body {
  font-family: 'Roboto Mono', monospace;
}
.display-1 {
  font-family: 'Roboto Mono', monospace;
  font-size: 4.6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.75rem;
}
.display-2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Roboto Mono', monospace;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Roboto Mono', monospace;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Roboto Mono', monospace;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.68rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.22rem;
    font-size: calc( 2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #3a86ff !important;
}
.bg-success {
  background-color: #8338ec !important;
}
.bg-info {
  background-color: #fb5607 !important;
}
.bg-warning {
  background-color: #000000 !important;
}
.bg-danger {
  background-color: #33cc00 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #3a86ff !important;
  border-color: #3a86ff !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #3a86ff !important;
  border-color: #0057e2 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #0057e2 !important;
  border-color: #0057e2 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ffbd00 !important;
  border-color: #ffbd00 !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: #ffbd00 !important;
  border-color: #a87d00 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #a87d00 !important;
  border-color: #a87d00 !important;
}
.btn-info,
.btn-info:active {
  background-color: #fb5607 !important;
  border-color: #fb5607 !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: #fb5607 !important;
  border-color: #a93803 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #a93803 !important;
  border-color: #a93803 !important;
}
.btn-success,
.btn-success:active {
  background-color: #8338ec !important;
  border-color: #8338ec !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: #8338ec !important;
  border-color: #5912bb !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #5912bb !important;
  border-color: #5912bb !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !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: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #33cc00 !important;
  border-color: #33cc00 !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: #33cc00 !important;
  border-color: #1d7500 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #1d7500 !important;
  border-color: #1d7500 !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: #3a86ff;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #0057e2 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #3a86ff !important;
  border-color: #3a86ff !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffbd00;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #a87d00 !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: #ffbd00 !important;
  border-color: #ffbd00 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fb5607;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #a93803 !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: #fb5607 !important;
  border-color: #fb5607 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #8338ec;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #5912bb !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: #8338ec !important;
  border-color: #8338ec !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #000000;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #33cc00;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #1d7500 !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: #33cc00 !important;
  border-color: #33cc00 !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: #3a86ff !important;
}
.text-secondary {
  color: #ffbd00 !important;
}
.text-success {
  color: #8338ec !important;
}
.text-info {
  color: #fb5607 !important;
}
.text-warning {
  color: #000000 !important;
}
.text-danger {
  color: #33cc00 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #0051d3 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #997100 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #5211ad !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #9a3302 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #000000 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #196600 !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: #3a86ff;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #fb5607;
}
.alert-warning {
  background-color: #000000;
}
.alert-danger {
  background-color: #33cc00;
}
.mbr-gallery-filter li.active .btn {
  background-color: #3a86ff;
  border-color: #3a86ff;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #3a86ff;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #f7f2fe;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #fedfd0;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #b3b3b3;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #b3ff99;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Roboto Mono', monospace;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #3a86ff !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Roboto Mono', monospace;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #3a86ff;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #3a86ff;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #3a86ff;
}
.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: #3a86ff;
  border-bottom-color: #3a86ff;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #3a86ff !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: #ffbd00 !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='%233a86ff' %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-thCtI9kPU9 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  border-bottom: 3px solid #000000;
  background-color: #fafafa;
}
.cid-thCtI9kPU9 .row {
  flex-direction: row-reverse;
}
.cid-thCtI9kPU9 .card-wrapper {
  padding-left: 32px;
  padding-right: 32px;
  padding-left: 0;
}
@media (max-width: 991px) {
  .cid-thCtI9kPU9 .card-wrapper {
    margin-top: 2rem !important;
    padding: 0;
  }
}
.cid-thCtI9kPU9 .wrapper {
  margin-top: 120px;
}
.cid-thCtI9kPU9 .wrapper .mbr-iconfont {
  font-size: 3rem;
}
@media (min-width: 992px) {
  .cid-thCtI9kPU9 .wrapper .display-7 {
    font-size: 23px;
  }
}
.cid-thCtI9kPU9 .wrap {
  min-height: 650px;
  position: relative;
}
.cid-thCtI9kPU9 .wrap img {
  width: 144px;
  position: absolute;
}
@media (max-width: 991px) {
  .cid-thCtI9kPU9 .wrap {
    display: none;
  }
}
.cid-thCtI9kPU9 .wrap:hover .image-1 {
  top: -80px;
  left: -80px;
}
.cid-thCtI9kPU9 .wrap:hover .image-2 {
  right: 20px;
}
.cid-thCtI9kPU9 .wrap:hover .image-3 {
  left: 80px;
  top: 190px;
}
.cid-thCtI9kPU9 .wrap:hover .image-4 {
  top: 260px;
  right: 30px;
}
.cid-thCtI9kPU9 .wrap:hover .image-5 {
  left: -80px;
}
.cid-thCtI9kPU9 .wrap:hover .image-6 {
  right: -30px;
}
.cid-thCtI9kPU9 .wrap:hover .image-7 {
  bottom: 10px;
  left: 70px;
}
.cid-thCtI9kPU9 .image-1 {
  top: -90px;
  left: -90px;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
  will-change: transform;
}
.cid-thCtI9kPU9 .image-2 {
  right: 0;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
  will-change: transform;
}
.cid-thCtI9kPU9 .image-3 {
  left: 80px;
  top: 200px;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
  will-change: transform;
}
.cid-thCtI9kPU9 .image-4 {
  top: 250px;
  right: 20px;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
  will-change: transform;
}
.cid-thCtI9kPU9 .image-5 {
  left: -90px;
  bottom: 100px;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
  will-change: transform;
}
.cid-thCtI9kPU9 .image-6 {
  bottom: 0;
  right: -40px;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
  will-change: transform;
}
.cid-thCtI9kPU9 .image-7 {
  bottom: 0;
  left: 80px;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
  will-change: transform;
}
.cid-thCtI9kPU9 .card-title {
  color: #000000;
  text-align: left;
}
.cid-thCtI9kPU9 .mbr-text {
  color: #000000;
}
.cid-thCtI9kPU9 .card-link,
.cid-thCtI9kPU9 .icon {
  color: #000000;
  text-align: left;
}
.cid-thCx4G3kaT {
  padding-top: 6rem;
  padding-bottom: 6rem;
  border-top: 3px solid #000000;
  border-bottom: 3px solid #000000;
  margin-top: -3px;
  background-color: #1b66ce;
}
.cid-thCx4G3kaT .item {
  display: flex;
  margin-bottom: 40px;
  align-items: flex-end;
}
.cid-thCx4G3kaT .icon-box {
  margin-bottom: 130px;
  border: 3px solid;
  border-color: #ffffff;
  width: 40px;
  min-width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media (max-width: 768px) {
  .cid-thCx4G3kaT .icon-box {
    margin-right: 1rem;
  }
}
.cid-thCx4G3kaT .item:not(:first-child)::after {
  bottom: 190px;
  position: absolute;
  content: "";
  width: 2px;
  background-color: #ffffff;
  left: 19px;
  height: calc(100% - 40px);
}
.cid-thCx4G3kaT span {
  font-size: 1rem;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-thCx4G3kaT .card {
    margin-bottom: 2rem;
  }
  .cid-thCx4G3kaT .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-thCx4G3kaT .text-box {
  border: 2px solid;
  border-color: #ffffff;
  border-radius: 16px;
  padding: 24px;
}
.cid-thCx4G3kaT .text-box .image-wrapper {
  max-width: 240px;
  max-height: 240px;
}
@media (min-width: 992px) {
  .cid-thCx4G3kaT .text-box .image-wrapper {
    padding: .5rem;
  }
}
.cid-thCx4G3kaT .text-box .image-wrapper img {
  max-width: 100%;
  max-height: 240px;
  object-fit: cover;
  vertical-align: middle;
  display: inline-block;
}
.cid-thCx4G3kaT .card-title {
  text-align: center;
}
.cid-thCx3hcoDA {
  border-top: 3px solid #000000;
  border-bottom: 3px solid #000000;
  margin-top: -3px;
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fafafa;
}
.cid-thCx3hcoDA .section-head {
  margin-bottom: 80px;
}
.cid-thCx3hcoDA .card {
  border-bottom: 3px solid;
  border-color: #000000;
  border-radius: 0;
}
.cid-thCx3hcoDA .card:first-child {
  border-top: 3px solid;
  border-color: #000000;
}
.cid-thCx3hcoDA .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: none;
}
.cid-thCx3hcoDA .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-thCx3hcoDA .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-thCx3hcoDA .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: #000000;
  height: 37px;
  width: 37px;
  margin-top: 6px;
}
.cid-thCx3hcoDA .mbr-iconfont:after {
  content: "";
  width: 20px;
  height: 3px;
  background-color: #000000;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.cid-thCx3hcoDA .mbr-iconfont:before {
  content: "";
  width: 3px;
  height: 20px;
  background-color: #000000;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all .3s;
}
.cid-thCx3hcoDA .panel-body,
.cid-thCx3hcoDA .card-header {
  padding: 8px 0 15px;
}
.cid-thCx3hcoDA .panel-title-edit {
  font-weight: 500;
  color: #000000;
}
.cid-thCx3hcoDA H3 {
  text-align: right;
  color: #000000;
}
.cid-thCryuyYip {
  border-top: 3px solid #000000;
  border-bottom: 3px solid #000000;
  margin-top: -3px;
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fb5607;
}
.cid-thCryuyYip .wrapper {
  min-height: 385px;
  position: relative;
  background-color: #fafafa;
  border: 3px solid #000000;
}
@media (max-width: 991px) {
  .cid-thCryuyYip .wrapper {
    padding: 5rem 1rem;
  }
}
@media (min-width: 992px) {
  .cid-thCryuyYip .wrapper {
    padding: 84px 110px 90px;
  }
}
.cid-thCryuyYip .wrapper .info {
  position: absolute;
  border-radius: 20px;
  background-color: #000000;
  color: #fff;
  padding: 0.2em 30px 0.2em;
  font-size: 1.7em;
  font-family: "Josefin Sans";
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
}
.cid-thCryuyYip .image-wrapper {
  position: relative;
  border-radius: 50%;
  justify-content: end;
}
@media (max-width: 991px) {
  .cid-thCryuyYip .image-wrapper {
    justify-content: center;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-thCryuyYip .image-wrapper {
    justify-content: end;
  }
}
.cid-thCryuyYip .image-wrapper img {
  object-fit: cover;
  max-width: 630px;
  max-height: 640;
  border-radius: 50%;
  border: 4px solid #000000;
  z-index: 3;
  transition: all 300ms ease;
  will-change: transform;
}
@media (max-width: 991px) {
  .cid-thCryuyYip .image-wrapper img {
    max-width: 370px;
    max-height: 370px;
  }
}
.cid-thCryuyYip .image-wrapper .hover {
  position: absolute;
  z-index: 1;
  top: 20px;
  left: -20px;
  width: 100%;
  max-width: 630px;
  height: 100%;
  will-change: transform;
  border: 4px solid #000000 !important;
  border-radius: 50% !important;
  transition: all 300ms ease;
}
@media (max-width: 992px) {
  .cid-thCryuyYip .image-wrapper .hover {
    max-width: 370px;
    left: 110px;
  }
}
@media (max-width: 767px) {
  .cid-thCryuyYip .image-wrapper .hover {
    left: -10px;
    top: 10px;
  }
}
.cid-thCryuyYip .image-wrapper:hover img,
.cid-thCryuyYip .image-wrapper:focus img {
  transform: translate(-5px, 10px);
}
@media (max-width: 767px) {
  .cid-thCryuyYip .image-wrapper:hover img,
  .cid-thCryuyYip .image-wrapper:focus img {
    transform: translate(-2px, 10px);
  }
}
.cid-thCryuyYip .image-wrapper:hover .hover,
.cid-thCryuyYip .image-wrapper:focus .hover {
  left: -15px;
  top: 15px;
}
@media (max-width: 992px) {
  .cid-thCryuyYip .image-wrapper:hover .hover,
  .cid-thCryuyYip .image-wrapper:focus .hover {
    left: 120px;
  }
}
@media (max-width: 767px) {
  .cid-thCryuyYip .image-wrapper:hover .hover,
  .cid-thCryuyYip .image-wrapper:focus .hover {
    left: -7px;
  }
}
.cid-thCryuyYip .hover0 {
  background-color: #1B66CE;
}
.cid-thCryuyYip .hover1 {
  background-color: #CBB6F2;
}
.cid-thCryuyYip .hover2 {
  background-color: #FFA4BC;
}
@media (min-width: 992px) {
  .cid-thCryuyYip .text-wrapper img {
    margin: 0 auto;
  }
}
.cid-thCryuyYip .mbr-title,
.cid-thCryuyYip .mbr-section-btn {
  color: #000000;
}
@media (max-width: 991px) {
  .cid-thCryuyYip .mbr-title,
  .cid-thCryuyYip .mbr-section-btn {
    text-align: center;
  }
}
.cid-thCryuyYip .mbr-text {
  color: #000000;
}
@media (max-width: 991px) {
  .cid-thCryuyYip .mbr-text {
    text-align: center;
  }
}
.cid-thCryuyYip .mbr-info {
  text-align: center;
}
.cid-thCr0PD8ZY {
  border-top: 3px solid #000000;
  border-bottom: 3px solid #000000;
  margin-top: -3px;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-thCr0PD8ZY .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-thCr0PD8ZY .content {
  border: 3px solid #000000;
  padding: 3rem 1rem;
}
@media (min-width: 992px) {
  .cid-thCr0PD8ZY .content {
    padding: 80px 170px 60px;
  }
}
@media (max-width: 991px) {
  .cid-thCr0PD8ZY .dragArea {
    justify-content: center;
  }
}
.cid-thCr0PD8ZY .title {
  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%);
}
@media (max-width: 767px) {
  .cid-thCr0PD8ZY .title {
    min-width: 200px;
  }
}
.cid-thCr0PD8ZY .mbr-section-head {
  margin-bottom: 80px;
}
.cid-thCr0PD8ZY form .row [class*=col] {
  padding-left: 22px;
  padding-right: 22px;
}
.cid-thCr0PD8ZY form .mbr-section-btn {
  text-align: center;
  margin-bottom: 1.2rem;
}
.cid-thCr0PD8ZY form .form-control {
  color: #000 !important;
  height: 54px;
  border: 3px solid #000000 !important;
  border-radius: 10px !important;
  background-color: transparent;
}
.cid-thCr0PD8ZY form .form-control:focus {
  border: 3px solid #6698DD !important;
}
.cid-thCr0PD8ZY form .form-control::placeholder {
  color: #000;
}
.cid-thCr0PD8ZY .mbr-section-btn {
  width: fit-content;
  position: relative;
}
@media (max-width: 991px) {
  .cid-thCr0PD8ZY .mbr-section-btn {
    margin-left: 0;
    margin-right: .5rem;
    margin-top: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-thCr0PD8ZY .mbr-section-btn {
    margin-left: .5rem;
    margin-right: .5rem;
  }
}
.cid-thCr0PD8ZY .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-thCr0PD8ZY .btn:hover,
.cid-thCr0PD8ZY .btn:focus {
  border: 3px solid #000000 !important;
  transform: translate(10px, 0);
}
@media (max-width: 991px) {
  .cid-thCr0PD8ZY .btn {
    padding-left: .5rem;
    padding-right: .5rem;
  }
}
.cid-thCr0PD8ZY .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-thCr0PD8ZY .btn:hover:before,
.cid-thCr0PD8ZY .btn:focus:before {
  left: -1px;
  top: -2px;
}
.cid-thCr0PD8ZY .btn-secondary {
  color: #000000 !important;
}
.cid-thCr0PD8ZY .btn-secondary:hover {
  color: #000000 !important;
}
.cid-thCr0PD8ZY .mbr-section-subtitle {
  color: #000000;
}
.cid-thD9rXIL21 .navbar-dropdown {
  position: relative !important;
}
.cid-thD9rXIL21 li {
  display: flex;
  align-items: center;
}
.cid-thD9rXIL21 .icons-menu {
  min-width: max-content;
  padding-top: 14px;
}
.cid-thD9rXIL21 .mbr-iconfont {
  color: #000000;
  font-size: 1rem;
  padding-right: .5rem;
  transition: all .5s;
}
.cid-thD9rXIL21 .mbr-iconfont:hover {
  color: #1B66CE;
}
.cid-thD9rXIL21 .container {
  padding-left: 0;
  padding-right: 0;
}
.cid-thD9rXIL21 .content {
  border-bottom: 3px solid #000000;
}
@media (min-width: 992px) {
  .cid-thD9rXIL21 .wrap {
    display: flex;
    justify-content: center;
  }
}
.cid-thD9rXIL21 .nav-link {
  transition: all .5s;
  position: relative;
  padding: 0;
  display: inline-block;
  border-bottom: 1px solid transparent;
  font-weight: 400;
}
.cid-thD9rXIL21 .nav-link:hover {
  color: #1B66CE !important;
}
.cid-thD9rXIL21 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 991px) {
  .cid-thD9rXIL21 .navbar-dropdown {
    background: #FEF1E5 !important;
  }
}
.cid-thD9rXIL21 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-bottom: 0.3rem;
}
@media (min-width: 992px) {
  .cid-thD9rXIL21 .nav-item {
    position: relative;
  }
}
.cid-thD9rXIL21 .navbar {
  min-height: 107px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  background: #fafafa;
}
.cid-thD9rXIL21 .navbar.opened .mbr-overlay {
  transition: all .3s;
  background: #fafafa !important;
}
.cid-thD9rXIL21 .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-thD9rXIL21 .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  z-index: 1;
  padding: 2rem 0;
}
@media (max-width: 991px) {
  .cid-thD9rXIL21 .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-thD9rXIL21 .navbar .navbar-collapse .nav-item {
  display: none !important;
}
.cid-thD9rXIL21 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-thD9rXIL21 .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-thD9rXIL21 .navbar.collapsed .navbar-collapse.show,
.cid-thD9rXIL21 .navbar.collapsed .navbar-collapse.collapsing {
  transition: all .3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-thD9rXIL21 .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-thD9rXIL21 .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-thD9rXIL21 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-thD9rXIL21 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-thD9rXIL21 .navbar.collapsed ul.navbar-nav li {
  margin-right: 14px;
}
.cid-thD9rXIL21 .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-thD9rXIL21 .navbar.collapsed .dropdown-menu .dropdown-item {
  text-align: center;
}
@media (max-width: 991px) {
  .cid-thD9rXIL21 .navbar .navbar-collapse.show,
  .cid-thD9rXIL21 .navbar .navbar-collapse.collapsing {
    transition: all .3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow-x: hidden;
  }
  .cid-thD9rXIL21 .navbar .navbar-collapse.show .brand-container,
  .cid-thD9rXIL21 .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-thD9rXIL21 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-thD9rXIL21 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-thD9rXIL21 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-thD9rXIL21 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-thD9rXIL21 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-thD9rXIL21 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-thD9rXIL21 .navbar ul.navbar-nav li {
    margin: auto !important;
  }
  .cid-thD9rXIL21 .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-thD9rXIL21 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-thD9rXIL21 .navbar .right-menu,
  .cid-thD9rXIL21 .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-thD9rXIL21 .navbar.navbar-short {
  min-height: 60px;
  background: #fafafa !important;
}
.cid-thD9rXIL21 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-thD9rXIL21 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-thD9rXIL21 .navbar {
    padding: 2rem 1rem;
  }
  .cid-thD9rXIL21 .navbar-collapse {
    padding-top: 0;
  }
}
.cid-thD9rXIL21 .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-thD9rXIL21 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-thD9rXIL21 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-thD9rXIL21 .dropdown-item.active,
.cid-thD9rXIL21 .dropdown-item:active {
  background-color: transparent;
}
.cid-thD9rXIL21 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-thD9rXIL21 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
}
.cid-thD9rXIL21 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-thD9rXIL21 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-thD9rXIL21 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-thD9rXIL21 ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-thD9rXIL21 ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-thD9rXIL21 .navbar-buttons {
  margin-left: auto;
}
.cid-thD9rXIL21 button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: flex-start;
  align-self: flex-start;
  outline: none;
}
.cid-thD9rXIL21 button.navbar-toggler:hover {
  outline: none;
}
.cid-thD9rXIL21 button.navbar-toggler:active {
  outline: none;
}
.cid-thD9rXIL21 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-thD9rXIL21 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-thD9rXIL21 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-thD9rXIL21 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-thD9rXIL21 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-thD9rXIL21 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-thD9rXIL21 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
  width: 20px;
  right: -2px;
}
.cid-thD9rXIL21 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
  width: 20px;
  left: -2px;
}
.cid-thD9rXIL21 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-thD9rXIL21 a.nav-link {
  position: relative;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 3.41px;
}
.cid-thD9rXIL21 .right-menu,
.cid-thD9rXIL21 .left-menu {
  font-family: "Open Sans";
}
.cid-thD9rXIL21 .right-menu {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
@media (min-width: 992px) {
  .cid-thD9rXIL21 .right-menu {
    display: flex;
  }
}
.cid-thD9rXIL21 .brand-container {
  padding: 0 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
@media (max-width: 991px) {
  .cid-thD9rXIL21 .brand-container {
    padding: 0;
  }
}
.cid-thD9rXIL21 .card-wrapper {
  z-index: 3;
}
.cid-thD9rXIL21 .popup-btn.card-wrapper {
  z-index: 1 !important;
}
.cid-thD9rXIL21 .nav-item:not(:last-child) {
  margin-right: 22px !important;
}
@media (min-width: 1400px) {
  .cid-thD9rXIL21 .nav-item:not(:last-child) {
    margin-right: 4rem !important;
  }
}
.cid-thD9rXIL21 .nav-item {
  margin-top: .5rem;
  margin-bottom: .5rem;
}
.cid-thD9rXIL21 .navbar-brand img {
  width: auto !important;
  display: inline;
}
.cid-thD9rXIL21 .navbar-dropdown .navbar-brand span {
  vertical-align: 0px;
  line-height: 1;
}
.cid-thD9rXIL21 .link {
  padding: 0;
  margin: 0;
}
@media (min-width: 991px) {
  .cid-thD9rXIL21 .dropdown-menu {
    z-index: 9999;
    margin-top: 40px;
    width: 250px;
  }
}
.cid-thD9rXIL21 .navbar-caption {
  color: #ffffff;
}
.cid-thD9rXIL21 .navbar-caption:hover {
  color: #ffffff;
}
.cid-thD9rXIL21 .dropdown-item:hover {
  color: #3a86ff !important;
}
.cid-thD9rXIL21 a:hover .line-animation,
.cid-thD9rXIL21 a:focus .line-animation {
  opacity: 1;
}
.cid-thD9rXIL21 .nav-dropdown .link {
  padding: 0 !important;
}
@media (max-width: 990px) {
  .cid-thD9rXIL21 .dropdown-menu {
    margin-top: 0px;
  }
  .cid-thD9rXIL21 .nav-dropdown .link {
    padding-top: 15px !important;
  }
}
.cid-thD9rXIL21 .btn {
  width: max-content;
  border: 2px solid #000 !important;
  padding: 10px 20px !important;
  border-radius: 10px !important;
  box-shadow: none !important;
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-thD9rXIL21 .btn {
    width: 100%;
  }
}
.cid-thD9rXIL21 .btn:hover {
  color: #000000 !important;
  background: #fff !important;
  border: 2px solid #000 !important;
}
.cid-thD9rXIL21 .btn-secondary {
  color: #000000 !important;
}
.cid-thD9rXIL21 .left-menu,
.cid-thD9rXIL21 .right-menu {
  width: 50%;
}
.cid-thD5f602vu {
  padding-top: 6rem;
  padding-bottom: 6rem;
  border-top: 3px solid #000000;
  border-bottom: 3px solid #000000;
  margin-top: -3px;
  background-color: #1b66ce;
}
.cid-thD5f602vu .item {
  display: flex;
  margin-bottom: 40px;
  align-items: flex-end;
}
.cid-thD5f602vu .icon-box {
  margin-bottom: 130px;
  border: 3px solid;
  border-color: #ffffff;
  width: 40px;
  min-width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media (max-width: 768px) {
  .cid-thD5f602vu .icon-box {
    margin-right: 1rem;
  }
}
.cid-thD5f602vu .item:not(:first-child)::after {
  bottom: 190px;
  position: absolute;
  content: "";
  width: 2px;
  background-color: #ffffff;
  left: 19px;
  height: calc(100% - 40px);
}
.cid-thD5f602vu span {
  font-size: 1rem;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-thD5f602vu .card {
    margin-bottom: 2rem;
  }
  .cid-thD5f602vu .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-thD5f602vu .text-box {
  border: 2px solid;
  border-color: #ffffff;
  border-radius: 16px;
  padding: 24px;
}
.cid-thD5f602vu .text-box .image-wrapper {
  max-width: 240px;
  max-height: 240px;
}
@media (min-width: 992px) {
  .cid-thD5f602vu .text-box .image-wrapper {
    padding: .5rem;
  }
}
.cid-thD5f602vu .text-box .image-wrapper img {
  max-width: 100%;
  max-height: 240px;
  object-fit: cover;
  vertical-align: middle;
  display: inline-block;
}
.cid-thD5f602vu .card-title {
  text-align: center;
}
.cid-thD5f76itO {
  border-top: 3px solid #000000;
  border-bottom: 3px solid #000000;
  margin-top: -3px;
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fafafa;
}
.cid-thD5f76itO .section-head {
  margin-bottom: 80px;
}
.cid-thD5f76itO .card {
  border-bottom: 3px solid;
  border-color: #000000;
  border-radius: 0;
}
.cid-thD5f76itO .card:first-child {
  border-top: 3px solid;
  border-color: #000000;
}
.cid-thD5f76itO .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: none;
}
.cid-thD5f76itO .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-thD5f76itO .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-thD5f76itO .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: #000000;
  height: 37px;
  width: 37px;
  margin-top: 6px;
}
.cid-thD5f76itO .mbr-iconfont:after {
  content: "";
  width: 20px;
  height: 3px;
  background-color: #000000;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.cid-thD5f76itO .mbr-iconfont:before {
  content: "";
  width: 3px;
  height: 20px;
  background-color: #000000;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all .3s;
}
.cid-thD5f76itO .panel-body,
.cid-thD5f76itO .card-header {
  padding: 8px 0 15px;
}
.cid-thD5f76itO .panel-title-edit {
  font-weight: 500;
  color: #000000;
}
.cid-thD5f76itO H3 {
  text-align: right;
  color: #000000;
}
.cid-thD5f8QNOe {
  border-top: 3px solid #000000;
  border-bottom: 3px solid #000000;
  margin-top: -3px;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffbd00;
}
.cid-thD5f8QNOe .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-thD5f8QNOe .content {
  border: 3px solid #000000;
  padding: 3rem 1rem;
}
@media (min-width: 992px) {
  .cid-thD5f8QNOe .content {
    padding: 80px 170px 60px;
  }
}
@media (max-width: 991px) {
  .cid-thD5f8QNOe .dragArea {
    justify-content: center;
  }
}
.cid-thD5f8QNOe .title {
  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%);
}
@media (max-width: 767px) {
  .cid-thD5f8QNOe .title {
    min-width: 200px;
  }
}
.cid-thD5f8QNOe .mbr-section-head {
  margin-bottom: 80px;
}
.cid-thD5f8QNOe form .row [class*=col] {
  padding-left: 22px;
  padding-right: 22px;
}
.cid-thD5f8QNOe form .mbr-section-btn {
  text-align: center;
  margin-bottom: 1.2rem;
}
.cid-thD5f8QNOe form .form-control {
  color: #000 !important;
  height: 54px;
  border: 3px solid #000000 !important;
  border-radius: 10px !important;
  background-color: transparent;
}
.cid-thD5f8QNOe form .form-control:focus {
  border: 3px solid #6698DD !important;
}
.cid-thD5f8QNOe form .form-control::placeholder {
  color: #000;
}
.cid-thD5f8QNOe .mbr-section-btn {
  width: fit-content;
  position: relative;
}
@media (max-width: 991px) {
  .cid-thD5f8QNOe .mbr-section-btn {
    margin-left: 0;
    margin-right: .5rem;
    margin-top: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-thD5f8QNOe .mbr-section-btn {
    margin-left: .5rem;
    margin-right: .5rem;
  }
}
.cid-thD5f8QNOe .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-thD5f8QNOe .btn:hover,
.cid-thD5f8QNOe .btn:focus {
  border: 3px solid #000000 !important;
  transform: translate(10px, 0);
}
@media (max-width: 991px) {
  .cid-thD5f8QNOe .btn {
    padding-left: .5rem;
    padding-right: .5rem;
  }
}
.cid-thD5f8QNOe .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-thD5f8QNOe .btn:hover:before,
.cid-thD5f8QNOe .btn:focus:before {
  left: -1px;
  top: -2px;
}
.cid-thD5f8QNOe .btn-secondary {
  color: #000000 !important;
}
.cid-thD5f8QNOe .btn-secondary:hover {
  color: #000000 !important;
}
.cid-thD5f8QNOe .mbr-section-subtitle {
  color: #000000;
}
