body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Sony_Sketch';
  font-size: 1.5rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 1.875rem;
}
.display-2 {
  font-family: 'Sony_Sketch';
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Sony_Sketch';
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Sony_Sketch';
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Sony_Sketch';
  font-size: 1.4rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.75rem;
}
/* ---- 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: 1.2rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 1.05rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.175rem + (1.5 - 1.175) * ((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.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.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: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((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: #6faac8 !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #43686f !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: #6faac8 !important;
  border-color: #6faac8 !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: #3e80a2 !important;
  border-color: #3e80a2 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #3e80a2 !important;
  border-color: #3e80a2 !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: #43686f !important;
  border-color: #43686f !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: #223539 !important;
  border-color: #223539 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #223539 !important;
  border-color: #223539 !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: transparent;
  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: transparent!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: transparent;
  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: transparent!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: transparent;
  color: #6faac8;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #3e80a2 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #6faac8 !important;
  border-color: #6faac8 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  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: transparent!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: transparent;
  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: transparent!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: transparent;
  color: #43686f;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #223539 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #43686f !important;
  border-color: #43686f !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  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: transparent!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: transparent;
  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: transparent!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: #6faac8 !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #43686f !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: #3a7897 !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: #1d2c2f !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: #6faac8;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #43686f;
}
.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: #cbe0eb;
}
.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: #7faab2;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Sony_Sketch';
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.25rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #6592e6 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Sony_Sketch';
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
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;
}
.cid-uab8cXndKG {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uab8cXndKG .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;
}
@media (max-width: 767px) {
  .cid-uab8cXndKG .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uab8cXndKG .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uab8cXndKG .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uab8cXndKG .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uab8cXndKG .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uab8cXndKG .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-uab8cXndKG .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uab8cXndKG .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-uab8cXndKG .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uab8cXndKG .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uab8cXndKG .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uab8cXndKG .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-uab8cXndKG .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uab8cXndKG .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uab8cXndKG .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uab8cXndKG .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uab8cXndKG .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uab8cXndKG .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uab8cXndKG .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uab8cXndKG .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uab8cXndKG .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(31, 47, 59, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #1f2f3b;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-uab8cXndKG .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uab8cXndKG .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uab8cXndKG .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uab8cXndKG .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #1f2f3b;
  background: rgba(31, 47, 59, 0.9) !important;
  border-radius: 4px !important;
}
.cid-uab8cXndKG .nav-item:focus,
.cid-uab8cXndKG .nav-link:focus {
  outline: none;
}
.cid-uab8cXndKG .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uab8cXndKG .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uab8cXndKG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uab8cXndKG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uab8cXndKG .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uab8cXndKG .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uab8cXndKG .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uab8cXndKG .navbar.opened {
  transition: all 0.3s;
}
.cid-uab8cXndKG .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uab8cXndKG .navbar .navbar-logo img {
  width: auto;
}
.cid-uab8cXndKG .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uab8cXndKG .navbar.collapsed {
  justify-content: center;
}
.cid-uab8cXndKG .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uab8cXndKG .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uab8cXndKG .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uab8cXndKG .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uab8cXndKG .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uab8cXndKG .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-uab8cXndKG .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uab8cXndKG .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uab8cXndKG .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uab8cXndKG .navbar {
    min-height: 72px;
  }
  .cid-uab8cXndKG .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uab8cXndKG .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uab8cXndKG .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uab8cXndKG .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uab8cXndKG .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uab8cXndKG .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-uab8cXndKG .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uab8cXndKG .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uab8cXndKG .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uab8cXndKG .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uab8cXndKG .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uab8cXndKG .dropdown-item.active,
.cid-uab8cXndKG .dropdown-item:active {
  background-color: transparent;
}
.cid-uab8cXndKG .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uab8cXndKG .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uab8cXndKG .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uab8cXndKG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1f2f3b;
}
.cid-uab8cXndKG .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uab8cXndKG .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uab8cXndKG ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uab8cXndKG .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uab8cXndKG .navbar-buttons {
    text-align: left;
  }
}
.cid-uab8cXndKG button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uab8cXndKG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uab8cXndKG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uab8cXndKG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uab8cXndKG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uab8cXndKG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uab8cXndKG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uab8cXndKG nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uab8cXndKG nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uab8cXndKG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uab8cXndKG .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uab8cXndKG a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uab8cXndKG .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uab8cXndKG .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uab8cXndKG .navbar {
    height: 70px;
  }
  .cid-uab8cXndKG .navbar.opened {
    height: auto;
  }
  .cid-uab8cXndKG .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uab8cXndKG .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uab8cXndKG .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uab8cXndKG .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uab8cXndKG .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uab8cXndKG .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uab8cXndKG .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uab8cXndKG .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uab8cXndKG .navbar-brand {
    margin-right: auto;
  }
  .cid-uab8cXndKG .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #1f2f3b;
    opacity: 1;
    border-color: rgba(31, 47, 59, 0.9) !important;
    background: rgba(31, 47, 59, 0.9) !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-uab8cXndKG .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uab8cXndKG .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uab8cXndKG .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uab8cXndKG .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uab8cXndKG .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uab8cXndKG .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uab8cXndKG .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uab8cXndKG .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uab8cXndKG .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uab8cXndKG .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uixZRbFf1v {
  background-image: url("../../../assets/images/aichips2.jpg");
}
.cid-uixZRbFf1v .mbr-fallback-image.disabled {
  display: none;
}
.cid-uixZRbFf1v .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uixZRbFf1v .mbr-section-title {
  text-align: left;
  color: #85a8c1;
}
.cid-uixZRbFf1v .mbr-text,
.cid-uixZRbFf1v .mbr-section-btn {
  text-align: left;
}
.cid-uabpVjSd7m {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #0b151c;
}
.cid-uabpVjSd7m::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 25%;
  background-image: linear-gradient(transparent, #0b151c 50%);
  z-index: 1;
}
.cid-uabpVjSd7m .mbr-fallback-image.disabled {
  display: none;
}
.cid-uabpVjSd7m .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uabpVjSd7m .container {
    padding: 0 22px;
  }
}
.cid-uabpVjSd7m .row {
  justify-content: center;
}
.cid-uabpVjSd7m .content-wrapper {
  position: relative;
  z-index: 1;
  padding: 100px 0;
}
@media (max-width: 992px) {
  .cid-uabpVjSd7m .content-wrapper {
    padding: 0;
  }
}
.cid-uabpVjSd7m .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uabpVjSd7m .content-wrapper .mbr-desc {
  margin-bottom: 10px;
}
.cid-uabpVjSd7m .mbr-section-title {
  color: #ffffff;
}
.cid-uabpVjSd7m .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-uabpVjSd7m .mbr-section-title,
.cid-uabpVjSd7m .mbr-section-btn {
  text-align: center;
}
.cid-uaWoKMSjpn {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/badpaper2.jpg");
}
.cid-uaWoKMSjpn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uaWoKMSjpn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uaWoKMSjpn .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-uaWoKMSjpn .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-uaWoKMSjpn .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uaWoKMSjpn .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uaWoKMSjpn .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uaWoKMSjpn .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-uaWoKMSjpn .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-uaWoKMSjpn .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uaWoKMSjpn .card-title {
  color: #354563;
}
.cid-uaWoKMSjpn .mbr-text,
.cid-uaWoKMSjpn .mbr-section-btn {
  color: #1f2f3b;
}
.cid-uS7hEOyEBU {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/bricksbgblur.jpg");
}
.cid-uS7hEOyEBU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uS7hEOyEBU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uS7hEOyEBU .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uS7hEOyEBU .container {
    padding: 0 12px;
  }
}
.cid-uS7hEOyEBU .row {
  justify-content: center;
}
.cid-uS7hEOyEBU .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uS7hEOyEBU .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uS7hEOyEBU .item {
  margin-bottom: 32px;
}
.cid-uS7hEOyEBU .item .card_1 {
  background-color: #0b151c;
  border: 3px solid #1f2f3b;
  box-shadow: 4px 4px #1f2f3b;
}
.cid-uS7hEOyEBU .item .card_2 {
  background-color: #0b151c;
  border: 3px solid #1f2f3b;
  box-shadow: 4px 4px #1f2f3b;
}
.cid-uS7hEOyEBU .item .card_3 {
  background-color: #0b151c;
  border: 3px solid #1f2f3b;
  box-shadow: 4px 4px #1f2f3b;
}
.cid-uS7hEOyEBU .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 32px;
  border-radius: 32px;
  transition: all 0.3s ease-in-out;
  position: relative;
  overflow: visible;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uS7hEOyEBU .item .item-wrapper {
    padding: 24px;
    border-radius: 24px;
  }
}
.cid-uS7hEOyEBU .item .item-wrapper .title-wrap .item-img {
  margin-bottom: 32px;
  display: flex;
  justify-content: center;
}
.cid-uS7hEOyEBU .item .item-wrapper .title-wrap .item-img img {
  height: 270px;
  width: 270px;
  object-fit: cover;
  border-radius: 100%;
}
@media (max-width: 1199px) {
  .cid-uS7hEOyEBU .item .item-wrapper .title-wrap .item-img img {
    height: 230px;
    width: 230px;
    min-width: 230px;
  }
}
.cid-uS7hEOyEBU .item .item-wrapper .title-wrap .mbr-card-title {
  min-width: 150px;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uS7hEOyEBU .item .item-wrapper .title-wrap .mbr-card-title {
    min-width: 130px;
  }
}
.cid-uS7hEOyEBU .item .item-wrapper .title-wrap .mbr-price {
  line-height: 100%;
  margin-bottom: 0;
}
.cid-uS7hEOyEBU .item .item-wrapper .title-wrap .mbr-desc {
  margin: 16px 0 24px;
}
.cid-uS7hEOyEBU .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uS7hEOyEBU .mbr-card-title {
  color: #222222;
}
.cid-uS7hEOyEBU .mbr-price {
  color: #ffffff;
  text-align: center;
}
.cid-uS7hEOyEBU .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-uS7hEOyEBU .mbr-card-title,
.cid-uS7hEOyEBU .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uc3aufdA3m {
  background: #f3f3f3;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uc3aufdA3m .image-block {
  margin: auto;
}
.cid-uc3aufdA3m .mbr-figure {
  margin: 0 auto;
}
.cid-uc3aufdA3m figcaption {
  position: relative;
}
.cid-uc3aufdA3m figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uc3aufdA3m .image-block {
    width: 100% !important;
  }
}
.cid-uc3aufdA3m .mbr-figure-caption div {
  color: #1f2f3b;
}
.cid-uab8o5jT4Q {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/badpaper2.jpg");
}
.cid-uab8o5jT4Q .mbr-fallback-image.disabled {
  display: none;
}
.cid-uab8o5jT4Q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uab8o5jT4Q ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-uab8o5jT4Q li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-uab8o5jT4Q ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #6592e6;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-uab8o5jT4Q H3 {
  color: #354563;
  text-align: left;
}
.cid-uab8o5jT4Q .list {
  color: #1f2f3b;
  text-align: left;
}
.cid-uaUT1Cqgz4 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #0b151c;
}
.cid-uaUT1Cqgz4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uaUT1Cqgz4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uaUT1Cqgz4 .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uaUT1Cqgz4 .image-wrap img {
    display: block;
    margin: auto;
    width: 40%;
  }
}
.cid-uaUT1Cqgz4 .mbr-section-title {
  color: #ffffff;
}
.cid-uaUT1Cqgz4 .mbr-text,
.cid-uaUT1Cqgz4 .mbr-section-btn {
  color: #ffffff;
}
.cid-uaVnPmO9AY {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #0b151c;
}
.cid-uaVnPmO9AY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uaVnPmO9AY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uaVnPmO9AY .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-uaVnPmO9AY .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-uaVnPmO9AY .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-uaVnPmO9AY .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-uaVnPmO9AY .container {
    max-width: 100%;
  }
  .cid-uaVnPmO9AY .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-uaVnPmO9AY .item-wrap {
  width: 100%;
}
.cid-uaVnPmO9AY .navbar-brand {
  display: flex;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 30px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-uaVnPmO9AY .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-uaVnPmO9AY .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-uaVnPmO9AY .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uaVnPmO9AY .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-uaVnPmO9AY .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uaVnPmO9AY .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-uaVnPmO9AY .copyright {
  color: #ffffff;
  padding: 0;
  width: 100%;
}
.cid-ubd5BGJfS7 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/badpaper2.jpg");
}
.cid-ubd5BGJfS7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubd5BGJfS7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubd5BGJfS7 [class^="socicon-"]:before,
.cid-ubd5BGJfS7 [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-ubd5BGJfS7 .btn-social {
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  padding: 0;
  position: relative;
  cursor: pointer;
  color: #43686f;
  border-width: 2px;
  transition: all .3s;
  border-color: #43686f;
}
.cid-ubd5BGJfS7 .btn-social:hover {
  background: #43686f;
}
.cid-ubd5BGJfS7 .btn-social:hover i.socicon {
  color: #ffffff !important;
}
.cid-ubd5BGJfS7 .mbr-section-title,
.cid-ubd5BGJfS7 .mbr-social-likes {
  color: #1f2f3b;
}
.cid-uaVyDiAT0z.popup-builder {
  background-color: #ffffff;
}
.cid-uaVyDiAT0z.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uaVyDiAT0z.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uaVyDiAT0z .modal-content,
.cid-uaVyDiAT0z .modal-dialog {
  height: auto;
}
.cid-uaVyDiAT0z .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uaVyDiAT0z .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uaVyDiAT0z .form-wrapper .mbr-form .form-group,
  .cid-uaVyDiAT0z .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uaVyDiAT0z .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uaVyDiAT0z .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-uaVyDiAT0z .mbr-text {
  text-align: center;
  color: #bbbbbb;
}
.cid-uaVyDiAT0z .pt-0 {
  padding-top: 0 !important;
}
.cid-uaVyDiAT0z .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uaVyDiAT0z .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uaVyDiAT0z .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uaVyDiAT0z .modal-open {
  overflow: hidden;
}
.cid-uaVyDiAT0z .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uaVyDiAT0z .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uaVyDiAT0z .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uaVyDiAT0z .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-uaVyDiAT0z .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uaVyDiAT0z .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uaVyDiAT0z .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uaVyDiAT0z .modal-content {
  background: #1f2f3b;
  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-uaVyDiAT0z .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uaVyDiAT0z .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uaVyDiAT0z .modal-backdrop.fade {
  opacity: 0;
}
.cid-uaVyDiAT0z .modal-backdrop.show {
  opacity: .5;
}
.cid-uaVyDiAT0z .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-uaVyDiAT0z .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uaVyDiAT0z .modal-header {
    padding: 1rem;
  }
}
.cid-uaVyDiAT0z .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uaVyDiAT0z .modal-header .close svg {
  fill: #ffffff;
}
.cid-uaVyDiAT0z .modal-header .close:hover {
  opacity: 1;
}
.cid-uaVyDiAT0z .modal-header .close:focus {
  outline: none;
}
.cid-uaVyDiAT0z .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #ffffff;
}
.cid-uaVyDiAT0z .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uaVyDiAT0z .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uaVyDiAT0z .modal-body {
    padding: 1rem;
  }
}
.cid-uaVyDiAT0z .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-uaVyDiAT0z .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uaVyDiAT0z .modal-footer {
    padding: 1rem;
  }
}
.cid-uaVyDiAT0z .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uaVyDiAT0z .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uaVyDiAT0z .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uaVyDiAT0z .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uaVyDiAT0z .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uaVyDiAT0z .modal-lg,
  .cid-uaVyDiAT0z .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uaVyDiAT0z .modal-xl {
    max-width: 1140px;
  }
}
.cid-uaVyDiAT0z .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uaVyDiAT0z .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-uaVyDiAT0z .form-group {
  margin-bottom: 1rem;
}
.cid-uaVyDiAT0z .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uaVyDiAT0z .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uaVyDiAT0z .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-uaVyDiAT0z .mbr-section-btn {
  margin: 0;
}
.cid-uaVyDiAT0z .mbr-section-btn .btn {
  margin: 0;
}
.cid-uis3sz9jDh.popup-builder {
  background-color: #ffffff;
}
.cid-uis3sz9jDh.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uis3sz9jDh.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uis3sz9jDh .modal-content,
.cid-uis3sz9jDh .modal-dialog {
  height: auto;
}
.cid-uis3sz9jDh .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uis3sz9jDh .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uis3sz9jDh .form-wrapper .mbr-form .form-group,
  .cid-uis3sz9jDh .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uis3sz9jDh .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uis3sz9jDh .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-uis3sz9jDh .mbr-text {
  text-align: center;
  color: #bbbbbb;
}
.cid-uis3sz9jDh .pt-0 {
  padding-top: 0 !important;
}
.cid-uis3sz9jDh .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uis3sz9jDh .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uis3sz9jDh .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uis3sz9jDh .modal-open {
  overflow: hidden;
}
.cid-uis3sz9jDh .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uis3sz9jDh .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uis3sz9jDh .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uis3sz9jDh .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-uis3sz9jDh .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uis3sz9jDh .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uis3sz9jDh .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uis3sz9jDh .modal-content {
  background: #1f2f3b;
  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-uis3sz9jDh .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uis3sz9jDh .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uis3sz9jDh .modal-backdrop.fade {
  opacity: 0;
}
.cid-uis3sz9jDh .modal-backdrop.show {
  opacity: .5;
}
.cid-uis3sz9jDh .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-uis3sz9jDh .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uis3sz9jDh .modal-header {
    padding: 1rem;
  }
}
.cid-uis3sz9jDh .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uis3sz9jDh .modal-header .close svg {
  fill: #ffffff;
}
.cid-uis3sz9jDh .modal-header .close:hover {
  opacity: 1;
}
.cid-uis3sz9jDh .modal-header .close:focus {
  outline: none;
}
.cid-uis3sz9jDh .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #ffffff;
}
.cid-uis3sz9jDh .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uis3sz9jDh .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uis3sz9jDh .modal-body {
    padding: 1rem;
  }
}
.cid-uis3sz9jDh .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-uis3sz9jDh .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uis3sz9jDh .modal-footer {
    padding: 1rem;
  }
}
.cid-uis3sz9jDh .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uis3sz9jDh .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uis3sz9jDh .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uis3sz9jDh .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uis3sz9jDh .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uis3sz9jDh .modal-lg,
  .cid-uis3sz9jDh .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uis3sz9jDh .modal-xl {
    max-width: 1140px;
  }
}
.cid-uis3sz9jDh .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uis3sz9jDh .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-uis3sz9jDh .form-group {
  margin-bottom: 1rem;
}
.cid-uis3sz9jDh .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uis3sz9jDh .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uis3sz9jDh .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-uis3sz9jDh .mbr-section-btn {
  margin: 0;
}
.cid-uis3sz9jDh .mbr-section-btn .btn {
  margin: 0;
}
.cid-uis9da6VaX.popup-builder {
  background-color: #ffffff;
}
.cid-uis9da6VaX.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uis9da6VaX.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uis9da6VaX .modal-content,
.cid-uis9da6VaX .modal-dialog {
  height: auto;
}
.cid-uis9da6VaX .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uis9da6VaX .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uis9da6VaX .form-wrapper .mbr-form .form-group,
  .cid-uis9da6VaX .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uis9da6VaX .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uis9da6VaX .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-uis9da6VaX .mbr-text {
  text-align: center;
  color: #bbbbbb;
}
.cid-uis9da6VaX .pt-0 {
  padding-top: 0 !important;
}
.cid-uis9da6VaX .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uis9da6VaX .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uis9da6VaX .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uis9da6VaX .modal-open {
  overflow: hidden;
}
.cid-uis9da6VaX .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uis9da6VaX .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uis9da6VaX .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uis9da6VaX .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-uis9da6VaX .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uis9da6VaX .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uis9da6VaX .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uis9da6VaX .modal-content {
  background: #1f2f3b;
  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-uis9da6VaX .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uis9da6VaX .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uis9da6VaX .modal-backdrop.fade {
  opacity: 0;
}
.cid-uis9da6VaX .modal-backdrop.show {
  opacity: .5;
}
.cid-uis9da6VaX .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-uis9da6VaX .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uis9da6VaX .modal-header {
    padding: 1rem;
  }
}
.cid-uis9da6VaX .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uis9da6VaX .modal-header .close svg {
  fill: #ffffff;
}
.cid-uis9da6VaX .modal-header .close:hover {
  opacity: 1;
}
.cid-uis9da6VaX .modal-header .close:focus {
  outline: none;
}
.cid-uis9da6VaX .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #ffffff;
}
.cid-uis9da6VaX .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uis9da6VaX .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uis9da6VaX .modal-body {
    padding: 1rem;
  }
}
.cid-uis9da6VaX .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-uis9da6VaX .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uis9da6VaX .modal-footer {
    padding: 1rem;
  }
}
.cid-uis9da6VaX .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uis9da6VaX .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uis9da6VaX .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uis9da6VaX .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uis9da6VaX .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uis9da6VaX .modal-lg,
  .cid-uis9da6VaX .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uis9da6VaX .modal-xl {
    max-width: 1140px;
  }
}
.cid-uis9da6VaX .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uis9da6VaX .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-uis9da6VaX .form-group {
  margin-bottom: 1rem;
}
.cid-uis9da6VaX .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uis9da6VaX .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uis9da6VaX .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-uis9da6VaX .mbr-section-btn {
  margin: 0;
}
.cid-uis9da6VaX .mbr-section-btn .btn {
  margin: 0;
}
.cid-uisdvVbjWV.popup-builder {
  background-color: #ffffff;
}
.cid-uisdvVbjWV.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uisdvVbjWV.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uisdvVbjWV .modal-content,
.cid-uisdvVbjWV .modal-dialog {
  height: auto;
}
.cid-uisdvVbjWV .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uisdvVbjWV .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uisdvVbjWV .form-wrapper .mbr-form .form-group,
  .cid-uisdvVbjWV .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uisdvVbjWV .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uisdvVbjWV .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-uisdvVbjWV .mbr-text {
  text-align: center;
  color: #bbbbbb;
}
.cid-uisdvVbjWV .pt-0 {
  padding-top: 0 !important;
}
.cid-uisdvVbjWV .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uisdvVbjWV .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uisdvVbjWV .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uisdvVbjWV .modal-open {
  overflow: hidden;
}
.cid-uisdvVbjWV .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uisdvVbjWV .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uisdvVbjWV .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uisdvVbjWV .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-uisdvVbjWV .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uisdvVbjWV .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uisdvVbjWV .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uisdvVbjWV .modal-content {
  background: #1f2f3b;
  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-uisdvVbjWV .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uisdvVbjWV .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uisdvVbjWV .modal-backdrop.fade {
  opacity: 0;
}
.cid-uisdvVbjWV .modal-backdrop.show {
  opacity: .5;
}
.cid-uisdvVbjWV .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-uisdvVbjWV .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uisdvVbjWV .modal-header {
    padding: 1rem;
  }
}
.cid-uisdvVbjWV .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uisdvVbjWV .modal-header .close svg {
  fill: #ffffff;
}
.cid-uisdvVbjWV .modal-header .close:hover {
  opacity: 1;
}
.cid-uisdvVbjWV .modal-header .close:focus {
  outline: none;
}
.cid-uisdvVbjWV .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #ffffff;
}
.cid-uisdvVbjWV .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uisdvVbjWV .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uisdvVbjWV .modal-body {
    padding: 1rem;
  }
}
.cid-uisdvVbjWV .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-uisdvVbjWV .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uisdvVbjWV .modal-footer {
    padding: 1rem;
  }
}
.cid-uisdvVbjWV .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uisdvVbjWV .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uisdvVbjWV .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uisdvVbjWV .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uisdvVbjWV .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uisdvVbjWV .modal-lg,
  .cid-uisdvVbjWV .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uisdvVbjWV .modal-xl {
    max-width: 1140px;
  }
}
.cid-uisdvVbjWV .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uisdvVbjWV .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-uisdvVbjWV .form-group {
  margin-bottom: 1rem;
}
.cid-uisdvVbjWV .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uisdvVbjWV .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uisdvVbjWV .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-uisdvVbjWV .mbr-section-btn {
  margin: 0;
}
.cid-uisdvVbjWV .mbr-section-btn .btn {
  margin: 0;
}
.cid-uis6d4eCML.popup-builder {
  background-color: #ffffff;
}
.cid-uis6d4eCML.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uis6d4eCML.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uis6d4eCML .modal-content,
.cid-uis6d4eCML .modal-dialog {
  height: auto;
}
.cid-uis6d4eCML .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uis6d4eCML .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uis6d4eCML .form-wrapper .mbr-form .form-group,
  .cid-uis6d4eCML .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uis6d4eCML .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uis6d4eCML .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-uis6d4eCML .mbr-text {
  text-align: center;
  color: #bbbbbb;
}
.cid-uis6d4eCML .pt-0 {
  padding-top: 0 !important;
}
.cid-uis6d4eCML .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uis6d4eCML .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uis6d4eCML .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uis6d4eCML .modal-open {
  overflow: hidden;
}
.cid-uis6d4eCML .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uis6d4eCML .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uis6d4eCML .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uis6d4eCML .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-uis6d4eCML .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uis6d4eCML .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uis6d4eCML .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uis6d4eCML .modal-content {
  background: #1f2f3b;
  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-uis6d4eCML .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uis6d4eCML .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uis6d4eCML .modal-backdrop.fade {
  opacity: 0;
}
.cid-uis6d4eCML .modal-backdrop.show {
  opacity: .5;
}
.cid-uis6d4eCML .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-uis6d4eCML .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uis6d4eCML .modal-header {
    padding: 1rem;
  }
}
.cid-uis6d4eCML .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uis6d4eCML .modal-header .close svg {
  fill: #ffffff;
}
.cid-uis6d4eCML .modal-header .close:hover {
  opacity: 1;
}
.cid-uis6d4eCML .modal-header .close:focus {
  outline: none;
}
.cid-uis6d4eCML .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #bbbbbb;
}
.cid-uis6d4eCML .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uis6d4eCML .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uis6d4eCML .modal-body {
    padding: 1rem;
  }
}
.cid-uis6d4eCML .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-uis6d4eCML .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uis6d4eCML .modal-footer {
    padding: 1rem;
  }
}
.cid-uis6d4eCML .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uis6d4eCML .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uis6d4eCML .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uis6d4eCML .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uis6d4eCML .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uis6d4eCML .modal-lg,
  .cid-uis6d4eCML .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uis6d4eCML .modal-xl {
    max-width: 1140px;
  }
}
.cid-uis6d4eCML .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uis6d4eCML .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-uis6d4eCML .form-group {
  margin-bottom: 1rem;
}
.cid-uis6d4eCML .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uis6d4eCML .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uis6d4eCML .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-uis6d4eCML .mbr-section-btn {
  margin: 0;
}
.cid-uis6d4eCML .mbr-section-btn .btn {
  margin: 0;
}
.cid-uab8cXndKG {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uab8cXndKG .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;
}
@media (max-width: 767px) {
  .cid-uab8cXndKG .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uab8cXndKG .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uab8cXndKG .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uab8cXndKG .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uab8cXndKG .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uab8cXndKG .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-uab8cXndKG .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uab8cXndKG .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-uab8cXndKG .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uab8cXndKG .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uab8cXndKG .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uab8cXndKG .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-uab8cXndKG .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uab8cXndKG .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uab8cXndKG .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uab8cXndKG .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uab8cXndKG .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uab8cXndKG .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uab8cXndKG .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uab8cXndKG .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uab8cXndKG .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(31, 47, 59, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #1f2f3b;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-uab8cXndKG .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uab8cXndKG .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uab8cXndKG .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uab8cXndKG .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #1f2f3b;
  background: rgba(31, 47, 59, 0.9) !important;
  border-radius: 4px !important;
}
.cid-uab8cXndKG .nav-item:focus,
.cid-uab8cXndKG .nav-link:focus {
  outline: none;
}
.cid-uab8cXndKG .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uab8cXndKG .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uab8cXndKG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uab8cXndKG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uab8cXndKG .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uab8cXndKG .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uab8cXndKG .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uab8cXndKG .navbar.opened {
  transition: all 0.3s;
}
.cid-uab8cXndKG .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uab8cXndKG .navbar .navbar-logo img {
  width: auto;
}
.cid-uab8cXndKG .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uab8cXndKG .navbar.collapsed {
  justify-content: center;
}
.cid-uab8cXndKG .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uab8cXndKG .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uab8cXndKG .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uab8cXndKG .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uab8cXndKG .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uab8cXndKG .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-uab8cXndKG .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uab8cXndKG .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uab8cXndKG .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uab8cXndKG .navbar {
    min-height: 72px;
  }
  .cid-uab8cXndKG .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uab8cXndKG .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uab8cXndKG .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uab8cXndKG .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uab8cXndKG .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uab8cXndKG .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-uab8cXndKG .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uab8cXndKG .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uab8cXndKG .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uab8cXndKG .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uab8cXndKG .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uab8cXndKG .dropdown-item.active,
.cid-uab8cXndKG .dropdown-item:active {
  background-color: transparent;
}
.cid-uab8cXndKG .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uab8cXndKG .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uab8cXndKG .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uab8cXndKG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1f2f3b;
}
.cid-uab8cXndKG .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uab8cXndKG .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uab8cXndKG ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uab8cXndKG .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uab8cXndKG .navbar-buttons {
    text-align: left;
  }
}
.cid-uab8cXndKG button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uab8cXndKG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uab8cXndKG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uab8cXndKG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uab8cXndKG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uab8cXndKG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uab8cXndKG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uab8cXndKG nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uab8cXndKG nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uab8cXndKG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uab8cXndKG .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uab8cXndKG a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uab8cXndKG .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uab8cXndKG .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uab8cXndKG .navbar {
    height: 70px;
  }
  .cid-uab8cXndKG .navbar.opened {
    height: auto;
  }
  .cid-uab8cXndKG .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uab8cXndKG .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uab8cXndKG .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uab8cXndKG .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uab8cXndKG .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uab8cXndKG .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uab8cXndKG .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uab8cXndKG .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uab8cXndKG .navbar-brand {
    margin-right: auto;
  }
  .cid-uab8cXndKG .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #1f2f3b;
    opacity: 1;
    border-color: rgba(31, 47, 59, 0.9) !important;
    background: rgba(31, 47, 59, 0.9) !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-uab8cXndKG .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uab8cXndKG .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uab8cXndKG .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uab8cXndKG .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uab8cXndKG .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uab8cXndKG .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uab8cXndKG .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uab8cXndKG .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uab8cXndKG .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uab8cXndKG .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uaUY8hlDPY {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/metal.jpg");
}
.cid-uaUY8hlDPY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uaUY8hlDPY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uaUY8hlDPY .mbr-section-title {
  color: #ffffff;
}
.cid-uaUY2opT5p {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/badpaper2.jpg");
}
.cid-uaUY2opT5p .showAlerts {
  display: block !important;
}
.cid-uaUY2opT5p .rowflexrev {
  display: -webkit-flex;
}
.cid-uaUY2opT5p .title {
  margin-bottom: 2rem;
}
.cid-uaUY2opT5p .mbr-section-subtitle {
  color: #569b81;
}
.cid-uaUY2opT5p textarea.form-control {
  min-height: 188px;
}
.cid-uaUY2opT5p LABEL {
  color: #232323;
  display: initial;
}
.cid-uaUY2opT5p .mbr-section-terms {
  text-align: center;
  color: #232323;
  margin-bottom: 0px;
}
.cid-uaUY2opT5p .mbr-section-labels {
  color: #1f2f3b;
  padding: 0;
  margin-bottom: .357em;
  text-align: left;
}
.cid-uaUY2opT5p .mbr-section-autorespond {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-uaUY2opT5p .mbr-section-gdpr {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-uaUY2opT5p .alert {
  margin-bottom: 0;
}
.cid-uaUY2opT5p .alert-success {
  background-color: #569b81;
}
.cid-uaUY2opT5p .alert-danger {
  background-color: #4d738f;
}
.cid-uaUY2opT5p .btn {
  display: inline-flex;
}
.cid-uaUY2opT5p .mbr-alert-success {
  text-align: center;
  color: #ffffff;
}
.cid-uaUY2opT5p .mbr-alert-danger {
  text-align: center;
  color: #ffffff;
}
.cid-uaUY2opT5p .uploadBtn {
  padding-top: 13px !important;
  padding-left: 12.5px !important;
}
.cid-uaUY2opT5p input[type=file]::file-selector-button {
  border: 1px solid #232323 !important;
  padding: .2em .4em;
  border-radius: .2em;
  background-color: #cccccc !important;
  color: #232323 !important;
  transition: 0.3s;
}
.cid-uaUY2opT5p input[type=file]::-webkit-file-upload-button {
  border: 1px solid #232323 !important;
  padding: .2em .4em;
  border-radius: .2em;
  background-color: #cccccc !important;
  color: #232323 !important;
  transition: 0.3s;
}
.cid-uaUY2opT5p input[type=file]::-ms-browse {
  border: 1px solid #232323 !important;
  padding: .2em .4em;
  border-radius: .2em;
  background-color: #cccccc !important;
  color: #232323 !important;
  transition: 0.3s;
}
.cid-uaUY2opT5p H2 {
  color: #1f2f3b;
}
.cid-ub5JVBTlfy {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/badpaper2.jpg");
}
.cid-ub5JVBTlfy .mbr-fallback-image.disabled {
  display: none;
}
.cid-ub5JVBTlfy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ub5JVBTlfy .mbr-section-title {
  color: #1f2f3b;
}
.cid-ub5JVBTlfy .mbr-section-subtitle {
  color: #1f2f3b;
}
.cid-uaWkVMMW5a {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/pcrgb2024.jpg");
}
.cid-uaWkVMMW5a .mbr-fallback-image.disabled {
  display: none;
}
.cid-uaWkVMMW5a .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uaWkVMMW5a .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uaWkVMMW5a .image-wrap img {
    display: block;
    margin: auto;
    width: 40%;
  }
}
.cid-uaWkVMMW5a .mbr-section-title {
  color: #ffffff;
}
.cid-uaWkVMMW5a .mbr-text,
.cid-uaWkVMMW5a .mbr-section-btn {
  color: #ffffff;
}
.cid-uaVnPmO9AY {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #0b151c;
}
.cid-uaVnPmO9AY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uaVnPmO9AY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uaVnPmO9AY .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-uaVnPmO9AY .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-uaVnPmO9AY .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-uaVnPmO9AY .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-uaVnPmO9AY .container {
    max-width: 100%;
  }
  .cid-uaVnPmO9AY .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-uaVnPmO9AY .item-wrap {
  width: 100%;
}
.cid-uaVnPmO9AY .navbar-brand {
  display: flex;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 30px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-uaVnPmO9AY .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-uaVnPmO9AY .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-uaVnPmO9AY .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uaVnPmO9AY .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-uaVnPmO9AY .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uaVnPmO9AY .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-uaVnPmO9AY .copyright {
  color: #C4CFDE;
  padding: 0;
  width: 100%;
}
.cid-uab8cXndKG {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uab8cXndKG .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;
}
@media (max-width: 767px) {
  .cid-uab8cXndKG .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uab8cXndKG .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uab8cXndKG .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uab8cXndKG .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uab8cXndKG .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uab8cXndKG .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-uab8cXndKG .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uab8cXndKG .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-uab8cXndKG .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uab8cXndKG .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uab8cXndKG .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uab8cXndKG .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-uab8cXndKG .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uab8cXndKG .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uab8cXndKG .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uab8cXndKG .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uab8cXndKG .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uab8cXndKG .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uab8cXndKG .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uab8cXndKG .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uab8cXndKG .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(31, 47, 59, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #1f2f3b;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-uab8cXndKG .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uab8cXndKG .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uab8cXndKG .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uab8cXndKG .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #1f2f3b;
  background: rgba(31, 47, 59, 0.9) !important;
  border-radius: 4px !important;
}
.cid-uab8cXndKG .nav-item:focus,
.cid-uab8cXndKG .nav-link:focus {
  outline: none;
}
.cid-uab8cXndKG .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uab8cXndKG .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uab8cXndKG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uab8cXndKG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uab8cXndKG .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uab8cXndKG .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uab8cXndKG .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uab8cXndKG .navbar.opened {
  transition: all 0.3s;
}
.cid-uab8cXndKG .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uab8cXndKG .navbar .navbar-logo img {
  width: auto;
}
.cid-uab8cXndKG .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uab8cXndKG .navbar.collapsed {
  justify-content: center;
}
.cid-uab8cXndKG .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uab8cXndKG .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uab8cXndKG .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uab8cXndKG .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uab8cXndKG .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uab8cXndKG .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-uab8cXndKG .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uab8cXndKG .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uab8cXndKG .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uab8cXndKG .navbar {
    min-height: 72px;
  }
  .cid-uab8cXndKG .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uab8cXndKG .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uab8cXndKG .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uab8cXndKG .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uab8cXndKG .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uab8cXndKG .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-uab8cXndKG .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uab8cXndKG .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uab8cXndKG .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uab8cXndKG .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uab8cXndKG .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uab8cXndKG .dropdown-item.active,
.cid-uab8cXndKG .dropdown-item:active {
  background-color: transparent;
}
.cid-uab8cXndKG .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uab8cXndKG .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uab8cXndKG .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uab8cXndKG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1f2f3b;
}
.cid-uab8cXndKG .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uab8cXndKG .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uab8cXndKG ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uab8cXndKG .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uab8cXndKG .navbar-buttons {
    text-align: left;
  }
}
.cid-uab8cXndKG button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uab8cXndKG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uab8cXndKG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uab8cXndKG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uab8cXndKG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uab8cXndKG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uab8cXndKG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uab8cXndKG nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uab8cXndKG nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uab8cXndKG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uab8cXndKG .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uab8cXndKG a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uab8cXndKG .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uab8cXndKG .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uab8cXndKG .navbar {
    height: 70px;
  }
  .cid-uab8cXndKG .navbar.opened {
    height: auto;
  }
  .cid-uab8cXndKG .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uab8cXndKG .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uab8cXndKG .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uab8cXndKG .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uab8cXndKG .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uab8cXndKG .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uab8cXndKG .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uab8cXndKG .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uab8cXndKG .navbar-brand {
    margin-right: auto;
  }
  .cid-uab8cXndKG .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #1f2f3b;
    opacity: 1;
    border-color: rgba(31, 47, 59, 0.9) !important;
    background: rgba(31, 47, 59, 0.9) !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-uab8cXndKG .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uab8cXndKG .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uab8cXndKG .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uab8cXndKG .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uab8cXndKG .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uab8cXndKG .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uab8cXndKG .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uab8cXndKG .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uab8cXndKG .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uab8cXndKG .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uaVpqFdRqy {
  padding-top: 12rem;
  padding-bottom: 6rem;
  overflow: hidden;
  background-image: url("../../../assets/images/badpaper2.jpg");
}
.cid-uaVpqFdRqy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uaVpqFdRqy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uaVpqFdRqy .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uaVpqFdRqy .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uaVpqFdRqy .container {
    padding: 0 24px;
  }
}
.cid-uaVpqFdRqy .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uaVpqFdRqy .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uaVpqFdRqy .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uaVpqFdRqy .content-wrapper .mbr-desc {
  margin-bottom: 56px;
}
.cid-uaVpqFdRqy .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uaVpqFdRqy .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uaVpqFdRqy .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-uaVpqFdRqy .content-wrapper .mbr-section-btn .btn:hover,
.cid-uaVpqFdRqy .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-uaVpqFdRqy .decor-wrapper {
  position: absolute;
  bottom: -100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-uaVpqFdRqy .decor-wrapper .decor-wrap {
  width: 400px;
  height: 400px;
  border-radius: 100%;
  filter: blur(80px);
}
.cid-uaVpqFdRqy .decor-wrapper .decor_1 {
  background-color: #f8e885;
}
.cid-uaVpqFdRqy .decor-wrapper .decor_2 {
  background-color: #fb8fc9;
}
.cid-uaVpqFdRqy .decor-wrapper .decor_3 {
  background-color: #7f89e9;
}
.cid-uaVpqFdRqy .decor-wrapper .decor_4 {
  background-color: #82ebff;
}
.cid-uaVpqFdRqy .mbr-section-title {
  color: #141414;
}
.cid-uaVpqFdRqy .mbr-section-subtitle {
  color: #141414;
  text-align: center;
}
.cid-uaVpqFdRqy .mbr-desc {
  color: #141414;
  text-align: center;
}
.cid-uaVpqFdRqy .mbr-text {
  color: #141414;
  text-align: center;
}
.cid-uaVpqFdRqy .mbr-section-title,
.cid-uaVpqFdRqy .mbr-section-btn {
  text-align: center;
  color: #1f2f3b;
}
.cid-uaWl2aaHtk {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/pcrgb2024.jpg");
}
.cid-uaWl2aaHtk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uaWl2aaHtk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uaWl2aaHtk .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uaWl2aaHtk .image-wrap img {
    display: block;
    margin: auto;
    width: 40%;
  }
}
.cid-uaWl2aaHtk .mbr-section-title {
  color: #ffffff;
}
.cid-uaWl2aaHtk .mbr-text,
.cid-uaWl2aaHtk .mbr-section-btn {
  color: #ffffff;
}
.cid-uaVnPmO9AY {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #0b151c;
}
.cid-uaVnPmO9AY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uaVnPmO9AY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uaVnPmO9AY .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-uaVnPmO9AY .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-uaVnPmO9AY .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-uaVnPmO9AY .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-uaVnPmO9AY .container {
    max-width: 100%;
  }
  .cid-uaVnPmO9AY .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-uaVnPmO9AY .item-wrap {
  width: 100%;
}
.cid-uaVnPmO9AY .navbar-brand {
  display: flex;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 30px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-uaVnPmO9AY .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-uaVnPmO9AY .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-uaVnPmO9AY .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uaVnPmO9AY .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-uaVnPmO9AY .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uaVnPmO9AY .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-uaVnPmO9AY .copyright {
  color: #ffffff;
  padding: 0;
  width: 100%;
}
.cid-uab8cXndKG {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uab8cXndKG .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;
}
@media (max-width: 767px) {
  .cid-uab8cXndKG .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uab8cXndKG .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uab8cXndKG .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uab8cXndKG .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uab8cXndKG .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uab8cXndKG .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-uab8cXndKG .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uab8cXndKG .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-uab8cXndKG .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uab8cXndKG .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uab8cXndKG .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uab8cXndKG .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-uab8cXndKG .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uab8cXndKG .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uab8cXndKG .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uab8cXndKG .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uab8cXndKG .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uab8cXndKG .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uab8cXndKG .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uab8cXndKG .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uab8cXndKG .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(31, 47, 59, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #1f2f3b;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-uab8cXndKG .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uab8cXndKG .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uab8cXndKG .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uab8cXndKG .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #1f2f3b;
  background: rgba(31, 47, 59, 0.9) !important;
  border-radius: 4px !important;
}
.cid-uab8cXndKG .nav-item:focus,
.cid-uab8cXndKG .nav-link:focus {
  outline: none;
}
.cid-uab8cXndKG .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uab8cXndKG .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uab8cXndKG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uab8cXndKG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uab8cXndKG .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uab8cXndKG .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uab8cXndKG .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uab8cXndKG .navbar.opened {
  transition: all 0.3s;
}
.cid-uab8cXndKG .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uab8cXndKG .navbar .navbar-logo img {
  width: auto;
}
.cid-uab8cXndKG .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uab8cXndKG .navbar.collapsed {
  justify-content: center;
}
.cid-uab8cXndKG .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uab8cXndKG .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uab8cXndKG .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uab8cXndKG .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uab8cXndKG .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uab8cXndKG .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-uab8cXndKG .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uab8cXndKG .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uab8cXndKG .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uab8cXndKG .navbar {
    min-height: 72px;
  }
  .cid-uab8cXndKG .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uab8cXndKG .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uab8cXndKG .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uab8cXndKG .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uab8cXndKG .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uab8cXndKG .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-uab8cXndKG .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uab8cXndKG .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uab8cXndKG .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uab8cXndKG .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uab8cXndKG .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uab8cXndKG .dropdown-item.active,
.cid-uab8cXndKG .dropdown-item:active {
  background-color: transparent;
}
.cid-uab8cXndKG .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uab8cXndKG .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uab8cXndKG .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uab8cXndKG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1f2f3b;
}
.cid-uab8cXndKG .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uab8cXndKG .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uab8cXndKG ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uab8cXndKG .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uab8cXndKG .navbar-buttons {
    text-align: left;
  }
}
.cid-uab8cXndKG button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uab8cXndKG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uab8cXndKG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uab8cXndKG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uab8cXndKG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uab8cXndKG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uab8cXndKG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uab8cXndKG nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uab8cXndKG nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uab8cXndKG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uab8cXndKG .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uab8cXndKG a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uab8cXndKG .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uab8cXndKG .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uab8cXndKG .navbar {
    height: 70px;
  }
  .cid-uab8cXndKG .navbar.opened {
    height: auto;
  }
  .cid-uab8cXndKG .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uab8cXndKG .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uab8cXndKG .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uab8cXndKG .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uab8cXndKG .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uab8cXndKG .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uab8cXndKG .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uab8cXndKG .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uab8cXndKG .navbar-brand {
    margin-right: auto;
  }
  .cid-uab8cXndKG .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #1f2f3b;
    opacity: 1;
    border-color: rgba(31, 47, 59, 0.9) !important;
    background: rgba(31, 47, 59, 0.9) !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-uab8cXndKG .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uab8cXndKG .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uab8cXndKG .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uab8cXndKG .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uab8cXndKG .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uab8cXndKG .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uab8cXndKG .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uab8cXndKG .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uab8cXndKG .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uab8cXndKG .navbar-collapse {
    padding: 1rem;
  }
}
.cid-ubdrrkDwCB {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/metal.jpg");
}
.cid-ubdrrkDwCB .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubdrrkDwCB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubdrrkDwCB .mbr-section-title {
  color: #ffffff;
}
.cid-uaVOu4HGTq {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uaWl6H9QNs {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/pcrgb2024.jpg");
}
.cid-uaWl6H9QNs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uaWl6H9QNs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uaWl6H9QNs .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uaWl6H9QNs .image-wrap img {
    display: block;
    margin: auto;
    width: 40%;
  }
}
.cid-uaWl6H9QNs .mbr-section-title {
  color: #ffffff;
}
.cid-uaWl6H9QNs .mbr-text,
.cid-uaWl6H9QNs .mbr-section-btn {
  color: #ffffff;
}
.cid-uaVnPmO9AY {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #0b151c;
}
.cid-uaVnPmO9AY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uaVnPmO9AY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uaVnPmO9AY .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-uaVnPmO9AY .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-uaVnPmO9AY .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-uaVnPmO9AY .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-uaVnPmO9AY .container {
    max-width: 100%;
  }
  .cid-uaVnPmO9AY .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-uaVnPmO9AY .item-wrap {
  width: 100%;
}
.cid-uaVnPmO9AY .navbar-brand {
  display: flex;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 30px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-uaVnPmO9AY .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-uaVnPmO9AY .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-uaVnPmO9AY .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uaVnPmO9AY .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-uaVnPmO9AY .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uaVnPmO9AY .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-uaVnPmO9AY .copyright {
  color: #ffffff;
  padding: 0;
  width: 100%;
}
.cid-uab8cXndKG {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uab8cXndKG .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;
}
@media (max-width: 767px) {
  .cid-uab8cXndKG .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uab8cXndKG .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uab8cXndKG .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uab8cXndKG .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uab8cXndKG .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uab8cXndKG .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-uab8cXndKG .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uab8cXndKG .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-uab8cXndKG .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uab8cXndKG .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uab8cXndKG .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uab8cXndKG .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-uab8cXndKG .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uab8cXndKG .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uab8cXndKG .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uab8cXndKG .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uab8cXndKG .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uab8cXndKG .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uab8cXndKG .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uab8cXndKG .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uab8cXndKG .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(31, 47, 59, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #1f2f3b;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-uab8cXndKG .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uab8cXndKG .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uab8cXndKG .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uab8cXndKG .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #1f2f3b;
  background: rgba(31, 47, 59, 0.9) !important;
  border-radius: 4px !important;
}
.cid-uab8cXndKG .nav-item:focus,
.cid-uab8cXndKG .nav-link:focus {
  outline: none;
}
.cid-uab8cXndKG .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uab8cXndKG .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uab8cXndKG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uab8cXndKG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uab8cXndKG .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uab8cXndKG .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uab8cXndKG .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uab8cXndKG .navbar.opened {
  transition: all 0.3s;
}
.cid-uab8cXndKG .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uab8cXndKG .navbar .navbar-logo img {
  width: auto;
}
.cid-uab8cXndKG .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uab8cXndKG .navbar.collapsed {
  justify-content: center;
}
.cid-uab8cXndKG .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uab8cXndKG .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uab8cXndKG .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uab8cXndKG .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uab8cXndKG .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uab8cXndKG .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-uab8cXndKG .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uab8cXndKG .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uab8cXndKG .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uab8cXndKG .navbar {
    min-height: 72px;
  }
  .cid-uab8cXndKG .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uab8cXndKG .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uab8cXndKG .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uab8cXndKG .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uab8cXndKG .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uab8cXndKG .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-uab8cXndKG .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uab8cXndKG .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uab8cXndKG .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uab8cXndKG .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uab8cXndKG .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uab8cXndKG .dropdown-item.active,
.cid-uab8cXndKG .dropdown-item:active {
  background-color: transparent;
}
.cid-uab8cXndKG .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uab8cXndKG .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uab8cXndKG .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uab8cXndKG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1f2f3b;
}
.cid-uab8cXndKG .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uab8cXndKG .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uab8cXndKG ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uab8cXndKG .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uab8cXndKG .navbar-buttons {
    text-align: left;
  }
}
.cid-uab8cXndKG button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uab8cXndKG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uab8cXndKG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uab8cXndKG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uab8cXndKG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uab8cXndKG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uab8cXndKG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uab8cXndKG nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uab8cXndKG nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uab8cXndKG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uab8cXndKG .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uab8cXndKG a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uab8cXndKG .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uab8cXndKG .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uab8cXndKG .navbar {
    height: 70px;
  }
  .cid-uab8cXndKG .navbar.opened {
    height: auto;
  }
  .cid-uab8cXndKG .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uab8cXndKG .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uab8cXndKG .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uab8cXndKG .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uab8cXndKG .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uab8cXndKG .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uab8cXndKG .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uab8cXndKG .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uab8cXndKG .navbar-brand {
    margin-right: auto;
  }
  .cid-uab8cXndKG .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #1f2f3b;
    opacity: 1;
    border-color: rgba(31, 47, 59, 0.9) !important;
    background: rgba(31, 47, 59, 0.9) !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-uab8cXndKG .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uab8cXndKG .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uab8cXndKG .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uab8cXndKG .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uab8cXndKG .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uab8cXndKG .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uab8cXndKG .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uab8cXndKG .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uab8cXndKG .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uab8cXndKG .navbar-collapse {
    padding: 1rem;
  }
}
.cid-ubcUPNdRVE {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/metal.jpg");
}
.cid-ubcUPNdRVE .mbr-media span {
  font-size: 48px;
  cursor: pointer;
  background-color: #ffffff;
  border-radius: 50%;
  width: 6rem;
  height: 6rem;
  line-height: 6rem;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #353535;
}
.cid-ubcUPNdRVE .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-ubcUPNdRVE .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-ubcUPNdRVE .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-ubcUPNdRVE .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-ubcUPNdRVE a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-ubcUPNdRVE a.close:hover {
  color: #ffffff;
}
.cid-ubcUPNdRVE H1 {
  color: #ffffff;
}
.cid-ubcUPNdRVE B {
  color: #b2ccd2;
}
.cid-ubcUPNdRVE P {
  color: #b2ccd2;
}
.cid-ubcV4kol0n {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #001820;
}
.cid-ubcV4kol0n .line {
  background-color: #5591a6;
  color: #5591a6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-ubcV4kol0n .section-text {
  padding: 2rem 0;
}
.cid-ubcV4kol0n .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-ubcV4kol0n .inner-container {
    width: 100% !important;
  }
}
.cid-ubcV5BmN7E {
  padding-top: 45px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/coffee.jpg");
}
.cid-ubcV5BmN7E h1 {
  color: #616161;
}
.cid-ubcV5BmN7E h2,
.cid-ubcV5BmN7E h3,
.cid-ubcV5BmN7E p {
  color: #767676;
}
.cid-ubcV5BmN7E .mbr-section-subtitle {
  font-style: italic;
}
.cid-ubcV5BmN7E P {
  color: #ffffff;
  text-align: left;
}
.cid-ubcV5BmN7E H3 {
  color: #b2ccd2;
  text-align: left;
}
.cid-ubcV5BmN7E SPAN {
  color: #55b4d4;
}
.cid-ubcV7ss1AV {
  padding-top: 45px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/scratch.jpg");
}
.cid-ubcV7ss1AV H2 {
  color: #ffffff;
}
.cid-ubcV7ss1AV .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-ubcV7ss1AV .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-ubcVdxgC0T {
  padding-top: 45px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/badpaper2.jpg");
}
@media (min-width: 992px) {
  .cid-ubcVdxgC0T .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-ubcVdxgC0T .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-ubcVdxgC0T .mbr-text {
    text-align: center;
  }
}
.cid-ubcVdxgC0T H1 {
  color: #0f7699;
}
.cid-ubcVdxgC0T .mbr-text,
.cid-ubcVdxgC0T .mbr-section-btn {
  color: #073b4c;
}
.cid-ubcVewnBDx {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/scratch.jpg");
}
.cid-ubcVewnBDx .mbr-section-subtitle {
  color: #767676;
  text-align: center;
  font-weight: 300;
}
.cid-ubcVewnBDx .step {
  width: 40px;
  height: 40px;
  font-size: 20px;
  border-radius: 50%;
  border: 2px solid #efefef;
  padding-bottom: 0;
  color: #b2ccd2;
}
@media (min-width: 768px) {
  .cid-ubcVewnBDx .separline .step-wrapper {
    position: relative;
  }
  .cid-ubcVewnBDx .separline .step-wrapper:before,
  .cid-ubcVewnBDx .separline .step-wrapper:after {
    top: 22px;
    position: absolute;
    content: "";
    height: 2px;
    width: calc(50% + 15px - 20px - 8px);
    background-color: #efefef;
  }
  .cid-ubcVewnBDx .separline .step-wrapper:before {
    left: -15px;
  }
  .cid-ubcVewnBDx .separline .step-wrapper:after {
    left: calc(50% + 8px + 20px);
  }
  .cid-ubcVewnBDx .separline.last-child .step-wrapper:after,
  .cid-ubcVewnBDx .separline:nth-child(3n) .step-wrapper:after,
  .cid-ubcVewnBDx .separline:nth-child(3n+1) .step-wrapper:before {
    background: none;
  }
}
@media (max-width: 767px) {
  .cid-ubcVewnBDx .card:not(.last-child) {
    padding-bottom: 1.5rem;
  }
}
.cid-ubcVewnBDx .mbr-step-text {
  color: #ffffff;
  text-align: center;
}
.cid-ubcVewnBDx .mbr-step-title {
  color: #b2ccd2;
}
.cid-ubcVewnBDx .mbr-section-title {
  color: #ffffff;
}
.cid-ubcVfTb2yy {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/fireworks.jpg");
}
@media (min-width: 992px) {
  .cid-ubcVfTb2yy .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-ubcVfTb2yy .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-ubcVfTb2yy .mbr-text {
    text-align: center;
  }
}
.cid-ubcVfTb2yy B {
  color: #ffffff;
}
.cid-ubcVhhlGDO {
  padding-top: 45px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/prints.jpg");
}
.cid-ubcVhhlGDO .mbr-section-subtitle {
  text-align: left;
}
.cid-ubcVi20yG6 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #001820;
}
.cid-ubcVi20yG6 .line {
  background-color: #b2ccd2;
  color: #b2ccd2;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-ubcVi20yG6 .section-text {
  padding: 2rem 0;
  text-align: left;
}
.cid-ubcVi20yG6 .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-ubcVi20yG6 .inner-container {
    width: 100% !important;
  }
}
.cid-ubcVjdOwjd {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-ubcVjdOwjd .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-ubcVjdOwjd .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ubcVjdOwjd .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-ubcVjdOwjd .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-ubcVjdOwjd .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #001820;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-ubcVjdOwjd .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-ubcVjdOwjd .mbr-gallery-item > div:hover:before {
  opacity: 0.5 !important;
}
.cid-ubcVjdOwjd .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-ubcVjdOwjd .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #001820 !important;
  opacity: 0.5;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-ubcVkhWalD {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/earth.jpg");
}
.cid-ubcVlfgfvn {
  padding-top: 60px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/power.jpg");
}
.cid-ubcVlfgfvn .mbr-section-subtitle {
  text-align: left;
}
.cid-ubcVoLUoww {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #0b151c;
}
.cid-ubcVoLUoww .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubcVoLUoww .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubcVoLUoww .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-ubcVoLUoww .image-wrap img {
    display: block;
    margin: auto;
    width: 40%;
  }
}
.cid-ubcVoLUoww .mbr-section-title {
  color: #ffffff;
}
.cid-ubcVoLUoww .mbr-text,
.cid-ubcVoLUoww .mbr-section-btn {
  color: #ffffff;
}
.cid-uaVnPmO9AY {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #0b151c;
}
.cid-uaVnPmO9AY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uaVnPmO9AY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uaVnPmO9AY .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-uaVnPmO9AY .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-uaVnPmO9AY .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-uaVnPmO9AY .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-uaVnPmO9AY .container {
    max-width: 100%;
  }
  .cid-uaVnPmO9AY .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-uaVnPmO9AY .item-wrap {
  width: 100%;
}
.cid-uaVnPmO9AY .navbar-brand {
  display: flex;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 30px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-uaVnPmO9AY .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-uaVnPmO9AY .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-uaVnPmO9AY .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uaVnPmO9AY .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-uaVnPmO9AY .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uaVnPmO9AY .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-uaVnPmO9AY .copyright {
  color: #ffffff;
  padding: 0;
  width: 100%;
}
.cid-ubd6mMPHLF {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/badpaper2.jpg");
}
.cid-ubd6mMPHLF .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubd6mMPHLF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubd6mMPHLF [class^="socicon-"]:before,
.cid-ubd6mMPHLF [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-ubd6mMPHLF .btn-social {
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  padding: 0;
  position: relative;
  cursor: pointer;
  color: #43686f;
  border-width: 2px;
  transition: all .3s;
  border-color: #43686f;
}
.cid-ubd6mMPHLF .btn-social:hover {
  background: #43686f;
}
.cid-ubd6mMPHLF .btn-social:hover i.socicon {
  color: #ffffff !important;
}
.cid-ubd6mMPHLF .mbr-section-title,
.cid-ubd6mMPHLF .mbr-social-likes {
  color: #1f2f3b;
}
.cid-uekIB1LdCd.popup-builder {
  background-color: #ffffff;
}
.cid-uekIB1LdCd.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uekIB1LdCd.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uekIB1LdCd .modal-content,
.cid-uekIB1LdCd .modal-dialog {
  height: auto;
}
.cid-uekIB1LdCd .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uekIB1LdCd .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uekIB1LdCd .form-wrapper .mbr-form .form-group,
  .cid-uekIB1LdCd .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uekIB1LdCd .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uekIB1LdCd .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-uekIB1LdCd .mbr-text {
  text-align: center;
  color: #bbbbbb;
}
.cid-uekIB1LdCd .pt-0 {
  padding-top: 0 !important;
}
.cid-uekIB1LdCd .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uekIB1LdCd .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uekIB1LdCd .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uekIB1LdCd .modal-open {
  overflow: hidden;
}
.cid-uekIB1LdCd .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uekIB1LdCd .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uekIB1LdCd .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uekIB1LdCd .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-uekIB1LdCd .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uekIB1LdCd .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uekIB1LdCd .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uekIB1LdCd .modal-content {
  background: #1f2f3b;
  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-uekIB1LdCd .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uekIB1LdCd .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uekIB1LdCd .modal-backdrop.fade {
  opacity: 0;
}
.cid-uekIB1LdCd .modal-backdrop.show {
  opacity: .5;
}
.cid-uekIB1LdCd .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-uekIB1LdCd .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uekIB1LdCd .modal-header {
    padding: 1rem;
  }
}
.cid-uekIB1LdCd .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uekIB1LdCd .modal-header .close svg {
  fill: #ffffff;
}
.cid-uekIB1LdCd .modal-header .close:hover {
  opacity: 1;
}
.cid-uekIB1LdCd .modal-header .close:focus {
  outline: none;
}
.cid-uekIB1LdCd .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #bbbbbb;
}
.cid-uekIB1LdCd .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uekIB1LdCd .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uekIB1LdCd .modal-body {
    padding: 1rem;
  }
}
.cid-uekIB1LdCd .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-uekIB1LdCd .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uekIB1LdCd .modal-footer {
    padding: 1rem;
  }
}
.cid-uekIB1LdCd .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uekIB1LdCd .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uekIB1LdCd .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uekIB1LdCd .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uekIB1LdCd .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uekIB1LdCd .modal-lg,
  .cid-uekIB1LdCd .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uekIB1LdCd .modal-xl {
    max-width: 1140px;
  }
}
.cid-uekIB1LdCd .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uekIB1LdCd .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-uekIB1LdCd .form-group {
  margin-bottom: 1rem;
}
.cid-uekIB1LdCd .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uekIB1LdCd .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uekIB1LdCd .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-uekIB1LdCd .mbr-section-btn {
  margin: 0;
}
.cid-uekIB1LdCd .mbr-section-btn .btn {
  margin: 0;
}
.cid-uab8cXndKG {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uab8cXndKG .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;
}
@media (max-width: 767px) {
  .cid-uab8cXndKG .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uab8cXndKG .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uab8cXndKG .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uab8cXndKG .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uab8cXndKG .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uab8cXndKG .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-uab8cXndKG .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uab8cXndKG .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-uab8cXndKG .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uab8cXndKG .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uab8cXndKG .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uab8cXndKG .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-uab8cXndKG .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uab8cXndKG .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uab8cXndKG .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uab8cXndKG .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uab8cXndKG .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uab8cXndKG .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uab8cXndKG .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uab8cXndKG .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uab8cXndKG .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(31, 47, 59, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #1f2f3b;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-uab8cXndKG .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uab8cXndKG .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uab8cXndKG .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uab8cXndKG .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #1f2f3b;
  background: rgba(31, 47, 59, 0.9) !important;
  border-radius: 4px !important;
}
.cid-uab8cXndKG .nav-item:focus,
.cid-uab8cXndKG .nav-link:focus {
  outline: none;
}
.cid-uab8cXndKG .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uab8cXndKG .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uab8cXndKG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uab8cXndKG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uab8cXndKG .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uab8cXndKG .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uab8cXndKG .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uab8cXndKG .navbar.opened {
  transition: all 0.3s;
}
.cid-uab8cXndKG .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uab8cXndKG .navbar .navbar-logo img {
  width: auto;
}
.cid-uab8cXndKG .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uab8cXndKG .navbar.collapsed {
  justify-content: center;
}
.cid-uab8cXndKG .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uab8cXndKG .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uab8cXndKG .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uab8cXndKG .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uab8cXndKG .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uab8cXndKG .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-uab8cXndKG .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uab8cXndKG .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uab8cXndKG .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uab8cXndKG .navbar {
    min-height: 72px;
  }
  .cid-uab8cXndKG .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uab8cXndKG .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uab8cXndKG .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uab8cXndKG .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uab8cXndKG .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uab8cXndKG .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-uab8cXndKG .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uab8cXndKG .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uab8cXndKG .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uab8cXndKG .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uab8cXndKG .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uab8cXndKG .dropdown-item.active,
.cid-uab8cXndKG .dropdown-item:active {
  background-color: transparent;
}
.cid-uab8cXndKG .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uab8cXndKG .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uab8cXndKG .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uab8cXndKG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1f2f3b;
}
.cid-uab8cXndKG .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uab8cXndKG .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uab8cXndKG ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uab8cXndKG .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uab8cXndKG .navbar-buttons {
    text-align: left;
  }
}
.cid-uab8cXndKG button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uab8cXndKG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uab8cXndKG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uab8cXndKG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uab8cXndKG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uab8cXndKG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uab8cXndKG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uab8cXndKG nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uab8cXndKG nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uab8cXndKG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uab8cXndKG .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uab8cXndKG a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uab8cXndKG .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uab8cXndKG .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uab8cXndKG .navbar {
    height: 70px;
  }
  .cid-uab8cXndKG .navbar.opened {
    height: auto;
  }
  .cid-uab8cXndKG .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uab8cXndKG .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uab8cXndKG .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uab8cXndKG .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uab8cXndKG .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uab8cXndKG .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uab8cXndKG .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uab8cXndKG .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uab8cXndKG .navbar-brand {
    margin-right: auto;
  }
  .cid-uab8cXndKG .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #1f2f3b;
    opacity: 1;
    border-color: rgba(31, 47, 59, 0.9) !important;
    background: rgba(31, 47, 59, 0.9) !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-uab8cXndKG .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uab8cXndKG .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uab8cXndKG .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uab8cXndKG .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uab8cXndKG .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uab8cXndKG .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uab8cXndKG .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uab8cXndKG .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uab8cXndKG .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uab8cXndKG .navbar-collapse {
    padding: 1rem;
  }
}
.cid-ubeWLXL7dt {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #e1e1e1;
}
.cid-ubeWLXL7dt .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubeWLXL7dt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubeVWEMEW6 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/pcrgb2024.jpg");
}
.cid-ubeVWEMEW6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubeVWEMEW6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubeVWEMEW6 .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-ubeVWEMEW6 .image-wrap img {
    display: block;
    margin: auto;
    width: 40%;
  }
}
.cid-ubeVWEMEW6 .mbr-section-title {
  color: #ffffff;
}
.cid-ubeVWEMEW6 .mbr-text,
.cid-ubeVWEMEW6 .mbr-section-btn {
  color: #ffffff;
}
.cid-uaVnPmO9AY {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #0b151c;
}
.cid-uaVnPmO9AY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uaVnPmO9AY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uaVnPmO9AY .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-uaVnPmO9AY .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-uaVnPmO9AY .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-uaVnPmO9AY .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-uaVnPmO9AY .container {
    max-width: 100%;
  }
  .cid-uaVnPmO9AY .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-uaVnPmO9AY .item-wrap {
  width: 100%;
}
.cid-uaVnPmO9AY .navbar-brand {
  display: flex;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 30px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-uaVnPmO9AY .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-uaVnPmO9AY .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-uaVnPmO9AY .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uaVnPmO9AY .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-uaVnPmO9AY .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-uaVnPmO9AY .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-uaVnPmO9AY .copyright {
  color: #ffffff;
  padding: 0;
  width: 100%;
}
