.btn {
  border-width: 2px;
}
.btn {
  border-radius: 50px;
}
.btn {
  font-weight: 600;
}
body {
  font-family: 'Red Hat Display', sans-serif;
}
.display-1 {
  font-family: 'Red Hat Display', sans-serif;
  font-size: 4.0625rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.078125rem;
}
.display-2 {
  font-family: 'Red Hat Display', sans-serif;
  font-size: 2.875rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.59375rem;
}
.display-4 {
  font-family: 'Red Hat Display', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Red Hat Display', sans-serif;
  font-size: 1.5rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 1.875rem;
}
.display-7 {
  font-family: 'Red Hat Display', sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.40625rem;
}
/* ---- 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: 992px) {
  .display-1 {
    font-size: 3.25rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.84375rem;
    font-size: calc( 2.071875rem + (4.0625 - 2.071875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.071875rem + (4.0625 - 2.071875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.3rem;
    font-size: calc( 1.65625rem + (2.875 - 1.65625) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.65625rem + (2.875 - 1.65625) * ((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))));
  }
  .display-7 {
    font-size: 0.9rem;
    font-size: calc( 1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.825rem 3.75rem;
  border-radius: 0px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 0px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 0px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 0px;
}
.bg-primary {
  background-color: #000000 !important;
}
.bg-success {
  background-color: #ffffff !important;
}
.bg-info {
  background-color: #ffffff !important;
}
.bg-warning {
  background-color: #ffffff !important;
}
.bg-danger {
  background-color: #5ec049 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #4c4c4c !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #4c4c4c !important;
  background-color: rgba(255, 255, 255, 0.2) !important;
  border-color: transparent !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #4c4c4c !important;
  background-color: rgba(255, 255, 255, 0.2) !important;
  border-color: rgba(255, 255, 255, 0.2) !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #3e5a72 !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #3e5a72 !important;
  background-color: rgba(255, 255, 255, 0.2) !important;
  border-color: transparent !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #3e5a72 !important;
  background-color: rgba(255, 255, 255, 0.2) !important;
  border-color: rgba(255, 255, 255, 0.2) !important;
}
.btn-info,
.btn-info:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #527490 !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #527490 !important;
  background-color: rgba(255, 255, 255, 0.2) !important;
  border-color: transparent !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #527490 !important;
  background-color: rgba(255, 255, 255, 0.2) !important;
  border-color: rgba(255, 255, 255, 0.2) !important;
}
.btn-success,
.btn-success:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #f7b560 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #f7b560 !important;
  background-color: rgba(255, 255, 255, 0.2) !important;
  border-color: transparent !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #f7b560 !important;
  background-color: rgba(255, 255, 255, 0.2) !important;
  border-color: rgba(255, 255, 255, 0.2) !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #313242 !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #313242 !important;
  background-color: rgba(255, 255, 255, 0.2) !important;
  border-color: transparent !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #313242 !important;
  background-color: rgba(255, 255, 255, 0.2) !important;
  border-color: rgba(255, 255, 255, 0.2) !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #5ec049 !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #5ec049 !important;
  background-color: rgba(255, 255, 255, 0.2) !important;
  border-color: transparent !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #5ec049 !important;
  background-color: rgba(255, 255, 255, 0.2) !important;
  border-color: rgba(255, 255, 255, 0.2) !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #fafafa !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #fafafa !important;
  background-color: rgba(255, 255, 255, 0.2) !important;
  border-color: transparent !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #fafafa !important;
  background-color: rgba(255, 255, 255, 0.2) !important;
  border-color: rgba(255, 255, 255, 0.2) !important;
}
.btn-black,
.btn-black:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #232323 !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #232323 !important;
  background-color: rgba(255, 255, 255, 0.2) !important;
  border-color: transparent !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #232323 !important;
  background-color: rgba(255, 255, 255, 0.2) !important;
  border-color: rgba(255, 255, 255, 0.2) !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #4c4c4c;
  color: #4c4c4c;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus {
  color: #212121 !important;
  background-color: transparent !important;
  border-color: #212121 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #4c4c4c !important;
  background-color: #4c4c4c !important;
  border-color: #4c4c4c !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #3e5a72;
  color: #3e5a72;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus {
  color: #1f2e3a !important;
  background-color: transparent !important;
  border-color: #1f2e3a !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #3e5a72 !important;
  background-color: #3e5a72 !important;
  border-color: #3e5a72 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #527490;
  color: #527490;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus {
  color: #334759 !important;
  background-color: transparent !important;
  border-color: #334759 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #527490 !important;
  background-color: #527490 !important;
  border-color: #527490 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #f7b560;
  color: #f7b560;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus {
  color: #f38f0d !important;
  background-color: transparent !important;
  border-color: #f38f0d !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #f7b560 !important;
  background-color: #f7b560 !important;
  border-color: #f7b560 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #313242;
  color: #313242;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus {
  color: #0c0c10 !important;
  background-color: transparent !important;
  border-color: #0c0c10 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #313242 !important;
  background-color: #313242 !important;
  border-color: #313242 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #5ec049;
  color: #5ec049;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus {
  color: #3d842e !important;
  background-color: transparent !important;
  border-color: #3d842e !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #5ec049 !important;
  background-color: #5ec049 !important;
  border-color: #5ec049 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #232323 !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #fafafa !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #4c4c4c !important;
}
.text-secondary {
  color: #3e5a72 !important;
}
.text-success {
  color: #f7b560 !important;
}
.text-info {
  color: #527490 !important;
}
.text-warning {
  color: #313242 !important;
}
.text-danger {
  color: #5ec049 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #191919 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ffffff !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #fef9f2 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #2d404f !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #060607 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #38792a !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  /*  background-position: 0px 1.2em; */
}
.nav-tabs .nav-link.active {
  color: #4c4c4c;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #527490;
}
.alert-warning {
  background-color: #313242;
}
.alert-danger {
  background-color: #5ec049;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #4c4c4c;
  border-color: #4c4c4c;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #4c4c4c;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #bfbfbf;
}
.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: #9bb3c6;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #a0a1b8;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #b2e1a8;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Red Hat Display', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.25rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #4c4c4c !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Red Hat Display', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #4c4c4c;
}
/* Forms */
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #4c4c4c;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #4c4c4c;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #4c4c4c;
  border-bottom-color: #4c4c4c;
}
.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: #4c4c4c !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: #3e5a72 !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%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%234c4c4c' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.2s;
  font-weight: 500;
  box-shadow: none !important;
}
.btn {
  margin: 0;
  font-weight: 500;
}
p {
  margin-bottom: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0;
}
.text-secondary:hover {
  color: #dedede !important;
}
/*.btn-secondary:hover {
    color: #dedede !important;
}*/
.container {
  max-width: 1300px;
}
a.btn-primary:hover {
  color: #a0a5a5 !important;
}
.link {
  font-weight: 500;
}
.nav-item {
  transition-duration: .3s !important;
}
.nav-item:hover {
  transition-duration: .3s !important;
}
.navbar-toggler {
  border: transparent !important;
}
.navbar-toggler:focus {
  box-shadow: none;
}
body {
  line-height: 1.44em;
}
.mbr-section-title {
  letter-spacing: -1px;
  line-height: 1.07em;
  font-weight: 700;
}
.title {
  font-weight: 700;
}
.subtitle {
  font-weight: 500;
}
.mbr-section-subtitle {
  font-weight: 500;
}
.btn .mbr-iconfont {
  padding-right: 6px;
}
.cid-sHAkNheXKn {
  background-image: url("../../../assets/images/background-coloresb-1500x583.webp");
}
@media (min-width: 992px) {
  .cid-sHAkNheXKn .text-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 1000px) {
  .cid-sHAkNheXKn .text-wrapper {
    padding: 2rem 0;
  }
}
.cid-sHAkNheXKn .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-sHAkNheXKn {
    margin-bottom: 2rem;
  }
}
.cid-sHAkNheXKn .text-block {
  color: #565A69;
  margin-bottom: 50px;
}
.cid-sHAkNheXKn .row.justify-content-between {
  margin-bottom: 3px;
  margin: 0;
}
.cid-sHAkNheXKn .mbr-section-btn {
  padding-top: 53px;
  margin: 0px;
}
.cid-sHAkNheXKn .desc {
  margin-top: 22px;
  color: #b2b2b2;
  font-weight: 500;
}
.cid-sHAkNheXKn .btn-primary {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.cid-sHAkNheXKn .btn-primary:hover {
  color: #000000 !important;
  background-color: #e3e3e3 !important;
  border-color: #e3e3e3;
}
.cid-sHAkNheXKn .mbr-section-subtitle {
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 2px;
  text-transform: uppercase;
  text-align: left;
}
.cid-sHAkNheXKn .desc1 {
  font-weight: 700;
  color: #ffffff;
}
.cid-sHAkNheXKn .desc2 {
  font-weight: 700;
  margin-top: 20px;
  color: #ffffff;
}
.cid-sHAkNheXKn .mbr-section-button {
  margin-top: 25px;
}
.cid-sHAkNheXKn .desc1,
.cid-sHAkNheXKn .mbr-section-btn {
  text-align: left;
}
.cid-sHAkT71n2i {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-sHAkT71n2i .date {
  margin: 67px 0 14px;
  color: #1d1d1f;
  font-weight: 700;
}
.cid-sHAkT71n2i .mbr-section-title {
  color: #000000;
  margin-bottom: 62px;
  font-weight: 700;
}
.cid-sHAkT71n2i .link {
  margin-top: 22px;
}
.cid-sHAkT71n2i .card-heading {
  line-height: 1.2;
  margin: 0px;
  font-weight: 500;
}
@media (max-width: 600px) {
  .cid-sHAkT71n2i .header {
    margin-bottom: 20px;
  }
  .cid-sHAkT71n2i .link {
    margin-top: 20px;
    margin-bottom: 20px;
    opacity: 1;
    transform: none;
  }
  .cid-sHAkT71n2i .button {
    text-align: left;
  }
}
@media (min-width: 600px) and (max-width: 1000px) {
  .cid-sHAkT71n2i .link {
    margin-bottom: 40px;
  }
}
.cid-sHAkT71n2i .mbr-section-btn {
  position: absolute;
  right: 0;
}
.cid-sHAkT71n2i .mbr-section-subtitle {
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 5px;
  color: #4c4c4c;
}
.cid-sHAkT71n2i .part {
  align-items: start;
}
.cid-sHAkT71n2i H3 {
  text-align: center;
}
.cid-sHAkT71n2i a {
  transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
}
.cid-sHAkT71n2i rect {
  transform: translateX(-13px);
  transform-origin: right;
  stroke: currentColor;
  stroke-width: .5;
}
.cid-sHAkT71n2i .qodef-button-cap-fake {
  animation: qode-button-cap-fake-out 0.35s linear;
}
.cid-sHAkT71n2i svg {
  margin-left: 15px;
}
.cid-sHAkT71n2i path {
  animation: qode-button-cap-out 0.35s ease-in-out;
  transform: translateX(-13px);
  transform-origin: right;
  fill: currentColor;
}
.cid-sHAkT71n2i .link:hover rect {
  animation: qode-button-line 0.7s ease forwards;
}
.cid-sHAkT71n2i .link:hover path {
  animation: qode-button-cap 0.7s ease forwards;
}
@keyframes qode-button-cap-fake-out {
  0% {
    clip-path: inset(0 0 0 0);
  }
  49%,
  51% {
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
@keyframes qode-button-line {
  0%,
  100% {
    transform: translateX(-13px) scaleX(1);
  }
  10% {
    transform: translateX(-13px) scaleX(1);
  }
  46%,
  55% {
    transform: translateX(0) scaleX(0.5);
  }
  99% {
    transform: translateX(-13px) scaleX(0.6);
  }
}
@keyframes qode-button-cap-out {
  0%,
  50% {
    transform: translateX(-35px) scaleX(-1);
  }
  100%,
  51% {
    transform: translateX(-13px) scaleX(1);
  }
}
@keyframes qode-button-cap {
  0% {
    -webkit-transform: translateX(-13px) scaleX(1);
    transform: translateX(-13px) scaleX(1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
  54% {
    -webkit-transform: translateX(-1px) scaleX(1);
    transform: translateX(-1px) scaleX(1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  55% {
    -webkit-transform: translateX(-20px) scaleX(-1);
    transform: translateX(-20px) scaleX(-1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    -webkit-transform: translateX(-35px) scaleX(-1);
    transform: translateX(-35px) scaleX(-1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
}
.cid-sHAkT71n2i .card-heading,
.cid-sHAkT71n2i .link {
  color: #4c4c4c;
}
@media (max-width: 770px) {
  .cid-sHAkT71n2i .top {
    padding-top: 60px;
  }
}
@media (max-width: 575px) {
  .cid-sHAkT71n2i .top1 {
    padding-top: 60px;
  }
}
.cid-tfoLNumV55 {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #4c4c4c;
}
.cid-tfoLNumV55 .mbr-section-title {
  margin-top: 30px;
  margin-bottom: 0;
  color: #ffffff;
}
.cid-tfoLNumV55 .mbr-text {
  margin-top: 20px;
  margin-bottom: 0;
  color: #919dab;
}
.cid-tfoLNumV55 .mbr-section-btn {
  margin-top: 45px;
}
.cid-tfoLNumV55 .mbr-section-btn .btn {
  height: 60px;
  font-weight: 500;
}
.cid-tfoLNumV55 img {
  width: 100px;
  height: 100px;
  border-radius: 30px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  .cid-tfoLNumV55 .mbr-section-btn {
    margin-top: 30px;
  }
  .cid-tfoLNumV55 .mbr-section-btn .btn {
    height: 50px;
  }
  .cid-tfoLNumV55 .mbr-text {
    margin-top: 10px;
  }
}
.cid-tfoLNumV55 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tfoLNumV55 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tfoLNumV55 .mbr-text,
.cid-tfoLNumV55 .mbr-section-btn {
  color: #ffffff;
}
.cid-sHAkWQQ0XK {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sHAkWQQ0XK .item-wrapper {
  width: 100%;
}
.cid-sHAkWQQ0XK .mbr-section-title {
  margin: 0 0 26px;
  color: #1d1d1f;
  font-weight: 700;
  width: 100%;
}
.cid-sHAkWQQ0XK .mbr-text {
  padding: 0;
  color: #4c4c4c;
  font-weight: 500;
}
.cid-sHAkWQQ0XK .title {
  font-weight: 700;
  color: #1d1d1f;
}
.cid-sHAkWQQ0XK .link {
  margin-top: 29px;
}
.cid-sHAkWQQ0XK .col-auto {
  display: inline-block;
}
.cid-sHAkWQQ0XK .mbr-section-subtitle {
  color: #1d1d1f;
  width: 100%;
  padding-bottom: 2px;
  font-weight: 700;
}
.cid-sHAkWQQ0XK .justify-content-center {
  align-items: center;
  background: transparent;
  padding: 0px;
  margin: 0;
}
.cid-sHAkWQQ0XK .container-fluid {
  padding: 0;
}
.cid-sHAkWQQ0XK .left {
  max-width: 490px;
  padding: 20px 0;
  padding-right: 45px;
  margin: auto;
}
.cid-sHAkWQQ0XK .right-side {
  padding-left: 0;
}
.cid-sHAkWQQ0XK .row.justify-content-center {
  flex-direction: row-reverse;
}
.cid-sHAkWQQ0XK .left {
  padding-right: 0;
  padding-left: 45px;
}
.cid-sHAkWQQ0XK .right-side {
  padding-right: 0px;
}
@media (max-width: 990px) {
  .cid-sHAkWQQ0XK .left {
    padding-right: 0px;
  }
}
@media (max-width: 770px) {
  .cid-sHAkWQQ0XK .right-side {
    padding: 0px;
  }
}
.cid-sHAkWQQ0XK a {
  transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
}
.cid-sHAkWQQ0XK rect {
  transform: translateX(-13px);
  transform-origin: right;
  stroke: currentColor;
  stroke-width: .5;
}
.cid-sHAkWQQ0XK .qodef-button-cap-fake {
  animation: qode-button-cap-fake-out 0.35s linear;
}
.cid-sHAkWQQ0XK svg {
  margin-left: 15px;
}
.cid-sHAkWQQ0XK path {
  animation: qode-button-cap-out 0.35s ease-in-out;
  transform: translateX(-13px);
  transform-origin: right;
  fill: currentColor;
}
.cid-sHAkWQQ0XK .link:hover rect {
  animation: qode-button-line 0.7s ease forwards;
}
.cid-sHAkWQQ0XK .link:hover path {
  animation: qode-button-cap 0.7s ease forwards;
}
@keyframes qode-button-cap-fake-out {
  0% {
    clip-path: inset(0 0 0 0);
  }
  49%,
  51% {
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
@keyframes qode-button-line {
  0%,
  100% {
    transform: translateX(-13px) scaleX(1);
  }
  10% {
    transform: translateX(-13px) scaleX(1);
  }
  46%,
  55% {
    transform: translateX(0) scaleX(0.5);
  }
  99% {
    transform: translateX(-13px) scaleX(0.6);
  }
}
@keyframes qode-button-cap-out {
  0%,
  50% {
    transform: translateX(-35px) scaleX(-1);
  }
  100%,
  51% {
    transform: translateX(-13px) scaleX(1);
  }
}
@keyframes qode-button-cap {
  0% {
    -webkit-transform: translateX(-13px) scaleX(1);
    transform: translateX(-13px) scaleX(1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
  54% {
    -webkit-transform: translateX(-1px) scaleX(1);
    transform: translateX(-1px) scaleX(1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  55% {
    -webkit-transform: translateX(-20px) scaleX(-1);
    transform: translateX(-20px) scaleX(-1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    -webkit-transform: translateX(-35px) scaleX(-1);
    transform: translateX(-35px) scaleX(-1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
}
.cid-teljzjIzU0 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #e5e5e5;
}
.cid-teljzjIzU0 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-teljzjIzU0 .form-group {
  border-bottom: 2px solid #313242 !important;
}
.cid-teljzjIzU0 .form-group:nth-child(odd) {
  border-left: 2px solid #313242;
}
.cid-teljzjIzU0 form .row [class*=col] {
  padding: 40px 0 0 0;
}
.cid-teljzjIzU0 form .row [class*=col]:nth-child(odd):not(:first-child, :last-child) {
  padding-left: 40px;
}
.cid-teljzjIzU0 .form-group {
  margin-bottom: 0;
  padding-top: 40px;
}
.cid-teljzjIzU0 .form-control {
  box-shadow: none;
  background-color: #e5e5e5;
  padding: 0 40px 40px 0;
  border-radius: 0;
}
.cid-teljzjIzU0 .form-control.area {
  min-height: 156px;
}
.cid-teljzjIzU0 .form-button {
  margin-top: 48px;
  height: 74px;
  width: 320px;
}
.cid-teljzjIzU0 .form-check-input:checked {
  background-color: #191919;
  border-color: #191919;
}
.cid-teljzjIzU0 .form-check-input:focus {
  border-color: #191919;
  box-shadow: none;
}
.cid-teljzjIzU0 .form-row .col {
  padding-left: 0;
}
.cid-teljzjIzU0 label {
  margin-bottom: 5px;
}
.cid-teljzjIzU0 .btn {
  margin-top: 48px;
  width: 360px;
  height: 76px;
}
@media (max-width: 991px) {
  .cid-teljzjIzU0 .dragArea {
    padding: 0 1rem;
  }
  .cid-teljzjIzU0 .btn {
    width: 260px;
    height: 66px;
  }
  .cid-teljzjIzU0 .form-group:nth-child(odd) {
    border-left: none;
  }
  .cid-teljzjIzU0 form .row [class*=col]:nth-child(odd):not(:first-child, :last-child) {
    padding-left: 0;
  }
}
@media (max-width: 425px) {
  .cid-teljzjIzU0 .form-button {
    margin-top: 38px;
    height: 64px;
    width: 220px;
  }
  .cid-teljzjIzU0 .btn {
    width: 200px;
    height: 56px;
  }
}
@media (max-width: 320px) {
  .cid-teljzjIzU0 .form-button {
    margin-top: 38px;
    height: 64px;
    width: 215px;
  }
  .cid-teljzjIzU0 .btn {
    width: 181px;
    height: 50px;
  }
}
.cid-telesN14hs {
  padding-top: 1.5rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-telesN14hs img {
  width: 100px;
  display: inline;
}
.cid-telesN14hs .si {
  width: 100%;
}
.cid-telesN14hs .text {
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 400;
  padding-bottom: 5px;
  padding-top: 8px;
}
.cid-telesN14hs .number {
  font-weight: 400;
  padding-bottom: 5px;
  color: #527490;
}
.cid-telesN14hs .subtitle {
  color: #b2b2b2;
}
.cid-telesN14hs .text,
.cid-telesN14hs .si {
  text-align: center;
}
.cid-telesN14hs .copyright {
  padding-top: 10px;
}
.cid-tjfn975O62 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tjfn975O62 .mbr-iconfont {
  transition: all 0.3s;
  display: block;
}
@keyframes icons {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0px);
  }
}
.cid-tjfn975O62 .iconfont-wrapper {
  overflow: hidden;
  color: #3e5a72 !important;
  font-size: 1.2rem;
  padding: 0;
  margin: 0 0.2rem;
  display: block;
  position: relative;
}
.cid-tjfn975O62 .iconfont-wrapper:hover .mbr-iconfont {
  animation: icons;
  animation-duration: 0.3s;
}
.cid-tjfn975O62 .iconfont-wrapper:hover:before {
  height: 100%;
}
.cid-tjfn975O62 .iconfont-wrapper:before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  transition: all 0.3s;
  width: 100%;
  height: 0%;
  background: #4c4c4c;
  z-index: -1;
}
.cid-tjfn975O62 nav.navbar {
  position: fixed;
}
.cid-tjfn975O62 .navbar-caption-wrap {
  z-index: 10;
  transition: all 0.3s;
}
.cid-tjfn975O62 .nav-item {
  border-left: 1px solid #efefef;
  border-right: 1px solid #efefef;
  margin-right: -1px;
}
@media (max-width: 992px) {
  .cid-tjfn975O62 .nav-item {
    border: 0;
  }
}
.cid-tjfn975O62 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tjfn975O62 .icons-menu {
    margin-bottom: 1rem;
  }
}
.cid-tjfn975O62 .title-wrap {
  cursor: pointer;
  border: 2px solid currentColor;
  padding: 6px 12px 3px 12px;
  position: relative;
}
.cid-tjfn975O62 .title-wrap:before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  transition: all 0.3s;
  width: 100%;
  height: 0%;
  background: currentColor;
  z-index: -1;
}
.cid-tjfn975O62 .title-wrap:hover span {
  color: white;
}
.cid-tjfn975O62 .title-wrap:hover:before {
  height: 100%;
}
.cid-tjfn975O62 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tjfn975O62 .dropdown-menu {
  padding: 0;
  border-top: 4px solid #4c4c4c;
}
.cid-tjfn975O62 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tjfn975O62 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tjfn975O62 .nav-dropdown .link {
  padding: 0 0.3rem !important;
  margin: 1.4rem 2rem !important;
}
@media (max-width: 992px) {
  .cid-tjfn975O62 .nav-dropdown .link {
    margin: 0.5rem 1rem !important;
  }
}
.cid-tjfn975O62 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tjfn975O62 .nav-link {
  position: relative;
}
.cid-tjfn975O62 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tjfn975O62 .container {
    flex-wrap: nowrap;
  }
}
.cid-tjfn975O62 .dropdown-menu,
.cid-tjfn975O62 .navbar.opened {
  background: #ffffff !important;
}
.cid-tjfn975O62 .nav-item:focus,
.cid-tjfn975O62 .nav-link:focus {
  outline: none;
}
.cid-tjfn975O62 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tjfn975O62 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tjfn975O62 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tjfn975O62 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tjfn975O62 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tjfn975O62 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tjfn975O62 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-tjfn975O62 .navbar.opened {
  transition: all 0.3s;
}
.cid-tjfn975O62 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tjfn975O62 .navbar .navbar-logo img {
  width: auto;
}
.cid-tjfn975O62 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tjfn975O62 .navbar.collapsed {
  justify-content: center;
}
.cid-tjfn975O62 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tjfn975O62 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tjfn975O62 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 100px;
  }
}
.cid-tjfn975O62 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tjfn975O62 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tjfn975O62 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tjfn975O62 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tjfn975O62 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tjfn975O62 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tjfn975O62 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tjfn975O62 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tjfn975O62 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tjfn975O62 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tjfn975O62 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tjfn975O62 .navbar .navbar-logo img {
    height: 1rem !important;
  }
  .cid-tjfn975O62 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tjfn975O62 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tjfn975O62 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tjfn975O62 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tjfn975O62 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tjfn975O62 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tjfn975O62 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tjfn975O62 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tjfn975O62 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tjfn975O62 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tjfn975O62 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tjfn975O62 .dropdown-item.active,
.cid-tjfn975O62 .dropdown-item:active {
  background-color: transparent;
}
.cid-tjfn975O62 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tjfn975O62 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tjfn975O62 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tjfn975O62 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tjfn975O62 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tjfn975O62 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tjfn975O62 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tjfn975O62 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tjfn975O62 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tjfn975O62 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tjfn975O62 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tjfn975O62 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tjfn975O62 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tjfn975O62 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tjfn975O62 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tjfn975O62 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tjfn975O62 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tjfn975O62 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tjfn975O62 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tjfn975O62 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tjfn975O62 .navbar {
    height: 70px;
  }
  .cid-tjfn975O62 .navbar.opened {
    height: auto;
  }
  .cid-tjfn975O62 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tjfn975O62 .navbar-caption-wrap,
.cid-tjfn975O62 .title-wrap {
  color: #272727;
}
.cid-tdjvQ8OHzF {
  padding-top: 8rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tdjvQ8OHzF .mbr-section-title {
  color: #1d1d1f;
  text-align: center;
  margin-bottom: 0;
  font-weight: 700;
}
.cid-tdjvQ8OHzF .mbr-section-subtitle {
  text-align: center;
  padding-bottom: 10px;
  margin-bottom: 0;
  font-weight: 500;
  color: #527490;
}
.cid-tdjvQ8OHzF .row {
  align-items: center;
  height: 100%;
}
.cid-tdjvQ8OHzF .container {
  max-width: 1100px;
}
.cid-tdjvQ8OHzF .wrapper {
  margin: auto;
}
.cid-tdjw28zQEi {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tdjw28zQEi img {
  border-radius: 0px;
}
.cid-tdjw28zQEi .mbr-section-title {
  color: #000000;
  text-align: left;
  padding-bottom: 17px;
  font-weight: 700;
}
.cid-tdjw28zQEi .mbr-text {
  padding-bottom: 30px;
  color: #4c4c4c;
  font-weight: 500;
}
.cid-tdjw28zQEi p:last-child {
  margin-bottom: 0;
}
.cid-tdjw28zQEi .row {
  justify-content: center;
}
.cid-telesN14hs {
  padding-top: 1.5rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-telesN14hs img {
  width: 100px;
  display: inline;
}
.cid-telesN14hs .si {
  width: 100%;
}
.cid-telesN14hs .text {
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 400;
  padding-bottom: 5px;
  padding-top: 8px;
}
.cid-telesN14hs .number {
  font-weight: 400;
  padding-bottom: 5px;
  color: #527490;
}
.cid-telesN14hs .subtitle {
  color: #b2b2b2;
}
.cid-telesN14hs .text,
.cid-telesN14hs .si {
  text-align: center;
}
.cid-telesN14hs .copyright {
  padding-top: 10px;
}
.cid-tjfn975O62 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tjfn975O62 .mbr-iconfont {
  transition: all 0.3s;
  display: block;
}
@keyframes icons {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0px);
  }
}
.cid-tjfn975O62 .iconfont-wrapper {
  overflow: hidden;
  color: #3e5a72 !important;
  font-size: 1.2rem;
  padding: 0;
  margin: 0 0.2rem;
  display: block;
  position: relative;
}
.cid-tjfn975O62 .iconfont-wrapper:hover .mbr-iconfont {
  animation: icons;
  animation-duration: 0.3s;
}
.cid-tjfn975O62 .iconfont-wrapper:hover:before {
  height: 100%;
}
.cid-tjfn975O62 .iconfont-wrapper:before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  transition: all 0.3s;
  width: 100%;
  height: 0%;
  background: #4c4c4c;
  z-index: -1;
}
.cid-tjfn975O62 nav.navbar {
  position: fixed;
}
.cid-tjfn975O62 .navbar-caption-wrap {
  z-index: 10;
  transition: all 0.3s;
}
.cid-tjfn975O62 .nav-item {
  border-left: 1px solid #efefef;
  border-right: 1px solid #efefef;
  margin-right: -1px;
}
@media (max-width: 992px) {
  .cid-tjfn975O62 .nav-item {
    border: 0;
  }
}
.cid-tjfn975O62 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tjfn975O62 .icons-menu {
    margin-bottom: 1rem;
  }
}
.cid-tjfn975O62 .title-wrap {
  cursor: pointer;
  border: 2px solid currentColor;
  padding: 6px 12px 3px 12px;
  position: relative;
}
.cid-tjfn975O62 .title-wrap:before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  transition: all 0.3s;
  width: 100%;
  height: 0%;
  background: currentColor;
  z-index: -1;
}
.cid-tjfn975O62 .title-wrap:hover span {
  color: white;
}
.cid-tjfn975O62 .title-wrap:hover:before {
  height: 100%;
}
.cid-tjfn975O62 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tjfn975O62 .dropdown-menu {
  padding: 0;
  border-top: 4px solid #4c4c4c;
}
.cid-tjfn975O62 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tjfn975O62 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tjfn975O62 .nav-dropdown .link {
  padding: 0 0.3rem !important;
  margin: 1.4rem 2rem !important;
}
@media (max-width: 992px) {
  .cid-tjfn975O62 .nav-dropdown .link {
    margin: 0.5rem 1rem !important;
  }
}
.cid-tjfn975O62 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tjfn975O62 .nav-link {
  position: relative;
}
.cid-tjfn975O62 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tjfn975O62 .container {
    flex-wrap: nowrap;
  }
}
.cid-tjfn975O62 .dropdown-menu,
.cid-tjfn975O62 .navbar.opened {
  background: #ffffff !important;
}
.cid-tjfn975O62 .nav-item:focus,
.cid-tjfn975O62 .nav-link:focus {
  outline: none;
}
.cid-tjfn975O62 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tjfn975O62 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tjfn975O62 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tjfn975O62 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tjfn975O62 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tjfn975O62 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tjfn975O62 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-tjfn975O62 .navbar.opened {
  transition: all 0.3s;
}
.cid-tjfn975O62 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tjfn975O62 .navbar .navbar-logo img {
  width: auto;
}
.cid-tjfn975O62 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tjfn975O62 .navbar.collapsed {
  justify-content: center;
}
.cid-tjfn975O62 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tjfn975O62 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tjfn975O62 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 100px;
  }
}
.cid-tjfn975O62 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tjfn975O62 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tjfn975O62 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tjfn975O62 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tjfn975O62 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tjfn975O62 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tjfn975O62 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tjfn975O62 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tjfn975O62 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tjfn975O62 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tjfn975O62 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tjfn975O62 .navbar .navbar-logo img {
    height: 1rem !important;
  }
  .cid-tjfn975O62 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tjfn975O62 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tjfn975O62 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tjfn975O62 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tjfn975O62 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tjfn975O62 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tjfn975O62 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tjfn975O62 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tjfn975O62 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tjfn975O62 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tjfn975O62 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tjfn975O62 .dropdown-item.active,
.cid-tjfn975O62 .dropdown-item:active {
  background-color: transparent;
}
.cid-tjfn975O62 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tjfn975O62 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tjfn975O62 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tjfn975O62 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tjfn975O62 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tjfn975O62 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tjfn975O62 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tjfn975O62 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tjfn975O62 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tjfn975O62 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tjfn975O62 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tjfn975O62 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tjfn975O62 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tjfn975O62 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tjfn975O62 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tjfn975O62 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tjfn975O62 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tjfn975O62 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tjfn975O62 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tjfn975O62 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tjfn975O62 .navbar {
    height: 70px;
  }
  .cid-tjfn975O62 .navbar.opened {
    height: auto;
  }
  .cid-tjfn975O62 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tjfn975O62 .navbar-caption-wrap,
.cid-tjfn975O62 .title-wrap {
  color: #272727;
}
.cid-tdjxhXJXoD {
  padding-top: 8rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tdjxhXJXoD .mbr-section-title {
  color: #1d1d1f;
  text-align: center;
  margin-bottom: 0;
  font-weight: 700;
}
.cid-tdjxhXJXoD .mbr-section-subtitle {
  text-align: center;
  padding-bottom: 10px;
  margin-bottom: 0;
  font-weight: 500;
  color: #527490;
}
.cid-tdjxhXJXoD .row {
  align-items: center;
  height: 100%;
}
.cid-tdjxhXJXoD .container {
  max-width: 1100px;
}
.cid-tdjxhXJXoD .wrapper {
  margin: auto;
}
.cid-tdjxhY1Efn {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tdjxhY1Efn img {
  border-radius: 0px;
}
.cid-tdjxhY1Efn .mbr-section-title {
  color: #000000;
  text-align: left;
  padding-bottom: 17px;
  font-weight: 700;
}
.cid-tdjxhY1Efn .mbr-text {
  padding-bottom: 30px;
  color: #4c4c4c;
  font-weight: 500;
}
.cid-tdjxhY1Efn p:last-child {
  margin-bottom: 0;
}
.cid-tdjxhY1Efn .row {
  justify-content: center;
}
.cid-telesN14hs {
  padding-top: 1.5rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-telesN14hs img {
  width: 100px;
  display: inline;
}
.cid-telesN14hs .si {
  width: 100%;
}
.cid-telesN14hs .text {
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 400;
  padding-bottom: 5px;
  padding-top: 8px;
}
.cid-telesN14hs .number {
  font-weight: 400;
  padding-bottom: 5px;
  color: #527490;
}
.cid-telesN14hs .subtitle {
  color: #b2b2b2;
}
.cid-telesN14hs .text,
.cid-telesN14hs .si {
  text-align: center;
}
.cid-telesN14hs .copyright {
  padding-top: 10px;
}
.cid-tjfn975O62 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tjfn975O62 .mbr-iconfont {
  transition: all 0.3s;
  display: block;
}
@keyframes icons {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0px);
  }
}
.cid-tjfn975O62 .iconfont-wrapper {
  overflow: hidden;
  color: #3e5a72 !important;
  font-size: 1.2rem;
  padding: 0;
  margin: 0 0.2rem;
  display: block;
  position: relative;
}
.cid-tjfn975O62 .iconfont-wrapper:hover .mbr-iconfont {
  animation: icons;
  animation-duration: 0.3s;
}
.cid-tjfn975O62 .iconfont-wrapper:hover:before {
  height: 100%;
}
.cid-tjfn975O62 .iconfont-wrapper:before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  transition: all 0.3s;
  width: 100%;
  height: 0%;
  background: #4c4c4c;
  z-index: -1;
}
.cid-tjfn975O62 nav.navbar {
  position: fixed;
}
.cid-tjfn975O62 .navbar-caption-wrap {
  z-index: 10;
  transition: all 0.3s;
}
.cid-tjfn975O62 .nav-item {
  border-left: 1px solid #efefef;
  border-right: 1px solid #efefef;
  margin-right: -1px;
}
@media (max-width: 992px) {
  .cid-tjfn975O62 .nav-item {
    border: 0;
  }
}
.cid-tjfn975O62 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tjfn975O62 .icons-menu {
    margin-bottom: 1rem;
  }
}
.cid-tjfn975O62 .title-wrap {
  cursor: pointer;
  border: 2px solid currentColor;
  padding: 6px 12px 3px 12px;
  position: relative;
}
.cid-tjfn975O62 .title-wrap:before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  transition: all 0.3s;
  width: 100%;
  height: 0%;
  background: currentColor;
  z-index: -1;
}
.cid-tjfn975O62 .title-wrap:hover span {
  color: white;
}
.cid-tjfn975O62 .title-wrap:hover:before {
  height: 100%;
}
.cid-tjfn975O62 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tjfn975O62 .dropdown-menu {
  padding: 0;
  border-top: 4px solid #4c4c4c;
}
.cid-tjfn975O62 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tjfn975O62 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tjfn975O62 .nav-dropdown .link {
  padding: 0 0.3rem !important;
  margin: 1.4rem 2rem !important;
}
@media (max-width: 992px) {
  .cid-tjfn975O62 .nav-dropdown .link {
    margin: 0.5rem 1rem !important;
  }
}
.cid-tjfn975O62 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tjfn975O62 .nav-link {
  position: relative;
}
.cid-tjfn975O62 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tjfn975O62 .container {
    flex-wrap: nowrap;
  }
}
.cid-tjfn975O62 .dropdown-menu,
.cid-tjfn975O62 .navbar.opened {
  background: #ffffff !important;
}
.cid-tjfn975O62 .nav-item:focus,
.cid-tjfn975O62 .nav-link:focus {
  outline: none;
}
.cid-tjfn975O62 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tjfn975O62 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tjfn975O62 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tjfn975O62 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tjfn975O62 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tjfn975O62 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tjfn975O62 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-tjfn975O62 .navbar.opened {
  transition: all 0.3s;
}
.cid-tjfn975O62 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tjfn975O62 .navbar .navbar-logo img {
  width: auto;
}
.cid-tjfn975O62 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tjfn975O62 .navbar.collapsed {
  justify-content: center;
}
.cid-tjfn975O62 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tjfn975O62 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tjfn975O62 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 100px;
  }
}
.cid-tjfn975O62 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tjfn975O62 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tjfn975O62 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tjfn975O62 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tjfn975O62 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tjfn975O62 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tjfn975O62 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tjfn975O62 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tjfn975O62 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tjfn975O62 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tjfn975O62 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tjfn975O62 .navbar .navbar-logo img {
    height: 1rem !important;
  }
  .cid-tjfn975O62 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tjfn975O62 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tjfn975O62 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tjfn975O62 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tjfn975O62 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tjfn975O62 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tjfn975O62 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tjfn975O62 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tjfn975O62 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tjfn975O62 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tjfn975O62 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tjfn975O62 .dropdown-item.active,
.cid-tjfn975O62 .dropdown-item:active {
  background-color: transparent;
}
.cid-tjfn975O62 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tjfn975O62 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tjfn975O62 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tjfn975O62 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tjfn975O62 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tjfn975O62 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tjfn975O62 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tjfn975O62 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tjfn975O62 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tjfn975O62 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tjfn975O62 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tjfn975O62 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tjfn975O62 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tjfn975O62 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tjfn975O62 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tjfn975O62 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tjfn975O62 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tjfn975O62 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tjfn975O62 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tjfn975O62 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tjfn975O62 .navbar {
    height: 70px;
  }
  .cid-tjfn975O62 .navbar.opened {
    height: auto;
  }
  .cid-tjfn975O62 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tjfn975O62 .navbar-caption-wrap,
.cid-tjfn975O62 .title-wrap {
  color: #272727;
}
.cid-telgSvQ4WT {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/background3.webp");
}
.cid-telgSvQ4WT .title-block {
  justify-content: space-between;
}
.cid-telgSvQ4WT .mbr-section-subtitle {
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 5px;
  color: #ffffff;
}
.cid-telgSvQ4WT .mbr-section-title {
  margin-bottom: 60px;
  font-weight: 700;
}
.cid-telgSvQ4WT .card-wrapper {
  width: auto;
  max-width: 100%;
  border-radius: 30px;
  padding: 60px 40px 30px;
  margin: 0 30px;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.15) 100%);
  backdrop-filter: blur(3.5px);
  box-shadow: 0 20px 40px 0 rgba(216, 227, 235, 0.15);
}
.cid-telgSvQ4WT .card-title {
  font-weight: 700;
  padding: 43px 0 0;
  color: #1d1d1f;
  text-align: left;
}
.cid-telgSvQ4WT .title {
  font-weight: 700;
  margin-bottom: 50px;
  text-align: center;
  color: #dde8eb;
}
.cid-telgSvQ4WT .subtitle {
  font-weight: 700;
  margin-top: 30px;
  text-align: center;
  color: #1d1d1f;
}
.cid-telgSvQ4WT .text {
  margin-top: 10px;
  font-weight: 500;
  text-align: left;
  color: #ffffff;
}
@media (min-width: 575px) and (max-width: 990px) {
  .cid-telgSvQ4WT .col-12:nth-child(3) {
    padding-top: 35px;
  }
  .cid-telgSvQ4WT .card-wrapper {
    margin: 20px;
    padding: 60px 30px 40px;
  }
}
@media (min-width: 970px) and (max-width: 1100px) {
  .cid-telgSvQ4WT .card-wrapper {
    margin: 10px;
  }
}
@media (max-width: 574px) {
  .cid-telgSvQ4WT .col-12 {
    padding-top: 35px;
  }
  .cid-telgSvQ4WT .col-12:first-child {
    padding-top: 0px;
  }
  .cid-telgSvQ4WT .card-wrapper {
    margin: 10px;
    padding: 60px 30px 40px;
  }
}
.cid-telgSvQ4WT H3 {
  color: #ffffff;
}
.cid-tkbNE1ERyp {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tkbNE1ERyp img {
  width: auto;
  max-height: 60px;
  display: inline-block;
  padding: 0;
  margin-right: 15px;
}
.cid-tkbNE1ERyp .title {
  display: inline;
  font-weight: 700;
  color: #4c4c4c;
  width: auto;
  text-align: center;
}
.cid-tkbNE1ERyp .margin {
  margin: 0px;
}
.cid-tkbNE1ERyp .row {
  align-items: center;
  margin-bottom: 39px;
}
.cid-tkbNE1ERyp .mbr-section-btn {
  padding-top: 53px;
  margin: 0px;
}
.cid-tkbNE1ERyp .desc {
  margin-top: 22px;
  color: #b2b2b2;
  font-weight: 500;
}
.cid-tkbNE1ERyp .btn-primary {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.cid-tkbNE1ERyp .btn-primary:hover {
  color: #000000 !important;
  background-color: #e3e3e3 !important;
  border-color: #e3e3e3;
}
.cid-tkbNE1ERyp .mbr-section-title {
  color: #ffffff;
  font-weight: 700;
}
.cid-tkbNE1ERyp .mbr-section-title,
.cid-tkbNE1ERyp .margin {
  color: #3e5a72;
  text-align: center;
}
.cid-tkbNE1ERyp .desc,
.cid-tkbNE1ERyp .mbr-section-btn {
  text-align: center;
  color: #4c4c4c;
}
.cid-telesN14hs {
  padding-top: 1.5rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-telesN14hs img {
  width: 100px;
  display: inline;
}
.cid-telesN14hs .si {
  width: 100%;
}
.cid-telesN14hs .text {
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 400;
  padding-bottom: 5px;
  padding-top: 8px;
}
.cid-telesN14hs .number {
  font-weight: 400;
  padding-bottom: 5px;
  color: #527490;
}
.cid-telesN14hs .subtitle {
  color: #b2b2b2;
}
.cid-telesN14hs .text,
.cid-telesN14hs .si {
  text-align: center;
}
.cid-telesN14hs .copyright {
  padding-top: 10px;
}
.cid-tjfn975O62 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tjfn975O62 .mbr-iconfont {
  transition: all 0.3s;
  display: block;
}
@keyframes icons {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0px);
  }
}
.cid-tjfn975O62 .iconfont-wrapper {
  overflow: hidden;
  color: #3e5a72 !important;
  font-size: 1.2rem;
  padding: 0;
  margin: 0 0.2rem;
  display: block;
  position: relative;
}
.cid-tjfn975O62 .iconfont-wrapper:hover .mbr-iconfont {
  animation: icons;
  animation-duration: 0.3s;
}
.cid-tjfn975O62 .iconfont-wrapper:hover:before {
  height: 100%;
}
.cid-tjfn975O62 .iconfont-wrapper:before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  transition: all 0.3s;
  width: 100%;
  height: 0%;
  background: #4c4c4c;
  z-index: -1;
}
.cid-tjfn975O62 nav.navbar {
  position: fixed;
}
.cid-tjfn975O62 .navbar-caption-wrap {
  z-index: 10;
  transition: all 0.3s;
}
.cid-tjfn975O62 .nav-item {
  border-left: 1px solid #efefef;
  border-right: 1px solid #efefef;
  margin-right: -1px;
}
@media (max-width: 992px) {
  .cid-tjfn975O62 .nav-item {
    border: 0;
  }
}
.cid-tjfn975O62 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tjfn975O62 .icons-menu {
    margin-bottom: 1rem;
  }
}
.cid-tjfn975O62 .title-wrap {
  cursor: pointer;
  border: 2px solid currentColor;
  padding: 6px 12px 3px 12px;
  position: relative;
}
.cid-tjfn975O62 .title-wrap:before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  transition: all 0.3s;
  width: 100%;
  height: 0%;
  background: currentColor;
  z-index: -1;
}
.cid-tjfn975O62 .title-wrap:hover span {
  color: white;
}
.cid-tjfn975O62 .title-wrap:hover:before {
  height: 100%;
}
.cid-tjfn975O62 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tjfn975O62 .dropdown-menu {
  padding: 0;
  border-top: 4px solid #4c4c4c;
}
.cid-tjfn975O62 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tjfn975O62 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tjfn975O62 .nav-dropdown .link {
  padding: 0 0.3rem !important;
  margin: 1.4rem 2rem !important;
}
@media (max-width: 992px) {
  .cid-tjfn975O62 .nav-dropdown .link {
    margin: 0.5rem 1rem !important;
  }
}
.cid-tjfn975O62 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tjfn975O62 .nav-link {
  position: relative;
}
.cid-tjfn975O62 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tjfn975O62 .container {
    flex-wrap: nowrap;
  }
}
.cid-tjfn975O62 .dropdown-menu,
.cid-tjfn975O62 .navbar.opened {
  background: #ffffff !important;
}
.cid-tjfn975O62 .nav-item:focus,
.cid-tjfn975O62 .nav-link:focus {
  outline: none;
}
.cid-tjfn975O62 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tjfn975O62 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tjfn975O62 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tjfn975O62 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tjfn975O62 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tjfn975O62 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tjfn975O62 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-tjfn975O62 .navbar.opened {
  transition: all 0.3s;
}
.cid-tjfn975O62 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tjfn975O62 .navbar .navbar-logo img {
  width: auto;
}
.cid-tjfn975O62 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tjfn975O62 .navbar.collapsed {
  justify-content: center;
}
.cid-tjfn975O62 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tjfn975O62 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tjfn975O62 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 100px;
  }
}
.cid-tjfn975O62 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tjfn975O62 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tjfn975O62 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tjfn975O62 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tjfn975O62 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tjfn975O62 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tjfn975O62 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tjfn975O62 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tjfn975O62 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tjfn975O62 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tjfn975O62 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tjfn975O62 .navbar .navbar-logo img {
    height: 1rem !important;
  }
  .cid-tjfn975O62 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tjfn975O62 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tjfn975O62 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tjfn975O62 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tjfn975O62 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tjfn975O62 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tjfn975O62 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tjfn975O62 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tjfn975O62 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tjfn975O62 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tjfn975O62 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tjfn975O62 .dropdown-item.active,
.cid-tjfn975O62 .dropdown-item:active {
  background-color: transparent;
}
.cid-tjfn975O62 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tjfn975O62 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tjfn975O62 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tjfn975O62 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tjfn975O62 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tjfn975O62 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tjfn975O62 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tjfn975O62 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tjfn975O62 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tjfn975O62 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tjfn975O62 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tjfn975O62 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tjfn975O62 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tjfn975O62 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tjfn975O62 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tjfn975O62 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tjfn975O62 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tjfn975O62 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tjfn975O62 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tjfn975O62 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tjfn975O62 .navbar {
    height: 70px;
  }
  .cid-tjfn975O62 .navbar.opened {
    height: auto;
  }
  .cid-tjfn975O62 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tjfn975O62 .navbar-caption-wrap,
.cid-tjfn975O62 .title-wrap {
  color: #272727;
}
#custom-html-15 {
  /* Type valid CSS here */
}
#custom-html-15 div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-15 p {
  font-size: 60px;
  color: #777;
}
.cid-tkcRJFB0MG {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tkcRJFB0MG img {
  width: auto;
  max-height: 60px;
  display: inline-block;
  padding: 0;
  margin-right: 15px;
}
.cid-tkcRJFB0MG .title {
  display: inline;
  font-weight: 700;
  color: #4c4c4c;
  width: auto;
  text-align: center;
}
.cid-tkcRJFB0MG .margin {
  margin: 0px;
}
.cid-tkcRJFB0MG .row {
  align-items: center;
  margin-bottom: 39px;
}
.cid-tkcRJFB0MG .mbr-section-btn {
  padding-top: 53px;
  margin: 0px;
}
.cid-tkcRJFB0MG .desc {
  margin-top: 22px;
  color: #b2b2b2;
  font-weight: 500;
}
.cid-tkcRJFB0MG .btn-primary {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.cid-tkcRJFB0MG .btn-primary:hover {
  color: #000000 !important;
  background-color: #e3e3e3 !important;
  border-color: #e3e3e3;
}
.cid-tkcRJFB0MG .mbr-section-title {
  color: #ffffff;
  font-weight: 700;
}
.cid-tkcRJFB0MG .mbr-section-title,
.cid-tkcRJFB0MG .margin {
  color: #3e5a72;
  text-align: center;
}
.cid-tkcRJFB0MG .desc,
.cid-tkcRJFB0MG .mbr-section-btn {
  text-align: center;
  color: #4c4c4c;
}
.cid-telfS3kv3u {
  padding-top: 1.5rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-telfS3kv3u img {
  width: 100px;
  display: inline;
}
.cid-telfS3kv3u .si {
  width: 100%;
}
.cid-telfS3kv3u .text {
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 400;
  padding-bottom: 5px;
  padding-top: 8px;
}
.cid-telfS3kv3u .number {
  font-weight: 400;
  padding-bottom: 5px;
  color: #527490;
}
.cid-telfS3kv3u .subtitle {
  color: #b2b2b2;
}
.cid-telfS3kv3u .text,
.cid-telfS3kv3u .si {
  text-align: center;
}
.cid-telfS3kv3u .copyright {
  padding-top: 10px;
}
.cid-tjfn975O62 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tjfn975O62 .mbr-iconfont {
  transition: all 0.3s;
  display: block;
}
@keyframes icons {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0px);
  }
}
.cid-tjfn975O62 .iconfont-wrapper {
  overflow: hidden;
  color: #3e5a72 !important;
  font-size: 1.2rem;
  padding: 0;
  margin: 0 0.2rem;
  display: block;
  position: relative;
}
.cid-tjfn975O62 .iconfont-wrapper:hover .mbr-iconfont {
  animation: icons;
  animation-duration: 0.3s;
}
.cid-tjfn975O62 .iconfont-wrapper:hover:before {
  height: 100%;
}
.cid-tjfn975O62 .iconfont-wrapper:before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  transition: all 0.3s;
  width: 100%;
  height: 0%;
  background: #4c4c4c;
  z-index: -1;
}
.cid-tjfn975O62 nav.navbar {
  position: fixed;
}
.cid-tjfn975O62 .navbar-caption-wrap {
  z-index: 10;
  transition: all 0.3s;
}
.cid-tjfn975O62 .nav-item {
  border-left: 1px solid #efefef;
  border-right: 1px solid #efefef;
  margin-right: -1px;
}
@media (max-width: 992px) {
  .cid-tjfn975O62 .nav-item {
    border: 0;
  }
}
.cid-tjfn975O62 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tjfn975O62 .icons-menu {
    margin-bottom: 1rem;
  }
}
.cid-tjfn975O62 .title-wrap {
  cursor: pointer;
  border: 2px solid currentColor;
  padding: 6px 12px 3px 12px;
  position: relative;
}
.cid-tjfn975O62 .title-wrap:before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  transition: all 0.3s;
  width: 100%;
  height: 0%;
  background: currentColor;
  z-index: -1;
}
.cid-tjfn975O62 .title-wrap:hover span {
  color: white;
}
.cid-tjfn975O62 .title-wrap:hover:before {
  height: 100%;
}
.cid-tjfn975O62 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tjfn975O62 .dropdown-menu {
  padding: 0;
  border-top: 4px solid #4c4c4c;
}
.cid-tjfn975O62 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tjfn975O62 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tjfn975O62 .nav-dropdown .link {
  padding: 0 0.3rem !important;
  margin: 1.4rem 2rem !important;
}
@media (max-width: 992px) {
  .cid-tjfn975O62 .nav-dropdown .link {
    margin: 0.5rem 1rem !important;
  }
}
.cid-tjfn975O62 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tjfn975O62 .nav-link {
  position: relative;
}
.cid-tjfn975O62 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tjfn975O62 .container {
    flex-wrap: nowrap;
  }
}
.cid-tjfn975O62 .dropdown-menu,
.cid-tjfn975O62 .navbar.opened {
  background: #ffffff !important;
}
.cid-tjfn975O62 .nav-item:focus,
.cid-tjfn975O62 .nav-link:focus {
  outline: none;
}
.cid-tjfn975O62 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tjfn975O62 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tjfn975O62 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tjfn975O62 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tjfn975O62 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tjfn975O62 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tjfn975O62 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-tjfn975O62 .navbar.opened {
  transition: all 0.3s;
}
.cid-tjfn975O62 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tjfn975O62 .navbar .navbar-logo img {
  width: auto;
}
.cid-tjfn975O62 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tjfn975O62 .navbar.collapsed {
  justify-content: center;
}
.cid-tjfn975O62 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tjfn975O62 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tjfn975O62 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 100px;
  }
}
.cid-tjfn975O62 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tjfn975O62 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tjfn975O62 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tjfn975O62 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tjfn975O62 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tjfn975O62 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tjfn975O62 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tjfn975O62 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tjfn975O62 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tjfn975O62 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tjfn975O62 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tjfn975O62 .navbar .navbar-logo img {
    height: 1rem !important;
  }
  .cid-tjfn975O62 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tjfn975O62 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tjfn975O62 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tjfn975O62 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tjfn975O62 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tjfn975O62 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tjfn975O62 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tjfn975O62 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tjfn975O62 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tjfn975O62 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tjfn975O62 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tjfn975O62 .dropdown-item.active,
.cid-tjfn975O62 .dropdown-item:active {
  background-color: transparent;
}
.cid-tjfn975O62 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tjfn975O62 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tjfn975O62 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tjfn975O62 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tjfn975O62 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tjfn975O62 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tjfn975O62 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tjfn975O62 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tjfn975O62 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tjfn975O62 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tjfn975O62 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tjfn975O62 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tjfn975O62 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tjfn975O62 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tjfn975O62 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tjfn975O62 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tjfn975O62 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tjfn975O62 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tjfn975O62 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tjfn975O62 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tjfn975O62 .navbar {
    height: 70px;
  }
  .cid-tjfn975O62 .navbar.opened {
    height: auto;
  }
  .cid-tjfn975O62 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tjfn975O62 .navbar-caption-wrap,
.cid-tjfn975O62 .title-wrap {
  color: #272727;
}
.cid-tellllpdzB {
  padding-top: 4rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/background-coloresb-1500x583.webp");
}
@media (min-width: 992px) {
  .cid-tellllpdzB .text-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 1000px) {
  .cid-tellllpdzB .text-wrapper {
    padding: 2rem 0;
  }
}
.cid-tellllpdzB .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-tellllpdzB {
    margin-bottom: 2rem;
  }
}
.cid-tellllpdzB .text-block {
  color: #565A69;
  margin-bottom: 50px;
}
.cid-tellllpdzB .row.justify-content-between {
  margin-bottom: 3px;
  margin: 0;
}
.cid-tellllpdzB .mbr-section-btn {
  padding-top: 53px;
  margin: 0px;
}
.cid-tellllpdzB .desc {
  margin-top: 22px;
  color: #b2b2b2;
  font-weight: 500;
}
.cid-tellllpdzB .btn-primary {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.cid-tellllpdzB .btn-primary:hover {
  color: #000000 !important;
  background-color: #e3e3e3 !important;
  border-color: #e3e3e3;
}
.cid-tellllpdzB .mbr-section-subtitle {
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 2px;
  text-transform: uppercase;
  text-align: center;
}
.cid-tellllpdzB .desc1 {
  font-weight: 700;
  color: #ffffff;
}
.cid-tellllpdzB .desc2 {
  font-weight: 700;
  margin-top: 20px;
  color: #ffffff;
}
.cid-tellllpdzB .mbr-section-button {
  margin-top: 25px;
}
.cid-tellllpdzB .desc1,
.cid-tellllpdzB .mbr-section-btn {
  text-align: center;
}
.cid-tellllpdzB .desc2,
.cid-tellllpdzB .mbr-section-btn {
  text-align: center;
}
.cid-tiAqMxvrIa {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #96a6b3;
}
.cid-tiAqMxvrIa .link a {
  background-image: none !important;
}
@media (min-width: 992px) {
  .cid-tiAqMxvrIa .text-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 1000px) {
  .cid-tiAqMxvrIa .text-wrapper {
    padding: 2rem 0;
  }
}
.cid-tiAqMxvrIa .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tiAqMxvrIa .mbr-section-title {
  font-weight: 700;
  text-align: center;
}
.cid-tiAqMxvrIa .mbr-section-subtitle {
  font-weight: 500;
  margin: 14px 0 4px;
  color: #000000;
  text-align: center;
}
.cid-tiAqMxvrIa .pile {
  padding: 45px 40px 47px;
  margin-bottom: 30px;
  background-color: #ffffff;
  box-shadow: 0 20px 40px 0 rgba(216, 227, 235, 0.65);
}
.cid-tiAqMxvrIa .pile1 {
  border-left: 4px solid #f7b560;
}
.cid-tiAqMxvrIa .pile2 {
  border-left: 4px solid #5dabb0;
}
.cid-tiAqMxvrIa .pile3 {
  border-left: 4px solid #f8d8cf;
}
.cid-tiAqMxvrIa .pile:last-child {
  margin-bottom: 0;
}
.cid-telllmSSP4 {
  padding-top: 1.5rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-telllmSSP4 img {
  width: 100px;
  display: inline;
}
.cid-telllmSSP4 .si {
  width: 100%;
}
.cid-telllmSSP4 .text {
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 400;
  padding-bottom: 5px;
  padding-top: 8px;
}
.cid-telllmSSP4 .number {
  font-weight: 400;
  padding-bottom: 5px;
  color: #527490;
}
.cid-telllmSSP4 .subtitle {
  color: #b2b2b2;
}
.cid-telllmSSP4 .text,
.cid-telllmSSP4 .si {
  text-align: center;
}
.cid-telllmSSP4 .copyright {
  padding-top: 10px;
}
.cid-tjfn975O62 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tjfn975O62 .mbr-iconfont {
  transition: all 0.3s;
  display: block;
}
@keyframes icons {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0px);
  }
}
.cid-tjfn975O62 .iconfont-wrapper {
  overflow: hidden;
  color: #3e5a72 !important;
  font-size: 1.2rem;
  padding: 0;
  margin: 0 0.2rem;
  display: block;
  position: relative;
}
.cid-tjfn975O62 .iconfont-wrapper:hover .mbr-iconfont {
  animation: icons;
  animation-duration: 0.3s;
}
.cid-tjfn975O62 .iconfont-wrapper:hover:before {
  height: 100%;
}
.cid-tjfn975O62 .iconfont-wrapper:before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  transition: all 0.3s;
  width: 100%;
  height: 0%;
  background: #4c4c4c;
  z-index: -1;
}
.cid-tjfn975O62 nav.navbar {
  position: fixed;
}
.cid-tjfn975O62 .navbar-caption-wrap {
  z-index: 10;
  transition: all 0.3s;
}
.cid-tjfn975O62 .nav-item {
  border-left: 1px solid #efefef;
  border-right: 1px solid #efefef;
  margin-right: -1px;
}
@media (max-width: 992px) {
  .cid-tjfn975O62 .nav-item {
    border: 0;
  }
}
.cid-tjfn975O62 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tjfn975O62 .icons-menu {
    margin-bottom: 1rem;
  }
}
.cid-tjfn975O62 .title-wrap {
  cursor: pointer;
  border: 2px solid currentColor;
  padding: 6px 12px 3px 12px;
  position: relative;
}
.cid-tjfn975O62 .title-wrap:before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  transition: all 0.3s;
  width: 100%;
  height: 0%;
  background: currentColor;
  z-index: -1;
}
.cid-tjfn975O62 .title-wrap:hover span {
  color: white;
}
.cid-tjfn975O62 .title-wrap:hover:before {
  height: 100%;
}
.cid-tjfn975O62 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tjfn975O62 .dropdown-menu {
  padding: 0;
  border-top: 4px solid #4c4c4c;
}
.cid-tjfn975O62 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tjfn975O62 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tjfn975O62 .nav-dropdown .link {
  padding: 0 0.3rem !important;
  margin: 1.4rem 2rem !important;
}
@media (max-width: 992px) {
  .cid-tjfn975O62 .nav-dropdown .link {
    margin: 0.5rem 1rem !important;
  }
}
.cid-tjfn975O62 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tjfn975O62 .nav-link {
  position: relative;
}
.cid-tjfn975O62 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tjfn975O62 .container {
    flex-wrap: nowrap;
  }
}
.cid-tjfn975O62 .dropdown-menu,
.cid-tjfn975O62 .navbar.opened {
  background: #ffffff !important;
}
.cid-tjfn975O62 .nav-item:focus,
.cid-tjfn975O62 .nav-link:focus {
  outline: none;
}
.cid-tjfn975O62 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tjfn975O62 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tjfn975O62 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tjfn975O62 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tjfn975O62 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tjfn975O62 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tjfn975O62 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-tjfn975O62 .navbar.opened {
  transition: all 0.3s;
}
.cid-tjfn975O62 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tjfn975O62 .navbar .navbar-logo img {
  width: auto;
}
.cid-tjfn975O62 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tjfn975O62 .navbar.collapsed {
  justify-content: center;
}
.cid-tjfn975O62 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tjfn975O62 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tjfn975O62 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 100px;
  }
}
.cid-tjfn975O62 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tjfn975O62 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tjfn975O62 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tjfn975O62 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tjfn975O62 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tjfn975O62 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tjfn975O62 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tjfn975O62 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tjfn975O62 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tjfn975O62 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tjfn975O62 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tjfn975O62 .navbar .navbar-logo img {
    height: 1rem !important;
  }
  .cid-tjfn975O62 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tjfn975O62 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tjfn975O62 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tjfn975O62 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tjfn975O62 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tjfn975O62 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tjfn975O62 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tjfn975O62 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tjfn975O62 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tjfn975O62 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tjfn975O62 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tjfn975O62 .dropdown-item.active,
.cid-tjfn975O62 .dropdown-item:active {
  background-color: transparent;
}
.cid-tjfn975O62 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tjfn975O62 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tjfn975O62 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tjfn975O62 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tjfn975O62 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tjfn975O62 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tjfn975O62 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tjfn975O62 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tjfn975O62 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tjfn975O62 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tjfn975O62 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tjfn975O62 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tjfn975O62 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tjfn975O62 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tjfn975O62 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tjfn975O62 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tjfn975O62 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tjfn975O62 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tjfn975O62 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tjfn975O62 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tjfn975O62 .navbar {
    height: 70px;
  }
  .cid-tjfn975O62 .navbar.opened {
    height: auto;
  }
  .cid-tjfn975O62 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tjfn975O62 .navbar-caption-wrap,
.cid-tjfn975O62 .title-wrap {
  color: #272727;
}
#custom-html-1r {
  /* Type valid CSS here */
}
#custom-html-1r div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-1r p {
  font-size: 60px;
  color: #777;
}
.cid-tkcRRPO0sA {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tkcRRPO0sA img {
  width: auto;
  max-height: 60px;
  display: inline-block;
  padding: 0;
  margin-right: 15px;
}
.cid-tkcRRPO0sA .title {
  display: inline;
  font-weight: 700;
  color: #4c4c4c;
  width: auto;
  text-align: center;
}
.cid-tkcRRPO0sA .margin {
  margin: 0px;
}
.cid-tkcRRPO0sA .row {
  align-items: center;
  margin-bottom: 39px;
}
.cid-tkcRRPO0sA .mbr-section-btn {
  padding-top: 53px;
  margin: 0px;
}
.cid-tkcRRPO0sA .desc {
  margin-top: 22px;
  color: #b2b2b2;
  font-weight: 500;
}
.cid-tkcRRPO0sA .btn-primary {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.cid-tkcRRPO0sA .btn-primary:hover {
  color: #000000 !important;
  background-color: #e3e3e3 !important;
  border-color: #e3e3e3;
}
.cid-tkcRRPO0sA .mbr-section-title {
  color: #ffffff;
  font-weight: 700;
}
.cid-tkcRRPO0sA .mbr-section-title,
.cid-tkcRRPO0sA .margin {
  color: #3e5a72;
  text-align: center;
}
.cid-tkcRRPO0sA .desc,
.cid-tkcRRPO0sA .mbr-section-btn {
  text-align: center;
  color: #4c4c4c;
}
.cid-tg2Hmsqbga {
  padding-top: 1.5rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-tg2Hmsqbga img {
  width: 100px;
  display: inline;
}
.cid-tg2Hmsqbga .si {
  width: 100%;
}
.cid-tg2Hmsqbga .text {
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 400;
  padding-bottom: 5px;
  padding-top: 8px;
}
.cid-tg2Hmsqbga .number {
  font-weight: 400;
  padding-bottom: 5px;
  color: #527490;
}
.cid-tg2Hmsqbga .subtitle {
  color: #b2b2b2;
}
.cid-tg2Hmsqbga .text,
.cid-tg2Hmsqbga .si {
  text-align: center;
}
.cid-tg2Hmsqbga .copyright {
  padding-top: 10px;
}
.cid-tjfn975O62 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tjfn975O62 .mbr-iconfont {
  transition: all 0.3s;
  display: block;
}
@keyframes icons {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0px);
  }
}
.cid-tjfn975O62 .iconfont-wrapper {
  overflow: hidden;
  color: #3e5a72 !important;
  font-size: 1.2rem;
  padding: 0;
  margin: 0 0.2rem;
  display: block;
  position: relative;
}
.cid-tjfn975O62 .iconfont-wrapper:hover .mbr-iconfont {
  animation: icons;
  animation-duration: 0.3s;
}
.cid-tjfn975O62 .iconfont-wrapper:hover:before {
  height: 100%;
}
.cid-tjfn975O62 .iconfont-wrapper:before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  transition: all 0.3s;
  width: 100%;
  height: 0%;
  background: #4c4c4c;
  z-index: -1;
}
.cid-tjfn975O62 nav.navbar {
  position: fixed;
}
.cid-tjfn975O62 .navbar-caption-wrap {
  z-index: 10;
  transition: all 0.3s;
}
.cid-tjfn975O62 .nav-item {
  border-left: 1px solid #efefef;
  border-right: 1px solid #efefef;
  margin-right: -1px;
}
@media (max-width: 992px) {
  .cid-tjfn975O62 .nav-item {
    border: 0;
  }
}
.cid-tjfn975O62 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tjfn975O62 .icons-menu {
    margin-bottom: 1rem;
  }
}
.cid-tjfn975O62 .title-wrap {
  cursor: pointer;
  border: 2px solid currentColor;
  padding: 6px 12px 3px 12px;
  position: relative;
}
.cid-tjfn975O62 .title-wrap:before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  transition: all 0.3s;
  width: 100%;
  height: 0%;
  background: currentColor;
  z-index: -1;
}
.cid-tjfn975O62 .title-wrap:hover span {
  color: white;
}
.cid-tjfn975O62 .title-wrap:hover:before {
  height: 100%;
}
.cid-tjfn975O62 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tjfn975O62 .dropdown-menu {
  padding: 0;
  border-top: 4px solid #4c4c4c;
}
.cid-tjfn975O62 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tjfn975O62 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tjfn975O62 .nav-dropdown .link {
  padding: 0 0.3rem !important;
  margin: 1.4rem 2rem !important;
}
@media (max-width: 992px) {
  .cid-tjfn975O62 .nav-dropdown .link {
    margin: 0.5rem 1rem !important;
  }
}
.cid-tjfn975O62 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tjfn975O62 .nav-link {
  position: relative;
}
.cid-tjfn975O62 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tjfn975O62 .container {
    flex-wrap: nowrap;
  }
}
.cid-tjfn975O62 .dropdown-menu,
.cid-tjfn975O62 .navbar.opened {
  background: #ffffff !important;
}
.cid-tjfn975O62 .nav-item:focus,
.cid-tjfn975O62 .nav-link:focus {
  outline: none;
}
.cid-tjfn975O62 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tjfn975O62 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tjfn975O62 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tjfn975O62 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tjfn975O62 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tjfn975O62 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tjfn975O62 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-tjfn975O62 .navbar.opened {
  transition: all 0.3s;
}
.cid-tjfn975O62 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tjfn975O62 .navbar .navbar-logo img {
  width: auto;
}
.cid-tjfn975O62 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tjfn975O62 .navbar.collapsed {
  justify-content: center;
}
.cid-tjfn975O62 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tjfn975O62 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tjfn975O62 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 100px;
  }
}
.cid-tjfn975O62 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tjfn975O62 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tjfn975O62 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tjfn975O62 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tjfn975O62 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tjfn975O62 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tjfn975O62 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tjfn975O62 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tjfn975O62 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tjfn975O62 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tjfn975O62 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tjfn975O62 .navbar .navbar-logo img {
    height: 1rem !important;
  }
  .cid-tjfn975O62 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tjfn975O62 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tjfn975O62 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tjfn975O62 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tjfn975O62 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tjfn975O62 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tjfn975O62 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tjfn975O62 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tjfn975O62 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tjfn975O62 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tjfn975O62 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tjfn975O62 .dropdown-item.active,
.cid-tjfn975O62 .dropdown-item:active {
  background-color: transparent;
}
.cid-tjfn975O62 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tjfn975O62 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tjfn975O62 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tjfn975O62 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tjfn975O62 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tjfn975O62 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tjfn975O62 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tjfn975O62 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tjfn975O62 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tjfn975O62 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tjfn975O62 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tjfn975O62 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tjfn975O62 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tjfn975O62 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tjfn975O62 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tjfn975O62 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tjfn975O62 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tjfn975O62 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tjfn975O62 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tjfn975O62 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tjfn975O62 .navbar {
    height: 70px;
  }
  .cid-tjfn975O62 .navbar.opened {
    height: auto;
  }
  .cid-tjfn975O62 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tjfn975O62 .navbar-caption-wrap,
.cid-tjfn975O62 .title-wrap {
  color: #272727;
}
#custom-html-1v {
  /* Type valid CSS here */
}
#custom-html-1v div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-1v p {
  font-size: 60px;
  color: #777;
}
.cid-tkcRXYpCfV {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tkcRXYpCfV img {
  width: auto;
  max-height: 60px;
  display: inline-block;
  padding: 0;
  margin-right: 15px;
}
.cid-tkcRXYpCfV .title {
  display: inline;
  font-weight: 700;
  color: #4c4c4c;
  width: auto;
  text-align: center;
}
.cid-tkcRXYpCfV .margin {
  margin: 0px;
}
.cid-tkcRXYpCfV .row {
  align-items: center;
  margin-bottom: 39px;
}
.cid-tkcRXYpCfV .mbr-section-btn {
  padding-top: 53px;
  margin: 0px;
}
.cid-tkcRXYpCfV .desc {
  margin-top: 22px;
  color: #b2b2b2;
  font-weight: 500;
}
.cid-tkcRXYpCfV .btn-primary {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.cid-tkcRXYpCfV .btn-primary:hover {
  color: #000000 !important;
  background-color: #e3e3e3 !important;
  border-color: #e3e3e3;
}
.cid-tkcRXYpCfV .mbr-section-title {
  color: #ffffff;
  font-weight: 700;
}
.cid-tkcRXYpCfV .mbr-section-title,
.cid-tkcRXYpCfV .margin {
  color: #3e5a72;
  text-align: center;
}
.cid-tkcRXYpCfV .desc,
.cid-tkcRXYpCfV .mbr-section-btn {
  text-align: center;
  color: #4c4c4c;
}
.cid-tg2PPUbqRw {
  padding-top: 1.5rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-tg2PPUbqRw img {
  width: 100px;
  display: inline;
}
.cid-tg2PPUbqRw .si {
  width: 100%;
}
.cid-tg2PPUbqRw .text {
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 400;
  padding-bottom: 5px;
  padding-top: 8px;
}
.cid-tg2PPUbqRw .number {
  font-weight: 400;
  padding-bottom: 5px;
  color: #527490;
}
.cid-tg2PPUbqRw .subtitle {
  color: #b2b2b2;
}
.cid-tg2PPUbqRw .text,
.cid-tg2PPUbqRw .si {
  text-align: center;
}
.cid-tg2PPUbqRw .copyright {
  padding-top: 10px;
}
.cid-tjfn975O62 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tjfn975O62 .mbr-iconfont {
  transition: all 0.3s;
  display: block;
}
@keyframes icons {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0px);
  }
}
.cid-tjfn975O62 .iconfont-wrapper {
  overflow: hidden;
  color: #3e5a72 !important;
  font-size: 1.2rem;
  padding: 0;
  margin: 0 0.2rem;
  display: block;
  position: relative;
}
.cid-tjfn975O62 .iconfont-wrapper:hover .mbr-iconfont {
  animation: icons;
  animation-duration: 0.3s;
}
.cid-tjfn975O62 .iconfont-wrapper:hover:before {
  height: 100%;
}
.cid-tjfn975O62 .iconfont-wrapper:before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  transition: all 0.3s;
  width: 100%;
  height: 0%;
  background: #4c4c4c;
  z-index: -1;
}
.cid-tjfn975O62 nav.navbar {
  position: fixed;
}
.cid-tjfn975O62 .navbar-caption-wrap {
  z-index: 10;
  transition: all 0.3s;
}
.cid-tjfn975O62 .nav-item {
  border-left: 1px solid #efefef;
  border-right: 1px solid #efefef;
  margin-right: -1px;
}
@media (max-width: 992px) {
  .cid-tjfn975O62 .nav-item {
    border: 0;
  }
}
.cid-tjfn975O62 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tjfn975O62 .icons-menu {
    margin-bottom: 1rem;
  }
}
.cid-tjfn975O62 .title-wrap {
  cursor: pointer;
  border: 2px solid currentColor;
  padding: 6px 12px 3px 12px;
  position: relative;
}
.cid-tjfn975O62 .title-wrap:before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  transition: all 0.3s;
  width: 100%;
  height: 0%;
  background: currentColor;
  z-index: -1;
}
.cid-tjfn975O62 .title-wrap:hover span {
  color: white;
}
.cid-tjfn975O62 .title-wrap:hover:before {
  height: 100%;
}
.cid-tjfn975O62 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tjfn975O62 .dropdown-menu {
  padding: 0;
  border-top: 4px solid #4c4c4c;
}
.cid-tjfn975O62 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tjfn975O62 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tjfn975O62 .nav-dropdown .link {
  padding: 0 0.3rem !important;
  margin: 1.4rem 2rem !important;
}
@media (max-width: 992px) {
  .cid-tjfn975O62 .nav-dropdown .link {
    margin: 0.5rem 1rem !important;
  }
}
.cid-tjfn975O62 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tjfn975O62 .nav-link {
  position: relative;
}
.cid-tjfn975O62 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tjfn975O62 .container {
    flex-wrap: nowrap;
  }
}
.cid-tjfn975O62 .dropdown-menu,
.cid-tjfn975O62 .navbar.opened {
  background: #ffffff !important;
}
.cid-tjfn975O62 .nav-item:focus,
.cid-tjfn975O62 .nav-link:focus {
  outline: none;
}
.cid-tjfn975O62 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tjfn975O62 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tjfn975O62 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tjfn975O62 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tjfn975O62 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tjfn975O62 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tjfn975O62 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-tjfn975O62 .navbar.opened {
  transition: all 0.3s;
}
.cid-tjfn975O62 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tjfn975O62 .navbar .navbar-logo img {
  width: auto;
}
.cid-tjfn975O62 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tjfn975O62 .navbar.collapsed {
  justify-content: center;
}
.cid-tjfn975O62 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tjfn975O62 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tjfn975O62 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 100px;
  }
}
.cid-tjfn975O62 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tjfn975O62 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tjfn975O62 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tjfn975O62 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tjfn975O62 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tjfn975O62 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tjfn975O62 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tjfn975O62 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tjfn975O62 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tjfn975O62 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tjfn975O62 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tjfn975O62 .navbar .navbar-logo img {
    height: 1rem !important;
  }
  .cid-tjfn975O62 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tjfn975O62 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tjfn975O62 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tjfn975O62 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tjfn975O62 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tjfn975O62 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tjfn975O62 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tjfn975O62 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tjfn975O62 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tjfn975O62 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tjfn975O62 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tjfn975O62 .dropdown-item.active,
.cid-tjfn975O62 .dropdown-item:active {
  background-color: transparent;
}
.cid-tjfn975O62 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tjfn975O62 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tjfn975O62 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tjfn975O62 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tjfn975O62 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tjfn975O62 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tjfn975O62 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tjfn975O62 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tjfn975O62 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tjfn975O62 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tjfn975O62 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tjfn975O62 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tjfn975O62 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tjfn975O62 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tjfn975O62 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tjfn975O62 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tjfn975O62 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tjfn975O62 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tjfn975O62 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tjfn975O62 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tjfn975O62 .navbar {
    height: 70px;
  }
  .cid-tjfn975O62 .navbar.opened {
    height: auto;
  }
  .cid-tjfn975O62 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tjfn975O62 .navbar-caption-wrap,
.cid-tjfn975O62 .title-wrap {
  color: #272727;
}
#custom-html-26 {
  /* Type valid CSS here */
}
#custom-html-26 div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-26 p {
  font-size: 60px;
  color: #777;
}
.cid-tkcS4buvNS {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tkcS4buvNS img {
  width: auto;
  max-height: 60px;
  display: inline-block;
  padding: 0;
  margin-right: 15px;
}
.cid-tkcS4buvNS .title {
  display: inline;
  font-weight: 700;
  color: #4c4c4c;
  width: auto;
  text-align: center;
}
.cid-tkcS4buvNS .margin {
  margin: 0px;
}
.cid-tkcS4buvNS .row {
  align-items: center;
  margin-bottom: 39px;
}
.cid-tkcS4buvNS .mbr-section-btn {
  padding-top: 53px;
  margin: 0px;
}
.cid-tkcS4buvNS .desc {
  margin-top: 22px;
  color: #b2b2b2;
  font-weight: 500;
}
.cid-tkcS4buvNS .btn-primary {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.cid-tkcS4buvNS .btn-primary:hover {
  color: #000000 !important;
  background-color: #e3e3e3 !important;
  border-color: #e3e3e3;
}
.cid-tkcS4buvNS .mbr-section-title {
  color: #ffffff;
  font-weight: 700;
}
.cid-tkcS4buvNS .mbr-section-title,
.cid-tkcS4buvNS .margin {
  color: #3e5a72;
  text-align: center;
}
.cid-tkcS4buvNS .desc,
.cid-tkcS4buvNS .mbr-section-btn {
  text-align: center;
  color: #4c4c4c;
}
.cid-tiAtfKHl9a {
  padding-top: 1.5rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-tiAtfKHl9a img {
  width: 100px;
  display: inline;
}
.cid-tiAtfKHl9a .si {
  width: 100%;
}
.cid-tiAtfKHl9a .text {
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 400;
  padding-bottom: 5px;
  padding-top: 8px;
}
.cid-tiAtfKHl9a .number {
  font-weight: 400;
  padding-bottom: 5px;
  color: #527490;
}
.cid-tiAtfKHl9a .subtitle {
  color: #b2b2b2;
}
.cid-tiAtfKHl9a .text,
.cid-tiAtfKHl9a .si {
  text-align: center;
}
.cid-tiAtfKHl9a .copyright {
  padding-top: 10px;
}
.cid-tjq2XfsEkA {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tjq2XfsEkA .mbr-iconfont {
  transition: all 0.3s;
  display: block;
}
@keyframes icons {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0px);
  }
}
.cid-tjq2XfsEkA .iconfont-wrapper {
  overflow: hidden;
  color: #3e5a72 !important;
  font-size: 1.2rem;
  padding: 0;
  margin: 0 0.2rem;
  display: block;
  position: relative;
}
.cid-tjq2XfsEkA .iconfont-wrapper:hover .mbr-iconfont {
  animation: icons;
  animation-duration: 0.3s;
}
.cid-tjq2XfsEkA .iconfont-wrapper:hover:before {
  height: 100%;
}
.cid-tjq2XfsEkA .iconfont-wrapper:before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  transition: all 0.3s;
  width: 100%;
  height: 0%;
  background: #4c4c4c;
  z-index: -1;
}
.cid-tjq2XfsEkA nav.navbar {
  position: fixed;
}
.cid-tjq2XfsEkA .navbar-caption-wrap {
  z-index: 10;
  transition: all 0.3s;
}
.cid-tjq2XfsEkA .nav-item {
  border-left: 1px solid #efefef;
  border-right: 1px solid #efefef;
  margin-right: -1px;
}
@media (max-width: 992px) {
  .cid-tjq2XfsEkA .nav-item {
    border: 0;
  }
}
.cid-tjq2XfsEkA .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tjq2XfsEkA .icons-menu {
    margin-bottom: 1rem;
  }
}
.cid-tjq2XfsEkA .title-wrap {
  cursor: pointer;
  border: 2px solid currentColor;
  padding: 6px 12px 3px 12px;
  position: relative;
}
.cid-tjq2XfsEkA .title-wrap:before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  transition: all 0.3s;
  width: 100%;
  height: 0%;
  background: currentColor;
  z-index: -1;
}
.cid-tjq2XfsEkA .title-wrap:hover span {
  color: white;
}
.cid-tjq2XfsEkA .title-wrap:hover:before {
  height: 100%;
}
.cid-tjq2XfsEkA .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tjq2XfsEkA .dropdown-menu {
  padding: 0;
  border-top: 4px solid #4c4c4c;
}
.cid-tjq2XfsEkA .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tjq2XfsEkA .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tjq2XfsEkA .nav-dropdown .link {
  padding: 0 0.3rem !important;
  margin: 1.4rem 2rem !important;
}
@media (max-width: 992px) {
  .cid-tjq2XfsEkA .nav-dropdown .link {
    margin: 0.5rem 1rem !important;
  }
}
.cid-tjq2XfsEkA .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tjq2XfsEkA .nav-link {
  position: relative;
}
.cid-tjq2XfsEkA .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tjq2XfsEkA .container {
    flex-wrap: nowrap;
  }
}
.cid-tjq2XfsEkA .dropdown-menu,
.cid-tjq2XfsEkA .navbar.opened {
  background: #ffffff !important;
}
.cid-tjq2XfsEkA .nav-item:focus,
.cid-tjq2XfsEkA .nav-link:focus {
  outline: none;
}
.cid-tjq2XfsEkA .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tjq2XfsEkA .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tjq2XfsEkA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tjq2XfsEkA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tjq2XfsEkA .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tjq2XfsEkA .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tjq2XfsEkA .navbar {
  min-height: 70px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-tjq2XfsEkA .navbar.opened {
  transition: all 0.3s;
}
.cid-tjq2XfsEkA .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tjq2XfsEkA .navbar .navbar-logo img {
  width: auto;
}
.cid-tjq2XfsEkA .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tjq2XfsEkA .navbar.collapsed {
  justify-content: center;
}
.cid-tjq2XfsEkA .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tjq2XfsEkA .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tjq2XfsEkA .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 100px;
  }
}
.cid-tjq2XfsEkA .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tjq2XfsEkA .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tjq2XfsEkA .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tjq2XfsEkA .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tjq2XfsEkA .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tjq2XfsEkA .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tjq2XfsEkA .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tjq2XfsEkA .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tjq2XfsEkA .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tjq2XfsEkA .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tjq2XfsEkA .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tjq2XfsEkA .navbar .navbar-logo img {
    height: 1rem !important;
  }
  .cid-tjq2XfsEkA .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tjq2XfsEkA .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tjq2XfsEkA .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tjq2XfsEkA .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tjq2XfsEkA .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tjq2XfsEkA .navbar.navbar-short {
  min-height: 60px;
}
.cid-tjq2XfsEkA .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tjq2XfsEkA .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tjq2XfsEkA .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tjq2XfsEkA .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tjq2XfsEkA .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tjq2XfsEkA .dropdown-item.active,
.cid-tjq2XfsEkA .dropdown-item:active {
  background-color: transparent;
}
.cid-tjq2XfsEkA .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tjq2XfsEkA .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tjq2XfsEkA .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tjq2XfsEkA .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tjq2XfsEkA .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tjq2XfsEkA .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tjq2XfsEkA ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tjq2XfsEkA .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tjq2XfsEkA button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tjq2XfsEkA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tjq2XfsEkA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tjq2XfsEkA button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tjq2XfsEkA button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tjq2XfsEkA button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tjq2XfsEkA nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tjq2XfsEkA nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tjq2XfsEkA nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tjq2XfsEkA nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tjq2XfsEkA .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tjq2XfsEkA a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tjq2XfsEkA .navbar {
    height: 70px;
  }
  .cid-tjq2XfsEkA .navbar.opened {
    height: auto;
  }
  .cid-tjq2XfsEkA .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tjq2XfsEkA .navbar-caption-wrap,
.cid-tjq2XfsEkA .title-wrap {
  color: #272727;
}
.cid-tkbPebIPqO {
  padding-top: 60px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/background3-1500x583.webp");
}
.cid-tkbPebIPqO h4 {
  display: -webkit-flex;
  letter-spacing: 0.03em;
  color: #000000;
}
.cid-tkbPebIPqO .panel-text {
  letter-spacing: 0.03em;
  color: #ffffff;
  line-height: 1.7;
  text-align: left;
}
.cid-tkbPebIPqO .mbr-section-title {
  letter-spacing: 0.1em;
  color: #ffffff;
}
.cid-tkbPebIPqO .mbr-section-subtitle {
  letter-spacing: 0.03em;
  font-weight: 500;
  color: #ffffff;
}
.cid-tkbPebIPqO .accordion-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-tkbPebIPqO .panel-group {
  width: 100%;
}
.cid-tkbPebIPqO .card {
  border-bottom: 1px solid #527490;
  border-radius: 0px;
  margin-bottom: .5rem;
}
.cid-tkbPebIPqO .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-tkbPebIPqO .card .card-header a.panel-title {
  transition: all .3s;
  background-color: #ffffff;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-tkbPebIPqO .card .card-header a.panel-title:hover {
  opacity: 0.5;
}
.cid-tkbPebIPqO .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-tkbPebIPqO .card .card-header a.panel-title .sign {
  padding-left: 1rem;
}
.cid-tkbPebIPqO .card .card-header a.panel-title h4 {
  padding: 1rem 1rem;
  margin-bottom: 0;
}
.cid-tkbPebIPqO .card .panel-body {
  background: #527490;
}
.cid-tkbPebIPqO .sign {
  color: #000000;
}
.cid-tkbPebIPqO .media-container-row .accordion-section {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-tkbPebIPqO .media-container-row > div {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cid-tkbPebIPqO .mbr-figure {
    padding-right: 0;
    padding-left: 0;
    padding-top: 2rem;
  }
}
.cid-tkbOGodVEg {
  padding-top: 1.5rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-tkbOGodVEg img {
  width: 100px;
  display: inline;
}
.cid-tkbOGodVEg .si {
  width: 100%;
}
.cid-tkbOGodVEg .text {
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 400;
  padding-bottom: 5px;
  padding-top: 8px;
}
.cid-tkbOGodVEg .number {
  font-weight: 400;
  padding-bottom: 5px;
  color: #527490;
}
.cid-tkbOGodVEg .subtitle {
  color: #b2b2b2;
}
.cid-tkbOGodVEg .text,
.cid-tkbOGodVEg .si {
  text-align: center;
}
.cid-tkbOGodVEg .copyright {
  padding-top: 10px;
}
.cid-tkbOGovD2f {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tkbOGovD2f .mbr-iconfont {
  transition: all 0.3s;
  display: block;
}
@keyframes icons {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0px);
  }
}
.cid-tkbOGovD2f .iconfont-wrapper {
  overflow: hidden;
  color: #3e5a72 !important;
  font-size: 1.2rem;
  padding: 0;
  margin: 0 0.2rem;
  display: block;
  position: relative;
}
.cid-tkbOGovD2f .iconfont-wrapper:hover .mbr-iconfont {
  animation: icons;
  animation-duration: 0.3s;
}
.cid-tkbOGovD2f .iconfont-wrapper:hover:before {
  height: 100%;
}
.cid-tkbOGovD2f .iconfont-wrapper:before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  transition: all 0.3s;
  width: 100%;
  height: 0%;
  background: #4c4c4c;
  z-index: -1;
}
.cid-tkbOGovD2f nav.navbar {
  position: fixed;
}
.cid-tkbOGovD2f .navbar-caption-wrap {
  z-index: 10;
  transition: all 0.3s;
}
.cid-tkbOGovD2f .nav-item {
  border-left: 1px solid #efefef;
  border-right: 1px solid #efefef;
  margin-right: -1px;
}
@media (max-width: 992px) {
  .cid-tkbOGovD2f .nav-item {
    border: 0;
  }
}
.cid-tkbOGovD2f .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tkbOGovD2f .icons-menu {
    margin-bottom: 1rem;
  }
}
.cid-tkbOGovD2f .title-wrap {
  cursor: pointer;
  border: 2px solid currentColor;
  padding: 6px 12px 3px 12px;
  position: relative;
}
.cid-tkbOGovD2f .title-wrap:before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  transition: all 0.3s;
  width: 100%;
  height: 0%;
  background: currentColor;
  z-index: -1;
}
.cid-tkbOGovD2f .title-wrap:hover span {
  color: white;
}
.cid-tkbOGovD2f .title-wrap:hover:before {
  height: 100%;
}
.cid-tkbOGovD2f .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tkbOGovD2f .dropdown-menu {
  padding: 0;
  border-top: 4px solid #4c4c4c;
}
.cid-tkbOGovD2f .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tkbOGovD2f .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tkbOGovD2f .nav-dropdown .link {
  padding: 0 0.3rem !important;
  margin: 1.4rem 2rem !important;
}
@media (max-width: 992px) {
  .cid-tkbOGovD2f .nav-dropdown .link {
    margin: 0.5rem 1rem !important;
  }
}
.cid-tkbOGovD2f .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tkbOGovD2f .nav-link {
  position: relative;
}
.cid-tkbOGovD2f .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tkbOGovD2f .container {
    flex-wrap: nowrap;
  }
}
.cid-tkbOGovD2f .dropdown-menu,
.cid-tkbOGovD2f .navbar.opened {
  background: #ffffff !important;
}
.cid-tkbOGovD2f .nav-item:focus,
.cid-tkbOGovD2f .nav-link:focus {
  outline: none;
}
.cid-tkbOGovD2f .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tkbOGovD2f .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tkbOGovD2f .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tkbOGovD2f .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tkbOGovD2f .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tkbOGovD2f .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tkbOGovD2f .navbar {
  min-height: 70px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-tkbOGovD2f .navbar.opened {
  transition: all 0.3s;
}
.cid-tkbOGovD2f .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tkbOGovD2f .navbar .navbar-logo img {
  width: auto;
}
.cid-tkbOGovD2f .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tkbOGovD2f .navbar.collapsed {
  justify-content: center;
}
.cid-tkbOGovD2f .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tkbOGovD2f .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tkbOGovD2f .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 100px;
  }
}
.cid-tkbOGovD2f .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tkbOGovD2f .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tkbOGovD2f .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tkbOGovD2f .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tkbOGovD2f .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tkbOGovD2f .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tkbOGovD2f .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tkbOGovD2f .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tkbOGovD2f .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tkbOGovD2f .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tkbOGovD2f .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tkbOGovD2f .navbar .navbar-logo img {
    height: 1rem !important;
  }
  .cid-tkbOGovD2f .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tkbOGovD2f .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tkbOGovD2f .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tkbOGovD2f .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tkbOGovD2f .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tkbOGovD2f .navbar.navbar-short {
  min-height: 60px;
}
.cid-tkbOGovD2f .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tkbOGovD2f .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tkbOGovD2f .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tkbOGovD2f .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tkbOGovD2f .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tkbOGovD2f .dropdown-item.active,
.cid-tkbOGovD2f .dropdown-item:active {
  background-color: transparent;
}
.cid-tkbOGovD2f .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tkbOGovD2f .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tkbOGovD2f .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tkbOGovD2f .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tkbOGovD2f .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tkbOGovD2f .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tkbOGovD2f ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tkbOGovD2f .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tkbOGovD2f button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tkbOGovD2f button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tkbOGovD2f button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tkbOGovD2f button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tkbOGovD2f button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tkbOGovD2f button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tkbOGovD2f nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tkbOGovD2f nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tkbOGovD2f nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tkbOGovD2f nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tkbOGovD2f .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tkbOGovD2f a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tkbOGovD2f .navbar {
    height: 70px;
  }
  .cid-tkbOGovD2f .navbar.opened {
    height: auto;
  }
  .cid-tkbOGovD2f .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tkbOGovD2f .navbar-caption-wrap,
.cid-tkbOGovD2f .title-wrap {
  color: #272727;
}
.cid-tkbOGoXBG2.popup-builder {
  background-color: #ffffff;
}
.cid-tkbOGoXBG2.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tkbOGoXBG2.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tkbOGoXBG2 .modal-content,
.cid-tkbOGoXBG2 .modal-dialog {
  height: auto;
}
.cid-tkbOGoXBG2 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tkbOGoXBG2 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tkbOGoXBG2 .form-wrapper .mbr-form .form-group,
  .cid-tkbOGoXBG2 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tkbOGoXBG2 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tkbOGoXBG2 .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-tkbOGoXBG2 .mbr-text {
  text-align: left;
}
.cid-tkbOGoXBG2 .pt-0 {
  padding-top: 0 !important;
}
.cid-tkbOGoXBG2 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tkbOGoXBG2 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tkbOGoXBG2 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tkbOGoXBG2 .modal-open {
  overflow: hidden;
}
.cid-tkbOGoXBG2 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tkbOGoXBG2 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tkbOGoXBG2 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tkbOGoXBG2 .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-tkbOGoXBG2 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tkbOGoXBG2 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tkbOGoXBG2 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tkbOGoXBG2 .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-tkbOGoXBG2 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tkbOGoXBG2 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tkbOGoXBG2 .modal-backdrop.fade {
  opacity: 0;
}
.cid-tkbOGoXBG2 .modal-backdrop.show {
  opacity: .5;
}
.cid-tkbOGoXBG2 .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-tkbOGoXBG2 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tkbOGoXBG2 .modal-header {
    padding: 1rem;
  }
}
.cid-tkbOGoXBG2 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tkbOGoXBG2 .modal-header .close svg {
  fill: #313242;
}
.cid-tkbOGoXBG2 .modal-header .close:hover {
  opacity: 1;
}
.cid-tkbOGoXBG2 .modal-header .close:focus {
  outline: none;
}
.cid-tkbOGoXBG2 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tkbOGoXBG2 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tkbOGoXBG2 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tkbOGoXBG2 .modal-body {
    padding: 1rem;
  }
}
.cid-tkbOGoXBG2 .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-tkbOGoXBG2 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tkbOGoXBG2 .modal-footer {
    padding: 1rem;
  }
}
.cid-tkbOGoXBG2 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tkbOGoXBG2 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tkbOGoXBG2 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tkbOGoXBG2 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tkbOGoXBG2 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tkbOGoXBG2 .modal-lg,
  .cid-tkbOGoXBG2 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tkbOGoXBG2 .modal-xl {
    max-width: 1140px;
  }
}
.cid-tkbOGoXBG2 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tkbOGoXBG2 .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-tkbOGoXBG2 .form-group {
  margin-bottom: 1rem;
}
.cid-tkbOGoXBG2 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tkbOGoXBG2 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tkbOGoXBG2 .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-tkbOGoXBG2 .mbr-section-btn {
  margin: 0;
}
.cid-tkbOGoXBG2 .mbr-section-btn .btn {
  margin: 0;
}
.cid-tkbWlTdopn.popup-builder {
  background-color: #ffffff;
}
.cid-tkbWlTdopn.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tkbWlTdopn.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tkbWlTdopn .modal-content,
.cid-tkbWlTdopn .modal-dialog {
  height: auto;
}
.cid-tkbWlTdopn .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tkbWlTdopn .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tkbWlTdopn .form-wrapper .mbr-form .form-group,
  .cid-tkbWlTdopn .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tkbWlTdopn .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tkbWlTdopn .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-tkbWlTdopn .mbr-text {
  text-align: left;
}
.cid-tkbWlTdopn .pt-0 {
  padding-top: 0 !important;
}
.cid-tkbWlTdopn .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tkbWlTdopn .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tkbWlTdopn .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tkbWlTdopn .modal-open {
  overflow: hidden;
}
.cid-tkbWlTdopn .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tkbWlTdopn .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tkbWlTdopn .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tkbWlTdopn .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-tkbWlTdopn .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tkbWlTdopn .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tkbWlTdopn .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tkbWlTdopn .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-tkbWlTdopn .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tkbWlTdopn .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tkbWlTdopn .modal-backdrop.fade {
  opacity: 0;
}
.cid-tkbWlTdopn .modal-backdrop.show {
  opacity: .5;
}
.cid-tkbWlTdopn .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-tkbWlTdopn .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tkbWlTdopn .modal-header {
    padding: 1rem;
  }
}
.cid-tkbWlTdopn .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tkbWlTdopn .modal-header .close svg {
  fill: #353535;
}
.cid-tkbWlTdopn .modal-header .close:hover {
  opacity: 1;
}
.cid-tkbWlTdopn .modal-header .close:focus {
  outline: none;
}
.cid-tkbWlTdopn .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tkbWlTdopn .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tkbWlTdopn .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tkbWlTdopn .modal-body {
    padding: 1rem;
  }
}
.cid-tkbWlTdopn .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-tkbWlTdopn .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tkbWlTdopn .modal-footer {
    padding: 1rem;
  }
}
.cid-tkbWlTdopn .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tkbWlTdopn .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tkbWlTdopn .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tkbWlTdopn .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tkbWlTdopn .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tkbWlTdopn .modal-lg,
  .cid-tkbWlTdopn .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tkbWlTdopn .modal-xl {
    max-width: 1140px;
  }
}
.cid-tkbWlTdopn .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tkbWlTdopn .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-tkbWlTdopn .form-group {
  margin-bottom: 1rem;
}
.cid-tkbWlTdopn .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tkbWlTdopn .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tkbWlTdopn .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-tkbWlTdopn .mbr-section-btn {
  margin: 0;
}
.cid-tkbWlTdopn .mbr-section-btn .btn {
  margin: 0;
}
.cid-tkbXhroDNe.popup-builder {
  background-color: #ffffff;
}
.cid-tkbXhroDNe.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tkbXhroDNe.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tkbXhroDNe .modal-content,
.cid-tkbXhroDNe .modal-dialog {
  height: auto;
}
.cid-tkbXhroDNe .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tkbXhroDNe .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tkbXhroDNe .form-wrapper .mbr-form .form-group,
  .cid-tkbXhroDNe .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tkbXhroDNe .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tkbXhroDNe .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-tkbXhroDNe .mbr-text {
  text-align: left;
}
.cid-tkbXhroDNe .pt-0 {
  padding-top: 0 !important;
}
.cid-tkbXhroDNe .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tkbXhroDNe .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tkbXhroDNe .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tkbXhroDNe .modal-open {
  overflow: hidden;
}
.cid-tkbXhroDNe .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tkbXhroDNe .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tkbXhroDNe .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tkbXhroDNe .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-tkbXhroDNe .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tkbXhroDNe .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tkbXhroDNe .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tkbXhroDNe .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-tkbXhroDNe .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tkbXhroDNe .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tkbXhroDNe .modal-backdrop.fade {
  opacity: 0;
}
.cid-tkbXhroDNe .modal-backdrop.show {
  opacity: .5;
}
.cid-tkbXhroDNe .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-tkbXhroDNe .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tkbXhroDNe .modal-header {
    padding: 1rem;
  }
}
.cid-tkbXhroDNe .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tkbXhroDNe .modal-header .close svg {
  fill: #353535;
}
.cid-tkbXhroDNe .modal-header .close:hover {
  opacity: 1;
}
.cid-tkbXhroDNe .modal-header .close:focus {
  outline: none;
}
.cid-tkbXhroDNe .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tkbXhroDNe .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tkbXhroDNe .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tkbXhroDNe .modal-body {
    padding: 1rem;
  }
}
.cid-tkbXhroDNe .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-tkbXhroDNe .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tkbXhroDNe .modal-footer {
    padding: 1rem;
  }
}
.cid-tkbXhroDNe .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tkbXhroDNe .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tkbXhroDNe .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tkbXhroDNe .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tkbXhroDNe .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tkbXhroDNe .modal-lg,
  .cid-tkbXhroDNe .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tkbXhroDNe .modal-xl {
    max-width: 1140px;
  }
}
.cid-tkbXhroDNe .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tkbXhroDNe .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-tkbXhroDNe .form-group {
  margin-bottom: 1rem;
}
.cid-tkbXhroDNe .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tkbXhroDNe .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tkbXhroDNe .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-tkbXhroDNe .mbr-section-btn {
  margin: 0;
}
.cid-tkbXhroDNe .mbr-section-btn .btn {
  margin: 0;
}
.cid-tkbXFM35Q4.popup-builder {
  background-color: #ffffff;
}
.cid-tkbXFM35Q4.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tkbXFM35Q4.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tkbXFM35Q4 .modal-content,
.cid-tkbXFM35Q4 .modal-dialog {
  height: auto;
}
.cid-tkbXFM35Q4 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tkbXFM35Q4 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tkbXFM35Q4 .form-wrapper .mbr-form .form-group,
  .cid-tkbXFM35Q4 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tkbXFM35Q4 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tkbXFM35Q4 .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-tkbXFM35Q4 .mbr-text {
  text-align: left;
}
.cid-tkbXFM35Q4 .pt-0 {
  padding-top: 0 !important;
}
.cid-tkbXFM35Q4 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tkbXFM35Q4 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tkbXFM35Q4 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tkbXFM35Q4 .modal-open {
  overflow: hidden;
}
.cid-tkbXFM35Q4 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tkbXFM35Q4 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tkbXFM35Q4 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tkbXFM35Q4 .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-tkbXFM35Q4 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tkbXFM35Q4 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tkbXFM35Q4 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tkbXFM35Q4 .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-tkbXFM35Q4 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tkbXFM35Q4 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tkbXFM35Q4 .modal-backdrop.fade {
  opacity: 0;
}
.cid-tkbXFM35Q4 .modal-backdrop.show {
  opacity: .5;
}
.cid-tkbXFM35Q4 .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-tkbXFM35Q4 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tkbXFM35Q4 .modal-header {
    padding: 1rem;
  }
}
.cid-tkbXFM35Q4 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tkbXFM35Q4 .modal-header .close svg {
  fill: #353535;
}
.cid-tkbXFM35Q4 .modal-header .close:hover {
  opacity: 1;
}
.cid-tkbXFM35Q4 .modal-header .close:focus {
  outline: none;
}
.cid-tkbXFM35Q4 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tkbXFM35Q4 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tkbXFM35Q4 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tkbXFM35Q4 .modal-body {
    padding: 1rem;
  }
}
.cid-tkbXFM35Q4 .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-tkbXFM35Q4 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tkbXFM35Q4 .modal-footer {
    padding: 1rem;
  }
}
.cid-tkbXFM35Q4 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tkbXFM35Q4 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tkbXFM35Q4 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tkbXFM35Q4 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tkbXFM35Q4 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tkbXFM35Q4 .modal-lg,
  .cid-tkbXFM35Q4 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tkbXFM35Q4 .modal-xl {
    max-width: 1140px;
  }
}
.cid-tkbXFM35Q4 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tkbXFM35Q4 .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-tkbXFM35Q4 .form-group {
  margin-bottom: 1rem;
}
.cid-tkbXFM35Q4 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tkbXFM35Q4 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tkbXFM35Q4 .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-tkbXFM35Q4 .mbr-section-btn {
  margin: 0;
}
.cid-tkbXFM35Q4 .mbr-section-btn .btn {
  margin: 0;
}
.cid-tkc2uE7ASL.popup-builder {
  background-color: #ffffff;
}
.cid-tkc2uE7ASL.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tkc2uE7ASL.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tkc2uE7ASL .modal-content,
.cid-tkc2uE7ASL .modal-dialog {
  height: auto;
}
.cid-tkc2uE7ASL .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tkc2uE7ASL .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tkc2uE7ASL .form-wrapper .mbr-form .form-group,
  .cid-tkc2uE7ASL .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tkc2uE7ASL .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tkc2uE7ASL .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-tkc2uE7ASL .mbr-text {
  text-align: left;
}
.cid-tkc2uE7ASL .pt-0 {
  padding-top: 0 !important;
}
.cid-tkc2uE7ASL .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tkc2uE7ASL .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tkc2uE7ASL .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tkc2uE7ASL .modal-open {
  overflow: hidden;
}
.cid-tkc2uE7ASL .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tkc2uE7ASL .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tkc2uE7ASL .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tkc2uE7ASL .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-tkc2uE7ASL .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tkc2uE7ASL .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tkc2uE7ASL .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tkc2uE7ASL .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-tkc2uE7ASL .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tkc2uE7ASL .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tkc2uE7ASL .modal-backdrop.fade {
  opacity: 0;
}
.cid-tkc2uE7ASL .modal-backdrop.show {
  opacity: .5;
}
.cid-tkc2uE7ASL .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-tkc2uE7ASL .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tkc2uE7ASL .modal-header {
    padding: 1rem;
  }
}
.cid-tkc2uE7ASL .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tkc2uE7ASL .modal-header .close svg {
  fill: #353535;
}
.cid-tkc2uE7ASL .modal-header .close:hover {
  opacity: 1;
}
.cid-tkc2uE7ASL .modal-header .close:focus {
  outline: none;
}
.cid-tkc2uE7ASL .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tkc2uE7ASL .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tkc2uE7ASL .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tkc2uE7ASL .modal-body {
    padding: 1rem;
  }
}
.cid-tkc2uE7ASL .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-tkc2uE7ASL .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tkc2uE7ASL .modal-footer {
    padding: 1rem;
  }
}
.cid-tkc2uE7ASL .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tkc2uE7ASL .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tkc2uE7ASL .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tkc2uE7ASL .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tkc2uE7ASL .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tkc2uE7ASL .modal-lg,
  .cid-tkc2uE7ASL .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tkc2uE7ASL .modal-xl {
    max-width: 1140px;
  }
}
.cid-tkc2uE7ASL .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tkc2uE7ASL .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-tkc2uE7ASL .form-group {
  margin-bottom: 1rem;
}
.cid-tkc2uE7ASL .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tkc2uE7ASL .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tkc2uE7ASL .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-tkc2uE7ASL .mbr-section-btn {
  margin: 0;
}
.cid-tkc2uE7ASL .mbr-section-btn .btn {
  margin: 0;
}
.cid-tkc2v8SlqK.popup-builder {
  background-color: #ffffff;
}
.cid-tkc2v8SlqK.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tkc2v8SlqK.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tkc2v8SlqK .modal-content,
.cid-tkc2v8SlqK .modal-dialog {
  height: auto;
}
.cid-tkc2v8SlqK .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tkc2v8SlqK .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tkc2v8SlqK .form-wrapper .mbr-form .form-group,
  .cid-tkc2v8SlqK .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tkc2v8SlqK .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tkc2v8SlqK .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-tkc2v8SlqK .mbr-text {
  text-align: left;
}
.cid-tkc2v8SlqK .pt-0 {
  padding-top: 0 !important;
}
.cid-tkc2v8SlqK .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tkc2v8SlqK .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tkc2v8SlqK .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tkc2v8SlqK .modal-open {
  overflow: hidden;
}
.cid-tkc2v8SlqK .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tkc2v8SlqK .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tkc2v8SlqK .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tkc2v8SlqK .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-tkc2v8SlqK .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tkc2v8SlqK .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tkc2v8SlqK .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tkc2v8SlqK .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-tkc2v8SlqK .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tkc2v8SlqK .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tkc2v8SlqK .modal-backdrop.fade {
  opacity: 0;
}
.cid-tkc2v8SlqK .modal-backdrop.show {
  opacity: .5;
}
.cid-tkc2v8SlqK .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-tkc2v8SlqK .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tkc2v8SlqK .modal-header {
    padding: 1rem;
  }
}
.cid-tkc2v8SlqK .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tkc2v8SlqK .modal-header .close svg {
  fill: #353535;
}
.cid-tkc2v8SlqK .modal-header .close:hover {
  opacity: 1;
}
.cid-tkc2v8SlqK .modal-header .close:focus {
  outline: none;
}
.cid-tkc2v8SlqK .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tkc2v8SlqK .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tkc2v8SlqK .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tkc2v8SlqK .modal-body {
    padding: 1rem;
  }
}
.cid-tkc2v8SlqK .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-tkc2v8SlqK .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tkc2v8SlqK .modal-footer {
    padding: 1rem;
  }
}
.cid-tkc2v8SlqK .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tkc2v8SlqK .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tkc2v8SlqK .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tkc2v8SlqK .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tkc2v8SlqK .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tkc2v8SlqK .modal-lg,
  .cid-tkc2v8SlqK .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tkc2v8SlqK .modal-xl {
    max-width: 1140px;
  }
}
.cid-tkc2v8SlqK .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tkc2v8SlqK .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-tkc2v8SlqK .form-group {
  margin-bottom: 1rem;
}
.cid-tkc2v8SlqK .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tkc2v8SlqK .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tkc2v8SlqK .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-tkc2v8SlqK .mbr-section-btn {
  margin: 0;
}
.cid-tkc2v8SlqK .mbr-section-btn .btn {
  margin: 0;
}
.cid-tkc2vnjSlu.popup-builder {
  background-color: #ffffff;
}
.cid-tkc2vnjSlu.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tkc2vnjSlu.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tkc2vnjSlu .modal-content,
.cid-tkc2vnjSlu .modal-dialog {
  height: auto;
}
.cid-tkc2vnjSlu .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tkc2vnjSlu .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tkc2vnjSlu .form-wrapper .mbr-form .form-group,
  .cid-tkc2vnjSlu .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tkc2vnjSlu .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tkc2vnjSlu .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-tkc2vnjSlu .mbr-text {
  text-align: left;
}
.cid-tkc2vnjSlu .pt-0 {
  padding-top: 0 !important;
}
.cid-tkc2vnjSlu .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tkc2vnjSlu .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tkc2vnjSlu .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tkc2vnjSlu .modal-open {
  overflow: hidden;
}
.cid-tkc2vnjSlu .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tkc2vnjSlu .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tkc2vnjSlu .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tkc2vnjSlu .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-tkc2vnjSlu .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tkc2vnjSlu .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tkc2vnjSlu .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tkc2vnjSlu .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-tkc2vnjSlu .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tkc2vnjSlu .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tkc2vnjSlu .modal-backdrop.fade {
  opacity: 0;
}
.cid-tkc2vnjSlu .modal-backdrop.show {
  opacity: .5;
}
.cid-tkc2vnjSlu .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-tkc2vnjSlu .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tkc2vnjSlu .modal-header {
    padding: 1rem;
  }
}
.cid-tkc2vnjSlu .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tkc2vnjSlu .modal-header .close svg {
  fill: #353535;
}
.cid-tkc2vnjSlu .modal-header .close:hover {
  opacity: 1;
}
.cid-tkc2vnjSlu .modal-header .close:focus {
  outline: none;
}
.cid-tkc2vnjSlu .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tkc2vnjSlu .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tkc2vnjSlu .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tkc2vnjSlu .modal-body {
    padding: 1rem;
  }
}
.cid-tkc2vnjSlu .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-tkc2vnjSlu .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tkc2vnjSlu .modal-footer {
    padding: 1rem;
  }
}
.cid-tkc2vnjSlu .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tkc2vnjSlu .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tkc2vnjSlu .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tkc2vnjSlu .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tkc2vnjSlu .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tkc2vnjSlu .modal-lg,
  .cid-tkc2vnjSlu .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tkc2vnjSlu .modal-xl {
    max-width: 1140px;
  }
}
.cid-tkc2vnjSlu .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tkc2vnjSlu .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-tkc2vnjSlu .form-group {
  margin-bottom: 1rem;
}
.cid-tkc2vnjSlu .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tkc2vnjSlu .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tkc2vnjSlu .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-tkc2vnjSlu .mbr-section-btn {
  margin: 0;
}
.cid-tkc2vnjSlu .mbr-section-btn .btn {
  margin: 0;
}
.cid-tLDA8jT3zn.popup-builder {
  background-color: #ffffff;
}
.cid-tLDA8jT3zn.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tLDA8jT3zn.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tLDA8jT3zn .modal-content,
.cid-tLDA8jT3zn .modal-dialog {
  height: auto;
}
.cid-tLDA8jT3zn .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tLDA8jT3zn .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tLDA8jT3zn .form-wrapper .mbr-form .form-group,
  .cid-tLDA8jT3zn .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tLDA8jT3zn .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tLDA8jT3zn .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-tLDA8jT3zn .mbr-text {
  text-align: center;
}
.cid-tLDA8jT3zn .pt-0 {
  padding-top: 0 !important;
}
.cid-tLDA8jT3zn .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tLDA8jT3zn .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tLDA8jT3zn .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tLDA8jT3zn .modal-open {
  overflow: hidden;
}
.cid-tLDA8jT3zn .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tLDA8jT3zn .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tLDA8jT3zn .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tLDA8jT3zn .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-tLDA8jT3zn .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tLDA8jT3zn .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tLDA8jT3zn .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tLDA8jT3zn .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-tLDA8jT3zn .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tLDA8jT3zn .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tLDA8jT3zn .modal-backdrop.fade {
  opacity: 0;
}
.cid-tLDA8jT3zn .modal-backdrop.show {
  opacity: .5;
}
.cid-tLDA8jT3zn .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-tLDA8jT3zn .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tLDA8jT3zn .modal-header {
    padding: 1rem;
  }
}
.cid-tLDA8jT3zn .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tLDA8jT3zn .modal-header .close svg {
  fill: #353535;
}
.cid-tLDA8jT3zn .modal-header .close:hover {
  opacity: 1;
}
.cid-tLDA8jT3zn .modal-header .close:focus {
  outline: none;
}
.cid-tLDA8jT3zn .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tLDA8jT3zn .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tLDA8jT3zn .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tLDA8jT3zn .modal-body {
    padding: 1rem;
  }
}
.cid-tLDA8jT3zn .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-tLDA8jT3zn .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tLDA8jT3zn .modal-footer {
    padding: 1rem;
  }
}
.cid-tLDA8jT3zn .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tLDA8jT3zn .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tLDA8jT3zn .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tLDA8jT3zn .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tLDA8jT3zn .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tLDA8jT3zn .modal-lg,
  .cid-tLDA8jT3zn .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tLDA8jT3zn .modal-xl {
    max-width: 1140px;
  }
}
.cid-tLDA8jT3zn .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tLDA8jT3zn .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-tLDA8jT3zn .form-group {
  margin-bottom: 1rem;
}
.cid-tLDA8jT3zn .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tLDA8jT3zn .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tLDA8jT3zn .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-tLDA8jT3zn .mbr-section-btn {
  margin: 0;
}
.cid-tLDA8jT3zn .mbr-section-btn .btn {
  margin: 0;
}
.cid-tsL8eRG1pH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e5e5e5;
}
.cid-tsL8eRG1pH .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-tsL8eRG1pH .form-group {
  border-bottom: 2px solid #313242 !important;
}
.cid-tsL8eRG1pH .form-group:nth-child(odd) {
  border-left: 2px solid #313242;
}
.cid-tsL8eRG1pH form .row [class*=col] {
  padding: 40px 0 0 0;
}
.cid-tsL8eRG1pH form .row [class*=col]:nth-child(odd):not(:first-child, :last-child) {
  padding-left: 40px;
}
.cid-tsL8eRG1pH .form-group {
  margin-bottom: 0;
  padding-top: 40px;
}
.cid-tsL8eRG1pH .form-control {
  box-shadow: none;
  background-color: #e5e5e5;
  padding: 0 40px 40px 0;
  border-radius: 0;
}
.cid-tsL8eRG1pH .form-control.area {
  min-height: 156px;
}
.cid-tsL8eRG1pH .form-button {
  margin-top: 48px;
  height: 74px;
  width: 320px;
}
.cid-tsL8eRG1pH .form-check-input:checked {
  background-color: #191919;
  border-color: #191919;
}
.cid-tsL8eRG1pH .form-check-input:focus {
  border-color: #191919;
  box-shadow: none;
}
.cid-tsL8eRG1pH .form-row .col {
  padding-left: 0;
}
.cid-tsL8eRG1pH label {
  margin-bottom: 5px;
}
.cid-tsL8eRG1pH .btn {
  margin-top: 48px;
  width: 360px;
  height: 76px;
}
@media (max-width: 991px) {
  .cid-tsL8eRG1pH .dragArea {
    padding: 0 1rem;
  }
  .cid-tsL8eRG1pH .btn {
    width: 260px;
    height: 66px;
  }
  .cid-tsL8eRG1pH .form-group:nth-child(odd) {
    border-left: none;
  }
  .cid-tsL8eRG1pH form .row [class*=col]:nth-child(odd):not(:first-child, :last-child) {
    padding-left: 0;
  }
}
@media (max-width: 425px) {
  .cid-tsL8eRG1pH .form-button {
    margin-top: 38px;
    height: 64px;
    width: 220px;
  }
  .cid-tsL8eRG1pH .btn {
    width: 200px;
    height: 56px;
  }
}
@media (max-width: 320px) {
  .cid-tsL8eRG1pH .form-button {
    margin-top: 38px;
    height: 64px;
    width: 215px;
  }
  .cid-tsL8eRG1pH .btn {
    width: 181px;
    height: 50px;
  }
}
.cid-tx76hPZOYF {
  padding-top: 4rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/background3-1500x583.webp");
}
.cid-tx76hPZOYF .link {
  margin-top: 30px;
}
.cid-tx76hPZOYF .date {
  margin: 29px 0 14px;
  color: #000000;
  font-weight: 700;
}
.cid-tx76hPZOYF .mbr-section-title {
  color: #ffffff;
  margin-bottom: 60px;
  font-weight: 700;
  text-align: center;
}
.cid-tx76hPZOYF .header {
  margin-bottom: 50px;
  align-items: center;
}
.cid-tx76hPZOYF .link a {
  background-image: none !important;
}
.cid-tx76hPZOYF .card-heading {
  line-height: 1.2;
  margin: 0px;
  font-weight: 500;
  color: #4c4c4c;
}
.cid-tx76hPZOYF .button {
  text-align: right;
}
@media (max-width: 600px) {
  .cid-tx76hPZOYF .header {
    margin-bottom: 20px;
  }
  .cid-tx76hPZOYF .link {
    margin-top: 20px;
    margin-bottom: 20px;
    opacity: 1;
    transform: none;
  }
}
@media (min-width: 600px) and (max-width: 1000px) {
  .cid-tx76hPZOYF .link {
    margin-bottom: 40px;
  }
}
.cid-tx76hPZOYF .mbr-section-btn {
  position: absolute;
  right: 0;
}
.cid-tx76hPZOYF .mbr-section-subtitle {
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 5px;
  color: #4c4c4c;
  text-align: center;
}
.cid-tx76hPZOYF .item {
  position: relative;
}
.cid-tx76hPZOYF .side-subtitle {
  transform: rotate(90deg) translate(100%, 0);
  transform-origin: top right;
  position: absolute;
  top: 0px;
  right: 0px;
  font-weight: 700;
  color: #4c4c4c;
  display: flex;
  align-items: center;
}
.cid-tx76hPZOYF .padd {
  padding: 0 20px;
}
.cid-tx76hPZOYF a {
  transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
}
.cid-tx76hPZOYF rect {
  transform: translateX(-13px);
  transform-origin: right;
  stroke: currentColor;
  stroke-width: .5;
}
.cid-tx76hPZOYF .qodef-button-cap-fake {
  animation: qode-button-cap-fake-out 0.35s linear;
}
.cid-tx76hPZOYF svg {
  margin-left: 15px;
}
.cid-tx76hPZOYF path {
  animation: qode-button-cap-out 0.35s ease-in-out;
  transform: translateX(-13px);
  transform-origin: right;
  fill: currentColor;
}
.cid-tx76hPZOYF .link:hover rect {
  animation: qode-button-line 0.7s ease forwards;
}
.cid-tx76hPZOYF .link:hover path {
  animation: qode-button-cap 0.7s ease forwards;
}
@keyframes qode-button-cap-fake-out {
  0% {
    clip-path: inset(0 0 0 0);
  }
  49%,
  51% {
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
@keyframes qode-button-line {
  0%,
  100% {
    transform: translateX(-13px) scaleX(1);
  }
  10% {
    transform: translateX(-13px) scaleX(1);
  }
  46%,
  55% {
    transform: translateX(0) scaleX(0.5);
  }
  99% {
    transform: translateX(-13px) scaleX(0.6);
  }
}
@keyframes qode-button-cap-out {
  0%,
  50% {
    transform: translateX(-35px) scaleX(-1);
  }
  100%,
  51% {
    transform: translateX(-13px) scaleX(1);
  }
}
@keyframes qode-button-cap {
  0% {
    -webkit-transform: translateX(-13px) scaleX(1);
    transform: translateX(-13px) scaleX(1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
  54% {
    -webkit-transform: translateX(-1px) scaleX(1);
    transform: translateX(-1px) scaleX(1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  55% {
    -webkit-transform: translateX(-20px) scaleX(-1);
    transform: translateX(-20px) scaleX(-1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    -webkit-transform: translateX(-35px) scaleX(-1);
    transform: translateX(-35px) scaleX(-1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
}
@media (max-width: 770px) {
  .cid-tx76hPZOYF .top {
    margin-top: 40px;
  }
}
.cid-tx76hPZOYF .side-subtitle:before {
  content: '';
  position: relative;
  display: block;
  height: 1px;
  width: 26px;
  margin-right: 15px;
  background-color: #dbdbdb;
}
.cid-tx75Y7BdWC {
  padding-top: 1.5rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-tx75Y7BdWC img {
  width: 100px;
  display: inline;
}
.cid-tx75Y7BdWC .si {
  width: 100%;
}
.cid-tx75Y7BdWC .text {
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 400;
  padding-bottom: 5px;
  padding-top: 8px;
}
.cid-tx75Y7BdWC .number {
  font-weight: 400;
  padding-bottom: 5px;
  color: #527490;
}
.cid-tx75Y7BdWC .subtitle {
  color: #b2b2b2;
}
.cid-tx75Y7BdWC .text,
.cid-tx75Y7BdWC .si {
  text-align: center;
}
.cid-tx75Y7BdWC .copyright {
  padding-top: 10px;
}
.cid-tx75Y7NZRV {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tx75Y7NZRV .mbr-iconfont {
  transition: all 0.3s;
  display: block;
}
@keyframes icons {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0px);
  }
}
.cid-tx75Y7NZRV .iconfont-wrapper {
  overflow: hidden;
  color: #3e5a72 !important;
  font-size: 1.2rem;
  padding: 0;
  margin: 0 0.2rem;
  display: block;
  position: relative;
}
.cid-tx75Y7NZRV .iconfont-wrapper:hover .mbr-iconfont {
  animation: icons;
  animation-duration: 0.3s;
}
.cid-tx75Y7NZRV .iconfont-wrapper:hover:before {
  height: 100%;
}
.cid-tx75Y7NZRV .iconfont-wrapper:before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  transition: all 0.3s;
  width: 100%;
  height: 0%;
  background: #4c4c4c;
  z-index: -1;
}
.cid-tx75Y7NZRV nav.navbar {
  position: fixed;
}
.cid-tx75Y7NZRV .navbar-caption-wrap {
  z-index: 10;
  transition: all 0.3s;
}
.cid-tx75Y7NZRV .nav-item {
  border-left: 1px solid #efefef;
  border-right: 1px solid #efefef;
  margin-right: -1px;
}
@media (max-width: 992px) {
  .cid-tx75Y7NZRV .nav-item {
    border: 0;
  }
}
.cid-tx75Y7NZRV .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tx75Y7NZRV .icons-menu {
    margin-bottom: 1rem;
  }
}
.cid-tx75Y7NZRV .title-wrap {
  cursor: pointer;
  border: 2px solid currentColor;
  padding: 6px 12px 3px 12px;
  position: relative;
}
.cid-tx75Y7NZRV .title-wrap:before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  transition: all 0.3s;
  width: 100%;
  height: 0%;
  background: currentColor;
  z-index: -1;
}
.cid-tx75Y7NZRV .title-wrap:hover span {
  color: white;
}
.cid-tx75Y7NZRV .title-wrap:hover:before {
  height: 100%;
}
.cid-tx75Y7NZRV .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tx75Y7NZRV .dropdown-menu {
  padding: 0;
  border-top: 4px solid #4c4c4c;
}
.cid-tx75Y7NZRV .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tx75Y7NZRV .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tx75Y7NZRV .nav-dropdown .link {
  padding: 0 0.3rem !important;
  margin: 1.4rem 2rem !important;
}
@media (max-width: 992px) {
  .cid-tx75Y7NZRV .nav-dropdown .link {
    margin: 0.5rem 1rem !important;
  }
}
.cid-tx75Y7NZRV .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tx75Y7NZRV .nav-link {
  position: relative;
}
.cid-tx75Y7NZRV .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tx75Y7NZRV .container {
    flex-wrap: nowrap;
  }
}
.cid-tx75Y7NZRV .dropdown-menu,
.cid-tx75Y7NZRV .navbar.opened {
  background: #ffffff !important;
}
.cid-tx75Y7NZRV .nav-item:focus,
.cid-tx75Y7NZRV .nav-link:focus {
  outline: none;
}
.cid-tx75Y7NZRV .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tx75Y7NZRV .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tx75Y7NZRV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tx75Y7NZRV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tx75Y7NZRV .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tx75Y7NZRV .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tx75Y7NZRV .navbar {
  min-height: 70px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-tx75Y7NZRV .navbar.opened {
  transition: all 0.3s;
}
.cid-tx75Y7NZRV .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tx75Y7NZRV .navbar .navbar-logo img {
  width: auto;
}
.cid-tx75Y7NZRV .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tx75Y7NZRV .navbar.collapsed {
  justify-content: center;
}
.cid-tx75Y7NZRV .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tx75Y7NZRV .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tx75Y7NZRV .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 100px;
  }
}
.cid-tx75Y7NZRV .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tx75Y7NZRV .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tx75Y7NZRV .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tx75Y7NZRV .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tx75Y7NZRV .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tx75Y7NZRV .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tx75Y7NZRV .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tx75Y7NZRV .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tx75Y7NZRV .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tx75Y7NZRV .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tx75Y7NZRV .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tx75Y7NZRV .navbar .navbar-logo img {
    height: 1rem !important;
  }
  .cid-tx75Y7NZRV .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tx75Y7NZRV .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tx75Y7NZRV .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tx75Y7NZRV .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tx75Y7NZRV .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tx75Y7NZRV .navbar.navbar-short {
  min-height: 60px;
}
.cid-tx75Y7NZRV .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tx75Y7NZRV .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tx75Y7NZRV .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tx75Y7NZRV .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tx75Y7NZRV .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tx75Y7NZRV .dropdown-item.active,
.cid-tx75Y7NZRV .dropdown-item:active {
  background-color: transparent;
}
.cid-tx75Y7NZRV .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tx75Y7NZRV .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tx75Y7NZRV .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tx75Y7NZRV .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tx75Y7NZRV .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tx75Y7NZRV .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tx75Y7NZRV ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tx75Y7NZRV .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tx75Y7NZRV button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tx75Y7NZRV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tx75Y7NZRV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tx75Y7NZRV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tx75Y7NZRV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tx75Y7NZRV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tx75Y7NZRV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tx75Y7NZRV nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tx75Y7NZRV nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tx75Y7NZRV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tx75Y7NZRV .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tx75Y7NZRV a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tx75Y7NZRV .navbar {
    height: 70px;
  }
  .cid-tx75Y7NZRV .navbar.opened {
    height: auto;
  }
  .cid-tx75Y7NZRV .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tx75Y7NZRV .navbar-caption-wrap,
.cid-tx75Y7NZRV .title-wrap {
  color: #272727;
}
.cid-tkcLTG4qBe {
  padding-top: 60px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/background3-1500x583.webp");
}
.cid-tkcLTG4qBe h4 {
  display: -webkit-flex;
  letter-spacing: 0.03em;
  color: #000000;
}
.cid-tkcLTG4qBe .panel-text {
  letter-spacing: 0.03em;
  color: #ffffff;
  line-height: 1.7;
  text-align: left;
}
.cid-tkcLTG4qBe .mbr-section-title {
  letter-spacing: 0.1em;
  color: #ffffff;
}
.cid-tkcLTG4qBe .mbr-section-subtitle {
  letter-spacing: 0.03em;
  font-weight: 500;
  color: #ffffff;
}
.cid-tkcLTG4qBe .accordion-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-tkcLTG4qBe .panel-group {
  width: 100%;
}
.cid-tkcLTG4qBe .card {
  border-bottom: 1px solid #527490;
  border-radius: 0px;
  margin-bottom: .5rem;
}
.cid-tkcLTG4qBe .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-tkcLTG4qBe .card .card-header a.panel-title {
  transition: all .3s;
  background-color: #ffffff;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-tkcLTG4qBe .card .card-header a.panel-title:hover {
  opacity: 0.5;
}
.cid-tkcLTG4qBe .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-tkcLTG4qBe .card .card-header a.panel-title .sign {
  padding-left: 1rem;
}
.cid-tkcLTG4qBe .card .card-header a.panel-title h4 {
  padding: 1rem 1rem;
  margin-bottom: 0;
}
.cid-tkcLTG4qBe .card .panel-body {
  background: #527490;
}
.cid-tkcLTG4qBe .sign {
  color: #000000;
}
.cid-tkcLTG4qBe .media-container-row .accordion-section {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-tkcLTG4qBe .media-container-row > div {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cid-tkcLTG4qBe .mbr-figure {
    padding-right: 0;
    padding-left: 0;
    padding-top: 2rem;
  }
}
.cid-tkcLTHvKT4.popup-builder {
  background-color: #ffffff;
}
.cid-tkcLTHvKT4.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tkcLTHvKT4.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tkcLTHvKT4 .modal-content,
.cid-tkcLTHvKT4 .modal-dialog {
  height: auto;
}
.cid-tkcLTHvKT4 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tkcLTHvKT4 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tkcLTHvKT4 .form-wrapper .mbr-form .form-group,
  .cid-tkcLTHvKT4 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tkcLTHvKT4 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tkcLTHvKT4 .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-tkcLTHvKT4 .mbr-text {
  text-align: left;
}
.cid-tkcLTHvKT4 .pt-0 {
  padding-top: 0 !important;
}
.cid-tkcLTHvKT4 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tkcLTHvKT4 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tkcLTHvKT4 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tkcLTHvKT4 .modal-open {
  overflow: hidden;
}
.cid-tkcLTHvKT4 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tkcLTHvKT4 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tkcLTHvKT4 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tkcLTHvKT4 .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-tkcLTHvKT4 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tkcLTHvKT4 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tkcLTHvKT4 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tkcLTHvKT4 .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-tkcLTHvKT4 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tkcLTHvKT4 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tkcLTHvKT4 .modal-backdrop.fade {
  opacity: 0;
}
.cid-tkcLTHvKT4 .modal-backdrop.show {
  opacity: .5;
}
.cid-tkcLTHvKT4 .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-tkcLTHvKT4 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tkcLTHvKT4 .modal-header {
    padding: 1rem;
  }
}
.cid-tkcLTHvKT4 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tkcLTHvKT4 .modal-header .close svg {
  fill: #313242;
}
.cid-tkcLTHvKT4 .modal-header .close:hover {
  opacity: 1;
}
.cid-tkcLTHvKT4 .modal-header .close:focus {
  outline: none;
}
.cid-tkcLTHvKT4 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tkcLTHvKT4 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tkcLTHvKT4 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tkcLTHvKT4 .modal-body {
    padding: 1rem;
  }
}
.cid-tkcLTHvKT4 .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-tkcLTHvKT4 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tkcLTHvKT4 .modal-footer {
    padding: 1rem;
  }
}
.cid-tkcLTHvKT4 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tkcLTHvKT4 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tkcLTHvKT4 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tkcLTHvKT4 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tkcLTHvKT4 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tkcLTHvKT4 .modal-lg,
  .cid-tkcLTHvKT4 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tkcLTHvKT4 .modal-xl {
    max-width: 1140px;
  }
}
.cid-tkcLTHvKT4 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tkcLTHvKT4 .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-tkcLTHvKT4 .form-group {
  margin-bottom: 1rem;
}
.cid-tkcLTHvKT4 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tkcLTHvKT4 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tkcLTHvKT4 .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-tkcLTHvKT4 .mbr-section-btn {
  margin: 0;
}
.cid-tkcLTHvKT4 .mbr-section-btn .btn {
  margin: 0;
}
.cid-tkcLTHVk2H.popup-builder {
  background-color: #ffffff;
}
.cid-tkcLTHVk2H.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tkcLTHVk2H.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tkcLTHVk2H .modal-content,
.cid-tkcLTHVk2H .modal-dialog {
  height: auto;
}
.cid-tkcLTHVk2H .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tkcLTHVk2H .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tkcLTHVk2H .form-wrapper .mbr-form .form-group,
  .cid-tkcLTHVk2H .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tkcLTHVk2H .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tkcLTHVk2H .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-tkcLTHVk2H .mbr-text {
  text-align: left;
}
.cid-tkcLTHVk2H .pt-0 {
  padding-top: 0 !important;
}
.cid-tkcLTHVk2H .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tkcLTHVk2H .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tkcLTHVk2H .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tkcLTHVk2H .modal-open {
  overflow: hidden;
}
.cid-tkcLTHVk2H .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tkcLTHVk2H .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tkcLTHVk2H .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tkcLTHVk2H .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-tkcLTHVk2H .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tkcLTHVk2H .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tkcLTHVk2H .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tkcLTHVk2H .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-tkcLTHVk2H .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tkcLTHVk2H .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tkcLTHVk2H .modal-backdrop.fade {
  opacity: 0;
}
.cid-tkcLTHVk2H .modal-backdrop.show {
  opacity: .5;
}
.cid-tkcLTHVk2H .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-tkcLTHVk2H .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tkcLTHVk2H .modal-header {
    padding: 1rem;
  }
}
.cid-tkcLTHVk2H .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tkcLTHVk2H .modal-header .close svg {
  fill: #353535;
}
.cid-tkcLTHVk2H .modal-header .close:hover {
  opacity: 1;
}
.cid-tkcLTHVk2H .modal-header .close:focus {
  outline: none;
}
.cid-tkcLTHVk2H .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tkcLTHVk2H .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tkcLTHVk2H .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tkcLTHVk2H .modal-body {
    padding: 1rem;
  }
}
.cid-tkcLTHVk2H .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-tkcLTHVk2H .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tkcLTHVk2H .modal-footer {
    padding: 1rem;
  }
}
.cid-tkcLTHVk2H .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tkcLTHVk2H .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tkcLTHVk2H .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tkcLTHVk2H .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tkcLTHVk2H .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tkcLTHVk2H .modal-lg,
  .cid-tkcLTHVk2H .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tkcLTHVk2H .modal-xl {
    max-width: 1140px;
  }
}
.cid-tkcLTHVk2H .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tkcLTHVk2H .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-tkcLTHVk2H .form-group {
  margin-bottom: 1rem;
}
.cid-tkcLTHVk2H .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tkcLTHVk2H .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tkcLTHVk2H .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-tkcLTHVk2H .mbr-section-btn {
  margin: 0;
}
.cid-tkcLTHVk2H .mbr-section-btn .btn {
  margin: 0;
}
.cid-tkcLTIpp34.popup-builder {
  background-color: #ffffff;
}
.cid-tkcLTIpp34.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tkcLTIpp34.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tkcLTIpp34 .modal-content,
.cid-tkcLTIpp34 .modal-dialog {
  height: auto;
}
.cid-tkcLTIpp34 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tkcLTIpp34 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tkcLTIpp34 .form-wrapper .mbr-form .form-group,
  .cid-tkcLTIpp34 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tkcLTIpp34 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tkcLTIpp34 .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-tkcLTIpp34 .mbr-text {
  text-align: left;
}
.cid-tkcLTIpp34 .pt-0 {
  padding-top: 0 !important;
}
.cid-tkcLTIpp34 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tkcLTIpp34 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tkcLTIpp34 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tkcLTIpp34 .modal-open {
  overflow: hidden;
}
.cid-tkcLTIpp34 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tkcLTIpp34 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tkcLTIpp34 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tkcLTIpp34 .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-tkcLTIpp34 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tkcLTIpp34 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tkcLTIpp34 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tkcLTIpp34 .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-tkcLTIpp34 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tkcLTIpp34 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tkcLTIpp34 .modal-backdrop.fade {
  opacity: 0;
}
.cid-tkcLTIpp34 .modal-backdrop.show {
  opacity: .5;
}
.cid-tkcLTIpp34 .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-tkcLTIpp34 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tkcLTIpp34 .modal-header {
    padding: 1rem;
  }
}
.cid-tkcLTIpp34 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tkcLTIpp34 .modal-header .close svg {
  fill: #353535;
}
.cid-tkcLTIpp34 .modal-header .close:hover {
  opacity: 1;
}
.cid-tkcLTIpp34 .modal-header .close:focus {
  outline: none;
}
.cid-tkcLTIpp34 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tkcLTIpp34 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tkcLTIpp34 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tkcLTIpp34 .modal-body {
    padding: 1rem;
  }
}
.cid-tkcLTIpp34 .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-tkcLTIpp34 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tkcLTIpp34 .modal-footer {
    padding: 1rem;
  }
}
.cid-tkcLTIpp34 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tkcLTIpp34 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tkcLTIpp34 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tkcLTIpp34 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tkcLTIpp34 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tkcLTIpp34 .modal-lg,
  .cid-tkcLTIpp34 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tkcLTIpp34 .modal-xl {
    max-width: 1140px;
  }
}
.cid-tkcLTIpp34 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tkcLTIpp34 .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-tkcLTIpp34 .form-group {
  margin-bottom: 1rem;
}
.cid-tkcLTIpp34 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tkcLTIpp34 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tkcLTIpp34 .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-tkcLTIpp34 .mbr-section-btn {
  margin: 0;
}
.cid-tkcLTIpp34 .mbr-section-btn .btn {
  margin: 0;
}
.cid-tkcLTIU1gP.popup-builder {
  background-color: #ffffff;
}
.cid-tkcLTIU1gP.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tkcLTIU1gP.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tkcLTIU1gP .modal-content,
.cid-tkcLTIU1gP .modal-dialog {
  height: auto;
}
.cid-tkcLTIU1gP .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tkcLTIU1gP .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tkcLTIU1gP .form-wrapper .mbr-form .form-group,
  .cid-tkcLTIU1gP .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tkcLTIU1gP .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tkcLTIU1gP .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-tkcLTIU1gP .mbr-text {
  text-align: left;
}
.cid-tkcLTIU1gP .pt-0 {
  padding-top: 0 !important;
}
.cid-tkcLTIU1gP .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tkcLTIU1gP .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tkcLTIU1gP .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tkcLTIU1gP .modal-open {
  overflow: hidden;
}
.cid-tkcLTIU1gP .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tkcLTIU1gP .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tkcLTIU1gP .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tkcLTIU1gP .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-tkcLTIU1gP .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tkcLTIU1gP .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tkcLTIU1gP .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tkcLTIU1gP .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-tkcLTIU1gP .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tkcLTIU1gP .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tkcLTIU1gP .modal-backdrop.fade {
  opacity: 0;
}
.cid-tkcLTIU1gP .modal-backdrop.show {
  opacity: .5;
}
.cid-tkcLTIU1gP .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-tkcLTIU1gP .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tkcLTIU1gP .modal-header {
    padding: 1rem;
  }
}
.cid-tkcLTIU1gP .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tkcLTIU1gP .modal-header .close svg {
  fill: #353535;
}
.cid-tkcLTIU1gP .modal-header .close:hover {
  opacity: 1;
}
.cid-tkcLTIU1gP .modal-header .close:focus {
  outline: none;
}
.cid-tkcLTIU1gP .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tkcLTIU1gP .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tkcLTIU1gP .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tkcLTIU1gP .modal-body {
    padding: 1rem;
  }
}
.cid-tkcLTIU1gP .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-tkcLTIU1gP .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tkcLTIU1gP .modal-footer {
    padding: 1rem;
  }
}
.cid-tkcLTIU1gP .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tkcLTIU1gP .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tkcLTIU1gP .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tkcLTIU1gP .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tkcLTIU1gP .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tkcLTIU1gP .modal-lg,
  .cid-tkcLTIU1gP .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tkcLTIU1gP .modal-xl {
    max-width: 1140px;
  }
}
.cid-tkcLTIU1gP .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tkcLTIU1gP .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-tkcLTIU1gP .form-group {
  margin-bottom: 1rem;
}
.cid-tkcLTIU1gP .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tkcLTIU1gP .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tkcLTIU1gP .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-tkcLTIU1gP .mbr-section-btn {
  margin: 0;
}
.cid-tkcLTIU1gP .mbr-section-btn .btn {
  margin: 0;
}
.cid-tkcLTJnsdi.popup-builder {
  background-color: #ffffff;
}
.cid-tkcLTJnsdi.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tkcLTJnsdi.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tkcLTJnsdi .modal-content,
.cid-tkcLTJnsdi .modal-dialog {
  height: auto;
}
.cid-tkcLTJnsdi .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tkcLTJnsdi .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tkcLTJnsdi .form-wrapper .mbr-form .form-group,
  .cid-tkcLTJnsdi .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tkcLTJnsdi .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tkcLTJnsdi .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-tkcLTJnsdi .mbr-text {
  text-align: left;
}
.cid-tkcLTJnsdi .pt-0 {
  padding-top: 0 !important;
}
.cid-tkcLTJnsdi .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tkcLTJnsdi .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tkcLTJnsdi .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tkcLTJnsdi .modal-open {
  overflow: hidden;
}
.cid-tkcLTJnsdi .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tkcLTJnsdi .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tkcLTJnsdi .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tkcLTJnsdi .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-tkcLTJnsdi .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tkcLTJnsdi .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tkcLTJnsdi .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tkcLTJnsdi .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-tkcLTJnsdi .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tkcLTJnsdi .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tkcLTJnsdi .modal-backdrop.fade {
  opacity: 0;
}
.cid-tkcLTJnsdi .modal-backdrop.show {
  opacity: .5;
}
.cid-tkcLTJnsdi .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-tkcLTJnsdi .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tkcLTJnsdi .modal-header {
    padding: 1rem;
  }
}
.cid-tkcLTJnsdi .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tkcLTJnsdi .modal-header .close svg {
  fill: #353535;
}
.cid-tkcLTJnsdi .modal-header .close:hover {
  opacity: 1;
}
.cid-tkcLTJnsdi .modal-header .close:focus {
  outline: none;
}
.cid-tkcLTJnsdi .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tkcLTJnsdi .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tkcLTJnsdi .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tkcLTJnsdi .modal-body {
    padding: 1rem;
  }
}
.cid-tkcLTJnsdi .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-tkcLTJnsdi .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tkcLTJnsdi .modal-footer {
    padding: 1rem;
  }
}
.cid-tkcLTJnsdi .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tkcLTJnsdi .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tkcLTJnsdi .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tkcLTJnsdi .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tkcLTJnsdi .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tkcLTJnsdi .modal-lg,
  .cid-tkcLTJnsdi .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tkcLTJnsdi .modal-xl {
    max-width: 1140px;
  }
}
.cid-tkcLTJnsdi .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tkcLTJnsdi .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-tkcLTJnsdi .form-group {
  margin-bottom: 1rem;
}
.cid-tkcLTJnsdi .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tkcLTJnsdi .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tkcLTJnsdi .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-tkcLTJnsdi .mbr-section-btn {
  margin: 0;
}
.cid-tkcLTJnsdi .mbr-section-btn .btn {
  margin: 0;
}
.cid-tkcLTJUuxO.popup-builder {
  background-color: #ffffff;
}
.cid-tkcLTJUuxO.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tkcLTJUuxO.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tkcLTJUuxO .modal-content,
.cid-tkcLTJUuxO .modal-dialog {
  height: auto;
}
.cid-tkcLTJUuxO .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tkcLTJUuxO .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tkcLTJUuxO .form-wrapper .mbr-form .form-group,
  .cid-tkcLTJUuxO .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tkcLTJUuxO .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tkcLTJUuxO .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-tkcLTJUuxO .mbr-text {
  text-align: left;
}
.cid-tkcLTJUuxO .pt-0 {
  padding-top: 0 !important;
}
.cid-tkcLTJUuxO .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tkcLTJUuxO .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tkcLTJUuxO .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tkcLTJUuxO .modal-open {
  overflow: hidden;
}
.cid-tkcLTJUuxO .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tkcLTJUuxO .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tkcLTJUuxO .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tkcLTJUuxO .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-tkcLTJUuxO .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tkcLTJUuxO .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tkcLTJUuxO .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tkcLTJUuxO .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-tkcLTJUuxO .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tkcLTJUuxO .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tkcLTJUuxO .modal-backdrop.fade {
  opacity: 0;
}
.cid-tkcLTJUuxO .modal-backdrop.show {
  opacity: .5;
}
.cid-tkcLTJUuxO .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-tkcLTJUuxO .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tkcLTJUuxO .modal-header {
    padding: 1rem;
  }
}
.cid-tkcLTJUuxO .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tkcLTJUuxO .modal-header .close svg {
  fill: #353535;
}
.cid-tkcLTJUuxO .modal-header .close:hover {
  opacity: 1;
}
.cid-tkcLTJUuxO .modal-header .close:focus {
  outline: none;
}
.cid-tkcLTJUuxO .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tkcLTJUuxO .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tkcLTJUuxO .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tkcLTJUuxO .modal-body {
    padding: 1rem;
  }
}
.cid-tkcLTJUuxO .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-tkcLTJUuxO .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tkcLTJUuxO .modal-footer {
    padding: 1rem;
  }
}
.cid-tkcLTJUuxO .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tkcLTJUuxO .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tkcLTJUuxO .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tkcLTJUuxO .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tkcLTJUuxO .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tkcLTJUuxO .modal-lg,
  .cid-tkcLTJUuxO .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tkcLTJUuxO .modal-xl {
    max-width: 1140px;
  }
}
.cid-tkcLTJUuxO .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tkcLTJUuxO .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-tkcLTJUuxO .form-group {
  margin-bottom: 1rem;
}
.cid-tkcLTJUuxO .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tkcLTJUuxO .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tkcLTJUuxO .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-tkcLTJUuxO .mbr-section-btn {
  margin: 0;
}
.cid-tkcLTJUuxO .mbr-section-btn .btn {
  margin: 0;
}
.cid-tkcLTKrmoE.popup-builder {
  background-color: #ffffff;
}
.cid-tkcLTKrmoE.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tkcLTKrmoE.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tkcLTKrmoE .modal-content,
.cid-tkcLTKrmoE .modal-dialog {
  height: auto;
}
.cid-tkcLTKrmoE .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tkcLTKrmoE .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tkcLTKrmoE .form-wrapper .mbr-form .form-group,
  .cid-tkcLTKrmoE .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tkcLTKrmoE .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tkcLTKrmoE .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-tkcLTKrmoE .mbr-text {
  text-align: left;
}
.cid-tkcLTKrmoE .pt-0 {
  padding-top: 0 !important;
}
.cid-tkcLTKrmoE .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tkcLTKrmoE .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tkcLTKrmoE .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tkcLTKrmoE .modal-open {
  overflow: hidden;
}
.cid-tkcLTKrmoE .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tkcLTKrmoE .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tkcLTKrmoE .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tkcLTKrmoE .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-tkcLTKrmoE .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tkcLTKrmoE .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tkcLTKrmoE .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tkcLTKrmoE .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-tkcLTKrmoE .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tkcLTKrmoE .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tkcLTKrmoE .modal-backdrop.fade {
  opacity: 0;
}
.cid-tkcLTKrmoE .modal-backdrop.show {
  opacity: .5;
}
.cid-tkcLTKrmoE .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-tkcLTKrmoE .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tkcLTKrmoE .modal-header {
    padding: 1rem;
  }
}
.cid-tkcLTKrmoE .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tkcLTKrmoE .modal-header .close svg {
  fill: #353535;
}
.cid-tkcLTKrmoE .modal-header .close:hover {
  opacity: 1;
}
.cid-tkcLTKrmoE .modal-header .close:focus {
  outline: none;
}
.cid-tkcLTKrmoE .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tkcLTKrmoE .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tkcLTKrmoE .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tkcLTKrmoE .modal-body {
    padding: 1rem;
  }
}
.cid-tkcLTKrmoE .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-tkcLTKrmoE .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tkcLTKrmoE .modal-footer {
    padding: 1rem;
  }
}
.cid-tkcLTKrmoE .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tkcLTKrmoE .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tkcLTKrmoE .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tkcLTKrmoE .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tkcLTKrmoE .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tkcLTKrmoE .modal-lg,
  .cid-tkcLTKrmoE .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tkcLTKrmoE .modal-xl {
    max-width: 1140px;
  }
}
.cid-tkcLTKrmoE .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tkcLTKrmoE .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-tkcLTKrmoE .form-group {
  margin-bottom: 1rem;
}
.cid-tkcLTKrmoE .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tkcLTKrmoE .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tkcLTKrmoE .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-tkcLTKrmoE .mbr-section-btn {
  margin: 0;
}
.cid-tkcLTKrmoE .mbr-section-btn .btn {
  margin: 0;
}
.cid-tLDAOeTdnU {
  padding-top: 60px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/background3-1500x583.webp");
}
.cid-tLDAOeTdnU h4 {
  display: -webkit-flex;
  letter-spacing: 0.03em;
  color: #000000;
}
.cid-tLDAOeTdnU .panel-text {
  letter-spacing: 0.03em;
  color: #ffffff;
  line-height: 1.7;
  text-align: left;
}
.cid-tLDAOeTdnU .mbr-section-title {
  letter-spacing: 0.1em;
  color: #ffffff;
}
.cid-tLDAOeTdnU .mbr-section-subtitle {
  letter-spacing: 0.03em;
  font-weight: 500;
  color: #ffffff;
}
.cid-tLDAOeTdnU .accordion-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-tLDAOeTdnU .panel-group {
  width: 100%;
}
.cid-tLDAOeTdnU .card {
  border-bottom: 1px solid #527490;
  border-radius: 0px;
  margin-bottom: .5rem;
}
.cid-tLDAOeTdnU .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-tLDAOeTdnU .card .card-header a.panel-title {
  transition: all .3s;
  background-color: #ffffff;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-tLDAOeTdnU .card .card-header a.panel-title:hover {
  opacity: 0.5;
}
.cid-tLDAOeTdnU .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-tLDAOeTdnU .card .card-header a.panel-title .sign {
  padding-left: 1rem;
}
.cid-tLDAOeTdnU .card .card-header a.panel-title h4 {
  padding: 1rem 1rem;
  margin-bottom: 0;
}
.cid-tLDAOeTdnU .card .panel-body {
  background: #527490;
}
.cid-tLDAOeTdnU .sign {
  color: #000000;
}
.cid-tLDAOeTdnU .media-container-row .accordion-section {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-tLDAOeTdnU .media-container-row > div {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cid-tLDAOeTdnU .mbr-figure {
    padding-right: 0;
    padding-left: 0;
    padding-top: 2rem;
  }
}
.cid-tLDAOfU0IB.popup-builder {
  background-color: #ffffff;
}
.cid-tLDAOfU0IB.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tLDAOfU0IB.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tLDAOfU0IB .modal-content,
.cid-tLDAOfU0IB .modal-dialog {
  height: auto;
}
.cid-tLDAOfU0IB .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tLDAOfU0IB .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tLDAOfU0IB .form-wrapper .mbr-form .form-group,
  .cid-tLDAOfU0IB .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tLDAOfU0IB .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tLDAOfU0IB .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-tLDAOfU0IB .mbr-text {
  text-align: left;
}
.cid-tLDAOfU0IB .pt-0 {
  padding-top: 0 !important;
}
.cid-tLDAOfU0IB .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tLDAOfU0IB .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tLDAOfU0IB .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tLDAOfU0IB .modal-open {
  overflow: hidden;
}
.cid-tLDAOfU0IB .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tLDAOfU0IB .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tLDAOfU0IB .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tLDAOfU0IB .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-tLDAOfU0IB .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tLDAOfU0IB .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tLDAOfU0IB .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tLDAOfU0IB .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-tLDAOfU0IB .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tLDAOfU0IB .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tLDAOfU0IB .modal-backdrop.fade {
  opacity: 0;
}
.cid-tLDAOfU0IB .modal-backdrop.show {
  opacity: .5;
}
.cid-tLDAOfU0IB .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-tLDAOfU0IB .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tLDAOfU0IB .modal-header {
    padding: 1rem;
  }
}
.cid-tLDAOfU0IB .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tLDAOfU0IB .modal-header .close svg {
  fill: #313242;
}
.cid-tLDAOfU0IB .modal-header .close:hover {
  opacity: 1;
}
.cid-tLDAOfU0IB .modal-header .close:focus {
  outline: none;
}
.cid-tLDAOfU0IB .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tLDAOfU0IB .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tLDAOfU0IB .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tLDAOfU0IB .modal-body {
    padding: 1rem;
  }
}
.cid-tLDAOfU0IB .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-tLDAOfU0IB .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tLDAOfU0IB .modal-footer {
    padding: 1rem;
  }
}
.cid-tLDAOfU0IB .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tLDAOfU0IB .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tLDAOfU0IB .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tLDAOfU0IB .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tLDAOfU0IB .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tLDAOfU0IB .modal-lg,
  .cid-tLDAOfU0IB .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tLDAOfU0IB .modal-xl {
    max-width: 1140px;
  }
}
.cid-tLDAOfU0IB .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tLDAOfU0IB .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-tLDAOfU0IB .form-group {
  margin-bottom: 1rem;
}
.cid-tLDAOfU0IB .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tLDAOfU0IB .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tLDAOfU0IB .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-tLDAOfU0IB .mbr-section-btn {
  margin: 0;
}
.cid-tLDAOfU0IB .mbr-section-btn .btn {
  margin: 0;
}
.cid-tLDAOgh4LD.popup-builder {
  background-color: #ffffff;
}
.cid-tLDAOgh4LD.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tLDAOgh4LD.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tLDAOgh4LD .modal-content,
.cid-tLDAOgh4LD .modal-dialog {
  height: auto;
}
.cid-tLDAOgh4LD .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tLDAOgh4LD .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tLDAOgh4LD .form-wrapper .mbr-form .form-group,
  .cid-tLDAOgh4LD .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tLDAOgh4LD .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tLDAOgh4LD .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-tLDAOgh4LD .mbr-text {
  text-align: left;
}
.cid-tLDAOgh4LD .pt-0 {
  padding-top: 0 !important;
}
.cid-tLDAOgh4LD .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tLDAOgh4LD .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tLDAOgh4LD .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tLDAOgh4LD .modal-open {
  overflow: hidden;
}
.cid-tLDAOgh4LD .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tLDAOgh4LD .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tLDAOgh4LD .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tLDAOgh4LD .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-tLDAOgh4LD .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tLDAOgh4LD .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tLDAOgh4LD .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tLDAOgh4LD .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-tLDAOgh4LD .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tLDAOgh4LD .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tLDAOgh4LD .modal-backdrop.fade {
  opacity: 0;
}
.cid-tLDAOgh4LD .modal-backdrop.show {
  opacity: .5;
}
.cid-tLDAOgh4LD .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-tLDAOgh4LD .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tLDAOgh4LD .modal-header {
    padding: 1rem;
  }
}
.cid-tLDAOgh4LD .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tLDAOgh4LD .modal-header .close svg {
  fill: #353535;
}
.cid-tLDAOgh4LD .modal-header .close:hover {
  opacity: 1;
}
.cid-tLDAOgh4LD .modal-header .close:focus {
  outline: none;
}
.cid-tLDAOgh4LD .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tLDAOgh4LD .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tLDAOgh4LD .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tLDAOgh4LD .modal-body {
    padding: 1rem;
  }
}
.cid-tLDAOgh4LD .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-tLDAOgh4LD .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tLDAOgh4LD .modal-footer {
    padding: 1rem;
  }
}
.cid-tLDAOgh4LD .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tLDAOgh4LD .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tLDAOgh4LD .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tLDAOgh4LD .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tLDAOgh4LD .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tLDAOgh4LD .modal-lg,
  .cid-tLDAOgh4LD .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tLDAOgh4LD .modal-xl {
    max-width: 1140px;
  }
}
.cid-tLDAOgh4LD .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tLDAOgh4LD .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-tLDAOgh4LD .form-group {
  margin-bottom: 1rem;
}
.cid-tLDAOgh4LD .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tLDAOgh4LD .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tLDAOgh4LD .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-tLDAOgh4LD .mbr-section-btn {
  margin: 0;
}
.cid-tLDAOgh4LD .mbr-section-btn .btn {
  margin: 0;
}
.cid-tLDAOgEf9K.popup-builder {
  background-color: #ffffff;
}
.cid-tLDAOgEf9K.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tLDAOgEf9K.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tLDAOgEf9K .modal-content,
.cid-tLDAOgEf9K .modal-dialog {
  height: auto;
}
.cid-tLDAOgEf9K .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tLDAOgEf9K .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tLDAOgEf9K .form-wrapper .mbr-form .form-group,
  .cid-tLDAOgEf9K .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tLDAOgEf9K .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tLDAOgEf9K .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-tLDAOgEf9K .mbr-text {
  text-align: left;
}
.cid-tLDAOgEf9K .pt-0 {
  padding-top: 0 !important;
}
.cid-tLDAOgEf9K .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tLDAOgEf9K .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tLDAOgEf9K .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tLDAOgEf9K .modal-open {
  overflow: hidden;
}
.cid-tLDAOgEf9K .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tLDAOgEf9K .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tLDAOgEf9K .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tLDAOgEf9K .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-tLDAOgEf9K .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tLDAOgEf9K .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tLDAOgEf9K .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tLDAOgEf9K .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-tLDAOgEf9K .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tLDAOgEf9K .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tLDAOgEf9K .modal-backdrop.fade {
  opacity: 0;
}
.cid-tLDAOgEf9K .modal-backdrop.show {
  opacity: .5;
}
.cid-tLDAOgEf9K .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-tLDAOgEf9K .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tLDAOgEf9K .modal-header {
    padding: 1rem;
  }
}
.cid-tLDAOgEf9K .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tLDAOgEf9K .modal-header .close svg {
  fill: #353535;
}
.cid-tLDAOgEf9K .modal-header .close:hover {
  opacity: 1;
}
.cid-tLDAOgEf9K .modal-header .close:focus {
  outline: none;
}
.cid-tLDAOgEf9K .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tLDAOgEf9K .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tLDAOgEf9K .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tLDAOgEf9K .modal-body {
    padding: 1rem;
  }
}
.cid-tLDAOgEf9K .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-tLDAOgEf9K .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tLDAOgEf9K .modal-footer {
    padding: 1rem;
  }
}
.cid-tLDAOgEf9K .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tLDAOgEf9K .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tLDAOgEf9K .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tLDAOgEf9K .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tLDAOgEf9K .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tLDAOgEf9K .modal-lg,
  .cid-tLDAOgEf9K .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tLDAOgEf9K .modal-xl {
    max-width: 1140px;
  }
}
.cid-tLDAOgEf9K .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tLDAOgEf9K .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-tLDAOgEf9K .form-group {
  margin-bottom: 1rem;
}
.cid-tLDAOgEf9K .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tLDAOgEf9K .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tLDAOgEf9K .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-tLDAOgEf9K .mbr-section-btn {
  margin: 0;
}
.cid-tLDAOgEf9K .mbr-section-btn .btn {
  margin: 0;
}
.cid-tLDAOh4K05.popup-builder {
  background-color: #ffffff;
}
.cid-tLDAOh4K05.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tLDAOh4K05.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tLDAOh4K05 .modal-content,
.cid-tLDAOh4K05 .modal-dialog {
  height: auto;
}
.cid-tLDAOh4K05 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tLDAOh4K05 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tLDAOh4K05 .form-wrapper .mbr-form .form-group,
  .cid-tLDAOh4K05 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tLDAOh4K05 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tLDAOh4K05 .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-tLDAOh4K05 .mbr-text {
  text-align: left;
}
.cid-tLDAOh4K05 .pt-0 {
  padding-top: 0 !important;
}
.cid-tLDAOh4K05 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tLDAOh4K05 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tLDAOh4K05 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tLDAOh4K05 .modal-open {
  overflow: hidden;
}
.cid-tLDAOh4K05 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tLDAOh4K05 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tLDAOh4K05 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tLDAOh4K05 .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-tLDAOh4K05 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tLDAOh4K05 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tLDAOh4K05 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tLDAOh4K05 .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-tLDAOh4K05 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tLDAOh4K05 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tLDAOh4K05 .modal-backdrop.fade {
  opacity: 0;
}
.cid-tLDAOh4K05 .modal-backdrop.show {
  opacity: .5;
}
.cid-tLDAOh4K05 .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-tLDAOh4K05 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tLDAOh4K05 .modal-header {
    padding: 1rem;
  }
}
.cid-tLDAOh4K05 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tLDAOh4K05 .modal-header .close svg {
  fill: #353535;
}
.cid-tLDAOh4K05 .modal-header .close:hover {
  opacity: 1;
}
.cid-tLDAOh4K05 .modal-header .close:focus {
  outline: none;
}
.cid-tLDAOh4K05 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tLDAOh4K05 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tLDAOh4K05 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tLDAOh4K05 .modal-body {
    padding: 1rem;
  }
}
.cid-tLDAOh4K05 .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-tLDAOh4K05 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tLDAOh4K05 .modal-footer {
    padding: 1rem;
  }
}
.cid-tLDAOh4K05 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tLDAOh4K05 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tLDAOh4K05 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tLDAOh4K05 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tLDAOh4K05 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tLDAOh4K05 .modal-lg,
  .cid-tLDAOh4K05 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tLDAOh4K05 .modal-xl {
    max-width: 1140px;
  }
}
.cid-tLDAOh4K05 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tLDAOh4K05 .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-tLDAOh4K05 .form-group {
  margin-bottom: 1rem;
}
.cid-tLDAOh4K05 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tLDAOh4K05 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tLDAOh4K05 .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-tLDAOh4K05 .mbr-section-btn {
  margin: 0;
}
.cid-tLDAOh4K05 .mbr-section-btn .btn {
  margin: 0;
}
.cid-tLDAOhsx5e.popup-builder {
  background-color: #ffffff;
}
.cid-tLDAOhsx5e.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tLDAOhsx5e.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tLDAOhsx5e .modal-content,
.cid-tLDAOhsx5e .modal-dialog {
  height: auto;
}
.cid-tLDAOhsx5e .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tLDAOhsx5e .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tLDAOhsx5e .form-wrapper .mbr-form .form-group,
  .cid-tLDAOhsx5e .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tLDAOhsx5e .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tLDAOhsx5e .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-tLDAOhsx5e .mbr-text {
  text-align: left;
}
.cid-tLDAOhsx5e .pt-0 {
  padding-top: 0 !important;
}
.cid-tLDAOhsx5e .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tLDAOhsx5e .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tLDAOhsx5e .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tLDAOhsx5e .modal-open {
  overflow: hidden;
}
.cid-tLDAOhsx5e .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tLDAOhsx5e .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tLDAOhsx5e .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tLDAOhsx5e .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-tLDAOhsx5e .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tLDAOhsx5e .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tLDAOhsx5e .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tLDAOhsx5e .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-tLDAOhsx5e .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tLDAOhsx5e .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tLDAOhsx5e .modal-backdrop.fade {
  opacity: 0;
}
.cid-tLDAOhsx5e .modal-backdrop.show {
  opacity: .5;
}
.cid-tLDAOhsx5e .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-tLDAOhsx5e .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tLDAOhsx5e .modal-header {
    padding: 1rem;
  }
}
.cid-tLDAOhsx5e .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tLDAOhsx5e .modal-header .close svg {
  fill: #353535;
}
.cid-tLDAOhsx5e .modal-header .close:hover {
  opacity: 1;
}
.cid-tLDAOhsx5e .modal-header .close:focus {
  outline: none;
}
.cid-tLDAOhsx5e .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tLDAOhsx5e .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tLDAOhsx5e .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tLDAOhsx5e .modal-body {
    padding: 1rem;
  }
}
.cid-tLDAOhsx5e .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-tLDAOhsx5e .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tLDAOhsx5e .modal-footer {
    padding: 1rem;
  }
}
.cid-tLDAOhsx5e .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tLDAOhsx5e .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tLDAOhsx5e .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tLDAOhsx5e .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tLDAOhsx5e .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tLDAOhsx5e .modal-lg,
  .cid-tLDAOhsx5e .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tLDAOhsx5e .modal-xl {
    max-width: 1140px;
  }
}
.cid-tLDAOhsx5e .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tLDAOhsx5e .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-tLDAOhsx5e .form-group {
  margin-bottom: 1rem;
}
.cid-tLDAOhsx5e .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tLDAOhsx5e .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tLDAOhsx5e .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-tLDAOhsx5e .mbr-section-btn {
  margin: 0;
}
.cid-tLDAOhsx5e .mbr-section-btn .btn {
  margin: 0;
}
.cid-tLDAOhRnAU.popup-builder {
  background-color: #ffffff;
}
.cid-tLDAOhRnAU.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tLDAOhRnAU.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tLDAOhRnAU .modal-content,
.cid-tLDAOhRnAU .modal-dialog {
  height: auto;
}
.cid-tLDAOhRnAU .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tLDAOhRnAU .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tLDAOhRnAU .form-wrapper .mbr-form .form-group,
  .cid-tLDAOhRnAU .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tLDAOhRnAU .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tLDAOhRnAU .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-tLDAOhRnAU .mbr-text {
  text-align: left;
}
.cid-tLDAOhRnAU .pt-0 {
  padding-top: 0 !important;
}
.cid-tLDAOhRnAU .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tLDAOhRnAU .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tLDAOhRnAU .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tLDAOhRnAU .modal-open {
  overflow: hidden;
}
.cid-tLDAOhRnAU .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tLDAOhRnAU .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tLDAOhRnAU .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tLDAOhRnAU .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-tLDAOhRnAU .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tLDAOhRnAU .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tLDAOhRnAU .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tLDAOhRnAU .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-tLDAOhRnAU .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tLDAOhRnAU .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tLDAOhRnAU .modal-backdrop.fade {
  opacity: 0;
}
.cid-tLDAOhRnAU .modal-backdrop.show {
  opacity: .5;
}
.cid-tLDAOhRnAU .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-tLDAOhRnAU .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tLDAOhRnAU .modal-header {
    padding: 1rem;
  }
}
.cid-tLDAOhRnAU .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tLDAOhRnAU .modal-header .close svg {
  fill: #353535;
}
.cid-tLDAOhRnAU .modal-header .close:hover {
  opacity: 1;
}
.cid-tLDAOhRnAU .modal-header .close:focus {
  outline: none;
}
.cid-tLDAOhRnAU .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tLDAOhRnAU .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tLDAOhRnAU .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tLDAOhRnAU .modal-body {
    padding: 1rem;
  }
}
.cid-tLDAOhRnAU .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-tLDAOhRnAU .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tLDAOhRnAU .modal-footer {
    padding: 1rem;
  }
}
.cid-tLDAOhRnAU .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tLDAOhRnAU .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tLDAOhRnAU .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tLDAOhRnAU .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tLDAOhRnAU .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tLDAOhRnAU .modal-lg,
  .cid-tLDAOhRnAU .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tLDAOhRnAU .modal-xl {
    max-width: 1140px;
  }
}
.cid-tLDAOhRnAU .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tLDAOhRnAU .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-tLDAOhRnAU .form-group {
  margin-bottom: 1rem;
}
.cid-tLDAOhRnAU .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tLDAOhRnAU .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tLDAOhRnAU .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-tLDAOhRnAU .mbr-section-btn {
  margin: 0;
}
.cid-tLDAOhRnAU .mbr-section-btn .btn {
  margin: 0;
}
.cid-tLDAOiicFY.popup-builder {
  background-color: #ffffff;
}
.cid-tLDAOiicFY.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tLDAOiicFY.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tLDAOiicFY .modal-content,
.cid-tLDAOiicFY .modal-dialog {
  height: auto;
}
.cid-tLDAOiicFY .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tLDAOiicFY .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tLDAOiicFY .form-wrapper .mbr-form .form-group,
  .cid-tLDAOiicFY .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tLDAOiicFY .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tLDAOiicFY .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-tLDAOiicFY .mbr-text {
  text-align: left;
}
.cid-tLDAOiicFY .pt-0 {
  padding-top: 0 !important;
}
.cid-tLDAOiicFY .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tLDAOiicFY .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tLDAOiicFY .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tLDAOiicFY .modal-open {
  overflow: hidden;
}
.cid-tLDAOiicFY .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tLDAOiicFY .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tLDAOiicFY .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tLDAOiicFY .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-tLDAOiicFY .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tLDAOiicFY .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tLDAOiicFY .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tLDAOiicFY .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-tLDAOiicFY .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tLDAOiicFY .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tLDAOiicFY .modal-backdrop.fade {
  opacity: 0;
}
.cid-tLDAOiicFY .modal-backdrop.show {
  opacity: .5;
}
.cid-tLDAOiicFY .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-tLDAOiicFY .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tLDAOiicFY .modal-header {
    padding: 1rem;
  }
}
.cid-tLDAOiicFY .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tLDAOiicFY .modal-header .close svg {
  fill: #353535;
}
.cid-tLDAOiicFY .modal-header .close:hover {
  opacity: 1;
}
.cid-tLDAOiicFY .modal-header .close:focus {
  outline: none;
}
.cid-tLDAOiicFY .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tLDAOiicFY .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tLDAOiicFY .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tLDAOiicFY .modal-body {
    padding: 1rem;
  }
}
.cid-tLDAOiicFY .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-tLDAOiicFY .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tLDAOiicFY .modal-footer {
    padding: 1rem;
  }
}
.cid-tLDAOiicFY .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tLDAOiicFY .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tLDAOiicFY .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tLDAOiicFY .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tLDAOiicFY .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tLDAOiicFY .modal-lg,
  .cid-tLDAOiicFY .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tLDAOiicFY .modal-xl {
    max-width: 1140px;
  }
}
.cid-tLDAOiicFY .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tLDAOiicFY .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-tLDAOiicFY .form-group {
  margin-bottom: 1rem;
}
.cid-tLDAOiicFY .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tLDAOiicFY .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tLDAOiicFY .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-tLDAOiicFY .mbr-section-btn {
  margin: 0;
}
.cid-tLDAOiicFY .mbr-section-btn .btn {
  margin: 0;
}
.cid-tLDAOiIgtV.popup-builder {
  background-color: #ffffff;
}
.cid-tLDAOiIgtV.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tLDAOiIgtV.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tLDAOiIgtV .modal-content,
.cid-tLDAOiIgtV .modal-dialog {
  height: auto;
}
.cid-tLDAOiIgtV .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tLDAOiIgtV .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tLDAOiIgtV .form-wrapper .mbr-form .form-group,
  .cid-tLDAOiIgtV .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tLDAOiIgtV .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tLDAOiIgtV .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-tLDAOiIgtV .mbr-text {
  text-align: center;
}
.cid-tLDAOiIgtV .pt-0 {
  padding-top: 0 !important;
}
.cid-tLDAOiIgtV .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tLDAOiIgtV .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tLDAOiIgtV .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tLDAOiIgtV .modal-open {
  overflow: hidden;
}
.cid-tLDAOiIgtV .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tLDAOiIgtV .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tLDAOiIgtV .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tLDAOiIgtV .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-tLDAOiIgtV .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tLDAOiIgtV .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tLDAOiIgtV .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tLDAOiIgtV .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-tLDAOiIgtV .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tLDAOiIgtV .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tLDAOiIgtV .modal-backdrop.fade {
  opacity: 0;
}
.cid-tLDAOiIgtV .modal-backdrop.show {
  opacity: .5;
}
.cid-tLDAOiIgtV .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-tLDAOiIgtV .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tLDAOiIgtV .modal-header {
    padding: 1rem;
  }
}
.cid-tLDAOiIgtV .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tLDAOiIgtV .modal-header .close svg {
  fill: #353535;
}
.cid-tLDAOiIgtV .modal-header .close:hover {
  opacity: 1;
}
.cid-tLDAOiIgtV .modal-header .close:focus {
  outline: none;
}
.cid-tLDAOiIgtV .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tLDAOiIgtV .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tLDAOiIgtV .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tLDAOiIgtV .modal-body {
    padding: 1rem;
  }
}
.cid-tLDAOiIgtV .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-tLDAOiIgtV .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tLDAOiIgtV .modal-footer {
    padding: 1rem;
  }
}
.cid-tLDAOiIgtV .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tLDAOiIgtV .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tLDAOiIgtV .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tLDAOiIgtV .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tLDAOiIgtV .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tLDAOiIgtV .modal-lg,
  .cid-tLDAOiIgtV .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tLDAOiIgtV .modal-xl {
    max-width: 1140px;
  }
}
.cid-tLDAOiIgtV .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tLDAOiIgtV .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-tLDAOiIgtV .form-group {
  margin-bottom: 1rem;
}
.cid-tLDAOiIgtV .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tLDAOiIgtV .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tLDAOiIgtV .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-tLDAOiIgtV .mbr-section-btn {
  margin: 0;
}
.cid-tLDAOiIgtV .mbr-section-btn .btn {
  margin: 0;
}
