body {
  font-family: 'Space Grotesk', sans-serif;
}
.display-1 {
  font-family: 'Kaisei Tokumin', serif;
  font-size: 4.6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.75rem;
}
.display-2 {
  font-family: 'Kaisei Tokumin', serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 1.3rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.625rem;
}
.display-5 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 1.3rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.625rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.68rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.22rem;
    font-size: calc( 2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1.04rem;
    font-size: calc( 1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20))));
  }
  .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.04rem;
    font-size: calc( 1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.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: #ffcc1a !important;
}
.bg-success {
  background-color: #006b54 !important;
}
.bg-info {
  background-color: #cbb6f2 !important;
}
.bg-warning {
  background-color: #ffcc1a !important;
}
.bg-danger {
  background-color: #dac5b1 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ffcc1a !important;
  border-color: #ffcc1a !important;
  color: #1a1400 !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: #ffcc1a !important;
  border-color: #c29700 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #1a1400 !important;
  background-color: #c29700 !important;
  border-color: #c29700 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ffa4bc !important;
  border-color: #ffa4bc !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: #ffa4bc !important;
  border-color: #ff4d7c !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #ff4d7c !important;
  border-color: #ff4d7c !important;
}
.btn-info,
.btn-info:active {
  background-color: #cbb6f2 !important;
  border-color: #cbb6f2 !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: #cbb6f2 !important;
  border-color: #976ce5 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #976ce5 !important;
  border-color: #976ce5 !important;
}
.btn-success,
.btn-success:active {
  background-color: #006b54 !important;
  border-color: #006b54 !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: #006b54 !important;
  border-color: #001410 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #001410 !important;
  border-color: #001410 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffcc1a !important;
  border-color: #ffcc1a !important;
  color: #1a1400 !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: #ffffff !important;
  background-color: #ffcc1a !important;
  border-color: #c29700 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #1a1400 !important;
  background-color: #c29700 !important;
  border-color: #c29700 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #dac5b1 !important;
  border-color: #dac5b1 !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: #dac5b1 !important;
  border-color: #be9976 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #be9976 !important;
  border-color: #be9976 !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: #fafafa !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: #232323 !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: #ffcc1a;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #c29700 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #1a1400 !important;
  background-color: #ffcc1a !important;
  border-color: #ffcc1a !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffa4bc;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ff4d7c !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: #ffa4bc !important;
  border-color: #ffa4bc !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #cbb6f2;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #976ce5 !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: #cbb6f2 !important;
  border-color: #cbb6f2 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #006b54;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #001410 !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: #006b54 !important;
  border-color: #006b54 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffcc1a;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #c29700 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #1a1400 !important;
  background-color: #ffcc1a !important;
  border-color: #ffcc1a !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #dac5b1;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #be9976 !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: #dac5b1 !important;
  border-color: #dac5b1 !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: #ffcc1a !important;
}
.text-secondary {
  color: #ffa4bc !important;
}
.text-success {
  color: #006b54 !important;
}
.text-info {
  color: #cbb6f2 !important;
}
.text-warning {
  color: #ffcc1a !important;
}
.text-danger {
  color: #dac5b1 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #b38b00 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ff3e71 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #000504 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #8d5fe3 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #b38b00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #b9926c !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: #ffcc1a;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #cbb6f2;
}
.alert-warning {
  background-color: #ffcc1a;
}
.alert-danger {
  background-color: #dac5b1;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ffcc1a;
  border-color: #ffcc1a;
  color: #342800;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #ffcc1a;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fff9e6;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #00ebb8;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #fff9e6;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 1.3rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.625rem;
}
.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: #ffcc1a !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 1.3rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.625rem;
}
blockquote {
  border-color: #ffcc1a;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ffcc1a;
  color: #000000;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #ffcc1a;
}
.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: #ffcc1a;
  border-bottom-color: #ffcc1a;
}
.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: #000000 !important;
  background-color: #ffcc1a !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: #ffa4bc !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='%23ffcc1a' %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-tXgLWivyp1 {
  background-color: transparent;
}
.cid-tXgLWivyp1 .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-tXgLWivyp1 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-tXgLWivyp1 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tXgLWivyp1 .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tXgLWivyp1 .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-tXgLWivyp1 .menu_box .navbar.opened,
  .cid-tXgLWivyp1 .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-tXgLWivyp1 .navbar-dropdown {
  position: relative !important;
}
.cid-tXgLWivyp1 .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-tXgLWivyp1 .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tXgLWivyp1 .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-tXgLWivyp1 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-tXgLWivyp1 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-tXgLWivyp1 .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #232b45;
  }
  .cid-tXgLWivyp1 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tXgLWivyp1 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tXgLWivyp1 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tXgLWivyp1 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tXgLWivyp1 .offcanvas-body .mbr-text,
  .cid-tXgLWivyp1 .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-tXgLWivyp1 .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-tXgLWivyp1 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tXgLWivyp1 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #f2ac2b;
  }
  .cid-tXgLWivyp1 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tXgLWivyp1 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tXgLWivyp1 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tXgLWivyp1 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tXgLWivyp1 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tXgLWivyp1 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tXgLWivyp1 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-tXgLWivyp1 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tXgLWivyp1 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-tXgLWivyp1 .lg_brand {
    margin: 0 1rem;
  }
  .cid-tXgLWivyp1 .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-tXgLWivyp1 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tXgLWivyp1 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-tXgLWivyp1 .nav-item {
    margin: 0 !important;
  }
}
.cid-tXgLWivyp1 .nav-item .nav-link {
  transition: all 0.3s ease-out;
}
.cid-tXgLWivyp1 .nav-item .nav-link:hover,
.cid-tXgLWivyp1 .nav-item .nav-link:focus {
  color: #ffcc1a !important;
  text-shadow: 2px 2px 4px #ffcc1a;
}
.cid-tXgLWivyp1 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tXgLWivyp1 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-tXgLWivyp1 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tXgLWivyp1 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tXgLWivyp1 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-tXgLWivyp1 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tXgLWivyp1 .offcanvas_box {
    display: none;
  }
}
.cid-tXgLWivyp1 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-tXgLWivyp1 .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tXgLWivyp1 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-tXgLWivyp1 .container {
  display: flex;
  margin: auto;
}
.cid-tXgLWivyp1 .iconfont-wrapper {
  color: #f2ac2b;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-tXgLWivyp1 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tXgLWivyp1 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-tXgLWivyp1 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-tXgLWivyp1 .navbar-nav {
    margin: 0;
  }
}
.cid-tXgLWivyp1 .dropdown-menu,
.cid-tXgLWivyp1 .navbar.opened {
  background-color: false !important;
}
.cid-tXgLWivyp1 .nav-item:focus,
.cid-tXgLWivyp1 .nav-link:focus {
  outline: none;
}
.cid-tXgLWivyp1 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tXgLWivyp1 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tXgLWivyp1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tXgLWivyp1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tXgLWivyp1 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tXgLWivyp1 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tXgLWivyp1 .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-tXgLWivyp1 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-tXgLWivyp1 .navbar.opened {
  transition: all 0.3s;
}
.cid-tXgLWivyp1 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tXgLWivyp1 .navbar .navbar-logo img {
  max-width: 54px;
  min-height: 54px;
  object-fit: contain;
  border-radius: 100% !important;
}
.cid-tXgLWivyp1 .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-tXgLWivyp1 .navbar.collapsed {
  justify-content: center;
}
.cid-tXgLWivyp1 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tXgLWivyp1 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tXgLWivyp1 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tXgLWivyp1 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tXgLWivyp1 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tXgLWivyp1 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tXgLWivyp1 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tXgLWivyp1 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tXgLWivyp1 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-tXgLWivyp1 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tXgLWivyp1 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tXgLWivyp1 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tXgLWivyp1 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tXgLWivyp1 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-tXgLWivyp1 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tXgLWivyp1 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tXgLWivyp1 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tXgLWivyp1 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tXgLWivyp1 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-tXgLWivyp1 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tXgLWivyp1 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tXgLWivyp1 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tXgLWivyp1 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tXgLWivyp1 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tXgLWivyp1 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tXgLWivyp1 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.cid-tXgLWivyp1 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tXgLWivyp1 .dropdown-item.active,
.cid-tXgLWivyp1 .dropdown-item:active {
  background-color: transparent;
}
.cid-tXgLWivyp1 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-tXgLWivyp1 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tXgLWivyp1 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tXgLWivyp1 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tXgLWivyp1 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-tXgLWivyp1 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tXgLWivyp1 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #232b45;
}
.cid-tXgLWivyp1 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #f2ac2b;
}
.cid-tXgLWivyp1 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tXgLWivyp1 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tXgLWivyp1 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tXgLWivyp1 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tXgLWivyp1 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tXgLWivyp1 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tXgLWivyp1 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tXgLWivyp1 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tXgLWivyp1 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tXgLWivyp1 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tXgLWivyp1 .navbar {
    height: 70px;
  }
  .cid-tXgLWivyp1 .navbar.opened {
    height: auto;
  }
  .cid-tXgLWivyp1 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tXgLWivyp1 .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-tXgLWivyp1 .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-tXgLWivyp1 .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-tXgLWivyp1 .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-tXgLWivyp1 .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 180px;
}
.cid-tXgLWivyp1 .navbar-caption:hover {
  color: #ffcc1a;
}
@media (min-width: 992px) {
  .cid-tXgLWivyp1 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-tXgLWivyp1 .text_widget {
  margin-bottom: 32px;
}
.cid-tXgLWivyp1 .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-tXgLWivyp1 .text_widget a:hover,
.cid-tXgLWivyp1 .text_widget a:focus {
  opacity: .6;
}
.cid-tXgLWivyp1 .mbr-section-subtitle {
  color: #f2ac2b;
  text-align: center;
}
.cid-tXgLWivyp1 .navbar-caption {
  color: #f2ac2b;
}
.cid-tXgLWivyp1 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-tXgLWivyp1 .mbr-section-subtitle,
.cid-tXgLWivyp1 .text_widget,
.cid-tXgLWivyp1 .mbr-section-btn {
  text-align: center;
}
.cid-tXgLWivyp1 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-tX6yQ4ZzBo {
  padding-top: 4rem;
  padding-bottom: 4rem;
  border-bottom: 3px solid #000000;
  background-image: url("../../../assets/images/01.-patent-attorney.webp");
}
.cid-tX6yQ4ZzBo .card-wrapper {
  padding-left: 32px;
}
@media (max-width: 991px) {
  .cid-tX6yQ4ZzBo .card-wrapper {
    margin-top: 2rem !important;
    padding: 0;
  }
}
.cid-tX6yQ4ZzBo .image-wrapper img {
  border-radius: 75px;
  width: 100%;
  object-fit: cover;
  border: 3px solid;
  border-color: #000000;
}
@media (min-width: 992px) {
  .cid-tX6yQ4ZzBo .image-wrapper img {
    min-height: 840px;
    max-width: 550px;
  }
}
.cid-tX6yQ4ZzBo .mbr-section-btn {
  position: relative;
}
@media (max-width: 991px) {
  .cid-tX6yQ4ZzBo .mbr-section-btn {
    margin-left: .5rem;
    margin-right: .5rem;
  }
}
@media (min-width: 991px) {
  .cid-tX6yQ4ZzBo .mbr-section-btn {
    margin-right: 1.5rem;
  }
}
.cid-tX6yQ4ZzBo .btn {
  position: relative;
  min-width: 225px;
  min-height: 54px;
  z-index: 10;
  font-weight: 700;
  border: 3px solid #000000 !important;
  border-radius: 10px !important;
  box-shadow: none !important;
  padding-left: 40px;
  padding-right: 40px;
  transform: translate(0, -9px);
  transition: all 400ms ease;
  -webkit-box-shadow: preserve-3d;
  -moz-box-shadow: preserve-3d;
  transform-style: preserve-3d;
}
.cid-tX6yQ4ZzBo .btn:hover,
.cid-tX6yQ4ZzBo .btn:focus {
  border: 3px solid #000000 !important;
  transform: translate(10px, 0);
}
@media (max-width: 991px) {
  .cid-tX6yQ4ZzBo .btn {
    padding-left: .5rem;
    padding-right: .5rem;
  }
}
.cid-tX6yQ4ZzBo .btn:before {
  position: absolute;
  content: "";
  width: 101%;
  height: 107%;
  top: 10px;
  left: 12px;
  border: 3px solid #000;
  border-radius: 10px;
  transition: all 0.2s ease;
  -webkit-box-shadow: translateZ(-1px);
  -moz-box-shadow: translateZ(-1px);
  transform: translateZ(-1px);
}
.cid-tX6yQ4ZzBo .btn:hover:before,
.cid-tX6yQ4ZzBo .btn:focus:before {
  left: -1px;
  top: -2px;
}
.cid-tX6yQ4ZzBo .btn-secondary {
  color: #000000 !important;
}
.cid-tX6yQ4ZzBo .btn-secondary:hover {
  color: #000000 !important;
}
.cid-tX6yQ4ZzBo .card-title,
.cid-tX6yQ4ZzBo .mbr-section-btn {
  color: #ffffff;
  text-align: justify;
}
.cid-tX6yH8j5hQ {
  border-top: 3px solid #000000;
  border-bottom: 3px solid #000000;
  margin-top: -3px;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tX6yH8j5hQ .mbr-section-btn {
  position: relative;
}
@media (max-width: 991px) {
  .cid-tX6yH8j5hQ .mbr-section-btn {
    margin-left: 0;
    margin-right: .5rem;
  }
}
@media (min-width: 992px) {
  .cid-tX6yH8j5hQ .mbr-section-btn {
    margin-left: .5rem;
    margin-right: .5rem;
  }
}
.cid-tX6yH8j5hQ .btn {
  position: relative;
  min-width: 225px;
  min-height: 54px;
  z-index: 10;
  font-weight: 700;
  border: 3px solid #000000 !important;
  border-radius: 10px !important;
  box-shadow: none !important;
  padding-left: 40px;
  padding-right: 40px;
  transform: translate(0, -9px);
  transition: all 400ms ease;
  -webkit-box-shadow: preserve-3d;
  -moz-box-shadow: preserve-3d;
  transform-style: preserve-3d;
}
.cid-tX6yH8j5hQ .btn:hover,
.cid-tX6yH8j5hQ .btn:focus {
  border: 3px solid #000000 !important;
  transform: translate(10px, 0);
}
@media (max-width: 991px) {
  .cid-tX6yH8j5hQ .btn {
    padding-left: .5rem;
    padding-right: .5rem;
  }
}
.cid-tX6yH8j5hQ .btn:before {
  position: absolute;
  content: "";
  width: 101%;
  height: 107%;
  top: 10px;
  left: 12px;
  border: 3px solid #000;
  border-radius: 10px;
  transition: all 0.2s ease;
  -webkit-box-shadow: translateZ(-1px);
  -moz-box-shadow: translateZ(-1px);
  transform: translateZ(-1px);
}
.cid-tX6yH8j5hQ .btn:hover:before,
.cid-tX6yH8j5hQ .btn:focus:before {
  left: -1px;
  top: -2px;
}
.cid-tX6yH8j5hQ .btn-secondary {
  color: #000000 !important;
}
.cid-tX6yH8j5hQ .btn-secondary:hover {
  color: #000000 !important;
}
.cid-tX6yH8j5hQ .mbr-section-subtitle {
  color: #000000;
}
.cid-tXfPG8UwpO {
  padding-top: 3rem;
  padding-bottom: 3rem;
  border-top: 3px solid #ffffff;
  border-bottom: 3px solid #ffffff;
  margin-top: -3px;
  background-color: #000000;
}
.cid-tXfPG8UwpO .media-wrap {
  padding: 0;
}
.cid-tXfPG8UwpO .media-wrap img {
  background-color: #000000;
  padding: 0;
  border-radius: 50%;
}
.cid-tXfPG8UwpO .media-wrap img:hover {
  background-color: #1B66CE;
}
@media (max-width: 767px) {
  .cid-tXfPG8UwpO .row {
    text-align: center;
  }
  .cid-tXfPG8UwpO .social-row {
    justify-content: center;
  }
  .cid-tXfPG8UwpO .logo {
    margin: 0 auto;
  }
}
.cid-tXfPG8UwpO .social-row {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-tXfPG8UwpO .content {
    padding: 1px 12px 5px;
  }
}
.cid-tXfPG8UwpO .list {
  list-style: none;
  padding-left: 0;
  color: #ffcc1a;
}
@media (max-width: 991px) {
  .cid-tXfPG8UwpO .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tXfPG8UwpO .list {
    margin-bottom: 0rem;
  }
}
.cid-tXfPG8UwpO .list .item-wrap {
  margin-top: 3.9px;
  margin-bottom: 3.9px;
}
@media (min-width: 992px) {
  .cid-tXfPG8UwpO .bd {
    border-left: 3px solid #000;
  }
}
.cid-tXfPG8UwpO .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tXfPG8UwpO .mbr-iconfont {
  color: black;
  transition: all .5s;
}
.cid-tXfPG8UwpO .mbr-iconfont:hover {
  color: #1B66CE;
}
.cid-tXfPG8UwpO .margin {
  margin-top: 80px;
}
@media (max-width: 991px) {
  .cid-tXfPG8UwpO .margin {
    margin-top: 20px;
  }
}
.cid-tXfPG8UwpO .link {
  color: #000000;
}
.cid-tXfPG8UwpO .link a:hover {
  color: #1B66CE !important;
}
.cid-tXfPG8UwpO .mbr-form-container {
  margin-top: 12px;
}
.cid-tXfPG8UwpO .form-container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-end;
  max-width: 600px;
}
.cid-tXfPG8UwpO .link a {
  color: #fcf9f2;
}
.cid-tXfPG8UwpO .dragArea {
  justify-content: center;
}
.cid-tXfPG8UwpO form .row {
  margin: 0;
}
.cid-tXfPG8UwpO form .form-group {
  padding: 0;
  flex-grow: 1;
}
.cid-tXfPG8UwpO form .form-group .form-control,
.cid-tXfPG8UwpO form .form-group textarea {
  height: 40px;
  padding: 0;
  padding-left: 34px;
  padding-right: 34px;
  border-radius: 10px 0 0 10px;
  border: 3px solid #000 !important;
  background: transparent;
  box-shadow: none;
  min-height: auto;
  font-size: 1rem;
}
@media (max-width: 767px) {
  .cid-tXfPG8UwpO form .form-group .form-control,
  .cid-tXfPG8UwpO form .form-group textarea {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.cid-tXfPG8UwpO form .form-group .form-control:active,
.cid-tXfPG8UwpO form .form-group textarea:active,
.cid-tXfPG8UwpO form .form-group .form-control:focus,
.cid-tXfPG8UwpO form .form-group textarea:focus {
  border: 2px solid #1B66CE !important;
  border-right: none !important;
  background: transparent !important;
  box-shadow: none !important;
}
.cid-tXfPG8UwpO form .form-control::placeholder {
  color: #000;
}
.cid-tXfPG8UwpO form .form-control::-webkit-input-placeholder {
  color: #000;
}
.cid-tXfPG8UwpO form .form-control::-moz-placeholder {
  color: #000;
}
.cid-tXfPG8UwpO form .form-control-label,
.cid-tXfPG8UwpO form .form-check-label {
  color: #000;
}
.cid-tXfPG8UwpO form input::-webkit-clear-button {
  display: none;
}
.cid-tXfPG8UwpO form input::-webkit-inner-spin-button {
  display: none;
}
.cid-tXfPG8UwpO form input::-webkit-outer-spin-button {
  display: none;
}
.cid-tXfPG8UwpO form input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-tXfPG8UwpO form .mbr-section-btn {
  border: 3px solid #000 !important;
  border-radius: 0 10px 10px 0;
  margin-left: -3px;
  width: auto;
  height: 40px;
  overflow: hidden;
  padding: 0;
  margin-bottom: 1.2rem;
}
.cid-tXfPG8UwpO form .mbr-section-btn .btn {
  color: #01152f !important;
  padding: 3px 30px 0;
}
@media (max-width: 767px) {
  .cid-tXfPG8UwpO form .mbr-section-btn .btn {
    padding: 0 1em;
  }
}
.cid-tXfPG8UwpO form .mbr-section-btn .btn:hover {
  background-color: #FFA4BC !important;
}
.cid-tXfPG8UwpO form .form-group .form-control,
.cid-tXfPG8UwpO .cid-sSq48MmVPJ form .form-group textarea {
  min-height: 40px;
}
.cid-tXfPG8UwpO input[type="range"] {
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  overflow: hidden;
  height: 7px;
}
.cid-tXfPG8UwpO input[type="range"]::-webkit-slider-runnable-track {
  height: 7px;
  background-color: #ffffff;
}
.cid-tXfPG8UwpO input[type="range"]::-webkit-slider-thumb {
  background: #FFCC1A;
  cursor: pointer;
  width: 15px;
  height: 15px;
  -webkit-appearance: none;
  margin-top: -4px;
  box-shadow: -500px 0 0 500px #1b66ce;
}
.cid-tXfPG8UwpO input[type="range"]::-moz-range-track {
  height: 7px;
  background-color: #ffffff;
}
.cid-tXfPG8UwpO input[type="range"]::-moz-range-thumb {
  background: #1B66CE;
  cursor: pointer;
  height: 7px;
  border-radius: 0px;
  box-shadow: -200px 0px 0px 200px #1b66ce;
  padding: 0px;
  margin: 0px;
}
.cid-tXfPG8UwpO .form-check-input:checked {
  background-color: #1B66CE;
  border-color: #1B66CE;
}
.cid-tXfPG8UwpO .mbr-text {
  color: #000000;
}
.cid-tXfPG8UwpO .mbr-section-title,
.cid-tXfPG8UwpO .mbr-section-btn {
  color: #ffcc1a;
}
.cid-tXfPG8UwpO .copyright {
  color: #ffcc1a;
  text-align: justify;
}
.cid-tXfPG8UwpO .mbr-section-subtitle {
  text-align: center;
}
.cid-tXgLWivyp1 {
  background-color: transparent;
}
.cid-tXgLWivyp1 .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-tXgLWivyp1 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-tXgLWivyp1 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tXgLWivyp1 .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tXgLWivyp1 .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-tXgLWivyp1 .menu_box .navbar.opened,
  .cid-tXgLWivyp1 .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-tXgLWivyp1 .navbar-dropdown {
  position: relative !important;
}
.cid-tXgLWivyp1 .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-tXgLWivyp1 .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tXgLWivyp1 .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-tXgLWivyp1 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-tXgLWivyp1 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-tXgLWivyp1 .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #232b45;
  }
  .cid-tXgLWivyp1 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tXgLWivyp1 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tXgLWivyp1 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tXgLWivyp1 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tXgLWivyp1 .offcanvas-body .mbr-text,
  .cid-tXgLWivyp1 .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-tXgLWivyp1 .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-tXgLWivyp1 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tXgLWivyp1 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #f2ac2b;
  }
  .cid-tXgLWivyp1 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tXgLWivyp1 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tXgLWivyp1 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tXgLWivyp1 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tXgLWivyp1 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tXgLWivyp1 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tXgLWivyp1 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-tXgLWivyp1 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tXgLWivyp1 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-tXgLWivyp1 .lg_brand {
    margin: 0 1rem;
  }
  .cid-tXgLWivyp1 .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-tXgLWivyp1 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tXgLWivyp1 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-tXgLWivyp1 .nav-item {
    margin: 0 !important;
  }
}
.cid-tXgLWivyp1 .nav-item .nav-link {
  transition: all 0.3s ease-out;
}
.cid-tXgLWivyp1 .nav-item .nav-link:hover,
.cid-tXgLWivyp1 .nav-item .nav-link:focus {
  color: #ffcc1a !important;
  text-shadow: 2px 2px 4px #ffcc1a;
}
.cid-tXgLWivyp1 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tXgLWivyp1 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-tXgLWivyp1 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tXgLWivyp1 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tXgLWivyp1 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-tXgLWivyp1 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tXgLWivyp1 .offcanvas_box {
    display: none;
  }
}
.cid-tXgLWivyp1 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-tXgLWivyp1 .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tXgLWivyp1 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-tXgLWivyp1 .container {
  display: flex;
  margin: auto;
}
.cid-tXgLWivyp1 .iconfont-wrapper {
  color: #f2ac2b;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-tXgLWivyp1 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tXgLWivyp1 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-tXgLWivyp1 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-tXgLWivyp1 .navbar-nav {
    margin: 0;
  }
}
.cid-tXgLWivyp1 .dropdown-menu,
.cid-tXgLWivyp1 .navbar.opened {
  background-color: false !important;
}
.cid-tXgLWivyp1 .nav-item:focus,
.cid-tXgLWivyp1 .nav-link:focus {
  outline: none;
}
.cid-tXgLWivyp1 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tXgLWivyp1 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tXgLWivyp1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tXgLWivyp1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tXgLWivyp1 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tXgLWivyp1 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tXgLWivyp1 .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-tXgLWivyp1 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-tXgLWivyp1 .navbar.opened {
  transition: all 0.3s;
}
.cid-tXgLWivyp1 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tXgLWivyp1 .navbar .navbar-logo img {
  max-width: 54px;
  min-height: 54px;
  object-fit: contain;
  border-radius: 100% !important;
}
.cid-tXgLWivyp1 .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-tXgLWivyp1 .navbar.collapsed {
  justify-content: center;
}
.cid-tXgLWivyp1 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tXgLWivyp1 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tXgLWivyp1 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tXgLWivyp1 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tXgLWivyp1 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tXgLWivyp1 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tXgLWivyp1 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tXgLWivyp1 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tXgLWivyp1 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-tXgLWivyp1 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tXgLWivyp1 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tXgLWivyp1 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tXgLWivyp1 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tXgLWivyp1 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-tXgLWivyp1 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tXgLWivyp1 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tXgLWivyp1 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tXgLWivyp1 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tXgLWivyp1 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-tXgLWivyp1 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tXgLWivyp1 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tXgLWivyp1 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tXgLWivyp1 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tXgLWivyp1 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tXgLWivyp1 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tXgLWivyp1 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.cid-tXgLWivyp1 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tXgLWivyp1 .dropdown-item.active,
.cid-tXgLWivyp1 .dropdown-item:active {
  background-color: transparent;
}
.cid-tXgLWivyp1 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-tXgLWivyp1 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tXgLWivyp1 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tXgLWivyp1 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tXgLWivyp1 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-tXgLWivyp1 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tXgLWivyp1 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #232b45;
}
.cid-tXgLWivyp1 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #f2ac2b;
}
.cid-tXgLWivyp1 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tXgLWivyp1 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tXgLWivyp1 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tXgLWivyp1 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tXgLWivyp1 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tXgLWivyp1 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tXgLWivyp1 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tXgLWivyp1 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tXgLWivyp1 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tXgLWivyp1 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tXgLWivyp1 .navbar {
    height: 70px;
  }
  .cid-tXgLWivyp1 .navbar.opened {
    height: auto;
  }
  .cid-tXgLWivyp1 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tXgLWivyp1 .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-tXgLWivyp1 .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-tXgLWivyp1 .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-tXgLWivyp1 .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-tXgLWivyp1 .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 180px;
}
.cid-tXgLWivyp1 .navbar-caption:hover {
  color: #ffcc1a;
}
@media (min-width: 992px) {
  .cid-tXgLWivyp1 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-tXgLWivyp1 .text_widget {
  margin-bottom: 32px;
}
.cid-tXgLWivyp1 .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-tXgLWivyp1 .text_widget a:hover,
.cid-tXgLWivyp1 .text_widget a:focus {
  opacity: .6;
}
.cid-tXgLWivyp1 .mbr-section-subtitle {
  color: #f2ac2b;
  text-align: center;
}
.cid-tXgLWivyp1 .navbar-caption {
  color: #f2ac2b;
}
.cid-tXgLWivyp1 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-tXgLWivyp1 .mbr-section-subtitle,
.cid-tXgLWivyp1 .text_widget,
.cid-tXgLWivyp1 .mbr-section-btn {
  text-align: center;
}
.cid-tXgLWivyp1 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-t02M7Pvbo7 {
  background-image: url("../../../assets/images/79474-patent-law-book-and-judges-gavel-on-wooden-table-57b06521.webp");
}
.cid-t02M7Pvbo7 .row {
  flex-direction: row-reverse;
}
.cid-t02M7Pvbo7 .card-wrapper {
  padding-left: 32px;
  padding-right: 32px;
  padding-left: 0;
}
@media (max-width: 991px) {
  .cid-t02M7Pvbo7 .card-wrapper {
    margin-top: 2rem !important;
    padding: 0;
  }
}
.cid-t02M7Pvbo7 .wrapper {
  margin-top: 120px;
}
.cid-t02M7Pvbo7 .wrapper .mbr-iconfont {
  font-size: 3rem;
}
@media (min-width: 992px) {
  .cid-t02M7Pvbo7 .wrapper .display-7 {
    font-size: 23px;
  }
}
.cid-t02M7Pvbo7 .wrap {
  min-height: 650px;
  position: relative;
}
.cid-t02M7Pvbo7 .wrap img {
  width: 144px;
  position: absolute;
}
@media (max-width: 991px) {
  .cid-t02M7Pvbo7 .wrap {
    display: none;
  }
}
.cid-t02M7Pvbo7 .wrap:hover .image-1 {
  top: -80px;
  left: -80px;
}
.cid-t02M7Pvbo7 .wrap:hover .image-2 {
  right: 20px;
}
.cid-t02M7Pvbo7 .wrap:hover .image-3 {
  left: 80px;
  top: 190px;
}
.cid-t02M7Pvbo7 .wrap:hover .image-4 {
  top: 260px;
  right: 30px;
}
.cid-t02M7Pvbo7 .wrap:hover .image-5 {
  left: -80px;
}
.cid-t02M7Pvbo7 .wrap:hover .image-6 {
  right: -30px;
}
.cid-t02M7Pvbo7 .wrap:hover .image-7 {
  bottom: 10px;
  left: 70px;
}
.cid-t02M7Pvbo7 .image-1 {
  top: -90px;
  left: -90px;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
  will-change: transform;
}
.cid-t02M7Pvbo7 .image-2 {
  right: 0;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
  will-change: transform;
}
.cid-t02M7Pvbo7 .image-3 {
  left: 80px;
  top: 200px;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
  will-change: transform;
}
.cid-t02M7Pvbo7 .image-4 {
  top: 250px;
  right: 20px;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
  will-change: transform;
}
.cid-t02M7Pvbo7 .image-5 {
  left: -90px;
  bottom: 100px;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
  will-change: transform;
}
.cid-t02M7Pvbo7 .image-6 {
  bottom: 0;
  right: -40px;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
  will-change: transform;
}
.cid-t02M7Pvbo7 .image-7 {
  bottom: 0;
  left: 80px;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
  will-change: transform;
}
.cid-t02M7Pvbo7 .card-title {
  text-align: center;
  color: #ffffff;
}
.cid-t02M7Pvbo7 .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-tXgNuZbQh6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-tXgNuZbQh6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tXgNuZbQh6 .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-tXgNuZbQh6 .container {
    padding: 0 15px;
  }
}
.cid-tXgNuZbQh6 .row {
  justify-content: center;
}
.cid-tXgNuZbQh6 .content-wrapper {
  padding: 100px 60px;
  border: 1px solid #fffaf6;
  position: relative;
  border-radius: 12px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-tXgNuZbQh6 .content-wrapper {
    padding: 80px 40px;
    display: block;
  }
}
@media (max-width: 768px) {
  .cid-tXgNuZbQh6 .content-wrapper {
    padding: 80px 20px;
  }
}
.cid-tXgNuZbQh6 .content-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tXgNuZbQh6 .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  background-color: #ffffff;
  opacity: .5;
  z-index: 1;
  pointer-events: none;
}
.cid-tXgNuZbQh6 .content-wrapper .title-wrapper {
  max-width: 300px;
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-tXgNuZbQh6 .content-wrapper .title-wrapper {
    max-width: 100%;
  }
}
.cid-tXgNuZbQh6 .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-tXgNuZbQh6 .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-tXgNuZbQh6 .content-wrapper .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tXgNuZbQh6 .content-wrapper .title-wrapper .mbr-section-btn {
  margin-top: 40px;
}
.cid-tXgNuZbQh6 .content-wrapper .lists-wrapper {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  width: 60%;
}
@media (max-width: 992px) {
  .cid-tXgNuZbQh6 .content-wrapper .lists-wrapper {
    width: 100%;
    margin-top: 40px;
  }
}
@media (max-width: 768px) {
  .cid-tXgNuZbQh6 .content-wrapper .lists-wrapper {
    display: block;
  }
}
@media (max-width: 768px) {
  .cid-tXgNuZbQh6 .content-wrapper .lists-wrapper .list-wrap {
    margin-bottom: 20px;
  }
}
.cid-tXgNuZbQh6 .content-wrapper .lists-wrapper .list-wrap .list {
  margin-bottom: 0;
  list-style-type: none;
  padding-left: 0;
  padding-left: 36px;
}
.cid-tXgNuZbQh6 .content-wrapper .lists-wrapper .list-wrap .list .item-wrap {
  margin-bottom: 20px;
  position: relative;
}
.cid-tXgNuZbQh6 .content-wrapper .lists-wrapper .list-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-tXgNuZbQh6 .content-wrapper .lists-wrapper .list-wrap .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 5px;
  margin-left: -36px;
  width: 22px;
  height: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #ffffff;
  color: #171827;
  font-size: 16px;
}
.cid-tXgNuZbQh6 .mbr-section-title {
  color: #ffffff;
}
.cid-tXgNuZbQh6 .mbr-text {
  color: #ffffff;
}
.cid-tXgNuZbQh6 .list {
  color: #ffffff;
}
.cid-tXgNuZbQh6 .mbr-section-title,
.cid-tXgNuZbQh6 .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-tXgNuZbQh6 .list,
.cid-tXgNuZbQh6 .item-wrap {
  color: #000000;
}
.cid-tXgNAwHwXZ {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #000000;
  border-top: 3px solid #000000;
  border-bottom: 3px solid #000000;
  margin-top: -3px;
}
.cid-tXgNAwHwXZ blockquote {
  margin-bottom: 0;
  border-color: #000000;
  background-color: #ffffff;
  font-style: normal;
}
.cid-tXgNAwHwXZ .inform div {
  padding: .3rem .5rem 0;
  border-left: 1px solid;
}
.cid-tXgNAwHwXZ .inform div:first-child {
  border-left: none;
}
.cid-tXgNAwHwXZ .inform .date {
  background-color: #FFA4BC;
  border-radius: 20px;
}
.cid-tXgNAwHwXZ .mbr-section-title {
  text-align: center;
}
.cid-tXgNAwHwXZ .mbr-text {
  text-align: center;
}
.cid-tX5pItsCZy {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #000000;
  border-top: 3px solid #000000;
  border-bottom: 3px solid #000000;
  margin-top: -3px;
}
.cid-tX5pItsCZy blockquote {
  margin-bottom: 0;
  border-color: #000000;
  background-color: #000000;
  font-style: normal;
}
.cid-tX5pItsCZy .inform div {
  padding: .3rem .5rem 0;
  border-left: 1px solid;
}
.cid-tX5pItsCZy .inform div:first-child {
  border-left: none;
}
.cid-tX5pItsCZy .inform .date {
  background-color: #FFA4BC;
  border-radius: 20px;
}
.cid-tX5pItsCZy .mbr-section-title {
  text-align: center;
  color: #fafafa;
}
.cid-tX5pItsCZy .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-tX5ujrRWeS {
  padding-top: 4rem;
  padding-bottom: 4rem;
  border-bottom: 3px solid #000000;
  background-image: url("../../../assets/images/v4be0mr7wn-669590e0ca263.webp");
}
.cid-tX5ujrRWeS .row {
  flex-direction: row-reverse;
}
.cid-tX5ujrRWeS .card-wrapper {
  padding-left: 32px;
  padding-right: 32px;
  padding-left: 0;
}
@media (max-width: 991px) {
  .cid-tX5ujrRWeS .card-wrapper {
    margin-top: 2rem !important;
    padding: 0;
  }
}
.cid-tX5ujrRWeS .wrapper {
  margin-top: 120px;
}
.cid-tX5ujrRWeS .wrapper .mbr-iconfont {
  font-size: 3rem;
}
@media (min-width: 992px) {
  .cid-tX5ujrRWeS .wrapper .display-7 {
    font-size: 23px;
  }
}
.cid-tX5ujrRWeS .wrap {
  min-height: 650px;
  position: relative;
}
.cid-tX5ujrRWeS .wrap img {
  width: 144px;
  position: absolute;
}
@media (max-width: 991px) {
  .cid-tX5ujrRWeS .wrap {
    display: none;
  }
}
.cid-tX5ujrRWeS .wrap:hover .image-1 {
  top: -80px;
  left: -80px;
}
.cid-tX5ujrRWeS .wrap:hover .image-2 {
  right: 20px;
}
.cid-tX5ujrRWeS .wrap:hover .image-3 {
  left: 80px;
  top: 190px;
}
.cid-tX5ujrRWeS .wrap:hover .image-4 {
  top: 260px;
  right: 30px;
}
.cid-tX5ujrRWeS .wrap:hover .image-5 {
  left: -80px;
}
.cid-tX5ujrRWeS .wrap:hover .image-6 {
  right: -30px;
}
.cid-tX5ujrRWeS .wrap:hover .image-7 {
  bottom: 10px;
  left: 70px;
}
.cid-tX5ujrRWeS .image-1 {
  top: -90px;
  left: -90px;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
  will-change: transform;
}
.cid-tX5ujrRWeS .image-2 {
  right: 0;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
  will-change: transform;
}
.cid-tX5ujrRWeS .image-3 {
  left: 80px;
  top: 200px;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
  will-change: transform;
}
.cid-tX5ujrRWeS .image-4 {
  top: 250px;
  right: 20px;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
  will-change: transform;
}
.cid-tX5ujrRWeS .image-5 {
  left: -90px;
  bottom: 100px;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
  will-change: transform;
}
.cid-tX5ujrRWeS .image-6 {
  bottom: 0;
  right: -40px;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
  will-change: transform;
}
.cid-tX5ujrRWeS .image-7 {
  bottom: 0;
  left: 80px;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
  will-change: transform;
}
.cid-tX5ujrRWeS .card-title {
  text-align: left;
  color: #fafafa;
}
.cid-tX5ujrRWeS .mbr-text {
  text-align: justify;
  color: #ffffff;
}
.cid-tX5q0czRdk {
  border-top: 3px solid #000000;
  border-bottom: 3px solid #000000;
  margin-top: -3px;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tX5q0czRdk .mbr-section-btn {
  position: relative;
}
@media (max-width: 991px) {
  .cid-tX5q0czRdk .mbr-section-btn {
    margin-left: 0;
    margin-right: .5rem;
  }
}
@media (min-width: 992px) {
  .cid-tX5q0czRdk .mbr-section-btn {
    margin-left: .5rem;
    margin-right: .5rem;
  }
}
.cid-tX5q0czRdk .btn {
  position: relative;
  min-width: 225px;
  min-height: 54px;
  z-index: 10;
  font-weight: 700;
  border: 3px solid #000000 !important;
  border-radius: 10px !important;
  box-shadow: none !important;
  padding-left: 40px;
  padding-right: 40px;
  transform: translate(0, -9px);
  transition: all 400ms ease;
  -webkit-box-shadow: preserve-3d;
  -moz-box-shadow: preserve-3d;
  transform-style: preserve-3d;
}
.cid-tX5q0czRdk .btn:hover,
.cid-tX5q0czRdk .btn:focus {
  border: 3px solid #000000 !important;
  transform: translate(10px, 0);
}
@media (max-width: 991px) {
  .cid-tX5q0czRdk .btn {
    padding-left: .5rem;
    padding-right: .5rem;
  }
}
.cid-tX5q0czRdk .btn:before {
  position: absolute;
  content: "";
  width: 101%;
  height: 107%;
  top: 10px;
  left: 12px;
  border: 3px solid #000;
  border-radius: 10px;
  transition: all 0.2s ease;
  -webkit-box-shadow: translateZ(-1px);
  -moz-box-shadow: translateZ(-1px);
  transform: translateZ(-1px);
}
.cid-tX5q0czRdk .btn:hover:before,
.cid-tX5q0czRdk .btn:focus:before {
  left: -1px;
  top: -2px;
}
.cid-tX5q0czRdk .btn-secondary {
  color: #000000 !important;
}
.cid-tX5q0czRdk .btn-secondary:hover {
  color: #000000 !important;
}
.cid-tX5q0czRdk .mbr-section-title,
.cid-tX5q0czRdk .mbr-section-btn {
  color: #000000;
}
.cid-tX5q0czRdk .mbr-section-subtitle {
  color: #000000;
}
.cid-v49om2t3yG {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
  border-top: 3px solid #000000;
  border-bottom: 3px solid #000000;
  margin-top: -3px;
}
.cid-v49om2t3yG blockquote {
  margin-bottom: 0;
  border-color: #000000;
  background-color: #000000;
  font-style: normal;
}
.cid-v49om2t3yG .inform div {
  padding: .3rem .5rem 0;
  border-left: 1px solid;
}
.cid-v49om2t3yG .inform div:first-child {
  border-left: none;
}
.cid-v49om2t3yG .inform .date {
  background-color: #FFA4BC;
  border-radius: 20px;
}
.cid-v49om2t3yG .mbr-text {
  color: #ffffff;
}
.cid-v49om2t3yG .mbr-section-title {
  color: #ffffff;
}
.cid-v49oGrzore {
  background-image: url("../../../assets/images/contingent-fee-patent-attorney-1920x1280.jpg");
  margin-top: -3px;
  border-bottom: 3px solid #000000;
  border-top: 3px solid #000000;
  padding-top: 0rem;
  padding-bottom: 0rem;
}
.cid-v49oGrzore .row {
  align-items: center;
}
.cid-v49oGrzore .text-wrapper {
  padding-top: 4rem;
  padding-bottom: 4rem;
  padding-left: 40px;
  padding-right: 40px;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cid-v49oGrzore .content {
  position: relative;
  border: 3px solid #000000;
  padding: 40px;
}
.cid-v49oGrzore .label {
  position: absolute;
  border-radius: 20px;
  background-color: #000000;
  color: #fff;
  padding: 0.2em 30px 0.2em;
  font-family: "Josefin Sans";
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  min-width: 200px;
}
@media (max-width: 991px) {
  .cid-v49oGrzore .text-wrapper {
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .cid-v49oGrzore .card {
    height: 300px;
  }
}
.cid-v49oYIkPe2 {
  border-top: 3px solid #000000;
  border-bottom: 3px solid #000000;
  margin-top: -3px;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v49oYIkPe2 .mbr-section-btn {
  position: relative;
}
@media (max-width: 991px) {
  .cid-v49oYIkPe2 .mbr-section-btn {
    margin-left: 0;
    margin-right: .5rem;
  }
}
@media (min-width: 992px) {
  .cid-v49oYIkPe2 .mbr-section-btn {
    margin-left: .5rem;
    margin-right: .5rem;
  }
}
.cid-v49oYIkPe2 .btn {
  position: relative;
  min-width: 225px;
  min-height: 54px;
  z-index: 10;
  font-weight: 700;
  border: 3px solid #000000 !important;
  border-radius: 10px !important;
  box-shadow: none !important;
  padding-left: 40px;
  padding-right: 40px;
  transform: translate(0, -9px);
  transition: all 400ms ease;
  -webkit-box-shadow: preserve-3d;
  -moz-box-shadow: preserve-3d;
  transform-style: preserve-3d;
}
.cid-v49oYIkPe2 .btn:hover,
.cid-v49oYIkPe2 .btn:focus {
  border: 3px solid #000000 !important;
  transform: translate(10px, 0);
}
@media (max-width: 991px) {
  .cid-v49oYIkPe2 .btn {
    padding-left: .5rem;
    padding-right: .5rem;
  }
}
.cid-v49oYIkPe2 .btn:before {
  position: absolute;
  content: "";
  width: 101%;
  height: 107%;
  top: 10px;
  left: 12px;
  border: 3px solid #000;
  border-radius: 10px;
  transition: all 0.2s ease;
  -webkit-box-shadow: translateZ(-1px);
  -moz-box-shadow: translateZ(-1px);
  transform: translateZ(-1px);
}
.cid-v49oYIkPe2 .btn:hover:before,
.cid-v49oYIkPe2 .btn:focus:before {
  left: -1px;
  top: -2px;
}
.cid-v49oYIkPe2 .btn-secondary {
  color: #000000 !important;
}
.cid-v49oYIkPe2 .btn-secondary:hover {
  color: #000000 !important;
}
.cid-v49oYIkPe2 .mbr-section-subtitle {
  color: #000000;
}
.cid-tXfPG8UwpO {
  padding-top: 3rem;
  padding-bottom: 3rem;
  border-top: 3px solid #ffffff;
  border-bottom: 3px solid #ffffff;
  margin-top: -3px;
  background-color: #000000;
}
.cid-tXfPG8UwpO .media-wrap {
  padding: 0;
}
.cid-tXfPG8UwpO .media-wrap img {
  background-color: #000000;
  padding: 0;
  border-radius: 50%;
}
.cid-tXfPG8UwpO .media-wrap img:hover {
  background-color: #1B66CE;
}
@media (max-width: 767px) {
  .cid-tXfPG8UwpO .row {
    text-align: center;
  }
  .cid-tXfPG8UwpO .social-row {
    justify-content: center;
  }
  .cid-tXfPG8UwpO .logo {
    margin: 0 auto;
  }
}
.cid-tXfPG8UwpO .social-row {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-tXfPG8UwpO .content {
    padding: 1px 12px 5px;
  }
}
.cid-tXfPG8UwpO .list {
  list-style: none;
  padding-left: 0;
  color: #ffcc1a;
}
@media (max-width: 991px) {
  .cid-tXfPG8UwpO .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tXfPG8UwpO .list {
    margin-bottom: 0rem;
  }
}
.cid-tXfPG8UwpO .list .item-wrap {
  margin-top: 3.9px;
  margin-bottom: 3.9px;
}
@media (min-width: 992px) {
  .cid-tXfPG8UwpO .bd {
    border-left: 3px solid #000;
  }
}
.cid-tXfPG8UwpO .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tXfPG8UwpO .mbr-iconfont {
  color: black;
  transition: all .5s;
}
.cid-tXfPG8UwpO .mbr-iconfont:hover {
  color: #1B66CE;
}
.cid-tXfPG8UwpO .margin {
  margin-top: 80px;
}
@media (max-width: 991px) {
  .cid-tXfPG8UwpO .margin {
    margin-top: 20px;
  }
}
.cid-tXfPG8UwpO .link {
  color: #000000;
}
.cid-tXfPG8UwpO .link a:hover {
  color: #1B66CE !important;
}
.cid-tXfPG8UwpO .mbr-form-container {
  margin-top: 12px;
}
.cid-tXfPG8UwpO .form-container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-end;
  max-width: 600px;
}
.cid-tXfPG8UwpO .link a {
  color: #fcf9f2;
}
.cid-tXfPG8UwpO .dragArea {
  justify-content: center;
}
.cid-tXfPG8UwpO form .row {
  margin: 0;
}
.cid-tXfPG8UwpO form .form-group {
  padding: 0;
  flex-grow: 1;
}
.cid-tXfPG8UwpO form .form-group .form-control,
.cid-tXfPG8UwpO form .form-group textarea {
  height: 40px;
  padding: 0;
  padding-left: 34px;
  padding-right: 34px;
  border-radius: 10px 0 0 10px;
  border: 3px solid #000 !important;
  background: transparent;
  box-shadow: none;
  min-height: auto;
  font-size: 1rem;
}
@media (max-width: 767px) {
  .cid-tXfPG8UwpO form .form-group .form-control,
  .cid-tXfPG8UwpO form .form-group textarea {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.cid-tXfPG8UwpO form .form-group .form-control:active,
.cid-tXfPG8UwpO form .form-group textarea:active,
.cid-tXfPG8UwpO form .form-group .form-control:focus,
.cid-tXfPG8UwpO form .form-group textarea:focus {
  border: 2px solid #1B66CE !important;
  border-right: none !important;
  background: transparent !important;
  box-shadow: none !important;
}
.cid-tXfPG8UwpO form .form-control::placeholder {
  color: #000;
}
.cid-tXfPG8UwpO form .form-control::-webkit-input-placeholder {
  color: #000;
}
.cid-tXfPG8UwpO form .form-control::-moz-placeholder {
  color: #000;
}
.cid-tXfPG8UwpO form .form-control-label,
.cid-tXfPG8UwpO form .form-check-label {
  color: #000;
}
.cid-tXfPG8UwpO form input::-webkit-clear-button {
  display: none;
}
.cid-tXfPG8UwpO form input::-webkit-inner-spin-button {
  display: none;
}
.cid-tXfPG8UwpO form input::-webkit-outer-spin-button {
  display: none;
}
.cid-tXfPG8UwpO form input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-tXfPG8UwpO form .mbr-section-btn {
  border: 3px solid #000 !important;
  border-radius: 0 10px 10px 0;
  margin-left: -3px;
  width: auto;
  height: 40px;
  overflow: hidden;
  padding: 0;
  margin-bottom: 1.2rem;
}
.cid-tXfPG8UwpO form .mbr-section-btn .btn {
  color: #01152f !important;
  padding: 3px 30px 0;
}
@media (max-width: 767px) {
  .cid-tXfPG8UwpO form .mbr-section-btn .btn {
    padding: 0 1em;
  }
}
.cid-tXfPG8UwpO form .mbr-section-btn .btn:hover {
  background-color: #FFA4BC !important;
}
.cid-tXfPG8UwpO form .form-group .form-control,
.cid-tXfPG8UwpO .cid-sSq48MmVPJ form .form-group textarea {
  min-height: 40px;
}
.cid-tXfPG8UwpO input[type="range"] {
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  overflow: hidden;
  height: 7px;
}
.cid-tXfPG8UwpO input[type="range"]::-webkit-slider-runnable-track {
  height: 7px;
  background-color: #ffffff;
}
.cid-tXfPG8UwpO input[type="range"]::-webkit-slider-thumb {
  background: #FFCC1A;
  cursor: pointer;
  width: 15px;
  height: 15px;
  -webkit-appearance: none;
  margin-top: -4px;
  box-shadow: -500px 0 0 500px #1b66ce;
}
.cid-tXfPG8UwpO input[type="range"]::-moz-range-track {
  height: 7px;
  background-color: #ffffff;
}
.cid-tXfPG8UwpO input[type="range"]::-moz-range-thumb {
  background: #1B66CE;
  cursor: pointer;
  height: 7px;
  border-radius: 0px;
  box-shadow: -200px 0px 0px 200px #1b66ce;
  padding: 0px;
  margin: 0px;
}
.cid-tXfPG8UwpO .form-check-input:checked {
  background-color: #1B66CE;
  border-color: #1B66CE;
}
.cid-tXfPG8UwpO .mbr-text {
  color: #000000;
}
.cid-tXfPG8UwpO .mbr-section-title,
.cid-tXfPG8UwpO .mbr-section-btn {
  color: #ffcc1a;
}
.cid-tXfPG8UwpO .copyright {
  color: #ffcc1a;
  text-align: justify;
}
.cid-tXfPG8UwpO .mbr-section-subtitle {
  text-align: center;
}
.cid-v49s1e5gxj {
  background-color: transparent;
}
.cid-v49s1e5gxj .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-v49s1e5gxj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-v49s1e5gxj .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v49s1e5gxj .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-v49s1e5gxj .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-v49s1e5gxj .menu_box .navbar.opened,
  .cid-v49s1e5gxj .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-v49s1e5gxj .navbar-dropdown {
  position: relative !important;
}
.cid-v49s1e5gxj .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-v49s1e5gxj .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-v49s1e5gxj .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-v49s1e5gxj .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-v49s1e5gxj .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-v49s1e5gxj .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #232b45;
  }
  .cid-v49s1e5gxj .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-v49s1e5gxj .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-v49s1e5gxj .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-v49s1e5gxj .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-v49s1e5gxj .offcanvas-body .mbr-text,
  .cid-v49s1e5gxj .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-v49s1e5gxj .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-v49s1e5gxj .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-v49s1e5gxj .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #f2ac2b;
  }
  .cid-v49s1e5gxj .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-v49s1e5gxj .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-v49s1e5gxj .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-v49s1e5gxj .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-v49s1e5gxj ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-v49s1e5gxj .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-v49s1e5gxj .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-v49s1e5gxj .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-v49s1e5gxj li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-v49s1e5gxj .lg_brand {
    margin: 0 1rem;
  }
  .cid-v49s1e5gxj .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-v49s1e5gxj .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-v49s1e5gxj .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-v49s1e5gxj .nav-item {
    margin: 0 !important;
  }
}
.cid-v49s1e5gxj .nav-item .nav-link {
  transition: all 0.3s ease-out;
}
.cid-v49s1e5gxj .nav-item .nav-link:hover,
.cid-v49s1e5gxj .nav-item .nav-link:focus {
  color: #ffcc1a !important;
  text-shadow: 2px 2px 4px #ffcc1a;
}
.cid-v49s1e5gxj .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-v49s1e5gxj .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-v49s1e5gxj .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-v49s1e5gxj .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-v49s1e5gxj .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-v49s1e5gxj .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-v49s1e5gxj .offcanvas_box {
    display: none;
  }
}
.cid-v49s1e5gxj .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-v49s1e5gxj .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-v49s1e5gxj .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-v49s1e5gxj .container {
  display: flex;
  margin: auto;
}
.cid-v49s1e5gxj .iconfont-wrapper {
  color: #f2ac2b;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-v49s1e5gxj .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-v49s1e5gxj .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-v49s1e5gxj .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-v49s1e5gxj .navbar-nav {
    margin: 0;
  }
}
.cid-v49s1e5gxj .dropdown-menu,
.cid-v49s1e5gxj .navbar.opened {
  background-color: false !important;
}
.cid-v49s1e5gxj .nav-item:focus,
.cid-v49s1e5gxj .nav-link:focus {
  outline: none;
}
.cid-v49s1e5gxj .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v49s1e5gxj .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v49s1e5gxj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v49s1e5gxj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v49s1e5gxj .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v49s1e5gxj .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v49s1e5gxj .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-v49s1e5gxj .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-v49s1e5gxj .navbar.opened {
  transition: all 0.3s;
}
.cid-v49s1e5gxj .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-v49s1e5gxj .navbar .navbar-logo img {
  max-width: 54px;
  min-height: 54px;
  object-fit: contain;
  border-radius: 100% !important;
}
.cid-v49s1e5gxj .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-v49s1e5gxj .navbar.collapsed {
  justify-content: center;
}
.cid-v49s1e5gxj .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v49s1e5gxj .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-v49s1e5gxj .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v49s1e5gxj .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v49s1e5gxj .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v49s1e5gxj .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-v49s1e5gxj .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-v49s1e5gxj .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-v49s1e5gxj .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-v49s1e5gxj .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v49s1e5gxj .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v49s1e5gxj .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-v49s1e5gxj .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v49s1e5gxj .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-v49s1e5gxj .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v49s1e5gxj .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-v49s1e5gxj .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-v49s1e5gxj .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-v49s1e5gxj .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-v49s1e5gxj .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v49s1e5gxj .navbar .icons-menu {
    padding: 0;
  }
}
.cid-v49s1e5gxj .navbar.navbar-short {
  min-height: 60px;
}
.cid-v49s1e5gxj .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v49s1e5gxj .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v49s1e5gxj .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v49s1e5gxj .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.cid-v49s1e5gxj .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v49s1e5gxj .dropdown-item.active,
.cid-v49s1e5gxj .dropdown-item:active {
  background-color: transparent;
}
.cid-v49s1e5gxj .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-v49s1e5gxj .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v49s1e5gxj .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v49s1e5gxj .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v49s1e5gxj ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-v49s1e5gxj .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v49s1e5gxj button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #232b45;
}
.cid-v49s1e5gxj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #f2ac2b;
}
.cid-v49s1e5gxj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v49s1e5gxj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v49s1e5gxj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v49s1e5gxj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v49s1e5gxj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v49s1e5gxj nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v49s1e5gxj nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v49s1e5gxj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v49s1e5gxj a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-v49s1e5gxj .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v49s1e5gxj .navbar {
    height: 70px;
  }
  .cid-v49s1e5gxj .navbar.opened {
    height: auto;
  }
  .cid-v49s1e5gxj .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v49s1e5gxj .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-v49s1e5gxj .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-v49s1e5gxj .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-v49s1e5gxj .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-v49s1e5gxj .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 180px;
}
.cid-v49s1e5gxj .navbar-caption:hover {
  color: #ffcc1a;
}
@media (min-width: 992px) {
  .cid-v49s1e5gxj .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-v49s1e5gxj .text_widget {
  margin-bottom: 32px;
}
.cid-v49s1e5gxj .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-v49s1e5gxj .text_widget a:hover,
.cid-v49s1e5gxj .text_widget a:focus {
  opacity: .6;
}
.cid-v49s1e5gxj .mbr-section-subtitle {
  color: #f2ac2b;
  text-align: center;
}
.cid-v49s1e5gxj .navbar-caption {
  color: #f2ac2b;
}
.cid-v49s1e5gxj .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-v49s1e5gxj .mbr-section-subtitle,
.cid-v49s1e5gxj .text_widget,
.cid-v49s1e5gxj .mbr-section-btn {
  text-align: center;
}
.cid-v49s1e5gxj a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-v49s1f8x3u {
  background-image: url("../../../assets/images/200733171-l-normal-none-1-scaled.webp");
}
.cid-v49s1f8x3u .row {
  flex-direction: row-reverse;
}
.cid-v49s1f8x3u .card-wrapper {
  padding-left: 32px;
  padding-right: 32px;
  padding-left: 0;
}
@media (max-width: 991px) {
  .cid-v49s1f8x3u .card-wrapper {
    margin-top: 2rem !important;
    padding: 0;
  }
}
.cid-v49s1f8x3u .wrapper {
  margin-top: 120px;
}
.cid-v49s1f8x3u .wrapper .mbr-iconfont {
  font-size: 3rem;
}
@media (min-width: 992px) {
  .cid-v49s1f8x3u .wrapper .display-7 {
    font-size: 23px;
  }
}
.cid-v49s1f8x3u .wrap {
  min-height: 650px;
  position: relative;
}
.cid-v49s1f8x3u .wrap img {
  width: 144px;
  position: absolute;
}
@media (max-width: 991px) {
  .cid-v49s1f8x3u .wrap {
    display: none;
  }
}
.cid-v49s1f8x3u .wrap:hover .image-1 {
  top: -80px;
  left: -80px;
}
.cid-v49s1f8x3u .wrap:hover .image-2 {
  right: 20px;
}
.cid-v49s1f8x3u .wrap:hover .image-3 {
  left: 80px;
  top: 190px;
}
.cid-v49s1f8x3u .wrap:hover .image-4 {
  top: 260px;
  right: 30px;
}
.cid-v49s1f8x3u .wrap:hover .image-5 {
  left: -80px;
}
.cid-v49s1f8x3u .wrap:hover .image-6 {
  right: -30px;
}
.cid-v49s1f8x3u .wrap:hover .image-7 {
  bottom: 10px;
  left: 70px;
}
.cid-v49s1f8x3u .image-1 {
  top: -90px;
  left: -90px;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
  will-change: transform;
}
.cid-v49s1f8x3u .image-2 {
  right: 0;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
  will-change: transform;
}
.cid-v49s1f8x3u .image-3 {
  left: 80px;
  top: 200px;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
  will-change: transform;
}
.cid-v49s1f8x3u .image-4 {
  top: 250px;
  right: 20px;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
  will-change: transform;
}
.cid-v49s1f8x3u .image-5 {
  left: -90px;
  bottom: 100px;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
  will-change: transform;
}
.cid-v49s1f8x3u .image-6 {
  bottom: 0;
  right: -40px;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
  will-change: transform;
}
.cid-v49s1f8x3u .image-7 {
  bottom: 0;
  left: 80px;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
  will-change: transform;
}
.cid-v49s1f8x3u .card-title {
  text-align: center;
  color: #ffffff;
}
.cid-v49s1f8x3u .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-v49s1fHou0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-v49s1fHou0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v49s1fHou0 .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-v49s1fHou0 .container {
    padding: 0 15px;
  }
}
.cid-v49s1fHou0 .row {
  justify-content: center;
}
.cid-v49s1fHou0 .content-wrapper {
  padding: 100px 60px;
  border: 1px solid #fffaf6;
  position: relative;
  border-radius: 12px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-v49s1fHou0 .content-wrapper {
    padding: 80px 40px;
    display: block;
  }
}
@media (max-width: 768px) {
  .cid-v49s1fHou0 .content-wrapper {
    padding: 80px 20px;
  }
}
.cid-v49s1fHou0 .content-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v49s1fHou0 .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  background-color: #ffffff;
  opacity: .5;
  z-index: 1;
  pointer-events: none;
}
.cid-v49s1fHou0 .content-wrapper .title-wrapper {
  max-width: 300px;
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-v49s1fHou0 .content-wrapper .title-wrapper {
    max-width: 100%;
  }
}
.cid-v49s1fHou0 .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v49s1fHou0 .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-v49s1fHou0 .content-wrapper .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v49s1fHou0 .content-wrapper .title-wrapper .mbr-section-btn {
  margin-top: 40px;
}
.cid-v49s1fHou0 .content-wrapper .lists-wrapper {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  width: 60%;
}
@media (max-width: 992px) {
  .cid-v49s1fHou0 .content-wrapper .lists-wrapper {
    width: 100%;
    margin-top: 40px;
  }
}
@media (max-width: 768px) {
  .cid-v49s1fHou0 .content-wrapper .lists-wrapper {
    display: block;
  }
}
@media (max-width: 768px) {
  .cid-v49s1fHou0 .content-wrapper .lists-wrapper .list-wrap {
    margin-bottom: 20px;
  }
}
.cid-v49s1fHou0 .content-wrapper .lists-wrapper .list-wrap .list {
  margin-bottom: 0;
  list-style-type: none;
  padding-left: 0;
  padding-left: 36px;
}
.cid-v49s1fHou0 .content-wrapper .lists-wrapper .list-wrap .list .item-wrap {
  margin-bottom: 20px;
  position: relative;
}
.cid-v49s1fHou0 .content-wrapper .lists-wrapper .list-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v49s1fHou0 .content-wrapper .lists-wrapper .list-wrap .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 5px;
  margin-left: -36px;
  width: 22px;
  height: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #ffffff;
  color: #171827;
  font-size: 16px;
}
.cid-v49s1fHou0 .mbr-section-title {
  color: #ffffff;
}
.cid-v49s1fHou0 .mbr-text {
  color: #ffffff;
}
.cid-v49s1fHou0 .list {
  color: #ffffff;
}
.cid-v49s1fHou0 .mbr-section-title,
.cid-v49s1fHou0 .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-v49s1fHou0 .list,
.cid-v49s1fHou0 .item-wrap {
  color: #000000;
}
.cid-v49s1gktE4 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #000000;
  border-top: 3px solid #000000;
  border-bottom: 3px solid #000000;
  margin-top: -3px;
}
.cid-v49s1gktE4 blockquote {
  margin-bottom: 0;
  border-color: #000000;
  background-color: #ffffff;
  font-style: normal;
}
.cid-v49s1gktE4 .inform div {
  padding: .3rem .5rem 0;
  border-left: 1px solid;
}
.cid-v49s1gktE4 .inform div:first-child {
  border-left: none;
}
.cid-v49s1gktE4 .inform .date {
  background-color: #FFA4BC;
  border-radius: 20px;
}
.cid-v49s1gktE4 .mbr-section-title {
  text-align: center;
}
.cid-v49s1gktE4 .mbr-text {
  text-align: center;
}
.cid-v49s1hinEt {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #000000;
  border-top: 3px solid #000000;
  border-bottom: 3px solid #000000;
  margin-top: -3px;
}
.cid-v49s1hinEt blockquote {
  margin-bottom: 0;
  border-color: #000000;
  background-color: #000000;
  font-style: normal;
}
.cid-v49s1hinEt .inform div {
  padding: .3rem .5rem 0;
  border-left: 1px solid;
}
.cid-v49s1hinEt .inform div:first-child {
  border-left: none;
}
.cid-v49s1hinEt .inform .date {
  background-color: #FFA4BC;
  border-radius: 20px;
}
.cid-v49s1hinEt .mbr-section-title {
  text-align: center;
  color: #fafafa;
}
.cid-v49s1hinEt .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-v49s1idO7l {
  padding-top: 4rem;
  padding-bottom: 4rem;
  border-bottom: 3px solid #000000;
  background-image: url("../../../assets/images/rzecznik-patentowy-rzeszow-600x400.png");
}
.cid-v49s1idO7l .row {
  flex-direction: row-reverse;
}
.cid-v49s1idO7l .card-wrapper {
  padding-left: 32px;
  padding-right: 32px;
  padding-left: 0;
}
@media (max-width: 991px) {
  .cid-v49s1idO7l .card-wrapper {
    margin-top: 2rem !important;
    padding: 0;
  }
}
.cid-v49s1idO7l .wrapper {
  margin-top: 120px;
}
.cid-v49s1idO7l .wrapper .mbr-iconfont {
  font-size: 3rem;
}
@media (min-width: 992px) {
  .cid-v49s1idO7l .wrapper .display-7 {
    font-size: 23px;
  }
}
.cid-v49s1idO7l .wrap {
  min-height: 650px;
  position: relative;
}
.cid-v49s1idO7l .wrap img {
  width: 144px;
  position: absolute;
}
@media (max-width: 991px) {
  .cid-v49s1idO7l .wrap {
    display: none;
  }
}
.cid-v49s1idO7l .wrap:hover .image-1 {
  top: -80px;
  left: -80px;
}
.cid-v49s1idO7l .wrap:hover .image-2 {
  right: 20px;
}
.cid-v49s1idO7l .wrap:hover .image-3 {
  left: 80px;
  top: 190px;
}
.cid-v49s1idO7l .wrap:hover .image-4 {
  top: 260px;
  right: 30px;
}
.cid-v49s1idO7l .wrap:hover .image-5 {
  left: -80px;
}
.cid-v49s1idO7l .wrap:hover .image-6 {
  right: -30px;
}
.cid-v49s1idO7l .wrap:hover .image-7 {
  bottom: 10px;
  left: 70px;
}
.cid-v49s1idO7l .image-1 {
  top: -90px;
  left: -90px;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
  will-change: transform;
}
.cid-v49s1idO7l .image-2 {
  right: 0;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
  will-change: transform;
}
.cid-v49s1idO7l .image-3 {
  left: 80px;
  top: 200px;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
  will-change: transform;
}
.cid-v49s1idO7l .image-4 {
  top: 250px;
  right: 20px;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
  will-change: transform;
}
.cid-v49s1idO7l .image-5 {
  left: -90px;
  bottom: 100px;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
  will-change: transform;
}
.cid-v49s1idO7l .image-6 {
  bottom: 0;
  right: -40px;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
  will-change: transform;
}
.cid-v49s1idO7l .image-7 {
  bottom: 0;
  left: 80px;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
  will-change: transform;
}
.cid-v49s1idO7l .card-title {
  text-align: left;
  color: #fafafa;
}
.cid-v49s1idO7l .mbr-text {
  text-align: justify;
  color: #ffffff;
}
.cid-v49s1j2WOh {
  border-top: 3px solid #000000;
  border-bottom: 3px solid #000000;
  margin-top: -3px;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v49s1j2WOh .mbr-section-btn {
  position: relative;
}
@media (max-width: 991px) {
  .cid-v49s1j2WOh .mbr-section-btn {
    margin-left: 0;
    margin-right: .5rem;
  }
}
@media (min-width: 992px) {
  .cid-v49s1j2WOh .mbr-section-btn {
    margin-left: .5rem;
    margin-right: .5rem;
  }
}
.cid-v49s1j2WOh .btn {
  position: relative;
  min-width: 225px;
  min-height: 54px;
  z-index: 10;
  font-weight: 700;
  border: 3px solid #000000 !important;
  border-radius: 10px !important;
  box-shadow: none !important;
  padding-left: 40px;
  padding-right: 40px;
  transform: translate(0, -9px);
  transition: all 400ms ease;
  -webkit-box-shadow: preserve-3d;
  -moz-box-shadow: preserve-3d;
  transform-style: preserve-3d;
}
.cid-v49s1j2WOh .btn:hover,
.cid-v49s1j2WOh .btn:focus {
  border: 3px solid #000000 !important;
  transform: translate(10px, 0);
}
@media (max-width: 991px) {
  .cid-v49s1j2WOh .btn {
    padding-left: .5rem;
    padding-right: .5rem;
  }
}
.cid-v49s1j2WOh .btn:before {
  position: absolute;
  content: "";
  width: 101%;
  height: 107%;
  top: 10px;
  left: 12px;
  border: 3px solid #000;
  border-radius: 10px;
  transition: all 0.2s ease;
  -webkit-box-shadow: translateZ(-1px);
  -moz-box-shadow: translateZ(-1px);
  transform: translateZ(-1px);
}
.cid-v49s1j2WOh .btn:hover:before,
.cid-v49s1j2WOh .btn:focus:before {
  left: -1px;
  top: -2px;
}
.cid-v49s1j2WOh .btn-secondary {
  color: #000000 !important;
}
.cid-v49s1j2WOh .btn-secondary:hover {
  color: #000000 !important;
}
.cid-v49s1j2WOh .mbr-section-title,
.cid-v49s1j2WOh .mbr-section-btn {
  color: #000000;
}
.cid-v49s1j2WOh .mbr-section-subtitle {
  color: #000000;
}
.cid-v49s1kPDy1 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
  border-top: 3px solid #000000;
  border-bottom: 3px solid #000000;
  margin-top: -3px;
}
.cid-v49s1kPDy1 blockquote {
  margin-bottom: 0;
  border-color: #000000;
  background-color: #000000;
  font-style: normal;
}
.cid-v49s1kPDy1 .inform div {
  padding: .3rem .5rem 0;
  border-left: 1px solid;
}
.cid-v49s1kPDy1 .inform div:first-child {
  border-left: none;
}
.cid-v49s1kPDy1 .inform .date {
  background-color: #FFA4BC;
  border-radius: 20px;
}
.cid-v49s1kPDy1 .mbr-text {
  color: #ffffff;
}
.cid-v49s1kPDy1 .mbr-section-title {
  color: #ffffff;
}
.cid-v49s1lGxMo {
  background-image: url("../../../assets/images/patent-lawyer.webp");
  margin-top: -3px;
  border-bottom: 3px solid #000000;
  border-top: 3px solid #000000;
  padding-top: 0rem;
  padding-bottom: 0rem;
}
.cid-v49s1lGxMo .row {
  align-items: center;
}
.cid-v49s1lGxMo .text-wrapper {
  padding-top: 4rem;
  padding-bottom: 4rem;
  padding-left: 40px;
  padding-right: 40px;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cid-v49s1lGxMo .content {
  position: relative;
  border: 3px solid #000000;
  padding: 40px;
}
.cid-v49s1lGxMo .label {
  position: absolute;
  border-radius: 20px;
  background-color: #000000;
  color: #fff;
  padding: 0.2em 30px 0.2em;
  font-family: "Josefin Sans";
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  min-width: 200px;
}
@media (max-width: 991px) {
  .cid-v49s1lGxMo .text-wrapper {
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .cid-v49s1lGxMo .card {
    height: 300px;
  }
}
.cid-v49s1mpZiK {
  border-top: 3px solid #000000;
  border-bottom: 3px solid #000000;
  margin-top: -3px;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v49s1mpZiK .mbr-section-btn {
  position: relative;
}
@media (max-width: 991px) {
  .cid-v49s1mpZiK .mbr-section-btn {
    margin-left: 0;
    margin-right: .5rem;
  }
}
@media (min-width: 992px) {
  .cid-v49s1mpZiK .mbr-section-btn {
    margin-left: .5rem;
    margin-right: .5rem;
  }
}
.cid-v49s1mpZiK .btn {
  position: relative;
  min-width: 225px;
  min-height: 54px;
  z-index: 10;
  font-weight: 700;
  border: 3px solid #000000 !important;
  border-radius: 10px !important;
  box-shadow: none !important;
  padding-left: 40px;
  padding-right: 40px;
  transform: translate(0, -9px);
  transition: all 400ms ease;
  -webkit-box-shadow: preserve-3d;
  -moz-box-shadow: preserve-3d;
  transform-style: preserve-3d;
}
.cid-v49s1mpZiK .btn:hover,
.cid-v49s1mpZiK .btn:focus {
  border: 3px solid #000000 !important;
  transform: translate(10px, 0);
}
@media (max-width: 991px) {
  .cid-v49s1mpZiK .btn {
    padding-left: .5rem;
    padding-right: .5rem;
  }
}
.cid-v49s1mpZiK .btn:before {
  position: absolute;
  content: "";
  width: 101%;
  height: 107%;
  top: 10px;
  left: 12px;
  border: 3px solid #000;
  border-radius: 10px;
  transition: all 0.2s ease;
  -webkit-box-shadow: translateZ(-1px);
  -moz-box-shadow: translateZ(-1px);
  transform: translateZ(-1px);
}
.cid-v49s1mpZiK .btn:hover:before,
.cid-v49s1mpZiK .btn:focus:before {
  left: -1px;
  top: -2px;
}
.cid-v49s1mpZiK .btn-secondary {
  color: #000000 !important;
}
.cid-v49s1mpZiK .btn-secondary:hover {
  color: #000000 !important;
}
.cid-v49s1mpZiK .mbr-section-subtitle {
  color: #000000;
}
.cid-v4c38Eq5ti {
  border-top: 3px solid #ffdf70;
  border-bottom: 3px solid #ffdf70;
  margin-top: -3px;
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-v4c38Eq5ti .section-head {
  margin-bottom: 80px;
}
.cid-v4c38Eq5ti .card {
  border-bottom: 3px solid;
  border-color: #000000;
  border-radius: 0;
}
.cid-v4c38Eq5ti .card:first-child {
  border-top: 3px solid;
  border-color: #000000;
}
.cid-v4c38Eq5ti .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: none;
}
.cid-v4c38Eq5ti .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-v4c38Eq5ti .panel-title[aria-expanded='true'] .mbr-iconfont:before {
  -webkit-transform: rotate(90deg) translateX(-10px);
  -moz-transform: rotate(90deg) translateX(-10px);
  -ms-transform: rotate(90deg) translateX(-10px);
  -o-transform: rotate(90deg) translateX(-10px);
  transform: rotate(90deg) translateX(-10px);
}
.cid-v4c38Eq5ti .mbr-iconfont {
  position: relative;
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #000;
  border-radius: 50%;
  border: 3px solid;
  border-color: #ffffff;
  height: 37px;
  width: 37px;
  margin-top: 6px;
}
.cid-v4c38Eq5ti .mbr-iconfont:after {
  content: "";
  width: 20px;
  height: 3px;
  background-color: #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.cid-v4c38Eq5ti .mbr-iconfont:before {
  content: "";
  width: 3px;
  height: 20px;
  background-color: #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all .3s;
}
.cid-v4c38Eq5ti .panel-body,
.cid-v4c38Eq5ti .card-header {
  padding: 8px 0 15px;
}
.cid-v4c38Eq5ti .panel-title-edit {
  font-weight: 500;
  color: #000000;
}
.cid-v4c38Eq5ti H3 {
  color: #000000;
}
.cid-v4c38Eq5ti .panel-text {
  color: #000000;
}
.cid-v49s1n664S {
  padding-top: 3rem;
  padding-bottom: 3rem;
  border-top: 3px solid #ffffff;
  border-bottom: 3px solid #ffffff;
  margin-top: -3px;
  background-color: #000000;
}
.cid-v49s1n664S .media-wrap {
  padding: 0;
}
.cid-v49s1n664S .media-wrap img {
  background-color: #000000;
  padding: 0;
  border-radius: 50%;
}
.cid-v49s1n664S .media-wrap img:hover {
  background-color: #1B66CE;
}
@media (max-width: 767px) {
  .cid-v49s1n664S .row {
    text-align: center;
  }
  .cid-v49s1n664S .social-row {
    justify-content: center;
  }
  .cid-v49s1n664S .logo {
    margin: 0 auto;
  }
}
.cid-v49s1n664S .social-row {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-v49s1n664S .content {
    padding: 1px 12px 5px;
  }
}
.cid-v49s1n664S .list {
  list-style: none;
  padding-left: 0;
  color: #ffcc1a;
}
@media (max-width: 991px) {
  .cid-v49s1n664S .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v49s1n664S .list {
    margin-bottom: 0rem;
  }
}
.cid-v49s1n664S .list .item-wrap {
  margin-top: 3.9px;
  margin-bottom: 3.9px;
}
@media (min-width: 992px) {
  .cid-v49s1n664S .bd {
    border-left: 3px solid #000;
  }
}
.cid-v49s1n664S .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-v49s1n664S .mbr-iconfont {
  color: black;
  transition: all .5s;
}
.cid-v49s1n664S .mbr-iconfont:hover {
  color: #1B66CE;
}
.cid-v49s1n664S .margin {
  margin-top: 80px;
}
@media (max-width: 991px) {
  .cid-v49s1n664S .margin {
    margin-top: 20px;
  }
}
.cid-v49s1n664S .link {
  color: #000000;
}
.cid-v49s1n664S .link a:hover {
  color: #1B66CE !important;
}
.cid-v49s1n664S .mbr-form-container {
  margin-top: 12px;
}
.cid-v49s1n664S .form-container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-end;
  max-width: 600px;
}
.cid-v49s1n664S .link a {
  color: #fcf9f2;
}
.cid-v49s1n664S .dragArea {
  justify-content: center;
}
.cid-v49s1n664S form .row {
  margin: 0;
}
.cid-v49s1n664S form .form-group {
  padding: 0;
  flex-grow: 1;
}
.cid-v49s1n664S form .form-group .form-control,
.cid-v49s1n664S form .form-group textarea {
  height: 40px;
  padding: 0;
  padding-left: 34px;
  padding-right: 34px;
  border-radius: 10px 0 0 10px;
  border: 3px solid #000 !important;
  background: transparent;
  box-shadow: none;
  min-height: auto;
  font-size: 1rem;
}
@media (max-width: 767px) {
  .cid-v49s1n664S form .form-group .form-control,
  .cid-v49s1n664S form .form-group textarea {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.cid-v49s1n664S form .form-group .form-control:active,
.cid-v49s1n664S form .form-group textarea:active,
.cid-v49s1n664S form .form-group .form-control:focus,
.cid-v49s1n664S form .form-group textarea:focus {
  border: 2px solid #1B66CE !important;
  border-right: none !important;
  background: transparent !important;
  box-shadow: none !important;
}
.cid-v49s1n664S form .form-control::placeholder {
  color: #000;
}
.cid-v49s1n664S form .form-control::-webkit-input-placeholder {
  color: #000;
}
.cid-v49s1n664S form .form-control::-moz-placeholder {
  color: #000;
}
.cid-v49s1n664S form .form-control-label,
.cid-v49s1n664S form .form-check-label {
  color: #000;
}
.cid-v49s1n664S form input::-webkit-clear-button {
  display: none;
}
.cid-v49s1n664S form input::-webkit-inner-spin-button {
  display: none;
}
.cid-v49s1n664S form input::-webkit-outer-spin-button {
  display: none;
}
.cid-v49s1n664S form input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-v49s1n664S form .mbr-section-btn {
  border: 3px solid #000 !important;
  border-radius: 0 10px 10px 0;
  margin-left: -3px;
  width: auto;
  height: 40px;
  overflow: hidden;
  padding: 0;
  margin-bottom: 1.2rem;
}
.cid-v49s1n664S form .mbr-section-btn .btn {
  color: #01152f !important;
  padding: 3px 30px 0;
}
@media (max-width: 767px) {
  .cid-v49s1n664S form .mbr-section-btn .btn {
    padding: 0 1em;
  }
}
.cid-v49s1n664S form .mbr-section-btn .btn:hover {
  background-color: #FFA4BC !important;
}
.cid-v49s1n664S form .form-group .form-control,
.cid-v49s1n664S .cid-sSq48MmVPJ form .form-group textarea {
  min-height: 40px;
}
.cid-v49s1n664S input[type="range"] {
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  overflow: hidden;
  height: 7px;
}
.cid-v49s1n664S input[type="range"]::-webkit-slider-runnable-track {
  height: 7px;
  background-color: #ffffff;
}
.cid-v49s1n664S input[type="range"]::-webkit-slider-thumb {
  background: #FFCC1A;
  cursor: pointer;
  width: 15px;
  height: 15px;
  -webkit-appearance: none;
  margin-top: -4px;
  box-shadow: -500px 0 0 500px #1b66ce;
}
.cid-v49s1n664S input[type="range"]::-moz-range-track {
  height: 7px;
  background-color: #ffffff;
}
.cid-v49s1n664S input[type="range"]::-moz-range-thumb {
  background: #1B66CE;
  cursor: pointer;
  height: 7px;
  border-radius: 0px;
  box-shadow: -200px 0px 0px 200px #1b66ce;
  padding: 0px;
  margin: 0px;
}
.cid-v49s1n664S .form-check-input:checked {
  background-color: #1B66CE;
  border-color: #1B66CE;
}
.cid-v49s1n664S .mbr-text {
  color: #000000;
}
.cid-v49s1n664S .mbr-section-title,
.cid-v49s1n664S .mbr-section-btn {
  color: #ffcc1a;
}
.cid-v49s1n664S .copyright {
  color: #ffcc1a;
  text-align: justify;
}
.cid-v49s1n664S .mbr-section-subtitle {
  text-align: center;
}
.cid-v49s1M0vnZ {
  background-color: transparent;
}
.cid-v49s1M0vnZ .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-v49s1M0vnZ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-v49s1M0vnZ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v49s1M0vnZ .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-v49s1M0vnZ .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-v49s1M0vnZ .menu_box .navbar.opened,
  .cid-v49s1M0vnZ .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-v49s1M0vnZ .navbar-dropdown {
  position: relative !important;
}
.cid-v49s1M0vnZ .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-v49s1M0vnZ .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-v49s1M0vnZ .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-v49s1M0vnZ .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-v49s1M0vnZ .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-v49s1M0vnZ .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #232b45;
  }
  .cid-v49s1M0vnZ .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-v49s1M0vnZ .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-v49s1M0vnZ .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-v49s1M0vnZ .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-v49s1M0vnZ .offcanvas-body .mbr-text,
  .cid-v49s1M0vnZ .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-v49s1M0vnZ .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-v49s1M0vnZ .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-v49s1M0vnZ .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #f2ac2b;
  }
  .cid-v49s1M0vnZ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-v49s1M0vnZ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-v49s1M0vnZ .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-v49s1M0vnZ .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-v49s1M0vnZ ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-v49s1M0vnZ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-v49s1M0vnZ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-v49s1M0vnZ .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-v49s1M0vnZ li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-v49s1M0vnZ .lg_brand {
    margin: 0 1rem;
  }
  .cid-v49s1M0vnZ .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-v49s1M0vnZ .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-v49s1M0vnZ .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-v49s1M0vnZ .nav-item {
    margin: 0 !important;
  }
}
.cid-v49s1M0vnZ .nav-item .nav-link {
  transition: all 0.3s ease-out;
}
.cid-v49s1M0vnZ .nav-item .nav-link:hover,
.cid-v49s1M0vnZ .nav-item .nav-link:focus {
  color: #ffcc1a !important;
  text-shadow: 2px 2px 4px #ffcc1a;
}
.cid-v49s1M0vnZ .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-v49s1M0vnZ .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-v49s1M0vnZ .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-v49s1M0vnZ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-v49s1M0vnZ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-v49s1M0vnZ .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-v49s1M0vnZ .offcanvas_box {
    display: none;
  }
}
.cid-v49s1M0vnZ .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-v49s1M0vnZ .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-v49s1M0vnZ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-v49s1M0vnZ .container {
  display: flex;
  margin: auto;
}
.cid-v49s1M0vnZ .iconfont-wrapper {
  color: #f2ac2b;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-v49s1M0vnZ .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-v49s1M0vnZ .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-v49s1M0vnZ .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-v49s1M0vnZ .navbar-nav {
    margin: 0;
  }
}
.cid-v49s1M0vnZ .dropdown-menu,
.cid-v49s1M0vnZ .navbar.opened {
  background-color: false !important;
}
.cid-v49s1M0vnZ .nav-item:focus,
.cid-v49s1M0vnZ .nav-link:focus {
  outline: none;
}
.cid-v49s1M0vnZ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v49s1M0vnZ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v49s1M0vnZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v49s1M0vnZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v49s1M0vnZ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v49s1M0vnZ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v49s1M0vnZ .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-v49s1M0vnZ .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-v49s1M0vnZ .navbar.opened {
  transition: all 0.3s;
}
.cid-v49s1M0vnZ .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-v49s1M0vnZ .navbar .navbar-logo img {
  max-width: 54px;
  min-height: 54px;
  object-fit: contain;
  border-radius: 100% !important;
}
.cid-v49s1M0vnZ .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-v49s1M0vnZ .navbar.collapsed {
  justify-content: center;
}
.cid-v49s1M0vnZ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v49s1M0vnZ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-v49s1M0vnZ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v49s1M0vnZ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v49s1M0vnZ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v49s1M0vnZ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-v49s1M0vnZ .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-v49s1M0vnZ .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-v49s1M0vnZ .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-v49s1M0vnZ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v49s1M0vnZ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v49s1M0vnZ .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-v49s1M0vnZ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v49s1M0vnZ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-v49s1M0vnZ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v49s1M0vnZ .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-v49s1M0vnZ .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-v49s1M0vnZ .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-v49s1M0vnZ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-v49s1M0vnZ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v49s1M0vnZ .navbar .icons-menu {
    padding: 0;
  }
}
.cid-v49s1M0vnZ .navbar.navbar-short {
  min-height: 60px;
}
.cid-v49s1M0vnZ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v49s1M0vnZ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v49s1M0vnZ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v49s1M0vnZ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.cid-v49s1M0vnZ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v49s1M0vnZ .dropdown-item.active,
.cid-v49s1M0vnZ .dropdown-item:active {
  background-color: transparent;
}
.cid-v49s1M0vnZ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-v49s1M0vnZ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v49s1M0vnZ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v49s1M0vnZ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v49s1M0vnZ ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-v49s1M0vnZ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v49s1M0vnZ button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #232b45;
}
.cid-v49s1M0vnZ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #f2ac2b;
}
.cid-v49s1M0vnZ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v49s1M0vnZ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v49s1M0vnZ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v49s1M0vnZ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v49s1M0vnZ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v49s1M0vnZ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v49s1M0vnZ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v49s1M0vnZ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v49s1M0vnZ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-v49s1M0vnZ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v49s1M0vnZ .navbar {
    height: 70px;
  }
  .cid-v49s1M0vnZ .navbar.opened {
    height: auto;
  }
  .cid-v49s1M0vnZ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v49s1M0vnZ .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-v49s1M0vnZ .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-v49s1M0vnZ .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-v49s1M0vnZ .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-v49s1M0vnZ .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 180px;
}
.cid-v49s1M0vnZ .navbar-caption:hover {
  color: #ffcc1a;
}
@media (min-width: 992px) {
  .cid-v49s1M0vnZ .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-v49s1M0vnZ .text_widget {
  margin-bottom: 32px;
}
.cid-v49s1M0vnZ .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-v49s1M0vnZ .text_widget a:hover,
.cid-v49s1M0vnZ .text_widget a:focus {
  opacity: .6;
}
.cid-v49s1M0vnZ .mbr-section-subtitle {
  color: #f2ac2b;
  text-align: center;
}
.cid-v49s1M0vnZ .navbar-caption {
  color: #f2ac2b;
}
.cid-v49s1M0vnZ .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-v49s1M0vnZ .mbr-section-subtitle,
.cid-v49s1M0vnZ .text_widget,
.cid-v49s1M0vnZ .mbr-section-btn {
  text-align: center;
}
.cid-v49s1M0vnZ a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-v49s1N6Rgj {
  background-image: url("../../../assets/images/commercial-contract-1280x853.jpg");
}
.cid-v49s1N6Rgj .row {
  flex-direction: row-reverse;
}
.cid-v49s1N6Rgj .card-wrapper {
  padding-left: 32px;
  padding-right: 32px;
  padding-left: 0;
}
@media (max-width: 991px) {
  .cid-v49s1N6Rgj .card-wrapper {
    margin-top: 2rem !important;
    padding: 0;
  }
}
.cid-v49s1N6Rgj .wrapper {
  margin-top: 120px;
}
.cid-v49s1N6Rgj .wrapper .mbr-iconfont {
  font-size: 3rem;
}
@media (min-width: 992px) {
  .cid-v49s1N6Rgj .wrapper .display-7 {
    font-size: 23px;
  }
}
.cid-v49s1N6Rgj .wrap {
  min-height: 650px;
  position: relative;
}
.cid-v49s1N6Rgj .wrap img {
  width: 144px;
  position: absolute;
}
@media (max-width: 991px) {
  .cid-v49s1N6Rgj .wrap {
    display: none;
  }
}
.cid-v49s1N6Rgj .wrap:hover .image-1 {
  top: -80px;
  left: -80px;
}
.cid-v49s1N6Rgj .wrap:hover .image-2 {
  right: 20px;
}
.cid-v49s1N6Rgj .wrap:hover .image-3 {
  left: 80px;
  top: 190px;
}
.cid-v49s1N6Rgj .wrap:hover .image-4 {
  top: 260px;
  right: 30px;
}
.cid-v49s1N6Rgj .wrap:hover .image-5 {
  left: -80px;
}
.cid-v49s1N6Rgj .wrap:hover .image-6 {
  right: -30px;
}
.cid-v49s1N6Rgj .wrap:hover .image-7 {
  bottom: 10px;
  left: 70px;
}
.cid-v49s1N6Rgj .image-1 {
  top: -90px;
  left: -90px;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
  will-change: transform;
}
.cid-v49s1N6Rgj .image-2 {
  right: 0;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
  will-change: transform;
}
.cid-v49s1N6Rgj .image-3 {
  left: 80px;
  top: 200px;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
  will-change: transform;
}
.cid-v49s1N6Rgj .image-4 {
  top: 250px;
  right: 20px;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
  will-change: transform;
}
.cid-v49s1N6Rgj .image-5 {
  left: -90px;
  bottom: 100px;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
  will-change: transform;
}
.cid-v49s1N6Rgj .image-6 {
  bottom: 0;
  right: -40px;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
  will-change: transform;
}
.cid-v49s1N6Rgj .image-7 {
  bottom: 0;
  left: 80px;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
  will-change: transform;
}
.cid-v49s1N6Rgj .card-title {
  text-align: center;
  color: #ffffff;
}
.cid-v49s1N6Rgj .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-v49s1NSs1S {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-v49s1NSs1S .mbr-fallback-image.disabled {
  display: none;
}
.cid-v49s1NSs1S .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-v49s1NSs1S .container {
    padding: 0 15px;
  }
}
.cid-v49s1NSs1S .row {
  justify-content: center;
}
.cid-v49s1NSs1S .content-wrapper {
  padding: 100px 60px;
  border: 1px solid #fffaf6;
  position: relative;
  border-radius: 12px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-v49s1NSs1S .content-wrapper {
    padding: 80px 40px;
    display: block;
  }
}
@media (max-width: 768px) {
  .cid-v49s1NSs1S .content-wrapper {
    padding: 80px 20px;
  }
}
.cid-v49s1NSs1S .content-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v49s1NSs1S .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  background-color: #ffffff;
  opacity: .5;
  z-index: 1;
  pointer-events: none;
}
.cid-v49s1NSs1S .content-wrapper .title-wrapper {
  max-width: 300px;
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-v49s1NSs1S .content-wrapper .title-wrapper {
    max-width: 100%;
  }
}
.cid-v49s1NSs1S .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v49s1NSs1S .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-v49s1NSs1S .content-wrapper .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v49s1NSs1S .content-wrapper .title-wrapper .mbr-section-btn {
  margin-top: 40px;
}
.cid-v49s1NSs1S .content-wrapper .lists-wrapper {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  width: 60%;
}
@media (max-width: 992px) {
  .cid-v49s1NSs1S .content-wrapper .lists-wrapper {
    width: 100%;
    margin-top: 40px;
  }
}
@media (max-width: 768px) {
  .cid-v49s1NSs1S .content-wrapper .lists-wrapper {
    display: block;
  }
}
@media (max-width: 768px) {
  .cid-v49s1NSs1S .content-wrapper .lists-wrapper .list-wrap {
    margin-bottom: 20px;
  }
}
.cid-v49s1NSs1S .content-wrapper .lists-wrapper .list-wrap .list {
  margin-bottom: 0;
  list-style-type: none;
  padding-left: 0;
  padding-left: 36px;
}
.cid-v49s1NSs1S .content-wrapper .lists-wrapper .list-wrap .list .item-wrap {
  margin-bottom: 20px;
  position: relative;
}
.cid-v49s1NSs1S .content-wrapper .lists-wrapper .list-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v49s1NSs1S .content-wrapper .lists-wrapper .list-wrap .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 5px;
  margin-left: -36px;
  width: 22px;
  height: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #ffffff;
  color: #171827;
  font-size: 16px;
}
.cid-v49s1NSs1S .mbr-section-title {
  color: #ffffff;
}
.cid-v49s1NSs1S .mbr-text {
  color: #ffffff;
}
.cid-v49s1NSs1S .list {
  color: #ffffff;
}
.cid-v49s1NSs1S .mbr-section-title,
.cid-v49s1NSs1S .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-v49s1NSs1S .list,
.cid-v49s1NSs1S .item-wrap {
  color: #000000;
}
.cid-v49s1Ou7Jt {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #000000;
  border-top: 3px solid #000000;
  border-bottom: 3px solid #000000;
  margin-top: -3px;
}
.cid-v49s1Ou7Jt blockquote {
  margin-bottom: 0;
  border-color: #000000;
  background-color: #ffffff;
  font-style: normal;
}
.cid-v49s1Ou7Jt .inform div {
  padding: .3rem .5rem 0;
  border-left: 1px solid;
}
.cid-v49s1Ou7Jt .inform div:first-child {
  border-left: none;
}
.cid-v49s1Ou7Jt .inform .date {
  background-color: #FFA4BC;
  border-radius: 20px;
}
.cid-v49s1Ou7Jt .mbr-section-title {
  text-align: center;
}
.cid-v49s1Ou7Jt .mbr-text {
  text-align: center;
}
.cid-v49s1PtqzU {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #000000;
  border-top: 3px solid #000000;
  border-bottom: 3px solid #000000;
  margin-top: -3px;
}
.cid-v49s1PtqzU blockquote {
  margin-bottom: 0;
  border-color: #000000;
  background-color: #000000;
  font-style: normal;
}
.cid-v49s1PtqzU .inform div {
  padding: .3rem .5rem 0;
  border-left: 1px solid;
}
.cid-v49s1PtqzU .inform div:first-child {
  border-left: none;
}
.cid-v49s1PtqzU .inform .date {
  background-color: #FFA4BC;
  border-radius: 20px;
}
.cid-v49s1PtqzU .mbr-section-title {
  text-align: center;
  color: #fafafa;
}
.cid-v49s1PtqzU .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-v49s1Qb4tg {
  padding-top: 4rem;
  padding-bottom: 4rem;
  border-bottom: 3px solid #000000;
  background-image: url("../../../assets/images/patent-attorneys-1536x864.jpg");
}
.cid-v49s1Qb4tg .row {
  flex-direction: row-reverse;
}
.cid-v49s1Qb4tg .card-wrapper {
  padding-left: 32px;
  padding-right: 32px;
  padding-left: 0;
}
@media (max-width: 991px) {
  .cid-v49s1Qb4tg .card-wrapper {
    margin-top: 2rem !important;
    padding: 0;
  }
}
.cid-v49s1Qb4tg .wrapper {
  margin-top: 120px;
}
.cid-v49s1Qb4tg .wrapper .mbr-iconfont {
  font-size: 3rem;
}
@media (min-width: 992px) {
  .cid-v49s1Qb4tg .wrapper .display-7 {
    font-size: 23px;
  }
}
.cid-v49s1Qb4tg .wrap {
  min-height: 650px;
  position: relative;
}
.cid-v49s1Qb4tg .wrap img {
  width: 144px;
  position: absolute;
}
@media (max-width: 991px) {
  .cid-v49s1Qb4tg .wrap {
    display: none;
  }
}
.cid-v49s1Qb4tg .wrap:hover .image-1 {
  top: -80px;
  left: -80px;
}
.cid-v49s1Qb4tg .wrap:hover .image-2 {
  right: 20px;
}
.cid-v49s1Qb4tg .wrap:hover .image-3 {
  left: 80px;
  top: 190px;
}
.cid-v49s1Qb4tg .wrap:hover .image-4 {
  top: 260px;
  right: 30px;
}
.cid-v49s1Qb4tg .wrap:hover .image-5 {
  left: -80px;
}
.cid-v49s1Qb4tg .wrap:hover .image-6 {
  right: -30px;
}
.cid-v49s1Qb4tg .wrap:hover .image-7 {
  bottom: 10px;
  left: 70px;
}
.cid-v49s1Qb4tg .image-1 {
  top: -90px;
  left: -90px;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
  will-change: transform;
}
.cid-v49s1Qb4tg .image-2 {
  right: 0;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
  will-change: transform;
}
.cid-v49s1Qb4tg .image-3 {
  left: 80px;
  top: 200px;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
  will-change: transform;
}
.cid-v49s1Qb4tg .image-4 {
  top: 250px;
  right: 20px;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
  will-change: transform;
}
.cid-v49s1Qb4tg .image-5 {
  left: -90px;
  bottom: 100px;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
  will-change: transform;
}
.cid-v49s1Qb4tg .image-6 {
  bottom: 0;
  right: -40px;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
  will-change: transform;
}
.cid-v49s1Qb4tg .image-7 {
  bottom: 0;
  left: 80px;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
  will-change: transform;
}
.cid-v49s1Qb4tg .card-title {
  text-align: left;
  color: #fafafa;
}
.cid-v49s1Qb4tg .mbr-text {
  text-align: justify;
  color: #ffffff;
}
.cid-v49s1QW2XQ {
  border-top: 3px solid #000000;
  border-bottom: 3px solid #000000;
  margin-top: -3px;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v49s1QW2XQ .mbr-section-btn {
  position: relative;
}
@media (max-width: 991px) {
  .cid-v49s1QW2XQ .mbr-section-btn {
    margin-left: 0;
    margin-right: .5rem;
  }
}
@media (min-width: 992px) {
  .cid-v49s1QW2XQ .mbr-section-btn {
    margin-left: .5rem;
    margin-right: .5rem;
  }
}
.cid-v49s1QW2XQ .btn {
  position: relative;
  min-width: 225px;
  min-height: 54px;
  z-index: 10;
  font-weight: 700;
  border: 3px solid #000000 !important;
  border-radius: 10px !important;
  box-shadow: none !important;
  padding-left: 40px;
  padding-right: 40px;
  transform: translate(0, -9px);
  transition: all 400ms ease;
  -webkit-box-shadow: preserve-3d;
  -moz-box-shadow: preserve-3d;
  transform-style: preserve-3d;
}
.cid-v49s1QW2XQ .btn:hover,
.cid-v49s1QW2XQ .btn:focus {
  border: 3px solid #000000 !important;
  transform: translate(10px, 0);
}
@media (max-width: 991px) {
  .cid-v49s1QW2XQ .btn {
    padding-left: .5rem;
    padding-right: .5rem;
  }
}
.cid-v49s1QW2XQ .btn:before {
  position: absolute;
  content: "";
  width: 101%;
  height: 107%;
  top: 10px;
  left: 12px;
  border: 3px solid #000;
  border-radius: 10px;
  transition: all 0.2s ease;
  -webkit-box-shadow: translateZ(-1px);
  -moz-box-shadow: translateZ(-1px);
  transform: translateZ(-1px);
}
.cid-v49s1QW2XQ .btn:hover:before,
.cid-v49s1QW2XQ .btn:focus:before {
  left: -1px;
  top: -2px;
}
.cid-v49s1QW2XQ .btn-secondary {
  color: #000000 !important;
}
.cid-v49s1QW2XQ .btn-secondary:hover {
  color: #000000 !important;
}
.cid-v49s1QW2XQ .mbr-section-title,
.cid-v49s1QW2XQ .mbr-section-btn {
  color: #000000;
}
.cid-v49s1QW2XQ .mbr-section-subtitle {
  color: #000000;
}
.cid-v49s1TjiOy {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
  border-top: 3px solid #000000;
  border-bottom: 3px solid #000000;
  margin-top: -3px;
}
.cid-v49s1TjiOy blockquote {
  margin-bottom: 0;
  border-color: #000000;
  background-color: #000000;
  font-style: normal;
}
.cid-v49s1TjiOy .inform div {
  padding: .3rem .5rem 0;
  border-left: 1px solid;
}
.cid-v49s1TjiOy .inform div:first-child {
  border-left: none;
}
.cid-v49s1TjiOy .inform .date {
  background-color: #FFA4BC;
  border-radius: 20px;
}
.cid-v49s1TjiOy .mbr-text {
  color: #ffffff;
}
.cid-v49s1TjiOy .mbr-section-title {
  color: #ffffff;
}
.cid-v49s1U1Rys {
  background-image: url("../../../assets/images/rzecznik-patentowy-rzeszow-600x400.png");
  margin-top: -3px;
  border-bottom: 3px solid #000000;
  border-top: 3px solid #000000;
  padding-top: 0rem;
  padding-bottom: 0rem;
}
.cid-v49s1U1Rys .row {
  align-items: center;
}
.cid-v49s1U1Rys .text-wrapper {
  padding-top: 4rem;
  padding-bottom: 4rem;
  padding-left: 40px;
  padding-right: 40px;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cid-v49s1U1Rys .content {
  position: relative;
  border: 3px solid #000000;
  padding: 40px;
}
.cid-v49s1U1Rys .label {
  position: absolute;
  border-radius: 20px;
  background-color: #000000;
  color: #fff;
  padding: 0.2em 30px 0.2em;
  font-family: "Josefin Sans";
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  min-width: 200px;
}
@media (max-width: 991px) {
  .cid-v49s1U1Rys .text-wrapper {
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .cid-v49s1U1Rys .card {
    height: 300px;
  }
}
.cid-v49s1UImi3 {
  border-top: 3px solid #000000;
  border-bottom: 3px solid #000000;
  margin-top: -3px;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v49s1UImi3 .mbr-section-btn {
  position: relative;
}
@media (max-width: 991px) {
  .cid-v49s1UImi3 .mbr-section-btn {
    margin-left: 0;
    margin-right: .5rem;
  }
}
@media (min-width: 992px) {
  .cid-v49s1UImi3 .mbr-section-btn {
    margin-left: .5rem;
    margin-right: .5rem;
  }
}
.cid-v49s1UImi3 .btn {
  position: relative;
  min-width: 225px;
  min-height: 54px;
  z-index: 10;
  font-weight: 700;
  border: 3px solid #000000 !important;
  border-radius: 10px !important;
  box-shadow: none !important;
  padding-left: 40px;
  padding-right: 40px;
  transform: translate(0, -9px);
  transition: all 400ms ease;
  -webkit-box-shadow: preserve-3d;
  -moz-box-shadow: preserve-3d;
  transform-style: preserve-3d;
}
.cid-v49s1UImi3 .btn:hover,
.cid-v49s1UImi3 .btn:focus {
  border: 3px solid #000000 !important;
  transform: translate(10px, 0);
}
@media (max-width: 991px) {
  .cid-v49s1UImi3 .btn {
    padding-left: .5rem;
    padding-right: .5rem;
  }
}
.cid-v49s1UImi3 .btn:before {
  position: absolute;
  content: "";
  width: 101%;
  height: 107%;
  top: 10px;
  left: 12px;
  border: 3px solid #000;
  border-radius: 10px;
  transition: all 0.2s ease;
  -webkit-box-shadow: translateZ(-1px);
  -moz-box-shadow: translateZ(-1px);
  transform: translateZ(-1px);
}
.cid-v49s1UImi3 .btn:hover:before,
.cid-v49s1UImi3 .btn:focus:before {
  left: -1px;
  top: -2px;
}
.cid-v49s1UImi3 .btn-secondary {
  color: #000000 !important;
}
.cid-v49s1UImi3 .btn-secondary:hover {
  color: #000000 !important;
}
.cid-v49s1UImi3 .mbr-section-subtitle {
  color: #000000;
}
.cid-v4c3RG90Vq {
  border-top: 3px solid #ffdf70;
  border-bottom: 3px solid #ffdf70;
  margin-top: -3px;
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-v4c3RG90Vq .section-head {
  margin-bottom: 80px;
}
.cid-v4c3RG90Vq .card {
  border-bottom: 3px solid;
  border-color: #000000;
  border-radius: 0;
}
.cid-v4c3RG90Vq .card:first-child {
  border-top: 3px solid;
  border-color: #000000;
}
.cid-v4c3RG90Vq .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: none;
}
.cid-v4c3RG90Vq .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-v4c3RG90Vq .panel-title[aria-expanded='true'] .mbr-iconfont:before {
  -webkit-transform: rotate(90deg) translateX(-10px);
  -moz-transform: rotate(90deg) translateX(-10px);
  -ms-transform: rotate(90deg) translateX(-10px);
  -o-transform: rotate(90deg) translateX(-10px);
  transform: rotate(90deg) translateX(-10px);
}
.cid-v4c3RG90Vq .mbr-iconfont {
  position: relative;
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #000;
  border-radius: 50%;
  border: 3px solid;
  border-color: #ffffff;
  height: 37px;
  width: 37px;
  margin-top: 6px;
}
.cid-v4c3RG90Vq .mbr-iconfont:after {
  content: "";
  width: 20px;
  height: 3px;
  background-color: #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.cid-v4c3RG90Vq .mbr-iconfont:before {
  content: "";
  width: 3px;
  height: 20px;
  background-color: #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all .3s;
}
.cid-v4c3RG90Vq .panel-body,
.cid-v4c3RG90Vq .card-header {
  padding: 8px 0 15px;
}
.cid-v4c3RG90Vq .panel-title-edit {
  font-weight: 500;
  color: #000000;
}
.cid-v4c3RG90Vq H3 {
  color: #000000;
}
.cid-v4c3RG90Vq .panel-text {
  color: #000000;
}
.cid-v49s1Vzxlo {
  padding-top: 3rem;
  padding-bottom: 3rem;
  border-top: 3px solid #ffffff;
  border-bottom: 3px solid #ffffff;
  margin-top: -3px;
  background-color: #000000;
}
.cid-v49s1Vzxlo .media-wrap {
  padding: 0;
}
.cid-v49s1Vzxlo .media-wrap img {
  background-color: #000000;
  padding: 0;
  border-radius: 50%;
}
.cid-v49s1Vzxlo .media-wrap img:hover {
  background-color: #1B66CE;
}
@media (max-width: 767px) {
  .cid-v49s1Vzxlo .row {
    text-align: center;
  }
  .cid-v49s1Vzxlo .social-row {
    justify-content: center;
  }
  .cid-v49s1Vzxlo .logo {
    margin: 0 auto;
  }
}
.cid-v49s1Vzxlo .social-row {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-v49s1Vzxlo .content {
    padding: 1px 12px 5px;
  }
}
.cid-v49s1Vzxlo .list {
  list-style: none;
  padding-left: 0;
  color: #ffcc1a;
}
@media (max-width: 991px) {
  .cid-v49s1Vzxlo .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v49s1Vzxlo .list {
    margin-bottom: 0rem;
  }
}
.cid-v49s1Vzxlo .list .item-wrap {
  margin-top: 3.9px;
  margin-bottom: 3.9px;
}
@media (min-width: 992px) {
  .cid-v49s1Vzxlo .bd {
    border-left: 3px solid #000;
  }
}
.cid-v49s1Vzxlo .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-v49s1Vzxlo .mbr-iconfont {
  color: black;
  transition: all .5s;
}
.cid-v49s1Vzxlo .mbr-iconfont:hover {
  color: #1B66CE;
}
.cid-v49s1Vzxlo .margin {
  margin-top: 80px;
}
@media (max-width: 991px) {
  .cid-v49s1Vzxlo .margin {
    margin-top: 20px;
  }
}
.cid-v49s1Vzxlo .link {
  color: #000000;
}
.cid-v49s1Vzxlo .link a:hover {
  color: #1B66CE !important;
}
.cid-v49s1Vzxlo .mbr-form-container {
  margin-top: 12px;
}
.cid-v49s1Vzxlo .form-container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-end;
  max-width: 600px;
}
.cid-v49s1Vzxlo .link a {
  color: #fcf9f2;
}
.cid-v49s1Vzxlo .dragArea {
  justify-content: center;
}
.cid-v49s1Vzxlo form .row {
  margin: 0;
}
.cid-v49s1Vzxlo form .form-group {
  padding: 0;
  flex-grow: 1;
}
.cid-v49s1Vzxlo form .form-group .form-control,
.cid-v49s1Vzxlo form .form-group textarea {
  height: 40px;
  padding: 0;
  padding-left: 34px;
  padding-right: 34px;
  border-radius: 10px 0 0 10px;
  border: 3px solid #000 !important;
  background: transparent;
  box-shadow: none;
  min-height: auto;
  font-size: 1rem;
}
@media (max-width: 767px) {
  .cid-v49s1Vzxlo form .form-group .form-control,
  .cid-v49s1Vzxlo form .form-group textarea {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.cid-v49s1Vzxlo form .form-group .form-control:active,
.cid-v49s1Vzxlo form .form-group textarea:active,
.cid-v49s1Vzxlo form .form-group .form-control:focus,
.cid-v49s1Vzxlo form .form-group textarea:focus {
  border: 2px solid #1B66CE !important;
  border-right: none !important;
  background: transparent !important;
  box-shadow: none !important;
}
.cid-v49s1Vzxlo form .form-control::placeholder {
  color: #000;
}
.cid-v49s1Vzxlo form .form-control::-webkit-input-placeholder {
  color: #000;
}
.cid-v49s1Vzxlo form .form-control::-moz-placeholder {
  color: #000;
}
.cid-v49s1Vzxlo form .form-control-label,
.cid-v49s1Vzxlo form .form-check-label {
  color: #000;
}
.cid-v49s1Vzxlo form input::-webkit-clear-button {
  display: none;
}
.cid-v49s1Vzxlo form input::-webkit-inner-spin-button {
  display: none;
}
.cid-v49s1Vzxlo form input::-webkit-outer-spin-button {
  display: none;
}
.cid-v49s1Vzxlo form input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-v49s1Vzxlo form .mbr-section-btn {
  border: 3px solid #000 !important;
  border-radius: 0 10px 10px 0;
  margin-left: -3px;
  width: auto;
  height: 40px;
  overflow: hidden;
  padding: 0;
  margin-bottom: 1.2rem;
}
.cid-v49s1Vzxlo form .mbr-section-btn .btn {
  color: #01152f !important;
  padding: 3px 30px 0;
}
@media (max-width: 767px) {
  .cid-v49s1Vzxlo form .mbr-section-btn .btn {
    padding: 0 1em;
  }
}
.cid-v49s1Vzxlo form .mbr-section-btn .btn:hover {
  background-color: #FFA4BC !important;
}
.cid-v49s1Vzxlo form .form-group .form-control,
.cid-v49s1Vzxlo .cid-sSq48MmVPJ form .form-group textarea {
  min-height: 40px;
}
.cid-v49s1Vzxlo input[type="range"] {
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  overflow: hidden;
  height: 7px;
}
.cid-v49s1Vzxlo input[type="range"]::-webkit-slider-runnable-track {
  height: 7px;
  background-color: #ffffff;
}
.cid-v49s1Vzxlo input[type="range"]::-webkit-slider-thumb {
  background: #FFCC1A;
  cursor: pointer;
  width: 15px;
  height: 15px;
  -webkit-appearance: none;
  margin-top: -4px;
  box-shadow: -500px 0 0 500px #1b66ce;
}
.cid-v49s1Vzxlo input[type="range"]::-moz-range-track {
  height: 7px;
  background-color: #ffffff;
}
.cid-v49s1Vzxlo input[type="range"]::-moz-range-thumb {
  background: #1B66CE;
  cursor: pointer;
  height: 7px;
  border-radius: 0px;
  box-shadow: -200px 0px 0px 200px #1b66ce;
  padding: 0px;
  margin: 0px;
}
.cid-v49s1Vzxlo .form-check-input:checked {
  background-color: #1B66CE;
  border-color: #1B66CE;
}
.cid-v49s1Vzxlo .mbr-text {
  color: #000000;
}
.cid-v49s1Vzxlo .mbr-section-title,
.cid-v49s1Vzxlo .mbr-section-btn {
  color: #ffcc1a;
}
.cid-v49s1Vzxlo .copyright {
  color: #ffcc1a;
  text-align: justify;
}
.cid-v49s1Vzxlo .mbr-section-subtitle {
  text-align: center;
}
.cid-v49s2phIe2 {
  background-color: transparent;
}
.cid-v49s2phIe2 .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-v49s2phIe2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-v49s2phIe2 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v49s2phIe2 .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-v49s2phIe2 .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-v49s2phIe2 .menu_box .navbar.opened,
  .cid-v49s2phIe2 .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-v49s2phIe2 .navbar-dropdown {
  position: relative !important;
}
.cid-v49s2phIe2 .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-v49s2phIe2 .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-v49s2phIe2 .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-v49s2phIe2 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-v49s2phIe2 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-v49s2phIe2 .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #232b45;
  }
  .cid-v49s2phIe2 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-v49s2phIe2 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-v49s2phIe2 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-v49s2phIe2 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-v49s2phIe2 .offcanvas-body .mbr-text,
  .cid-v49s2phIe2 .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-v49s2phIe2 .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-v49s2phIe2 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-v49s2phIe2 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #f2ac2b;
  }
  .cid-v49s2phIe2 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-v49s2phIe2 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-v49s2phIe2 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-v49s2phIe2 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-v49s2phIe2 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-v49s2phIe2 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-v49s2phIe2 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-v49s2phIe2 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-v49s2phIe2 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-v49s2phIe2 .lg_brand {
    margin: 0 1rem;
  }
  .cid-v49s2phIe2 .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-v49s2phIe2 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-v49s2phIe2 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-v49s2phIe2 .nav-item {
    margin: 0 !important;
  }
}
.cid-v49s2phIe2 .nav-item .nav-link {
  transition: all 0.3s ease-out;
}
.cid-v49s2phIe2 .nav-item .nav-link:hover,
.cid-v49s2phIe2 .nav-item .nav-link:focus {
  color: #ffcc1a !important;
  text-shadow: 2px 2px 4px #ffcc1a;
}
.cid-v49s2phIe2 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-v49s2phIe2 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-v49s2phIe2 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-v49s2phIe2 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-v49s2phIe2 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-v49s2phIe2 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-v49s2phIe2 .offcanvas_box {
    display: none;
  }
}
.cid-v49s2phIe2 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-v49s2phIe2 .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-v49s2phIe2 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-v49s2phIe2 .container {
  display: flex;
  margin: auto;
}
.cid-v49s2phIe2 .iconfont-wrapper {
  color: #f2ac2b;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-v49s2phIe2 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-v49s2phIe2 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-v49s2phIe2 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-v49s2phIe2 .navbar-nav {
    margin: 0;
  }
}
.cid-v49s2phIe2 .dropdown-menu,
.cid-v49s2phIe2 .navbar.opened {
  background-color: false !important;
}
.cid-v49s2phIe2 .nav-item:focus,
.cid-v49s2phIe2 .nav-link:focus {
  outline: none;
}
.cid-v49s2phIe2 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v49s2phIe2 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v49s2phIe2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v49s2phIe2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v49s2phIe2 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v49s2phIe2 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v49s2phIe2 .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-v49s2phIe2 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-v49s2phIe2 .navbar.opened {
  transition: all 0.3s;
}
.cid-v49s2phIe2 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-v49s2phIe2 .navbar .navbar-logo img {
  max-width: 54px;
  min-height: 54px;
  object-fit: contain;
  border-radius: 100% !important;
}
.cid-v49s2phIe2 .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-v49s2phIe2 .navbar.collapsed {
  justify-content: center;
}
.cid-v49s2phIe2 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v49s2phIe2 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-v49s2phIe2 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v49s2phIe2 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v49s2phIe2 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v49s2phIe2 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-v49s2phIe2 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-v49s2phIe2 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-v49s2phIe2 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-v49s2phIe2 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v49s2phIe2 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v49s2phIe2 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-v49s2phIe2 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v49s2phIe2 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-v49s2phIe2 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v49s2phIe2 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-v49s2phIe2 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-v49s2phIe2 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-v49s2phIe2 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-v49s2phIe2 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v49s2phIe2 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-v49s2phIe2 .navbar.navbar-short {
  min-height: 60px;
}
.cid-v49s2phIe2 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v49s2phIe2 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v49s2phIe2 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v49s2phIe2 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 600;
}
.cid-v49s2phIe2 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v49s2phIe2 .dropdown-item.active,
.cid-v49s2phIe2 .dropdown-item:active {
  background-color: transparent;
}
.cid-v49s2phIe2 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-v49s2phIe2 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v49s2phIe2 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v49s2phIe2 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v49s2phIe2 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-v49s2phIe2 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v49s2phIe2 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #232b45;
}
.cid-v49s2phIe2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #f2ac2b;
}
.cid-v49s2phIe2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v49s2phIe2 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v49s2phIe2 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v49s2phIe2 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v49s2phIe2 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v49s2phIe2 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v49s2phIe2 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v49s2phIe2 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v49s2phIe2 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-v49s2phIe2 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v49s2phIe2 .navbar {
    height: 70px;
  }
  .cid-v49s2phIe2 .navbar.opened {
    height: auto;
  }
  .cid-v49s2phIe2 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v49s2phIe2 .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-v49s2phIe2 .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-v49s2phIe2 .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-v49s2phIe2 .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-v49s2phIe2 .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 180px;
}
.cid-v49s2phIe2 .navbar-caption:hover {
  color: #ffcc1a;
}
@media (min-width: 992px) {
  .cid-v49s2phIe2 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-v49s2phIe2 .text_widget {
  margin-bottom: 32px;
}
.cid-v49s2phIe2 .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-v49s2phIe2 .text_widget a:hover,
.cid-v49s2phIe2 .text_widget a:focus {
  opacity: .6;
}
.cid-v49s2phIe2 .mbr-section-subtitle {
  color: #f2ac2b;
  text-align: center;
}
.cid-v49s2phIe2 .navbar-caption {
  color: #f2ac2b;
}
.cid-v49s2phIe2 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-v49s2phIe2 .mbr-section-subtitle,
.cid-v49s2phIe2 .text_widget,
.cid-v49s2phIe2 .mbr-section-btn {
  text-align: center;
}
.cid-v49s2phIe2 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-v49s2qdHAm {
  background-image: url("../../../assets/images/inner-page-images01-900x500.jpg");
}
.cid-v49s2qdHAm .row {
  flex-direction: row-reverse;
}
.cid-v49s2qdHAm .card-wrapper {
  padding-left: 32px;
  padding-right: 32px;
  padding-left: 0;
}
@media (max-width: 991px) {
  .cid-v49s2qdHAm .card-wrapper {
    margin-top: 2rem !important;
    padding: 0;
  }
}
.cid-v49s2qdHAm .wrapper {
  margin-top: 120px;
}
.cid-v49s2qdHAm .wrapper .mbr-iconfont {
  font-size: 3rem;
}
@media (min-width: 992px) {
  .cid-v49s2qdHAm .wrapper .display-7 {
    font-size: 23px;
  }
}
.cid-v49s2qdHAm .wrap {
  min-height: 650px;
  position: relative;
}
.cid-v49s2qdHAm .wrap img {
  width: 144px;
  position: absolute;
}
@media (max-width: 991px) {
  .cid-v49s2qdHAm .wrap {
    display: none;
  }
}
.cid-v49s2qdHAm .wrap:hover .image-1 {
  top: -80px;
  left: -80px;
}
.cid-v49s2qdHAm .wrap:hover .image-2 {
  right: 20px;
}
.cid-v49s2qdHAm .wrap:hover .image-3 {
  left: 80px;
  top: 190px;
}
.cid-v49s2qdHAm .wrap:hover .image-4 {
  top: 260px;
  right: 30px;
}
.cid-v49s2qdHAm .wrap:hover .image-5 {
  left: -80px;
}
.cid-v49s2qdHAm .wrap:hover .image-6 {
  right: -30px;
}
.cid-v49s2qdHAm .wrap:hover .image-7 {
  bottom: 10px;
  left: 70px;
}
.cid-v49s2qdHAm .image-1 {
  top: -90px;
  left: -90px;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
  will-change: transform;
}
.cid-v49s2qdHAm .image-2 {
  right: 0;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
  will-change: transform;
}
.cid-v49s2qdHAm .image-3 {
  left: 80px;
  top: 200px;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
  will-change: transform;
}
.cid-v49s2qdHAm .image-4 {
  top: 250px;
  right: 20px;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
  will-change: transform;
}
.cid-v49s2qdHAm .image-5 {
  left: -90px;
  bottom: 100px;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
  will-change: transform;
}
.cid-v49s2qdHAm .image-6 {
  bottom: 0;
  right: -40px;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
  will-change: transform;
}
.cid-v49s2qdHAm .image-7 {
  bottom: 0;
  left: 80px;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
  will-change: transform;
}
.cid-v49s2qdHAm .card-title {
  text-align: center;
  color: #ffffff;
}
.cid-v49s2qdHAm .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-v49s2r172L {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-v49s2r172L .mbr-fallback-image.disabled {
  display: none;
}
.cid-v49s2r172L .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-v49s2r172L .container {
    padding: 0 15px;
  }
}
.cid-v49s2r172L .row {
  justify-content: center;
}
.cid-v49s2r172L .content-wrapper {
  padding: 100px 60px;
  border: 1px solid #fffaf6;
  position: relative;
  border-radius: 12px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-v49s2r172L .content-wrapper {
    padding: 80px 40px;
    display: block;
  }
}
@media (max-width: 768px) {
  .cid-v49s2r172L .content-wrapper {
    padding: 80px 20px;
  }
}
.cid-v49s2r172L .content-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v49s2r172L .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  background-color: #ffffff;
  opacity: .5;
  z-index: 1;
  pointer-events: none;
}
.cid-v49s2r172L .content-wrapper .title-wrapper {
  max-width: 300px;
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-v49s2r172L .content-wrapper .title-wrapper {
    max-width: 100%;
  }
}
.cid-v49s2r172L .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v49s2r172L .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-v49s2r172L .content-wrapper .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v49s2r172L .content-wrapper .title-wrapper .mbr-section-btn {
  margin-top: 40px;
}
.cid-v49s2r172L .content-wrapper .lists-wrapper {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  width: 60%;
}
@media (max-width: 992px) {
  .cid-v49s2r172L .content-wrapper .lists-wrapper {
    width: 100%;
    margin-top: 40px;
  }
}
@media (max-width: 768px) {
  .cid-v49s2r172L .content-wrapper .lists-wrapper {
    display: block;
  }
}
@media (max-width: 768px) {
  .cid-v49s2r172L .content-wrapper .lists-wrapper .list-wrap {
    margin-bottom: 20px;
  }
}
.cid-v49s2r172L .content-wrapper .lists-wrapper .list-wrap .list {
  margin-bottom: 0;
  list-style-type: none;
  padding-left: 0;
  padding-left: 36px;
}
.cid-v49s2r172L .content-wrapper .lists-wrapper .list-wrap .list .item-wrap {
  margin-bottom: 20px;
  position: relative;
}
.cid-v49s2r172L .content-wrapper .lists-wrapper .list-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v49s2r172L .content-wrapper .lists-wrapper .list-wrap .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 5px;
  margin-left: -36px;
  width: 22px;
  height: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #ffffff;
  color: #171827;
  font-size: 16px;
}
.cid-v49s2r172L .mbr-section-title {
  color: #ffffff;
}
.cid-v49s2r172L .mbr-text {
  color: #ffffff;
}
.cid-v49s2r172L .list {
  color: #ffffff;
}
.cid-v49s2r172L .mbr-section-title,
.cid-v49s2r172L .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-v49s2r172L .list,
.cid-v49s2r172L .item-wrap {
  color: #000000;
}
.cid-v49s2rH4y8 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #000000;
  border-top: 3px solid #000000;
  border-bottom: 3px solid #000000;
  margin-top: -3px;
}
.cid-v49s2rH4y8 blockquote {
  margin-bottom: 0;
  border-color: #000000;
  background-color: #ffffff;
  font-style: normal;
}
.cid-v49s2rH4y8 .inform div {
  padding: .3rem .5rem 0;
  border-left: 1px solid;
}
.cid-v49s2rH4y8 .inform div:first-child {
  border-left: none;
}
.cid-v49s2rH4y8 .inform .date {
  background-color: #FFA4BC;
  border-radius: 20px;
}
.cid-v49s2rH4y8 .mbr-section-title {
  text-align: center;
}
.cid-v49s2rH4y8 .mbr-text {
  text-align: center;
}
.cid-v49s2sAsxO {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #000000;
  border-top: 3px solid #000000;
  border-bottom: 3px solid #000000;
  margin-top: -3px;
}
.cid-v49s2sAsxO blockquote {
  margin-bottom: 0;
  border-color: #000000;
  background-color: #000000;
  font-style: normal;
}
.cid-v49s2sAsxO .inform div {
  padding: .3rem .5rem 0;
  border-left: 1px solid;
}
.cid-v49s2sAsxO .inform div:first-child {
  border-left: none;
}
.cid-v49s2sAsxO .inform .date {
  background-color: #FFA4BC;
  border-radius: 20px;
}
.cid-v49s2sAsxO .mbr-section-title {
  text-align: center;
  color: #fafafa;
}
.cid-v49s2sAsxO .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-v49s2tgr0I {
  padding-top: 4rem;
  padding-bottom: 4rem;
  border-bottom: 3px solid #000000;
  background-image: url("../../../assets/images/contact-pg-1024x576.webp");
}
.cid-v49s2tgr0I .row {
  flex-direction: row-reverse;
}
.cid-v49s2tgr0I .card-wrapper {
  padding-left: 32px;
  padding-right: 32px;
  padding-left: 0;
}
@media (max-width: 991px) {
  .cid-v49s2tgr0I .card-wrapper {
    margin-top: 2rem !important;
    padding: 0;
  }
}
.cid-v49s2tgr0I .wrapper {
  margin-top: 120px;
}
.cid-v49s2tgr0I .wrapper .mbr-iconfont {
  font-size: 3rem;
}
@media (min-width: 992px) {
  .cid-v49s2tgr0I .wrapper .display-7 {
    font-size: 23px;
  }
}
.cid-v49s2tgr0I .wrap {
  min-height: 650px;
  position: relative;
}
.cid-v49s2tgr0I .wrap img {
  width: 144px;
  position: absolute;
}
@media (max-width: 991px) {
  .cid-v49s2tgr0I .wrap {
    display: none;
  }
}
.cid-v49s2tgr0I .wrap:hover .image-1 {
  top: -80px;
  left: -80px;
}
.cid-v49s2tgr0I .wrap:hover .image-2 {
  right: 20px;
}
.cid-v49s2tgr0I .wrap:hover .image-3 {
  left: 80px;
  top: 190px;
}
.cid-v49s2tgr0I .wrap:hover .image-4 {
  top: 260px;
  right: 30px;
}
.cid-v49s2tgr0I .wrap:hover .image-5 {
  left: -80px;
}
.cid-v49s2tgr0I .wrap:hover .image-6 {
  right: -30px;
}
.cid-v49s2tgr0I .wrap:hover .image-7 {
  bottom: 10px;
  left: 70px;
}
.cid-v49s2tgr0I .image-1 {
  top: -90px;
  left: -90px;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
  will-change: transform;
}
.cid-v49s2tgr0I .image-2 {
  right: 0;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
  will-change: transform;
}
.cid-v49s2tgr0I .image-3 {
  left: 80px;
  top: 200px;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
  will-change: transform;
}
.cid-v49s2tgr0I .image-4 {
  top: 250px;
  right: 20px;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
  will-change: transform;
}
.cid-v49s2tgr0I .image-5 {
  left: -90px;
  bottom: 100px;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
  will-change: transform;
}
.cid-v49s2tgr0I .image-6 {
  bottom: 0;
  right: -40px;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
  will-change: transform;
}
.cid-v49s2tgr0I .image-7 {
  bottom: 0;
  left: 80px;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
  will-change: transform;
}
.cid-v49s2tgr0I .card-title {
  text-align: left;
  color: #fafafa;
}
.cid-v49s2tgr0I .mbr-text {
  text-align: justify;
  color: #ffffff;
}
.cid-v49s2u0UTq {
  border-top: 3px solid #000000;
  border-bottom: 3px solid #000000;
  margin-top: -3px;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v49s2u0UTq .mbr-section-btn {
  position: relative;
}
@media (max-width: 991px) {
  .cid-v49s2u0UTq .mbr-section-btn {
    margin-left: 0;
    margin-right: .5rem;
  }
}
@media (min-width: 992px) {
  .cid-v49s2u0UTq .mbr-section-btn {
    margin-left: .5rem;
    margin-right: .5rem;
  }
}
.cid-v49s2u0UTq .btn {
  position: relative;
  min-width: 225px;
  min-height: 54px;
  z-index: 10;
  font-weight: 700;
  border: 3px solid #000000 !important;
  border-radius: 10px !important;
  box-shadow: none !important;
  padding-left: 40px;
  padding-right: 40px;
  transform: translate(0, -9px);
  transition: all 400ms ease;
  -webkit-box-shadow: preserve-3d;
  -moz-box-shadow: preserve-3d;
  transform-style: preserve-3d;
}
.cid-v49s2u0UTq .btn:hover,
.cid-v49s2u0UTq .btn:focus {
  border: 3px solid #000000 !important;
  transform: translate(10px, 0);
}
@media (max-width: 991px) {
  .cid-v49s2u0UTq .btn {
    padding-left: .5rem;
    padding-right: .5rem;
  }
}
.cid-v49s2u0UTq .btn:before {
  position: absolute;
  content: "";
  width: 101%;
  height: 107%;
  top: 10px;
  left: 12px;
  border: 3px solid #000;
  border-radius: 10px;
  transition: all 0.2s ease;
  -webkit-box-shadow: translateZ(-1px);
  -moz-box-shadow: translateZ(-1px);
  transform: translateZ(-1px);
}
.cid-v49s2u0UTq .btn:hover:before,
.cid-v49s2u0UTq .btn:focus:before {
  left: -1px;
  top: -2px;
}
.cid-v49s2u0UTq .btn-secondary {
  color: #000000 !important;
}
.cid-v49s2u0UTq .btn-secondary:hover {
  color: #000000 !important;
}
.cid-v49s2u0UTq .mbr-section-title,
.cid-v49s2u0UTq .mbr-section-btn {
  color: #000000;
}
.cid-v49s2u0UTq .mbr-section-subtitle {
  color: #000000;
}
.cid-v49s2wdrD1 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
  border-top: 3px solid #000000;
  border-bottom: 3px solid #000000;
  margin-top: -3px;
}
.cid-v49s2wdrD1 blockquote {
  margin-bottom: 0;
  border-color: #000000;
  background-color: #000000;
  font-style: normal;
}
.cid-v49s2wdrD1 .inform div {
  padding: .3rem .5rem 0;
  border-left: 1px solid;
}
.cid-v49s2wdrD1 .inform div:first-child {
  border-left: none;
}
.cid-v49s2wdrD1 .inform .date {
  background-color: #FFA4BC;
  border-radius: 20px;
}
.cid-v49s2wdrD1 .mbr-text {
  color: #ffffff;
}
.cid-v49s2wdrD1 .mbr-section-title {
  color: #ffffff;
}
.cid-v49s2wTOhZ {
  background-image: url("../../../assets/images/1736461761513-1279x720.png");
  margin-top: -3px;
  border-bottom: 3px solid #000000;
  border-top: 3px solid #000000;
  padding-top: 0rem;
  padding-bottom: 0rem;
}
.cid-v49s2wTOhZ .row {
  align-items: center;
}
.cid-v49s2wTOhZ .text-wrapper {
  padding-top: 4rem;
  padding-bottom: 4rem;
  padding-left: 40px;
  padding-right: 40px;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cid-v49s2wTOhZ .content {
  position: relative;
  border: 3px solid #000000;
  padding: 40px;
}
.cid-v49s2wTOhZ .label {
  position: absolute;
  border-radius: 20px;
  background-color: #000000;
  color: #fff;
  padding: 0.2em 30px 0.2em;
  font-family: "Josefin Sans";
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  min-width: 200px;
}
@media (max-width: 991px) {
  .cid-v49s2wTOhZ .text-wrapper {
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .cid-v49s2wTOhZ .card {
    height: 300px;
  }
}
.cid-v49s2xwecm {
  border-top: 3px solid #000000;
  border-bottom: 3px solid #000000;
  margin-top: -3px;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v49s2xwecm .mbr-section-btn {
  position: relative;
}
@media (max-width: 991px) {
  .cid-v49s2xwecm .mbr-section-btn {
    margin-left: 0;
    margin-right: .5rem;
  }
}
@media (min-width: 992px) {
  .cid-v49s2xwecm .mbr-section-btn {
    margin-left: .5rem;
    margin-right: .5rem;
  }
}
.cid-v49s2xwecm .btn {
  position: relative;
  min-width: 225px;
  min-height: 54px;
  z-index: 10;
  font-weight: 700;
  border: 3px solid #000000 !important;
  border-radius: 10px !important;
  box-shadow: none !important;
  padding-left: 40px;
  padding-right: 40px;
  transform: translate(0, -9px);
  transition: all 400ms ease;
  -webkit-box-shadow: preserve-3d;
  -moz-box-shadow: preserve-3d;
  transform-style: preserve-3d;
}
.cid-v49s2xwecm .btn:hover,
.cid-v49s2xwecm .btn:focus {
  border: 3px solid #000000 !important;
  transform: translate(10px, 0);
}
@media (max-width: 991px) {
  .cid-v49s2xwecm .btn {
    padding-left: .5rem;
    padding-right: .5rem;
  }
}
.cid-v49s2xwecm .btn:before {
  position: absolute;
  content: "";
  width: 101%;
  height: 107%;
  top: 10px;
  left: 12px;
  border: 3px solid #000;
  border-radius: 10px;
  transition: all 0.2s ease;
  -webkit-box-shadow: translateZ(-1px);
  -moz-box-shadow: translateZ(-1px);
  transform: translateZ(-1px);
}
.cid-v49s2xwecm .btn:hover:before,
.cid-v49s2xwecm .btn:focus:before {
  left: -1px;
  top: -2px;
}
.cid-v49s2xwecm .btn-secondary {
  color: #000000 !important;
}
.cid-v49s2xwecm .btn-secondary:hover {
  color: #000000 !important;
}
.cid-v49s2xwecm .mbr-section-subtitle {
  color: #000000;
}
.cid-v4c4fM3x2s {
  border-top: 3px solid #ffdf70;
  border-bottom: 3px solid #ffdf70;
  margin-top: -3px;
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-v4c4fM3x2s .section-head {
  margin-bottom: 80px;
}
.cid-v4c4fM3x2s .card {
  border-bottom: 3px solid;
  border-color: #000000;
  border-radius: 0;
}
.cid-v4c4fM3x2s .card:first-child {
  border-top: 3px solid;
  border-color: #000000;
}
.cid-v4c4fM3x2s .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: none;
}
.cid-v4c4fM3x2s .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-v4c4fM3x2s .panel-title[aria-expanded='true'] .mbr-iconfont:before {
  -webkit-transform: rotate(90deg) translateX(-10px);
  -moz-transform: rotate(90deg) translateX(-10px);
  -ms-transform: rotate(90deg) translateX(-10px);
  -o-transform: rotate(90deg) translateX(-10px);
  transform: rotate(90deg) translateX(-10px);
}
.cid-v4c4fM3x2s .mbr-iconfont {
  position: relative;
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #000;
  border-radius: 50%;
  border: 3px solid;
  border-color: #ffffff;
  height: 37px;
  width: 37px;
  margin-top: 6px;
}
.cid-v4c4fM3x2s .mbr-iconfont:after {
  content: "";
  width: 20px;
  height: 3px;
  background-color: #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.cid-v4c4fM3x2s .mbr-iconfont:before {
  content: "";
  width: 3px;
  height: 20px;
  background-color: #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all .3s;
}
.cid-v4c4fM3x2s .panel-body,
.cid-v4c4fM3x2s .card-header {
  padding: 8px 0 15px;
}
.cid-v4c4fM3x2s .panel-title-edit {
  font-weight: 500;
  color: #000000;
}
.cid-v4c4fM3x2s H3 {
  color: #000000;
}
.cid-v4c4fM3x2s .panel-text {
  color: #000000;
}
.cid-v49s2yaqzE {
  padding-top: 3rem;
  padding-bottom: 3rem;
  border-top: 3px solid #ffffff;
  border-bottom: 3px solid #ffffff;
  margin-top: -3px;
  background-color: #000000;
}
.cid-v49s2yaqzE .media-wrap {
  padding: 0;
}
.cid-v49s2yaqzE .media-wrap img {
  background-color: #000000;
  padding: 0;
  border-radius: 50%;
}
.cid-v49s2yaqzE .media-wrap img:hover {
  background-color: #1B66CE;
}
@media (max-width: 767px) {
  .cid-v49s2yaqzE .row {
    text-align: center;
  }
  .cid-v49s2yaqzE .social-row {
    justify-content: center;
  }
  .cid-v49s2yaqzE .logo {
    margin: 0 auto;
  }
}
.cid-v49s2yaqzE .social-row {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-v49s2yaqzE .content {
    padding: 1px 12px 5px;
  }
}
.cid-v49s2yaqzE .list {
  list-style: none;
  padding-left: 0;
  color: #ffcc1a;
}
@media (max-width: 991px) {
  .cid-v49s2yaqzE .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v49s2yaqzE .list {
    margin-bottom: 0rem;
  }
}
.cid-v49s2yaqzE .list .item-wrap {
  margin-top: 3.9px;
  margin-bottom: 3.9px;
}
@media (min-width: 992px) {
  .cid-v49s2yaqzE .bd {
    border-left: 3px solid #000;
  }
}
.cid-v49s2yaqzE .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-v49s2yaqzE .mbr-iconfont {
  color: black;
  transition: all .5s;
}
.cid-v49s2yaqzE .mbr-iconfont:hover {
  color: #1B66CE;
}
.cid-v49s2yaqzE .margin {
  margin-top: 80px;
}
@media (max-width: 991px) {
  .cid-v49s2yaqzE .margin {
    margin-top: 20px;
  }
}
.cid-v49s2yaqzE .link {
  color: #000000;
}
.cid-v49s2yaqzE .link a:hover {
  color: #1B66CE !important;
}
.cid-v49s2yaqzE .mbr-form-container {
  margin-top: 12px;
}
.cid-v49s2yaqzE .form-container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-end;
  max-width: 600px;
}
.cid-v49s2yaqzE .link a {
  color: #fcf9f2;
}
.cid-v49s2yaqzE .dragArea {
  justify-content: center;
}
.cid-v49s2yaqzE form .row {
  margin: 0;
}
.cid-v49s2yaqzE form .form-group {
  padding: 0;
  flex-grow: 1;
}
.cid-v49s2yaqzE form .form-group .form-control,
.cid-v49s2yaqzE form .form-group textarea {
  height: 40px;
  padding: 0;
  padding-left: 34px;
  padding-right: 34px;
  border-radius: 10px 0 0 10px;
  border: 3px solid #000 !important;
  background: transparent;
  box-shadow: none;
  min-height: auto;
  font-size: 1rem;
}
@media (max-width: 767px) {
  .cid-v49s2yaqzE form .form-group .form-control,
  .cid-v49s2yaqzE form .form-group textarea {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.cid-v49s2yaqzE form .form-group .form-control:active,
.cid-v49s2yaqzE form .form-group textarea:active,
.cid-v49s2yaqzE form .form-group .form-control:focus,
.cid-v49s2yaqzE form .form-group textarea:focus {
  border: 2px solid #1B66CE !important;
  border-right: none !important;
  background: transparent !important;
  box-shadow: none !important;
}
.cid-v49s2yaqzE form .form-control::placeholder {
  color: #000;
}
.cid-v49s2yaqzE form .form-control::-webkit-input-placeholder {
  color: #000;
}
.cid-v49s2yaqzE form .form-control::-moz-placeholder {
  color: #000;
}
.cid-v49s2yaqzE form .form-control-label,
.cid-v49s2yaqzE form .form-check-label {
  color: #000;
}
.cid-v49s2yaqzE form input::-webkit-clear-button {
  display: none;
}
.cid-v49s2yaqzE form input::-webkit-inner-spin-button {
  display: none;
}
.cid-v49s2yaqzE form input::-webkit-outer-spin-button {
  display: none;
}
.cid-v49s2yaqzE form input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-v49s2yaqzE form .mbr-section-btn {
  border: 3px solid #000 !important;
  border-radius: 0 10px 10px 0;
  margin-left: -3px;
  width: auto;
  height: 40px;
  overflow: hidden;
  padding: 0;
  margin-bottom: 1.2rem;
}
.cid-v49s2yaqzE form .mbr-section-btn .btn {
  color: #01152f !important;
  padding: 3px 30px 0;
}
@media (max-width: 767px) {
  .cid-v49s2yaqzE form .mbr-section-btn .btn {
    padding: 0 1em;
  }
}
.cid-v49s2yaqzE form .mbr-section-btn .btn:hover {
  background-color: #FFA4BC !important;
}
.cid-v49s2yaqzE form .form-group .form-control,
.cid-v49s2yaqzE .cid-sSq48MmVPJ form .form-group textarea {
  min-height: 40px;
}
.cid-v49s2yaqzE input[type="range"] {
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  overflow: hidden;
  height: 7px;
}
.cid-v49s2yaqzE input[type="range"]::-webkit-slider-runnable-track {
  height: 7px;
  background-color: #ffffff;
}
.cid-v49s2yaqzE input[type="range"]::-webkit-slider-thumb {
  background: #FFCC1A;
  cursor: pointer;
  width: 15px;
  height: 15px;
  -webkit-appearance: none;
  margin-top: -4px;
  box-shadow: -500px 0 0 500px #1b66ce;
}
.cid-v49s2yaqzE input[type="range"]::-moz-range-track {
  height: 7px;
  background-color: #ffffff;
}
.cid-v49s2yaqzE input[type="range"]::-moz-range-thumb {
  background: #1B66CE;
  cursor: pointer;
  height: 7px;
  border-radius: 0px;
  box-shadow: -200px 0px 0px 200px #1b66ce;
  padding: 0px;
  margin: 0px;
}
.cid-v49s2yaqzE .form-check-input:checked {
  background-color: #1B66CE;
  border-color: #1B66CE;
}
.cid-v49s2yaqzE .mbr-text {
  color: #000000;
}
.cid-v49s2yaqzE .mbr-section-title,
.cid-v49s2yaqzE .mbr-section-btn {
  color: #ffcc1a;
}
.cid-v49s2yaqzE .copyright {
  color: #ffcc1a;
  text-align: justify;
}
.cid-v49s2yaqzE .mbr-section-subtitle {
  text-align: center;
}
