@import url(https://fonts.googleapis.com/css?family=Rubik:300,400,500,600,700,800,900,300i,400i,500i,600i,700i,800i,900i&display=swap);
@import url(https://fonts.googleapis.com/css?family=Noto+Serif+Georgian:100,200,300,400,500,600,700,800,900&display=swap);





body {
  font-family: Rubik;
}
.display-1 {
  font-family: 'Rubik', sans-serif;
  font-size: 4.25rem;
  font-display: swap;
}
.display-1 > .mbr-iconfont {
  font-size: 6.8rem;
}
.display-2 {
  font-family: 'Rubik', sans-serif;
  font-size: 3rem;
  font-display: swap;
}
.display-2 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-4 {
  font-family: 'Rubik', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'Rubik', sans-serif;
  font-size: 1.5rem;
  font-display: swap;
}
.display-5 > .mbr-iconfont {
  font-size: 2.4rem;
}
.display-7 {
  font-family: 'Noto Serif Georgian', serif;
  font-size: 1rem;
  font-display: swap;
}
.display-7 > .mbr-iconfont {
  font-size: 1.6rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.4rem;
    font-size: calc( 2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    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-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: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 3px;
}
.bg-primary {
  background-color: #149dcc !important;
}
.bg-success {
  background-color: #f7ed4a !important;
}
.bg-info {
  background-color: #82786e !important;
}
.bg-warning {
  background-color: #55b4d4 !important;
}
.bg-danger {
  background-color: #232323 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #149dcc !important;
  border-color: #149dcc !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #0d6786 !important;
  border-color: #0d6786 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #0d6786 !important;
  border-color: #0d6786 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff3366 !important;
  border-color: #ff3366 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #e50039 !important;
  border-color: #e50039 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #e50039 !important;
  border-color: #e50039 !important;
}
.btn-info,
.btn-info:active {
  background-color: #82786e !important;
  border-color: #82786e !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-success,
.btn-success:active {
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
  color: #3f3c03 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #55b4d4 !important;
  border-color: #55b4d4 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #2d8fb0 !important;
  border-color: #2d8fb0 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #2d8fb0 !important;
  border-color: #2d8fb0 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #0b566f;
  color: #0b566f;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #149dcc;
  border-color: #149dcc;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #149dcc !important;
  border-color: #149dcc !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #cc0033;
  color: #cc0033;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #ff3366;
  border-color: #ff3366;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff3366 !important;
  border-color: #ff3366 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #4b453f;
  color: #4b453f;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #82786e;
  border-color: #82786e;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #82786e !important;
  border-color: #82786e !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #d2c609;
  color: #d2c609;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #3f3c03;
  background-color: #f7ed4a;
  border-color: #f7ed4a;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #3f3c03 !important;
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #277e9c;
  color: #277e9c;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #55b4d4;
  border-color: #55b4d4;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #55b4d4 !important;
  border-color: #55b4d4 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #232323;
  border-color: #232323;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #149dcc !important;
}
.text-secondary {
  color: #ff3366 !important;
}
.text-success {
  color: #f7ed4a !important;
}
.text-info {
  color: #82786e !important;
}
.text-warning {
  color: #55b4d4 !important;
}
.text-danger {
  color: #232323 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #0b566f !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #cc0033 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #d2c609 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #4b453f !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #277e9c !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #000000 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #82786e;
}
.alert-warning {
  background-color: #55b4d4;
}
.alert-danger {
  background-color: #232323;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #149dcc;
  border-color: #149dcc;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #149dcc;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #b4e6f8;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #beb8b2;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #f8fcfd;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #d5d5d5;
}
/* Scroll to top button*/
.form-control {
  font-family: 'Noto Serif Georgian', serif;
  font-size: 1rem;
  font-display: swap;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
}
blockquote {
  border-color: #149dcc;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
@media (max-width: 767px) {
  .btn {
    font-size: .75rem !important;
  }
  .btn .mbr-iconfont {
    font-size: 1rem !important;
  }
}
/* Footer */
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #149dcc;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #149dcc;
}
/* Headers*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .card-wrapper {
    flex: auto !important;
  }
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #149dcc;
  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: #149dcc;
  border-bottom-color: #149dcc;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #149dcc !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #ff3366 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 100px;
  height: 100px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23149dcc' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.3;
}
.cid-tFFaINO35B .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-tFFaINO35B .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-tFFaINO35B a {
  font-style: normal;
}
.cid-tFFaINO35B .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-tFFaINO35B .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-tFFaINO35B .nav-item:focus,
.cid-tFFaINO35B .nav-link:focus {
  outline: none;
}
.cid-tFFaINO35B .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tFFaINO35B .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-tFFaINO35B .menu-logo {
  margin-right: auto;
}
.cid-tFFaINO35B .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tFFaINO35B .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-tFFaINO35B .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tFFaINO35B .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tFFaINO35B .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tFFaINO35B .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tFFaINO35B .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-tFFaINO35B .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-tFFaINO35B .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-tFFaINO35B .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tFFaINO35B .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tFFaINO35B .dropdown .dropdown-menu {
  background: #ffffff;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-tFFaINO35B .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-tFFaINO35B .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tFFaINO35B .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tFFaINO35B .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-tFFaINO35B .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-tFFaINO35B .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-tFFaINO35B .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-tFFaINO35B .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tFFaINO35B .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tFFaINO35B .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tFFaINO35B .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tFFaINO35B button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-tFFaINO35B button.navbar-toggler:focus {
  outline: none;
}
.cid-tFFaINO35B button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff3366;
}
.cid-tFFaINO35B button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tFFaINO35B button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tFFaINO35B button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tFFaINO35B button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tFFaINO35B nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tFFaINO35B nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tFFaINO35B nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tFFaINO35B nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tFFaINO35B .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tFFaINO35B .collapsed .btn {
  display: -webkit-flex;
}
.cid-tFFaINO35B .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tFFaINO35B .collapsed .navbar-collapse.collapsing,
.cid-tFFaINO35B .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tFFaINO35B .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tFFaINO35B .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tFFaINO35B .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tFFaINO35B .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tFFaINO35B .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tFFaINO35B .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-tFFaINO35B .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tFFaINO35B .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-tFFaINO35B .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-tFFaINO35B .collapsed button.navbar-toggler {
  display: block;
}
.cid-tFFaINO35B .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-tFFaINO35B .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tFFaINO35B .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity, padding, height;
}
.cid-tFFaINO35B .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tFFaINO35B .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tFFaINO35B .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-tFFaINO35B.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tFFaINO35B img {
    height: 3.8rem !important;
  }
  .cid-tFFaINO35B .btn {
    display: -webkit-flex;
  }
  .cid-tFFaINO35B button.navbar-toggler {
    display: block;
  }
  .cid-tFFaINO35B .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-tFFaINO35B .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tFFaINO35B .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tFFaINO35B .navbar-collapse.collapsing,
  .cid-tFFaINO35B .navbar-collapse.show {
    display: block !important;
  }
  .cid-tFFaINO35B .navbar-collapse.collapsing .navbar-nav,
  .cid-tFFaINO35B .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tFFaINO35B .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tFFaINO35B .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tFFaINO35B .navbar-collapse.collapsing .navbar-buttons,
  .cid-tFFaINO35B .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-tFFaINO35B .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tFFaINO35B .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tFFaINO35B .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-tFFaINO35B .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tFFaINO35B .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tFFaINO35B .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-tFFaINO35B .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-tFFaINO35B .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-tFFaINO35B .nav-link:hover,
.cid-tFFaINO35B .dropdown-item:hover {
  color: #ff3366 !important;
}
.cid-twDoOq38c5 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (min-width: 1400px) {
  .cid-twDoOq38c5 .container-fluid .row {
    justify-content: flex-end;
    padding-right: 2rem;
  }
  .cid-twDoOq38c5 .col-lg-3 {
    max-width: 330px;
  }
}
.cid-twDoOq38c5 img {
  object-fit: cover;
  transition: all 0.3s;
  max-height: 100%;
}
.cid-twDoOq38c5 .item-img {
  background: #353535;
  padding: 0.7rem;
}
.cid-twDoOq38c5 .item-img:hover {
  padding: 0;
}
.cid-twDoOq38c5 .container {
  max-width: 1400px;
}
.cid-twDoOq38c5 img,
.cid-twDoOq38c5 .item-img {
  transition: all 0.3s;
  width: 100%;
  position: relative;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-twDoOq38c5 .item:focus,
.cid-twDoOq38c5 span:focus {
  outline: none;
}
.cid-twDoOq38c5 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-twDoOq38c5 .item-wrapper {
  position: relative;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-twDoOq38c5 .item-content {
  padding-top: 1.5rem;
}
.cid-twDoOq38c5 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-twDoOq38c5 .mbr-section-title {
  color: #232323;
  text-align: center;
}
.cid-twDoOq38c5 .mbr-text,
.cid-twDoOq38c5 .mbr-section-btn {
  color: #818181;
}
.cid-twDoOq38c5 .item-title {
  color: #818181;
  text-align: center;
}
.cid-tIife6kEMR {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (min-width: 1400px) {
  .cid-tIife6kEMR .container-fluid .row {
    justify-content: flex-end;
    padding-right: 2rem;
  }
  .cid-tIife6kEMR .col-lg-3 {
    max-width: 330px;
  }
}
.cid-tIife6kEMR img {
  object-fit: cover;
  transition: all 0.3s;
  max-height: 100%;
}
.cid-tIife6kEMR .item-img {
  background: #353535;
  padding: 0.7rem;
}
.cid-tIife6kEMR .item-img:hover {
  padding: 0;
}
.cid-tIife6kEMR .container {
  max-width: 1400px;
}
.cid-tIife6kEMR img,
.cid-tIife6kEMR .item-img {
  transition: all 0.3s;
  width: 100%;
  position: relative;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-tIife6kEMR .item:focus,
.cid-tIife6kEMR span:focus {
  outline: none;
}
.cid-tIife6kEMR .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tIife6kEMR .item-wrapper {
  position: relative;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tIife6kEMR .item-content {
  padding-top: 1.5rem;
}
.cid-tIife6kEMR .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tIife6kEMR .mbr-section-title {
  color: #232323;
  text-align: center;
}
.cid-tIife6kEMR .mbr-text,
.cid-tIife6kEMR .mbr-section-btn {
  color: #818181;
}
.cid-tIife6kEMR .item-title {
  color: #818181;
  text-align: center;
}
.cid-u01XRCQCTN {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-u01XRCQCTN .mbr-section-subtitle {
  color: #767676;
}
.cid-tFmmt8KZGz {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tFmmt8KZGz .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tFmmt8KZGz .section-text {
  padding: 2rem 0;
  color: #2e2e2e;
}
.cid-tFmmt8KZGz .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-tFmmt8KZGz .inner-container {
    width: 100% !important;
  }
}
.cid-twP09w92hp {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 30px;
}
.cid-twP09w92hp .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-twP09w92hp .video-block {
    width: 100% !important;
  }
}
.cid-tAPB1BlqrJ {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tAPB1BlqrJ .image-block {
  margin: auto;
}
.cid-tAPB1BlqrJ figcaption {
  position: relative;
}
.cid-tAPB1BlqrJ figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tAPB1BlqrJ .image-block {
    width: 100% !important;
  }
}
.cid-tFmlPxlAfK {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tFmlPxlAfK .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tFmlPxlAfK .section-text {
  padding: 2rem 0;
  color: #333333;
}
.cid-tFmlPxlAfK .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-tFmlPxlAfK .inner-container {
    width: 100% !important;
  }
}
.cid-tx7BvdNFO2 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tx7BvdNFO2 .mbr-section-subtitle {
  color: #232323;
}
.cid-tx7BvdNFO2 .mbr-section-subtitle DIV {
  text-align: justify;
}
.cid-tx7BvdNFO2 H2 {
  text-align: left;
}
.cid-tAPDiR6Zzc {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tAPDiR6Zzc .image-block {
  margin: auto;
}
.cid-tAPDiR6Zzc figcaption {
  position: relative;
}
.cid-tAPDiR6Zzc figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tAPDiR6Zzc .image-block {
    width: 100% !important;
  }
}
.cid-twOWtHYEwu {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-twOWtHYEwu .mbr-section-subtitle {
  color: #232323;
}
.cid-twOWtHYEwu .mbr-section-subtitle DIV {
  text-align: justify;
}
.cid-twOWtHYEwu H2 {
  text-align: left;
}
.cid-tAXw1NEVNz {
  background: #ffffff;
  padding-top: 60px;
  padding-bottom: 60px;
}
.cid-tAXw1NEVNz .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-tAXw1NEVNz .video-block {
    width: 100% !important;
  }
}
.cid-u1arUMV8ht.popup-builder {
  background-color: #ffffff;
}
.cid-u1arUMV8ht.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-u1arUMV8ht.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-u1arUMV8ht .modal-content,
.cid-u1arUMV8ht .modal-dialog {
  height: auto;
}
.cid-u1arUMV8ht .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-u1arUMV8ht .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-u1arUMV8ht .form-wrapper .mbr-form .form-group,
  .cid-u1arUMV8ht .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-u1arUMV8ht .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-u1arUMV8ht .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-u1arUMV8ht .mbr-text {
  text-align: justify;
  color: #ffffff;
}
.cid-u1arUMV8ht .pt-0 {
  padding-top: 0 !important;
}
.cid-u1arUMV8ht .pb-0 {
  padding-bottom: 0 !important;
}
.cid-u1arUMV8ht .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-u1arUMV8ht .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-u1arUMV8ht .modal-open {
  overflow: hidden;
}
.cid-u1arUMV8ht .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-u1arUMV8ht .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-u1arUMV8ht .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-u1arUMV8ht .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-u1arUMV8ht .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-u1arUMV8ht .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-u1arUMV8ht .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-u1arUMV8ht .modal-content {
  background: #465052;
  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-u1arUMV8ht .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-u1arUMV8ht .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-u1arUMV8ht .modal-backdrop.fade {
  opacity: 0;
}
.cid-u1arUMV8ht .modal-backdrop.show {
  opacity: .5;
}
.cid-u1arUMV8ht .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-u1arUMV8ht .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u1arUMV8ht .modal-header {
    padding: 1rem;
  }
}
.cid-u1arUMV8ht .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-u1arUMV8ht .modal-header .close svg {
  fill: #ffffff;
}
.cid-u1arUMV8ht .modal-header .close:hover {
  opacity: 1;
}
.cid-u1arUMV8ht .modal-header .close:focus {
  outline: none;
}
.cid-u1arUMV8ht .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #ffffff;
}
.cid-u1arUMV8ht .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-u1arUMV8ht .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u1arUMV8ht .modal-body {
    padding: 1rem;
  }
}
.cid-u1arUMV8ht .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-u1arUMV8ht .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u1arUMV8ht .modal-footer {
    padding: 1rem;
  }
}
.cid-u1arUMV8ht .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-u1arUMV8ht .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-u1arUMV8ht .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-u1arUMV8ht .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-u1arUMV8ht .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-u1arUMV8ht .modal-lg,
  .cid-u1arUMV8ht .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-u1arUMV8ht .modal-xl {
    max-width: 1140px;
  }
}
.cid-u1arUMV8ht .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-u1arUMV8ht .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-u1arUMV8ht .form-group {
  margin-bottom: 1rem;
}
.cid-u1arUMV8ht .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-u1arUMV8ht .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-u1arUMV8ht .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-u1arUMV8ht .mbr-section-btn {
  margin: 0;
}
.cid-u1arUMV8ht .mbr-section-btn .btn {
  margin: 0;
}
.cid-u1arXTHURn.popup-builder {
  background-color: #ffffff;
}
.cid-u1arXTHURn.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-u1arXTHURn.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-u1arXTHURn .modal-content,
.cid-u1arXTHURn .modal-dialog {
  height: auto;
}
.cid-u1arXTHURn .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-u1arXTHURn .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-u1arXTHURn .form-wrapper .mbr-form .form-group,
  .cid-u1arXTHURn .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-u1arXTHURn .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-u1arXTHURn .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-u1arXTHURn .mbr-text {
  text-align: justify;
  color: #ffffff;
}
.cid-u1arXTHURn .pt-0 {
  padding-top: 0 !important;
}
.cid-u1arXTHURn .pb-0 {
  padding-bottom: 0 !important;
}
.cid-u1arXTHURn .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-u1arXTHURn .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-u1arXTHURn .modal-open {
  overflow: hidden;
}
.cid-u1arXTHURn .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-u1arXTHURn .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-u1arXTHURn .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-u1arXTHURn .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-u1arXTHURn .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-u1arXTHURn .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-u1arXTHURn .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-u1arXTHURn .modal-content {
  background: #465052;
  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-u1arXTHURn .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-u1arXTHURn .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-u1arXTHURn .modal-backdrop.fade {
  opacity: 0;
}
.cid-u1arXTHURn .modal-backdrop.show {
  opacity: .5;
}
.cid-u1arXTHURn .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-u1arXTHURn .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u1arXTHURn .modal-header {
    padding: 1rem;
  }
}
.cid-u1arXTHURn .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-u1arXTHURn .modal-header .close svg {
  fill: #ffffff;
}
.cid-u1arXTHURn .modal-header .close:hover {
  opacity: 1;
}
.cid-u1arXTHURn .modal-header .close:focus {
  outline: none;
}
.cid-u1arXTHURn .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #ffffff;
}
.cid-u1arXTHURn .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-u1arXTHURn .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u1arXTHURn .modal-body {
    padding: 1rem;
  }
}
.cid-u1arXTHURn .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-u1arXTHURn .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u1arXTHURn .modal-footer {
    padding: 1rem;
  }
}
.cid-u1arXTHURn .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-u1arXTHURn .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-u1arXTHURn .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-u1arXTHURn .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-u1arXTHURn .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-u1arXTHURn .modal-lg,
  .cid-u1arXTHURn .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-u1arXTHURn .modal-xl {
    max-width: 1140px;
  }
}
.cid-u1arXTHURn .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-u1arXTHURn .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-u1arXTHURn .form-group {
  margin-bottom: 1rem;
}
.cid-u1arXTHURn .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-u1arXTHURn .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-u1arXTHURn .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-u1arXTHURn .mbr-section-btn {
  margin: 0;
}
.cid-u1arXTHURn .mbr-section-btn .btn {
  margin: 0;
}
.cid-tZnnuBKQhB.popup-builder {
  background-color: #ffffff;
}
.cid-tZnnuBKQhB.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tZnnuBKQhB.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tZnnuBKQhB .modal-content,
.cid-tZnnuBKQhB .modal-dialog {
  height: auto;
}
.cid-tZnnuBKQhB .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tZnnuBKQhB .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tZnnuBKQhB .form-wrapper .mbr-form .form-group,
  .cid-tZnnuBKQhB .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tZnnuBKQhB .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tZnnuBKQhB .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-tZnnuBKQhB .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-tZnnuBKQhB .pt-0 {
  padding-top: 0 !important;
}
.cid-tZnnuBKQhB .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tZnnuBKQhB .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tZnnuBKQhB .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tZnnuBKQhB .modal-open {
  overflow: hidden;
}
.cid-tZnnuBKQhB .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tZnnuBKQhB .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tZnnuBKQhB .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tZnnuBKQhB .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-tZnnuBKQhB .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tZnnuBKQhB .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tZnnuBKQhB .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tZnnuBKQhB .modal-content {
  background: #4f4943;
  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-tZnnuBKQhB .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tZnnuBKQhB .modal-backdrop.fade {
  opacity: 0;
}
.cid-tZnnuBKQhB .modal-backdrop.show {
  opacity: .5;
}
.cid-tZnnuBKQhB .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-tZnnuBKQhB .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tZnnuBKQhB .modal-header .close:hover {
  opacity: 1;
}
.cid-tZnnuBKQhB .modal-header .close:focus {
  outline: none;
}
.cid-tZnnuBKQhB .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #ffffff;
}
.cid-tZnnuBKQhB .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-tZnnuBKQhB .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-tZnnuBKQhB .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tZnnuBKQhB .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tZnnuBKQhB .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tZnnuBKQhB .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tZnnuBKQhB .modal-sm {
    max-width: 300px;
  }
  .cid-tZnnuBKQhB .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-tZnnuBKQhB .modal-lg,
  .cid-tZnnuBKQhB .modal-xl {
    max-width: 800px;
  }
  .cid-tZnnuBKQhB .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-tZnnuBKQhB .modal-xl {
    max-width: 1140px;
  }
  .cid-tZnnuBKQhB .container {
    max-width: 1140px;
  }
}
.cid-tZnnuBKQhB .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-tZnnuBKQhB .container {
    max-width: 720px;
  }
}
.cid-tZnnuBKQhB .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tZnnuBKQhB .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-tZnnuBKQhB .form-group {
  margin-bottom: 1rem;
}
.cid-tZnnuBKQhB .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tZnnuBKQhB .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tZnnuBKQhB .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-twDClgQxMy {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-twDClgQxMy P {
  color: #767676;
}
.cid-txJxsJyfG3 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #353535;
}
.cid-txJxsJyfG3 .container-fluid {
  max-width: 100%;
  padding: 0;
}
.cid-txJxsJyfG3 MARQUEE {
  color: #ffffff;
  text-align: center;
}
.cid-txJxsJyfG3 B {
  color: #ffffff;
}
.cid-twDYcusTHU {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-twDYcusTHU .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-twDYcusTHU .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-twDYcusTHU .mbr-text {
    text-align: center;
  }
}
.cid-twDYcusTHU .mbr-text,
.cid-twDYcusTHU .mbr-section-btn {
  color: #232323;
  text-align: justify;
}
.cid-twDYcusTHU H1 {
  color: #232323;
  text-align: center;
}
.cid-twP4Du4Llg {
  background: #ffffff;
  padding-top: 60px;
  padding-bottom: 0px;
}
.cid-twP4Du4Llg .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-twP4Du4Llg .video-block {
    width: 100% !important;
  }
}
.cid-tAJOaExhZm {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tAJOaExhZm .mbr-section-subtitle {
  color: #000000;
  text-align: justify;
}
.cid-tAJOaExhZm H2 {
  text-align: left;
}
.cid-tAJNp8JkNQ {
  padding-top: 0px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-tAJNp8JkNQ .counter-container {
  color: #767676;
  text-align: justify;
}
.cid-tAJNp8JkNQ .counter-container ol {
  margin-bottom: 0;
  counter-reset: myCounter;
}
.cid-tAJNp8JkNQ .counter-container ol li {
  margin-bottom: 1rem;
}
.cid-tAJNp8JkNQ .counter-container ol li {
  list-style: none;
  padding-left: .5rem;
  position: relative;
}
.cid-tAJNp8JkNQ .counter-container ol li:before {
  position: absolute;
  left: -56px;
  margin-top: -10px;
  counter-increment: myCounter;
  content: counter(myCounter);
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 40px;
  transition: all .2s;
  color: #ffffff;
  background: #232323;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border-radius: 0;
}
.cid-tAJNp8JkNQ .mbr-text {
  color: #232323;
}
.cid-twMBPZZEHp {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 0px;
}
.cid-twMBPZZEHp .image-block {
  margin: auto;
}
.cid-twMBPZZEHp figcaption {
  position: relative;
}
.cid-twMBPZZEHp figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-twMBPZZEHp .image-block {
    width: 100% !important;
  }
}
.cid-twMPIJJEUm {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-twMPIJJEUm .mbr-section-subtitle {
  color: #232323;
  text-align: justify;
}
.cid-twMPIJJEUm H2 {
  text-align: left;
}
.cid-tAJQW05Cs8 {
  padding-top: 0px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-tAJQW05Cs8 .counter-container {
  color: #767676;
  text-align: justify;
}
.cid-tAJQW05Cs8 .counter-container ol {
  margin-bottom: 0;
  counter-reset: myCounter;
}
.cid-tAJQW05Cs8 .counter-container ol li {
  margin-bottom: 1rem;
}
.cid-tAJQW05Cs8 .counter-container ol li {
  list-style: none;
  padding-left: .5rem;
  position: relative;
}
.cid-tAJQW05Cs8 .counter-container ol li:before {
  position: absolute;
  left: -56px;
  margin-top: -10px;
  counter-increment: myCounter;
  content: counter(myCounter);
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 40px;
  transition: all .2s;
  color: #ffffff;
  background: #232323;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border-radius: 0;
}
.cid-tAJQW05Cs8 .mbr-text {
  color: #000000;
}
.cid-tAK32YsuZS {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 0px;
}
.cid-tAK32YsuZS .image-block {
  margin: auto;
}
.cid-tAK32YsuZS figcaption {
  position: relative;
}
.cid-tAK32YsuZS figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tAK32YsuZS .image-block {
    width: 100% !important;
  }
}
.cid-tAJS8PWqcA {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tAJS8PWqcA .mbr-section-subtitle {
  color: #232323;
  text-align: justify;
}
.cid-tAJS8PWqcA H2 {
  text-align: left;
}
.cid-tAJSSOXBOg {
  padding-top: 0px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-tAJSSOXBOg .counter-container {
  color: #767676;
  text-align: justify;
}
.cid-tAJSSOXBOg .counter-container ol {
  margin-bottom: 0;
  counter-reset: myCounter;
}
.cid-tAJSSOXBOg .counter-container ol li {
  margin-bottom: 1rem;
}
.cid-tAJSSOXBOg .counter-container ol li {
  list-style: none;
  padding-left: .5rem;
  position: relative;
}
.cid-tAJSSOXBOg .counter-container ol li:before {
  position: absolute;
  left: -56px;
  margin-top: -10px;
  counter-increment: myCounter;
  content: counter(myCounter);
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 40px;
  transition: all .2s;
  color: #ffffff;
  background: #465052;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border-radius: 0;
}
.cid-tAJSSOXBOg .mbr-text {
  color: #232323;
}
.cid-twMP8qOi8W {
  background: #ffffff;
  padding-top: 75px;
  padding-bottom: 30px;
}
.cid-twMP8qOi8W .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-twMP8qOi8W .video-block {
    width: 100% !important;
  }
}
.cid-tAK3oAeztw {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tAK3oAeztw .mbr-section-subtitle {
  color: #232323;
  text-align: justify;
}
.cid-tAK3oAeztw H2 {
  text-align: left;
}
.cid-tAK4HEKIHN {
  padding-top: 0px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-tAK4HEKIHN .counter-container {
  color: #767676;
  text-align: justify;
}
.cid-tAK4HEKIHN .counter-container ol {
  margin-bottom: 0;
  counter-reset: myCounter;
}
.cid-tAK4HEKIHN .counter-container ol li {
  margin-bottom: 1rem;
}
.cid-tAK4HEKIHN .counter-container ol li {
  list-style: none;
  padding-left: .5rem;
  position: relative;
}
.cid-tAK4HEKIHN .counter-container ol li:before {
  position: absolute;
  left: -56px;
  margin-top: -10px;
  counter-increment: myCounter;
  content: counter(myCounter);
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 40px;
  transition: all .2s;
  color: #ffffff;
  background: #232323;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border-radius: 0;
}
.cid-tAK4HEKIHN .mbr-text {
  color: #232323;
}
.cid-u8d2glH1Eq.popup-builder {
  background-color: #ffffff;
}
.cid-u8d2glH1Eq.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-u8d2glH1Eq.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-u8d2glH1Eq .modal-content,
.cid-u8d2glH1Eq .modal-dialog {
  height: auto;
}
.cid-u8d2glH1Eq .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-u8d2glH1Eq .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-u8d2glH1Eq .form-wrapper .mbr-form .form-group,
  .cid-u8d2glH1Eq .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-u8d2glH1Eq .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-u8d2glH1Eq .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-u8d2glH1Eq .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-u8d2glH1Eq .pt-0 {
  padding-top: 0 !important;
}
.cid-u8d2glH1Eq .pb-0 {
  padding-bottom: 0 !important;
}
.cid-u8d2glH1Eq .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-u8d2glH1Eq .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-u8d2glH1Eq .modal-open {
  overflow: hidden;
}
.cid-u8d2glH1Eq .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-u8d2glH1Eq .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-u8d2glH1Eq .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-u8d2glH1Eq .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-u8d2glH1Eq .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-u8d2glH1Eq .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-u8d2glH1Eq .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-u8d2glH1Eq .modal-content {
  background: #465052;
  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-u8d2glH1Eq .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-u8d2glH1Eq .modal-backdrop.fade {
  opacity: 0;
}
.cid-u8d2glH1Eq .modal-backdrop.show {
  opacity: .5;
}
.cid-u8d2glH1Eq .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-u8d2glH1Eq .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-u8d2glH1Eq .modal-header .close:hover {
  opacity: 1;
}
.cid-u8d2glH1Eq .modal-header .close:focus {
  outline: none;
}
.cid-u8d2glH1Eq .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #ffffff;
}
.cid-u8d2glH1Eq .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-u8d2glH1Eq .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-u8d2glH1Eq .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-u8d2glH1Eq .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-u8d2glH1Eq .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-u8d2glH1Eq .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-u8d2glH1Eq .modal-sm {
    max-width: 300px;
  }
  .cid-u8d2glH1Eq .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-u8d2glH1Eq .modal-lg,
  .cid-u8d2glH1Eq .modal-xl {
    max-width: 800px;
  }
  .cid-u8d2glH1Eq .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-u8d2glH1Eq .modal-xl {
    max-width: 1140px;
  }
  .cid-u8d2glH1Eq .container {
    max-width: 1140px;
  }
}
.cid-u8d2glH1Eq .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-u8d2glH1Eq .container {
    max-width: 720px;
  }
}
.cid-u8d2glH1Eq .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-u8d2glH1Eq .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-u8d2glH1Eq .form-group {
  margin-bottom: 1rem;
}
.cid-u8d2glH1Eq .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-u8d2glH1Eq .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-u8d2glH1Eq .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-tDhLS0RVS6.popup-builder {
  background-color: #ffffff;
}
.cid-tDhLS0RVS6.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tDhLS0RVS6.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tDhLS0RVS6 .modal-content,
.cid-tDhLS0RVS6 .modal-dialog {
  height: auto;
}
.cid-tDhLS0RVS6 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tDhLS0RVS6 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tDhLS0RVS6 .form-wrapper .mbr-form .form-group,
  .cid-tDhLS0RVS6 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tDhLS0RVS6 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tDhLS0RVS6 .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-tDhLS0RVS6 .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-tDhLS0RVS6 .pt-0 {
  padding-top: 0 !important;
}
.cid-tDhLS0RVS6 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tDhLS0RVS6 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tDhLS0RVS6 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tDhLS0RVS6 .modal-open {
  overflow: hidden;
}
.cid-tDhLS0RVS6 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tDhLS0RVS6 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tDhLS0RVS6 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tDhLS0RVS6 .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-tDhLS0RVS6 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tDhLS0RVS6 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tDhLS0RVS6 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tDhLS0RVS6 .modal-content {
  background: #465052;
  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-tDhLS0RVS6 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tDhLS0RVS6 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tDhLS0RVS6 .modal-backdrop.fade {
  opacity: 0;
}
.cid-tDhLS0RVS6 .modal-backdrop.show {
  opacity: .5;
}
.cid-tDhLS0RVS6 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-tDhLS0RVS6 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tDhLS0RVS6 .modal-header {
    padding: 1rem;
  }
}
.cid-tDhLS0RVS6 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tDhLS0RVS6 .modal-header .close svg {
  fill: #353535;
}
.cid-tDhLS0RVS6 .modal-header .close:hover {
  opacity: 1;
}
.cid-tDhLS0RVS6 .modal-header .close:focus {
  outline: none;
}
.cid-tDhLS0RVS6 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #ffffff;
}
.cid-tDhLS0RVS6 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tDhLS0RVS6 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tDhLS0RVS6 .modal-body {
    padding: 1rem;
  }
}
.cid-tDhLS0RVS6 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tDhLS0RVS6 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tDhLS0RVS6 .modal-footer {
    padding: 1rem;
  }
}
.cid-tDhLS0RVS6 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tDhLS0RVS6 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tDhLS0RVS6 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tDhLS0RVS6 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tDhLS0RVS6 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tDhLS0RVS6 .modal-lg,
  .cid-tDhLS0RVS6 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tDhLS0RVS6 .modal-xl {
    max-width: 1140px;
  }
}
.cid-tDhLS0RVS6 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tDhLS0RVS6 .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-tDhLS0RVS6 .form-group {
  margin-bottom: 1rem;
}
.cid-tDhLS0RVS6 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tDhLS0RVS6 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tDhLS0RVS6 .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-tDhLS0RVS6 .mbr-section-btn {
  margin: 0;
}
.cid-tDhLS0RVS6 .mbr-section-btn .btn {
  margin: 0;
}
.cid-tFFaINO35B .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-tFFaINO35B .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-tFFaINO35B a {
  font-style: normal;
}
.cid-tFFaINO35B .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-tFFaINO35B .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-tFFaINO35B .nav-item:focus,
.cid-tFFaINO35B .nav-link:focus {
  outline: none;
}
.cid-tFFaINO35B .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tFFaINO35B .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-tFFaINO35B .menu-logo {
  margin-right: auto;
}
.cid-tFFaINO35B .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tFFaINO35B .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-tFFaINO35B .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tFFaINO35B .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tFFaINO35B .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tFFaINO35B .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tFFaINO35B .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-tFFaINO35B .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-tFFaINO35B .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-tFFaINO35B .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tFFaINO35B .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tFFaINO35B .dropdown .dropdown-menu {
  background: #ffffff;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-tFFaINO35B .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-tFFaINO35B .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tFFaINO35B .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tFFaINO35B .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-tFFaINO35B .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-tFFaINO35B .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-tFFaINO35B .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-tFFaINO35B .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tFFaINO35B .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tFFaINO35B .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tFFaINO35B .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tFFaINO35B button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-tFFaINO35B button.navbar-toggler:focus {
  outline: none;
}
.cid-tFFaINO35B button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff3366;
}
.cid-tFFaINO35B button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tFFaINO35B button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tFFaINO35B button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tFFaINO35B button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tFFaINO35B nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tFFaINO35B nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tFFaINO35B nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tFFaINO35B nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tFFaINO35B .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tFFaINO35B .collapsed .btn {
  display: -webkit-flex;
}
.cid-tFFaINO35B .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tFFaINO35B .collapsed .navbar-collapse.collapsing,
.cid-tFFaINO35B .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tFFaINO35B .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tFFaINO35B .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tFFaINO35B .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tFFaINO35B .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tFFaINO35B .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tFFaINO35B .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-tFFaINO35B .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tFFaINO35B .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-tFFaINO35B .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-tFFaINO35B .collapsed button.navbar-toggler {
  display: block;
}
.cid-tFFaINO35B .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-tFFaINO35B .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tFFaINO35B .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity, padding, height;
}
.cid-tFFaINO35B .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tFFaINO35B .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tFFaINO35B .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-tFFaINO35B.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tFFaINO35B img {
    height: 3.8rem !important;
  }
  .cid-tFFaINO35B .btn {
    display: -webkit-flex;
  }
  .cid-tFFaINO35B button.navbar-toggler {
    display: block;
  }
  .cid-tFFaINO35B .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-tFFaINO35B .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tFFaINO35B .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tFFaINO35B .navbar-collapse.collapsing,
  .cid-tFFaINO35B .navbar-collapse.show {
    display: block !important;
  }
  .cid-tFFaINO35B .navbar-collapse.collapsing .navbar-nav,
  .cid-tFFaINO35B .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tFFaINO35B .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tFFaINO35B .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tFFaINO35B .navbar-collapse.collapsing .navbar-buttons,
  .cid-tFFaINO35B .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-tFFaINO35B .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tFFaINO35B .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tFFaINO35B .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-tFFaINO35B .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tFFaINO35B .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tFFaINO35B .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-tFFaINO35B .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-tFFaINO35B .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-tFFaINO35B .nav-link:hover,
.cid-tFFaINO35B .dropdown-item:hover {
  color: #ff3366 !important;
}
.cid-u0Oi18XBan.popup-builder {
  background-color: #ffffff;
}
.cid-u0Oi18XBan.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-u0Oi18XBan.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-u0Oi18XBan .modal-content,
.cid-u0Oi18XBan .modal-dialog {
  height: auto;
}
.cid-u0Oi18XBan .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-u0Oi18XBan .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-u0Oi18XBan .form-wrapper .mbr-form .form-group,
  .cid-u0Oi18XBan .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-u0Oi18XBan .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-u0Oi18XBan .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-u0Oi18XBan .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-u0Oi18XBan .pt-0 {
  padding-top: 0 !important;
}
.cid-u0Oi18XBan .pb-0 {
  padding-bottom: 0 !important;
}
.cid-u0Oi18XBan .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-u0Oi18XBan .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-u0Oi18XBan .modal-open {
  overflow: hidden;
}
.cid-u0Oi18XBan .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-u0Oi18XBan .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-u0Oi18XBan .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-u0Oi18XBan .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-u0Oi18XBan .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-u0Oi18XBan .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-u0Oi18XBan .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-u0Oi18XBan .modal-content {
  background: #635a51;
  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-u0Oi18XBan .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-u0Oi18XBan .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-u0Oi18XBan .modal-backdrop.fade {
  opacity: 0;
}
.cid-u0Oi18XBan .modal-backdrop.show {
  opacity: .5;
}
.cid-u0Oi18XBan .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-u0Oi18XBan .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u0Oi18XBan .modal-header {
    padding: 1rem;
  }
}
.cid-u0Oi18XBan .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-u0Oi18XBan .modal-header .close svg {
  fill: #ffffff;
}
.cid-u0Oi18XBan .modal-header .close:hover {
  opacity: 1;
}
.cid-u0Oi18XBan .modal-header .close:focus {
  outline: none;
}
.cid-u0Oi18XBan .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #ffffff;
}
.cid-u0Oi18XBan .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-u0Oi18XBan .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u0Oi18XBan .modal-body {
    padding: 1rem;
  }
}
.cid-u0Oi18XBan .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-u0Oi18XBan .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u0Oi18XBan .modal-footer {
    padding: 1rem;
  }
}
.cid-u0Oi18XBan .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-u0Oi18XBan .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-u0Oi18XBan .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-u0Oi18XBan .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-u0Oi18XBan .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-u0Oi18XBan .modal-lg,
  .cid-u0Oi18XBan .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-u0Oi18XBan .modal-xl {
    max-width: 1140px;
  }
}
.cid-u0Oi18XBan .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-u0Oi18XBan .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-u0Oi18XBan .form-group {
  margin-bottom: 1rem;
}
.cid-u0Oi18XBan .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-u0Oi18XBan .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-u0Oi18XBan .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-u0Oi18XBan .mbr-section-btn {
  margin: 0;
}
.cid-u0Oi18XBan .mbr-section-btn .btn {
  margin: 0;
}
.cid-tZnoJ17fnY.popup-builder {
  background-color: #ffffff;
}
.cid-tZnoJ17fnY.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tZnoJ17fnY.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tZnoJ17fnY .modal-content,
.cid-tZnoJ17fnY .modal-dialog {
  height: auto;
}
.cid-tZnoJ17fnY .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tZnoJ17fnY .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tZnoJ17fnY .form-wrapper .mbr-form .form-group,
  .cid-tZnoJ17fnY .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tZnoJ17fnY .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tZnoJ17fnY .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-tZnoJ17fnY .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-tZnoJ17fnY .pt-0 {
  padding-top: 0 !important;
}
.cid-tZnoJ17fnY .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tZnoJ17fnY .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tZnoJ17fnY .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tZnoJ17fnY .modal-open {
  overflow: hidden;
}
.cid-tZnoJ17fnY .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tZnoJ17fnY .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tZnoJ17fnY .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tZnoJ17fnY .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-tZnoJ17fnY .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tZnoJ17fnY .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tZnoJ17fnY .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tZnoJ17fnY .modal-content {
  background: #4f4943;
  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-tZnoJ17fnY .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tZnoJ17fnY .modal-backdrop.fade {
  opacity: 0;
}
.cid-tZnoJ17fnY .modal-backdrop.show {
  opacity: .5;
}
.cid-tZnoJ17fnY .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-tZnoJ17fnY .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tZnoJ17fnY .modal-header .close:hover {
  opacity: 1;
}
.cid-tZnoJ17fnY .modal-header .close:focus {
  outline: none;
}
.cid-tZnoJ17fnY .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #ffffff;
}
.cid-tZnoJ17fnY .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-tZnoJ17fnY .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-tZnoJ17fnY .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tZnoJ17fnY .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tZnoJ17fnY .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tZnoJ17fnY .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tZnoJ17fnY .modal-sm {
    max-width: 300px;
  }
  .cid-tZnoJ17fnY .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-tZnoJ17fnY .modal-lg,
  .cid-tZnoJ17fnY .modal-xl {
    max-width: 800px;
  }
  .cid-tZnoJ17fnY .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-tZnoJ17fnY .modal-xl {
    max-width: 1140px;
  }
  .cid-tZnoJ17fnY .container {
    max-width: 1140px;
  }
}
.cid-tZnoJ17fnY .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-tZnoJ17fnY .container {
    max-width: 720px;
  }
}
.cid-tZnoJ17fnY .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tZnoJ17fnY .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-tZnoJ17fnY .form-group {
  margin-bottom: 1rem;
}
.cid-tZnoJ17fnY .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tZnoJ17fnY .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tZnoJ17fnY .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-u60fwZUQfJ.popup-builder {
  background-color: #ffffff;
}
.cid-u60fwZUQfJ.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-u60fwZUQfJ.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-u60fwZUQfJ .modal-content,
.cid-u60fwZUQfJ .modal-dialog {
  height: auto;
}
.cid-u60fwZUQfJ .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-u60fwZUQfJ .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-u60fwZUQfJ .form-wrapper .mbr-form .form-group,
  .cid-u60fwZUQfJ .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-u60fwZUQfJ .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-u60fwZUQfJ .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-u60fwZUQfJ .mbr-text {
  text-align: justify;
  color: #ffffff;
}
.cid-u60fwZUQfJ .pt-0 {
  padding-top: 0 !important;
}
.cid-u60fwZUQfJ .pb-0 {
  padding-bottom: 0 !important;
}
.cid-u60fwZUQfJ .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-u60fwZUQfJ .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-u60fwZUQfJ .modal-open {
  overflow: hidden;
}
.cid-u60fwZUQfJ .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-u60fwZUQfJ .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-u60fwZUQfJ .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-u60fwZUQfJ .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-u60fwZUQfJ .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-u60fwZUQfJ .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-u60fwZUQfJ .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-u60fwZUQfJ .modal-content {
  background: #465052;
  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-u60fwZUQfJ .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-u60fwZUQfJ .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-u60fwZUQfJ .modal-backdrop.fade {
  opacity: 0;
}
.cid-u60fwZUQfJ .modal-backdrop.show {
  opacity: .5;
}
.cid-u60fwZUQfJ .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-u60fwZUQfJ .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u60fwZUQfJ .modal-header {
    padding: 1rem;
  }
}
.cid-u60fwZUQfJ .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-u60fwZUQfJ .modal-header .close svg {
  fill: #ffffff;
}
.cid-u60fwZUQfJ .modal-header .close:hover {
  opacity: 1;
}
.cid-u60fwZUQfJ .modal-header .close:focus {
  outline: none;
}
.cid-u60fwZUQfJ .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #ffffff;
}
.cid-u60fwZUQfJ .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-u60fwZUQfJ .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u60fwZUQfJ .modal-body {
    padding: 1rem;
  }
}
.cid-u60fwZUQfJ .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-u60fwZUQfJ .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u60fwZUQfJ .modal-footer {
    padding: 1rem;
  }
}
.cid-u60fwZUQfJ .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-u60fwZUQfJ .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-u60fwZUQfJ .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-u60fwZUQfJ .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-u60fwZUQfJ .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-u60fwZUQfJ .modal-lg,
  .cid-u60fwZUQfJ .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-u60fwZUQfJ .modal-xl {
    max-width: 1140px;
  }
}
.cid-u60fwZUQfJ .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-u60fwZUQfJ .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-u60fwZUQfJ .form-group {
  margin-bottom: 1rem;
}
.cid-u60fwZUQfJ .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-u60fwZUQfJ .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-u60fwZUQfJ .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-u60fwZUQfJ .mbr-section-btn {
  margin: 0;
}
.cid-u60fwZUQfJ .mbr-section-btn .btn {
  margin: 0;
}
.cid-twDDibpnul {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-twDDibpnul P {
  color: #767676;
}
.cid-twDDibpnul .mbr-text,
.cid-twDDibpnul .mbr-section-btn {
  color: #232323;
  text-align: center;
}
.cid-tC4ETwIn2G {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 30px;
}
.cid-tC4ETwIn2G .image-block {
  margin: auto;
}
.cid-tC4ETwIn2G figcaption {
  position: relative;
}
.cid-tC4ETwIn2G figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tC4ETwIn2G .image-block {
    width: 100% !important;
  }
}
.cid-twPrSalxbc {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-twPrSalxbc .counter-container {
  color: #767676;
  text-align: justify;
}
.cid-twPrSalxbc .counter-container ul {
  margin-bottom: 0;
}
.cid-twPrSalxbc .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
}
.cid-twPrSalxbc .counter-container ul li:before {
  position: absolute;
  left: -56px;
  margin-top: -10px;
  padding-top: 3px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #ffffff;
  background: #232323;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  content: '✓';
}
.cid-twPrSalxbc .mbr-text {
  color: #232323;
}
.cid-tx0cRb6eEs {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-tx0cRb6eEs .carousel-control {
  background: #000;
}
.cid-tx0cRb6eEs .mbr-section-subtitle {
  color: #767676;
}
.cid-tx0cRb6eEs .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tx0cRb6eEs .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-tx0cRb6eEs .carousel-item .wrap-img {
  text-align: center;
}
.cid-tx0cRb6eEs .carousel-item .wrap-img img {
  max-height: 150px;
  width: auto;
  max-width: 100%;
}
.cid-tx0cRb6eEs .carousel-controls {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tx0cRb6eEs .carousel-controls .carousel-control {
  background: #000;
  border-radius: 50%;
  position: static;
  width: 40px;
  height: 40px;
  margin-top: 2rem;
  border-width: 1px;
}
.cid-tx0cRb6eEs .carousel-controls .carousel-control.carousel-control-prev {
  left: auto;
  margin-right: 20px;
  margin-left: 0;
}
.cid-tx0cRb6eEs .carousel-controls .carousel-control.carousel-control-next {
  right: auto;
  margin-right: 0;
}
.cid-tx0cRb6eEs .carousel-controls .carousel-control .mbr-iconfont {
  font-size: 1rem;
}
.cid-tx0cRb6eEs .cloneditem-1,
.cid-tx0cRb6eEs .cloneditem-2,
.cid-tx0cRb6eEs .cloneditem-3,
.cid-tx0cRb6eEs .cloneditem-4,
.cid-tx0cRb6eEs .cloneditem-5 {
  display: none;
}
.cid-tx0cRb6eEs .col-lg-15 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  -webkit-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tx0cRb6eEs .col-lg-15 {
    -ms-flex: 0 0 20%;
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    width: 20%;
  }
  .cid-tx0cRb6eEs .carousel-inner.slides2 > .carousel-item.active.carousel-item-right,
  .cid-tx0cRb6eEs .carousel-inner.slides2 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
  }
  .cid-tx0cRb6eEs .carousel-inner.slides2 > .carousel-item.active.carousel-item-left,
  .cid-tx0cRb6eEs .carousel-inner.slides2 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
  .cid-tx0cRb6eEs .carousel-inner.slides2 > .carousel-item.carousel-item-left,
  .cid-tx0cRb6eEs .carousel-inner.slides2 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-tx0cRb6eEs .carousel-inner.slides2 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-tx0cRb6eEs .carousel-inner.slides2 .cloneditem-1,
  .cid-tx0cRb6eEs .carousel-inner.slides2 .cloneditem-2,
  .cid-tx0cRb6eEs .carousel-inner.slides2 .cloneditem-3 {
    display: block;
  }
  .cid-tx0cRb6eEs .carousel-inner.slides3 > .carousel-item.active.carousel-item-right,
  .cid-tx0cRb6eEs .carousel-inner.slides3 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(33.333333%, 0, 0);
    transform: translate3d(33.333333%, 0, 0);
  }
  .cid-tx0cRb6eEs .carousel-inner.slides3 > .carousel-item.active.carousel-item-left,
  .cid-tx0cRb6eEs .carousel-inner.slides3 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-33.333333%, 0, 0);
    transform: translate3d(-33.333333%, 0, 0);
  }
  .cid-tx0cRb6eEs .carousel-inner.slides3 > .carousel-item.carousel-item-left,
  .cid-tx0cRb6eEs .carousel-inner.slides3 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-tx0cRb6eEs .carousel-inner.slides3 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-tx0cRb6eEs .carousel-inner.slides3 .cloneditem-1,
  .cid-tx0cRb6eEs .carousel-inner.slides3 .cloneditem-2,
  .cid-tx0cRb6eEs .carousel-inner.slides3 .cloneditem-3 {
    display: block;
  }
  .cid-tx0cRb6eEs .carousel-inner.slides4 > .carousel-item.active.carousel-item-right,
  .cid-tx0cRb6eEs .carousel-inner.slides4 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(25%, 0, 0);
    transform: translate3d(25%, 0, 0);
  }
  .cid-tx0cRb6eEs .carousel-inner.slides4 > .carousel-item.active.carousel-item-left,
  .cid-tx0cRb6eEs .carousel-inner.slides4 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-25%, 0, 0);
    transform: translate3d(-25%, 0, 0);
  }
  .cid-tx0cRb6eEs .carousel-inner.slides4 > .carousel-item.carousel-item-left,
  .cid-tx0cRb6eEs .carousel-inner.slides4 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-tx0cRb6eEs .carousel-inner.slides4 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-tx0cRb6eEs .carousel-inner.slides4 .cloneditem-1,
  .cid-tx0cRb6eEs .carousel-inner.slides4 .cloneditem-2,
  .cid-tx0cRb6eEs .carousel-inner.slides4 .cloneditem-3 {
    display: block;
  }
  .cid-tx0cRb6eEs .carousel-inner.slides5 > .carousel-item.active.carousel-item-right,
  .cid-tx0cRb6eEs .carousel-inner.slides5 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(20%, 0, 0);
    transform: translate3d(20%, 0, 0);
  }
  .cid-tx0cRb6eEs .carousel-inner.slides5 > .carousel-item.active.carousel-item-left,
  .cid-tx0cRb6eEs .carousel-inner.slides5 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-20%, 0, 0);
    transform: translate3d(-20%, 0, 0);
  }
  .cid-tx0cRb6eEs .carousel-inner.slides5 > .carousel-item.carousel-item-left,
  .cid-tx0cRb6eEs .carousel-inner.slides5 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-tx0cRb6eEs .carousel-inner.slides5 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-tx0cRb6eEs .carousel-inner.slides5 .cloneditem-1,
  .cid-tx0cRb6eEs .carousel-inner.slides5 .cloneditem-2,
  .cid-tx0cRb6eEs .carousel-inner.slides5 .cloneditem-3,
  .cid-tx0cRb6eEs .carousel-inner.slides5 .cloneditem-4 {
    display: block;
  }
  .cid-tx0cRb6eEs .carousel-inner.slides6 > .carousel-item.active.carousel-item-right,
  .cid-tx0cRb6eEs .carousel-inner.slides6 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(16.666667%, 0, 0);
    transform: translate3d(16.666667%, 0, 0);
  }
  .cid-tx0cRb6eEs .carousel-inner.slides6 > .carousel-item.active.carousel-item-left,
  .cid-tx0cRb6eEs .carousel-inner.slides6 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-16.666667%, 0, 0);
    transform: translate3d(-16.666667%, 0, 0);
  }
  .cid-tx0cRb6eEs .carousel-inner.slides6 > .carousel-item.carousel-item-left,
  .cid-tx0cRb6eEs .carousel-inner.slides6 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-tx0cRb6eEs .carousel-inner.slides6 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-tx0cRb6eEs .carousel-inner.slides6 .cloneditem-1,
  .cid-tx0cRb6eEs .carousel-inner.slides6 .cloneditem-2,
  .cid-tx0cRb6eEs .carousel-inner.slides6 .cloneditem-3,
  .cid-tx0cRb6eEs .carousel-inner.slides6 .cloneditem-4,
  .cid-tx0cRb6eEs .carousel-inner.slides6 .cloneditem-5 {
    display: block;
  }
}
.cid-tx0cRb6eEs H2 {
  color: #232323;
  text-align: left;
}
.cid-twDO7QyQzH {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-twDO7QyQzH .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-twDO7QyQzH .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-twDO7QyQzH .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-twDO7QyQzH .mbr-text {
    text-align: center;
  }
}
.cid-twDO7QyQzH .mbr-text,
.cid-twDO7QyQzH .mbr-section-btn {
  color: #232323;
  text-align: justify;
}
.cid-twDO7QyQzH H3 {
  color: #55b4d4;
}
.cid-twDO7QyQzH H1 {
  color: #232323;
}
.cid-tHxFcbpMIg {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tHxFcbpMIg .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tHxFcbpMIg .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tHxFcbpMIg .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tHxFcbpMIg .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tHxFcbpMIg .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #232323;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-tHxFcbpMIg .mbr-gallery-item > div:hover::before {
  opacity: 0 !important;
}
.cid-tHxFcbpMIg .mbr-gallery-filter-all > a {
  padding: 30px;
  color: #232323 !important;
}
.cid-tHxFcbpMIg .mbr-gallery-filter {
  padding-top: 0;
  padding-bottom: 2rem;
}
.cid-tHxFcbpMIg .mbr-gallery-filter .btn {
  text-transform: uppercase;
  color: #232323 !important;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin: 0px !important;
  border: none;
  padding: 12px 15px 12px 15px;
}
.cid-tHxFcbpMIg .mbr-gallery-filter .btn:hover {
  background: transparent;
  color: #ffffff !important;
}
.cid-tHxFcbpMIg .mbr-gallery-filter ul {
  display: block;
}
.cid-tHxFcbpMIg .mbr-gallery-filter ul li {
  position: relative;
}
.cid-tHxFcbpMIg .mbr-gallery-filter li.active .btn {
  color: #ffffff !important;
  background: transparent;
}
.cid-tHxFcbpMIg .mbr-gallery-filter li::after {
  bottom: 0.5rem;
  content: "";
  height: 4px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%) scale(0);
  width: 4px;
  transition: all 0.3s ease-in-out;
  background: #ffffff !important;
}
.cid-tHxFcbpMIg .mbr-gallery-filter li.active::after,
.cid-tHxFcbpMIg .mbr-gallery-filter li:hover::after {
  transform: translateX(-50%) scale(1);
  background: #ffffff !important;
}
.cid-tHxFcbpMIg .mbr-gallery-title {
  transition: all.3s;
  position: absolute;
  visibility: hidden;
  display: block;
  opacity: 0;
  width: 100%;
  top: -2rem;
  right: 0;
  text-align: right;
  padding: 1rem;
  color: #fff;
  background: transparent;
}
.cid-tHxFcbpMIg .mbr-gallery-item > div:hover .mbr-gallery-title {
  top: 0;
  right: 0;
  display: block;
  visibility: visible;
  opacity: 1;
}
.cid-tHxFcbpMIg .mbr-gallery-item > div:hover .icon-focus {
  top: calc(50% - 24px);
}
.cid-tHxFcbpMIg .icon-focus:before {
  content: '\e95e';
}
.cid-tHxFcbpMIg .icon-focus {
  transition: all .3s;
  font-size: 2rem !important;
  top: 50%;
  left: calc(50% - 24px);
  width: 48px;
  padding: 0 8px;
  border-radius: 50%;
  color: #444444 !important;
  background-color: #ffffff;
}
.cid-tHxFcbpMIg .mbr-section-title {
  margin: 0;
}
.cid-tHxFcbpMIg .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-tHxFcbpMIg .underline .line {
  width: 3rem;
  height: 2px;
  background: #45505b;
  display: inline-block;
}
.cid-tHxFcbpMIg .mbr-gallery-item > div > span {
  color: #0dd1ff;
}
.cid-tHxFcbpMIg .mbr-section-title,
.cid-tHxFcbpMIg .underline {
  color: #232323;
  text-align: left;
}
.cid-tHxFcbpMIg .mbr-section-subtitle {
  color: #4f4943;
  text-align: left;
}
.cid-tx9GRCpDSR {
  padding-top: 0px;
  padding-bottom: 135px;
  background-color: #ffffff;
}
.cid-tx9GRCpDSR .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tx9GRCpDSR .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tx9GRCpDSR .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tx9GRCpDSR .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tx9GRCpDSR .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #232323;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-tx9GRCpDSR .mbr-gallery-item > div:hover::before {
  opacity: 0 !important;
}
.cid-tx9GRCpDSR .mbr-gallery-filter-all > a {
  padding: 30px;
  color: #232323 !important;
}
.cid-tx9GRCpDSR .mbr-gallery-filter {
  padding-top: 0;
  padding-bottom: 2rem;
}
.cid-tx9GRCpDSR .mbr-gallery-filter .btn {
  text-transform: uppercase;
  color: #232323 !important;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin: 0px !important;
  border: none;
  padding: 12px 15px 12px 15px;
}
.cid-tx9GRCpDSR .mbr-gallery-filter .btn:hover {
  background: transparent;
  color: #f9f295 !important;
}
.cid-tx9GRCpDSR .mbr-gallery-filter ul {
  display: block;
}
.cid-tx9GRCpDSR .mbr-gallery-filter ul li {
  position: relative;
}
.cid-tx9GRCpDSR .mbr-gallery-filter li.active .btn {
  color: #f9f295 !important;
  background: transparent;
}
.cid-tx9GRCpDSR .mbr-gallery-filter li::after {
  bottom: 0.5rem;
  content: "";
  height: 4px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%) scale(0);
  width: 4px;
  transition: all 0.3s ease-in-out;
  background: #f9f295 !important;
}
.cid-tx9GRCpDSR .mbr-gallery-filter li.active::after,
.cid-tx9GRCpDSR .mbr-gallery-filter li:hover::after {
  transform: translateX(-50%) scale(1);
  background: #f9f295 !important;
}
.cid-tx9GRCpDSR .mbr-gallery-title {
  transition: all.3s;
  position: absolute;
  visibility: hidden;
  display: block;
  opacity: 0;
  width: 100%;
  top: -2rem;
  right: 0;
  text-align: right;
  padding: 1rem;
  color: #fff;
  background: transparent;
}
.cid-tx9GRCpDSR .mbr-gallery-item > div:hover .mbr-gallery-title {
  top: 0;
  right: 0;
  display: block;
  visibility: visible;
  opacity: 1;
}
.cid-tx9GRCpDSR .mbr-gallery-item > div:hover .icon-focus {
  top: calc(50% - 24px);
}
.cid-tx9GRCpDSR .icon-focus:before {
  content: '\e95e';
}
.cid-tx9GRCpDSR .icon-focus {
  transition: all .3s;
  font-size: 2rem !important;
  top: 50%;
  left: calc(50% - 24px);
  width: 48px;
  padding: 0 8px;
  border-radius: 50%;
  color: #444444 !important;
  background-color: #ffffff;
}
.cid-tx9GRCpDSR .mbr-section-title {
  margin: 0;
}
.cid-tx9GRCpDSR .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-tx9GRCpDSR .underline .line {
  width: 3rem;
  height: 2px;
  background: #ff3366;
  display: inline-block;
}
.cid-tx9GRCpDSR .mbr-gallery-item > div > span {
  color: #0dd1ff;
}
.cid-tx9GRCpDSR .mbr-section-title,
.cid-tx9GRCpDSR .underline {
  color: #232323;
  text-align: left;
}
.cid-tx9GRCpDSR .mbr-section-subtitle {
  color: #4f4943;
  text-align: left;
}
.cid-tAyyx2ROdQ.popup-builder {
  background-color: #ffffff;
}
.cid-tAyyx2ROdQ.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tAyyx2ROdQ.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tAyyx2ROdQ .modal-content,
.cid-tAyyx2ROdQ .modal-dialog {
  height: auto;
}
.cid-tAyyx2ROdQ .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tAyyx2ROdQ .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tAyyx2ROdQ .form-wrapper .mbr-form .form-group,
  .cid-tAyyx2ROdQ .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tAyyx2ROdQ .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tAyyx2ROdQ .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-tAyyx2ROdQ .mbr-text {
  text-align: JUSTIFY;
  color: #ffffff;
}
.cid-tAyyx2ROdQ .pt-0 {
  padding-top: 0 !important;
}
.cid-tAyyx2ROdQ .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tAyyx2ROdQ .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tAyyx2ROdQ .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tAyyx2ROdQ .modal-open {
  overflow: hidden;
}
.cid-tAyyx2ROdQ .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tAyyx2ROdQ .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tAyyx2ROdQ .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tAyyx2ROdQ .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-tAyyx2ROdQ .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tAyyx2ROdQ .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tAyyx2ROdQ .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tAyyx2ROdQ .modal-content {
  background: #465052;
  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-tAyyx2ROdQ .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tAyyx2ROdQ .modal-backdrop.fade {
  opacity: 0;
}
.cid-tAyyx2ROdQ .modal-backdrop.show {
  opacity: .5;
}
.cid-tAyyx2ROdQ .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-tAyyx2ROdQ .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tAyyx2ROdQ .modal-header .close:hover {
  opacity: 1;
}
.cid-tAyyx2ROdQ .modal-header .close:focus {
  outline: none;
}
.cid-tAyyx2ROdQ .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #ffffff;
}
.cid-tAyyx2ROdQ .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-tAyyx2ROdQ .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-tAyyx2ROdQ .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tAyyx2ROdQ .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tAyyx2ROdQ .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tAyyx2ROdQ .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tAyyx2ROdQ .modal-sm {
    max-width: 300px;
  }
  .cid-tAyyx2ROdQ .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-tAyyx2ROdQ .modal-lg,
  .cid-tAyyx2ROdQ .modal-xl {
    max-width: 800px;
  }
  .cid-tAyyx2ROdQ .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-tAyyx2ROdQ .modal-xl {
    max-width: 1140px;
  }
  .cid-tAyyx2ROdQ .container {
    max-width: 1140px;
  }
}
.cid-tAyyx2ROdQ .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-tAyyx2ROdQ .container {
    max-width: 720px;
  }
}
.cid-tAyyx2ROdQ .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tAyyx2ROdQ .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-tAyyx2ROdQ .form-group {
  margin-bottom: 1rem;
}
.cid-tAyyx2ROdQ .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tAyyx2ROdQ .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tAyyx2ROdQ .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-tFFaINO35B .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-tFFaINO35B .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-tFFaINO35B a {
  font-style: normal;
}
.cid-tFFaINO35B .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-tFFaINO35B .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-tFFaINO35B .nav-item:focus,
.cid-tFFaINO35B .nav-link:focus {
  outline: none;
}
.cid-tFFaINO35B .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tFFaINO35B .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-tFFaINO35B .menu-logo {
  margin-right: auto;
}
.cid-tFFaINO35B .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tFFaINO35B .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-tFFaINO35B .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tFFaINO35B .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tFFaINO35B .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tFFaINO35B .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tFFaINO35B .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-tFFaINO35B .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-tFFaINO35B .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-tFFaINO35B .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tFFaINO35B .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tFFaINO35B .dropdown .dropdown-menu {
  background: #ffffff;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-tFFaINO35B .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-tFFaINO35B .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tFFaINO35B .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tFFaINO35B .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-tFFaINO35B .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-tFFaINO35B .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-tFFaINO35B .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-tFFaINO35B .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tFFaINO35B .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tFFaINO35B .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tFFaINO35B .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tFFaINO35B button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-tFFaINO35B button.navbar-toggler:focus {
  outline: none;
}
.cid-tFFaINO35B button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff3366;
}
.cid-tFFaINO35B button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tFFaINO35B button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tFFaINO35B button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tFFaINO35B button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tFFaINO35B nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tFFaINO35B nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tFFaINO35B nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tFFaINO35B nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tFFaINO35B .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tFFaINO35B .collapsed .btn {
  display: -webkit-flex;
}
.cid-tFFaINO35B .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tFFaINO35B .collapsed .navbar-collapse.collapsing,
.cid-tFFaINO35B .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tFFaINO35B .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tFFaINO35B .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tFFaINO35B .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tFFaINO35B .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tFFaINO35B .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tFFaINO35B .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-tFFaINO35B .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tFFaINO35B .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-tFFaINO35B .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-tFFaINO35B .collapsed button.navbar-toggler {
  display: block;
}
.cid-tFFaINO35B .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-tFFaINO35B .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tFFaINO35B .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity, padding, height;
}
.cid-tFFaINO35B .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tFFaINO35B .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tFFaINO35B .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-tFFaINO35B.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tFFaINO35B img {
    height: 3.8rem !important;
  }
  .cid-tFFaINO35B .btn {
    display: -webkit-flex;
  }
  .cid-tFFaINO35B button.navbar-toggler {
    display: block;
  }
  .cid-tFFaINO35B .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-tFFaINO35B .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tFFaINO35B .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tFFaINO35B .navbar-collapse.collapsing,
  .cid-tFFaINO35B .navbar-collapse.show {
    display: block !important;
  }
  .cid-tFFaINO35B .navbar-collapse.collapsing .navbar-nav,
  .cid-tFFaINO35B .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tFFaINO35B .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tFFaINO35B .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tFFaINO35B .navbar-collapse.collapsing .navbar-buttons,
  .cid-tFFaINO35B .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-tFFaINO35B .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tFFaINO35B .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tFFaINO35B .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-tFFaINO35B .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tFFaINO35B .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tFFaINO35B .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-tFFaINO35B .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-tFFaINO35B .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-tFFaINO35B .nav-link:hover,
.cid-tFFaINO35B .dropdown-item:hover {
  color: #ff3366 !important;
}
.cid-tZnbkl9GTg.popup-builder {
  background-color: #ffffff;
}
.cid-tZnbkl9GTg.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tZnbkl9GTg.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tZnbkl9GTg .modal-content,
.cid-tZnbkl9GTg .modal-dialog {
  height: auto;
}
.cid-tZnbkl9GTg .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tZnbkl9GTg .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tZnbkl9GTg .form-wrapper .mbr-form .form-group,
  .cid-tZnbkl9GTg .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tZnbkl9GTg .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tZnbkl9GTg .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-tZnbkl9GTg .mbr-text {
  text-align: justufy;
  color: #ffffff;
}
.cid-tZnbkl9GTg .pt-0 {
  padding-top: 0 !important;
}
.cid-tZnbkl9GTg .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tZnbkl9GTg .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tZnbkl9GTg .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tZnbkl9GTg .modal-open {
  overflow: hidden;
}
.cid-tZnbkl9GTg .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tZnbkl9GTg .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tZnbkl9GTg .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tZnbkl9GTg .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-tZnbkl9GTg .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tZnbkl9GTg .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tZnbkl9GTg .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tZnbkl9GTg .modal-content {
  background: #465052;
  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-tZnbkl9GTg .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tZnbkl9GTg .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tZnbkl9GTg .modal-backdrop.fade {
  opacity: 0;
}
.cid-tZnbkl9GTg .modal-backdrop.show {
  opacity: .5;
}
.cid-tZnbkl9GTg .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-tZnbkl9GTg .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tZnbkl9GTg .modal-header {
    padding: 1rem;
  }
}
.cid-tZnbkl9GTg .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tZnbkl9GTg .modal-header .close svg {
  fill: #ffffff;
}
.cid-tZnbkl9GTg .modal-header .close:hover {
  opacity: 1;
}
.cid-tZnbkl9GTg .modal-header .close:focus {
  outline: none;
}
.cid-tZnbkl9GTg .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #ffffff;
}
.cid-tZnbkl9GTg .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tZnbkl9GTg .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tZnbkl9GTg .modal-body {
    padding: 1rem;
  }
}
.cid-tZnbkl9GTg .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: justify;
}
@media (min-width: 992px) {
  .cid-tZnbkl9GTg .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tZnbkl9GTg .modal-footer {
    padding: 1rem;
  }
}
.cid-tZnbkl9GTg .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tZnbkl9GTg .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tZnbkl9GTg .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tZnbkl9GTg .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tZnbkl9GTg .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tZnbkl9GTg .modal-lg,
  .cid-tZnbkl9GTg .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tZnbkl9GTg .modal-xl {
    max-width: 1140px;
  }
}
.cid-tZnbkl9GTg .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tZnbkl9GTg .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-tZnbkl9GTg .form-group {
  margin-bottom: 1rem;
}
.cid-tZnbkl9GTg .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tZnbkl9GTg .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tZnbkl9GTg .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-tZnbkl9GTg .mbr-section-btn {
  margin: 0;
}
.cid-tZnbkl9GTg .mbr-section-btn .btn {
  margin: 0;
}
.cid-tZnoJ18pgx.popup-builder {
  background-color: #ffffff;
}
.cid-tZnoJ18pgx.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tZnoJ18pgx.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tZnoJ18pgx .modal-content,
.cid-tZnoJ18pgx .modal-dialog {
  height: auto;
}
.cid-tZnoJ18pgx .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tZnoJ18pgx .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tZnoJ18pgx .form-wrapper .mbr-form .form-group,
  .cid-tZnoJ18pgx .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tZnoJ18pgx .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tZnoJ18pgx .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-tZnoJ18pgx .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-tZnoJ18pgx .pt-0 {
  padding-top: 0 !important;
}
.cid-tZnoJ18pgx .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tZnoJ18pgx .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tZnoJ18pgx .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tZnoJ18pgx .modal-open {
  overflow: hidden;
}
.cid-tZnoJ18pgx .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tZnoJ18pgx .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tZnoJ18pgx .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tZnoJ18pgx .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-tZnoJ18pgx .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tZnoJ18pgx .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tZnoJ18pgx .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tZnoJ18pgx .modal-content {
  background: #4f4943;
  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-tZnoJ18pgx .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tZnoJ18pgx .modal-backdrop.fade {
  opacity: 0;
}
.cid-tZnoJ18pgx .modal-backdrop.show {
  opacity: .5;
}
.cid-tZnoJ18pgx .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-tZnoJ18pgx .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tZnoJ18pgx .modal-header .close:hover {
  opacity: 1;
}
.cid-tZnoJ18pgx .modal-header .close:focus {
  outline: none;
}
.cid-tZnoJ18pgx .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #ffffff;
}
.cid-tZnoJ18pgx .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-tZnoJ18pgx .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-tZnoJ18pgx .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tZnoJ18pgx .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tZnoJ18pgx .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tZnoJ18pgx .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tZnoJ18pgx .modal-sm {
    max-width: 300px;
  }
  .cid-tZnoJ18pgx .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-tZnoJ18pgx .modal-lg,
  .cid-tZnoJ18pgx .modal-xl {
    max-width: 800px;
  }
  .cid-tZnoJ18pgx .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-tZnoJ18pgx .modal-xl {
    max-width: 1140px;
  }
  .cid-tZnoJ18pgx .container {
    max-width: 1140px;
  }
}
.cid-tZnoJ18pgx .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-tZnoJ18pgx .container {
    max-width: 720px;
  }
}
.cid-tZnoJ18pgx .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tZnoJ18pgx .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-tZnoJ18pgx .form-group {
  margin-bottom: 1rem;
}
.cid-tZnoJ18pgx .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tZnoJ18pgx .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tZnoJ18pgx .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-tCK82gd3UA {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tCK82gd3UA .mbr-section-subtitle {
  color: #767676;
}
.cid-ubfpbUqCZD {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 60px;
}
.cid-ubfpbUqCZD .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-ubfpbUqCZD .video-block {
    width: 100% !important;
  }
}
.cid-tzvzpAvnah {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 60px;
}
.cid-tzvzpAvnah .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-tzvzpAvnah .video-block {
    width: 100% !important;
  }
}
.cid-twDECewogA {
  background: #ffffff;
  padding-top: 60px;
  padding-bottom: 60px;
}
.cid-twDECewogA .image-block {
  margin: auto;
}
.cid-twDECewogA figcaption {
  position: relative;
}
.cid-twDECewogA figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-twDECewogA .image-block {
    width: 100% !important;
  }
}
.cid-tx6LZKw1T5 {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tx6LZKw1T5 .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-tx6LZKw1T5 .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-tx6LZKw1T5 .mbr-figure {
    padding-bottom: 3rem;
  }
}
.cid-tx6LZKw1T5 .mbr-text,
.cid-tx6LZKw1T5 .mbr-section-btn {
  color: #232323;
  text-align: justify;
}
.cid-tx6LZKw1T5 H1 {
  color: #232323;
}
.cid-twN02cblFn {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-twN02cblFn .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-twN02cblFn .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-twN02cblFn .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-twN02cblFn .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-twN02cblFn .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-twN02cblFn .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-twN02cblFn .mbr-gallery-item > div:hover:before {
  opacity: 0 !important;
}
.cid-twN02cblFn .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-twN02cblFn .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-twN03rufHR {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-twN03rufHR .image-block {
  margin: auto;
}
.cid-twN03rufHR figcaption {
  position: relative;
}
.cid-twN03rufHR figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-twN03rufHR .image-block {
    width: 100% !important;
  }
}
.cid-twN0ao7Rg7 {
  padding-top: 120px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-twN0ao7Rg7 .content-slider {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-twN0ao7Rg7 .modal-body .close {
  background: #1b1b1b;
}
.cid-twN0ao7Rg7 .modal-body .close span {
  font-style: normal;
}
.cid-twN0ao7Rg7 .carousel-inner > .active,
.cid-twN0ao7Rg7 .carousel-inner > .next,
.cid-twN0ao7Rg7 .carousel-inner > .prev {
  display: -webkit-flex;
}
.cid-twN0ao7Rg7 .carousel-control .icon-next,
.cid-twN0ao7Rg7 .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-twN0ao7Rg7 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-twN0ao7Rg7 .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-twN0ao7Rg7 .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-twN0ao7Rg7 .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-twN0ao7Rg7 .boxed-slider > div {
  position: relative;
}
.cid-twN0ao7Rg7 .container img {
  width: 100%;
}
.cid-twN0ao7Rg7 .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-twN0ao7Rg7 .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-twN0ao7Rg7 .mbr-table-cell {
  padding: 0;
}
.cid-twN0ao7Rg7 .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-twN0ao7Rg7 .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-align-items: center;
}
.cid-twN0ao7Rg7 .mbr-overlay {
  z-index: 1;
}
.cid-twN0ao7Rg7 .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-twN0ao7Rg7 .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
}
.cid-twN0ao7Rg7 .carousel-item.active.right,
.cid-twN0ao7Rg7 .carousel-item.next {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-twN0ao7Rg7 .carousel-item.active.left,
.cid-twN0ao7Rg7 .carousel-item.prev {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-twN0ao7Rg7 .carousel-item.active,
.cid-twN0ao7Rg7 .carousel-item.next.left,
.cid-twN0ao7Rg7 .carousel-item.prev.right {
  left: 0;
  opacity: 1;
}
.cid-twN0ao7Rg7 .mbr-slider .carousel-control {
  top: 50%;
  width: 50px;
  height: 50px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  z-index: 11;
}
.cid-twN0ao7Rg7 .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-twN0ao7Rg7 .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-twN0ao7Rg7 .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .cid-twN0ao7Rg7 .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-twN0ao7Rg7 .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-twN0ao7Rg7 .mbr-slider .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-twN0ao7Rg7 .mbr-slider .carousel-indicators li.active,
.cid-twN0ao7Rg7 .mbr-slider .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-twN0ao7Rg7 .mbr-slider .carousel-indicators li::after,
.cid-twN0ao7Rg7 .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-twN0ao7Rg7 .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-twN0ao7Rg7 .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-twN0ao7Rg7 .mbr-slider > .container img {
  width: 100%;
}
.cid-twN0ao7Rg7 .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-twN0ao7Rg7 .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-twN0ao7Rg7 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-twN0ao7Rg7 .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-twN0ao7Rg7 .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-twN0ao7Rg7 .carousel-item .container.container-slide {
  position: initial;
  min-height: 0;
}
.cid-twN0ao7Rg7 .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-twN0ao7Rg7 .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-twN0ao7Rg7 .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-twN0ao7Rg7 .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-twN0ao7Rg7 .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-twN0ao7Rg7 .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-twN0ao7Rg7 .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-twN0ao7Rg7 .mbr-slider.slide .container {
  overflow: hidden;
  padding: 0;
}
.cid-twN0ao7Rg7 .carousel-inner {
  height: 100%;
}
.cid-twN0ao7Rg7 .slider-fullscreen-image {
  height: 100%;
  background: transparent !important;
}
.cid-twN0ao7Rg7 .image_wrapper {
  height: 700px;
  width: 100%;
  position: relative;
  display: inline-block;
}
.cid-twN0ao7Rg7 .image_wrapper img {
  width: 100% !important;
  height: 100%;
  object-fit: cover;
}
.cid-twN0ao7Rg7 .carousel-item .container-slide {
  text-align: center;
}
.cid-twN0ao7Rg7 .content-slider-wrap {
  width: 100%;
}
.cid-twN08vUi4K {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-twN08vUi4K .content-slider {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-twN08vUi4K .modal-body .close {
  background: #1b1b1b;
}
.cid-twN08vUi4K .modal-body .close span {
  font-style: normal;
}
.cid-twN08vUi4K .carousel-inner > .active,
.cid-twN08vUi4K .carousel-inner > .next,
.cid-twN08vUi4K .carousel-inner > .prev {
  display: -webkit-flex;
}
.cid-twN08vUi4K .carousel-control .icon-next,
.cid-twN08vUi4K .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-twN08vUi4K .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-twN08vUi4K .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-twN08vUi4K .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-twN08vUi4K .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-twN08vUi4K .boxed-slider > div {
  position: relative;
}
.cid-twN08vUi4K .container img {
  width: 100%;
}
.cid-twN08vUi4K .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-twN08vUi4K .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-twN08vUi4K .mbr-table-cell {
  padding: 0;
}
.cid-twN08vUi4K .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-twN08vUi4K .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-align-items: center;
}
.cid-twN08vUi4K .mbr-overlay {
  z-index: 1;
}
.cid-twN08vUi4K .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-twN08vUi4K .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
}
.cid-twN08vUi4K .carousel-item.active.right,
.cid-twN08vUi4K .carousel-item.next {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-twN08vUi4K .carousel-item.active.left,
.cid-twN08vUi4K .carousel-item.prev {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-twN08vUi4K .carousel-item.active,
.cid-twN08vUi4K .carousel-item.next.left,
.cid-twN08vUi4K .carousel-item.prev.right {
  left: 0;
  opacity: 1;
}
.cid-twN08vUi4K .mbr-slider .carousel-control {
  top: 50%;
  width: 50px;
  height: 50px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  z-index: 11;
}
.cid-twN08vUi4K .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-twN08vUi4K .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-twN08vUi4K .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .cid-twN08vUi4K .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-twN08vUi4K .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-twN08vUi4K .mbr-slider .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-twN08vUi4K .mbr-slider .carousel-indicators li.active,
.cid-twN08vUi4K .mbr-slider .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-twN08vUi4K .mbr-slider .carousel-indicators li::after,
.cid-twN08vUi4K .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-twN08vUi4K .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-twN08vUi4K .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-twN08vUi4K .mbr-slider > .container img {
  width: 100%;
}
.cid-twN08vUi4K .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-twN08vUi4K .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-twN08vUi4K .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-twN08vUi4K .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-twN08vUi4K .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-twN08vUi4K .carousel-item .container.container-slide {
  position: initial;
  min-height: 0;
}
.cid-twN08vUi4K .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-twN08vUi4K .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-twN08vUi4K .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-twN08vUi4K .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-twN08vUi4K .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-twN08vUi4K .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-twN08vUi4K .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-twN08vUi4K .mbr-slider.slide .container {
  overflow: hidden;
  padding: 0;
}
.cid-twN08vUi4K .carousel-inner {
  height: 100%;
}
.cid-twN08vUi4K .slider-fullscreen-image {
  height: 100%;
  background: transparent !important;
}
.cid-twN08vUi4K .image_wrapper {
  height: 700px;
  width: 100%;
  position: relative;
  display: inline-block;
}
.cid-twN08vUi4K .image_wrapper img {
  width: 100% !important;
  height: 100%;
  object-fit: cover;
}
.cid-twN08vUi4K .carousel-item .container-slide {
  text-align: center;
}
.cid-twN08vUi4K .content-slider-wrap {
  width: 100%;
}
.cid-twN0cKRiEa {
  padding-top: 120px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-twN0cKRiEa .content-slider {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-twN0cKRiEa .modal-body .close {
  background: #1b1b1b;
}
.cid-twN0cKRiEa .modal-body .close span {
  font-style: normal;
}
.cid-twN0cKRiEa .carousel-inner > .active,
.cid-twN0cKRiEa .carousel-inner > .next,
.cid-twN0cKRiEa .carousel-inner > .prev {
  display: -webkit-flex;
}
.cid-twN0cKRiEa .carousel-control .icon-next,
.cid-twN0cKRiEa .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-twN0cKRiEa .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-twN0cKRiEa .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-twN0cKRiEa .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-twN0cKRiEa .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-twN0cKRiEa .boxed-slider > div {
  position: relative;
}
.cid-twN0cKRiEa .container img {
  width: 100%;
}
.cid-twN0cKRiEa .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-twN0cKRiEa .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-twN0cKRiEa .mbr-table-cell {
  padding: 0;
}
.cid-twN0cKRiEa .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-twN0cKRiEa .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-align-items: center;
}
.cid-twN0cKRiEa .mbr-overlay {
  z-index: 1;
}
.cid-twN0cKRiEa .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-twN0cKRiEa .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
}
.cid-twN0cKRiEa .carousel-item.active.right,
.cid-twN0cKRiEa .carousel-item.next {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-twN0cKRiEa .carousel-item.active.left,
.cid-twN0cKRiEa .carousel-item.prev {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-twN0cKRiEa .carousel-item.active,
.cid-twN0cKRiEa .carousel-item.next.left,
.cid-twN0cKRiEa .carousel-item.prev.right {
  left: 0;
  opacity: 1;
}
.cid-twN0cKRiEa .mbr-slider .carousel-control {
  top: 50%;
  width: 50px;
  height: 50px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  z-index: 11;
}
.cid-twN0cKRiEa .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-twN0cKRiEa .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-twN0cKRiEa .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .cid-twN0cKRiEa .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-twN0cKRiEa .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-twN0cKRiEa .mbr-slider .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-twN0cKRiEa .mbr-slider .carousel-indicators li.active,
.cid-twN0cKRiEa .mbr-slider .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-twN0cKRiEa .mbr-slider .carousel-indicators li::after,
.cid-twN0cKRiEa .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-twN0cKRiEa .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-twN0cKRiEa .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-twN0cKRiEa .mbr-slider > .container img {
  width: 100%;
}
.cid-twN0cKRiEa .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-twN0cKRiEa .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-twN0cKRiEa .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-twN0cKRiEa .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-twN0cKRiEa .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-twN0cKRiEa .carousel-item .container.container-slide {
  position: initial;
  min-height: 0;
}
.cid-twN0cKRiEa .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-twN0cKRiEa .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-twN0cKRiEa .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-twN0cKRiEa .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-twN0cKRiEa .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-twN0cKRiEa .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-twN0cKRiEa .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-twN0cKRiEa .mbr-slider.slide .container {
  overflow: hidden;
  padding: 0;
}
.cid-twN0cKRiEa .carousel-inner {
  height: 100%;
}
.cid-twN0cKRiEa .slider-fullscreen-image {
  height: 100%;
  background: transparent !important;
}
.cid-twN0cKRiEa .image_wrapper {
  height: 700px;
  width: 100%;
  position: relative;
  display: inline-block;
}
.cid-twN0cKRiEa .image_wrapper img {
  width: 100% !important;
  height: 100%;
  object-fit: cover;
}
.cid-twN0cKRiEa .carousel-item .container-slide {
  text-align: center;
}
.cid-twN0cKRiEa .content-slider-wrap {
  width: 100%;
}
.cid-tAyyx2R82F.popup-builder {
  background-color: #ffffff;
}
.cid-tAyyx2R82F.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tAyyx2R82F.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tAyyx2R82F .modal-content,
.cid-tAyyx2R82F .modal-dialog {
  height: auto;
}
.cid-tAyyx2R82F .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tAyyx2R82F .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tAyyx2R82F .form-wrapper .mbr-form .form-group,
  .cid-tAyyx2R82F .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tAyyx2R82F .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tAyyx2R82F .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-tAyyx2R82F .mbr-text {
  text-align: JUSTIFY;
  color: #ffffff;
}
.cid-tAyyx2R82F .pt-0 {
  padding-top: 0 !important;
}
.cid-tAyyx2R82F .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tAyyx2R82F .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tAyyx2R82F .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tAyyx2R82F .modal-open {
  overflow: hidden;
}
.cid-tAyyx2R82F .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tAyyx2R82F .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tAyyx2R82F .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tAyyx2R82F .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-tAyyx2R82F .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tAyyx2R82F .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tAyyx2R82F .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tAyyx2R82F .modal-content {
  background: #465052;
  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-tAyyx2R82F .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tAyyx2R82F .modal-backdrop.fade {
  opacity: 0;
}
.cid-tAyyx2R82F .modal-backdrop.show {
  opacity: .5;
}
.cid-tAyyx2R82F .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-tAyyx2R82F .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tAyyx2R82F .modal-header .close:hover {
  opacity: 1;
}
.cid-tAyyx2R82F .modal-header .close:focus {
  outline: none;
}
.cid-tAyyx2R82F .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #ffffff;
}
.cid-tAyyx2R82F .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-tAyyx2R82F .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-tAyyx2R82F .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tAyyx2R82F .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tAyyx2R82F .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tAyyx2R82F .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tAyyx2R82F .modal-sm {
    max-width: 300px;
  }
  .cid-tAyyx2R82F .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-tAyyx2R82F .modal-lg,
  .cid-tAyyx2R82F .modal-xl {
    max-width: 800px;
  }
  .cid-tAyyx2R82F .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-tAyyx2R82F .modal-xl {
    max-width: 1140px;
  }
  .cid-tAyyx2R82F .container {
    max-width: 1140px;
  }
}
.cid-tAyyx2R82F .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-tAyyx2R82F .container {
    max-width: 720px;
  }
}
.cid-tAyyx2R82F .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tAyyx2R82F .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-tAyyx2R82F .form-group {
  margin-bottom: 1rem;
}
.cid-tAyyx2R82F .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tAyyx2R82F .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tAyyx2R82F .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-tFFaINO35B .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-tFFaINO35B .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-tFFaINO35B a {
  font-style: normal;
}
.cid-tFFaINO35B .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-tFFaINO35B .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-tFFaINO35B .nav-item:focus,
.cid-tFFaINO35B .nav-link:focus {
  outline: none;
}
.cid-tFFaINO35B .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tFFaINO35B .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-tFFaINO35B .menu-logo {
  margin-right: auto;
}
.cid-tFFaINO35B .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tFFaINO35B .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-tFFaINO35B .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tFFaINO35B .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tFFaINO35B .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tFFaINO35B .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tFFaINO35B .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-tFFaINO35B .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-tFFaINO35B .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-tFFaINO35B .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tFFaINO35B .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tFFaINO35B .dropdown .dropdown-menu {
  background: #ffffff;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-tFFaINO35B .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-tFFaINO35B .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tFFaINO35B .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tFFaINO35B .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-tFFaINO35B .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-tFFaINO35B .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-tFFaINO35B .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-tFFaINO35B .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tFFaINO35B .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tFFaINO35B .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tFFaINO35B .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tFFaINO35B button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-tFFaINO35B button.navbar-toggler:focus {
  outline: none;
}
.cid-tFFaINO35B button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff3366;
}
.cid-tFFaINO35B button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tFFaINO35B button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tFFaINO35B button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tFFaINO35B button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tFFaINO35B nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tFFaINO35B nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tFFaINO35B nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tFFaINO35B nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tFFaINO35B .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tFFaINO35B .collapsed .btn {
  display: -webkit-flex;
}
.cid-tFFaINO35B .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tFFaINO35B .collapsed .navbar-collapse.collapsing,
.cid-tFFaINO35B .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tFFaINO35B .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tFFaINO35B .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tFFaINO35B .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tFFaINO35B .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tFFaINO35B .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tFFaINO35B .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-tFFaINO35B .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tFFaINO35B .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-tFFaINO35B .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-tFFaINO35B .collapsed button.navbar-toggler {
  display: block;
}
.cid-tFFaINO35B .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-tFFaINO35B .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tFFaINO35B .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity, padding, height;
}
.cid-tFFaINO35B .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tFFaINO35B .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tFFaINO35B .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-tFFaINO35B.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tFFaINO35B img {
    height: 3.8rem !important;
  }
  .cid-tFFaINO35B .btn {
    display: -webkit-flex;
  }
  .cid-tFFaINO35B button.navbar-toggler {
    display: block;
  }
  .cid-tFFaINO35B .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-tFFaINO35B .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tFFaINO35B .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tFFaINO35B .navbar-collapse.collapsing,
  .cid-tFFaINO35B .navbar-collapse.show {
    display: block !important;
  }
  .cid-tFFaINO35B .navbar-collapse.collapsing .navbar-nav,
  .cid-tFFaINO35B .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tFFaINO35B .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tFFaINO35B .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tFFaINO35B .navbar-collapse.collapsing .navbar-buttons,
  .cid-tFFaINO35B .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-tFFaINO35B .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tFFaINO35B .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tFFaINO35B .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-tFFaINO35B .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tFFaINO35B .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tFFaINO35B .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-tFFaINO35B .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-tFFaINO35B .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-tFFaINO35B .nav-link:hover,
.cid-tFFaINO35B .dropdown-item:hover {
  color: #ff3366 !important;
}
.cid-twP7hj3Roq {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-twP7hj3Roq P {
  color: #767676;
}
.cid-twP9uWg1oO {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-twP9uWg1oO .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-twP9uWg1oO .video-block {
    width: 100% !important;
  }
}
.cid-tz3c1rEzJW {
  background: #ffffff;
  padding-top: 60px;
  padding-bottom: 60px;
}
.cid-tz3c1rEzJW .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-tz3c1rEzJW .video-block {
    width: 100% !important;
  }
}
.cid-tx6PavET1p {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tx6PavET1p .counter-container {
  color: #767676;
  text-align: justify;
}
.cid-tx6PavET1p .counter-container ul {
  margin-bottom: 0;
}
.cid-tx6PavET1p .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
}
.cid-tx6PavET1p .counter-container ul li:before {
  position: absolute;
  left: -56px;
  margin-top: -10px;
  padding-top: 3px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #ffffff;
  background: #232323;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  content: '✓';
}
.cid-tx6PavET1p .mbr-text {
  color: #232323;
}
.cid-tx0c89w4Fq {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tx0c89w4Fq .carousel-control {
  background: #000;
}
.cid-tx0c89w4Fq .mbr-section-subtitle {
  color: #232323;
  text-align: left;
}
.cid-tx0c89w4Fq .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tx0c89w4Fq .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-tx0c89w4Fq .carousel-item .wrap-img {
  text-align: center;
}
.cid-tx0c89w4Fq .carousel-item .wrap-img img {
  max-height: 150px;
  width: auto;
  max-width: 100%;
}
.cid-tx0c89w4Fq .carousel-controls {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tx0c89w4Fq .carousel-controls .carousel-control {
  background: #000;
  border-radius: 50%;
  position: static;
  width: 40px;
  height: 40px;
  margin-top: 2rem;
  border-width: 1px;
}
.cid-tx0c89w4Fq .carousel-controls .carousel-control.carousel-control-prev {
  left: auto;
  margin-right: 20px;
  margin-left: 0;
}
.cid-tx0c89w4Fq .carousel-controls .carousel-control.carousel-control-next {
  right: auto;
  margin-right: 0;
}
.cid-tx0c89w4Fq .carousel-controls .carousel-control .mbr-iconfont {
  font-size: 1rem;
}
.cid-tx0c89w4Fq .cloneditem-1,
.cid-tx0c89w4Fq .cloneditem-2,
.cid-tx0c89w4Fq .cloneditem-3,
.cid-tx0c89w4Fq .cloneditem-4,
.cid-tx0c89w4Fq .cloneditem-5 {
  display: none;
}
.cid-tx0c89w4Fq .col-lg-15 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  -webkit-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tx0c89w4Fq .col-lg-15 {
    -ms-flex: 0 0 20%;
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    width: 20%;
  }
  .cid-tx0c89w4Fq .carousel-inner.slides2 > .carousel-item.active.carousel-item-right,
  .cid-tx0c89w4Fq .carousel-inner.slides2 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
  }
  .cid-tx0c89w4Fq .carousel-inner.slides2 > .carousel-item.active.carousel-item-left,
  .cid-tx0c89w4Fq .carousel-inner.slides2 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
  .cid-tx0c89w4Fq .carousel-inner.slides2 > .carousel-item.carousel-item-left,
  .cid-tx0c89w4Fq .carousel-inner.slides2 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-tx0c89w4Fq .carousel-inner.slides2 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-tx0c89w4Fq .carousel-inner.slides2 .cloneditem-1,
  .cid-tx0c89w4Fq .carousel-inner.slides2 .cloneditem-2,
  .cid-tx0c89w4Fq .carousel-inner.slides2 .cloneditem-3 {
    display: block;
  }
  .cid-tx0c89w4Fq .carousel-inner.slides3 > .carousel-item.active.carousel-item-right,
  .cid-tx0c89w4Fq .carousel-inner.slides3 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(33.333333%, 0, 0);
    transform: translate3d(33.333333%, 0, 0);
  }
  .cid-tx0c89w4Fq .carousel-inner.slides3 > .carousel-item.active.carousel-item-left,
  .cid-tx0c89w4Fq .carousel-inner.slides3 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-33.333333%, 0, 0);
    transform: translate3d(-33.333333%, 0, 0);
  }
  .cid-tx0c89w4Fq .carousel-inner.slides3 > .carousel-item.carousel-item-left,
  .cid-tx0c89w4Fq .carousel-inner.slides3 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-tx0c89w4Fq .carousel-inner.slides3 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-tx0c89w4Fq .carousel-inner.slides3 .cloneditem-1,
  .cid-tx0c89w4Fq .carousel-inner.slides3 .cloneditem-2,
  .cid-tx0c89w4Fq .carousel-inner.slides3 .cloneditem-3 {
    display: block;
  }
  .cid-tx0c89w4Fq .carousel-inner.slides4 > .carousel-item.active.carousel-item-right,
  .cid-tx0c89w4Fq .carousel-inner.slides4 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(25%, 0, 0);
    transform: translate3d(25%, 0, 0);
  }
  .cid-tx0c89w4Fq .carousel-inner.slides4 > .carousel-item.active.carousel-item-left,
  .cid-tx0c89w4Fq .carousel-inner.slides4 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-25%, 0, 0);
    transform: translate3d(-25%, 0, 0);
  }
  .cid-tx0c89w4Fq .carousel-inner.slides4 > .carousel-item.carousel-item-left,
  .cid-tx0c89w4Fq .carousel-inner.slides4 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-tx0c89w4Fq .carousel-inner.slides4 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-tx0c89w4Fq .carousel-inner.slides4 .cloneditem-1,
  .cid-tx0c89w4Fq .carousel-inner.slides4 .cloneditem-2,
  .cid-tx0c89w4Fq .carousel-inner.slides4 .cloneditem-3 {
    display: block;
  }
  .cid-tx0c89w4Fq .carousel-inner.slides5 > .carousel-item.active.carousel-item-right,
  .cid-tx0c89w4Fq .carousel-inner.slides5 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(20%, 0, 0);
    transform: translate3d(20%, 0, 0);
  }
  .cid-tx0c89w4Fq .carousel-inner.slides5 > .carousel-item.active.carousel-item-left,
  .cid-tx0c89w4Fq .carousel-inner.slides5 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-20%, 0, 0);
    transform: translate3d(-20%, 0, 0);
  }
  .cid-tx0c89w4Fq .carousel-inner.slides5 > .carousel-item.carousel-item-left,
  .cid-tx0c89w4Fq .carousel-inner.slides5 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-tx0c89w4Fq .carousel-inner.slides5 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-tx0c89w4Fq .carousel-inner.slides5 .cloneditem-1,
  .cid-tx0c89w4Fq .carousel-inner.slides5 .cloneditem-2,
  .cid-tx0c89w4Fq .carousel-inner.slides5 .cloneditem-3,
  .cid-tx0c89w4Fq .carousel-inner.slides5 .cloneditem-4 {
    display: block;
  }
  .cid-tx0c89w4Fq .carousel-inner.slides6 > .carousel-item.active.carousel-item-right,
  .cid-tx0c89w4Fq .carousel-inner.slides6 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(16.666667%, 0, 0);
    transform: translate3d(16.666667%, 0, 0);
  }
  .cid-tx0c89w4Fq .carousel-inner.slides6 > .carousel-item.active.carousel-item-left,
  .cid-tx0c89w4Fq .carousel-inner.slides6 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-16.666667%, 0, 0);
    transform: translate3d(-16.666667%, 0, 0);
  }
  .cid-tx0c89w4Fq .carousel-inner.slides6 > .carousel-item.carousel-item-left,
  .cid-tx0c89w4Fq .carousel-inner.slides6 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-tx0c89w4Fq .carousel-inner.slides6 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-tx0c89w4Fq .carousel-inner.slides6 .cloneditem-1,
  .cid-tx0c89w4Fq .carousel-inner.slides6 .cloneditem-2,
  .cid-tx0c89w4Fq .carousel-inner.slides6 .cloneditem-3,
  .cid-tx0c89w4Fq .carousel-inner.slides6 .cloneditem-4,
  .cid-tx0c89w4Fq .carousel-inner.slides6 .cloneditem-5 {
    display: block;
  }
}
.cid-tx0c89w4Fq H2 {
  color: #232323;
  text-align: left;
}
.cid-twP9hzSiEK {
  padding-top: 120px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-twP9hzSiEK .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-twP9hzSiEK .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-twP9hzSiEK .mbr-figure {
    padding-bottom: 3rem;
  }
}
.cid-twP9hzSiEK .mbr-text,
.cid-twP9hzSiEK .mbr-section-btn {
  color: #2e2e2e;
  text-align: justify;
}
.cid-twP9hzSiEK H1 {
  color: #232323;
}
.cid-tx6IfIS7Tc {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tx6IfIS7Tc .mbr-text,
.cid-tx6IfIS7Tc blockquote {
  color: #767676;
}
.cid-tx6IfIS7Tc .mbr-text {
  color: #232323;
}
.cid-tx7mhj9wKG {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tAKIh95Un4 {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tAKIh95Un4 .mbr-text,
.cid-tAKIh95Un4 blockquote {
  color: #767676;
  TEXT-ALIGN: JUSTIFY;
}
.cid-tAKIh95Un4 .mbr-text {
  color: #232323;
}
.cid-tx7jb75Uy8 {
  background: #ffffff;
  padding-top: 60px;
  padding-bottom: 0px;
}
.cid-tx7jb75Uy8 .image-block {
  margin: auto;
}
.cid-tx7jb75Uy8 figcaption {
  position: relative;
}
.cid-tx7jb75Uy8 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tx7jb75Uy8 .image-block {
    width: 100% !important;
  }
}
.cid-tx7ntw5T31 {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tx7ntw5T31 .mbr-text,
.cid-tx7ntw5T31 blockquote {
  color: #767676;
  TEXT-ALIGN: JUSTIFY;
}
.cid-tx7ntw5T31 .mbr-text {
  color: #232323;
}
.cid-tx7gQjm0wW {
  background: #ffffff;
  padding-top: 120px;
  padding-bottom: 0px;
}
.cid-tx7gQjm0wW .image-block {
  margin: auto;
}
.cid-tx7gQjm0wW figcaption {
  position: relative;
}
.cid-tx7gQjm0wW figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tx7gQjm0wW .image-block {
    width: 100% !important;
  }
}
.cid-tx6ofbSPmh {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tx6ofbSPmh .mbr-text,
.cid-tx6ofbSPmh blockquote {
  color: #767676;
  TEXT-ALIGN: JUSTIFY;
}
.cid-tx6ofbSPmh .mbr-text {
  color: #232323;
}
.cid-tx7hljEzQN {
  background: #ffffff;
  padding-top: 120px;
  padding-bottom: 30px;
}
.cid-tx7hljEzQN .image-block {
  margin: auto;
}
.cid-tx7hljEzQN figcaption {
  position: relative;
}
.cid-tx7hljEzQN figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tx7hljEzQN .image-block {
    width: 100% !important;
  }
}
.cid-tx78RWN7P8 {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tx78RWN7P8 .mbr-text,
.cid-tx78RWN7P8 blockquote {
  color: #767676;
}
.cid-tx78RWN7P8 .mbr-text {
  color: #232323;
  TEXT-ALIGN: JUSTIFY;
}
.cid-tx7iMinYEd {
  background: #ffffff;
  padding-top: 120px;
  padding-bottom: 0px;
}
.cid-tx7iMinYEd .image-block {
  margin: auto;
}
.cid-tx7iMinYEd figcaption {
  position: relative;
}
.cid-tx7iMinYEd figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tx7iMinYEd .image-block {
    width: 100% !important;
  }
}
.cid-tx7cAkpjRT {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tx7cAkpjRT .mbr-text,
.cid-tx7cAkpjRT blockquote {
  color: #767676;
}
.cid-tx7cAkpjRT .mbr-text {
  color: #232323;
  TEXT-ALIGN: JUSTIFY;
}
.cid-tFFaINO35B .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-tFFaINO35B .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-tFFaINO35B a {
  font-style: normal;
}
.cid-tFFaINO35B .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-tFFaINO35B .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-tFFaINO35B .nav-item:focus,
.cid-tFFaINO35B .nav-link:focus {
  outline: none;
}
.cid-tFFaINO35B .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tFFaINO35B .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-tFFaINO35B .menu-logo {
  margin-right: auto;
}
.cid-tFFaINO35B .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tFFaINO35B .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-tFFaINO35B .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tFFaINO35B .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tFFaINO35B .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tFFaINO35B .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tFFaINO35B .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-tFFaINO35B .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-tFFaINO35B .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-tFFaINO35B .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tFFaINO35B .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tFFaINO35B .dropdown .dropdown-menu {
  background: #ffffff;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-tFFaINO35B .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-tFFaINO35B .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tFFaINO35B .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tFFaINO35B .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-tFFaINO35B .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-tFFaINO35B .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-tFFaINO35B .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-tFFaINO35B .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tFFaINO35B .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tFFaINO35B .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tFFaINO35B .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tFFaINO35B button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-tFFaINO35B button.navbar-toggler:focus {
  outline: none;
}
.cid-tFFaINO35B button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff3366;
}
.cid-tFFaINO35B button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tFFaINO35B button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tFFaINO35B button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tFFaINO35B button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tFFaINO35B nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tFFaINO35B nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tFFaINO35B nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tFFaINO35B nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tFFaINO35B .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tFFaINO35B .collapsed .btn {
  display: -webkit-flex;
}
.cid-tFFaINO35B .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tFFaINO35B .collapsed .navbar-collapse.collapsing,
.cid-tFFaINO35B .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tFFaINO35B .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tFFaINO35B .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tFFaINO35B .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tFFaINO35B .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tFFaINO35B .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tFFaINO35B .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-tFFaINO35B .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tFFaINO35B .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-tFFaINO35B .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-tFFaINO35B .collapsed button.navbar-toggler {
  display: block;
}
.cid-tFFaINO35B .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-tFFaINO35B .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tFFaINO35B .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity, padding, height;
}
.cid-tFFaINO35B .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tFFaINO35B .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tFFaINO35B .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-tFFaINO35B.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tFFaINO35B img {
    height: 3.8rem !important;
  }
  .cid-tFFaINO35B .btn {
    display: -webkit-flex;
  }
  .cid-tFFaINO35B button.navbar-toggler {
    display: block;
  }
  .cid-tFFaINO35B .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-tFFaINO35B .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tFFaINO35B .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tFFaINO35B .navbar-collapse.collapsing,
  .cid-tFFaINO35B .navbar-collapse.show {
    display: block !important;
  }
  .cid-tFFaINO35B .navbar-collapse.collapsing .navbar-nav,
  .cid-tFFaINO35B .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tFFaINO35B .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tFFaINO35B .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tFFaINO35B .navbar-collapse.collapsing .navbar-buttons,
  .cid-tFFaINO35B .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-tFFaINO35B .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tFFaINO35B .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tFFaINO35B .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-tFFaINO35B .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tFFaINO35B .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tFFaINO35B .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-tFFaINO35B .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-tFFaINO35B .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-tFFaINO35B .nav-link:hover,
.cid-tFFaINO35B .dropdown-item:hover {
  color: #ff3366 !important;
}
.cid-tZnoJ18Ebn.popup-builder {
  background-color: #ffffff;
}
.cid-tZnoJ18Ebn.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tZnoJ18Ebn.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tZnoJ18Ebn .modal-content,
.cid-tZnoJ18Ebn .modal-dialog {
  height: auto;
}
.cid-tZnoJ18Ebn .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tZnoJ18Ebn .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tZnoJ18Ebn .form-wrapper .mbr-form .form-group,
  .cid-tZnoJ18Ebn .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tZnoJ18Ebn .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tZnoJ18Ebn .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-tZnoJ18Ebn .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-tZnoJ18Ebn .pt-0 {
  padding-top: 0 !important;
}
.cid-tZnoJ18Ebn .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tZnoJ18Ebn .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tZnoJ18Ebn .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tZnoJ18Ebn .modal-open {
  overflow: hidden;
}
.cid-tZnoJ18Ebn .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tZnoJ18Ebn .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tZnoJ18Ebn .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tZnoJ18Ebn .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-tZnoJ18Ebn .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tZnoJ18Ebn .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tZnoJ18Ebn .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tZnoJ18Ebn .modal-content {
  background: #4f4943;
  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-tZnoJ18Ebn .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tZnoJ18Ebn .modal-backdrop.fade {
  opacity: 0;
}
.cid-tZnoJ18Ebn .modal-backdrop.show {
  opacity: .5;
}
.cid-tZnoJ18Ebn .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-tZnoJ18Ebn .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tZnoJ18Ebn .modal-header .close:hover {
  opacity: 1;
}
.cid-tZnoJ18Ebn .modal-header .close:focus {
  outline: none;
}
.cid-tZnoJ18Ebn .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #ffffff;
}
.cid-tZnoJ18Ebn .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-tZnoJ18Ebn .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-tZnoJ18Ebn .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tZnoJ18Ebn .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tZnoJ18Ebn .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tZnoJ18Ebn .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tZnoJ18Ebn .modal-sm {
    max-width: 300px;
  }
  .cid-tZnoJ18Ebn .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-tZnoJ18Ebn .modal-lg,
  .cid-tZnoJ18Ebn .modal-xl {
    max-width: 800px;
  }
  .cid-tZnoJ18Ebn .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-tZnoJ18Ebn .modal-xl {
    max-width: 1140px;
  }
  .cid-tZnoJ18Ebn .container {
    max-width: 1140px;
  }
}
.cid-tZnoJ18Ebn .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-tZnoJ18Ebn .container {
    max-width: 720px;
  }
}
.cid-tZnoJ18Ebn .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tZnoJ18Ebn .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-tZnoJ18Ebn .form-group {
  margin-bottom: 1rem;
}
.cid-tZnoJ18Ebn .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tZnoJ18Ebn .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tZnoJ18Ebn .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-u60cOiGD1o.popup-builder {
  background-color: #ffffff;
}
.cid-u60cOiGD1o.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-u60cOiGD1o.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-u60cOiGD1o .modal-content,
.cid-u60cOiGD1o .modal-dialog {
  height: auto;
}
.cid-u60cOiGD1o .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-u60cOiGD1o .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-u60cOiGD1o .form-wrapper .mbr-form .form-group,
  .cid-u60cOiGD1o .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-u60cOiGD1o .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-u60cOiGD1o .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-u60cOiGD1o .mbr-text {
  text-align: justify;
  color: #ffffff;
}
.cid-u60cOiGD1o .pt-0 {
  padding-top: 0 !important;
}
.cid-u60cOiGD1o .pb-0 {
  padding-bottom: 0 !important;
}
.cid-u60cOiGD1o .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-u60cOiGD1o .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-u60cOiGD1o .modal-open {
  overflow: hidden;
}
.cid-u60cOiGD1o .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-u60cOiGD1o .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-u60cOiGD1o .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-u60cOiGD1o .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-u60cOiGD1o .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-u60cOiGD1o .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-u60cOiGD1o .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-u60cOiGD1o .modal-content {
  background: #465052;
  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-u60cOiGD1o .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-u60cOiGD1o .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-u60cOiGD1o .modal-backdrop.fade {
  opacity: 0;
}
.cid-u60cOiGD1o .modal-backdrop.show {
  opacity: .5;
}
.cid-u60cOiGD1o .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-u60cOiGD1o .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u60cOiGD1o .modal-header {
    padding: 1rem;
  }
}
.cid-u60cOiGD1o .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-u60cOiGD1o .modal-header .close svg {
  fill: #ffffff;
}
.cid-u60cOiGD1o .modal-header .close:hover {
  opacity: 1;
}
.cid-u60cOiGD1o .modal-header .close:focus {
  outline: none;
}
.cid-u60cOiGD1o .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #ffffff;
}
.cid-u60cOiGD1o .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-u60cOiGD1o .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u60cOiGD1o .modal-body {
    padding: 1rem;
  }
}
.cid-u60cOiGD1o .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-u60cOiGD1o .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u60cOiGD1o .modal-footer {
    padding: 1rem;
  }
}
.cid-u60cOiGD1o .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-u60cOiGD1o .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-u60cOiGD1o .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-u60cOiGD1o .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-u60cOiGD1o .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-u60cOiGD1o .modal-lg,
  .cid-u60cOiGD1o .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-u60cOiGD1o .modal-xl {
    max-width: 1140px;
  }
}
.cid-u60cOiGD1o .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-u60cOiGD1o .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-u60cOiGD1o .form-group {
  margin-bottom: 1rem;
}
.cid-u60cOiGD1o .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-u60cOiGD1o .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-u60cOiGD1o .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-u60cOiGD1o .mbr-section-btn {
  margin: 0;
}
.cid-u60cOiGD1o .mbr-section-btn .btn {
  margin: 0;
}
.cid-tBBtCeOGgZ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tBBtCeOGgZ .container {
  max-width: 1400px;
}
.cid-tBBtCeOGgZ .mbr-iconfont {
  display: block;
  font-size: 6rem;
  color: #326c80;
  margin-bottom: 2rem;
  border-bottom: 1px solid #326c80;
  padding-bottom: 2rem;
}
.cid-tBBtCeOGgZ .row {
  justify-content: center;
}
.cid-tBBtCeOGgZ .card-text {
  color: #818181;
  text-align: center;
}
.cid-tBBtCeOGgZ .card-title {
  margin-bottom: 0.5rem;
}
.cid-tBBtCeOGgZ .card-title,
.cid-tBBtCeOGgZ .iconfont-wrapper {
  text-align: center;
}
.cid-txsLw7dqhx {
  background: #000000;
  padding-top: 45px;
  padding-bottom: 0px;
}
.cid-txsLw7dqhx .image-block {
  margin: auto;
}
.cid-txsLw7dqhx figcaption {
  position: relative;
}
.cid-txsLw7dqhx figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-txsLw7dqhx .image-block {
    width: 100% !important;
  }
}
.cid-txsLyprP6z {
  padding-top: 0px;
  padding-bottom: 135px;
  background-color: #000000;
}
.cid-txsLyprP6z .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-txsLyprP6z .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-txsLyprP6z .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-txsLyprP6z .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-txsLyprP6z .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-txsLyprP6z .mbr-gallery-item > div:hover::before {
  opacity: 0.5 !important;
}
.cid-txsLyprP6z .mbr-gallery-filter-all > a {
  padding: 30px;
  color: #ffffff !important;
}
.cid-txsLyprP6z .mbr-gallery-filter {
  padding-top: 0;
  padding-bottom: 2rem;
}
.cid-txsLyprP6z .mbr-gallery-filter .btn {
  text-transform: uppercase;
  color: #ffffff !important;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin: 0px !important;
  border: none;
  padding: 12px 15px 12px 15px;
}
.cid-txsLyprP6z .mbr-gallery-filter .btn:hover {
  background: transparent;
  color: #008bba !important;
}
.cid-txsLyprP6z .mbr-gallery-filter ul {
  display: block;
}
.cid-txsLyprP6z .mbr-gallery-filter ul li {
  position: relative;
}
.cid-txsLyprP6z .mbr-gallery-filter li.active .btn {
  color: #008bba !important;
  background: transparent;
}
.cid-txsLyprP6z .mbr-gallery-filter li::after {
  bottom: 0.5rem;
  content: "";
  height: 4px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%) scale(0);
  width: 4px;
  transition: all 0.3s ease-in-out;
  background: #008bba !important;
}
.cid-txsLyprP6z .mbr-gallery-filter li.active::after,
.cid-txsLyprP6z .mbr-gallery-filter li:hover::after {
  transform: translateX(-50%) scale(1);
  background: #008bba !important;
}
.cid-txsLyprP6z .mbr-gallery-title {
  transition: all.3s;
  position: absolute;
  visibility: hidden;
  display: block;
  opacity: 0;
  width: 100%;
  top: -2rem;
  right: 0;
  text-align: right;
  padding: 1rem;
  color: #fff;
  background: transparent;
}
.cid-txsLyprP6z .mbr-gallery-item > div:hover .mbr-gallery-title {
  top: 0;
  right: 0;
  display: block;
  visibility: visible;
  opacity: 1;
}
.cid-txsLyprP6z .mbr-gallery-item > div:hover .icon-focus {
  top: calc(50% - 24px);
}
.cid-txsLyprP6z .icon-focus:before {
  content: '\e95e';
}
.cid-txsLyprP6z .icon-focus {
  transition: all .3s;
  font-size: 2rem !important;
  top: 50%;
  left: calc(50% - 24px);
  width: 48px;
  padding: 0 8px;
  border-radius: 50%;
  color: #444444 !important;
  background-color: #ffffff;
}
.cid-txsLyprP6z .mbr-section-title {
  margin: 0;
}
.cid-txsLyprP6z .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-txsLyprP6z .underline .line {
  width: 3rem;
  height: 2px;
  background: #444444;
  display: inline-block;
}
.cid-txsLyprP6z .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-txsLyprP6z .mbr-section-title,
.cid-txsLyprP6z .underline {
  color: #ffffff;
}
.cid-tBuuoV0TIC {
  padding-top: 60px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/esnault-1-1171x784.jpg");
}
.cid-tBuuoV0TIC .mbr-media span {
  font-size: 48px;
  cursor: pointer;
  background-color: #ffffff;
  border-radius: 50%;
  width: 6rem;
  height: 6rem;
  line-height: 6rem;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #353535;
}
.cid-tBuuoV0TIC .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-tBuuoV0TIC .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-tBuuoV0TIC .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-tBuuoV0TIC .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-tBuuoV0TIC a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-tBuuoV0TIC a.close:hover {
  color: #ffffff;
}
.cid-tBuuoV0TIC H1 {
  color: #ffffff;
}
.cid-tBuuoV0TIC P {
  color: #ffffff;
}
.cid-tBuuoV0TIC .icon-description {
  color: #ffffff;
}
.cid-tBAVy6Ixhd {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tBAVy6Ixhd .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tBAVy6Ixhd H2 {
  color: #ffffff;
}
.cid-tBAUT0Pkpq {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-tBAUT0Pkpq .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tBAUT0Pkpq .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tBAUT0Pkpq .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tBAUT0Pkpq .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tBAUT0Pkpq .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-tBAUT0Pkpq .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-tBAUT0Pkpq .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-tBAUT0Pkpq .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-tBAUT0Pkpq .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-tBAV5a8yk8 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #232323;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-tBAV5a8yk8 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tBAV5a8yk8 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tBAV5a8yk8 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tBAV5a8yk8 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tBAV5a8yk8 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-tBAV5a8yk8 .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-tBAV5a8yk8 .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-tBAV5a8yk8 .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-tBAV5a8yk8 .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-tBAV3YXiSo {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #232323;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-tBAV3YXiSo .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tBAV3YXiSo .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tBAV3YXiSo .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tBAV3YXiSo .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tBAV3YXiSo .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-tBAV3YXiSo .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-tBAV3YXiSo .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-tBAV3YXiSo .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-tBAV3YXiSo .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-tBB7ZhS0zR {
  padding-top: 0px;
  padding-bottom: 135px;
  background-color: #000000;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-tBB7ZhS0zR .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tBB7ZhS0zR .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tBB7ZhS0zR .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tBB7ZhS0zR .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tBB7ZhS0zR .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-tBB7ZhS0zR .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-tBB7ZhS0zR .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-tBB7ZhS0zR .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-tBB7ZhS0zR .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-txsLJOMKFs {
  background-image: url("../../../assets/images/life-cycle-2.png");
}
.cid-txsLJOMKFs .mbr-media span {
  font-size: 48px;
  cursor: pointer;
  background-color: #ffffff;
  border-radius: 50%;
  width: 6rem;
  height: 6rem;
  line-height: 6rem;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #353535;
}
.cid-txsLJOMKFs .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-txsLJOMKFs .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-txsLJOMKFs .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-txsLJOMKFs .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-txsLJOMKFs a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-txsLJOMKFs a.close:hover {
  color: #ffffff;
}
.cid-txsLJOMKFs SPAN {
  color: #ffffff;
}
.cid-txsLSvC14O {
  background-image: url("../../../assets/images/ranbpw-melon.png");
}
.cid-txsLSvC14O .mbr-media span {
  font-size: 48px;
  cursor: pointer;
  background-color: #ffffff;
  border-radius: 50%;
  width: 6rem;
  height: 6rem;
  line-height: 6rem;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #353535;
}
.cid-txsLSvC14O .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-txsLSvC14O .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-txsLSvC14O .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-txsLSvC14O .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-txsLSvC14O a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-txsLSvC14O a.close:hover {
  color: #ffffff;
}
.cid-txVSYXjs9h {
  background-image: url("../../../assets/images/capture-decran-2023-03-08-a-18.05.58-2000x1443.png");
}
.cid-txVSYXjs9h .mbr-media span {
  font-size: 48px;
  cursor: pointer;
  background-color: #ffffff;
  border-radius: 50%;
  width: 6rem;
  height: 6rem;
  line-height: 6rem;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #353535;
}
.cid-txVSYXjs9h .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-txVSYXjs9h .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-txVSYXjs9h .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-txVSYXjs9h .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-txVSYXjs9h a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-txVSYXjs9h a.close:hover {
  color: #ffffff;
}
.cid-txltr2qvfF.popup-builder {
  background-color: #ffffff;
}
.cid-txltr2qvfF.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-txltr2qvfF.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-txltr2qvfF .modal-content,
.cid-txltr2qvfF .modal-dialog {
  height: auto;
}
.cid-txltr2qvfF .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-txltr2qvfF .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-txltr2qvfF .form-wrapper .mbr-form .form-group,
  .cid-txltr2qvfF .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-txltr2qvfF .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-txltr2qvfF .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-txltr2qvfF .mbr-text {
  text-align: justify;
  color: #ffffff;
}
.cid-txltr2qvfF .pt-0 {
  padding-top: 0 !important;
}
.cid-txltr2qvfF .pb-0 {
  padding-bottom: 0 !important;
}
.cid-txltr2qvfF .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-txltr2qvfF .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-txltr2qvfF .modal-open {
  overflow: hidden;
}
.cid-txltr2qvfF .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-txltr2qvfF .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-txltr2qvfF .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-txltr2qvfF .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-txltr2qvfF .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-txltr2qvfF .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-txltr2qvfF .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-txltr2qvfF .modal-content {
  background: #000000;
  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-txltr2qvfF .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-txltr2qvfF .modal-backdrop.fade {
  opacity: 0;
}
.cid-txltr2qvfF .modal-backdrop.show {
  opacity: .5;
}
.cid-txltr2qvfF .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-txltr2qvfF .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-txltr2qvfF .modal-header .close:hover {
  opacity: 1;
}
.cid-txltr2qvfF .modal-header .close:focus {
  outline: none;
}
.cid-txltr2qvfF .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #ffffff;
}
.cid-txltr2qvfF .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-txltr2qvfF .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-txltr2qvfF .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-txltr2qvfF .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-txltr2qvfF .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-txltr2qvfF .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-txltr2qvfF .modal-sm {
    max-width: 300px;
  }
  .cid-txltr2qvfF .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-txltr2qvfF .modal-lg,
  .cid-txltr2qvfF .modal-xl {
    max-width: 800px;
  }
  .cid-txltr2qvfF .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-txltr2qvfF .modal-xl {
    max-width: 1140px;
  }
  .cid-txltr2qvfF .container {
    max-width: 1140px;
  }
}
.cid-txltr2qvfF .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-txltr2qvfF .container {
    max-width: 720px;
  }
}
.cid-txltr2qvfF .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-txltr2qvfF .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-txltr2qvfF .form-group {
  margin-bottom: 1rem;
}
.cid-txltr2qvfF .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-txltr2qvfF .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-txltr2qvfF .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-tBBaWZZaFs.popup-builder {
  background-color: #ffffff;
}
.cid-tBBaWZZaFs.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tBBaWZZaFs.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tBBaWZZaFs .modal-content,
.cid-tBBaWZZaFs .modal-dialog {
  height: auto;
}
.cid-tBBaWZZaFs .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tBBaWZZaFs .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tBBaWZZaFs .form-wrapper .mbr-form .form-group,
  .cid-tBBaWZZaFs .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tBBaWZZaFs .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tBBaWZZaFs .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-tBBaWZZaFs .mbr-text {
  text-align: justify;
  color: #ffffff;
}
.cid-tBBaWZZaFs .pt-0 {
  padding-top: 0 !important;
}
.cid-tBBaWZZaFs .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tBBaWZZaFs .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tBBaWZZaFs .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tBBaWZZaFs .modal-open {
  overflow: hidden;
}
.cid-tBBaWZZaFs .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tBBaWZZaFs .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tBBaWZZaFs .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tBBaWZZaFs .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-tBBaWZZaFs .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tBBaWZZaFs .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tBBaWZZaFs .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tBBaWZZaFs .modal-content {
  background: #232323;
  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-tBBaWZZaFs .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tBBaWZZaFs .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tBBaWZZaFs .modal-backdrop.fade {
  opacity: 0;
}
.cid-tBBaWZZaFs .modal-backdrop.show {
  opacity: .5;
}
.cid-tBBaWZZaFs .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-tBBaWZZaFs .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tBBaWZZaFs .modal-header {
    padding: 1rem;
  }
}
.cid-tBBaWZZaFs .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tBBaWZZaFs .modal-header .close svg {
  fill: #353535;
}
.cid-tBBaWZZaFs .modal-header .close:hover {
  opacity: 1;
}
.cid-tBBaWZZaFs .modal-header .close:focus {
  outline: none;
}
.cid-tBBaWZZaFs .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #ffffff;
}
.cid-tBBaWZZaFs .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tBBaWZZaFs .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tBBaWZZaFs .modal-body {
    padding: 1rem;
  }
}
.cid-tBBaWZZaFs .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tBBaWZZaFs .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tBBaWZZaFs .modal-footer {
    padding: 1rem;
  }
}
.cid-tBBaWZZaFs .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tBBaWZZaFs .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tBBaWZZaFs .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tBBaWZZaFs .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tBBaWZZaFs .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tBBaWZZaFs .modal-lg,
  .cid-tBBaWZZaFs .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tBBaWZZaFs .modal-xl {
    max-width: 1140px;
  }
}
.cid-tBBaWZZaFs .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tBBaWZZaFs .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-tBBaWZZaFs .form-group {
  margin-bottom: 1rem;
}
.cid-tBBaWZZaFs .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tBBaWZZaFs .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tBBaWZZaFs .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-tBBaWZZaFs .mbr-section-btn {
  margin: 0;
}
.cid-tBBaWZZaFs .mbr-section-btn .btn {
  margin: 0;
}
.cid-tFFaINO35B .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-tFFaINO35B .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-tFFaINO35B a {
  font-style: normal;
}
.cid-tFFaINO35B .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-tFFaINO35B .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-tFFaINO35B .nav-item:focus,
.cid-tFFaINO35B .nav-link:focus {
  outline: none;
}
.cid-tFFaINO35B .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tFFaINO35B .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-tFFaINO35B .menu-logo {
  margin-right: auto;
}
.cid-tFFaINO35B .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tFFaINO35B .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-tFFaINO35B .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tFFaINO35B .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tFFaINO35B .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tFFaINO35B .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tFFaINO35B .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-tFFaINO35B .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-tFFaINO35B .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-tFFaINO35B .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tFFaINO35B .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tFFaINO35B .dropdown .dropdown-menu {
  background: #ffffff;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-tFFaINO35B .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-tFFaINO35B .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tFFaINO35B .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tFFaINO35B .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-tFFaINO35B .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-tFFaINO35B .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-tFFaINO35B .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-tFFaINO35B .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tFFaINO35B .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tFFaINO35B .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tFFaINO35B .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tFFaINO35B button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-tFFaINO35B button.navbar-toggler:focus {
  outline: none;
}
.cid-tFFaINO35B button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff3366;
}
.cid-tFFaINO35B button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tFFaINO35B button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tFFaINO35B button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tFFaINO35B button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tFFaINO35B nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tFFaINO35B nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tFFaINO35B nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tFFaINO35B nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tFFaINO35B .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tFFaINO35B .collapsed .btn {
  display: -webkit-flex;
}
.cid-tFFaINO35B .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tFFaINO35B .collapsed .navbar-collapse.collapsing,
.cid-tFFaINO35B .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tFFaINO35B .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tFFaINO35B .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tFFaINO35B .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tFFaINO35B .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tFFaINO35B .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tFFaINO35B .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-tFFaINO35B .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tFFaINO35B .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-tFFaINO35B .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-tFFaINO35B .collapsed button.navbar-toggler {
  display: block;
}
.cid-tFFaINO35B .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-tFFaINO35B .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tFFaINO35B .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity, padding, height;
}
.cid-tFFaINO35B .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tFFaINO35B .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tFFaINO35B .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-tFFaINO35B.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tFFaINO35B img {
    height: 3.8rem !important;
  }
  .cid-tFFaINO35B .btn {
    display: -webkit-flex;
  }
  .cid-tFFaINO35B button.navbar-toggler {
    display: block;
  }
  .cid-tFFaINO35B .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-tFFaINO35B .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tFFaINO35B .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tFFaINO35B .navbar-collapse.collapsing,
  .cid-tFFaINO35B .navbar-collapse.show {
    display: block !important;
  }
  .cid-tFFaINO35B .navbar-collapse.collapsing .navbar-nav,
  .cid-tFFaINO35B .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tFFaINO35B .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tFFaINO35B .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tFFaINO35B .navbar-collapse.collapsing .navbar-buttons,
  .cid-tFFaINO35B .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-tFFaINO35B .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tFFaINO35B .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tFFaINO35B .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-tFFaINO35B .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tFFaINO35B .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tFFaINO35B .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-tFFaINO35B .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-tFFaINO35B .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-tFFaINO35B .nav-link:hover,
.cid-tFFaINO35B .dropdown-item:hover {
  color: #ff3366 !important;
}
.cid-tZnoJ18t2k.popup-builder {
  background-color: #ffffff;
}
.cid-tZnoJ18t2k.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tZnoJ18t2k.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tZnoJ18t2k .modal-content,
.cid-tZnoJ18t2k .modal-dialog {
  height: auto;
}
.cid-tZnoJ18t2k .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tZnoJ18t2k .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tZnoJ18t2k .form-wrapper .mbr-form .form-group,
  .cid-tZnoJ18t2k .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tZnoJ18t2k .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tZnoJ18t2k .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-tZnoJ18t2k .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-tZnoJ18t2k .pt-0 {
  padding-top: 0 !important;
}
.cid-tZnoJ18t2k .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tZnoJ18t2k .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tZnoJ18t2k .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tZnoJ18t2k .modal-open {
  overflow: hidden;
}
.cid-tZnoJ18t2k .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tZnoJ18t2k .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tZnoJ18t2k .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tZnoJ18t2k .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-tZnoJ18t2k .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tZnoJ18t2k .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tZnoJ18t2k .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tZnoJ18t2k .modal-content {
  background: #4f4943;
  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-tZnoJ18t2k .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tZnoJ18t2k .modal-backdrop.fade {
  opacity: 0;
}
.cid-tZnoJ18t2k .modal-backdrop.show {
  opacity: .5;
}
.cid-tZnoJ18t2k .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-tZnoJ18t2k .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tZnoJ18t2k .modal-header .close:hover {
  opacity: 1;
}
.cid-tZnoJ18t2k .modal-header .close:focus {
  outline: none;
}
.cid-tZnoJ18t2k .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #ffffff;
}
.cid-tZnoJ18t2k .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-tZnoJ18t2k .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-tZnoJ18t2k .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tZnoJ18t2k .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tZnoJ18t2k .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tZnoJ18t2k .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tZnoJ18t2k .modal-sm {
    max-width: 300px;
  }
  .cid-tZnoJ18t2k .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-tZnoJ18t2k .modal-lg,
  .cid-tZnoJ18t2k .modal-xl {
    max-width: 800px;
  }
  .cid-tZnoJ18t2k .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-tZnoJ18t2k .modal-xl {
    max-width: 1140px;
  }
  .cid-tZnoJ18t2k .container {
    max-width: 1140px;
  }
}
.cid-tZnoJ18t2k .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-tZnoJ18t2k .container {
    max-width: 720px;
  }
}
.cid-tZnoJ18t2k .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tZnoJ18t2k .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-tZnoJ18t2k .form-group {
  margin-bottom: 1rem;
}
.cid-tZnoJ18t2k .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tZnoJ18t2k .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tZnoJ18t2k .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-u1nM2v1Bvh.popup-builder {
  background-color: #ffffff;
}
.cid-u1nM2v1Bvh.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-u1nM2v1Bvh.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-u1nM2v1Bvh .modal-content,
.cid-u1nM2v1Bvh .modal-dialog {
  height: auto;
}
.cid-u1nM2v1Bvh .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-u1nM2v1Bvh .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-u1nM2v1Bvh .form-wrapper .mbr-form .form-group,
  .cid-u1nM2v1Bvh .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-u1nM2v1Bvh .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-u1nM2v1Bvh .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-u1nM2v1Bvh .mbr-text {
  text-align: justify;
  color: #ffffff;
}
.cid-u1nM2v1Bvh .pt-0 {
  padding-top: 0 !important;
}
.cid-u1nM2v1Bvh .pb-0 {
  padding-bottom: 0 !important;
}
.cid-u1nM2v1Bvh .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-u1nM2v1Bvh .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-u1nM2v1Bvh .modal-open {
  overflow: hidden;
}
.cid-u1nM2v1Bvh .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-u1nM2v1Bvh .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-u1nM2v1Bvh .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-u1nM2v1Bvh .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-u1nM2v1Bvh .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-u1nM2v1Bvh .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-u1nM2v1Bvh .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-u1nM2v1Bvh .modal-content {
  background: #465052;
  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-u1nM2v1Bvh .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-u1nM2v1Bvh .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-u1nM2v1Bvh .modal-backdrop.fade {
  opacity: 0;
}
.cid-u1nM2v1Bvh .modal-backdrop.show {
  opacity: .5;
}
.cid-u1nM2v1Bvh .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-u1nM2v1Bvh .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u1nM2v1Bvh .modal-header {
    padding: 1rem;
  }
}
.cid-u1nM2v1Bvh .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-u1nM2v1Bvh .modal-header .close svg {
  fill: #ffffff;
}
.cid-u1nM2v1Bvh .modal-header .close:hover {
  opacity: 1;
}
.cid-u1nM2v1Bvh .modal-header .close:focus {
  outline: none;
}
.cid-u1nM2v1Bvh .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #ffffff;
}
.cid-u1nM2v1Bvh .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-u1nM2v1Bvh .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u1nM2v1Bvh .modal-body {
    padding: 1rem;
  }
}
.cid-u1nM2v1Bvh .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-u1nM2v1Bvh .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u1nM2v1Bvh .modal-footer {
    padding: 1rem;
  }
}
.cid-u1nM2v1Bvh .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-u1nM2v1Bvh .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-u1nM2v1Bvh .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-u1nM2v1Bvh .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-u1nM2v1Bvh .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-u1nM2v1Bvh .modal-lg,
  .cid-u1nM2v1Bvh .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-u1nM2v1Bvh .modal-xl {
    max-width: 1140px;
  }
}
.cid-u1nM2v1Bvh .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-u1nM2v1Bvh .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-u1nM2v1Bvh .form-group {
  margin-bottom: 1rem;
}
.cid-u1nM2v1Bvh .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-u1nM2v1Bvh .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-u1nM2v1Bvh .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-u1nM2v1Bvh .mbr-section-btn {
  margin: 0;
}
.cid-u1nM2v1Bvh .mbr-section-btn .btn {
  margin: 0;
}
.cid-tAycexmFVB {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-tAycexmFVB .line {
  background-color: #2e2e2e;
  color: #2e2e2e;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tAycexmFVB .section-text {
  padding: 2rem 0;
  text-align: justify;
  color: #2e2e2e;
}
.cid-tAycexmFVB .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-tAycexmFVB .inner-container {
    width: 100% !important;
  }
}
.cid-tAyyx2S7Rv.popup-builder {
  background-color: #ffffff;
}
.cid-tAyyx2S7Rv.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tAyyx2S7Rv.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tAyyx2S7Rv .modal-content,
.cid-tAyyx2S7Rv .modal-dialog {
  height: auto;
}
.cid-tAyyx2S7Rv .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tAyyx2S7Rv .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tAyyx2S7Rv .form-wrapper .mbr-form .form-group,
  .cid-tAyyx2S7Rv .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tAyyx2S7Rv .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tAyyx2S7Rv .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-tAyyx2S7Rv .mbr-text {
  text-align: JUSTIFY;
  color: #ffffff;
}
.cid-tAyyx2S7Rv .pt-0 {
  padding-top: 0 !important;
}
.cid-tAyyx2S7Rv .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tAyyx2S7Rv .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tAyyx2S7Rv .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tAyyx2S7Rv .modal-open {
  overflow: hidden;
}
.cid-tAyyx2S7Rv .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tAyyx2S7Rv .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tAyyx2S7Rv .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tAyyx2S7Rv .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-tAyyx2S7Rv .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tAyyx2S7Rv .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tAyyx2S7Rv .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tAyyx2S7Rv .modal-content {
  background: #465052;
  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-tAyyx2S7Rv .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tAyyx2S7Rv .modal-backdrop.fade {
  opacity: 0;
}
.cid-tAyyx2S7Rv .modal-backdrop.show {
  opacity: .5;
}
.cid-tAyyx2S7Rv .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-tAyyx2S7Rv .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tAyyx2S7Rv .modal-header .close:hover {
  opacity: 1;
}
.cid-tAyyx2S7Rv .modal-header .close:focus {
  outline: none;
}
.cid-tAyyx2S7Rv .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #ffffff;
}
.cid-tAyyx2S7Rv .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-tAyyx2S7Rv .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-tAyyx2S7Rv .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tAyyx2S7Rv .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tAyyx2S7Rv .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tAyyx2S7Rv .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tAyyx2S7Rv .modal-sm {
    max-width: 300px;
  }
  .cid-tAyyx2S7Rv .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-tAyyx2S7Rv .modal-lg,
  .cid-tAyyx2S7Rv .modal-xl {
    max-width: 800px;
  }
  .cid-tAyyx2S7Rv .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-tAyyx2S7Rv .modal-xl {
    max-width: 1140px;
  }
  .cid-tAyyx2S7Rv .container {
    max-width: 1140px;
  }
}
.cid-tAyyx2S7Rv .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-tAyyx2S7Rv .container {
    max-width: 720px;
  }
}
.cid-tAyyx2S7Rv .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tAyyx2S7Rv .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-tAyyx2S7Rv .form-group {
  margin-bottom: 1rem;
}
.cid-tAyyx2S7Rv .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tAyyx2S7Rv .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tAyyx2S7Rv .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-tFFaINO35B .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-tFFaINO35B .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-tFFaINO35B a {
  font-style: normal;
}
.cid-tFFaINO35B .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-tFFaINO35B .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-tFFaINO35B .nav-item:focus,
.cid-tFFaINO35B .nav-link:focus {
  outline: none;
}
.cid-tFFaINO35B .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tFFaINO35B .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-tFFaINO35B .menu-logo {
  margin-right: auto;
}
.cid-tFFaINO35B .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tFFaINO35B .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-tFFaINO35B .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tFFaINO35B .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tFFaINO35B .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tFFaINO35B .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tFFaINO35B .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-tFFaINO35B .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-tFFaINO35B .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-tFFaINO35B .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tFFaINO35B .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tFFaINO35B .dropdown .dropdown-menu {
  background: #ffffff;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-tFFaINO35B .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-tFFaINO35B .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tFFaINO35B .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tFFaINO35B .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-tFFaINO35B .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-tFFaINO35B .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-tFFaINO35B .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-tFFaINO35B .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tFFaINO35B .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tFFaINO35B .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tFFaINO35B .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tFFaINO35B button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-tFFaINO35B button.navbar-toggler:focus {
  outline: none;
}
.cid-tFFaINO35B button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff3366;
}
.cid-tFFaINO35B button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tFFaINO35B button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tFFaINO35B button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tFFaINO35B button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tFFaINO35B nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tFFaINO35B nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tFFaINO35B nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tFFaINO35B nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tFFaINO35B .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tFFaINO35B .collapsed .btn {
  display: -webkit-flex;
}
.cid-tFFaINO35B .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tFFaINO35B .collapsed .navbar-collapse.collapsing,
.cid-tFFaINO35B .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tFFaINO35B .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tFFaINO35B .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tFFaINO35B .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tFFaINO35B .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tFFaINO35B .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tFFaINO35B .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-tFFaINO35B .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tFFaINO35B .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-tFFaINO35B .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-tFFaINO35B .collapsed button.navbar-toggler {
  display: block;
}
.cid-tFFaINO35B .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-tFFaINO35B .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tFFaINO35B .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity, padding, height;
}
.cid-tFFaINO35B .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tFFaINO35B .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tFFaINO35B .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-tFFaINO35B.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tFFaINO35B img {
    height: 3.8rem !important;
  }
  .cid-tFFaINO35B .btn {
    display: -webkit-flex;
  }
  .cid-tFFaINO35B button.navbar-toggler {
    display: block;
  }
  .cid-tFFaINO35B .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-tFFaINO35B .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tFFaINO35B .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tFFaINO35B .navbar-collapse.collapsing,
  .cid-tFFaINO35B .navbar-collapse.show {
    display: block !important;
  }
  .cid-tFFaINO35B .navbar-collapse.collapsing .navbar-nav,
  .cid-tFFaINO35B .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tFFaINO35B .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tFFaINO35B .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tFFaINO35B .navbar-collapse.collapsing .navbar-buttons,
  .cid-tFFaINO35B .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-tFFaINO35B .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tFFaINO35B .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tFFaINO35B .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-tFFaINO35B .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tFFaINO35B .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tFFaINO35B .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-tFFaINO35B .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-tFFaINO35B .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-tFFaINO35B .nav-link:hover,
.cid-tFFaINO35B .dropdown-item:hover {
  color: #ff3366 !important;
}
.cid-tZnbklab2N.popup-builder {
  background-color: #ffffff;
}
.cid-tZnbklab2N.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tZnbklab2N.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tZnbklab2N .modal-content,
.cid-tZnbklab2N .modal-dialog {
  height: auto;
}
.cid-tZnbklab2N .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tZnbklab2N .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tZnbklab2N .form-wrapper .mbr-form .form-group,
  .cid-tZnbklab2N .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tZnbklab2N .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tZnbklab2N .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-tZnbklab2N .mbr-text {
  text-align: justufy;
  color: #ffffff;
}
.cid-tZnbklab2N .pt-0 {
  padding-top: 0 !important;
}
.cid-tZnbklab2N .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tZnbklab2N .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tZnbklab2N .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tZnbklab2N .modal-open {
  overflow: hidden;
}
.cid-tZnbklab2N .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tZnbklab2N .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tZnbklab2N .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tZnbklab2N .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-tZnbklab2N .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tZnbklab2N .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tZnbklab2N .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tZnbklab2N .modal-content {
  background: #465052;
  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-tZnbklab2N .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tZnbklab2N .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tZnbklab2N .modal-backdrop.fade {
  opacity: 0;
}
.cid-tZnbklab2N .modal-backdrop.show {
  opacity: .5;
}
.cid-tZnbklab2N .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-tZnbklab2N .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tZnbklab2N .modal-header {
    padding: 1rem;
  }
}
.cid-tZnbklab2N .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tZnbklab2N .modal-header .close svg {
  fill: #ffffff;
}
.cid-tZnbklab2N .modal-header .close:hover {
  opacity: 1;
}
.cid-tZnbklab2N .modal-header .close:focus {
  outline: none;
}
.cid-tZnbklab2N .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #ffffff;
}
.cid-tZnbklab2N .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tZnbklab2N .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tZnbklab2N .modal-body {
    padding: 1rem;
  }
}
.cid-tZnbklab2N .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: justify;
}
@media (min-width: 992px) {
  .cid-tZnbklab2N .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tZnbklab2N .modal-footer {
    padding: 1rem;
  }
}
.cid-tZnbklab2N .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tZnbklab2N .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tZnbklab2N .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tZnbklab2N .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tZnbklab2N .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tZnbklab2N .modal-lg,
  .cid-tZnbklab2N .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tZnbklab2N .modal-xl {
    max-width: 1140px;
  }
}
.cid-tZnbklab2N .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tZnbklab2N .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-tZnbklab2N .form-group {
  margin-bottom: 1rem;
}
.cid-tZnbklab2N .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tZnbklab2N .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tZnbklab2N .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-tZnbklab2N .mbr-section-btn {
  margin: 0;
}
.cid-tZnbklab2N .mbr-section-btn .btn {
  margin: 0;
}
.cid-tZnoJ19409.popup-builder {
  background-color: #ffffff;
}
.cid-tZnoJ19409.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tZnoJ19409.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tZnoJ19409 .modal-content,
.cid-tZnoJ19409 .modal-dialog {
  height: auto;
}
.cid-tZnoJ19409 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tZnoJ19409 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tZnoJ19409 .form-wrapper .mbr-form .form-group,
  .cid-tZnoJ19409 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tZnoJ19409 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tZnoJ19409 .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-tZnoJ19409 .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-tZnoJ19409 .pt-0 {
  padding-top: 0 !important;
}
.cid-tZnoJ19409 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tZnoJ19409 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tZnoJ19409 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tZnoJ19409 .modal-open {
  overflow: hidden;
}
.cid-tZnoJ19409 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tZnoJ19409 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tZnoJ19409 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tZnoJ19409 .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-tZnoJ19409 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tZnoJ19409 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tZnoJ19409 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tZnoJ19409 .modal-content {
  background: #4f4943;
  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-tZnoJ19409 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tZnoJ19409 .modal-backdrop.fade {
  opacity: 0;
}
.cid-tZnoJ19409 .modal-backdrop.show {
  opacity: .5;
}
.cid-tZnoJ19409 .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-tZnoJ19409 .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tZnoJ19409 .modal-header .close:hover {
  opacity: 1;
}
.cid-tZnoJ19409 .modal-header .close:focus {
  outline: none;
}
.cid-tZnoJ19409 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #ffffff;
}
.cid-tZnoJ19409 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-tZnoJ19409 .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-tZnoJ19409 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tZnoJ19409 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tZnoJ19409 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tZnoJ19409 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tZnoJ19409 .modal-sm {
    max-width: 300px;
  }
  .cid-tZnoJ19409 .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-tZnoJ19409 .modal-lg,
  .cid-tZnoJ19409 .modal-xl {
    max-width: 800px;
  }
  .cid-tZnoJ19409 .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-tZnoJ19409 .modal-xl {
    max-width: 1140px;
  }
  .cid-tZnoJ19409 .container {
    max-width: 1140px;
  }
}
.cid-tZnoJ19409 .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-tZnoJ19409 .container {
    max-width: 720px;
  }
}
.cid-tZnoJ19409 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tZnoJ19409 .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-tZnoJ19409 .form-group {
  margin-bottom: 1rem;
}
.cid-tZnoJ19409 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tZnoJ19409 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tZnoJ19409 .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-tAXEATFz7S {
  padding-top: 135px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tAXEATFz7S P {
  color: #767676;
}
.cid-tAXEATFz7S H1 {
  color: #232323;
}
.cid-tAXEATFz7S .mbr-text,
.cid-tAXEATFz7S .mbr-section-btn {
  color: #232323;
}
.cid-tBemACItuQ {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tBemACItuQ .image-block {
  margin: auto;
}
.cid-tBemACItuQ figcaption {
  position: relative;
}
.cid-tBemACItuQ figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tBemACItuQ .image-block {
    width: 100% !important;
  }
}
.cid-tBemBIgeIY {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tBemBIgeIY .mbr-text,
.cid-tBemBIgeIY blockquote {
  color: #767676;
}
.cid-tBemBIgeIY .mbr-text {
  color: #232323;
}
.cid-tBewncm6dO {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tBewncm6dO .image-block {
  margin: auto;
}
.cid-tBewncm6dO figcaption {
  position: relative;
}
.cid-tBewncm6dO figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tBewncm6dO .image-block {
    width: 100% !important;
  }
}
.cid-tBexdvac3M {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tBexdvac3M .mbr-text,
.cid-tBexdvac3M blockquote {
  color: #767676;
}
.cid-tBexdvac3M .mbr-text {
  color: #232323;
}
.cid-tBixgNfkHL {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tBixgNfkHL .image-block {
  margin: auto;
}
.cid-tBixgNfkHL figcaption {
  position: relative;
}
.cid-tBixgNfkHL figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tBixgNfkHL .image-block {
    width: 100% !important;
  }
}
.cid-tBixjtM3up {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tBixjtM3up .mbr-text,
.cid-tBixjtM3up blockquote {
  color: #767676;
}
.cid-tBemE7Pm5P {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tBemE7Pm5P .image-block {
  margin: auto;
}
.cid-tBemE7Pm5P figcaption {
  position: relative;
}
.cid-tBemE7Pm5P figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tBemE7Pm5P .image-block {
    width: 100% !important;
  }
}
.cid-tBemFL93ea {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tBemFL93ea .mbr-text,
.cid-tBemFL93ea blockquote {
  color: #767676;
}
.cid-tBemFL93ea .mbr-text {
  color: #232323;
}
.cid-tB1ZOvUEY6 {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tB1ZOvUEY6 .image-block {
  margin: auto;
}
.cid-tB1ZOvUEY6 figcaption {
  position: relative;
}
.cid-tB1ZOvUEY6 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tB1ZOvUEY6 .image-block {
    width: 100% !important;
  }
}
.cid-tB22RtSIx3 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tB22RtSIx3 .mbr-text,
.cid-tB22RtSIx3 blockquote {
  color: #767676;
}
.cid-tB22RtSIx3 .mbr-text {
  color: #232323;
}
.cid-tBeAf2NVxj {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tBeAf2NVxj .image-block {
  margin: auto;
}
.cid-tBeAf2NVxj figcaption {
  position: relative;
}
.cid-tBeAf2NVxj figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tBeAf2NVxj .image-block {
    width: 100% !important;
  }
}
.cid-tBexVAPWG9 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tBexVAPWG9 .mbr-text,
.cid-tBexVAPWG9 blockquote {
  color: #767676;
}
.cid-tBisE6HSej {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tBisE6HSej .image-block {
  margin: auto;
}
.cid-tBisE6HSej figcaption {
  position: relative;
}
.cid-tBisE6HSej figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tBisE6HSej .image-block {
    width: 100% !important;
  }
}
.cid-tBisKymIGj {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tBisKymIGj .mbr-text,
.cid-tBisKymIGj blockquote {
  color: #767676;
}
.cid-tB1ZTFa9LA {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tB1ZTFa9LA .image-block {
  margin: auto;
}
.cid-tB1ZTFa9LA figcaption {
  position: relative;
}
.cid-tB1ZTFa9LA figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tB1ZTFa9LA .image-block {
    width: 100% !important;
  }
}
.cid-tB22d3dHFX {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tB22d3dHFX .mbr-text,
.cid-tB22d3dHFX blockquote {
  color: #767676;
}
.cid-tB22d3dHFX .mbr-text {
  color: #232323;
}
.cid-tB203MnbAp {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tB203MnbAp .image-block {
  margin: auto;
}
.cid-tB203MnbAp figcaption {
  position: relative;
}
.cid-tB203MnbAp figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tB203MnbAp .image-block {
    width: 100% !important;
  }
}
.cid-tB247rDpQA {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tB247rDpQA .mbr-text,
.cid-tB247rDpQA blockquote {
  color: #767676;
}
.cid-tB247rDpQA .mbr-text {
  color: #232323;
}
.cid-tBimzNAjFI {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tBimzNAjFI .image-block {
  margin: auto;
}
.cid-tBimzNAjFI figcaption {
  position: relative;
}
.cid-tBimzNAjFI figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tBimzNAjFI .image-block {
    width: 100% !important;
  }
}
.cid-tBinFVJqQc {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tBinFVJqQc .mbr-text,
.cid-tBinFVJqQc blockquote {
  color: #767676;
}
.cid-tBiuUP58az {
  background: #ffffff;
  padding-top: 120px;
  padding-bottom: 120px;
}
.cid-tBiuUP58az .image-block {
  margin: auto;
}
.cid-tBiuUP58az figcaption {
  position: relative;
}
.cid-tBiuUP58az figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tBiuUP58az .image-block {
    width: 100% !important;
  }
}
.cid-tBiuZpraIy {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tBiuZpraIy .mbr-text,
.cid-tBiuZpraIy blockquote {
  color: #767676;
}
.cid-tBiRojhxPu {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tBiRojhxPu .image-block {
  margin: auto;
}
.cid-tBiRojhxPu figcaption {
  position: relative;
}
.cid-tBiRojhxPu figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tBiRojhxPu .image-block {
    width: 100% !important;
  }
}
.cid-tBiSFYJ2u0 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tBiSFYJ2u0 .mbr-text,
.cid-tBiSFYJ2u0 blockquote {
  color: #767676;
}
.cid-tBiRnl7ESw {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tBiRnl7ESw .image-block {
  margin: auto;
}
.cid-tBiRnl7ESw figcaption {
  position: relative;
}
.cid-tBiRnl7ESw figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tBiRnl7ESw .image-block {
    width: 100% !important;
  }
}
.cid-tBiSHb8Hzr {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tBiSHb8Hzr .mbr-text,
.cid-tBiSHb8Hzr blockquote {
  color: #767676;
}
.cid-tBiRslwgBp {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tBiRslwgBp .image-block {
  margin: auto;
}
.cid-tBiRslwgBp figcaption {
  position: relative;
}
.cid-tBiRslwgBp figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tBiRslwgBp .image-block {
    width: 100% !important;
  }
}
.cid-tBiSKZFhnE {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tBiSKZFhnE .mbr-text,
.cid-tBiSKZFhnE blockquote {
  color: #767676;
}
.cid-tBiRlP74NR {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-tBiRlP74NR .image-block {
  margin: auto;
}
.cid-tBiRlP74NR figcaption {
  position: relative;
}
.cid-tBiRlP74NR figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tBiRlP74NR .image-block {
    width: 100% !important;
  }
}
.cid-tBiSMurIKn {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tBiSMurIKn .mbr-text,
.cid-tBiSMurIKn blockquote {
  color: #767676;
}
.cid-tFFaINO35B .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-tFFaINO35B .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-tFFaINO35B a {
  font-style: normal;
}
.cid-tFFaINO35B .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-tFFaINO35B .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-tFFaINO35B .nav-item:focus,
.cid-tFFaINO35B .nav-link:focus {
  outline: none;
}
.cid-tFFaINO35B .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tFFaINO35B .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-tFFaINO35B .menu-logo {
  margin-right: auto;
}
.cid-tFFaINO35B .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tFFaINO35B .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-tFFaINO35B .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tFFaINO35B .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tFFaINO35B .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tFFaINO35B .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tFFaINO35B .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-tFFaINO35B .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-tFFaINO35B .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-tFFaINO35B .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tFFaINO35B .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tFFaINO35B .dropdown .dropdown-menu {
  background: #ffffff;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-tFFaINO35B .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-tFFaINO35B .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tFFaINO35B .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tFFaINO35B .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-tFFaINO35B .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-tFFaINO35B .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-tFFaINO35B .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-tFFaINO35B .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tFFaINO35B .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tFFaINO35B .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tFFaINO35B .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tFFaINO35B button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-tFFaINO35B button.navbar-toggler:focus {
  outline: none;
}
.cid-tFFaINO35B button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff3366;
}
.cid-tFFaINO35B button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tFFaINO35B button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tFFaINO35B button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tFFaINO35B button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tFFaINO35B nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tFFaINO35B nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tFFaINO35B nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tFFaINO35B nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tFFaINO35B .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tFFaINO35B .collapsed .btn {
  display: -webkit-flex;
}
.cid-tFFaINO35B .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tFFaINO35B .collapsed .navbar-collapse.collapsing,
.cid-tFFaINO35B .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tFFaINO35B .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tFFaINO35B .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tFFaINO35B .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tFFaINO35B .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tFFaINO35B .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tFFaINO35B .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-tFFaINO35B .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tFFaINO35B .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-tFFaINO35B .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-tFFaINO35B .collapsed button.navbar-toggler {
  display: block;
}
.cid-tFFaINO35B .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-tFFaINO35B .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tFFaINO35B .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity, padding, height;
}
.cid-tFFaINO35B .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tFFaINO35B .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tFFaINO35B .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-tFFaINO35B.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tFFaINO35B img {
    height: 3.8rem !important;
  }
  .cid-tFFaINO35B .btn {
    display: -webkit-flex;
  }
  .cid-tFFaINO35B button.navbar-toggler {
    display: block;
  }
  .cid-tFFaINO35B .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-tFFaINO35B .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tFFaINO35B .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tFFaINO35B .navbar-collapse.collapsing,
  .cid-tFFaINO35B .navbar-collapse.show {
    display: block !important;
  }
  .cid-tFFaINO35B .navbar-collapse.collapsing .navbar-nav,
  .cid-tFFaINO35B .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tFFaINO35B .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tFFaINO35B .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tFFaINO35B .navbar-collapse.collapsing .navbar-buttons,
  .cid-tFFaINO35B .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-tFFaINO35B .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tFFaINO35B .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tFFaINO35B .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-tFFaINO35B .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tFFaINO35B .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tFFaINO35B .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-tFFaINO35B .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-tFFaINO35B .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-tFFaINO35B .nav-link:hover,
.cid-tFFaINO35B .dropdown-item:hover {
  color: #ff3366 !important;
}
.cid-tZnbklbEVK.popup-builder {
  background-color: #ffffff;
}
.cid-tZnbklbEVK.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tZnbklbEVK.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tZnbklbEVK .modal-content,
.cid-tZnbklbEVK .modal-dialog {
  height: auto;
}
.cid-tZnbklbEVK .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tZnbklbEVK .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tZnbklbEVK .form-wrapper .mbr-form .form-group,
  .cid-tZnbklbEVK .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tZnbklbEVK .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tZnbklbEVK .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-tZnbklbEVK .mbr-text {
  text-align: justufy;
  color: #ffffff;
}
.cid-tZnbklbEVK .pt-0 {
  padding-top: 0 !important;
}
.cid-tZnbklbEVK .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tZnbklbEVK .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tZnbklbEVK .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tZnbklbEVK .modal-open {
  overflow: hidden;
}
.cid-tZnbklbEVK .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tZnbklbEVK .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tZnbklbEVK .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tZnbklbEVK .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-tZnbklbEVK .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tZnbklbEVK .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tZnbklbEVK .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tZnbklbEVK .modal-content {
  background: #465052;
  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-tZnbklbEVK .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tZnbklbEVK .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tZnbklbEVK .modal-backdrop.fade {
  opacity: 0;
}
.cid-tZnbklbEVK .modal-backdrop.show {
  opacity: .5;
}
.cid-tZnbklbEVK .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-tZnbklbEVK .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tZnbklbEVK .modal-header {
    padding: 1rem;
  }
}
.cid-tZnbklbEVK .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tZnbklbEVK .modal-header .close svg {
  fill: #ffffff;
}
.cid-tZnbklbEVK .modal-header .close:hover {
  opacity: 1;
}
.cid-tZnbklbEVK .modal-header .close:focus {
  outline: none;
}
.cid-tZnbklbEVK .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #ffffff;
}
.cid-tZnbklbEVK .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tZnbklbEVK .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tZnbklbEVK .modal-body {
    padding: 1rem;
  }
}
.cid-tZnbklbEVK .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: justify;
}
@media (min-width: 992px) {
  .cid-tZnbklbEVK .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tZnbklbEVK .modal-footer {
    padding: 1rem;
  }
}
.cid-tZnbklbEVK .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tZnbklbEVK .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tZnbklbEVK .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tZnbklbEVK .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tZnbklbEVK .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tZnbklbEVK .modal-lg,
  .cid-tZnbklbEVK .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tZnbklbEVK .modal-xl {
    max-width: 1140px;
  }
}
.cid-tZnbklbEVK .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tZnbklbEVK .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-tZnbklbEVK .form-group {
  margin-bottom: 1rem;
}
.cid-tZnbklbEVK .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tZnbklbEVK .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tZnbklbEVK .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-tZnbklbEVK .mbr-section-btn {
  margin: 0;
}
.cid-tZnbklbEVK .mbr-section-btn .btn {
  margin: 0;
}
.cid-tZnoJ19KUN.popup-builder {
  background-color: #ffffff;
}
.cid-tZnoJ19KUN.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tZnoJ19KUN.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tZnoJ19KUN .modal-content,
.cid-tZnoJ19KUN .modal-dialog {
  height: auto;
}
.cid-tZnoJ19KUN .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tZnoJ19KUN .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tZnoJ19KUN .form-wrapper .mbr-form .form-group,
  .cid-tZnoJ19KUN .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tZnoJ19KUN .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tZnoJ19KUN .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-tZnoJ19KUN .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-tZnoJ19KUN .pt-0 {
  padding-top: 0 !important;
}
.cid-tZnoJ19KUN .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tZnoJ19KUN .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tZnoJ19KUN .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tZnoJ19KUN .modal-open {
  overflow: hidden;
}
.cid-tZnoJ19KUN .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tZnoJ19KUN .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tZnoJ19KUN .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tZnoJ19KUN .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-tZnoJ19KUN .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tZnoJ19KUN .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tZnoJ19KUN .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tZnoJ19KUN .modal-content {
  background: #4f4943;
  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-tZnoJ19KUN .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tZnoJ19KUN .modal-backdrop.fade {
  opacity: 0;
}
.cid-tZnoJ19KUN .modal-backdrop.show {
  opacity: .5;
}
.cid-tZnoJ19KUN .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-tZnoJ19KUN .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tZnoJ19KUN .modal-header .close:hover {
  opacity: 1;
}
.cid-tZnoJ19KUN .modal-header .close:focus {
  outline: none;
}
.cid-tZnoJ19KUN .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #ffffff;
}
.cid-tZnoJ19KUN .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-tZnoJ19KUN .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-tZnoJ19KUN .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tZnoJ19KUN .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tZnoJ19KUN .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tZnoJ19KUN .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tZnoJ19KUN .modal-sm {
    max-width: 300px;
  }
  .cid-tZnoJ19KUN .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-tZnoJ19KUN .modal-lg,
  .cid-tZnoJ19KUN .modal-xl {
    max-width: 800px;
  }
  .cid-tZnoJ19KUN .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-tZnoJ19KUN .modal-xl {
    max-width: 1140px;
  }
  .cid-tZnoJ19KUN .container {
    max-width: 1140px;
  }
}
.cid-tZnoJ19KUN .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-tZnoJ19KUN .container {
    max-width: 720px;
  }
}
.cid-tZnoJ19KUN .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tZnoJ19KUN .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-tZnoJ19KUN .form-group {
  margin-bottom: 1rem;
}
.cid-tZnoJ19KUN .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tZnoJ19KUN .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tZnoJ19KUN .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-u5MEptye1w {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-u5MEptye1w P {
  color: #767676;
}
.cid-u5MEptye1w H3 {
  text-align: center;
}
.cid-u5MEptye1w .mbr-text,
.cid-u5MEptye1w .mbr-section-btn {
  color: #2e2e2e;
  text-align: justify;
}
.cid-tFrLdkp41y {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tFrLdkp41y P {
  color: #767676;
}
.cid-tFrLdkp41y H3 {
  text-align: center;
}
.cid-tFrLdkp41y .mbr-text,
.cid-tFrLdkp41y .mbr-section-btn {
  color: #2e2e2e;
  text-align: justify;
}
.cid-tIS9gjUtLw {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tIS9gjUtLw P {
  color: #767676;
}
.cid-tIS9gjUtLw H3 {
  text-align: center;
}
.cid-tIS9gjUtLw .mbr-text,
.cid-tIS9gjUtLw .mbr-section-btn {
  color: #2e2e2e;
  text-align: justify;
}
.cid-tFB15khgNQ {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tFB15khgNQ P {
  color: #767676;
}
.cid-tFB15khgNQ H3 {
  text-align: center;
}
.cid-tFB15khgNQ .mbr-text,
.cid-tFB15khgNQ .mbr-section-btn {
  color: #2e2e2e;
  text-align: justify;
}
.cid-u5MB40PdF7 {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-u5MB40PdF7 P {
  color: #767676;
}
.cid-u5MB40PdF7 H3 {
  text-align: center;
}
.cid-u5MB40PdF7 .mbr-text,
.cid-u5MB40PdF7 .mbr-section-btn {
  color: #2e2e2e;
  text-align: justify;
}
.cid-tFFaINO35B .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-tFFaINO35B .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-tFFaINO35B a {
  font-style: normal;
}
.cid-tFFaINO35B .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-tFFaINO35B .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-tFFaINO35B .nav-item:focus,
.cid-tFFaINO35B .nav-link:focus {
  outline: none;
}
.cid-tFFaINO35B .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tFFaINO35B .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-tFFaINO35B .menu-logo {
  margin-right: auto;
}
.cid-tFFaINO35B .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tFFaINO35B .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-tFFaINO35B .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tFFaINO35B .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tFFaINO35B .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tFFaINO35B .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tFFaINO35B .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-tFFaINO35B .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-tFFaINO35B .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-tFFaINO35B .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tFFaINO35B .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tFFaINO35B .dropdown .dropdown-menu {
  background: #ffffff;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-tFFaINO35B .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-tFFaINO35B .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tFFaINO35B .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tFFaINO35B .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-tFFaINO35B .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-tFFaINO35B .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-tFFaINO35B .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-tFFaINO35B .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tFFaINO35B .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tFFaINO35B .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tFFaINO35B .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tFFaINO35B button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-tFFaINO35B button.navbar-toggler:focus {
  outline: none;
}
.cid-tFFaINO35B button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff3366;
}
.cid-tFFaINO35B button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tFFaINO35B button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tFFaINO35B button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tFFaINO35B button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tFFaINO35B nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tFFaINO35B nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tFFaINO35B nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tFFaINO35B nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tFFaINO35B .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tFFaINO35B .collapsed .btn {
  display: -webkit-flex;
}
.cid-tFFaINO35B .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tFFaINO35B .collapsed .navbar-collapse.collapsing,
.cid-tFFaINO35B .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tFFaINO35B .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tFFaINO35B .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tFFaINO35B .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tFFaINO35B .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tFFaINO35B .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tFFaINO35B .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-tFFaINO35B .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tFFaINO35B .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-tFFaINO35B .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-tFFaINO35B .collapsed button.navbar-toggler {
  display: block;
}
.cid-tFFaINO35B .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-tFFaINO35B .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tFFaINO35B .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity, padding, height;
}
.cid-tFFaINO35B .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tFFaINO35B .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tFFaINO35B .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-tFFaINO35B.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tFFaINO35B img {
    height: 3.8rem !important;
  }
  .cid-tFFaINO35B .btn {
    display: -webkit-flex;
  }
  .cid-tFFaINO35B button.navbar-toggler {
    display: block;
  }
  .cid-tFFaINO35B .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-tFFaINO35B .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tFFaINO35B .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tFFaINO35B .navbar-collapse.collapsing,
  .cid-tFFaINO35B .navbar-collapse.show {
    display: block !important;
  }
  .cid-tFFaINO35B .navbar-collapse.collapsing .navbar-nav,
  .cid-tFFaINO35B .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tFFaINO35B .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tFFaINO35B .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tFFaINO35B .navbar-collapse.collapsing .navbar-buttons,
  .cid-tFFaINO35B .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-tFFaINO35B .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tFFaINO35B .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tFFaINO35B .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-tFFaINO35B .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tFFaINO35B .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tFFaINO35B .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-tFFaINO35B .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-tFFaINO35B .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-tFFaINO35B .nav-link:hover,
.cid-tFFaINO35B .dropdown-item:hover {
  color: #ff3366 !important;
}
.cid-tZnbklbOQT.popup-builder {
  background-color: #ffffff;
}
.cid-tZnbklbOQT.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tZnbklbOQT.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tZnbklbOQT .modal-content,
.cid-tZnbklbOQT .modal-dialog {
  height: auto;
}
.cid-tZnbklbOQT .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tZnbklbOQT .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tZnbklbOQT .form-wrapper .mbr-form .form-group,
  .cid-tZnbklbOQT .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tZnbklbOQT .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tZnbklbOQT .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-tZnbklbOQT .mbr-text {
  text-align: justufy;
  color: #ffffff;
}
.cid-tZnbklbOQT .pt-0 {
  padding-top: 0 !important;
}
.cid-tZnbklbOQT .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tZnbklbOQT .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tZnbklbOQT .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tZnbklbOQT .modal-open {
  overflow: hidden;
}
.cid-tZnbklbOQT .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tZnbklbOQT .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tZnbklbOQT .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tZnbklbOQT .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-tZnbklbOQT .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tZnbklbOQT .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tZnbklbOQT .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tZnbklbOQT .modal-content {
  background: #465052;
  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-tZnbklbOQT .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tZnbklbOQT .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tZnbklbOQT .modal-backdrop.fade {
  opacity: 0;
}
.cid-tZnbklbOQT .modal-backdrop.show {
  opacity: .5;
}
.cid-tZnbklbOQT .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-tZnbklbOQT .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tZnbklbOQT .modal-header {
    padding: 1rem;
  }
}
.cid-tZnbklbOQT .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tZnbklbOQT .modal-header .close svg {
  fill: #ffffff;
}
.cid-tZnbklbOQT .modal-header .close:hover {
  opacity: 1;
}
.cid-tZnbklbOQT .modal-header .close:focus {
  outline: none;
}
.cid-tZnbklbOQT .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #ffffff;
}
.cid-tZnbklbOQT .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tZnbklbOQT .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tZnbklbOQT .modal-body {
    padding: 1rem;
  }
}
.cid-tZnbklbOQT .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: justify;
}
@media (min-width: 992px) {
  .cid-tZnbklbOQT .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tZnbklbOQT .modal-footer {
    padding: 1rem;
  }
}
.cid-tZnbklbOQT .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tZnbklbOQT .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tZnbklbOQT .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tZnbklbOQT .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tZnbklbOQT .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tZnbklbOQT .modal-lg,
  .cid-tZnbklbOQT .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tZnbklbOQT .modal-xl {
    max-width: 1140px;
  }
}
.cid-tZnbklbOQT .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tZnbklbOQT .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-tZnbklbOQT .form-group {
  margin-bottom: 1rem;
}
.cid-tZnbklbOQT .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tZnbklbOQT .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tZnbklbOQT .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-tZnbklbOQT .mbr-section-btn {
  margin: 0;
}
.cid-tZnbklbOQT .mbr-section-btn .btn {
  margin: 0;
}
.cid-tZnoJ197sy.popup-builder {
  background-color: #ffffff;
}
.cid-tZnoJ197sy.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tZnoJ197sy.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tZnoJ197sy .modal-content,
.cid-tZnoJ197sy .modal-dialog {
  height: auto;
}
.cid-tZnoJ197sy .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tZnoJ197sy .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tZnoJ197sy .form-wrapper .mbr-form .form-group,
  .cid-tZnoJ197sy .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tZnoJ197sy .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tZnoJ197sy .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-tZnoJ197sy .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-tZnoJ197sy .pt-0 {
  padding-top: 0 !important;
}
.cid-tZnoJ197sy .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tZnoJ197sy .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tZnoJ197sy .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tZnoJ197sy .modal-open {
  overflow: hidden;
}
.cid-tZnoJ197sy .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tZnoJ197sy .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tZnoJ197sy .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tZnoJ197sy .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-tZnoJ197sy .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tZnoJ197sy .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tZnoJ197sy .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tZnoJ197sy .modal-content {
  background: #4f4943;
  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-tZnoJ197sy .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tZnoJ197sy .modal-backdrop.fade {
  opacity: 0;
}
.cid-tZnoJ197sy .modal-backdrop.show {
  opacity: .5;
}
.cid-tZnoJ197sy .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-tZnoJ197sy .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tZnoJ197sy .modal-header .close:hover {
  opacity: 1;
}
.cid-tZnoJ197sy .modal-header .close:focus {
  outline: none;
}
.cid-tZnoJ197sy .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #ffffff;
}
.cid-tZnoJ197sy .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-tZnoJ197sy .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-tZnoJ197sy .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tZnoJ197sy .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tZnoJ197sy .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tZnoJ197sy .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tZnoJ197sy .modal-sm {
    max-width: 300px;
  }
  .cid-tZnoJ197sy .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-tZnoJ197sy .modal-lg,
  .cid-tZnoJ197sy .modal-xl {
    max-width: 800px;
  }
  .cid-tZnoJ197sy .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-tZnoJ197sy .modal-xl {
    max-width: 1140px;
  }
  .cid-tZnoJ197sy .container {
    max-width: 1140px;
  }
}
.cid-tZnoJ197sy .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-tZnoJ197sy .container {
    max-width: 720px;
  }
}
.cid-tZnoJ197sy .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tZnoJ197sy .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-tZnoJ197sy .form-group {
  margin-bottom: 1rem;
}
.cid-tZnoJ197sy .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tZnoJ197sy .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tZnoJ197sy .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-tFF77cuP4f {
  background: #ffffff;
}
.cid-tFF77cuP4f .video-block {
  margin: auto;
  width: 100% !important;
}
@media (max-width: 768px) {
  .cid-tFF77cuP4f .video-block {
    width: 100% !important;
  }
}
.cid-tIWHyd2rXP {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tIWHyd2rXP .mbr-section-subtitle {
  color: #45505b;
  text-align: justify;
}
.cid-tIWHI37q10 {
  background: #ffffff;
}
.cid-tIWHI37q10 .video-block {
  margin: auto;
  width: 100% !important;
}
@media (max-width: 768px) {
  .cid-tIWHI37q10 .video-block {
    width: 100% !important;
  }
}
.cid-tIWPXcbrOm {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tIWPXcbrOm .mbr-section-subtitle {
  color: #45505b;
  text-align: justify;
}
.cid-tIWQ5042jW {
  background: #ffffff;
}
.cid-tIWQ5042jW .video-block {
  margin: auto;
  width: 100% !important;
}
@media (max-width: 768px) {
  .cid-tIWQ5042jW .video-block {
    width: 100% !important;
  }
}
.cid-tFFaINO35B .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-tFFaINO35B .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-tFFaINO35B a {
  font-style: normal;
}
.cid-tFFaINO35B .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-tFFaINO35B .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-tFFaINO35B .nav-item:focus,
.cid-tFFaINO35B .nav-link:focus {
  outline: none;
}
.cid-tFFaINO35B .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tFFaINO35B .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-tFFaINO35B .menu-logo {
  margin-right: auto;
}
.cid-tFFaINO35B .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tFFaINO35B .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-tFFaINO35B .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tFFaINO35B .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tFFaINO35B .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tFFaINO35B .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tFFaINO35B .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-tFFaINO35B .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-tFFaINO35B .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-tFFaINO35B .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tFFaINO35B .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tFFaINO35B .dropdown .dropdown-menu {
  background: #ffffff;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-tFFaINO35B .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-tFFaINO35B .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tFFaINO35B .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tFFaINO35B .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-tFFaINO35B .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-tFFaINO35B .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-tFFaINO35B .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-tFFaINO35B .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tFFaINO35B .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tFFaINO35B .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tFFaINO35B .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tFFaINO35B button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-tFFaINO35B button.navbar-toggler:focus {
  outline: none;
}
.cid-tFFaINO35B button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff3366;
}
.cid-tFFaINO35B button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tFFaINO35B button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tFFaINO35B button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tFFaINO35B button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tFFaINO35B nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tFFaINO35B nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tFFaINO35B nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tFFaINO35B nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tFFaINO35B .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tFFaINO35B .collapsed .btn {
  display: -webkit-flex;
}
.cid-tFFaINO35B .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tFFaINO35B .collapsed .navbar-collapse.collapsing,
.cid-tFFaINO35B .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tFFaINO35B .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tFFaINO35B .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tFFaINO35B .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tFFaINO35B .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tFFaINO35B .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tFFaINO35B .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-tFFaINO35B .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tFFaINO35B .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-tFFaINO35B .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-tFFaINO35B .collapsed button.navbar-toggler {
  display: block;
}
.cid-tFFaINO35B .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-tFFaINO35B .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tFFaINO35B .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity, padding, height;
}
.cid-tFFaINO35B .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tFFaINO35B .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tFFaINO35B .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-tFFaINO35B.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tFFaINO35B img {
    height: 3.8rem !important;
  }
  .cid-tFFaINO35B .btn {
    display: -webkit-flex;
  }
  .cid-tFFaINO35B button.navbar-toggler {
    display: block;
  }
  .cid-tFFaINO35B .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-tFFaINO35B .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tFFaINO35B .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tFFaINO35B .navbar-collapse.collapsing,
  .cid-tFFaINO35B .navbar-collapse.show {
    display: block !important;
  }
  .cid-tFFaINO35B .navbar-collapse.collapsing .navbar-nav,
  .cid-tFFaINO35B .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tFFaINO35B .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tFFaINO35B .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tFFaINO35B .navbar-collapse.collapsing .navbar-buttons,
  .cid-tFFaINO35B .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-tFFaINO35B .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tFFaINO35B .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tFFaINO35B .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-tFFaINO35B .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tFFaINO35B .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tFFaINO35B .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-tFFaINO35B .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-tFFaINO35B .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-tFFaINO35B .nav-link:hover,
.cid-tFFaINO35B .dropdown-item:hover {
  color: #ff3366 !important;
}
.cid-tZnbklb97a.popup-builder {
  background-color: #ffffff;
}
.cid-tZnbklb97a.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tZnbklb97a.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tZnbklb97a .modal-content,
.cid-tZnbklb97a .modal-dialog {
  height: auto;
}
.cid-tZnbklb97a .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tZnbklb97a .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tZnbklb97a .form-wrapper .mbr-form .form-group,
  .cid-tZnbklb97a .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tZnbklb97a .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tZnbklb97a .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-tZnbklb97a .mbr-text {
  text-align: justufy;
  color: #ffffff;
}
.cid-tZnbklb97a .pt-0 {
  padding-top: 0 !important;
}
.cid-tZnbklb97a .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tZnbklb97a .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tZnbklb97a .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tZnbklb97a .modal-open {
  overflow: hidden;
}
.cid-tZnbklb97a .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tZnbklb97a .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tZnbklb97a .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tZnbklb97a .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-tZnbklb97a .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tZnbklb97a .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tZnbklb97a .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tZnbklb97a .modal-content {
  background: #465052;
  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-tZnbklb97a .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tZnbklb97a .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tZnbklb97a .modal-backdrop.fade {
  opacity: 0;
}
.cid-tZnbklb97a .modal-backdrop.show {
  opacity: .5;
}
.cid-tZnbklb97a .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-tZnbklb97a .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tZnbklb97a .modal-header {
    padding: 1rem;
  }
}
.cid-tZnbklb97a .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tZnbklb97a .modal-header .close svg {
  fill: #ffffff;
}
.cid-tZnbklb97a .modal-header .close:hover {
  opacity: 1;
}
.cid-tZnbklb97a .modal-header .close:focus {
  outline: none;
}
.cid-tZnbklb97a .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #ffffff;
}
.cid-tZnbklb97a .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tZnbklb97a .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tZnbklb97a .modal-body {
    padding: 1rem;
  }
}
.cid-tZnbklb97a .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: justify;
}
@media (min-width: 992px) {
  .cid-tZnbklb97a .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tZnbklb97a .modal-footer {
    padding: 1rem;
  }
}
.cid-tZnbklb97a .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tZnbklb97a .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tZnbklb97a .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tZnbklb97a .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tZnbklb97a .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tZnbklb97a .modal-lg,
  .cid-tZnbklb97a .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tZnbklb97a .modal-xl {
    max-width: 1140px;
  }
}
.cid-tZnbklb97a .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tZnbklb97a .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-tZnbklb97a .form-group {
  margin-bottom: 1rem;
}
.cid-tZnbklb97a .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tZnbklb97a .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tZnbklb97a .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-tZnbklb97a .mbr-section-btn {
  margin: 0;
}
.cid-tZnbklb97a .mbr-section-btn .btn {
  margin: 0;
}
.cid-tZnoJ19qwU.popup-builder {
  background-color: #ffffff;
}
.cid-tZnoJ19qwU.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tZnoJ19qwU.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tZnoJ19qwU .modal-content,
.cid-tZnoJ19qwU .modal-dialog {
  height: auto;
}
.cid-tZnoJ19qwU .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tZnoJ19qwU .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tZnoJ19qwU .form-wrapper .mbr-form .form-group,
  .cid-tZnoJ19qwU .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tZnoJ19qwU .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tZnoJ19qwU .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-tZnoJ19qwU .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-tZnoJ19qwU .pt-0 {
  padding-top: 0 !important;
}
.cid-tZnoJ19qwU .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tZnoJ19qwU .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tZnoJ19qwU .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tZnoJ19qwU .modal-open {
  overflow: hidden;
}
.cid-tZnoJ19qwU .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tZnoJ19qwU .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tZnoJ19qwU .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tZnoJ19qwU .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-tZnoJ19qwU .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tZnoJ19qwU .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tZnoJ19qwU .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tZnoJ19qwU .modal-content {
  background: #4f4943;
  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-tZnoJ19qwU .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tZnoJ19qwU .modal-backdrop.fade {
  opacity: 0;
}
.cid-tZnoJ19qwU .modal-backdrop.show {
  opacity: .5;
}
.cid-tZnoJ19qwU .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-tZnoJ19qwU .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tZnoJ19qwU .modal-header .close:hover {
  opacity: 1;
}
.cid-tZnoJ19qwU .modal-header .close:focus {
  outline: none;
}
.cid-tZnoJ19qwU .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #ffffff;
}
.cid-tZnoJ19qwU .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-tZnoJ19qwU .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-tZnoJ19qwU .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tZnoJ19qwU .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tZnoJ19qwU .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tZnoJ19qwU .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tZnoJ19qwU .modal-sm {
    max-width: 300px;
  }
  .cid-tZnoJ19qwU .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-tZnoJ19qwU .modal-lg,
  .cid-tZnoJ19qwU .modal-xl {
    max-width: 800px;
  }
  .cid-tZnoJ19qwU .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-tZnoJ19qwU .modal-xl {
    max-width: 1140px;
  }
  .cid-tZnoJ19qwU .container {
    max-width: 1140px;
  }
}
.cid-tZnoJ19qwU .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-tZnoJ19qwU .container {
    max-width: 720px;
  }
}
.cid-tZnoJ19qwU .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tZnoJ19qwU .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-tZnoJ19qwU .form-group {
  margin-bottom: 1rem;
}
.cid-tZnoJ19qwU .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tZnoJ19qwU .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tZnoJ19qwU .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-tFFaINO35B .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-tFFaINO35B .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-tFFaINO35B a {
  font-style: normal;
}
.cid-tFFaINO35B .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-tFFaINO35B .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-tFFaINO35B .nav-item:focus,
.cid-tFFaINO35B .nav-link:focus {
  outline: none;
}
.cid-tFFaINO35B .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tFFaINO35B .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-tFFaINO35B .menu-logo {
  margin-right: auto;
}
.cid-tFFaINO35B .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tFFaINO35B .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-tFFaINO35B .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tFFaINO35B .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tFFaINO35B .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tFFaINO35B .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tFFaINO35B .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-tFFaINO35B .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-tFFaINO35B .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-tFFaINO35B .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tFFaINO35B .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tFFaINO35B .dropdown .dropdown-menu {
  background: #ffffff;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-tFFaINO35B .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-tFFaINO35B .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tFFaINO35B .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tFFaINO35B .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-tFFaINO35B .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-tFFaINO35B .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-tFFaINO35B .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-tFFaINO35B .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tFFaINO35B .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tFFaINO35B .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tFFaINO35B .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tFFaINO35B button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-tFFaINO35B button.navbar-toggler:focus {
  outline: none;
}
.cid-tFFaINO35B button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff3366;
}
.cid-tFFaINO35B button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tFFaINO35B button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tFFaINO35B button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tFFaINO35B button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tFFaINO35B nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tFFaINO35B nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tFFaINO35B nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tFFaINO35B nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tFFaINO35B .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tFFaINO35B .collapsed .btn {
  display: -webkit-flex;
}
.cid-tFFaINO35B .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tFFaINO35B .collapsed .navbar-collapse.collapsing,
.cid-tFFaINO35B .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tFFaINO35B .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tFFaINO35B .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tFFaINO35B .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tFFaINO35B .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tFFaINO35B .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tFFaINO35B .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-tFFaINO35B .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tFFaINO35B .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-tFFaINO35B .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-tFFaINO35B .collapsed button.navbar-toggler {
  display: block;
}
.cid-tFFaINO35B .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-tFFaINO35B .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tFFaINO35B .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity, padding, height;
}
.cid-tFFaINO35B .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tFFaINO35B .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tFFaINO35B .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-tFFaINO35B.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tFFaINO35B img {
    height: 3.8rem !important;
  }
  .cid-tFFaINO35B .btn {
    display: -webkit-flex;
  }
  .cid-tFFaINO35B button.navbar-toggler {
    display: block;
  }
  .cid-tFFaINO35B .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-tFFaINO35B .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tFFaINO35B .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tFFaINO35B .navbar-collapse.collapsing,
  .cid-tFFaINO35B .navbar-collapse.show {
    display: block !important;
  }
  .cid-tFFaINO35B .navbar-collapse.collapsing .navbar-nav,
  .cid-tFFaINO35B .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tFFaINO35B .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tFFaINO35B .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tFFaINO35B .navbar-collapse.collapsing .navbar-buttons,
  .cid-tFFaINO35B .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-tFFaINO35B .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tFFaINO35B .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tFFaINO35B .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-tFFaINO35B .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tFFaINO35B .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tFFaINO35B .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-tFFaINO35B .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-tFFaINO35B .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-tFFaINO35B .nav-link:hover,
.cid-tFFaINO35B .dropdown-item:hover {
  color: #ff3366 !important;
}
.cid-tFViHE6UVE {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tFViHE6UVE .container {
  max-width: 1400px;
}
.cid-tFViHE6UVE .mbr-iconfont {
  display: block;
  font-size: 6rem;
  color: #427080;
  margin-bottom: 2rem;
  border-bottom: 1px solid #427080;
  padding-bottom: 2rem;
}
.cid-tFViHE6UVE .row {
  justify-content: center;
}
.cid-tFViHE6UVE .card-text {
  color: #333333;
  text-align: center;
}
.cid-tFViHE6UVE .card-title {
  margin-bottom: 0.5rem;
}
.cid-tFViHE6UVE .card-title,
.cid-tFViHE6UVE .iconfont-wrapper {
  text-align: center;
}
.cid-tFV8qEWW0U {
  background-image: url("../../../assets/images/capture-decran-2018-07-02-a-12.01.57-2.png");
}
.cid-tFV8qEWW0U .mbr-media span {
  font-size: 48px;
  cursor: pointer;
  background-color: #ffffff;
  border-radius: 50%;
  width: 6rem;
  height: 6rem;
  line-height: 6rem;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #353535;
}
.cid-tFV8qEWW0U .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-tFV8qEWW0U .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-tFV8qEWW0U .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-tFV8qEWW0U .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-tFV8qEWW0U a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-tFV8qEWW0U a.close:hover {
  color: #ffffff;
}
.cid-tFV9WECq5e {
  background-image: url("../../../assets/images/capture-decran-2023-03-06-a-14.44.52-2000x1086.png");
}
.cid-tFV9WECq5e .mbr-media span {
  font-size: 48px;
  cursor: pointer;
  background-color: #ffffff;
  border-radius: 50%;
  width: 6rem;
  height: 6rem;
  line-height: 6rem;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #353535;
}
.cid-tFV9WECq5e .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-tFV9WECq5e .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-tFV9WECq5e .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-tFV9WECq5e .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-tFV9WECq5e a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-tFV9WECq5e a.close:hover {
  color: #ffffff;
}
.cid-tFV9WECq5e P {
  color: #ffffff;
}
.cid-tFV9Gxs5cE .modal-body .close {
  background: #1b1b1b;
}
.cid-tFV9Gxs5cE .modal-body .close span {
  font-style: normal;
}
.cid-tFV9Gxs5cE .carousel-inner > .active,
.cid-tFV9Gxs5cE .carousel-inner > .next,
.cid-tFV9Gxs5cE .carousel-inner > .prev {
  display: flex;
}
.cid-tFV9Gxs5cE .carousel-control .icon-next,
.cid-tFV9Gxs5cE .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-tFV9Gxs5cE .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tFV9Gxs5cE .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tFV9Gxs5cE .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-tFV9Gxs5cE .boxed-slider > div {
  position: relative;
}
.cid-tFV9Gxs5cE .container img {
  width: 100%;
}
.cid-tFV9Gxs5cE .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-tFV9Gxs5cE .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-tFV9Gxs5cE .mbr-table-cell {
  padding: 0;
}
.cid-tFV9Gxs5cE .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-tFV9Gxs5cE .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-align-items: center;
}
.cid-tFV9Gxs5cE .mbr-overlay {
  z-index: 1;
}
.cid-tFV9Gxs5cE .container-slide.container {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-tFV9Gxs5cE .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
}
.cid-tFV9Gxs5cE .carousel-item.active.right,
.cid-tFV9Gxs5cE .carousel-item.next {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-tFV9Gxs5cE .carousel-item.active.left,
.cid-tFV9Gxs5cE .carousel-item.prev {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-tFV9Gxs5cE .carousel-item.active,
.cid-tFV9Gxs5cE .carousel-item.next.left,
.cid-tFV9Gxs5cE .carousel-item.prev.right {
  left: 0;
  opacity: 1;
}
.cid-tFV9Gxs5cE .mbr-slider .carousel-control {
  top: 50%;
  width: 70px;
  height: 70px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all .3s;
  z-index: 11;
}
.cid-tFV9Gxs5cE .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tFV9Gxs5cE .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tFV9Gxs5cE .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .cid-tFV9Gxs5cE .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tFV9Gxs5cE .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-tFV9Gxs5cE .mbr-slider .carousel-indicators li {
  max-width: 20px;
  width: 20px;
  height: 20px;
  max-height: 20px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-tFV9Gxs5cE .mbr-slider .carousel-indicators li.active,
.cid-tFV9Gxs5cE .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-tFV9Gxs5cE .mbr-slider .carousel-indicators li::after,
.cid-tFV9Gxs5cE .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-tFV9Gxs5cE .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-tFV9Gxs5cE .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-tFV9Gxs5cE .mbr-slider > .container img {
  width: 100%;
}
.cid-tFV9Gxs5cE .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-tFV9Gxs5cE .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-tFV9Gxs5cE .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tFV9Gxs5cE .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-tFV9Gxs5cE .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-tFV9Gxs5cE .carousel-item .container.container-slide {
  position: initial;
  min-height: 0;
}
.cid-tFV9Gxs5cE .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-tFV9Gxs5cE .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-tFV9Gxs5cE .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-tFV9Gxs5cE .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-tFV9Gxs5cE .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-tFV9Gxs5cE .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-tFV9Gxs5cE .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-tFV9SRadVm {
  background-image: url("../../../assets/images/crochet-1-2000x1125.png");
}
.cid-tFV9SRadVm .mbr-media span {
  font-size: 48px;
  cursor: pointer;
  background-color: #ffffff;
  border-radius: 50%;
  width: 6rem;
  height: 6rem;
  line-height: 6rem;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #353535;
}
.cid-tFV9SRadVm .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-tFV9SRadVm .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-tFV9SRadVm .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-tFV9SRadVm .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-tFV9SRadVm a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-tFV9SRadVm a.close:hover {
  color: #ffffff;
}
.cid-tFV9SRadVm P {
  color: #ffffff;
}
.cid-tZnbklc5Tr.popup-builder {
  background-color: #ffffff;
}
.cid-tZnbklc5Tr.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tZnbklc5Tr.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tZnbklc5Tr .modal-content,
.cid-tZnbklc5Tr .modal-dialog {
  height: auto;
}
.cid-tZnbklc5Tr .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tZnbklc5Tr .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tZnbklc5Tr .form-wrapper .mbr-form .form-group,
  .cid-tZnbklc5Tr .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tZnbklc5Tr .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tZnbklc5Tr .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-tZnbklc5Tr .mbr-text {
  text-align: justufy;
  color: #ffffff;
}
.cid-tZnbklc5Tr .pt-0 {
  padding-top: 0 !important;
}
.cid-tZnbklc5Tr .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tZnbklc5Tr .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tZnbklc5Tr .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tZnbklc5Tr .modal-open {
  overflow: hidden;
}
.cid-tZnbklc5Tr .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tZnbklc5Tr .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tZnbklc5Tr .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tZnbklc5Tr .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-tZnbklc5Tr .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tZnbklc5Tr .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tZnbklc5Tr .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tZnbklc5Tr .modal-content {
  background: #465052;
  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-tZnbklc5Tr .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tZnbklc5Tr .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tZnbklc5Tr .modal-backdrop.fade {
  opacity: 0;
}
.cid-tZnbklc5Tr .modal-backdrop.show {
  opacity: .5;
}
.cid-tZnbklc5Tr .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-tZnbklc5Tr .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tZnbklc5Tr .modal-header {
    padding: 1rem;
  }
}
.cid-tZnbklc5Tr .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tZnbklc5Tr .modal-header .close svg {
  fill: #ffffff;
}
.cid-tZnbklc5Tr .modal-header .close:hover {
  opacity: 1;
}
.cid-tZnbklc5Tr .modal-header .close:focus {
  outline: none;
}
.cid-tZnbklc5Tr .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #ffffff;
}
.cid-tZnbklc5Tr .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tZnbklc5Tr .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tZnbklc5Tr .modal-body {
    padding: 1rem;
  }
}
.cid-tZnbklc5Tr .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: justify;
}
@media (min-width: 992px) {
  .cid-tZnbklc5Tr .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tZnbklc5Tr .modal-footer {
    padding: 1rem;
  }
}
.cid-tZnbklc5Tr .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tZnbklc5Tr .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tZnbklc5Tr .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tZnbklc5Tr .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tZnbklc5Tr .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tZnbklc5Tr .modal-lg,
  .cid-tZnbklc5Tr .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tZnbklc5Tr .modal-xl {
    max-width: 1140px;
  }
}
.cid-tZnbklc5Tr .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tZnbklc5Tr .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-tZnbklc5Tr .form-group {
  margin-bottom: 1rem;
}
.cid-tZnbklc5Tr .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tZnbklc5Tr .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tZnbklc5Tr .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-tZnbklc5Tr .mbr-section-btn {
  margin: 0;
}
.cid-tZnbklc5Tr .mbr-section-btn .btn {
  margin: 0;
}
.cid-tZnoJ192q0.popup-builder {
  background-color: #ffffff;
}
.cid-tZnoJ192q0.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tZnoJ192q0.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tZnoJ192q0 .modal-content,
.cid-tZnoJ192q0 .modal-dialog {
  height: auto;
}
.cid-tZnoJ192q0 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tZnoJ192q0 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tZnoJ192q0 .form-wrapper .mbr-form .form-group,
  .cid-tZnoJ192q0 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tZnoJ192q0 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tZnoJ192q0 .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-tZnoJ192q0 .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-tZnoJ192q0 .pt-0 {
  padding-top: 0 !important;
}
.cid-tZnoJ192q0 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tZnoJ192q0 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tZnoJ192q0 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tZnoJ192q0 .modal-open {
  overflow: hidden;
}
.cid-tZnoJ192q0 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tZnoJ192q0 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tZnoJ192q0 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tZnoJ192q0 .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-tZnoJ192q0 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tZnoJ192q0 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tZnoJ192q0 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tZnoJ192q0 .modal-content {
  background: #4f4943;
  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-tZnoJ192q0 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tZnoJ192q0 .modal-backdrop.fade {
  opacity: 0;
}
.cid-tZnoJ192q0 .modal-backdrop.show {
  opacity: .5;
}
.cid-tZnoJ192q0 .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-tZnoJ192q0 .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tZnoJ192q0 .modal-header .close:hover {
  opacity: 1;
}
.cid-tZnoJ192q0 .modal-header .close:focus {
  outline: none;
}
.cid-tZnoJ192q0 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #ffffff;
}
.cid-tZnoJ192q0 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-tZnoJ192q0 .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-tZnoJ192q0 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tZnoJ192q0 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tZnoJ192q0 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tZnoJ192q0 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tZnoJ192q0 .modal-sm {
    max-width: 300px;
  }
  .cid-tZnoJ192q0 .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-tZnoJ192q0 .modal-lg,
  .cid-tZnoJ192q0 .modal-xl {
    max-width: 800px;
  }
  .cid-tZnoJ192q0 .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-tZnoJ192q0 .modal-xl {
    max-width: 1140px;
  }
  .cid-tZnoJ192q0 .container {
    max-width: 1140px;
  }
}
.cid-tZnoJ192q0 .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-tZnoJ192q0 .container {
    max-width: 720px;
  }
}
.cid-tZnoJ192q0 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tZnoJ192q0 .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-tZnoJ192q0 .form-group {
  margin-bottom: 1rem;
}
.cid-tZnoJ192q0 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tZnoJ192q0 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tZnoJ192q0 .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-tFFaINO35B .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-tFFaINO35B .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-tFFaINO35B a {
  font-style: normal;
}
.cid-tFFaINO35B .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-tFFaINO35B .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-tFFaINO35B .nav-item:focus,
.cid-tFFaINO35B .nav-link:focus {
  outline: none;
}
.cid-tFFaINO35B .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tFFaINO35B .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-tFFaINO35B .menu-logo {
  margin-right: auto;
}
.cid-tFFaINO35B .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tFFaINO35B .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-tFFaINO35B .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tFFaINO35B .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tFFaINO35B .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tFFaINO35B .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tFFaINO35B .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-tFFaINO35B .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-tFFaINO35B .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-tFFaINO35B .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tFFaINO35B .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tFFaINO35B .dropdown .dropdown-menu {
  background: #ffffff;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-tFFaINO35B .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-tFFaINO35B .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tFFaINO35B .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tFFaINO35B .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-tFFaINO35B .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-tFFaINO35B .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-tFFaINO35B .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-tFFaINO35B .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tFFaINO35B .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tFFaINO35B .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tFFaINO35B .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tFFaINO35B button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-tFFaINO35B button.navbar-toggler:focus {
  outline: none;
}
.cid-tFFaINO35B button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff3366;
}
.cid-tFFaINO35B button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tFFaINO35B button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tFFaINO35B button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tFFaINO35B button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tFFaINO35B nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tFFaINO35B nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tFFaINO35B nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tFFaINO35B nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tFFaINO35B .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tFFaINO35B .collapsed .btn {
  display: -webkit-flex;
}
.cid-tFFaINO35B .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tFFaINO35B .collapsed .navbar-collapse.collapsing,
.cid-tFFaINO35B .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tFFaINO35B .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tFFaINO35B .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tFFaINO35B .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tFFaINO35B .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tFFaINO35B .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tFFaINO35B .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-tFFaINO35B .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tFFaINO35B .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-tFFaINO35B .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-tFFaINO35B .collapsed button.navbar-toggler {
  display: block;
}
.cid-tFFaINO35B .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-tFFaINO35B .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tFFaINO35B .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity, padding, height;
}
.cid-tFFaINO35B .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tFFaINO35B .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tFFaINO35B .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-tFFaINO35B.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tFFaINO35B img {
    height: 3.8rem !important;
  }
  .cid-tFFaINO35B .btn {
    display: -webkit-flex;
  }
  .cid-tFFaINO35B button.navbar-toggler {
    display: block;
  }
  .cid-tFFaINO35B .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-tFFaINO35B .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tFFaINO35B .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tFFaINO35B .navbar-collapse.collapsing,
  .cid-tFFaINO35B .navbar-collapse.show {
    display: block !important;
  }
  .cid-tFFaINO35B .navbar-collapse.collapsing .navbar-nav,
  .cid-tFFaINO35B .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tFFaINO35B .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tFFaINO35B .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tFFaINO35B .navbar-collapse.collapsing .navbar-buttons,
  .cid-tFFaINO35B .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-tFFaINO35B .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tFFaINO35B .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tFFaINO35B .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-tFFaINO35B .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tFFaINO35B .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tFFaINO35B .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-tFFaINO35B .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-tFFaINO35B .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-tFFaINO35B .nav-link:hover,
.cid-tFFaINO35B .dropdown-item:hover {
  color: #ff3366 !important;
}
.cid-tM9OzuzGlJ {
  background: #000000;
  padding-top: 120px;
  padding-bottom: 120px;
}
.cid-tM9OzuzGlJ .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-tM9OzuzGlJ .video-block {
    width: 100% !important;
  }
}
.cid-tM9OAoI8ol {
  background: #000000;
  padding-top: 120px;
  padding-bottom: 120px;
}
.cid-tM9OAoI8ol .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-tM9OAoI8ol .video-block {
    width: 100% !important;
  }
}
.cid-tZnbklcIqZ.popup-builder {
  background-color: #ffffff;
}
.cid-tZnbklcIqZ.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tZnbklcIqZ.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tZnbklcIqZ .modal-content,
.cid-tZnbklcIqZ .modal-dialog {
  height: auto;
}
.cid-tZnbklcIqZ .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tZnbklcIqZ .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tZnbklcIqZ .form-wrapper .mbr-form .form-group,
  .cid-tZnbklcIqZ .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tZnbklcIqZ .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tZnbklcIqZ .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-tZnbklcIqZ .mbr-text {
  text-align: justufy;
  color: #ffffff;
}
.cid-tZnbklcIqZ .pt-0 {
  padding-top: 0 !important;
}
.cid-tZnbklcIqZ .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tZnbklcIqZ .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tZnbklcIqZ .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tZnbklcIqZ .modal-open {
  overflow: hidden;
}
.cid-tZnbklcIqZ .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tZnbklcIqZ .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tZnbklcIqZ .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tZnbklcIqZ .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-tZnbklcIqZ .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tZnbklcIqZ .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tZnbklcIqZ .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tZnbklcIqZ .modal-content {
  background: #465052;
  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-tZnbklcIqZ .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tZnbklcIqZ .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tZnbklcIqZ .modal-backdrop.fade {
  opacity: 0;
}
.cid-tZnbklcIqZ .modal-backdrop.show {
  opacity: .5;
}
.cid-tZnbklcIqZ .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-tZnbklcIqZ .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tZnbklcIqZ .modal-header {
    padding: 1rem;
  }
}
.cid-tZnbklcIqZ .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tZnbklcIqZ .modal-header .close svg {
  fill: #ffffff;
}
.cid-tZnbklcIqZ .modal-header .close:hover {
  opacity: 1;
}
.cid-tZnbklcIqZ .modal-header .close:focus {
  outline: none;
}
.cid-tZnbklcIqZ .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #ffffff;
}
.cid-tZnbklcIqZ .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tZnbklcIqZ .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tZnbklcIqZ .modal-body {
    padding: 1rem;
  }
}
.cid-tZnbklcIqZ .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: justify;
}
@media (min-width: 992px) {
  .cid-tZnbklcIqZ .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tZnbklcIqZ .modal-footer {
    padding: 1rem;
  }
}
.cid-tZnbklcIqZ .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tZnbklcIqZ .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tZnbklcIqZ .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tZnbklcIqZ .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tZnbklcIqZ .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tZnbklcIqZ .modal-lg,
  .cid-tZnbklcIqZ .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tZnbklcIqZ .modal-xl {
    max-width: 1140px;
  }
}
.cid-tZnbklcIqZ .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tZnbklcIqZ .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-tZnbklcIqZ .form-group {
  margin-bottom: 1rem;
}
.cid-tZnbklcIqZ .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tZnbklcIqZ .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tZnbklcIqZ .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-tZnbklcIqZ .mbr-section-btn {
  margin: 0;
}
.cid-tZnbklcIqZ .mbr-section-btn .btn {
  margin: 0;
}
.cid-tZnoJ19m7G.popup-builder {
  background-color: #ffffff;
}
.cid-tZnoJ19m7G.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tZnoJ19m7G.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tZnoJ19m7G .modal-content,
.cid-tZnoJ19m7G .modal-dialog {
  height: auto;
}
.cid-tZnoJ19m7G .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tZnoJ19m7G .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tZnoJ19m7G .form-wrapper .mbr-form .form-group,
  .cid-tZnoJ19m7G .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tZnoJ19m7G .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tZnoJ19m7G .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-tZnoJ19m7G .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-tZnoJ19m7G .pt-0 {
  padding-top: 0 !important;
}
.cid-tZnoJ19m7G .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tZnoJ19m7G .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tZnoJ19m7G .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tZnoJ19m7G .modal-open {
  overflow: hidden;
}
.cid-tZnoJ19m7G .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tZnoJ19m7G .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tZnoJ19m7G .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tZnoJ19m7G .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-tZnoJ19m7G .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tZnoJ19m7G .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tZnoJ19m7G .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tZnoJ19m7G .modal-content {
  background: #4f4943;
  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-tZnoJ19m7G .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tZnoJ19m7G .modal-backdrop.fade {
  opacity: 0;
}
.cid-tZnoJ19m7G .modal-backdrop.show {
  opacity: .5;
}
.cid-tZnoJ19m7G .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-tZnoJ19m7G .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tZnoJ19m7G .modal-header .close:hover {
  opacity: 1;
}
.cid-tZnoJ19m7G .modal-header .close:focus {
  outline: none;
}
.cid-tZnoJ19m7G .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #ffffff;
}
.cid-tZnoJ19m7G .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-tZnoJ19m7G .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-tZnoJ19m7G .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tZnoJ19m7G .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tZnoJ19m7G .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tZnoJ19m7G .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tZnoJ19m7G .modal-sm {
    max-width: 300px;
  }
  .cid-tZnoJ19m7G .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-tZnoJ19m7G .modal-lg,
  .cid-tZnoJ19m7G .modal-xl {
    max-width: 800px;
  }
  .cid-tZnoJ19m7G .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-tZnoJ19m7G .modal-xl {
    max-width: 1140px;
  }
  .cid-tZnoJ19m7G .container {
    max-width: 1140px;
  }
}
.cid-tZnoJ19m7G .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-tZnoJ19m7G .container {
    max-width: 720px;
  }
}
.cid-tZnoJ19m7G .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tZnoJ19m7G .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-tZnoJ19m7G .form-group {
  margin-bottom: 1rem;
}
.cid-tZnoJ19m7G .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tZnoJ19m7G .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tZnoJ19m7G .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-tFFaINO35B .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-tFFaINO35B .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-tFFaINO35B a {
  font-style: normal;
}
.cid-tFFaINO35B .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-tFFaINO35B .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-tFFaINO35B .nav-item:focus,
.cid-tFFaINO35B .nav-link:focus {
  outline: none;
}
.cid-tFFaINO35B .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tFFaINO35B .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-tFFaINO35B .menu-logo {
  margin-right: auto;
}
.cid-tFFaINO35B .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tFFaINO35B .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-tFFaINO35B .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tFFaINO35B .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tFFaINO35B .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tFFaINO35B .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tFFaINO35B .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-tFFaINO35B .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-tFFaINO35B .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-tFFaINO35B .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tFFaINO35B .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tFFaINO35B .dropdown .dropdown-menu {
  background: #ffffff;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-tFFaINO35B .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-tFFaINO35B .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tFFaINO35B .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tFFaINO35B .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-tFFaINO35B .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-tFFaINO35B .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-tFFaINO35B .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-tFFaINO35B .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tFFaINO35B .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tFFaINO35B .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tFFaINO35B .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tFFaINO35B button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-tFFaINO35B button.navbar-toggler:focus {
  outline: none;
}
.cid-tFFaINO35B button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff3366;
}
.cid-tFFaINO35B button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tFFaINO35B button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tFFaINO35B button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tFFaINO35B button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tFFaINO35B nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tFFaINO35B nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tFFaINO35B nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tFFaINO35B nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tFFaINO35B .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tFFaINO35B .collapsed .btn {
  display: -webkit-flex;
}
.cid-tFFaINO35B .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tFFaINO35B .collapsed .navbar-collapse.collapsing,
.cid-tFFaINO35B .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tFFaINO35B .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tFFaINO35B .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tFFaINO35B .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tFFaINO35B .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tFFaINO35B .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tFFaINO35B .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-tFFaINO35B .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tFFaINO35B .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-tFFaINO35B .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-tFFaINO35B .collapsed button.navbar-toggler {
  display: block;
}
.cid-tFFaINO35B .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-tFFaINO35B .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tFFaINO35B .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity, padding, height;
}
.cid-tFFaINO35B .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tFFaINO35B .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tFFaINO35B .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-tFFaINO35B.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tFFaINO35B img {
    height: 3.8rem !important;
  }
  .cid-tFFaINO35B .btn {
    display: -webkit-flex;
  }
  .cid-tFFaINO35B button.navbar-toggler {
    display: block;
  }
  .cid-tFFaINO35B .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-tFFaINO35B .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tFFaINO35B .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tFFaINO35B .navbar-collapse.collapsing,
  .cid-tFFaINO35B .navbar-collapse.show {
    display: block !important;
  }
  .cid-tFFaINO35B .navbar-collapse.collapsing .navbar-nav,
  .cid-tFFaINO35B .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tFFaINO35B .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tFFaINO35B .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tFFaINO35B .navbar-collapse.collapsing .navbar-buttons,
  .cid-tFFaINO35B .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-tFFaINO35B .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tFFaINO35B .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tFFaINO35B .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-tFFaINO35B .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tFFaINO35B .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tFFaINO35B .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-tFFaINO35B .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-tFFaINO35B .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-tFFaINO35B .nav-link:hover,
.cid-tFFaINO35B .dropdown-item:hover {
  color: #ff3366 !important;
}
.cid-tMacb7W0mu {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tMacb7W0mu .mbr-section-subtitle {
  color: #232323;
}
.cid-tMacb7W0mu .mbr-section-subtitle DIV {
  text-align: right;
}
.cid-tMacb7W0mu H2 {
  text-align: center;
}
.cid-tMacbU7EcJ {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 30px;
}
.cid-tMacbU7EcJ .image-block {
  margin: auto;
}
.cid-tMacbU7EcJ figcaption {
  position: relative;
}
.cid-tMacbU7EcJ figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tMacbU7EcJ .image-block {
    width: 100% !important;
  }
}
.cid-tMacdf5Tg4 {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tMacdf5Tg4 .mbr-text,
.cid-tMacdf5Tg4 blockquote {
  color: #767676;
}
.cid-tMacdf5Tg4 .mbr-text {
  color: #232323;
  text-align: justify;
}
.cid-tMaciu6t4C {
  background: #ffffff;
  padding-top: 60px;
  padding-bottom: 0px;
}
.cid-tMaciu6t4C .image-block {
  margin: auto;
}
.cid-tMaciu6t4C figcaption {
  position: relative;
}
.cid-tMaciu6t4C figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tMaciu6t4C .image-block {
    width: 100% !important;
  }
}
.cid-tMacl8bofo {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tMacl8bofo .mbr-text,
.cid-tMacl8bofo blockquote {
  color: #767676;
}
.cid-tMacl8bofo .mbr-text {
  color: #232323;
  text-align: justify;
}
.cid-tZnbkldGTF.popup-builder {
  background-color: #ffffff;
}
.cid-tZnbkldGTF.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tZnbkldGTF.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tZnbkldGTF .modal-content,
.cid-tZnbkldGTF .modal-dialog {
  height: auto;
}
.cid-tZnbkldGTF .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tZnbkldGTF .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tZnbkldGTF .form-wrapper .mbr-form .form-group,
  .cid-tZnbkldGTF .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tZnbkldGTF .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tZnbkldGTF .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-tZnbkldGTF .mbr-text {
  text-align: justufy;
  color: #ffffff;
}
.cid-tZnbkldGTF .pt-0 {
  padding-top: 0 !important;
}
.cid-tZnbkldGTF .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tZnbkldGTF .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tZnbkldGTF .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tZnbkldGTF .modal-open {
  overflow: hidden;
}
.cid-tZnbkldGTF .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tZnbkldGTF .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tZnbkldGTF .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tZnbkldGTF .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-tZnbkldGTF .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tZnbkldGTF .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tZnbkldGTF .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tZnbkldGTF .modal-content {
  background: #465052;
  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-tZnbkldGTF .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tZnbkldGTF .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tZnbkldGTF .modal-backdrop.fade {
  opacity: 0;
}
.cid-tZnbkldGTF .modal-backdrop.show {
  opacity: .5;
}
.cid-tZnbkldGTF .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-tZnbkldGTF .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tZnbkldGTF .modal-header {
    padding: 1rem;
  }
}
.cid-tZnbkldGTF .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tZnbkldGTF .modal-header .close svg {
  fill: #ffffff;
}
.cid-tZnbkldGTF .modal-header .close:hover {
  opacity: 1;
}
.cid-tZnbkldGTF .modal-header .close:focus {
  outline: none;
}
.cid-tZnbkldGTF .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #ffffff;
}
.cid-tZnbkldGTF .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tZnbkldGTF .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tZnbkldGTF .modal-body {
    padding: 1rem;
  }
}
.cid-tZnbkldGTF .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: justify;
}
@media (min-width: 992px) {
  .cid-tZnbkldGTF .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tZnbkldGTF .modal-footer {
    padding: 1rem;
  }
}
.cid-tZnbkldGTF .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tZnbkldGTF .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tZnbkldGTF .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tZnbkldGTF .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tZnbkldGTF .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tZnbkldGTF .modal-lg,
  .cid-tZnbkldGTF .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tZnbkldGTF .modal-xl {
    max-width: 1140px;
  }
}
.cid-tZnbkldGTF .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tZnbkldGTF .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-tZnbkldGTF .form-group {
  margin-bottom: 1rem;
}
.cid-tZnbkldGTF .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tZnbkldGTF .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tZnbkldGTF .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-tZnbkldGTF .mbr-section-btn {
  margin: 0;
}
.cid-tZnbkldGTF .mbr-section-btn .btn {
  margin: 0;
}
.cid-tZnoJ1amHg.popup-builder {
  background-color: #ffffff;
}
.cid-tZnoJ1amHg.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tZnoJ1amHg.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tZnoJ1amHg .modal-content,
.cid-tZnoJ1amHg .modal-dialog {
  height: auto;
}
.cid-tZnoJ1amHg .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tZnoJ1amHg .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tZnoJ1amHg .form-wrapper .mbr-form .form-group,
  .cid-tZnoJ1amHg .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tZnoJ1amHg .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tZnoJ1amHg .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-tZnoJ1amHg .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-tZnoJ1amHg .pt-0 {
  padding-top: 0 !important;
}
.cid-tZnoJ1amHg .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tZnoJ1amHg .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tZnoJ1amHg .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tZnoJ1amHg .modal-open {
  overflow: hidden;
}
.cid-tZnoJ1amHg .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tZnoJ1amHg .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tZnoJ1amHg .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tZnoJ1amHg .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-tZnoJ1amHg .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tZnoJ1amHg .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tZnoJ1amHg .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tZnoJ1amHg .modal-content {
  background: #4f4943;
  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-tZnoJ1amHg .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tZnoJ1amHg .modal-backdrop.fade {
  opacity: 0;
}
.cid-tZnoJ1amHg .modal-backdrop.show {
  opacity: .5;
}
.cid-tZnoJ1amHg .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-tZnoJ1amHg .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tZnoJ1amHg .modal-header .close:hover {
  opacity: 1;
}
.cid-tZnoJ1amHg .modal-header .close:focus {
  outline: none;
}
.cid-tZnoJ1amHg .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #ffffff;
}
.cid-tZnoJ1amHg .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-tZnoJ1amHg .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-tZnoJ1amHg .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tZnoJ1amHg .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tZnoJ1amHg .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tZnoJ1amHg .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tZnoJ1amHg .modal-sm {
    max-width: 300px;
  }
  .cid-tZnoJ1amHg .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-tZnoJ1amHg .modal-lg,
  .cid-tZnoJ1amHg .modal-xl {
    max-width: 800px;
  }
  .cid-tZnoJ1amHg .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-tZnoJ1amHg .modal-xl {
    max-width: 1140px;
  }
  .cid-tZnoJ1amHg .container {
    max-width: 1140px;
  }
}
.cid-tZnoJ1amHg .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-tZnoJ1amHg .container {
    max-width: 720px;
  }
}
.cid-tZnoJ1amHg .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tZnoJ1amHg .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-tZnoJ1amHg .form-group {
  margin-bottom: 1rem;
}
.cid-tZnoJ1amHg .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tZnoJ1amHg .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tZnoJ1amHg .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-tFFaINO35B .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-tFFaINO35B .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-tFFaINO35B a {
  font-style: normal;
}
.cid-tFFaINO35B .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-tFFaINO35B .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-tFFaINO35B .nav-item:focus,
.cid-tFFaINO35B .nav-link:focus {
  outline: none;
}
.cid-tFFaINO35B .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tFFaINO35B .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-tFFaINO35B .menu-logo {
  margin-right: auto;
}
.cid-tFFaINO35B .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tFFaINO35B .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-tFFaINO35B .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tFFaINO35B .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tFFaINO35B .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tFFaINO35B .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tFFaINO35B .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-tFFaINO35B .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-tFFaINO35B .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-tFFaINO35B .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tFFaINO35B .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tFFaINO35B .dropdown .dropdown-menu {
  background: #ffffff;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-tFFaINO35B .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-tFFaINO35B .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tFFaINO35B .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tFFaINO35B .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-tFFaINO35B .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-tFFaINO35B .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-tFFaINO35B .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-tFFaINO35B .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tFFaINO35B .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tFFaINO35B .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tFFaINO35B .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tFFaINO35B button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-tFFaINO35B button.navbar-toggler:focus {
  outline: none;
}
.cid-tFFaINO35B button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff3366;
}
.cid-tFFaINO35B button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tFFaINO35B button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tFFaINO35B button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tFFaINO35B button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tFFaINO35B nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tFFaINO35B nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tFFaINO35B nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tFFaINO35B nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tFFaINO35B .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tFFaINO35B .collapsed .btn {
  display: -webkit-flex;
}
.cid-tFFaINO35B .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tFFaINO35B .collapsed .navbar-collapse.collapsing,
.cid-tFFaINO35B .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tFFaINO35B .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tFFaINO35B .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tFFaINO35B .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tFFaINO35B .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tFFaINO35B .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tFFaINO35B .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-tFFaINO35B .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tFFaINO35B .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-tFFaINO35B .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-tFFaINO35B .collapsed button.navbar-toggler {
  display: block;
}
.cid-tFFaINO35B .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-tFFaINO35B .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tFFaINO35B .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity, padding, height;
}
.cid-tFFaINO35B .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tFFaINO35B .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tFFaINO35B .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-tFFaINO35B.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tFFaINO35B img {
    height: 3.8rem !important;
  }
  .cid-tFFaINO35B .btn {
    display: -webkit-flex;
  }
  .cid-tFFaINO35B button.navbar-toggler {
    display: block;
  }
  .cid-tFFaINO35B .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-tFFaINO35B .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tFFaINO35B .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tFFaINO35B .navbar-collapse.collapsing,
  .cid-tFFaINO35B .navbar-collapse.show {
    display: block !important;
  }
  .cid-tFFaINO35B .navbar-collapse.collapsing .navbar-nav,
  .cid-tFFaINO35B .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tFFaINO35B .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tFFaINO35B .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tFFaINO35B .navbar-collapse.collapsing .navbar-buttons,
  .cid-tFFaINO35B .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-tFFaINO35B .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tFFaINO35B .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tFFaINO35B .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-tFFaINO35B .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tFFaINO35B .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tFFaINO35B .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-tFFaINO35B .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-tFFaINO35B .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-tFFaINO35B .nav-link:hover,
.cid-tFFaINO35B .dropdown-item:hover {
  color: #ff3366 !important;
}
.cid-u5OKsm8qwK {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-u5OKsm8qwK .line {
  background-color: #333333;
  color: #333333;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-u5OKsm8qwK .section-text {
  padding: 2rem 0;
  text-align: justify;
  color: #2e2e2e;
}
.cid-u5OKsm8qwK .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-u5OKsm8qwK .inner-container {
    width: 100% !important;
  }
}
.cid-tFFaINO35B .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-tFFaINO35B .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-tFFaINO35B a {
  font-style: normal;
}
.cid-tFFaINO35B .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-tFFaINO35B .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-tFFaINO35B .nav-item:focus,
.cid-tFFaINO35B .nav-link:focus {
  outline: none;
}
.cid-tFFaINO35B .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tFFaINO35B .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-tFFaINO35B .menu-logo {
  margin-right: auto;
}
.cid-tFFaINO35B .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tFFaINO35B .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-tFFaINO35B .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tFFaINO35B .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tFFaINO35B .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tFFaINO35B .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tFFaINO35B .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-tFFaINO35B .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-tFFaINO35B .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-tFFaINO35B .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tFFaINO35B .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tFFaINO35B .dropdown .dropdown-menu {
  background: #ffffff;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-tFFaINO35B .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-tFFaINO35B .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tFFaINO35B .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tFFaINO35B .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-tFFaINO35B .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-tFFaINO35B .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-tFFaINO35B .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-tFFaINO35B .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tFFaINO35B .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tFFaINO35B .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tFFaINO35B .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tFFaINO35B button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-tFFaINO35B button.navbar-toggler:focus {
  outline: none;
}
.cid-tFFaINO35B button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff3366;
}
.cid-tFFaINO35B button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tFFaINO35B button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tFFaINO35B button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tFFaINO35B button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tFFaINO35B nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tFFaINO35B nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tFFaINO35B nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tFFaINO35B nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tFFaINO35B .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tFFaINO35B .collapsed .btn {
  display: -webkit-flex;
}
.cid-tFFaINO35B .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tFFaINO35B .collapsed .navbar-collapse.collapsing,
.cid-tFFaINO35B .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tFFaINO35B .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tFFaINO35B .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tFFaINO35B .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tFFaINO35B .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tFFaINO35B .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tFFaINO35B .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-tFFaINO35B .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tFFaINO35B .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-tFFaINO35B .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-tFFaINO35B .collapsed button.navbar-toggler {
  display: block;
}
.cid-tFFaINO35B .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-tFFaINO35B .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tFFaINO35B .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity, padding, height;
}
.cid-tFFaINO35B .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tFFaINO35B .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tFFaINO35B .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-tFFaINO35B.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tFFaINO35B img {
    height: 3.8rem !important;
  }
  .cid-tFFaINO35B .btn {
    display: -webkit-flex;
  }
  .cid-tFFaINO35B button.navbar-toggler {
    display: block;
  }
  .cid-tFFaINO35B .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-tFFaINO35B .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tFFaINO35B .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tFFaINO35B .navbar-collapse.collapsing,
  .cid-tFFaINO35B .navbar-collapse.show {
    display: block !important;
  }
  .cid-tFFaINO35B .navbar-collapse.collapsing .navbar-nav,
  .cid-tFFaINO35B .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tFFaINO35B .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tFFaINO35B .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tFFaINO35B .navbar-collapse.collapsing .navbar-buttons,
  .cid-tFFaINO35B .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-tFFaINO35B .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tFFaINO35B .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tFFaINO35B .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-tFFaINO35B .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tFFaINO35B .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tFFaINO35B .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-tFFaINO35B .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-tFFaINO35B .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-tFFaINO35B .nav-link:hover,
.cid-tFFaINO35B .dropdown-item:hover {
  color: #ff3366 !important;
}
.cid-u8ewNXA7s9 {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-u8ewNXA7s9 .mbr-section-subtitle {
  color: #232323;
}
.cid-u8j8dmZ8yl {
  padding-top: 60px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-u8eyvLpIfe.popup-builder {
  background-color: #ffffff;
}
.cid-u8eyvLpIfe.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-u8eyvLpIfe.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-u8eyvLpIfe .modal-content,
.cid-u8eyvLpIfe .modal-dialog {
  height: auto;
}
.cid-u8eyvLpIfe .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-u8eyvLpIfe .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-u8eyvLpIfe .form-wrapper .mbr-form .form-group,
  .cid-u8eyvLpIfe .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-u8eyvLpIfe .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-u8eyvLpIfe .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-u8eyvLpIfe .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-u8eyvLpIfe .pt-0 {
  padding-top: 0 !important;
}
.cid-u8eyvLpIfe .pb-0 {
  padding-bottom: 0 !important;
}
.cid-u8eyvLpIfe .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-u8eyvLpIfe .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-u8eyvLpIfe .modal-open {
  overflow: hidden;
}
.cid-u8eyvLpIfe .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-u8eyvLpIfe .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-u8eyvLpIfe .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-u8eyvLpIfe .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-u8eyvLpIfe .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-u8eyvLpIfe .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-u8eyvLpIfe .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-u8eyvLpIfe .modal-content {
  background: #465052;
  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-u8eyvLpIfe .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-u8eyvLpIfe .modal-backdrop.fade {
  opacity: 0;
}
.cid-u8eyvLpIfe .modal-backdrop.show {
  opacity: .5;
}
.cid-u8eyvLpIfe .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-u8eyvLpIfe .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-u8eyvLpIfe .modal-header .close:hover {
  opacity: 1;
}
.cid-u8eyvLpIfe .modal-header .close:focus {
  outline: none;
}
.cid-u8eyvLpIfe .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #ffffff;
}
.cid-u8eyvLpIfe .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-u8eyvLpIfe .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-u8eyvLpIfe .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-u8eyvLpIfe .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-u8eyvLpIfe .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-u8eyvLpIfe .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-u8eyvLpIfe .modal-sm {
    max-width: 300px;
  }
  .cid-u8eyvLpIfe .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-u8eyvLpIfe .modal-lg,
  .cid-u8eyvLpIfe .modal-xl {
    max-width: 800px;
  }
  .cid-u8eyvLpIfe .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-u8eyvLpIfe .modal-xl {
    max-width: 1140px;
  }
  .cid-u8eyvLpIfe .container {
    max-width: 1140px;
  }
}
.cid-u8eyvLpIfe .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-u8eyvLpIfe .container {
    max-width: 720px;
  }
}
.cid-u8eyvLpIfe .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-u8eyvLpIfe .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-u8eyvLpIfe .form-group {
  margin-bottom: 1rem;
}
.cid-u8eyvLpIfe .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-u8eyvLpIfe .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-u8eyvLpIfe .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%;
}
