.btn {
  border-width: 2px;
}
body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Montserrat', sans-serif;
  font-size: 4.6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.75rem;
}
.display-2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Nanum Gothic', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Nanum Gothic', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- 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.68rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.22rem;
    font-size: calc( 2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #6592e6 !important;
}
.bg-success {
  background-color: #40b0bf !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #6592e6 !important;
  border-color: #6592e6 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #2260d2 !important;
  border-color: #2260d2 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #2260d2 !important;
  border-color: #2260d2 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !important;
}
.btn-info,
.btn-info:active {
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
}
.btn-success,
.btn-success:active {
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #614f00 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #0a0800 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #614f00 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #6592e6;
  color: #6592e6;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #2260d2 !important;
  background-color: transparent!important;
  border-color: #2260d2 !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #6592e6 !important;
  border-color: #6592e6 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #ff6666;
  color: #ff6666;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ff0f0f !important;
  background-color: transparent!important;
  border-color: #ff0f0f !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #47b5ed;
  color: #47b5ed;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #148cca !important;
  background-color: transparent!important;
  border-color: #148cca !important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #40b0bf;
  color: #40b0bf;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #2a747e !important;
  background-color: transparent!important;
  border-color: #2a747e !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ffe161;
  color: #ffe161;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffd10a !important;
  background-color: transparent!important;
  border-color: #ffd10a !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ff9966;
  color: #ff9966;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ff5f0f !important;
  background-color: transparent!important;
  border-color: #ff5f0f !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !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,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: #000000 !important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !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,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: #cfcfcf !important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #6592e6 !important;
}
.text-secondary {
  color: #ff6666 !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #ff9966 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #205ac5 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ff0000 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #266a73 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #1283bc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #facb00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ff5500 !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: #6592e6;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #47b5ed;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #ff9966;
}
.mbr-gallery-filter li.active .btn {
  background-color: #6592e6;
  border-color: #6592e6;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #6592e6;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #a0d8df;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.form-control {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.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: #6592e6 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #6592e6;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #6592e6;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #6592e6;
}
.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: #6592e6;
  border-bottom-color: #6592e6;
}
.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: #6592e6 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #ff6666 !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='%236592e6' %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.6s;
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.cid-ti0EVFHtCu .navbar-dropdown {
  background-color: #000000 !important;
  padding: 0;
}
@media (max-width: 991px) {
  .cid-ti0EVFHtCu .menu_box .navbar.opened,
  .cid-ti0EVFHtCu .menu_box .navbar-collapse {
    background-color: #000000 !important;
    transition: all 0s ease 0s;
  }
}
.cid-ti0EVFHtCu .navbar-dropdown {
  position: relative !important;
}
.cid-ti0EVFHtCu nav.navbar {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-ti0EVFHtCu .offcanvas {
    padding: 120px 60px 35px;
    width: 480px;
    background-color: #232323;
  }
  .cid-ti0EVFHtCu .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-ti0EVFHtCu .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-ti0EVFHtCu .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-ti0EVFHtCu .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-ti0EVFHtCu .offcanvas-body .mbr-text,
  .cid-ti0EVFHtCu .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-ti0EVFHtCu .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-ti0EVFHtCu .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-ti0EVFHtCu .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 1px;
    border-right: 5px;
    background-color: #fafafa;
  }
  .cid-ti0EVFHtCu .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-ti0EVFHtCu .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-ti0EVFHtCu .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-ti0EVFHtCu .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-ti0EVFHtCu ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-ti0EVFHtCu .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-ti0EVFHtCu .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-ti0EVFHtCu .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-ti0EVFHtCu li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: .3em !important;
  }
  .cid-ti0EVFHtCu li.nav-item:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: currentColor;
    bottom: -5px;
    left: 0;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.32s cubic-bezier(0.31, 0.29, 0.05, 0.96);
  }
  .cid-ti0EVFHtCu li.nav-item:hover:after {
    transform-origin: left;
    transform: scaleX(0.999);
  }
  .cid-ti0EVFHtCu .lg_brand {
    margin: 0 1rem;
  }
}
.cid-ti0EVFHtCu .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-ti0EVFHtCu .nav-item {
    margin: 4px 19px;
  }
}
@media (max-width: 991px) {
  .cid-ti0EVFHtCu .nav-item {
    margin: 0 !important;
  }
}
.cid-ti0EVFHtCu .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-ti0EVFHtCu .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: 72px !important;
    left: -40px !important;
  }
  .cid-ti0EVFHtCu .dropdown-menu.dropdown-submenu {
    left: 215px!important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-ti0EVFHtCu .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-ti0EVFHtCu .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-ti0EVFHtCu .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-ti0EVFHtCu .offcanvas_box {
    display: none;
  }
}
.cid-ti0EVFHtCu .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-ti0EVFHtCu .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-ti0EVFHtCu .dropdown .dropdown-item:hover {
  color: #e5673b !important;
}
.cid-ti0EVFHtCu .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ti0EVFHtCu .nav-link {
  position: relative;
}
.cid-ti0EVFHtCu .container {
  display: flex;
  margin: auto;
}
.cid-ti0EVFHtCu .iconfont-wrapper {
  color: #000000 !important;
  font-size: 17px;
  margin-right: 25px;
  width: 56px;
  height: 56px;
  background-color: #fef2f2;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-ti0EVFHtCu .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-ti0EVFHtCu .iconfont-wrapper:hover {
  background-color: #fcdada;
}
.cid-ti0EVFHtCu .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 1200px) {
  .cid-ti0EVFHtCu .navbar-nav {
    margin: 0 2rem;
  }
}
.cid-ti0EVFHtCu .navbar-nav .nav-item:last-child {
  margin-right: 0 !important;
}
.cid-ti0EVFHtCu .dropdown-menu,
.cid-ti0EVFHtCu .navbar.opened {
  background: #000000 !important;
}
.cid-ti0EVFHtCu .nav-item:focus,
.cid-ti0EVFHtCu .nav-link:focus {
  outline: none;
}
.cid-ti0EVFHtCu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ti0EVFHtCu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ti0EVFHtCu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ti0EVFHtCu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ti0EVFHtCu .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ti0EVFHtCu .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ti0EVFHtCu .navbar {
  height: 120px;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
.cid-ti0EVFHtCu .navbar.opened {
  transition: all 0.3s;
}
.cid-ti0EVFHtCu .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-ti0EVFHtCu .navbar .navbar-logo img {
  width: auto;
}
.cid-ti0EVFHtCu .navbar .navbar-collapse {
  justify-content: space-between;
  justify-content: space-evenly;
  z-index: 1;
}
.cid-ti0EVFHtCu .navbar.collapsed {
  justify-content: center;
}
.cid-ti0EVFHtCu .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ti0EVFHtCu .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ti0EVFHtCu .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.1rem);
  }
}
.cid-ti0EVFHtCu .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ti0EVFHtCu .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ti0EVFHtCu .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ti0EVFHtCu .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-ti0EVFHtCu .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-ti0EVFHtCu .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-ti0EVFHtCu .navbar .navbar-collapse {
    padding: 34px 0;
  }
  .cid-ti0EVFHtCu .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ti0EVFHtCu .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ti0EVFHtCu .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-ti0EVFHtCu .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ti0EVFHtCu .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ti0EVFHtCu .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ti0EVFHtCu .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-ti0EVFHtCu .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-ti0EVFHtCu .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-ti0EVFHtCu .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ti0EVFHtCu .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ti0EVFHtCu .navbar .icons-menu {
    padding: 0;
  }
}
.cid-ti0EVFHtCu .navbar.navbar-short {
  min-height: 60px;
}
.cid-ti0EVFHtCu .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ti0EVFHtCu .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ti0EVFHtCu .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-ti0EVFHtCu .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ti0EVFHtCu .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ti0EVFHtCu .dropdown-item.active,
.cid-ti0EVFHtCu .dropdown-item:active {
  background-color: transparent;
}
.cid-ti0EVFHtCu .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ti0EVFHtCu .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ti0EVFHtCu .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ti0EVFHtCu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-ti0EVFHtCu .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ti0EVFHtCu .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ti0EVFHtCu ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-ti0EVFHtCu .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ti0EVFHtCu button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #000000;
}
.cid-ti0EVFHtCu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fafafa;
}
.cid-ti0EVFHtCu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ti0EVFHtCu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ti0EVFHtCu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ti0EVFHtCu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ti0EVFHtCu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ti0EVFHtCu nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ti0EVFHtCu nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ti0EVFHtCu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ti0EVFHtCu a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-ti0EVFHtCu .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ti0EVFHtCu .navbar {
    height: 70px;
  }
  .cid-ti0EVFHtCu .navbar.opened {
    height: auto;
  }
  .cid-ti0EVFHtCu .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ti0EVFHtCu .mbr-section-subtitle {
  color: #fafafa;
}
.cid-ti0EVFHtCu .mbr-text {
  color: #ffffff;
}
.cid-ti0EVFHtCu .text_widget {
  color: #bed3f9;
}
.cid-tgX4JupKDD {
  background-image: url("../../../assets/images/tattoo85-2000x2500.jpg");
}
.cid-tgX4JupKDD .mbr-fallback-image.disabled {
  display: none;
}
.cid-tgX4JupKDD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tgX4JupKDD .mbr-text,
.cid-tgX4JupKDD .mbr-section-btn {
  text-align: left;
}
.cid-v0XEBzxh2x {
  z-index: 1;
}
.cid-thpT1a9GbX {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-color: #fafafa;
}
.cid-thpT1a9GbX .mbr-fallback-image.disabled {
  display: none;
}
.cid-thpT1a9GbX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1500px) {
  .cid-thpT1a9GbX .container {
    max-width: 1400px;
  }
}
.cid-thpT1a9GbX .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #6592e6;
  margin-bottom: 2rem;
}
.cid-thpT1a9GbX .card-wrapper {
  margin-top: 3rem;
}
.cid-thpT1a9GbX .row {
  justify-content: center;
}
.cid-thpT1a9GbX .card-text {
  text-align: center;
}
.cid-thpT1a9GbX .mbr-section-title {
  text-align: right;
}
.cid-thq4z8cwMP {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-color: #353535;
}
.cid-thq4z8cwMP .mbr-fallback-image.disabled {
  display: none;
}
.cid-thq4z8cwMP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-thq4z8cwMP .row {
  flex-direction: row-reverse;
}
.cid-thq4z8cwMP .video-wrapper iframe {
  width: 100%;
}
.cid-thq4z8cwMP .mbr-section-title,
.cid-thq4z8cwMP .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-thq4z8cwMP .text-wrapper {
    padding: 2rem;
  }
}
.cid-thq4z8cwMP .mbr-section-title {
  color: #fafafa;
  text-align: left;
}
.cid-thq4z8cwMP .mbr-section-subtitle {
  color: #fafafa;
  text-align: right;
}
.cid-thq4z8cwMP .mbr-text {
  color: #fafafa;
  text-align: right;
}
.cid-v4k6jQluU2 {
  padding-top: 0.25rem;
  padding-bottom: 4.25rem;
  background-color: #ffffff;
}
.cid-v4k6jQluU2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4k6jQluU2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4k6jQluU2 .card-wrapper {
  background-color: #ffffff;
  padding: 56px 32px;
}
@media (max-width: 992px) {
  .cid-v4k6jQluU2 .card-wrapper {
    padding: 24px;
  }
}
.cid-v4k6jQluU2 .card-wrapper .title-wrapper .mbr-label {
  margin-bottom: 20px;
}
.cid-v4k6jQluU2 .card-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v4k6jQluU2 .card-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-v4k6jQluU2 .card-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v4k6jQluU2 .card-wrapper .text-wrapper .mbr-section-btn {
  margin-top: 10px;
}
.cid-v4k6jQluU2 .card-wrapper .text-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v4k6jQluU2 .mbr-label {
  color: #000000;
}
.cid-v4k6jQluU2 .mbr-section-title {
  color: #000000;
}
.cid-v4k6jQluU2 .mbr-text {
  color: #0027ba;
}
.cid-v4k6jQluU2 .mbr-text,
.cid-v4k6jQluU2 .mbr-section-btn {
  color: #000000;
  text-align: justify;
}
.cid-thUk0Z9zF0 {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-color: #353535;
}
.cid-thUk0Z9zF0 .row {
  justify-content: center;
}
.cid-thUk0Z9zF0 .title-container {
  max-width: 720px;
  padding: 0;
  margin-bottom: 56px;
  margin-right: auto;
  margin-left: auto;
}
.cid-thUk0Z9zF0 .mbr-section-title {
  color: #161616;
}
.cid-thUk0Z9zF0 .mbr-section-subtitle {
  color: #161616;
  margin-top: 24px;
}
.cid-thUk0Z9zF0 .grid-container {
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  padding: 0;
}
@media (max-width: 991px) {
  .cid-thUk0Z9zF0 .grid-container {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }
}
.cid-thUk0Z9zF0 .content-container {
  display: flex;
  padding: 0 !important;
}
.cid-thUk0Z9zF0 .content-container:nth-child(2n+1) .name-text {
  left: 64px;
}
@media (max-width: 767px) {
  .cid-thUk0Z9zF0 .content-container:nth-child(2n+1) .name-text {
    left: 40px;
  }
}
@media (max-width: 575px) {
  .cid-thUk0Z9zF0 .content-container:nth-child(2n+1) .name-text {
    top: 40px;
    left: 24px;
  }
}
.cid-thUk0Z9zF0 .content-container:nth-child(2n) .name-text {
  right: 64px;
}
@media (max-width: 767px) {
  .cid-thUk0Z9zF0 .content-container:nth-child(2n) .name-text {
    right: 40px;
  }
}
@media (max-width: 575px) {
  .cid-thUk0Z9zF0 .content-container:nth-child(2n) .name-text {
    top: 40px;
    right: 24px;
  }
}
.cid-thUk0Z9zF0 .text-container {
  padding: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  background-color: #ffffff;
  border: 2px solid #161616;
  border-radius: 16px;
}
@media (max-width: 767px) {
  .cid-thUk0Z9zF0 .text-container {
    padding: 16px;
  }
}
.cid-thUk0Z9zF0 .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  flex-grow: 1;
}
.cid-thUk0Z9zF0 .header-wrap {
  display: flex;
  align-items: flex-start;
  width: 100%;
  flex-wrap: wrap;
}
.cid-thUk0Z9zF0 .img-container {
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  border-radius: 12px;
  height: 350px;
}
@media (min-width: 576px) {
  .cid-thUk0Z9zF0 .img-container {
    height: 500px;
  }
}
@media (min-width: 768px) {
  .cid-thUk0Z9zF0 .img-container {
    height: 564px;
  }
}
@media (min-width: 992px) {
  .cid-thUk0Z9zF0 .img-container {
    height: 520px;
  }
}
@media (min-width: 1200px) {
  .cid-thUk0Z9zF0 .img-container {
    height: 610px;
  }
}
.cid-thUk0Z9zF0 .img-container img {
  max-width: 100%;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-thUk0Z9zF0 .name-text {
  width: max-content;
  color: #161616;
  position: absolute;
  right: 64px;
  top: 64px;
  max-width: 35%;
}
.cid-thUk0Z9zF0 .text-padding {
  width: 100%;
  padding: 16px;
  margin-top: 24px;
}
@media (max-width: 767px) {
  .cid-thUk0Z9zF0 .text-padding {
    padding: 0;
  }
}
.cid-thUk0Z9zF0 .card-title {
  width: 100%;
  color: #161616;
  margin-bottom: 1rem;
}
.cid-thUk0Z9zF0 .mbr-text {
  width: 100%;
  color: #161616;
}
.cid-thUk0Z9zF0 .mbr-section-btn {
  margin-top: 14px;
  width: 100%;
}
.cid-thUk0Z9zF0 .mbr-section-btn .btn {
  width: 100%;
}
.cid-thqaPBRkUk {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-color: #eae8e4;
}
.cid-thqaPBRkUk .mbr-section-head,
.cid-thqaPBRkUk .gallery_item {
  margin-bottom: 6rem;
}
.cid-thqaPBRkUk .mbr-section-subtitle {
  margin-bottom: 0.5rem;
}
.cid-thqaPBRkUk .mbr-section-title {
  line-height: .95;
  color: #413b3b;
}
.cid-thqaPBRkUk .box {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.cid-thqaPBRkUk .gallery-wrap-left {
  padding-right: 2rem;
  max-width: 66%;
  width: 66%;
}
.cid-thqaPBRkUk .gallery-wrap-right {
  padding-left: 2rem;
  max-width: 33%;
  width: 33%;
}
.cid-thqaPBRkUk .item-img,
.cid-thqaPBRkUk img {
  max-width: 100%;
  object-fit: cover;
}
.cid-thqaPBRkUk .gallery-wrap-50 .item_left {
  padding-right: 1rem;
}
.cid-thqaPBRkUk .gallery-wrap-50 .item_right {
  padding-left: 1rem;
}
.cid-thqaPBRkUk .item-content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 0.5rem;
}
.cid-thqaPBRkUk .item-title {
  text-align: left;
  flex: 1 1 0;
}
.cid-thqaPBRkUk .item-subtitle {
  text-align: right;
  flex: 1 1 0;
}
@media (max-width: 991px) {
  .cid-thqaPBRkUk .gallery-wrap-left {
    padding-right: 0;
    max-width: 100%;
    width: 100%;
  }
  .cid-thqaPBRkUk .gallery-wrap-right {
    padding-left: 0;
    max-width: 100%;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-thqaPBRkUk .mbr-section-head,
  .cid-thqaPBRkUk .gallery_item {
    margin-bottom: 3rem;
  }
  .cid-thqaPBRkUk .gallery-wrap-50 .item_left {
    padding-right: 0;
  }
  .cid-thqaPBRkUk .gallery-wrap-50 .item_right {
    padding-left: 0;
  }
}
.cid-thqaI02Xbj {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #353535;
}
@media (max-width: 1199px) {
  .cid-thqaI02Xbj .col-lg-4,
  .cid-thqaI02Xbj .col-lg-8 {
    width: 100%;
  }
}
@media (max-width: 1199px) {
  .cid-thqaI02Xbj .text-wrapper {
    text-align: center;
    margin-top: 50px;
  }
}
.cid-thqaI02Xbj .mbr-section-title {
  margin-bottom: 2.3rem;
  color: #fafafa;
}
.cid-thqaI02Xbj .mbr-section-title span {
  position: relative;
}
.cid-thqaI02Xbj .mbr-section-title span svg {
  position: absolute;
  top: -30px;
  left: -33px;
  width: 63px;
  height: 60px;
  transform: rotate(275deg);
}
.cid-thqaI02Xbj .mbr-section-title span svg path {
  fill: #e43f3f;
}
.cid-thqaI02Xbj .mbr-section-btn {
  margin-top: 83.4px;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 1199px) {
  .cid-thqaI02Xbj .mbr-section-btn {
    justify-content: center!important;
  }
}
.cid-thqaI02Xbj .button-container {
  position: relative;
}
.cid-thqaI02Xbj .button-container svg {
  position: absolute;
  top: -65px;
  left: -50px;
  width: 70px;
  height: 75px;
}
@media (max-width: 1199px) {
  .cid-thqaI02Xbj .button-container svg {
    left: 300px;
  }
}
@media (max-width: 991px) {
  .cid-thqaI02Xbj .button-container svg {
    left: 200px;
  }
}
@media (max-width: 767px) {
  .cid-thqaI02Xbj .button-container svg {
    left: 100px;
  }
}
@media (max-width: 519px) {
  .cid-thqaI02Xbj .button-container svg {
    left: 90px;
  }
}
@media (max-width: 460px) {
  .cid-thqaI02Xbj .button-container svg {
    left: 60px;
  }
}
@media (max-width: 359px) {
  .cid-thqaI02Xbj .button-container svg {
    left: 0;
  }
}
.cid-thqaI02Xbj .button-container svg path {
  fill: #e43f3f;
}
.cid-thqaI02Xbj .image-container {
  height: 570px;
  display: flex;
  justify-content: flex-end;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .cid-thqaI02Xbj .image-container {
    margin-top: 50px;
    justify-content: center;
  }
}
@media (max-width: 359px) {
  .cid-thqaI02Xbj .image-container {
    height: 490px;
  }
}
.cid-thqaI02Xbj .image-inner-container {
  display: grid;
  grid-template-columns: 200px 300px 200px;
  grid-column-gap: 32px;
  margin-top: -150px;
}
@media (max-width: 1399px) {
  .cid-thqaI02Xbj .image-inner-container {
    grid-column-gap: 14px;
  }
}
@media (max-width: 1199px) {
  .cid-thqaI02Xbj .image-inner-container {
    grid-template-columns: 180px 280px 180px;
    grid-column-gap: 28px;
    margin-top: 0;
  }
}
.cid-thqaI02Xbj .tile {
  width: 100%;
  margin-bottom: 16px;
}
.cid-thqaI02Xbj .tile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-thqaI02Xbj .image-wrap {
  border-radius: 15px;
  overflow: hidden;
}
.cid-thqaI02Xbj .image-col {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cid-thqaI02Xbj .col-aside {
  padding-top: 60px;
}
.cid-thqaI02Xbj .col-aside .image-wrap {
  height: 230px;
}
.cid-thqaI02Xbj .col-middle {
  padding-top: 100px;
  padding-top: 165px;
}
@media (max-width: 1199px) {
  .cid-thqaI02Xbj .col-middle {
    padding-top: 50px;
  }
  .cid-thqaI02Xbj .col-middle .tile:last-child {
    display: none;
  }
}
@media (max-width: 356px) {
  .cid-thqaI02Xbj .col-middle {
    padding-top: 0;
  }
}
.cid-thqaI02Xbj .col-middle .image-wrap {
  height: 170px;
}
.cid-thqaI02Xbj .mbr-text {
  color: #fafafa;
}
.cid-vcfdPCt7fe {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-vcfdPCt7fe .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcfdPCt7fe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcfdPCt7fe .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vcfdPCt7fe .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vcfdPCt7fe .mbr-iconfont {
  font-size: 3rem;
  color: #2e481a;
  padding-right: 1.5rem;
}
.cid-vcfdPCt7fe img,
.cid-vcfdPCt7fe .item-img {
  width: 100%;
}
.cid-vcfdPCt7fe .content-head {
  max-width: 800px;
}
.cid-vcfdPCt7fe .mbr-section-title {
  color: #000000;
}
.cid-vejOyy4sV0 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vejOyy4sV0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vejOyy4sV0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vejOyy4sV0 .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vejOyy4sV0 .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vejOyy4sV0 .mbr-iconfont {
  font-size: 3rem;
  color: #2e481a;
  padding-right: 1.5rem;
}
.cid-vejOyy4sV0 img,
.cid-vejOyy4sV0 .item-img {
  width: 100%;
}
.cid-vejOyy4sV0 .content-head {
  max-width: 800px;
}
.cid-thwgBcjBaT {
  padding-top: 9rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-thwgBcjBaT .row {
  flex-direction: row-reverse;
}
.cid-thwgBcjBaT .top {
  z-index: 5;
}
.cid-thwgBcjBaT .img-col {
  position: relative;
}
.cid-thwgBcjBaT .img1 {
  position: absolute;
  max-width: 60%;
  top: 0rem;
  right: 1rem;
}
.cid-thwgBcjBaT .img2 {
  max-width: 90%;
  padding-top: 10rem;
}
@media (max-width: 767px) {
  .cid-thwgBcjBaT .img2 {
    padding-top: 5rem;
  }
}
.cid-thwgBcjBaT img {
  width: 100%;
}
.cid-thwgBcjBaT .text-wrapper {
  z-index: 11;
}
.cid-thwgBcjBaT .wrapper {
  display: flex;
}
.cid-thwgBcjBaT .row {
  align-items: center;
}
.cid-thwgBcjBaT .animate__fadeInUp:before {
  background: #ffffff;
}
.cid-thwgBcjBaT .mbr-iconfont {
  display: block;
  font-size: 3rem;
  color: #6592e6;
  margin-right: 1.5rem;
}
@media (max-width: 767px) {
  .cid-thwgBcjBaT .wrapper {
    flex-direction: column;
  }
  .cid-thwgBcjBaT .iconfont-wrapper {
    margin: auto;
  }
  .cid-thwgBcjBaT .mbr-iconfont {
    margin-right: 0rem;
    margin-bottom: 2rem;
  }
}
.cid-thwgBcjBaT .mbr-section-title {
  color: #161734;
}
.cid-thwgBcjBaT .mbr-text,
.cid-thwgBcjBaT .mbr-section-btn {
  color: #161734;
}
.cid-thwgBcjBaT .mbr-fallback-image.disabled {
  display: none;
}
.cid-thwgBcjBaT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-thxuekCasn {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-thxuekCasn .wrapper {
  background-color: #ffffff;
}
.cid-thxuekCasn .mbr-fallback-image.disabled {
  display: none;
}
.cid-thxuekCasn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4khsatMUk {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/tattoo2285-792x1188.jpeg");
}
.cid-v4khsatMUk .subtitle {
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 40px;
  font-weight: 600;
}
.cid-v4khsatMUk .sc__title {
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 30px;
  font-weight: 600;
  padding-bottom: 0;
}
.cid-v4khsatMUk .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
}
.cid-v4kjeOoLa4 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v4kjeOoLa4 .card {
  padding: 5rem 0;
  background: #ffffff;
  border-radius: 0;
}
.cid-v4kjeOoLa4 .mbr-link {
  text-align: center;
  display: inline-block;
  margin-top: 1rem;
}
.cid-v4kjeOoLa4 .lin {
  padding: 10px;
  text-transform: uppercase;
  display: inline;
}
.cid-v4kjeOoLa4 a {
  font-weight: bold;
}
.cid-v4kjeOoLa4 .lin:hover {
  color: #6592e6;
}
.cid-v4kjeOoLa4 .text-primary {
  color: #000000 !important;
}
.cid-thTtip0GBZ .main-card {
  background-image: url("../../../assets/images/mbr-1920x1272.jpg");
  background-size: auto 110%;
  position: relative;
  background-position: center;
  align-items: center;
  display: flex;
}
.cid-thTtip0GBZ .mbr-main-subtitle {
  background: #6592e6;
  width: fit-content;
  padding: 0.4rem 0.8rem;
  position: relative;
  margin-bottom: 2rem;
}
.cid-thTtip0GBZ .mbr-main-subtitle:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -18px;
  border-left: 24px solid #6592e6;
  border-bottom: 18px solid transparent;
  z-index: 2;
}
@media (max-width: 767px) {
  .cid-thTtip0GBZ .mbr-main-subtitle {
    margin: auto;
    margin-bottom: 2rem;
  }
}
.cid-thTtip0GBZ .card {
  position: relative;
  overflow: hidden;
  border-radius: 0;
  height: 400px;
}
.cid-thTtip0GBZ .card:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s;
  pointer-events: none;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0;
  z-index: 1;
}
.cid-thTtip0GBZ .card:hover:before {
  opacity: 0.5;
}
.cid-thTtip0GBZ .card:hover img {
  transform: scale(1.1);
}
.cid-thTtip0GBZ .card:hover .card-box {
  opacity: 1;
  transform: translateY(0px);
}
@media (max-width: 767px) {
  .cid-thTtip0GBZ .card:before {
    opacity: 0.5;
  }
  .cid-thTtip0GBZ .card .card-box {
    opacity: 1;
    transform: translateY(0px);
  }
}
.cid-thTtip0GBZ .card img {
  transition: all 0.3s;
  height: 100%;
  object-fit: cover;
}
.cid-thTtip0GBZ .content {
  max-width: 450px;
  margin: auto;
  padding: 4rem 2rem;
}
@media (max-width: 992px) {
  .cid-thTtip0GBZ .content {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-thTtip0GBZ .content {
    padding: 4rem 1rem;
  }
}
.cid-thTtip0GBZ .social {
  display: inline-flex;
  align-items: center;
  margin-bottom: 0.5rem;
}
.cid-thTtip0GBZ .social .mbr-iconfont {
  padding-right: 0.6rem;
  color: #6592e6;
  font-size: 1.2rem;
}
.cid-thTtip0GBZ .card-box {
  opacity: 0;
  transition: all 0.3s;
  padding: 1rem;
  transform: translateY(15px);
}
.cid-thTtip0GBZ .card-wrapper {
  position: absolute;
  cursor: pointer;
  left: 50%;
  top: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  margin: auto;
  overflow: hidden;
  z-index: 2;
}
.cid-thTtip0GBZ .card-title {
  color: #ffffff;
  text-align: center;
}
.cid-thTtip0GBZ .card1-text {
  color: #ffffff;
  text-align: center;
}
.cid-thTtip0GBZ .mbr-section-subtitle,
.cid-thTtip0GBZ .main-btn {
  color: #ffffff;
}
.cid-thTtip0GBZ .soc-link,
.cid-thTtip0GBZ .soc-wrapper {
  color: #ffffff;
}
.cid-thTtip0GBZ .mbr-section-title {
  color: #ffffff;
}
.cid-tiaCsr1FXE {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #bbbbbb;
}
.cid-tiaCsr1FXE .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-tiaCsr1FXE .form-group {
  margin-bottom: 1rem;
}
.cid-tiaCsr1FXE .form-control {
  border: none !important;
  border-radius: 0;
  padding: 0.5rem 1rem;
  background: #efefef;
  color: #000000;
  width: 100%;
}
.cid-tiaCsr1FXE textarea.form-control {
  min-height: 96px;
}
.cid-tiaCsr1FXE .input-group-btn {
  width: 100%;
}
.cid-tiaCsr1FXE .input-group-btn .btn {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.cid-tiaCsr1FXE .form-control-label {
  color: #333333;
  font-size: 1rem;
  font-weight: 100 !important;
}
.cid-tiaCsr1FXE .google-map {
  width: 100%;
  height: 25rem;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: gray;
}
.cid-tiaCsr1FXE .google-map iframe {
  width: inherit;
  height: 100%;
}
.cid-tiaCsr1FXE .info-row ol {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
.cid-tiaCsr1FXE .info-row ol li {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  border-bottom: 1px solid #333333;
  padding: 10px;
}
.cid-tiaCsr1FXE .info-value {
  color: #b7b6b6;
}
@media (max-width: 991px), (max-width: 767px) {
  .cid-tiaCsr1FXE .form-wrapper {
    padding-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tiaCsr1FXE .form-subtitle {
    text-align: center;
  }
}
.cid-tiaCsr1FXE .mbr-fallback-image.disabled {
  display: none;
}
.cid-tiaCsr1FXE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tiaCsr1FXE .first-column {
  color: #232323;
}
.cid-thUwf2z7rO {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #232323;
}
.cid-thUwf2z7rO .follow-heading {
  padding-right: 4rem;
  color: #ffffff;
}
.cid-thUwf2z7rO .input-form {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
.cid-thUwf2z7rO .social-media {
  margin-top: 1.5rem;
  -webkit-align-items: center;
  align-items: center;
  padding-right: 4rem;
}
.cid-thUwf2z7rO .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-thUwf2z7rO .social-media ul li {
  margin-right: .5rem;
  display: inline-block;
  margin-bottom: .5rem;
}
.cid-thUwf2z7rO .input-group-btn .btn {
  margin: 0;
}
.cid-thUwf2z7rO .subtext-1,
.cid-thUwf2z7rO .subtext-2 {
  margin-bottom: .6rem;
}
.cid-thUwf2z7rO .icon-transition span {
  color: #ffffff;
  display: flex;
  padding: 1rem;
  border-radius: 50%;
  background-color: #fe525b;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-thUwf2z7rO .icon-transition span:hover {
  background-color: #bf5e63;
}
.cid-thUwf2z7rO .card-support {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-thUwf2z7rO .card-support li {
  margin-right: .4rem;
  margin-bottom: .4rem;
  display: inline-block;
}
.cid-thUwf2z7rO .mbr-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-thUwf2z7rO .mbr-list li {
  margin-bottom: .25rem;
  margin-right: 1rem;
  padding-bottom: 1rem;
}
.cid-thUwf2z7rO .mbr-form {
  margin-top: .5rem;
  clear: both;
  text-align: left;
}
.cid-thUwf2z7rO .form-control {
  font-size: .9rem;
  height: 3.5rem;
  border: 0px solid;
  border-radius: 5px;
  margin-right: .6rem;
  padding: .5rem 1rem;
}
.cid-thUwf2z7rO .form-text {
  color: #ffffff;
  text-align: left;
}
.cid-thUwf2z7rO .subtext-1 {
  color: #fafafa;
  text-align: left;
}
.cid-thUwf2z7rO .subtext-2 {
  color: #ffffff;
  text-align: left;
}
.cid-thUwf2z7rO .form-group {
  max-width: 400px;
}
.cid-thUwf2z7rO .column-menu ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  word-break: break-word;
}
.cid-thUwf2z7rO .column-menu ul li {
  padding: .2rem 0;
}
@media (max-width: 991px) {
  .cid-thUwf2z7rO .form-row {
    justify-content: center;
  }
  .cid-thUwf2z7rO .social-media {
    padding: 0;
    text-align: center;
  }
  .cid-thUwf2z7rO .subtext-1,
  .cid-thUwf2z7rO .subtext-2,
  .cid-thUwf2z7rO .card-support {
    text-align: center;
  }
  .cid-thUwf2z7rO .mbr-list {
    margin-top: 2rem;
    text-align: center;
  }
  .cid-thUwf2z7rO .form-text {
    text-align: center;
  }
  .cid-thUwf2z7rO .follow-section {
    margin: 0;
  }
  .cid-thUwf2z7rO .mbr-form {
    text-align: center;
  }
  .cid-thUwf2z7rO .social-media ul li {
    margin-right: .1rem;
  }
  .cid-thUwf2z7rO .follow-heading {
    padding: 0;
    text-align: center;
  }
  .cid-thUwf2z7rO .firstColumn,
  .cid-thUwf2z7rO .secondColumn {
    text-align: center;
  }
}
@media (max-width: 500px) {
  .cid-thUwf2z7rO .form-row {
    flex-direction: column;
  }
}
.cid-thUAIEOSsd.popup-builder {
  background-color: #ffffff;
}
.cid-thUAIEOSsd.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-thUAIEOSsd.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
  margin-top: 0;
  margin-bottom: 0;
  margin: 0;
  height: 100%;
}
.cid-thUAIEOSsd .modal-content,
.cid-thUAIEOSsd .modal-dialog {
  height: auto;
}
.cid-thUAIEOSsd .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-thUAIEOSsd .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-thUAIEOSsd .form-wrapper .mbr-form .form-group,
  .cid-thUAIEOSsd .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-thUAIEOSsd .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-thUAIEOSsd .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-thUAIEOSsd .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-thUAIEOSsd .pt-0 {
  padding-top: 0 !important;
}
.cid-thUAIEOSsd .pb-0 {
  padding-bottom: 0 !important;
}
.cid-thUAIEOSsd .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-thUAIEOSsd .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-thUAIEOSsd .modal-open {
  overflow: hidden;
}
.cid-thUAIEOSsd .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-thUAIEOSsd .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-thUAIEOSsd .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
  max-width: 100%;
  height: 100%;
  margin: 0;
}
.cid-thUAIEOSsd .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-thUAIEOSsd .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-thUAIEOSsd .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-thUAIEOSsd .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-thUAIEOSsd .modal-content {
  background: #000000;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  border-radius: 0;
  height: 100%;
  overflow: auto;
}
.cid-thUAIEOSsd .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-thUAIEOSsd .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-thUAIEOSsd .modal-backdrop.fade {
  opacity: 0;
}
.cid-thUAIEOSsd .modal-backdrop.show {
  opacity: .5;
}
.cid-thUAIEOSsd .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-thUAIEOSsd .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-thUAIEOSsd .modal-header {
    padding: 1rem;
  }
}
.cid-thUAIEOSsd .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-thUAIEOSsd .modal-header .close svg {
  fill: #ffffff;
}
.cid-thUAIEOSsd .modal-header .close:hover {
  opacity: 1;
}
.cid-thUAIEOSsd .modal-header .close:focus {
  outline: none;
}
.cid-thUAIEOSsd .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #ffffff;
}
.cid-thUAIEOSsd .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-thUAIEOSsd .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-thUAIEOSsd .modal-body {
    padding: 1rem;
  }
}
.cid-thUAIEOSsd .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-thUAIEOSsd .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-thUAIEOSsd .modal-footer {
    padding: 1rem;
  }
}
.cid-thUAIEOSsd .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-thUAIEOSsd .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-thUAIEOSsd .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-thUAIEOSsd .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-thUAIEOSsd .modal-lg,
  .cid-thUAIEOSsd .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-thUAIEOSsd .modal-xl {
    max-width: 1140px;
  }
}
.cid-thUAIEOSsd .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-thUAIEOSsd .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-thUAIEOSsd .form-group {
  margin-bottom: 1rem;
}
.cid-thUAIEOSsd .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-thUAIEOSsd .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-thUAIEOSsd .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-thUAIEOSsd .mbr-section-btn {
  margin: 0;
}
.cid-thUAIEOSsd .mbr-section-btn .btn {
  margin: 0;
}
.cid-thUDTWP1Ng.popup-builder {
  background-color: #ffffff;
}
.cid-thUDTWP1Ng.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-thUDTWP1Ng.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
  margin-top: 0;
  margin-bottom: 0;
  margin: 0;
  height: 100%;
}
.cid-thUDTWP1Ng .modal-content,
.cid-thUDTWP1Ng .modal-dialog {
  height: auto;
}
.cid-thUDTWP1Ng .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-thUDTWP1Ng .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-thUDTWP1Ng .form-wrapper .mbr-form .form-group,
  .cid-thUDTWP1Ng .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-thUDTWP1Ng .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-thUDTWP1Ng .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-thUDTWP1Ng .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-thUDTWP1Ng .pt-0 {
  padding-top: 0 !important;
}
.cid-thUDTWP1Ng .pb-0 {
  padding-bottom: 0 !important;
}
.cid-thUDTWP1Ng .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-thUDTWP1Ng .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-thUDTWP1Ng .modal-open {
  overflow: hidden;
}
.cid-thUDTWP1Ng .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-thUDTWP1Ng .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-thUDTWP1Ng .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
  max-width: 100%;
  height: 100%;
  margin: 0;
}
.cid-thUDTWP1Ng .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-thUDTWP1Ng .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-thUDTWP1Ng .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-thUDTWP1Ng .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-thUDTWP1Ng .modal-content {
  background: #353535;
  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);
  border-radius: 0;
  height: 100%;
  overflow: auto;
}
.cid-thUDTWP1Ng .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-thUDTWP1Ng .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-thUDTWP1Ng .modal-backdrop.fade {
  opacity: 0;
}
.cid-thUDTWP1Ng .modal-backdrop.show {
  opacity: .5;
}
.cid-thUDTWP1Ng .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-thUDTWP1Ng .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-thUDTWP1Ng .modal-header {
    padding: 1rem;
  }
}
.cid-thUDTWP1Ng .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-thUDTWP1Ng .modal-header .close svg {
  fill: #ffffff;
}
.cid-thUDTWP1Ng .modal-header .close:hover {
  opacity: 1;
}
.cid-thUDTWP1Ng .modal-header .close:focus {
  outline: none;
}
.cid-thUDTWP1Ng .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #ffffff;
}
.cid-thUDTWP1Ng .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-thUDTWP1Ng .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-thUDTWP1Ng .modal-body {
    padding: 1rem;
  }
}
.cid-thUDTWP1Ng .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-thUDTWP1Ng .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-thUDTWP1Ng .modal-footer {
    padding: 1rem;
  }
}
.cid-thUDTWP1Ng .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-thUDTWP1Ng .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-thUDTWP1Ng .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-thUDTWP1Ng .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-thUDTWP1Ng .modal-lg,
  .cid-thUDTWP1Ng .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-thUDTWP1Ng .modal-xl {
    max-width: 1140px;
  }
}
.cid-thUDTWP1Ng .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-thUDTWP1Ng .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-thUDTWP1Ng .form-group {
  margin-bottom: 1rem;
}
.cid-thUDTWP1Ng .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-thUDTWP1Ng .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-thUDTWP1Ng .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-thUDTWP1Ng .mbr-section-btn {
  margin: 0;
}
.cid-thUDTWP1Ng .mbr-section-btn .btn {
  margin: 0;
}
.cid-thUDTWP1Ng H5 {
  color: #fafafa;
}
.cid-thUJlkb0wk.popup-builder {
  background-color: #ffffff;
}
.cid-thUJlkb0wk.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-thUJlkb0wk.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-thUJlkb0wk .modal-content,
.cid-thUJlkb0wk .modal-dialog {
  height: auto;
}
.cid-thUJlkb0wk .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-thUJlkb0wk .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-thUJlkb0wk .form-wrapper .mbr-form .form-group,
  .cid-thUJlkb0wk .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-thUJlkb0wk .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-thUJlkb0wk .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-thUJlkb0wk .mbr-text {
  text-align: center;
}
.cid-thUJlkb0wk .pt-0 {
  padding-top: 0 !important;
}
.cid-thUJlkb0wk .pb-0 {
  padding-bottom: 0 !important;
}
.cid-thUJlkb0wk .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-thUJlkb0wk .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-thUJlkb0wk .modal-open {
  overflow: hidden;
}
.cid-thUJlkb0wk .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-thUJlkb0wk .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-thUJlkb0wk .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-thUJlkb0wk .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-thUJlkb0wk .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-thUJlkb0wk .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-thUJlkb0wk .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-thUJlkb0wk .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-thUJlkb0wk .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-thUJlkb0wk .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-thUJlkb0wk .modal-backdrop.fade {
  opacity: 0;
}
.cid-thUJlkb0wk .modal-backdrop.show {
  opacity: .5;
}
.cid-thUJlkb0wk .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-thUJlkb0wk .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-thUJlkb0wk .modal-header {
    padding: 1rem;
  }
}
.cid-thUJlkb0wk .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-thUJlkb0wk .modal-header .close svg {
  fill: #353535;
}
.cid-thUJlkb0wk .modal-header .close:hover {
  opacity: 1;
}
.cid-thUJlkb0wk .modal-header .close:focus {
  outline: none;
}
.cid-thUJlkb0wk .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-thUJlkb0wk .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-thUJlkb0wk .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-thUJlkb0wk .modal-body {
    padding: 1rem;
  }
}
.cid-thUJlkb0wk .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-thUJlkb0wk .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-thUJlkb0wk .modal-footer {
    padding: 1rem;
  }
}
.cid-thUJlkb0wk .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-thUJlkb0wk .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-thUJlkb0wk .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-thUJlkb0wk .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-thUJlkb0wk .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-thUJlkb0wk .modal-lg,
  .cid-thUJlkb0wk .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-thUJlkb0wk .modal-xl {
    max-width: 1140px;
  }
}
.cid-thUJlkb0wk .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-thUJlkb0wk .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-thUJlkb0wk .form-group {
  margin-bottom: 1rem;
}
.cid-thUJlkb0wk .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-thUJlkb0wk .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-thUJlkb0wk .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-thUJlkb0wk .mbr-section-btn {
  margin: 0;
}
.cid-thUJlkb0wk .mbr-section-btn .btn {
  margin: 0;
}
.cid-thUY1BqwfL.popup-builder {
  background-color: #ffffff;
}
.cid-thUY1BqwfL.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-thUY1BqwfL.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
  margin-top: 0;
  margin-bottom: 0;
  margin: 0;
  height: 100%;
}
.cid-thUY1BqwfL .modal-content,
.cid-thUY1BqwfL .modal-dialog {
  height: auto;
}
.cid-thUY1BqwfL .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-thUY1BqwfL .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-thUY1BqwfL .form-wrapper .mbr-form .form-group,
  .cid-thUY1BqwfL .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-thUY1BqwfL .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-thUY1BqwfL .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-thUY1BqwfL .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-thUY1BqwfL .pt-0 {
  padding-top: 0 !important;
}
.cid-thUY1BqwfL .pb-0 {
  padding-bottom: 0 !important;
}
.cid-thUY1BqwfL .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-thUY1BqwfL .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-thUY1BqwfL .modal-open {
  overflow: hidden;
}
.cid-thUY1BqwfL .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-thUY1BqwfL .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-thUY1BqwfL .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
  max-width: 100%;
  height: 100%;
  margin: 0;
}
.cid-thUY1BqwfL .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-thUY1BqwfL .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-thUY1BqwfL .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-thUY1BqwfL .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-thUY1BqwfL .modal-content {
  background: #413b3b;
  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);
  border-radius: 0;
  height: 100%;
  overflow: auto;
}
.cid-thUY1BqwfL .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-thUY1BqwfL .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-thUY1BqwfL .modal-backdrop.fade {
  opacity: 0;
}
.cid-thUY1BqwfL .modal-backdrop.show {
  opacity: .5;
}
.cid-thUY1BqwfL .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-thUY1BqwfL .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-thUY1BqwfL .modal-header {
    padding: 1rem;
  }
}
.cid-thUY1BqwfL .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-thUY1BqwfL .modal-header .close svg {
  fill: #ffffff;
}
.cid-thUY1BqwfL .modal-header .close:hover {
  opacity: 1;
}
.cid-thUY1BqwfL .modal-header .close:focus {
  outline: none;
}
.cid-thUY1BqwfL .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #ffffff;
}
.cid-thUY1BqwfL .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-thUY1BqwfL .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-thUY1BqwfL .modal-body {
    padding: 1rem;
  }
}
.cid-thUY1BqwfL .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-thUY1BqwfL .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-thUY1BqwfL .modal-footer {
    padding: 1rem;
  }
}
.cid-thUY1BqwfL .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-thUY1BqwfL .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-thUY1BqwfL .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-thUY1BqwfL .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-thUY1BqwfL .modal-lg,
  .cid-thUY1BqwfL .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-thUY1BqwfL .modal-xl {
    max-width: 1140px;
  }
}
.cid-thUY1BqwfL .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-thUY1BqwfL .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-thUY1BqwfL .form-group {
  margin-bottom: 1rem;
}
.cid-thUY1BqwfL .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-thUY1BqwfL .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-thUY1BqwfL .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-thUY1BqwfL .mbr-section-btn {
  margin: 0;
}
.cid-thUY1BqwfL .mbr-section-btn .btn {
  margin: 0;
}
.cid-thUY1WWTwn.popup-builder {
  background-color: #ffffff;
}
.cid-thUY1WWTwn.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-thUY1WWTwn.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
  margin-top: 0;
  margin-bottom: 0;
  margin: 0;
  height: 100%;
}
.cid-thUY1WWTwn .modal-content,
.cid-thUY1WWTwn .modal-dialog {
  height: auto;
}
.cid-thUY1WWTwn .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-thUY1WWTwn .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-thUY1WWTwn .form-wrapper .mbr-form .form-group,
  .cid-thUY1WWTwn .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-thUY1WWTwn .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-thUY1WWTwn .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-thUY1WWTwn .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-thUY1WWTwn .pt-0 {
  padding-top: 0 !important;
}
.cid-thUY1WWTwn .pb-0 {
  padding-bottom: 0 !important;
}
.cid-thUY1WWTwn .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-thUY1WWTwn .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-thUY1WWTwn .modal-open {
  overflow: hidden;
}
.cid-thUY1WWTwn .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-thUY1WWTwn .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-thUY1WWTwn .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
  max-width: 100%;
  height: 100%;
  margin: 0;
}
.cid-thUY1WWTwn .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-thUY1WWTwn .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-thUY1WWTwn .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-thUY1WWTwn .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-thUY1WWTwn .modal-content {
  background: #413b3b;
  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);
  border-radius: 0;
  height: 100%;
  overflow: auto;
}
.cid-thUY1WWTwn .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-thUY1WWTwn .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-thUY1WWTwn .modal-backdrop.fade {
  opacity: 0;
}
.cid-thUY1WWTwn .modal-backdrop.show {
  opacity: .5;
}
.cid-thUY1WWTwn .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-thUY1WWTwn .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-thUY1WWTwn .modal-header {
    padding: 1rem;
  }
}
.cid-thUY1WWTwn .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-thUY1WWTwn .modal-header .close svg {
  fill: #ffffff;
}
.cid-thUY1WWTwn .modal-header .close:hover {
  opacity: 1;
}
.cid-thUY1WWTwn .modal-header .close:focus {
  outline: none;
}
.cid-thUY1WWTwn .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #ffffff;
}
.cid-thUY1WWTwn .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-thUY1WWTwn .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-thUY1WWTwn .modal-body {
    padding: 1rem;
  }
}
.cid-thUY1WWTwn .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-thUY1WWTwn .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-thUY1WWTwn .modal-footer {
    padding: 1rem;
  }
}
.cid-thUY1WWTwn .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-thUY1WWTwn .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-thUY1WWTwn .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-thUY1WWTwn .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-thUY1WWTwn .modal-lg,
  .cid-thUY1WWTwn .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-thUY1WWTwn .modal-xl {
    max-width: 1140px;
  }
}
.cid-thUY1WWTwn .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-thUY1WWTwn .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-thUY1WWTwn .form-group {
  margin-bottom: 1rem;
}
.cid-thUY1WWTwn .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-thUY1WWTwn .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-thUY1WWTwn .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-thUY1WWTwn .mbr-section-btn {
  margin: 0;
}
.cid-thUY1WWTwn .mbr-section-btn .btn {
  margin: 0;
}
.cid-v5QkefAlds.popup-builder {
  background-color: #ffffff;
}
.cid-v5QkefAlds.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-v5QkefAlds.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-v5QkefAlds .modal-content,
.cid-v5QkefAlds .modal-dialog {
  height: auto;
}
.cid-v5QkefAlds .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-v5QkefAlds .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-v5QkefAlds .form-wrapper .mbr-form .form-group,
  .cid-v5QkefAlds .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-v5QkefAlds .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-v5QkefAlds .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-v5QkefAlds .mbr-text {
  text-align: center;
}
.cid-v5QkefAlds .pt-0 {
  padding-top: 0 !important;
}
.cid-v5QkefAlds .pb-0 {
  padding-bottom: 0 !important;
}
.cid-v5QkefAlds .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-v5QkefAlds .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-v5QkefAlds .modal-open {
  overflow: hidden;
}
.cid-v5QkefAlds .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-v5QkefAlds .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-v5QkefAlds .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-v5QkefAlds .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-v5QkefAlds .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-v5QkefAlds .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-v5QkefAlds .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-v5QkefAlds .modal-content {
  background: #000000;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-v5QkefAlds .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-v5QkefAlds .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-v5QkefAlds .modal-backdrop.fade {
  opacity: 0;
}
.cid-v5QkefAlds .modal-backdrop.show {
  opacity: .5;
}
.cid-v5QkefAlds .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-v5QkefAlds .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-v5QkefAlds .modal-header {
    padding: 1rem;
  }
}
.cid-v5QkefAlds .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-v5QkefAlds .modal-header .close svg {
  fill: #353535;
}
.cid-v5QkefAlds .modal-header .close:hover {
  opacity: 1;
}
.cid-v5QkefAlds .modal-header .close:focus {
  outline: none;
}
.cid-v5QkefAlds .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-v5QkefAlds .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-v5QkefAlds .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v5QkefAlds .modal-body {
    padding: 1rem;
  }
}
.cid-v5QkefAlds .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-v5QkefAlds .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v5QkefAlds .modal-footer {
    padding: 1rem;
  }
}
.cid-v5QkefAlds .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-v5QkefAlds .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-v5QkefAlds .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-v5QkefAlds .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-v5QkefAlds .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-v5QkefAlds .modal-lg,
  .cid-v5QkefAlds .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-v5QkefAlds .modal-xl {
    max-width: 1140px;
  }
}
.cid-v5QkefAlds .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-v5QkefAlds .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-v5QkefAlds .form-group {
  margin-bottom: 1rem;
}
.cid-v5QkefAlds .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-v5QkefAlds .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-v5QkefAlds .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-v5QkefAlds .mbr-section-btn {
  margin: 0;
}
.cid-v5QkefAlds .mbr-section-btn .btn {
  margin: 0;
}
.cid-v11BwqJkSm .navbar-dropdown {
  background-color: #000000 !important;
  padding: 0;
}
@media (max-width: 991px) {
  .cid-v11BwqJkSm .menu_box .navbar.opened,
  .cid-v11BwqJkSm .menu_box .navbar-collapse {
    background-color: #000000 !important;
    transition: all 0s ease 0s;
  }
}
.cid-v11BwqJkSm .navbar-dropdown {
  position: relative !important;
}
.cid-v11BwqJkSm nav.navbar {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-v11BwqJkSm .offcanvas {
    padding: 120px 60px 35px;
    width: 480px;
    background-color: #232323;
  }
  .cid-v11BwqJkSm .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-v11BwqJkSm .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-v11BwqJkSm .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-v11BwqJkSm .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-v11BwqJkSm .offcanvas-body .mbr-text,
  .cid-v11BwqJkSm .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-v11BwqJkSm .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-v11BwqJkSm .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-v11BwqJkSm .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 1px;
    border-right: 5px;
    background-color: #fafafa;
  }
  .cid-v11BwqJkSm .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-v11BwqJkSm .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-v11BwqJkSm .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-v11BwqJkSm .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-v11BwqJkSm ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-v11BwqJkSm .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-v11BwqJkSm .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-v11BwqJkSm .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-v11BwqJkSm li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: .3em !important;
  }
  .cid-v11BwqJkSm li.nav-item:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: currentColor;
    bottom: -5px;
    left: 0;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.32s cubic-bezier(0.31, 0.29, 0.05, 0.96);
  }
  .cid-v11BwqJkSm li.nav-item:hover:after {
    transform-origin: left;
    transform: scaleX(0.999);
  }
  .cid-v11BwqJkSm .lg_brand {
    margin: 0 1rem;
  }
}
.cid-v11BwqJkSm .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-v11BwqJkSm .nav-item {
    margin: 4px 19px;
  }
}
@media (max-width: 991px) {
  .cid-v11BwqJkSm .nav-item {
    margin: 0 !important;
  }
}
.cid-v11BwqJkSm .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-v11BwqJkSm .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: 72px !important;
    left: -40px !important;
  }
  .cid-v11BwqJkSm .dropdown-menu.dropdown-submenu {
    left: 215px!important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-v11BwqJkSm .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-v11BwqJkSm .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-v11BwqJkSm .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-v11BwqJkSm .offcanvas_box {
    display: none;
  }
}
.cid-v11BwqJkSm .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-v11BwqJkSm .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-v11BwqJkSm .dropdown .dropdown-item:hover {
  color: #e5673b !important;
}
.cid-v11BwqJkSm .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v11BwqJkSm .nav-link {
  position: relative;
}
.cid-v11BwqJkSm .container {
  display: flex;
  margin: auto;
}
.cid-v11BwqJkSm .iconfont-wrapper {
  color: #000000 !important;
  font-size: 17px;
  margin-right: 25px;
  width: 56px;
  height: 56px;
  background-color: #fef2f2;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-v11BwqJkSm .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-v11BwqJkSm .iconfont-wrapper:hover {
  background-color: #fcdada;
}
.cid-v11BwqJkSm .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 1200px) {
  .cid-v11BwqJkSm .navbar-nav {
    margin: 0 2rem;
  }
}
.cid-v11BwqJkSm .navbar-nav .nav-item:last-child {
  margin-right: 0 !important;
}
.cid-v11BwqJkSm .dropdown-menu,
.cid-v11BwqJkSm .navbar.opened {
  background: #000000 !important;
}
.cid-v11BwqJkSm .nav-item:focus,
.cid-v11BwqJkSm .nav-link:focus {
  outline: none;
}
.cid-v11BwqJkSm .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v11BwqJkSm .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v11BwqJkSm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v11BwqJkSm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v11BwqJkSm .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v11BwqJkSm .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v11BwqJkSm .navbar {
  height: 120px;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
.cid-v11BwqJkSm .navbar.opened {
  transition: all 0.3s;
}
.cid-v11BwqJkSm .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-v11BwqJkSm .navbar .navbar-logo img {
  width: auto;
}
.cid-v11BwqJkSm .navbar .navbar-collapse {
  justify-content: space-between;
  justify-content: space-evenly;
  z-index: 1;
}
.cid-v11BwqJkSm .navbar.collapsed {
  justify-content: center;
}
.cid-v11BwqJkSm .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v11BwqJkSm .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v11BwqJkSm .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.1rem);
  }
}
.cid-v11BwqJkSm .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v11BwqJkSm .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v11BwqJkSm .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v11BwqJkSm .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-v11BwqJkSm .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-v11BwqJkSm .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-v11BwqJkSm .navbar .navbar-collapse {
    padding: 34px 0;
  }
  .cid-v11BwqJkSm .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v11BwqJkSm .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v11BwqJkSm .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-v11BwqJkSm .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v11BwqJkSm .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v11BwqJkSm .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v11BwqJkSm .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-v11BwqJkSm .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-v11BwqJkSm .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-v11BwqJkSm .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v11BwqJkSm .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v11BwqJkSm .navbar .icons-menu {
    padding: 0;
  }
}
.cid-v11BwqJkSm .navbar.navbar-short {
  min-height: 60px;
}
.cid-v11BwqJkSm .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v11BwqJkSm .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v11BwqJkSm .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-v11BwqJkSm .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v11BwqJkSm .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v11BwqJkSm .dropdown-item.active,
.cid-v11BwqJkSm .dropdown-item:active {
  background-color: transparent;
}
.cid-v11BwqJkSm .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v11BwqJkSm .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v11BwqJkSm .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v11BwqJkSm .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-v11BwqJkSm .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v11BwqJkSm .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v11BwqJkSm ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-v11BwqJkSm .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v11BwqJkSm button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #000000;
}
.cid-v11BwqJkSm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fafafa;
}
.cid-v11BwqJkSm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v11BwqJkSm button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v11BwqJkSm button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v11BwqJkSm button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v11BwqJkSm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v11BwqJkSm nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v11BwqJkSm nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v11BwqJkSm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v11BwqJkSm a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-v11BwqJkSm .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v11BwqJkSm .navbar {
    height: 70px;
  }
  .cid-v11BwqJkSm .navbar.opened {
    height: auto;
  }
  .cid-v11BwqJkSm .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v11BwqJkSm .mbr-section-subtitle {
  color: #fafafa;
}
.cid-v11BwqJkSm .mbr-text {
  color: #ffffff;
}
.cid-v11BwqJkSm .text_widget {
  color: #bed3f9;
}
.cid-v11BwrmTIr {
  background-image: url("../../../assets/images/tattoo87652912-2000x2500.jpg");
}
.cid-v11BwrmTIr .mbr-fallback-image.disabled {
  display: none;
}
.cid-v11BwrmTIr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v11BwrmTIr .mbr-text,
.cid-v11BwrmTIr .mbr-section-btn {
  text-align: left;
}
.cid-v11BwrKhJy {
  z-index: 1;
}
.cid-v11Oq9YgUC {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #f5f5f5;
}
.cid-v11Oq9YgUC .mbr-fallback-image.disabled {
  display: none;
}
.cid-v11Oq9YgUC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v11Oq9YgUC .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 24px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-v11Oq9YgUC .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-v11Oq9YgUC .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 75%;
  margin-bottom: 0;
  background-image: linear-gradient(-165deg, #9c9c9c, #000000 90%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-v11Oq9YgUC .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v11Oq9YgUC .content-wrapper .mbr-section-btn {
  margin-top: 16px;
}
.cid-v11Oq9YgUC .mbr-section-title {
  color: #000000;
}
.cid-v11Oq9YgUC .mbr-text,
.cid-v11Oq9YgUC .text-wrapper {
  color: #515151;
  text-align: center;
}
.cid-v11Oq9YgUC .mbr-section-title,
.cid-v11Oq9YgUC .title-wrapper,
.cid-v11Oq9YgUC .mbr-section-btn {
  text-align: right;
}
.cid-v11NfIcxm6 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v11NfIcxm6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v11NfIcxm6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v11NicD1xd {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v11NicD1xd .line {
  background-color: #4479d9;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-v11NicD1xd .mbr-text {
  text-align: justify;
}
.cid-v11YylErbz {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v11YylErbz .mbr-fallback-image.disabled {
  display: none;
}
.cid-v11YylErbz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v11YylErbz .item {
  padding-bottom: 2rem;
}
.cid-v11YylErbz .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-v11YylErbz .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-v11YylErbz .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-v11YylErbz .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-v11YylErbz .carousel-control,
.cid-v11YylErbz .close {
  background: #1b1b1b;
}
.cid-v11YylErbz .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-v11YylErbz .carousel-control-prev span {
  margin-right: 5px;
}
.cid-v11YylErbz .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-v11YylErbz .carousel-control-next span {
  margin-left: 5px;
}
.cid-v11YylErbz .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-v11YylErbz .close::before {
  content: '\e91a';
}
.cid-v11YylErbz .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-v11YylErbz .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-v11YylErbz .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v11YylErbz .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v11YylErbz .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-v11YylErbz .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-v11YylErbz .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-v11YylErbz .carousel-indicators li.active,
.cid-v11YylErbz .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-v11YylErbz .carousel-indicators li::after,
.cid-v11YylErbz .carousel-indicators li::before {
  content: none;
}
.cid-v11YylErbz .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-v11YylErbz .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-v11YylErbz .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v11YylErbz .carousel-indicators {
    display: none;
  }
}
.cid-v11YylErbz .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-v11YylErbz .carousel-inner > .active {
  display: block;
}
.cid-v11YylErbz .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v11YylErbz .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-v11YylErbz .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-v11YylErbz .carousel-control,
  .cid-v11YylErbz .carousel-indicators,
  .cid-v11YylErbz .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-v11YylErbz .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-v11YylErbz .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-v11YylErbz .carousel-indicators .active,
.cid-v11YylErbz .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-v11YylErbz .carousel-indicators .active {
  background: #fff;
}
.cid-v11YylErbz .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-v11YylErbz .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-v11YylErbz .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-v11YylErbz .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-v11YylErbz .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-v11YylErbz .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-v11YylErbz .carousel {
  width: 100%;
}
.cid-v11YylErbz .modal-backdrop.in {
  opacity: 0.8;
}
.cid-v11YylErbz .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-v11YylErbz .modal.fade .modal-dialog,
.cid-v11YylErbz .modal.in .modal-dialog {
  transform: none;
}
.cid-v11YylErbz .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-v11YylErbz H6 {
  text-align: center;
}
.cid-v11YylErbz .mbr-section-subtitle {
  text-align: right;
}
.cid-v11YwAzTnq {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v11YwAzTnq .mbr-fallback-image.disabled {
  display: none;
}
.cid-v11YwAzTnq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v11YwAzTnq li {
  padding-bottom: 1rem;
}
.cid-v11YwAzTnq .row {
  justify-content: flex-end;
}
.cid-v11YwAzTnq ul {
  padding-left: 1.5rem;
}
.cid-v11YwAzTnq .mbr-text3 {
  line-height: 1.2;
}
.cid-v11YwAzTnq p {
  line-height: 1.2;
}
.cid-v11YwAzTnq .mbr-text {
  line-height: 1.2;
  color: #000000;
}
.cid-v11YwAzTnq .card-wrapper {
  overflow: hidden;
  background: #ffffff;
  padding: 4rem 3rem;
}
@media (max-width: 767px) {
  .cid-v11YwAzTnq .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-v11YwAzTnq .image-wrapper {
  padding: 0 1rem;
}
.cid-v11YwAzTnq .mbr-section-title {
  color: #000000;
}
.cid-v11YwAzTnq .mbr-text,
.cid-v11YwAzTnq .mbr-section-btn {
  color: #f0466a;
}
.cid-v11YwAzTnq .mbr-card-title {
  color: #f0466a;
}
.cid-v11YwAzTnq .mbr-card-title,
.cid-v11YwAzTnq .line {
  color: #f0466a;
}
.cid-v11YwAzTnq .mbr-section-text {
  color: #000000;
}
.cid-vduMJFx5L8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vduMJFx5L8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vduMJFx5L8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vduMJFx5L8 .oldcost {
  text-decoration: line-through;
  color: #353535;
}
.cid-vduMJFx5L8 .currentcost {
  color: #232323;
}
.cid-vduMJFx5L8 .card-wrapper {
  border-radius: 4px;
  background: #ffffff;
}
@media (min-width: 992px) {
  .cid-vduMJFx5L8 .text-box {
    padding: 2rem;
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-vduMJFx5L8 .text-box {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vduMJFx5L8 .text-box {
    padding: 1rem;
  }
}
.cid-vduMJFx5L8 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-vejRuphFso {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vejRuphFso .mbr-fallback-image.disabled {
  display: none;
}
.cid-vejRuphFso .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vejRuphFso .content-wrap {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vejRuphFso .content-wrap {
    margin-bottom: 30px;
  }
}
.cid-vejRuphFso .content-wrap .card {
  justify-content: flex-end;
}
.cid-vejRuphFso .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vejRuphFso .content-wrap .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-vejRuphFso .content-wrap .main-btn {
  margin-bottom: -9.6px;
}
.cid-vejRuphFso .items-wrapper .items-wrap {
  display: grid;
  flex: 1 0 0;
  gap: 20px;
  grid-auto-rows: minmax(0px, 1fr);
  grid-template-columns: repeat(4, minmax(50px, 1fr));
  grid-template-rows: repeat(2, minmax(0px, 1fr));
  height: 1px;
  justify-content: center;
  min-height: 520px;
  overflow: visible;
  padding: 0px;
  position: relative;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-vejRuphFso .items-wrapper .items-wrap {
    display: block;
    min-height: auto;
    height: auto;
  }
}
.cid-vejRuphFso .items-wrapper .items-wrap .image-wrap {
  overflow: hidden;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-vejRuphFso .items-wrapper .items-wrap .image-wrap {
    margin-top: 20px;
  }
  .cid-vejRuphFso .items-wrapper .items-wrap .image-wrap:first-child {
    margin-top: 0;
  }
}
.cid-vejRuphFso .items-wrapper .items-wrap .image-wrap img {
  height: 250px;
  width: 100%;
  object-fit: cover;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-vejRuphFso .items-wrapper .items-wrap .image-wrap img {
    height: 300px;
  }
}
.cid-vejRuphFso .items-wrapper .items-wrap .image-wrap img:hover,
.cid-vejRuphFso .items-wrapper .items-wrap .image-wrap img:focus {
  transform: scale(1.08);
}
.cid-vejRuphFso .items-wrapper .items-wrap .image-wrap_2 {
  grid-column: span 2;
}
.cid-vejRuphFso .items-wrapper .items-wrap .image-wrap_3 {
  grid-column: 4;
  grid-row: 1 / span 2;
}
.cid-vejRuphFso .items-wrapper .items-wrap .image-wrap_3 img {
  height: 100%;
}
@media (max-width: 992px) {
  .cid-vejRuphFso .items-wrapper .items-wrap .image-wrap_3 img {
    height: 300px;
  }
}
.cid-vejRuphFso .mbr-section-title {
  color: #3a353e;
}
.cid-vejRuphFso .mbr-section-btn {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-vejRuphFso .mbr-section-btn {
    text-align: left;
  }
}
.cid-v4qw3qVaeG {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v4qw3qVaeG .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4qw3qVaeG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4qw3qVaeG .item {
  padding-bottom: 2rem;
}
.cid-v4qw3qVaeG .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-v4qw3qVaeG .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-v4qw3qVaeG .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-v4qw3qVaeG .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-v4qw3qVaeG .carousel-control,
.cid-v4qw3qVaeG .close {
  background: #1b1b1b;
}
.cid-v4qw3qVaeG .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-v4qw3qVaeG .carousel-control-prev span {
  margin-right: 5px;
}
.cid-v4qw3qVaeG .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-v4qw3qVaeG .carousel-control-next span {
  margin-left: 5px;
}
.cid-v4qw3qVaeG .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-v4qw3qVaeG .close::before {
  content: '\e91a';
}
.cid-v4qw3qVaeG .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-v4qw3qVaeG .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-v4qw3qVaeG .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v4qw3qVaeG .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v4qw3qVaeG .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-v4qw3qVaeG .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-v4qw3qVaeG .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-v4qw3qVaeG .carousel-indicators li.active,
.cid-v4qw3qVaeG .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-v4qw3qVaeG .carousel-indicators li::after,
.cid-v4qw3qVaeG .carousel-indicators li::before {
  content: none;
}
.cid-v4qw3qVaeG .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-v4qw3qVaeG .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-v4qw3qVaeG .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v4qw3qVaeG .carousel-indicators {
    display: none;
  }
}
.cid-v4qw3qVaeG .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-v4qw3qVaeG .carousel-inner > .active {
  display: block;
}
.cid-v4qw3qVaeG .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v4qw3qVaeG .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-v4qw3qVaeG .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-v4qw3qVaeG .carousel-control,
  .cid-v4qw3qVaeG .carousel-indicators,
  .cid-v4qw3qVaeG .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-v4qw3qVaeG .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-v4qw3qVaeG .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-v4qw3qVaeG .carousel-indicators .active,
.cid-v4qw3qVaeG .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-v4qw3qVaeG .carousel-indicators .active {
  background: #fff;
}
.cid-v4qw3qVaeG .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-v4qw3qVaeG .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-v4qw3qVaeG .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-v4qw3qVaeG .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-v4qw3qVaeG .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-v4qw3qVaeG .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-v4qw3qVaeG .carousel {
  width: 100%;
}
.cid-v4qw3qVaeG .modal-backdrop.in {
  opacity: 0.8;
}
.cid-v4qw3qVaeG .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-v4qw3qVaeG .modal.fade .modal-dialog,
.cid-v4qw3qVaeG .modal.in .modal-dialog {
  transform: none;
}
.cid-v4qw3qVaeG .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-v4qw3qVaeG H6 {
  text-align: center;
}
.cid-v4qw3qVaeG .mbr-section-subtitle {
  text-align: justify;
}
.cid-v4qw6f7FiG {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v4qw6f7FiG .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4qw6f7FiG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4qw6f7FiG li {
  padding-bottom: 1rem;
}
.cid-v4qw6f7FiG .row {
  justify-content: flex-end;
}
.cid-v4qw6f7FiG ul {
  padding-left: 1.5rem;
}
.cid-v4qw6f7FiG .mbr-text3 {
  line-height: 1.2;
}
.cid-v4qw6f7FiG p {
  line-height: 1.2;
}
.cid-v4qw6f7FiG .mbr-text {
  line-height: 1.2;
  color: #000000;
}
.cid-v4qw6f7FiG .card-wrapper {
  overflow: hidden;
  background: #ffffff;
  padding: 4rem 3rem;
}
@media (max-width: 767px) {
  .cid-v4qw6f7FiG .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-v4qw6f7FiG .image-wrapper {
  padding: 0 1rem;
}
.cid-v4qw6f7FiG .mbr-section-title {
  color: #000000;
}
.cid-v4qw6f7FiG .mbr-text,
.cid-v4qw6f7FiG .mbr-section-btn {
  color: #f0466a;
}
.cid-v4qw6f7FiG .mbr-card-title {
  color: #f0466a;
}
.cid-v4qw6f7FiG .mbr-card-title,
.cid-v4qw6f7FiG .line {
  color: #f0466a;
}
.cid-v4qw6f7FiG .mbr-section-text {
  color: #000000;
}
.cid-v4qxqMRMZf {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v4qxqMRMZf .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4qxqMRMZf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4qxqMRMZf .item {
  padding-bottom: 2rem;
}
.cid-v4qxqMRMZf .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-v4qxqMRMZf .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-v4qxqMRMZf .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-v4qxqMRMZf .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-v4qxqMRMZf .carousel-control,
.cid-v4qxqMRMZf .close {
  background: #1b1b1b;
}
.cid-v4qxqMRMZf .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-v4qxqMRMZf .carousel-control-prev span {
  margin-right: 5px;
}
.cid-v4qxqMRMZf .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-v4qxqMRMZf .carousel-control-next span {
  margin-left: 5px;
}
.cid-v4qxqMRMZf .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-v4qxqMRMZf .close::before {
  content: '\e91a';
}
.cid-v4qxqMRMZf .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-v4qxqMRMZf .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-v4qxqMRMZf .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v4qxqMRMZf .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v4qxqMRMZf .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-v4qxqMRMZf .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-v4qxqMRMZf .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-v4qxqMRMZf .carousel-indicators li.active,
.cid-v4qxqMRMZf .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-v4qxqMRMZf .carousel-indicators li::after,
.cid-v4qxqMRMZf .carousel-indicators li::before {
  content: none;
}
.cid-v4qxqMRMZf .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-v4qxqMRMZf .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-v4qxqMRMZf .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v4qxqMRMZf .carousel-indicators {
    display: none;
  }
}
.cid-v4qxqMRMZf .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-v4qxqMRMZf .carousel-inner > .active {
  display: block;
}
.cid-v4qxqMRMZf .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v4qxqMRMZf .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-v4qxqMRMZf .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-v4qxqMRMZf .carousel-control,
  .cid-v4qxqMRMZf .carousel-indicators,
  .cid-v4qxqMRMZf .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-v4qxqMRMZf .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-v4qxqMRMZf .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-v4qxqMRMZf .carousel-indicators .active,
.cid-v4qxqMRMZf .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-v4qxqMRMZf .carousel-indicators .active {
  background: #fff;
}
.cid-v4qxqMRMZf .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-v4qxqMRMZf .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-v4qxqMRMZf .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-v4qxqMRMZf .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-v4qxqMRMZf .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-v4qxqMRMZf .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-v4qxqMRMZf .carousel {
  width: 100%;
}
.cid-v4qxqMRMZf .modal-backdrop.in {
  opacity: 0.8;
}
.cid-v4qxqMRMZf .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-v4qxqMRMZf .modal.fade .modal-dialog,
.cid-v4qxqMRMZf .modal.in .modal-dialog {
  transform: none;
}
.cid-v4qxqMRMZf .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-v4qxqMRMZf H6 {
  text-align: center;
}
.cid-v4qxqMRMZf .mbr-section-subtitle {
  text-align: right;
}
.cid-v4qxqMRMZf .mbr-item-subtitle {
  text-align: justify;
}
.cid-v4qxvo7oAp {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v4qxvo7oAp .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4qxvo7oAp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4qxvo7oAp li {
  padding-bottom: 1rem;
}
.cid-v4qxvo7oAp .row {
  justify-content: flex-end;
}
.cid-v4qxvo7oAp ul {
  padding-left: 1.5rem;
}
.cid-v4qxvo7oAp .mbr-text3 {
  line-height: 1.2;
}
.cid-v4qxvo7oAp p {
  line-height: 1.2;
}
.cid-v4qxvo7oAp .mbr-text {
  line-height: 1.2;
  color: #000000;
}
.cid-v4qxvo7oAp .card-wrapper {
  overflow: hidden;
  background: #ffffff;
  padding: 4rem 3rem;
}
@media (max-width: 767px) {
  .cid-v4qxvo7oAp .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-v4qxvo7oAp .image-wrapper {
  padding: 0 1rem;
}
.cid-v4qxvo7oAp .mbr-section-title {
  color: #000000;
}
.cid-v4qxvo7oAp .mbr-text,
.cid-v4qxvo7oAp .mbr-section-btn {
  color: #f0466a;
}
.cid-v4qxvo7oAp .mbr-card-title {
  color: #f0466a;
}
.cid-v4qxvo7oAp .mbr-card-title,
.cid-v4qxvo7oAp .line {
  color: #f0466a;
}
.cid-v4qxvo7oAp .mbr-section-text {
  color: #000000;
}
.cid-v11BwuQ4Gf {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #353535;
}
@media (max-width: 1199px) {
  .cid-v11BwuQ4Gf .col-lg-4,
  .cid-v11BwuQ4Gf .col-lg-8 {
    width: 100%;
  }
}
@media (max-width: 1199px) {
  .cid-v11BwuQ4Gf .text-wrapper {
    text-align: center;
    margin-top: 50px;
  }
}
.cid-v11BwuQ4Gf .mbr-section-title {
  margin-bottom: 2.3rem;
  color: #fafafa;
}
.cid-v11BwuQ4Gf .mbr-section-title span {
  position: relative;
}
.cid-v11BwuQ4Gf .mbr-section-title span svg {
  position: absolute;
  top: -30px;
  left: -33px;
  width: 63px;
  height: 60px;
  transform: rotate(275deg);
}
.cid-v11BwuQ4Gf .mbr-section-title span svg path {
  fill: #e43f3f;
}
.cid-v11BwuQ4Gf .mbr-section-btn {
  margin-top: 83.4px;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 1199px) {
  .cid-v11BwuQ4Gf .mbr-section-btn {
    justify-content: center!important;
  }
}
.cid-v11BwuQ4Gf .button-container {
  position: relative;
}
.cid-v11BwuQ4Gf .button-container svg {
  position: absolute;
  top: -65px;
  left: -50px;
  width: 70px;
  height: 75px;
}
@media (max-width: 1199px) {
  .cid-v11BwuQ4Gf .button-container svg {
    left: 300px;
  }
}
@media (max-width: 991px) {
  .cid-v11BwuQ4Gf .button-container svg {
    left: 200px;
  }
}
@media (max-width: 767px) {
  .cid-v11BwuQ4Gf .button-container svg {
    left: 100px;
  }
}
@media (max-width: 519px) {
  .cid-v11BwuQ4Gf .button-container svg {
    left: 90px;
  }
}
@media (max-width: 460px) {
  .cid-v11BwuQ4Gf .button-container svg {
    left: 60px;
  }
}
@media (max-width: 359px) {
  .cid-v11BwuQ4Gf .button-container svg {
    left: 0;
  }
}
.cid-v11BwuQ4Gf .button-container svg path {
  fill: #e43f3f;
}
.cid-v11BwuQ4Gf .image-container {
  height: 570px;
  display: flex;
  justify-content: flex-end;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .cid-v11BwuQ4Gf .image-container {
    margin-top: 50px;
    justify-content: center;
  }
}
@media (max-width: 359px) {
  .cid-v11BwuQ4Gf .image-container {
    height: 490px;
  }
}
.cid-v11BwuQ4Gf .image-inner-container {
  display: grid;
  grid-template-columns: 200px 300px 200px;
  grid-column-gap: 32px;
  margin-top: -150px;
}
@media (max-width: 1399px) {
  .cid-v11BwuQ4Gf .image-inner-container {
    grid-column-gap: 14px;
  }
}
@media (max-width: 1199px) {
  .cid-v11BwuQ4Gf .image-inner-container {
    grid-template-columns: 180px 280px 180px;
    grid-column-gap: 28px;
    margin-top: 0;
  }
}
.cid-v11BwuQ4Gf .tile {
  width: 100%;
  margin-bottom: 16px;
}
.cid-v11BwuQ4Gf .tile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v11BwuQ4Gf .image-wrap {
  border-radius: 15px;
  overflow: hidden;
}
.cid-v11BwuQ4Gf .image-col {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cid-v11BwuQ4Gf .col-aside {
  padding-top: 60px;
}
.cid-v11BwuQ4Gf .col-aside .image-wrap {
  height: 230px;
}
.cid-v11BwuQ4Gf .col-middle {
  padding-top: 100px;
  padding-top: 165px;
}
@media (max-width: 1199px) {
  .cid-v11BwuQ4Gf .col-middle {
    padding-top: 50px;
  }
  .cid-v11BwuQ4Gf .col-middle .tile:last-child {
    display: none;
  }
}
@media (max-width: 356px) {
  .cid-v11BwuQ4Gf .col-middle {
    padding-top: 0;
  }
}
.cid-v11BwuQ4Gf .col-middle .image-wrap {
  height: 170px;
}
.cid-v11BwuQ4Gf .mbr-text {
  color: #fafafa;
}
.cid-v11R5HeFwM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eeeef4;
  overflow: hidden;
}
.cid-v11R5HeFwM .item {
  position: relative;
}
.cid-v11R5HeFwM .item .gradient-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-image: radial-gradient(ellipse farthest-side at 50% 60%, #ebfff5 10%, #e0e0ff 50%, #eeeef4 100%);
  filter: blur(1rem);
}
.cid-v11R5HeFwM .item .gradient-wrap::before {
  content: '';
  position: absolute;
  bottom: 60%;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #eeeef4;
  filter: blur(1rem);
}
.cid-v11R5HeFwM .mbr-fallback-image.disabled {
  display: none;
}
.cid-v11R5HeFwM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v11R5HeFwM .content-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .cid-v11R5HeFwM .content-wrapper {
    width: 75%;
  }
}
@media (max-width: 992px) {
  .cid-v11R5HeFwM .content-wrapper {
    width: 100%;
  }
}
.cid-v11R5HeFwM .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v11R5HeFwM .content-wrapper .text-wrapper .mbr-text {
  margin-top: 24px;
  margin-bottom: 0;
}
.cid-v11R5HeFwM .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-v11R5HeFwM .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-v11R5HeFwM .mbr-section-title {
  color: #181824;
}
.cid-v11R5HeFwM .mbr-text,
.cid-v11R5HeFwM .text-wrapper {
  color: #54547e;
  text-align: center;
}
.cid-v11R5HeFwM .mbr-section-title,
.cid-v11R5HeFwM .mbr-section-btn,
.cid-v11R5HeFwM .icon-wrapper {
  text-align: center;
}
.cid-v11Bwxq7zD {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #bbbbbb;
}
.cid-v11Bwxq7zD .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-v11Bwxq7zD .form-group {
  margin-bottom: 1rem;
}
.cid-v11Bwxq7zD .form-control {
  border: none !important;
  border-radius: 0;
  padding: 0.5rem 1rem;
  background: #efefef;
  color: #000000;
  width: 100%;
}
.cid-v11Bwxq7zD textarea.form-control {
  min-height: 96px;
}
.cid-v11Bwxq7zD .input-group-btn {
  width: 100%;
}
.cid-v11Bwxq7zD .input-group-btn .btn {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.cid-v11Bwxq7zD .form-control-label {
  color: #333333;
  font-size: 1rem;
  font-weight: 100 !important;
}
.cid-v11Bwxq7zD .google-map {
  width: 100%;
  height: 25rem;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: gray;
}
.cid-v11Bwxq7zD .google-map iframe {
  width: inherit;
  height: 100%;
}
.cid-v11Bwxq7zD .info-row ol {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
.cid-v11Bwxq7zD .info-row ol li {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  border-bottom: 1px solid #333333;
  padding: 10px;
}
.cid-v11Bwxq7zD .info-value {
  color: #b7b6b6;
}
@media (max-width: 991px), (max-width: 767px) {
  .cid-v11Bwxq7zD .form-wrapper {
    padding-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v11Bwxq7zD .form-subtitle {
    text-align: center;
  }
}
.cid-v11Bwxq7zD .mbr-fallback-image.disabled {
  display: none;
}
.cid-v11Bwxq7zD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v11Bwxq7zD .first-column {
  color: #232323;
}
.cid-v11BwyabW7 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #232323;
}
.cid-v11BwyabW7 .follow-heading {
  padding-right: 4rem;
  color: #ffffff;
}
.cid-v11BwyabW7 .input-form {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
.cid-v11BwyabW7 .social-media {
  margin-top: 1.5rem;
  -webkit-align-items: center;
  align-items: center;
  padding-right: 4rem;
}
.cid-v11BwyabW7 .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-v11BwyabW7 .social-media ul li {
  margin-right: .5rem;
  display: inline-block;
  margin-bottom: .5rem;
}
.cid-v11BwyabW7 .input-group-btn .btn {
  margin: 0;
}
.cid-v11BwyabW7 .subtext-1,
.cid-v11BwyabW7 .subtext-2 {
  margin-bottom: .6rem;
}
.cid-v11BwyabW7 .icon-transition span {
  color: #ffffff;
  display: flex;
  padding: 1rem;
  border-radius: 50%;
  background-color: #fe525b;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-v11BwyabW7 .icon-transition span:hover {
  background-color: #bf5e63;
}
.cid-v11BwyabW7 .card-support {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-v11BwyabW7 .card-support li {
  margin-right: .4rem;
  margin-bottom: .4rem;
  display: inline-block;
}
.cid-v11BwyabW7 .mbr-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-v11BwyabW7 .mbr-list li {
  margin-bottom: .25rem;
  margin-right: 1rem;
  padding-bottom: 1rem;
}
.cid-v11BwyabW7 .mbr-form {
  margin-top: .5rem;
  clear: both;
  text-align: left;
}
.cid-v11BwyabW7 .form-control {
  font-size: .9rem;
  height: 3.5rem;
  border: 0px solid;
  border-radius: 5px;
  margin-right: .6rem;
  padding: .5rem 1rem;
}
.cid-v11BwyabW7 .form-text {
  color: #ffffff;
  text-align: left;
}
.cid-v11BwyabW7 .subtext-1 {
  color: #fafafa;
  text-align: left;
}
.cid-v11BwyabW7 .subtext-2 {
  color: #ffffff;
  text-align: left;
}
.cid-v11BwyabW7 .form-group {
  max-width: 400px;
}
.cid-v11BwyabW7 .column-menu ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  word-break: break-word;
}
.cid-v11BwyabW7 .column-menu ul li {
  padding: .2rem 0;
}
@media (max-width: 991px) {
  .cid-v11BwyabW7 .form-row {
    justify-content: center;
  }
  .cid-v11BwyabW7 .social-media {
    padding: 0;
    text-align: center;
  }
  .cid-v11BwyabW7 .subtext-1,
  .cid-v11BwyabW7 .subtext-2,
  .cid-v11BwyabW7 .card-support {
    text-align: center;
  }
  .cid-v11BwyabW7 .mbr-list {
    margin-top: 2rem;
    text-align: center;
  }
  .cid-v11BwyabW7 .form-text {
    text-align: center;
  }
  .cid-v11BwyabW7 .follow-section {
    margin: 0;
  }
  .cid-v11BwyabW7 .mbr-form {
    text-align: center;
  }
  .cid-v11BwyabW7 .social-media ul li {
    margin-right: .1rem;
  }
  .cid-v11BwyabW7 .follow-heading {
    padding: 0;
    text-align: center;
  }
  .cid-v11BwyabW7 .firstColumn,
  .cid-v11BwyabW7 .secondColumn {
    text-align: center;
  }
}
@media (max-width: 500px) {
  .cid-v11BwyabW7 .form-row {
    flex-direction: column;
  }
}
.cid-v11BwzNyL1.popup-builder {
  background-color: #ffffff;
}
.cid-v11BwzNyL1.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-v11BwzNyL1.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
  margin-top: 0;
  margin-bottom: 0;
  margin: 0;
  height: 100%;
}
.cid-v11BwzNyL1 .modal-content,
.cid-v11BwzNyL1 .modal-dialog {
  height: auto;
}
.cid-v11BwzNyL1 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-v11BwzNyL1 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-v11BwzNyL1 .form-wrapper .mbr-form .form-group,
  .cid-v11BwzNyL1 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-v11BwzNyL1 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-v11BwzNyL1 .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-v11BwzNyL1 .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-v11BwzNyL1 .pt-0 {
  padding-top: 0 !important;
}
.cid-v11BwzNyL1 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-v11BwzNyL1 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-v11BwzNyL1 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-v11BwzNyL1 .modal-open {
  overflow: hidden;
}
.cid-v11BwzNyL1 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-v11BwzNyL1 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-v11BwzNyL1 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
  max-width: 100%;
  height: 100%;
  margin: 0;
}
.cid-v11BwzNyL1 .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-v11BwzNyL1 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-v11BwzNyL1 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-v11BwzNyL1 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-v11BwzNyL1 .modal-content {
  background: #353535;
  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);
  border-radius: 0;
  height: 100%;
  overflow: auto;
}
.cid-v11BwzNyL1 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-v11BwzNyL1 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-v11BwzNyL1 .modal-backdrop.fade {
  opacity: 0;
}
.cid-v11BwzNyL1 .modal-backdrop.show {
  opacity: .5;
}
.cid-v11BwzNyL1 .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-v11BwzNyL1 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-v11BwzNyL1 .modal-header {
    padding: 1rem;
  }
}
.cid-v11BwzNyL1 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-v11BwzNyL1 .modal-header .close svg {
  fill: #ffffff;
}
.cid-v11BwzNyL1 .modal-header .close:hover {
  opacity: 1;
}
.cid-v11BwzNyL1 .modal-header .close:focus {
  outline: none;
}
.cid-v11BwzNyL1 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #ffffff;
}
.cid-v11BwzNyL1 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-v11BwzNyL1 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v11BwzNyL1 .modal-body {
    padding: 1rem;
  }
}
.cid-v11BwzNyL1 .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-v11BwzNyL1 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v11BwzNyL1 .modal-footer {
    padding: 1rem;
  }
}
.cid-v11BwzNyL1 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-v11BwzNyL1 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-v11BwzNyL1 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-v11BwzNyL1 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-v11BwzNyL1 .modal-lg,
  .cid-v11BwzNyL1 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-v11BwzNyL1 .modal-xl {
    max-width: 1140px;
  }
}
.cid-v11BwzNyL1 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-v11BwzNyL1 .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-v11BwzNyL1 .form-group {
  margin-bottom: 1rem;
}
.cid-v11BwzNyL1 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-v11BwzNyL1 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-v11BwzNyL1 .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-v11BwzNyL1 .mbr-section-btn {
  margin: 0;
}
.cid-v11BwzNyL1 .mbr-section-btn .btn {
  margin: 0;
}
.cid-v11BwzNyL1 H5 {
  color: #fafafa;
}
.cid-v11BwBYssp.popup-builder {
  background-color: #ffffff;
}
.cid-v11BwBYssp.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-v11BwBYssp.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
  margin-top: 0;
  margin-bottom: 0;
  margin: 0;
  height: 100%;
}
.cid-v11BwBYssp .modal-content,
.cid-v11BwBYssp .modal-dialog {
  height: auto;
}
.cid-v11BwBYssp .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-v11BwBYssp .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-v11BwBYssp .form-wrapper .mbr-form .form-group,
  .cid-v11BwBYssp .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-v11BwBYssp .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-v11BwBYssp .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-v11BwBYssp .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-v11BwBYssp .pt-0 {
  padding-top: 0 !important;
}
.cid-v11BwBYssp .pb-0 {
  padding-bottom: 0 !important;
}
.cid-v11BwBYssp .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-v11BwBYssp .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-v11BwBYssp .modal-open {
  overflow: hidden;
}
.cid-v11BwBYssp .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-v11BwBYssp .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-v11BwBYssp .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
  max-width: 100%;
  height: 100%;
  margin: 0;
}
.cid-v11BwBYssp .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-v11BwBYssp .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-v11BwBYssp .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-v11BwBYssp .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-v11BwBYssp .modal-content {
  background: #413b3b;
  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);
  border-radius: 0;
  height: 100%;
  overflow: auto;
}
.cid-v11BwBYssp .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-v11BwBYssp .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-v11BwBYssp .modal-backdrop.fade {
  opacity: 0;
}
.cid-v11BwBYssp .modal-backdrop.show {
  opacity: .5;
}
.cid-v11BwBYssp .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-v11BwBYssp .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-v11BwBYssp .modal-header {
    padding: 1rem;
  }
}
.cid-v11BwBYssp .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-v11BwBYssp .modal-header .close svg {
  fill: #ffffff;
}
.cid-v11BwBYssp .modal-header .close:hover {
  opacity: 1;
}
.cid-v11BwBYssp .modal-header .close:focus {
  outline: none;
}
.cid-v11BwBYssp .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #ffffff;
}
.cid-v11BwBYssp .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-v11BwBYssp .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v11BwBYssp .modal-body {
    padding: 1rem;
  }
}
.cid-v11BwBYssp .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-v11BwBYssp .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v11BwBYssp .modal-footer {
    padding: 1rem;
  }
}
.cid-v11BwBYssp .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-v11BwBYssp .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-v11BwBYssp .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-v11BwBYssp .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-v11BwBYssp .modal-lg,
  .cid-v11BwBYssp .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-v11BwBYssp .modal-xl {
    max-width: 1140px;
  }
}
.cid-v11BwBYssp .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-v11BwBYssp .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-v11BwBYssp .form-group {
  margin-bottom: 1rem;
}
.cid-v11BwBYssp .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-v11BwBYssp .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-v11BwBYssp .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-v11BwBYssp .mbr-section-btn {
  margin: 0;
}
.cid-v11BwBYssp .mbr-section-btn .btn {
  margin: 0;
}
