.btn {
  border-width: 2px;
}
body {
  font-family: 'Outfit', sans-serif;
}
.display-1 {
  font-family: 'Outfit', sans-serif;
  font-size: 6rem;
  line-height: 0.9;
}
.display-1 > .mbr-iconfont {
  font-size: 7.5rem;
}
.display-2 {
  font-family: 'Outfit', sans-serif;
  font-size: 4rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 5rem;
}
.display-4 {
  font-family: 'Outfit', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Outfit', sans-serif;
  font-size: 1.8rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.25rem;
}
.display-7 {
  font-family: 'Outfit', sans-serif;
  font-size: 1.3rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.625rem;
}
/* ---- 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: 4.8rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 4.2rem;
    font-size: calc( 2.75rem + (6 - 2.75) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.75rem + (6 - 2.75) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.05rem + (4 - 2.05) * ((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.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.04rem;
    font-size: calc( 1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.8rem 1.8rem;
  border-radius: 0px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 0px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 0px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 0px;
}
.bg-primary {
  background-color: #000000 !important;
}
.bg-success {
  background-color: #9cff1b !important;
}
.bg-info {
  background-color: #00ffff !important;
}
.bg-warning {
  background-color: #4a4a4a !important;
}
.bg-danger {
  background-color: #ff00dc !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: white !important;
  background-color: black  !important;
  border-color: black  !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: white !important;
  background-color: black  !important;
  border-color: black  !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #808080 !important;
  background-color: #cccccc !important;
  border-color: #cccccc !important;
}
.btn-info,
.btn-info:active {
  background-color: #00ffff !important;
  border-color: #00ffff !important;
  color: #000000 !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: white !important;
  background-color: black  !important;
  border-color: black  !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #000000 !important;
  background-color: #009999 !important;
  border-color: #009999 !important;
}
.btn-success,
.btn-success:active {
  background-color: #9cff1b !important;
  border-color: #9cff1b !important;
  color: #0f1b00 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: white !important;
  background-color: black  !important;
  border-color: black  !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #0f1b00 !important;
  background-color: #66b400 !important;
  border-color: #66b400 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #4a4a4a !important;
  border-color: #4a4a4a !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: white !important;
  background-color: black  !important;
  border-color: black  !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #171717 !important;
  border-color: #171717 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff00dc !important;
  border-color: #ff00dc !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: white !important;
  background-color: black  !important;
  border-color: black  !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #990084 !important;
  border-color: #990084 !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: white !important;
  background-color: black  !important;
  border-color: black  !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #c7c7c7 !important;
  border-color: #c7c7c7 !important;
}
.btn-black,
.btn-black:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: white !important;
  background-color: black  !important;
  border-color: black  !important;
}
.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: #000000;
  color: #000000;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: #000000 !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #808080 !important;
  background-color: transparent!important;
  border-color: #808080 !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #00ffff;
  color: #00ffff;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: #000000 !important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #00ffff !important;
  background-color: #00ffff !important;
  border-color: #00ffff !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #9cff1b;
  color: #9cff1b;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #0f1b00 !important;
  background-color: transparent!important;
  border-color: #0f1b00 !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #9cff1b !important;
  background-color: #9cff1b !important;
  border-color: #9cff1b !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #4a4a4a;
  color: #4a4a4a;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: #000000 !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #4a4a4a !important;
  border-color: #4a4a4a !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ff00dc;
  color: #ff00dc;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: #000000 !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff00dc !important;
  border-color: #ff00dc !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: #7a7a7a !important;
  background-color: transparent!important;
  border-color: #7a7a7a !important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #fafafa !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #000000 !important;
}
.text-secondary {
  color: #ffffff !important;
}
.text-success {
  color: #9cff1b !important;
}
.text-info {
  color: #00ffff !important;
}
.text-warning {
  color: #4a4a4a !important;
}
.text-danger {
  color: #ff00dc !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #000000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ffffff !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #9cff1b !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #00ffff !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #4a4a4a !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ff00dc !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #fafafa !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #232323 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  transition: 0.2s;
  position: relative;
  background-image: linear-gradient(currentColor 20%, currentColor 20%);
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0 1.2em;
}
.nav-tabs .nav-link.active {
  color: #000000;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #00ffff;
}
.alert-warning {
  background-color: #4a4a4a;
}
.alert-danger {
  background-color: #ff00dc;
}
.mbr-gallery-filter li.active .btn {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #000000;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #b3b3b3;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #f5ffe7;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ccffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #bdbdbd;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffccf8;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Outfit', 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: #000000 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Outfit', 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: #000000;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #000000;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #000000;
}
.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: #000000;
  border-bottom-color: #000000;
}
.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: #000000 !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: #ffffff !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='%23000000' %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;
}
.cid-t0pQSTRPSZ {
  z-index: 1000;
  width: 100%;
}
.cid-t0pQSTRPSZ .show .link,
.cid-t0pQSTRPSZ .show .mbr-iconfont,
.cid-t0pQSTRPSZ .show .phone {
  color: #000000 !important;
}
.cid-t0pQSTRPSZ .opened .navbar-caption {
  color: #000000 !important;
}
.cid-t0pQSTRPSZ .opened .hamburger span {
  background-color: #000000 !important;
}
.cid-t0pQSTRPSZ .phone {
  padding-left: 4rem;
  color: #000000;
}
@media (max-width: 992px) {
  .cid-t0pQSTRPSZ .phone {
    text-align: center;
    display: block;
    padding: 1rem 0;
  }
}
.cid-t0pQSTRPSZ nav.navbar {
  position: fixed;
}
.cid-t0pQSTRPSZ .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t0pQSTRPSZ .dropdown-menu {
  padding: 1rem 0;
}
.cid-t0pQSTRPSZ .dropdown-item {
  color: #000000 !important;
}
.cid-t0pQSTRPSZ .dropdown-item span {
  color: #000000 !important;
}
.cid-t0pQSTRPSZ .dropdown-item:hover,
.cid-t0pQSTRPSZ .dropdown-item:focus {
  color: #000000 !important;
}
.cid-t0pQSTRPSZ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-t0pQSTRPSZ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-t0pQSTRPSZ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-t0pQSTRPSZ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t0pQSTRPSZ .nav-link {
  position: relative;
}
.cid-t0pQSTRPSZ .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-t0pQSTRPSZ .container {
    flex-wrap: nowrap;
  }
}
.cid-t0pQSTRPSZ .iconfont-wrapper {
  color: #4a4a4a !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-t0pQSTRPSZ .dropdown-menu,
.cid-t0pQSTRPSZ .navbar.opened {
  background: #ffffff !important;
}
.cid-t0pQSTRPSZ .nav-item:focus,
.cid-t0pQSTRPSZ .nav-link:focus {
  outline: none;
}
.cid-t0pQSTRPSZ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-t0pQSTRPSZ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t0pQSTRPSZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-t0pQSTRPSZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t0pQSTRPSZ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t0pQSTRPSZ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t0pQSTRPSZ .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-t0pQSTRPSZ .navbar.opened {
  transition: all 0.3s;
}
.cid-t0pQSTRPSZ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-t0pQSTRPSZ .navbar .navbar-logo img {
  width: auto;
}
.cid-t0pQSTRPSZ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-t0pQSTRPSZ .navbar.collapsed {
  justify-content: center;
}
.cid-t0pQSTRPSZ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t0pQSTRPSZ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t0pQSTRPSZ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.5rem);
  }
}
.cid-t0pQSTRPSZ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t0pQSTRPSZ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t0pQSTRPSZ .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-t0pQSTRPSZ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t0pQSTRPSZ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-t0pQSTRPSZ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-t0pQSTRPSZ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t0pQSTRPSZ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t0pQSTRPSZ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t0pQSTRPSZ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t0pQSTRPSZ .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-t0pQSTRPSZ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-t0pQSTRPSZ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t0pQSTRPSZ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t0pQSTRPSZ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t0pQSTRPSZ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t0pQSTRPSZ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-t0pQSTRPSZ .navbar.navbar-short {
  min-height: 60px;
}
.cid-t0pQSTRPSZ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-t0pQSTRPSZ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-t0pQSTRPSZ .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-t0pQSTRPSZ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t0pQSTRPSZ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t0pQSTRPSZ .dropdown-item.active,
.cid-t0pQSTRPSZ .dropdown-item:active {
  background-color: transparent;
}
.cid-t0pQSTRPSZ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t0pQSTRPSZ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t0pQSTRPSZ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t0pQSTRPSZ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-t0pQSTRPSZ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t0pQSTRPSZ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t0pQSTRPSZ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t0pQSTRPSZ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-t0pQSTRPSZ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-t0pQSTRPSZ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-t0pQSTRPSZ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t0pQSTRPSZ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t0pQSTRPSZ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t0pQSTRPSZ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t0pQSTRPSZ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t0pQSTRPSZ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t0pQSTRPSZ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t0pQSTRPSZ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t0pQSTRPSZ .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-t0pQSTRPSZ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t0pQSTRPSZ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-t0pQSTRPSZ .navbar {
    height: 70px;
  }
  .cid-t0pQSTRPSZ .navbar.opened {
    height: auto;
  }
  .cid-t0pQSTRPSZ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t0pQSxP4zU {
  padding-top: 15rem;
  padding-bottom: 15rem;
  background-color: #ffffff;
}
.cid-t0pQSxP4zU .mbr-section-title {
  color: #000000;
}
.cid-t0pQSxP4zU .display-1 {
  font-size: 8.5rem;
}
@media (max-width: 1400px) {
  .cid-t0pQSxP4zU .display-1 {
    font-size: 6rem;
  }
}
@media (max-width: 992px) {
  .cid-t0pQSxP4zU .display-1 {
    font-size: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-t0pQSxP4zU .display-1 {
    font-size: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-t0pQSxP4zU .d-flex {
    justify-content: center;
  }
}
.cid-t0pQSxP4zU .link-wrapper {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  cursor: pointer;
  margin-top: 2rem;
}
.cid-t0pQSxP4zU .link-wrapper .link-icon {
  font-size: 6rem;
  transform: rotate(-45deg) translate(-20px, 30px);
  padding-left: 1rem;
  transition: all 0.3s;
  transform-origin: left;
}
@media (max-width: 767px) {
  .cid-t0pQSxP4zU .link-wrapper {
    justify-content: center;
  }
}
.cid-t0pQSxP4zU .link-wrapper:hover .link-icon {
  transform: rotate(-45deg) scale(0.5) translate(-30px, 50px);
}
.cid-t0pQSxP4zU .link,
.cid-t0pQSxP4zU .link-icon {
  color: #ffffff;
}
.cid-tircNmshHr {
  background-image: url("../../../assets/images/white-texture-2000x1333.jpg");
}
.cid-tircNmshHr .mbr-section-title {
  color: #000000;
}
.cid-tircNmshHr .row {
  padding-top: 30rem;
}
@media (max-width: 767px) {
  .cid-tircNmshHr .row {
    padding-top: 5rem;
  }
}
.cid-tircNmshHr .d-flex {
  align-items: flex-end;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .cid-tircNmshHr .d-flex {
    justify-content: center;
  }
}
.cid-tircNmshHr .link-wrapper {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  cursor: pointer;
  margin-top: 2rem;
}
.cid-tircNmshHr .link-wrapper .link-icon {
  font-size: 6rem;
  transform: rotate(-45deg) translate(-20px, 30px);
  padding-left: 1rem;
  transition: all 0.3s;
  transform-origin: left;
}
@media (max-width: 767px) {
  .cid-tircNmshHr .link-wrapper {
    justify-content: center;
    transform: rotate(0deg);
  }
}
.cid-tircNmshHr .link-wrapper:hover .link-icon {
  transform: rotate(-45deg) scale(0.5) translate(-30px, 50px);
}
.cid-tircNmshHr .mbr-section-subtitle {
  width: fit-content;
  text-align: center;
  background: #000000;
  cursor: pointer;
  transform: rotate(-90deg);
  display: block;
  transform-origin: left;
  margin-left: 4.1rem;
  padding: 2rem 4rem;
  padding-bottom: 2.5rem;
  margin-bottom: 0;
  color: #ffffff;
  transition: all 0.3s;
}
.cid-tircNmshHr .mbr-section-subtitle:hover {
  background: #000000;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tircNmshHr .mbr-section-subtitle {
    width: auto;
    transform: rotate(0deg);
    margin: auto;
    padding: 1rem;
    margin-bottom: 2rem;
  }
}
.cid-tircNmshHr .link,
.cid-tircNmshHr .link-icon {
  color: #000000;
}
.cid-tircNmshHr .mbr-fallback-image.disabled {
  display: none;
}
.cid-tircNmshHr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-titLhZcV7S {
  background-color: #000000;
}
.cid-titLhZcV7S .mbr-section-title {
  color: #00ffff;
}
.cid-titLhZcV7S .mbr-section-subtitle {
  color: #ffffff;
}
.cid-titLhZcV7S h3 {
  max-width: 600px;
  margin-right: auto;
  margin-left: 0;
}
.cid-titLhZcV7S h4,
.cid-titLhZcV7S .mbr-section-btn {
  max-width: 800px;
  margin-right: 0;
  margin-left: auto;
}
.cid-titLhZcV7S .mbr-fallback-image.disabled {
  display: none;
}
.cid-titLhZcV7S .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-titLhZcV7S .mbr-section-subtitle,
.cid-titLhZcV7S .mbr-section-btn {
  color: #ff00dc;
}
.cid-tiYbOANRyN {
  background-color: #ffffff;
}
.cid-tiYbOANRyN .mbr-section-title {
  color: #000000;
}
.cid-tiYbOANRyN .display-1 {
  font-size: 9rem;
}
@media (max-width: 1400px) {
  .cid-tiYbOANRyN .display-1 {
    font-size: 6rem;
  }
}
@media (max-width: 992px) {
  .cid-tiYbOANRyN .display-1 {
    font-size: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-tiYbOANRyN .display-1 {
    font-size: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tiYbOANRyN .d-flex {
    justify-content: center;
  }
}
.cid-tiYbOANRyN .link-wrapper {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  cursor: pointer;
  margin-top: 2rem;
}
.cid-tiYbOANRyN .link-wrapper .link-icon {
  font-size: 6rem;
  transform: rotate(-45deg) translate(-20px, 30px);
  padding-left: 1rem;
  transition: all 0.3s;
  transform-origin: left;
}
@media (max-width: 767px) {
  .cid-tiYbOANRyN .link-wrapper {
    justify-content: center;
  }
}
.cid-tiYbOANRyN .link-wrapper:hover .link-icon {
  transform: rotate(-45deg) scale(0.5) translate(-30px, 50px);
}
.cid-tiYbOANRyN .link,
.cid-tiYbOANRyN .link-icon {
  color: #000000;
}
.cid-tiYbOANRyN .mbr-fallback-image.disabled {
  display: none;
}
.cid-tiYbOANRyN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tjeKjp5k4E {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/436-plakat-tr22-z-igm-2-2000x1666.jpg");
}
.cid-tjeKjp5k4E .mbr-fallback-image.disabled {
  display: none;
}
.cid-tjeKjp5k4E .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tjeKjp5k4E .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-tjeKjp5k4E .mbr-section-subtitle {
  text-align: left;
  color: #00ffff;
}
.cid-tjeKjp5k4E .mbr-text,
.cid-tjeKjp5k4E .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-tjeBTuIkO7 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tjeBTuIkO7 img {
  transition: all 0.3s;
  object-fit: cover;
}
.cid-tjeBTuIkO7 .image-wrapper {
  overflow: hidden;
  position: relative;
  cursor: pointer;
  height: 400px;
}
.cid-tjeBTuIkO7 .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tjeBTuIkO7 .image-wrapper {
    padding: 1rem;
  }
}
.cid-tjeBTuIkO7 .image-wrapper:hover img,
.cid-tjeBTuIkO7 .image-wrapper:focus-within img {
  transform: scale(1.15) rotate(-2deg);
}
.cid-tjeBTuIkO7 .card {
  padding: 0.5rem;
}
@media (max-width: 1400px) {
  .cid-tjeBTuIkO7 .card {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tjeBTuIkO7 .card {
    margin-bottom: 1rem;
  }
}
.cid-tjeBTuIkO7 .img-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.3s;
  padding: 1rem 0rem;
  color: #000000;
  width: 100%;
}
.cid-tjeBTuIkO7 .img-link span {
  font-size: 2rem;
  color: currentColor;
}
@media (min-width: 992px) {
  .cid-tjeBTuIkO7 .img-big {
    height: 100%;
  }
}
.cid-tjeBTuIkO7 .mbr-text,
.cid-tjeBTuIkO7 .mbr-section-btn {
  color: #ffffff;
}
.cid-tjeBTuIkO7 .mbr-section-title {
  color: #000000;
}
.cid-tjeBTuIkO7 .img-link,
.cid-tjeBTuIkO7 .link-icon {
  color: #000000;
}
.cid-tjeBTuIkO7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tjeBTuIkO7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tnXRsuv1Wz.popup-builder {
  background-color: #ffffff;
}
.cid-tnXRsuv1Wz.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tnXRsuv1Wz.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tnXRsuv1Wz .modal-content,
.cid-tnXRsuv1Wz .modal-dialog {
  height: auto;
}
.cid-tnXRsuv1Wz .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tnXRsuv1Wz .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tnXRsuv1Wz .form-wrapper .mbr-form .form-group,
  .cid-tnXRsuv1Wz .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tnXRsuv1Wz .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tnXRsuv1Wz .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-tnXRsuv1Wz .mbr-text {
  text-align: center;
}
.cid-tnXRsuv1Wz .pt-0 {
  padding-top: 0 !important;
}
.cid-tnXRsuv1Wz .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tnXRsuv1Wz .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tnXRsuv1Wz .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tnXRsuv1Wz .modal-open {
  overflow: hidden;
}
.cid-tnXRsuv1Wz .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tnXRsuv1Wz .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tnXRsuv1Wz .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tnXRsuv1Wz .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-tnXRsuv1Wz .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tnXRsuv1Wz .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tnXRsuv1Wz .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tnXRsuv1Wz .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-tnXRsuv1Wz .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tnXRsuv1Wz .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tnXRsuv1Wz .modal-backdrop.fade {
  opacity: 0;
}
.cid-tnXRsuv1Wz .modal-backdrop.show {
  opacity: .5;
}
.cid-tnXRsuv1Wz .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-tnXRsuv1Wz .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tnXRsuv1Wz .modal-header {
    padding: 1rem;
  }
}
.cid-tnXRsuv1Wz .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tnXRsuv1Wz .modal-header .close svg {
  fill: #000000;
}
.cid-tnXRsuv1Wz .modal-header .close:hover {
  opacity: 1;
}
.cid-tnXRsuv1Wz .modal-header .close:focus {
  outline: none;
}
.cid-tnXRsuv1Wz .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tnXRsuv1Wz .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tnXRsuv1Wz .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tnXRsuv1Wz .modal-body {
    padding: 1rem;
  }
}
.cid-tnXRsuv1Wz .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-tnXRsuv1Wz .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tnXRsuv1Wz .modal-footer {
    padding: 1rem;
  }
}
.cid-tnXRsuv1Wz .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tnXRsuv1Wz .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tnXRsuv1Wz .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tnXRsuv1Wz .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tnXRsuv1Wz .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tnXRsuv1Wz .modal-lg,
  .cid-tnXRsuv1Wz .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tnXRsuv1Wz .modal-xl {
    max-width: 1140px;
  }
}
.cid-tnXRsuv1Wz .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tnXRsuv1Wz .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-tnXRsuv1Wz .form-group {
  margin-bottom: 1rem;
}
.cid-tnXRsuv1Wz .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tnXRsuv1Wz .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tnXRsuv1Wz .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-tnXRsuv1Wz .mbr-section-btn {
  margin: 0;
}
.cid-tnXRsuv1Wz .mbr-section-btn .btn {
  margin: 0;
}
.cid-tsrHDHedWq.popup-builder {
  background-color: #ffffff;
}
.cid-tsrHDHedWq.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tsrHDHedWq.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tsrHDHedWq .modal-content,
.cid-tsrHDHedWq .modal-dialog {
  height: auto;
}
.cid-tsrHDHedWq .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tsrHDHedWq .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tsrHDHedWq .form-wrapper .mbr-form .form-group,
  .cid-tsrHDHedWq .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tsrHDHedWq .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tsrHDHedWq .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-tsrHDHedWq .mbr-text {
  text-align: center;
}
.cid-tsrHDHedWq .pt-0 {
  padding-top: 0 !important;
}
.cid-tsrHDHedWq .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tsrHDHedWq .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tsrHDHedWq .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tsrHDHedWq .modal-open {
  overflow: hidden;
}
.cid-tsrHDHedWq .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tsrHDHedWq .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tsrHDHedWq .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tsrHDHedWq .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-tsrHDHedWq .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tsrHDHedWq .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tsrHDHedWq .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tsrHDHedWq .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-tsrHDHedWq .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tsrHDHedWq .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tsrHDHedWq .modal-backdrop.fade {
  opacity: 0;
}
.cid-tsrHDHedWq .modal-backdrop.show {
  opacity: .5;
}
.cid-tsrHDHedWq .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-tsrHDHedWq .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tsrHDHedWq .modal-header {
    padding: 1rem;
  }
}
.cid-tsrHDHedWq .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tsrHDHedWq .modal-header .close svg {
  fill: #000000;
}
.cid-tsrHDHedWq .modal-header .close:hover {
  opacity: 1;
}
.cid-tsrHDHedWq .modal-header .close:focus {
  outline: none;
}
.cid-tsrHDHedWq .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tsrHDHedWq .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tsrHDHedWq .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tsrHDHedWq .modal-body {
    padding: 1rem;
  }
}
.cid-tsrHDHedWq .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-tsrHDHedWq .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tsrHDHedWq .modal-footer {
    padding: 1rem;
  }
}
.cid-tsrHDHedWq .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tsrHDHedWq .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tsrHDHedWq .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tsrHDHedWq .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tsrHDHedWq .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tsrHDHedWq .modal-lg,
  .cid-tsrHDHedWq .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tsrHDHedWq .modal-xl {
    max-width: 1140px;
  }
}
.cid-tsrHDHedWq .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tsrHDHedWq .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-tsrHDHedWq .form-group {
  margin-bottom: 1rem;
}
.cid-tsrHDHedWq .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tsrHDHedWq .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tsrHDHedWq .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-tsrHDHedWq .mbr-section-btn {
  margin: 0;
}
.cid-tsrHDHedWq .mbr-section-btn .btn {
  margin: 0;
}
.cid-tsrHJUjVDM.popup-builder {
  background-color: #ffffff;
}
.cid-tsrHJUjVDM.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tsrHJUjVDM.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tsrHJUjVDM .modal-content,
.cid-tsrHJUjVDM .modal-dialog {
  height: auto;
}
.cid-tsrHJUjVDM .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tsrHJUjVDM .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tsrHJUjVDM .form-wrapper .mbr-form .form-group,
  .cid-tsrHJUjVDM .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tsrHJUjVDM .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tsrHJUjVDM .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-tsrHJUjVDM .mbr-text {
  text-align: center;
}
.cid-tsrHJUjVDM .pt-0 {
  padding-top: 0 !important;
}
.cid-tsrHJUjVDM .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tsrHJUjVDM .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tsrHJUjVDM .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tsrHJUjVDM .modal-open {
  overflow: hidden;
}
.cid-tsrHJUjVDM .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tsrHJUjVDM .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tsrHJUjVDM .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tsrHJUjVDM .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-tsrHJUjVDM .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tsrHJUjVDM .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tsrHJUjVDM .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tsrHJUjVDM .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-tsrHJUjVDM .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tsrHJUjVDM .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tsrHJUjVDM .modal-backdrop.fade {
  opacity: 0;
}
.cid-tsrHJUjVDM .modal-backdrop.show {
  opacity: .5;
}
.cid-tsrHJUjVDM .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-tsrHJUjVDM .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tsrHJUjVDM .modal-header {
    padding: 1rem;
  }
}
.cid-tsrHJUjVDM .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tsrHJUjVDM .modal-header .close svg {
  fill: #000000;
}
.cid-tsrHJUjVDM .modal-header .close:hover {
  opacity: 1;
}
.cid-tsrHJUjVDM .modal-header .close:focus {
  outline: none;
}
.cid-tsrHJUjVDM .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tsrHJUjVDM .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tsrHJUjVDM .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tsrHJUjVDM .modal-body {
    padding: 1rem;
  }
}
.cid-tsrHJUjVDM .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-tsrHJUjVDM .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tsrHJUjVDM .modal-footer {
    padding: 1rem;
  }
}
.cid-tsrHJUjVDM .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tsrHJUjVDM .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tsrHJUjVDM .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tsrHJUjVDM .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tsrHJUjVDM .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tsrHJUjVDM .modal-lg,
  .cid-tsrHJUjVDM .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tsrHJUjVDM .modal-xl {
    max-width: 1140px;
  }
}
.cid-tsrHJUjVDM .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tsrHJUjVDM .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-tsrHJUjVDM .form-group {
  margin-bottom: 1rem;
}
.cid-tsrHJUjVDM .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tsrHJUjVDM .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tsrHJUjVDM .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-tsrHJUjVDM .mbr-section-btn {
  margin: 0;
}
.cid-tsrHJUjVDM .mbr-section-btn .btn {
  margin: 0;
}
.cid-tsrI4zxMQt.popup-builder {
  background-color: #ffffff;
}
.cid-tsrI4zxMQt.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tsrI4zxMQt.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tsrI4zxMQt .modal-content,
.cid-tsrI4zxMQt .modal-dialog {
  height: auto;
}
.cid-tsrI4zxMQt .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tsrI4zxMQt .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tsrI4zxMQt .form-wrapper .mbr-form .form-group,
  .cid-tsrI4zxMQt .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tsrI4zxMQt .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tsrI4zxMQt .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-tsrI4zxMQt .mbr-text {
  text-align: center;
}
.cid-tsrI4zxMQt .pt-0 {
  padding-top: 0 !important;
}
.cid-tsrI4zxMQt .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tsrI4zxMQt .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tsrI4zxMQt .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tsrI4zxMQt .modal-open {
  overflow: hidden;
}
.cid-tsrI4zxMQt .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tsrI4zxMQt .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tsrI4zxMQt .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tsrI4zxMQt .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-tsrI4zxMQt .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tsrI4zxMQt .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tsrI4zxMQt .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tsrI4zxMQt .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-tsrI4zxMQt .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tsrI4zxMQt .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tsrI4zxMQt .modal-backdrop.fade {
  opacity: 0;
}
.cid-tsrI4zxMQt .modal-backdrop.show {
  opacity: .5;
}
.cid-tsrI4zxMQt .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-tsrI4zxMQt .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tsrI4zxMQt .modal-header {
    padding: 1rem;
  }
}
.cid-tsrI4zxMQt .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tsrI4zxMQt .modal-header .close svg {
  fill: #000000;
}
.cid-tsrI4zxMQt .modal-header .close:hover {
  opacity: 1;
}
.cid-tsrI4zxMQt .modal-header .close:focus {
  outline: none;
}
.cid-tsrI4zxMQt .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tsrI4zxMQt .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tsrI4zxMQt .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tsrI4zxMQt .modal-body {
    padding: 1rem;
  }
}
.cid-tsrI4zxMQt .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-tsrI4zxMQt .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tsrI4zxMQt .modal-footer {
    padding: 1rem;
  }
}
.cid-tsrI4zxMQt .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tsrI4zxMQt .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tsrI4zxMQt .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tsrI4zxMQt .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tsrI4zxMQt .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tsrI4zxMQt .modal-lg,
  .cid-tsrI4zxMQt .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tsrI4zxMQt .modal-xl {
    max-width: 1140px;
  }
}
.cid-tsrI4zxMQt .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tsrI4zxMQt .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-tsrI4zxMQt .form-group {
  margin-bottom: 1rem;
}
.cid-tsrI4zxMQt .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tsrI4zxMQt .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tsrI4zxMQt .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-tsrI4zxMQt .mbr-section-btn {
  margin: 0;
}
.cid-tsrI4zxMQt .mbr-section-btn .btn {
  margin: 0;
}
.cid-tirxYlJsXn {
  background-color: #000000;
}
.cid-tirxYlJsXn .mbr-section-title {
  color: #ff00dc;
}
.cid-tirxYlJsXn .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tirxYlJsXn h3 {
  max-width: 600px;
  margin-right: auto;
  margin-left: 0;
}
.cid-tirxYlJsXn h4,
.cid-tirxYlJsXn .mbr-section-btn {
  max-width: 800px;
  margin-right: 0;
  margin-left: auto;
}
.cid-tirxYlJsXn .mbr-fallback-image.disabled {
  display: none;
}
.cid-tirxYlJsXn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tirxYlJsXn .mbr-section-subtitle,
.cid-tirxYlJsXn .mbr-section-btn {
  color: #ff00dc;
}
.cid-tirtkbivB6 {
  padding-top: 8rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-tirtkbivB6 .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: black;
  margin-left: 1rem;
}
.cid-tirtkbivB6 .panel-group {
  border: none;
}
.cid-tirtkbivB6 .card {
  border-bottom: 1px solid black;
  border-radius: 0;
  padding: 1rem 0;
}
.cid-tirtkbivB6 .card-header {
  border: none;
}
.cid-tirtkbivB6 p {
  max-width: 600px;
  font-weight: 400;
}
@media (min-width: 767px) {
  .cid-tirtkbivB6 p {
    padding-left: 4rem;
  }
}
.cid-tirtkbivB6 .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tirtkbivB6 .panel-body,
.cid-tirtkbivB6 .card-header {
  padding: 1rem 0;
}
.cid-tirtkbivB6 .panel-title-edit {
  color: #000000;
}
.cid-tirtkbivB6 .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-tirtkbivB6 .panel-text {
  color: #000000;
}
.cid-tirtkbivB6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tirtkbivB6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tirtkbivB6 H3 {
  color: #000000;
}
.cid-tirtkbivB6 H4 {
  color: #000000;
}
.cid-tkgShvRmn8 {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #000000;
}
.cid-tkgShvRmn8 .mbr-section-title {
  color: #ffffff;
}
.cid-tkgShvRmn8 .line {
  width: 100%;
  height: 2px;
  background: currentColor;
  margin-bottom: 8rem;
}
.cid-tkgShvRmn8 .d-flex {
  align-items: flex-end;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .cid-tkgShvRmn8 .d-flex {
    justify-content: center;
  }
}
.cid-tkgShvRmn8 .col-lg-4 {
  display: flex;
  align-items: flex-end;
}
.cid-tkgShvRmn8 .link-wrapper {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  cursor: pointer;
  margin-top: 2rem;
}
.cid-tkgShvRmn8 .link-wrapper .link-icon {
  font-size: 6rem;
  transform: rotate(-45deg) translate(-20px, 30px);
  padding-left: 1rem;
  transition: all 0.3s;
  transform-origin: left;
}
@media (max-width: 767px) {
  .cid-tkgShvRmn8 .link-wrapper {
    justify-content: center;
  }
}
.cid-tkgShvRmn8 .link-wrapper:hover .link-icon {
  transform: rotate(-45deg) scale(0.5) translate(-30px, 50px);
}
.cid-tkgShvRmn8 .link,
.cid-tkgShvRmn8 .link-icon {
  color: #ffffff;
}
.cid-tkgShvRmn8 .mbr-text,
.cid-tkgShvRmn8 .line {
  color: #ffffff;
}
.cid-tkgShvRmn8 .mbr-section-title,
.cid-tkgShvRmn8 .line {
  color: #ffffff;
}
.cid-tkgShvRmn8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tkgShvRmn8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tirtqKRUqF {
  padding-top: 120px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/white-texture-2000x1333.jpg");
}
.cid-tirtqKRUqF .mbr-overlay {
  background-color: #000000;
  opacity: 0.1;
}
.cid-tirtqKRUqF .mbr-form {
  background: #000000;
  padding: 2rem;
}
@media (max-width: 767px) {
  .cid-tirtqKRUqF .mbr-form {
    padding: 1rem 0;
  }
}
.cid-tirtqKRUqF .row {
  padding-right: 1rem;
}
@media (max-width: 992px) {
  .cid-tirtqKRUqF .row {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tirtqKRUqF .row {
    padding: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tirtqKRUqF .col-auto {
    margin: auto;
  }
}
.cid-tirtqKRUqF textarea {
  min-height: 170px;
}
.cid-tirtqKRUqF .form-group {
  padding: 1rem;
}
.cid-tirtqKRUqF .btn {
  padding: 1rem 2rem;
}
.cid-tirtqKRUqF .btn span {
  padding-left: 2rem;
}
.cid-tirtqKRUqF .contacts {
  color: #000000;
}
.cid-tirtqKRUqF .mbr-text {
  color: #000000;
}
.cid-tirtqKRUqF .mbr-section-title {
  color: #000000;
}
.cid-tirtqKRUqF H3 {
  color: #ffffff;
}
.cid-tixr3XTJ7h {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #000000;
}
.cid-tixr3XTJ7h .mbr-section-title {
  color: #ffffff;
}
.cid-tixr3XTJ7h .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tixr3XTJ7h h3 {
  max-width: 600px;
  margin-right: auto;
  margin-left: 0;
}
.cid-tixr3XTJ7h h4,
.cid-tixr3XTJ7h .mbr-section-btn {
  max-width: 800px;
  margin-right: 0;
  margin-left: auto;
}
.cid-tixr3XTJ7h .mbr-fallback-image.disabled {
  display: none;
}
.cid-tixr3XTJ7h .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tixr3XTJ7h .mbr-section-subtitle,
.cid-tixr3XTJ7h .mbr-section-btn {
  color: #ffffff;
}
.cid-titT4wKPVS {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
}
.cid-titT4wKPVS .mbr-section-title {
  color: #ffffff;
}
.cid-titT4wKPVS .line {
  width: 100%;
  height: 2px;
  background: currentColor;
  margin-bottom: 8rem;
}
.cid-titT4wKPVS .d-flex {
  align-items: flex-end;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .cid-titT4wKPVS .d-flex {
    justify-content: center;
  }
}
.cid-titT4wKPVS .col-lg-4 {
  display: flex;
  align-items: flex-end;
}
.cid-titT4wKPVS .link-wrapper {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  cursor: pointer;
  margin-top: 2rem;
}
.cid-titT4wKPVS .link-wrapper .link-icon {
  font-size: 6rem;
  transform: rotate(-45deg) translate(-20px, 30px);
  padding-left: 1rem;
  transition: all 0.3s;
  transform-origin: left;
}
@media (max-width: 767px) {
  .cid-titT4wKPVS .link-wrapper {
    justify-content: center;
  }
}
.cid-titT4wKPVS .link-wrapper:hover .link-icon {
  transform: rotate(-45deg) scale(0.5) translate(-30px, 50px);
}
.cid-titT4wKPVS .link,
.cid-titT4wKPVS .link-icon {
  color: #ffffff;
}
.cid-titT4wKPVS .mbr-text,
.cid-titT4wKPVS .line {
  color: #000000;
}
.cid-titT4wKPVS .mbr-section-title,
.cid-titT4wKPVS .line {
  color: #ffffff;
}
.cid-titT4wKPVS .mbr-fallback-image.disabled {
  display: none;
}
.cid-titT4wKPVS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tiFVpsQ3KF {
  z-index: 1000;
  width: 100%;
}
.cid-tiFVpsQ3KF .show .link,
.cid-tiFVpsQ3KF .show .mbr-iconfont,
.cid-tiFVpsQ3KF .show .phone {
  color: #000000 !important;
}
.cid-tiFVpsQ3KF .opened .navbar-caption {
  color: #000000 !important;
}
.cid-tiFVpsQ3KF .opened .hamburger span {
  background-color: #000000 !important;
}
.cid-tiFVpsQ3KF .phone {
  padding-left: 4rem;
  color: #000000;
}
@media (max-width: 992px) {
  .cid-tiFVpsQ3KF .phone {
    text-align: center;
    display: block;
    padding: 1rem 0;
  }
}
.cid-tiFVpsQ3KF nav.navbar {
  position: fixed;
}
.cid-tiFVpsQ3KF .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tiFVpsQ3KF .dropdown-menu {
  padding: 1rem 0;
}
.cid-tiFVpsQ3KF .dropdown-item {
  color: #000000 !important;
}
.cid-tiFVpsQ3KF .dropdown-item span {
  color: #000000 !important;
}
.cid-tiFVpsQ3KF .dropdown-item:hover,
.cid-tiFVpsQ3KF .dropdown-item:focus {
  color: #000000 !important;
}
.cid-tiFVpsQ3KF .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tiFVpsQ3KF .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tiFVpsQ3KF .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tiFVpsQ3KF .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tiFVpsQ3KF .nav-link {
  position: relative;
}
.cid-tiFVpsQ3KF .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tiFVpsQ3KF .container {
    flex-wrap: nowrap;
  }
}
.cid-tiFVpsQ3KF .iconfont-wrapper {
  color: #4a4a4a !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tiFVpsQ3KF .dropdown-menu,
.cid-tiFVpsQ3KF .navbar.opened {
  background: #ffffff !important;
}
.cid-tiFVpsQ3KF .nav-item:focus,
.cid-tiFVpsQ3KF .nav-link:focus {
  outline: none;
}
.cid-tiFVpsQ3KF .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tiFVpsQ3KF .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tiFVpsQ3KF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tiFVpsQ3KF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tiFVpsQ3KF .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tiFVpsQ3KF .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tiFVpsQ3KF .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-tiFVpsQ3KF .navbar.opened {
  transition: all 0.3s;
}
.cid-tiFVpsQ3KF .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tiFVpsQ3KF .navbar .navbar-logo img {
  width: auto;
}
.cid-tiFVpsQ3KF .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tiFVpsQ3KF .navbar.collapsed {
  justify-content: center;
}
.cid-tiFVpsQ3KF .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tiFVpsQ3KF .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tiFVpsQ3KF .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.5rem);
  }
}
.cid-tiFVpsQ3KF .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tiFVpsQ3KF .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tiFVpsQ3KF .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tiFVpsQ3KF .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tiFVpsQ3KF .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tiFVpsQ3KF .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tiFVpsQ3KF .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tiFVpsQ3KF .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tiFVpsQ3KF .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tiFVpsQ3KF .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tiFVpsQ3KF .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tiFVpsQ3KF .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tiFVpsQ3KF .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tiFVpsQ3KF .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tiFVpsQ3KF .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tiFVpsQ3KF .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tiFVpsQ3KF .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tiFVpsQ3KF .navbar.navbar-short {
  min-height: 60px;
}
.cid-tiFVpsQ3KF .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tiFVpsQ3KF .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tiFVpsQ3KF .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-tiFVpsQ3KF .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tiFVpsQ3KF .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tiFVpsQ3KF .dropdown-item.active,
.cid-tiFVpsQ3KF .dropdown-item:active {
  background-color: transparent;
}
.cid-tiFVpsQ3KF .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tiFVpsQ3KF .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tiFVpsQ3KF .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tiFVpsQ3KF .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tiFVpsQ3KF .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tiFVpsQ3KF .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tiFVpsQ3KF ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tiFVpsQ3KF .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tiFVpsQ3KF button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tiFVpsQ3KF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tiFVpsQ3KF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tiFVpsQ3KF button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tiFVpsQ3KF button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tiFVpsQ3KF button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tiFVpsQ3KF nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tiFVpsQ3KF nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tiFVpsQ3KF nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tiFVpsQ3KF nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tiFVpsQ3KF .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tiFVpsQ3KF a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tiFVpsQ3KF .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tiFVpsQ3KF .navbar {
    height: 70px;
  }
  .cid-tiFVpsQ3KF .navbar.opened {
    height: auto;
  }
  .cid-tiFVpsQ3KF .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tiGwJ80w5q {
  padding-top: 8rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tiGwJ80w5q .mbr-section-title {
  color: #000000;
}
.cid-tiGwJ80w5q .display-1 {
  font-size: 9rem;
}
@media (max-width: 1400px) {
  .cid-tiGwJ80w5q .display-1 {
    font-size: 6rem;
  }
}
@media (max-width: 992px) {
  .cid-tiGwJ80w5q .display-1 {
    font-size: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-tiGwJ80w5q .display-1 {
    font-size: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tiGwJ80w5q .d-flex {
    justify-content: center;
  }
}
.cid-tiGwJ80w5q .link-wrapper {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  cursor: pointer;
  margin-top: 2rem;
}
.cid-tiGwJ80w5q .link-wrapper .link-icon {
  font-size: 6rem;
  transform: rotate(-45deg) translate(-20px, 30px);
  padding-left: 1rem;
  transition: all 0.3s;
  transform-origin: left;
}
@media (max-width: 767px) {
  .cid-tiGwJ80w5q .link-wrapper {
    justify-content: center;
  }
}
.cid-tiGwJ80w5q .link-wrapper:hover .link-icon {
  transform: rotate(-45deg) scale(0.5) translate(-30px, 50px);
}
.cid-tiGwJ80w5q .link,
.cid-tiGwJ80w5q .link-icon {
  color: #000000;
}
.cid-tiGwJ80w5q .mbr-fallback-image.disabled {
  display: none;
}
.cid-tiGwJ80w5q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tiFZ316Fno {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tiFZYjVvnF {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tiG7iRGEBO {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tiG8ZsF0qh {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tiG9uFVaFj {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tiGa9qVzqm {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tiGbgS2iEm {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tiGbpb1Mhs {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tiGbzcP6lp {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tiGbNm1gdq {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tiGbUBxR6Q {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tiGcgjVfpD {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tiGcom7G1x {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tiGcu0BZEJ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tiGcuPIuZY {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tiGcUGeIEF {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tiGcVqvsrR {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tiGdgudvWu {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tiGdDC174w {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tiGdEoA10J {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tiGe3oR9RH {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tiGdF5CFh6 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tiGfk8Exqa {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tiGfIws7wk {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tiGfJikuRN {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tiGgevg5Af {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tiGgfgls3c {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tiGhcn0ROQ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tiFVpwYxtT {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
}
.cid-tiFVpwYxtT .mbr-section-title {
  color: #ffffff;
}
.cid-tiFVpwYxtT .line {
  width: 100%;
  height: 2px;
  background: currentColor;
  margin-bottom: 8rem;
}
.cid-tiFVpwYxtT .d-flex {
  align-items: flex-end;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .cid-tiFVpwYxtT .d-flex {
    justify-content: center;
  }
}
.cid-tiFVpwYxtT .col-lg-4 {
  display: flex;
  align-items: flex-end;
}
.cid-tiFVpwYxtT .link-wrapper {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  cursor: pointer;
  margin-top: 2rem;
}
.cid-tiFVpwYxtT .link-wrapper .link-icon {
  font-size: 6rem;
  transform: rotate(-45deg) translate(-20px, 30px);
  padding-left: 1rem;
  transition: all 0.3s;
  transform-origin: left;
}
@media (max-width: 767px) {
  .cid-tiFVpwYxtT .link-wrapper {
    justify-content: center;
  }
}
.cid-tiFVpwYxtT .link-wrapper:hover .link-icon {
  transform: rotate(-45deg) scale(0.5) translate(-30px, 50px);
}
.cid-tiFVpwYxtT .link,
.cid-tiFVpwYxtT .link-icon {
  color: #ffffff;
}
.cid-tiFVpwYxtT .mbr-text,
.cid-tiFVpwYxtT .line {
  color: #000000;
}
.cid-tiFVpwYxtT .mbr-section-title,
.cid-tiFVpwYxtT .line {
  color: #ffffff;
}
.cid-tiFVpwYxtT .mbr-fallback-image.disabled {
  display: none;
}
.cid-tiFVpwYxtT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tiGhLaPIfs {
  z-index: 1000;
  width: 100%;
}
.cid-tiGhLaPIfs .show .link,
.cid-tiGhLaPIfs .show .mbr-iconfont,
.cid-tiGhLaPIfs .show .phone {
  color: #000000 !important;
}
.cid-tiGhLaPIfs .opened .navbar-caption {
  color: #000000 !important;
}
.cid-tiGhLaPIfs .opened .hamburger span {
  background-color: #000000 !important;
}
.cid-tiGhLaPIfs .phone {
  padding-left: 4rem;
  color: #000000;
}
@media (max-width: 992px) {
  .cid-tiGhLaPIfs .phone {
    text-align: center;
    display: block;
    padding: 1rem 0;
  }
}
.cid-tiGhLaPIfs nav.navbar {
  position: fixed;
}
.cid-tiGhLaPIfs .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tiGhLaPIfs .dropdown-menu {
  padding: 1rem 0;
}
.cid-tiGhLaPIfs .dropdown-item {
  color: #000000 !important;
}
.cid-tiGhLaPIfs .dropdown-item span {
  color: #000000 !important;
}
.cid-tiGhLaPIfs .dropdown-item:hover,
.cid-tiGhLaPIfs .dropdown-item:focus {
  color: #000000 !important;
}
.cid-tiGhLaPIfs .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tiGhLaPIfs .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tiGhLaPIfs .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tiGhLaPIfs .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tiGhLaPIfs .nav-link {
  position: relative;
}
.cid-tiGhLaPIfs .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tiGhLaPIfs .container {
    flex-wrap: nowrap;
  }
}
.cid-tiGhLaPIfs .iconfont-wrapper {
  color: #4a4a4a !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tiGhLaPIfs .dropdown-menu,
.cid-tiGhLaPIfs .navbar.opened {
  background: #ffffff !important;
}
.cid-tiGhLaPIfs .nav-item:focus,
.cid-tiGhLaPIfs .nav-link:focus {
  outline: none;
}
.cid-tiGhLaPIfs .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tiGhLaPIfs .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tiGhLaPIfs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tiGhLaPIfs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tiGhLaPIfs .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tiGhLaPIfs .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tiGhLaPIfs .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-tiGhLaPIfs .navbar.opened {
  transition: all 0.3s;
}
.cid-tiGhLaPIfs .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tiGhLaPIfs .navbar .navbar-logo img {
  width: auto;
}
.cid-tiGhLaPIfs .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tiGhLaPIfs .navbar.collapsed {
  justify-content: center;
}
.cid-tiGhLaPIfs .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tiGhLaPIfs .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tiGhLaPIfs .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.5rem);
  }
}
.cid-tiGhLaPIfs .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tiGhLaPIfs .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tiGhLaPIfs .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tiGhLaPIfs .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tiGhLaPIfs .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tiGhLaPIfs .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tiGhLaPIfs .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tiGhLaPIfs .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tiGhLaPIfs .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tiGhLaPIfs .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tiGhLaPIfs .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tiGhLaPIfs .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tiGhLaPIfs .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tiGhLaPIfs .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tiGhLaPIfs .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tiGhLaPIfs .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tiGhLaPIfs .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tiGhLaPIfs .navbar.navbar-short {
  min-height: 60px;
}
.cid-tiGhLaPIfs .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tiGhLaPIfs .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tiGhLaPIfs .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-tiGhLaPIfs .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tiGhLaPIfs .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tiGhLaPIfs .dropdown-item.active,
.cid-tiGhLaPIfs .dropdown-item:active {
  background-color: transparent;
}
.cid-tiGhLaPIfs .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tiGhLaPIfs .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tiGhLaPIfs .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tiGhLaPIfs .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tiGhLaPIfs .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tiGhLaPIfs .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tiGhLaPIfs ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tiGhLaPIfs .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tiGhLaPIfs button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tiGhLaPIfs button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tiGhLaPIfs button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tiGhLaPIfs button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tiGhLaPIfs button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tiGhLaPIfs button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tiGhLaPIfs nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tiGhLaPIfs nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tiGhLaPIfs nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tiGhLaPIfs nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tiGhLaPIfs .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tiGhLaPIfs a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tiGhLaPIfs .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tiGhLaPIfs .navbar {
    height: 70px;
  }
  .cid-tiGhLaPIfs .navbar.opened {
    height: auto;
  }
  .cid-tiGhLaPIfs .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tiGvBDYmWy {
  padding-top: 8rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tiGvBDYmWy .mbr-section-title {
  color: #000000;
}
.cid-tiGvBDYmWy .display-1 {
  font-size: 9rem;
}
@media (max-width: 1400px) {
  .cid-tiGvBDYmWy .display-1 {
    font-size: 6rem;
  }
}
@media (max-width: 992px) {
  .cid-tiGvBDYmWy .display-1 {
    font-size: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-tiGvBDYmWy .display-1 {
    font-size: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tiGvBDYmWy .d-flex {
    justify-content: center;
  }
}
.cid-tiGvBDYmWy .link-wrapper {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  cursor: pointer;
  margin-top: 2rem;
}
.cid-tiGvBDYmWy .link-wrapper .link-icon {
  font-size: 6rem;
  transform: rotate(-45deg) translate(-20px, 30px);
  padding-left: 1rem;
  transition: all 0.3s;
  transform-origin: left;
}
@media (max-width: 767px) {
  .cid-tiGvBDYmWy .link-wrapper {
    justify-content: center;
  }
}
.cid-tiGvBDYmWy .link-wrapper:hover .link-icon {
  transform: rotate(-45deg) scale(0.5) translate(-30px, 50px);
}
.cid-tiGvBDYmWy .link,
.cid-tiGvBDYmWy .link-icon {
  color: #00ffff;
}
.cid-tiGvBDYmWy .mbr-fallback-image.disabled {
  display: none;
}
.cid-tiGvBDYmWy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tiGhLcJ6y4 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tiGhLd1avH {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tiGhLdjfSg {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tiGhLdz1SD {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tiGhLdRpYf {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tiGhLe7jIa {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tiGhLoS450 {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
}
.cid-tiGhLoS450 .mbr-section-title {
  color: #ffffff;
}
.cid-tiGhLoS450 .line {
  width: 100%;
  height: 2px;
  background: currentColor;
  margin-bottom: 8rem;
}
.cid-tiGhLoS450 .d-flex {
  align-items: flex-end;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .cid-tiGhLoS450 .d-flex {
    justify-content: center;
  }
}
.cid-tiGhLoS450 .col-lg-4 {
  display: flex;
  align-items: flex-end;
}
.cid-tiGhLoS450 .link-wrapper {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  cursor: pointer;
  margin-top: 2rem;
}
.cid-tiGhLoS450 .link-wrapper .link-icon {
  font-size: 6rem;
  transform: rotate(-45deg) translate(-20px, 30px);
  padding-left: 1rem;
  transition: all 0.3s;
  transform-origin: left;
}
@media (max-width: 767px) {
  .cid-tiGhLoS450 .link-wrapper {
    justify-content: center;
  }
}
.cid-tiGhLoS450 .link-wrapper:hover .link-icon {
  transform: rotate(-45deg) scale(0.5) translate(-30px, 50px);
}
.cid-tiGhLoS450 .link,
.cid-tiGhLoS450 .link-icon {
  color: #ffffff;
}
.cid-tiGhLoS450 .mbr-text,
.cid-tiGhLoS450 .line {
  color: #000000;
}
.cid-tiGhLoS450 .mbr-section-title,
.cid-tiGhLoS450 .line {
  color: #ffffff;
}
.cid-tiGhLoS450 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tiGhLoS450 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
