body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Gloock', serif;
  font-size: 5.5rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 6.875rem;
}
.display-2 {
  font-family: 'Jost', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Jost', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Jost', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 4.4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.85rem;
    font-size: calc( 2.5749999999999997rem + (5.5 - 2.5749999999999997) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.5749999999999997rem + (5.5 - 2.5749999999999997) * ((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: #000000 !important;
}
.bg-success {
  background-color: #40b0bf !important;
}
.bg-info {
  background-color: #0000ff !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary,
.btn-primary: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-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.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-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #0000ff !important;
  border-color: #0000ff !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: #0000a8 !important;
  border-color: #0000a8 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #0000a8 !important;
  border-color: #0000a8 !important;
}
.btn-info,
.btn-info:active {
  background-color: #0000ff !important;
  border-color: #0000ff !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: #0000a8 !important;
  border-color: #0000a8 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #0000a8 !important;
  border-color: #0000a8 !important;
}
.btn-success,
.btn-success:active {
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #614f00 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #0a0800 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #614f00 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #000000;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #0000ff;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #0000a8 !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: #0000ff !important;
  border-color: #0000ff !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #0000ff;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #0000a8 !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: #0000ff !important;
  border-color: #0000ff !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #40b0bf;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #2a747e !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffe161;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffd10a !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff9966;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ff5f0f !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: 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: #000000 !important;
}
.text-secondary {
  color: #0000ff !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #0000ff !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #ff9966 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #000000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #000099 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #266a73 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #000099 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #facb00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ff5500 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #000000;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #0000ff;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #ff9966;
}
.mbr-gallery-filter li.active .btn {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #000000;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #b3b3b3;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #a0d8df;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ccccff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #000000 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #000000;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #000000;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #000000;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #000000;
  border-bottom-color: #000000;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #000000 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #0000ff !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23000000' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.cid-tITdLhZF3V .navbar-dropdown {
  position: relative !important;
}
.cid-tITdLhZF3V .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tITdLhZF3V .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tITdLhZF3V .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tITdLhZF3V .dropdown-item:hover,
.cid-tITdLhZF3V .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-tITdLhZF3V .dropdown-item:hover span {
  color: white;
}
.cid-tITdLhZF3V .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tITdLhZF3V .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tITdLhZF3V .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 2em !important;
}
@media (max-width: 991px) {
  .cid-tITdLhZF3V .nav-dropdown .link {
    padding: 0 !important;
    margin: 6px 0 !important;
  }
}
.cid-tITdLhZF3V .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tITdLhZF3V .nav-link {
  position: relative;
}
@media (max-width: 991px) {
  .cid-tITdLhZF3V .nav-link {
    display: flex !important;
    justify-content: flex-start !important;
    width: 100% !important;
  }
}
.cid-tITdLhZF3V .nav-link:before {
  content: '' !important;
  width: 6px !important;
  height: 6px !important;
  left: 0 !important;
  margin-right: 9px !important;
  position: relative !important;
  border: 1px solid currentColor !important;
  border-radius: 100% !important;
  display: inline-block !important;
  vertical-align: middle !important;
}
.cid-tITdLhZF3V .nav-link:hover:before {
  background-color: currentColor !important;
}
.cid-tITdLhZF3V .container {
  display: flex;
  margin: auto;
}
.cid-tITdLhZF3V .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tITdLhZF3V .navbar-nav {
  min-height: 70px;
  align-items: flex-start;
  flex-grow: 1;
}
@media (min-width: 992px) {
  .cid-tITdLhZF3V .navbar-nav {
    align-items: center;
    padding: 0 32px;
  }
}
.cid-tITdLhZF3V .dropdown-menu,
.cid-tITdLhZF3V .navbar.opened {
  background: #ffffff !important;
}
.cid-tITdLhZF3V .nav-item:focus,
.cid-tITdLhZF3V .nav-link:focus {
  outline: none;
}
.cid-tITdLhZF3V .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
  border-bottom: 1px solid #7f8678;
}
.cid-tITdLhZF3V .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tITdLhZF3V .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tITdLhZF3V .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tITdLhZF3V .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tITdLhZF3V .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tITdLhZF3V .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid #7f8678;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  padding: 0 !important;
  box-shadow: none;
}
.cid-tITdLhZF3V .navbar.opened {
  transition: all 0.3s;
}
.cid-tITdLhZF3V .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tITdLhZF3V .navbar .navbar-logo img {
  width: auto;
}
.cid-tITdLhZF3V .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-tITdLhZF3V .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tITdLhZF3V .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tITdLhZF3V .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tITdLhZF3V .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tITdLhZF3V .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-tITdLhZF3V .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tITdLhZF3V .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tITdLhZF3V .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tITdLhZF3V .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tITdLhZF3V .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tITdLhZF3V .navbar.navbar-short {
  min-height: 60px;
}
.cid-tITdLhZF3V .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tITdLhZF3V .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tITdLhZF3V .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 38px 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-tITdLhZF3V .navbar-brand {
    border-right: 1px solid #7f8678;
  }
}
.cid-tITdLhZF3V .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tITdLhZF3V .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tITdLhZF3V .navbar.navbar-short .navbar-brand {
  padding: 10px 38px 10px 0;
}
.cid-tITdLhZF3V .dropdown-item.active,
.cid-tITdLhZF3V .dropdown-item:active {
  background-color: transparent;
}
.cid-tITdLhZF3V .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tITdLhZF3V .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tITdLhZF3V .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tITdLhZF3V .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tITdLhZF3V .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tITdLhZF3V .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tITdLhZF3V ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tITdLhZF3V .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tITdLhZF3V button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tITdLhZF3V button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 40px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tITdLhZF3V button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tITdLhZF3V button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tITdLhZF3V button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tITdLhZF3V button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tITdLhZF3V nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tITdLhZF3V nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tITdLhZF3V nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tITdLhZF3V nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tITdLhZF3V .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tITdLhZF3V a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tITdLhZF3V .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tITdLhZF3V .navbar {
    height: 70px;
  }
  .cid-tITdLhZF3V .navbar.opened {
    height: auto;
  }
  .cid-tITdLhZF3V .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tITdLhZF3V .container-fluid {
  padding: 0 33px;
}
@media (min-width: 992px) {
  .cid-tITdLhZF3V .container-fluid {
    padding: 0 40px;
  }
}
.cid-tITdLhZF3V .layout-container {
  display: flex;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-tITdLhZF3V .layout-container {
    flex-wrap: nowrap;
  }
}
@media (max-width: 991px) {
  .cid-tITdLhZF3V .nav-item {
    width: 100%;
    text-align: left;
    display: flex;
    flex-wrap: wrap;
  }
  .cid-tITdLhZF3V .nav-item .dropdown-toggle::after {
    margin: 0 0 0 auto !important;
  }
  .cid-tITdLhZF3V .nav-item .dropdown-menu {
    width: 100%;
    border: none;
    box-shadow: none;
    border-radius: 0 !important;
  }
  .cid-tITdLhZF3V .nav-item .dropdown-menu .dropdown-item {
    display: flex;
    justify-content: flex-start;
    padding: 6px 0 !important;
  }
  .cid-tITdLhZF3V .nav-item .dropdown-menu .dropdown-toggle {
    display: flex !important;
    justify-content: flex-start !important;
    align-items: center !important;
    padding: 6px 0 !important;
  }
  .cid-tITdLhZF3V .nav-item .dropdown-menu .dropdown-toggle::after {
    position: static !important;
  }
}
.cid-tITdLhZF3V .mbr-section-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  min-width: min-content;
}
@media (min-width: 992px) {
  .cid-tITdLhZF3V .mbr-section-btn {
    border-left: 1px solid #7f8678;
    min-height: 100%;
  }
}
.cid-tITdLhZF3V .mbr-section-btn .btn {
  margin: 0;
  min-height: 70px;
  padding: 0 17px 0 17px;
  border-radius: 0;
  word-break: normal;
  flex-grow: 1;
}
@media (max-width: 991px) {
  .cid-tITdLhZF3V .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-tKVrVQMDYP {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/puzzle-blue2-2.jpg");
}
.cid-tKVrVQMDYP .content_box {
  position: relative;
  z-index: 5;
}
.cid-tKVrVQMDYP .carousel-item {
  justify-content: center;
}
.cid-tKVrVQMDYP .carousel-item.active,
.cid-tKVrVQMDYP .carousel-item-next,
.cid-tKVrVQMDYP .carousel-item-prev {
  display: flex;
}
.cid-tKVrVQMDYP .carousel-controls a {
  transition: opacity .5s;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  bottom: auto;
  font-size: 22px;
  height: 22px;
  width: 22px;
  padding: 10px;
  color: #000000;
  opacity: 1;
}
.cid-tKVrVQMDYP .carousel-control-next span {
  padding-left: 5px;
}
.cid-tKVrVQMDYP .carousel-control-prev span {
  padding-right: 5px;
}
.cid-tKVrVQMDYP .user_image {
  width: 100px;
  margin-bottom: 35px;
  overflow: hidden;
  margin: 0 auto 2rem auto;
}
.cid-tKVrVQMDYP .user_image img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 230px) {
  .cid-tKVrVQMDYP .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-tKVrVQMDYP .user_text {
  line-height: 1.272em;
  font-weight: 500;
  color: #ffff00;
  text-align: left;
}
.cid-tKVrVQMDYP .user_name {
  color: #ffff00;
  text-align: left;
}
.cid-tIYiqA1TuN {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tIYiqA1TuN .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIYiqA1TuN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tIYiqA1TuN .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-tIYiqA1TuN .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-tIYiqA1TuN .container {
    padding: 0 26px;
  }
}
.cid-tIYiqA1TuN .row {
  margin: 0;
}
@media (max-width: 992px) {
  .cid-tIYiqA1TuN .row {
    margin: 0 -12px;
  }
}
.cid-tIYiqA1TuN .card {
  position: relative;
  padding: 0 50px 0 0;
  justify-content: center;
  border-radius: 0;
}
.cid-tIYiqA1TuN .card:first-child {
  border-right: 1px solid #000000;
}
@media (max-width: 992px) {
  .cid-tIYiqA1TuN .card:first-child {
    border: none;
  }
}
.cid-tIYiqA1TuN .card:first-child::before {
  content: '';
  position: absolute;
  right: -8px;
  width: 15px;
  height: 15px;
  background-color: #000000;
  border-radius: 50%;
}
@media (max-width: 992px) {
  .cid-tIYiqA1TuN .card:first-child::before {
    display: none;
  }
}
.cid-tIYiqA1TuN .card:last-child {
  padding: 0 0 0 50px;
}
@media (max-width: 992px) {
  .cid-tIYiqA1TuN .card:last-child {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-tIYiqA1TuN .card {
    padding: 0 12px;
  }
}
.cid-tIYiqA1TuN .image-wrapper {
  padding: 40px 0;
}
@media (max-width: 992px) {
  .cid-tIYiqA1TuN .image-wrapper {
    padding: 0 0 40px 0;
  }
}
.cid-tIYiqA1TuN .image-wrapper img {
  height: 420px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tIYiqA1TuN .image-wrapper img {
    height: 300px;
  }
}
.cid-tIYiqA1TuN .title-wrapper .title-wrap {
  padding: 40px;
}
@media (max-width: 992px) {
  .cid-tIYiqA1TuN .title-wrapper .title-wrap {
    padding: 0;
  }
}
.cid-tIYiqA1TuN .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 18px;
}
.cid-tIYiqA1TuN .title-wrapper .title-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-tIYiqA1TuN .mbr-section-title {
  color: #1d1d1d;
}
.cid-tIYiqA1TuN .mbr-text {
  color: #000000;
}
.cid-tJdPz236Zs.popup-builder {
  background-color: #ffffff;
}
.cid-tJdPz236Zs.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tJdPz236Zs.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tJdPz236Zs .modal-content,
.cid-tJdPz236Zs .modal-dialog {
  height: auto;
}
.cid-tJdPz236Zs .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tJdPz236Zs .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tJdPz236Zs .form-wrapper .mbr-form .form-group,
  .cid-tJdPz236Zs .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tJdPz236Zs .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tJdPz236Zs .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tJdPz236Zs .mbr-text {
  text-align: center;
}
.cid-tJdPz236Zs .pt-0 {
  padding-top: 0 !important;
}
.cid-tJdPz236Zs .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tJdPz236Zs .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tJdPz236Zs .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tJdPz236Zs .modal-open {
  overflow: hidden;
}
.cid-tJdPz236Zs .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tJdPz236Zs .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tJdPz236Zs .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tJdPz236Zs .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-tJdPz236Zs .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tJdPz236Zs .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tJdPz236Zs .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tJdPz236Zs .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-tJdPz236Zs .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tJdPz236Zs .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tJdPz236Zs .modal-backdrop.fade {
  opacity: 0;
}
.cid-tJdPz236Zs .modal-backdrop.show {
  opacity: .5;
}
.cid-tJdPz236Zs .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-tJdPz236Zs .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tJdPz236Zs .modal-header {
    padding: 1rem;
  }
}
.cid-tJdPz236Zs .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tJdPz236Zs .modal-header .close svg {
  fill: #000000;
}
.cid-tJdPz236Zs .modal-header .close:hover {
  opacity: 1;
}
.cid-tJdPz236Zs .modal-header .close:focus {
  outline: none;
}
.cid-tJdPz236Zs .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tJdPz236Zs .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tJdPz236Zs .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tJdPz236Zs .modal-body {
    padding: 1rem;
  }
}
.cid-tJdPz236Zs .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tJdPz236Zs .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tJdPz236Zs .modal-footer {
    padding: 1rem;
  }
}
.cid-tJdPz236Zs .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tJdPz236Zs .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tJdPz236Zs .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tJdPz236Zs .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tJdPz236Zs .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tJdPz236Zs .modal-lg,
  .cid-tJdPz236Zs .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tJdPz236Zs .modal-xl {
    max-width: 1140px;
  }
}
.cid-tJdPz236Zs .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tJdPz236Zs .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-tJdPz236Zs .form-group {
  margin-bottom: 1rem;
}
.cid-tJdPz236Zs .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tJdPz236Zs .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tJdPz236Zs .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-tJdPz236Zs .mbr-section-btn {
  margin: 0;
}
.cid-tJdPz236Zs .mbr-section-btn .btn {
  margin: 0;
}
.cid-tJnfmnQckn {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-tJnfmnQckn .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-tJnfmnQckn .row {
  border-bottom: 1px solid #808080;
}
.cid-tJnfmnQckn H2 {
  color: #e7272d;
}
.cid-tJnfmnQckn .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-tJnfmnQckn .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-tJnfmnQckn .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-tJnfmnQckn .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-tJnfmnQckn .col-lg-12 {
  overflow: hidden;
}
.cid-tJnfmnQckn H4 {
  color: #fbbe36;
}
.cid-tJnfmnQckn .mbr-text,
.cid-tJnfmnQckn .mbr-section-btn {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tJnfmnQckn .logo-wrap:before {
    content: none;
  }
  .cid-tJnfmnQckn .logo-wrap:after {
    content: none;
  }
}
.cid-tJnfmnQckn .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJnfmnQckn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tJnfmnQckn H3 {
  color: #9fdbf8;
}
.cid-tJhC3xmfpx .navbar-dropdown {
  position: relative !important;
}
.cid-tJhC3xmfpx .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tJhC3xmfpx .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tJhC3xmfpx .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tJhC3xmfpx .dropdown-item:hover,
.cid-tJhC3xmfpx .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-tJhC3xmfpx .dropdown-item:hover span {
  color: white;
}
.cid-tJhC3xmfpx .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tJhC3xmfpx .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tJhC3xmfpx .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 2em !important;
}
@media (max-width: 991px) {
  .cid-tJhC3xmfpx .nav-dropdown .link {
    padding: 0 !important;
    margin: 6px 0 !important;
  }
}
.cid-tJhC3xmfpx .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tJhC3xmfpx .nav-link {
  position: relative;
}
@media (max-width: 991px) {
  .cid-tJhC3xmfpx .nav-link {
    display: flex !important;
    justify-content: flex-start !important;
    width: 100% !important;
  }
}
.cid-tJhC3xmfpx .nav-link:before {
  content: '' !important;
  width: 6px !important;
  height: 6px !important;
  left: 0 !important;
  margin-right: 9px !important;
  position: relative !important;
  border: 1px solid currentColor !important;
  border-radius: 100% !important;
  display: inline-block !important;
  vertical-align: middle !important;
}
.cid-tJhC3xmfpx .nav-link:hover:before {
  background-color: currentColor !important;
}
.cid-tJhC3xmfpx .container {
  display: flex;
  margin: auto;
}
.cid-tJhC3xmfpx .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tJhC3xmfpx .navbar-nav {
  min-height: 70px;
  align-items: flex-start;
  flex-grow: 1;
}
@media (min-width: 992px) {
  .cid-tJhC3xmfpx .navbar-nav {
    align-items: center;
    padding: 0 32px;
  }
}
.cid-tJhC3xmfpx .dropdown-menu,
.cid-tJhC3xmfpx .navbar.opened {
  background: #ffffff !important;
}
.cid-tJhC3xmfpx .nav-item:focus,
.cid-tJhC3xmfpx .nav-link:focus {
  outline: none;
}
.cid-tJhC3xmfpx .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
  border-bottom: 1px solid #7f8678;
}
.cid-tJhC3xmfpx .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tJhC3xmfpx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tJhC3xmfpx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tJhC3xmfpx .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tJhC3xmfpx .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tJhC3xmfpx .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid #7f8678;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  padding: 0 !important;
  box-shadow: none;
}
.cid-tJhC3xmfpx .navbar.opened {
  transition: all 0.3s;
}
.cid-tJhC3xmfpx .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tJhC3xmfpx .navbar .navbar-logo img {
  width: auto;
}
.cid-tJhC3xmfpx .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-tJhC3xmfpx .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tJhC3xmfpx .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tJhC3xmfpx .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tJhC3xmfpx .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tJhC3xmfpx .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-tJhC3xmfpx .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tJhC3xmfpx .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tJhC3xmfpx .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tJhC3xmfpx .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tJhC3xmfpx .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tJhC3xmfpx .navbar.navbar-short {
  min-height: 60px;
}
.cid-tJhC3xmfpx .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tJhC3xmfpx .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tJhC3xmfpx .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 38px 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-tJhC3xmfpx .navbar-brand {
    border-right: 1px solid #7f8678;
  }
}
.cid-tJhC3xmfpx .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tJhC3xmfpx .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tJhC3xmfpx .navbar.navbar-short .navbar-brand {
  padding: 10px 38px 10px 0;
}
.cid-tJhC3xmfpx .dropdown-item.active,
.cid-tJhC3xmfpx .dropdown-item:active {
  background-color: transparent;
}
.cid-tJhC3xmfpx .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tJhC3xmfpx .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tJhC3xmfpx .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tJhC3xmfpx .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tJhC3xmfpx .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tJhC3xmfpx .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tJhC3xmfpx ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tJhC3xmfpx .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tJhC3xmfpx button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tJhC3xmfpx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 40px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tJhC3xmfpx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tJhC3xmfpx button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tJhC3xmfpx button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tJhC3xmfpx button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tJhC3xmfpx nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tJhC3xmfpx nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tJhC3xmfpx nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tJhC3xmfpx nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tJhC3xmfpx .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tJhC3xmfpx a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tJhC3xmfpx .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tJhC3xmfpx .navbar {
    height: 70px;
  }
  .cid-tJhC3xmfpx .navbar.opened {
    height: auto;
  }
  .cid-tJhC3xmfpx .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tJhC3xmfpx .container-fluid {
  padding: 0 33px;
}
@media (min-width: 992px) {
  .cid-tJhC3xmfpx .container-fluid {
    padding: 0 40px;
  }
}
.cid-tJhC3xmfpx .layout-container {
  display: flex;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-tJhC3xmfpx .layout-container {
    flex-wrap: nowrap;
  }
}
@media (max-width: 991px) {
  .cid-tJhC3xmfpx .nav-item {
    width: 100%;
    text-align: left;
    display: flex;
    flex-wrap: wrap;
  }
  .cid-tJhC3xmfpx .nav-item .dropdown-toggle::after {
    margin: 0 0 0 auto !important;
  }
  .cid-tJhC3xmfpx .nav-item .dropdown-menu {
    width: 100%;
    border: none;
    box-shadow: none;
    border-radius: 0 !important;
  }
  .cid-tJhC3xmfpx .nav-item .dropdown-menu .dropdown-item {
    display: flex;
    justify-content: flex-start;
    padding: 6px 0 !important;
  }
  .cid-tJhC3xmfpx .nav-item .dropdown-menu .dropdown-toggle {
    display: flex !important;
    justify-content: flex-start !important;
    align-items: center !important;
    padding: 6px 0 !important;
  }
  .cid-tJhC3xmfpx .nav-item .dropdown-menu .dropdown-toggle::after {
    position: static !important;
  }
}
.cid-tJhC3xmfpx .mbr-section-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  min-width: min-content;
}
@media (min-width: 992px) {
  .cid-tJhC3xmfpx .mbr-section-btn {
    border-left: 1px solid #7f8678;
    min-height: 100%;
  }
}
.cid-tJhC3xmfpx .mbr-section-btn .btn {
  margin: 0;
  min-height: 70px;
  padding: 0 17px 0 17px;
  border-radius: 0;
  word-break: normal;
  flex-grow: 1;
}
@media (max-width: 991px) {
  .cid-tJhC3xmfpx .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-tJhC3xR9F4 {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/puzzle-blue25-1.jpg");
}
.cid-tJhC3xR9F4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJhC3xR9F4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tJhC3xR9F4 .mbr-section-title {
  color: #C4CFDE;
  margin-bottom: 20px;
}
.cid-tJhC3xR9F4 .mbr-section-subtitle {
  color: #FFFFFF;
  margin-bottom: 30px;
}
.cid-tJhC3xR9F4 .mbr-text {
  color: #878e99;
  margin-top: 0;
}
.cid-tJhC3xR9F4 .mbr-section-btn {
  margin-top: 30px;
}
.cid-tJhC3xR9F4 .mbr-section-btn .btn {
  box-shadow: none !important;
}
.cid-tJhC3xR9F4 .mbr-text,
.cid-tJhC3xR9F4 .mbr-section-btn {
  color: #ffffff;
}
.cid-tJmZwuC0cp {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tJmZwuC0cp .panel-group {
  border: none;
}
.cid-tJmZwuC0cp .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tJmZwuC0cp .panel-title.collapsed .icon-card::after {
  transform: rotate(90deg);
}
.cid-tJmZwuC0cp .panel-title.collapsed .icon-card::before {
  transform: rotate(180deg);
}
.cid-tJmZwuC0cp .panel-title:hover .icon-card::after {
  transform: rotate(0deg);
}
.cid-tJmZwuC0cp .panel-title:hover .icon-card::before {
  transform: rotate(0deg);
}
.cid-tJmZwuC0cp .card-header {
  margin: 0 !important;
  padding: 0.8125rem 0 0.3125rem 0;
  border-bottom: 2px solid #e5d9d0;
}
.cid-tJmZwuC0cp .panel-body {
  margin-top: 1.5rem;
  margin-bottom: 0.75rem;
}
.cid-tJmZwuC0cp .card {
  margin-bottom: 0.75rem;
}
.cid-tJmZwuC0cp .card .card-header {
  background-color: transparent;
}
.cid-tJmZwuC0cp .panel-title-edit {
  width: 100%;
  color: #000000;
}
.cid-tJmZwuC0cp .image-wrapper,
.cid-tJmZwuC0cp .mbr-img-wrap {
  height: 100%;
}
.cid-tJmZwuC0cp .icon-card {
  width: 17px;
  height: 17px;
  position: relative;
}
.cid-tJmZwuC0cp .icon-card::before,
.cid-tJmZwuC0cp .icon-card::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 2px;
  background: #000000;
  transition: 0.3s;
}
.cid-tJrrYRRpIu {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tJrrYRRpIu .panel-group {
  border: none;
}
.cid-tJrrYRRpIu .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tJrrYRRpIu .panel-title.collapsed .icon-card::after {
  transform: rotate(90deg);
}
.cid-tJrrYRRpIu .panel-title.collapsed .icon-card::before {
  transform: rotate(180deg);
}
.cid-tJrrYRRpIu .panel-title:hover .icon-card::after {
  transform: rotate(0deg);
}
.cid-tJrrYRRpIu .panel-title:hover .icon-card::before {
  transform: rotate(0deg);
}
.cid-tJrrYRRpIu .card-header {
  margin: 0 !important;
  padding: 0.8125rem 0 0.3125rem 0;
  border-bottom: 2px solid #e5d9d0;
}
.cid-tJrrYRRpIu .panel-body {
  margin-top: 1.5rem;
  margin-bottom: 0.75rem;
}
.cid-tJrrYRRpIu .card {
  margin-bottom: 0.75rem;
}
.cid-tJrrYRRpIu .card .card-header {
  background-color: transparent;
}
.cid-tJrrYRRpIu .panel-title-edit {
  width: 100%;
  color: #000000;
}
.cid-tJrrYRRpIu .image-wrapper,
.cid-tJrrYRRpIu .mbr-img-wrap {
  height: 100%;
}
.cid-tJrrYRRpIu .icon-card {
  width: 17px;
  height: 17px;
  position: relative;
}
.cid-tJrrYRRpIu .icon-card::before,
.cid-tJrrYRRpIu .icon-card::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 2px;
  background: #000000;
  transition: 0.3s;
}
.cid-tJrtVZrn9h {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tJrtVZrn9h .panel-group {
  border: none;
}
.cid-tJrtVZrn9h .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tJrtVZrn9h .panel-title.collapsed .icon-card::after {
  transform: rotate(90deg);
}
.cid-tJrtVZrn9h .panel-title.collapsed .icon-card::before {
  transform: rotate(180deg);
}
.cid-tJrtVZrn9h .panel-title:hover .icon-card::after {
  transform: rotate(0deg);
}
.cid-tJrtVZrn9h .panel-title:hover .icon-card::before {
  transform: rotate(0deg);
}
.cid-tJrtVZrn9h .card-header {
  margin: 0 !important;
  padding: 0.8125rem 0 0.3125rem 0;
  border-bottom: 2px solid #e5d9d0;
}
.cid-tJrtVZrn9h .panel-body {
  margin-top: 1.5rem;
  margin-bottom: 0.75rem;
}
.cid-tJrtVZrn9h .card {
  margin-bottom: 0.75rem;
}
.cid-tJrtVZrn9h .card .card-header {
  background-color: transparent;
}
.cid-tJrtVZrn9h .panel-title-edit {
  width: 100%;
  color: #000000;
}
.cid-tJrtVZrn9h .image-wrapper,
.cid-tJrtVZrn9h .mbr-img-wrap {
  height: 100%;
}
.cid-tJrtVZrn9h .icon-card {
  width: 17px;
  height: 17px;
  position: relative;
}
.cid-tJrtVZrn9h .icon-card::before,
.cid-tJrtVZrn9h .icon-card::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 2px;
  background: #000000;
  transition: 0.3s;
}
.cid-tJnfmnQckn {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-tJnfmnQckn .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-tJnfmnQckn .row {
  border-bottom: 1px solid #808080;
}
.cid-tJnfmnQckn H2 {
  color: #e7272d;
}
.cid-tJnfmnQckn .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-tJnfmnQckn .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-tJnfmnQckn .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-tJnfmnQckn .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-tJnfmnQckn .col-lg-12 {
  overflow: hidden;
}
.cid-tJnfmnQckn H4 {
  color: #fbbe36;
}
.cid-tJnfmnQckn .mbr-text,
.cid-tJnfmnQckn .mbr-section-btn {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tJnfmnQckn .logo-wrap:before {
    content: none;
  }
  .cid-tJnfmnQckn .logo-wrap:after {
    content: none;
  }
}
.cid-tJnfmnQckn .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJnfmnQckn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tJnfmnQckn H3 {
  color: #9fdbf8;
}
.cid-tJhC3yPAyY.popup-builder {
  background-color: #ffffff;
}
.cid-tJhC3yPAyY.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tJhC3yPAyY.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tJhC3yPAyY .modal-content,
.cid-tJhC3yPAyY .modal-dialog {
  height: auto;
}
.cid-tJhC3yPAyY .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tJhC3yPAyY .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tJhC3yPAyY .form-wrapper .mbr-form .form-group,
  .cid-tJhC3yPAyY .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tJhC3yPAyY .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tJhC3yPAyY .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tJhC3yPAyY .mbr-text {
  text-align: center;
}
.cid-tJhC3yPAyY .pt-0 {
  padding-top: 0 !important;
}
.cid-tJhC3yPAyY .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tJhC3yPAyY .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tJhC3yPAyY .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tJhC3yPAyY .modal-open {
  overflow: hidden;
}
.cid-tJhC3yPAyY .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tJhC3yPAyY .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tJhC3yPAyY .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tJhC3yPAyY .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-tJhC3yPAyY .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tJhC3yPAyY .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tJhC3yPAyY .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tJhC3yPAyY .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-tJhC3yPAyY .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tJhC3yPAyY .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tJhC3yPAyY .modal-backdrop.fade {
  opacity: 0;
}
.cid-tJhC3yPAyY .modal-backdrop.show {
  opacity: .5;
}
.cid-tJhC3yPAyY .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-tJhC3yPAyY .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tJhC3yPAyY .modal-header {
    padding: 1rem;
  }
}
.cid-tJhC3yPAyY .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tJhC3yPAyY .modal-header .close svg {
  fill: #000000;
}
.cid-tJhC3yPAyY .modal-header .close:hover {
  opacity: 1;
}
.cid-tJhC3yPAyY .modal-header .close:focus {
  outline: none;
}
.cid-tJhC3yPAyY .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tJhC3yPAyY .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tJhC3yPAyY .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tJhC3yPAyY .modal-body {
    padding: 1rem;
  }
}
.cid-tJhC3yPAyY .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tJhC3yPAyY .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tJhC3yPAyY .modal-footer {
    padding: 1rem;
  }
}
.cid-tJhC3yPAyY .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tJhC3yPAyY .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tJhC3yPAyY .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tJhC3yPAyY .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tJhC3yPAyY .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tJhC3yPAyY .modal-lg,
  .cid-tJhC3yPAyY .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tJhC3yPAyY .modal-xl {
    max-width: 1140px;
  }
}
.cid-tJhC3yPAyY .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tJhC3yPAyY .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-tJhC3yPAyY .form-group {
  margin-bottom: 1rem;
}
.cid-tJhC3yPAyY .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tJhC3yPAyY .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tJhC3yPAyY .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-tJhC3yPAyY .mbr-section-btn {
  margin: 0;
}
.cid-tJhC3yPAyY .mbr-section-btn .btn {
  margin: 0;
}
.cid-tJrwyNeLpG .navbar-dropdown {
  position: relative !important;
}
.cid-tJrwyNeLpG .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tJrwyNeLpG .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tJrwyNeLpG .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tJrwyNeLpG .dropdown-item:hover,
.cid-tJrwyNeLpG .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-tJrwyNeLpG .dropdown-item:hover span {
  color: white;
}
.cid-tJrwyNeLpG .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tJrwyNeLpG .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tJrwyNeLpG .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 2em !important;
}
@media (max-width: 991px) {
  .cid-tJrwyNeLpG .nav-dropdown .link {
    padding: 0 !important;
    margin: 6px 0 !important;
  }
}
.cid-tJrwyNeLpG .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tJrwyNeLpG .nav-link {
  position: relative;
}
@media (max-width: 991px) {
  .cid-tJrwyNeLpG .nav-link {
    display: flex !important;
    justify-content: flex-start !important;
    width: 100% !important;
  }
}
.cid-tJrwyNeLpG .nav-link:before {
  content: '' !important;
  width: 6px !important;
  height: 6px !important;
  left: 0 !important;
  margin-right: 9px !important;
  position: relative !important;
  border: 1px solid currentColor !important;
  border-radius: 100% !important;
  display: inline-block !important;
  vertical-align: middle !important;
}
.cid-tJrwyNeLpG .nav-link:hover:before {
  background-color: currentColor !important;
}
.cid-tJrwyNeLpG .container {
  display: flex;
  margin: auto;
}
.cid-tJrwyNeLpG .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tJrwyNeLpG .navbar-nav {
  min-height: 70px;
  align-items: flex-start;
  flex-grow: 1;
}
@media (min-width: 992px) {
  .cid-tJrwyNeLpG .navbar-nav {
    align-items: center;
    padding: 0 32px;
  }
}
.cid-tJrwyNeLpG .dropdown-menu,
.cid-tJrwyNeLpG .navbar.opened {
  background: #ffffff !important;
}
.cid-tJrwyNeLpG .nav-item:focus,
.cid-tJrwyNeLpG .nav-link:focus {
  outline: none;
}
.cid-tJrwyNeLpG .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
  border-bottom: 1px solid #7f8678;
}
.cid-tJrwyNeLpG .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tJrwyNeLpG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tJrwyNeLpG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tJrwyNeLpG .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tJrwyNeLpG .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tJrwyNeLpG .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid #7f8678;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  padding: 0 !important;
  box-shadow: none;
}
.cid-tJrwyNeLpG .navbar.opened {
  transition: all 0.3s;
}
.cid-tJrwyNeLpG .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tJrwyNeLpG .navbar .navbar-logo img {
  width: auto;
}
.cid-tJrwyNeLpG .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-tJrwyNeLpG .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tJrwyNeLpG .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tJrwyNeLpG .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tJrwyNeLpG .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tJrwyNeLpG .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-tJrwyNeLpG .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tJrwyNeLpG .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tJrwyNeLpG .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tJrwyNeLpG .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tJrwyNeLpG .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tJrwyNeLpG .navbar.navbar-short {
  min-height: 60px;
}
.cid-tJrwyNeLpG .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tJrwyNeLpG .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tJrwyNeLpG .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 38px 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-tJrwyNeLpG .navbar-brand {
    border-right: 1px solid #7f8678;
  }
}
.cid-tJrwyNeLpG .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tJrwyNeLpG .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tJrwyNeLpG .navbar.navbar-short .navbar-brand {
  padding: 10px 38px 10px 0;
}
.cid-tJrwyNeLpG .dropdown-item.active,
.cid-tJrwyNeLpG .dropdown-item:active {
  background-color: transparent;
}
.cid-tJrwyNeLpG .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tJrwyNeLpG .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tJrwyNeLpG .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tJrwyNeLpG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tJrwyNeLpG .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tJrwyNeLpG .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tJrwyNeLpG ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tJrwyNeLpG .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tJrwyNeLpG button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tJrwyNeLpG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 40px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tJrwyNeLpG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tJrwyNeLpG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tJrwyNeLpG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tJrwyNeLpG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tJrwyNeLpG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tJrwyNeLpG nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tJrwyNeLpG nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tJrwyNeLpG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tJrwyNeLpG .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tJrwyNeLpG a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tJrwyNeLpG .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tJrwyNeLpG .navbar {
    height: 70px;
  }
  .cid-tJrwyNeLpG .navbar.opened {
    height: auto;
  }
  .cid-tJrwyNeLpG .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tJrwyNeLpG .container-fluid {
  padding: 0 33px;
}
@media (min-width: 992px) {
  .cid-tJrwyNeLpG .container-fluid {
    padding: 0 40px;
  }
}
.cid-tJrwyNeLpG .layout-container {
  display: flex;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-tJrwyNeLpG .layout-container {
    flex-wrap: nowrap;
  }
}
@media (max-width: 991px) {
  .cid-tJrwyNeLpG .nav-item {
    width: 100%;
    text-align: left;
    display: flex;
    flex-wrap: wrap;
  }
  .cid-tJrwyNeLpG .nav-item .dropdown-toggle::after {
    margin: 0 0 0 auto !important;
  }
  .cid-tJrwyNeLpG .nav-item .dropdown-menu {
    width: 100%;
    border: none;
    box-shadow: none;
    border-radius: 0 !important;
  }
  .cid-tJrwyNeLpG .nav-item .dropdown-menu .dropdown-item {
    display: flex;
    justify-content: flex-start;
    padding: 6px 0 !important;
  }
  .cid-tJrwyNeLpG .nav-item .dropdown-menu .dropdown-toggle {
    display: flex !important;
    justify-content: flex-start !important;
    align-items: center !important;
    padding: 6px 0 !important;
  }
  .cid-tJrwyNeLpG .nav-item .dropdown-menu .dropdown-toggle::after {
    position: static !important;
  }
}
.cid-tJrwyNeLpG .mbr-section-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  min-width: min-content;
}
@media (min-width: 992px) {
  .cid-tJrwyNeLpG .mbr-section-btn {
    border-left: 1px solid #7f8678;
    min-height: 100%;
  }
}
.cid-tJrwyNeLpG .mbr-section-btn .btn {
  margin: 0;
  min-height: 70px;
  padding: 0 17px 0 17px;
  border-radius: 0;
  word-break: normal;
  flex-grow: 1;
}
@media (max-width: 991px) {
  .cid-tJrwyNeLpG .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-tJrwyNUAOn {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/puzzle-blue-5.jpg");
}
.cid-tJrwyNUAOn .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJrwyNUAOn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tJrwyNUAOn .mbr-section-title {
  color: #C4CFDE;
  margin-bottom: 20px;
}
.cid-tJrwyNUAOn .mbr-section-subtitle {
  color: #FFFFFF;
  margin-bottom: 30px;
}
.cid-tJrwyNUAOn .mbr-text {
  color: #878e99;
  margin-top: 0;
}
.cid-tJrwyNUAOn .mbr-section-btn {
  margin-top: 30px;
}
.cid-tJrwyNUAOn .mbr-section-btn .btn {
  box-shadow: none !important;
}
.cid-tJrwyNUAOn .mbr-text,
.cid-tJrwyNUAOn .mbr-section-btn {
  color: #ffffff;
}
.cid-tJrFHYp4FO {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-tJrFHYp4FO .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJrFHYp4FO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tJrFHYp4FO .row {
  flex-direction: row-reverse;
}
.cid-tJrFHYp4FO .row {
  align-items: center;
}
.cid-tJrFHYp4FO img {
  border-radius: 2rem;
}
@media (min-width: 992px) {
  .cid-tJrFHYp4FO .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tJrFHYp4FO .mbr-section-title {
  color: #000000;
}
.cid-tJrFHYp4FO .mbr-text,
.cid-tJrFHYp4FO .mbr-section-btn {
  color: #232323;
}
.cid-tJrwyQbs2G {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-tJrwyQbs2G .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-tJrwyQbs2G .row {
  border-bottom: 1px solid #808080;
}
.cid-tJrwyQbs2G H2 {
  color: #e7272d;
}
.cid-tJrwyQbs2G .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-tJrwyQbs2G .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-tJrwyQbs2G .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-tJrwyQbs2G .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-tJrwyQbs2G .col-lg-12 {
  overflow: hidden;
}
.cid-tJrwyQbs2G H4 {
  color: #fbbe36;
}
.cid-tJrwyQbs2G .mbr-text,
.cid-tJrwyQbs2G .mbr-section-btn {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tJrwyQbs2G .logo-wrap:before {
    content: none;
  }
  .cid-tJrwyQbs2G .logo-wrap:after {
    content: none;
  }
}
.cid-tJrwyQbs2G .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJrwyQbs2G .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tJrwyQbs2G H3 {
  color: #9fdbf8;
}
.cid-tJrwyQHgdp.popup-builder {
  background-color: #ffffff;
}
.cid-tJrwyQHgdp.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tJrwyQHgdp.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tJrwyQHgdp .modal-content,
.cid-tJrwyQHgdp .modal-dialog {
  height: auto;
}
.cid-tJrwyQHgdp .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tJrwyQHgdp .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tJrwyQHgdp .form-wrapper .mbr-form .form-group,
  .cid-tJrwyQHgdp .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tJrwyQHgdp .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tJrwyQHgdp .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tJrwyQHgdp .mbr-text {
  text-align: center;
}
.cid-tJrwyQHgdp .pt-0 {
  padding-top: 0 !important;
}
.cid-tJrwyQHgdp .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tJrwyQHgdp .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tJrwyQHgdp .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tJrwyQHgdp .modal-open {
  overflow: hidden;
}
.cid-tJrwyQHgdp .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tJrwyQHgdp .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tJrwyQHgdp .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tJrwyQHgdp .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-tJrwyQHgdp .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tJrwyQHgdp .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tJrwyQHgdp .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tJrwyQHgdp .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-tJrwyQHgdp .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tJrwyQHgdp .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tJrwyQHgdp .modal-backdrop.fade {
  opacity: 0;
}
.cid-tJrwyQHgdp .modal-backdrop.show {
  opacity: .5;
}
.cid-tJrwyQHgdp .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-tJrwyQHgdp .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tJrwyQHgdp .modal-header {
    padding: 1rem;
  }
}
.cid-tJrwyQHgdp .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tJrwyQHgdp .modal-header .close svg {
  fill: #000000;
}
.cid-tJrwyQHgdp .modal-header .close:hover {
  opacity: 1;
}
.cid-tJrwyQHgdp .modal-header .close:focus {
  outline: none;
}
.cid-tJrwyQHgdp .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tJrwyQHgdp .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tJrwyQHgdp .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tJrwyQHgdp .modal-body {
    padding: 1rem;
  }
}
.cid-tJrwyQHgdp .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tJrwyQHgdp .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tJrwyQHgdp .modal-footer {
    padding: 1rem;
  }
}
.cid-tJrwyQHgdp .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tJrwyQHgdp .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tJrwyQHgdp .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tJrwyQHgdp .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tJrwyQHgdp .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tJrwyQHgdp .modal-lg,
  .cid-tJrwyQHgdp .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tJrwyQHgdp .modal-xl {
    max-width: 1140px;
  }
}
.cid-tJrwyQHgdp .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tJrwyQHgdp .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-tJrwyQHgdp .form-group {
  margin-bottom: 1rem;
}
.cid-tJrwyQHgdp .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tJrwyQHgdp .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tJrwyQHgdp .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-tJrwyQHgdp .mbr-section-btn {
  margin: 0;
}
.cid-tJrwyQHgdp .mbr-section-btn .btn {
  margin: 0;
}
.cid-tJvsqfRSoT .navbar-dropdown {
  position: relative !important;
}
.cid-tJvsqfRSoT .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tJvsqfRSoT .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tJvsqfRSoT .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tJvsqfRSoT .dropdown-item:hover,
.cid-tJvsqfRSoT .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-tJvsqfRSoT .dropdown-item:hover span {
  color: white;
}
.cid-tJvsqfRSoT .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tJvsqfRSoT .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tJvsqfRSoT .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 2em !important;
}
@media (max-width: 991px) {
  .cid-tJvsqfRSoT .nav-dropdown .link {
    padding: 0 !important;
    margin: 6px 0 !important;
  }
}
.cid-tJvsqfRSoT .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tJvsqfRSoT .nav-link {
  position: relative;
}
@media (max-width: 991px) {
  .cid-tJvsqfRSoT .nav-link {
    display: flex !important;
    justify-content: flex-start !important;
    width: 100% !important;
  }
}
.cid-tJvsqfRSoT .nav-link:before {
  content: '' !important;
  width: 6px !important;
  height: 6px !important;
  left: 0 !important;
  margin-right: 9px !important;
  position: relative !important;
  border: 1px solid currentColor !important;
  border-radius: 100% !important;
  display: inline-block !important;
  vertical-align: middle !important;
}
.cid-tJvsqfRSoT .nav-link:hover:before {
  background-color: currentColor !important;
}
.cid-tJvsqfRSoT .container {
  display: flex;
  margin: auto;
}
.cid-tJvsqfRSoT .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tJvsqfRSoT .navbar-nav {
  min-height: 70px;
  align-items: flex-start;
  flex-grow: 1;
}
@media (min-width: 992px) {
  .cid-tJvsqfRSoT .navbar-nav {
    align-items: center;
    padding: 0 32px;
  }
}
.cid-tJvsqfRSoT .dropdown-menu,
.cid-tJvsqfRSoT .navbar.opened {
  background: #ffffff !important;
}
.cid-tJvsqfRSoT .nav-item:focus,
.cid-tJvsqfRSoT .nav-link:focus {
  outline: none;
}
.cid-tJvsqfRSoT .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
  border-bottom: 1px solid #7f8678;
}
.cid-tJvsqfRSoT .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tJvsqfRSoT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tJvsqfRSoT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tJvsqfRSoT .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tJvsqfRSoT .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tJvsqfRSoT .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid #7f8678;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  padding: 0 !important;
  box-shadow: none;
}
.cid-tJvsqfRSoT .navbar.opened {
  transition: all 0.3s;
}
.cid-tJvsqfRSoT .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tJvsqfRSoT .navbar .navbar-logo img {
  width: auto;
}
.cid-tJvsqfRSoT .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-tJvsqfRSoT .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tJvsqfRSoT .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tJvsqfRSoT .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tJvsqfRSoT .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tJvsqfRSoT .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-tJvsqfRSoT .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tJvsqfRSoT .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tJvsqfRSoT .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tJvsqfRSoT .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tJvsqfRSoT .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tJvsqfRSoT .navbar.navbar-short {
  min-height: 60px;
}
.cid-tJvsqfRSoT .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tJvsqfRSoT .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tJvsqfRSoT .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 38px 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-tJvsqfRSoT .navbar-brand {
    border-right: 1px solid #7f8678;
  }
}
.cid-tJvsqfRSoT .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tJvsqfRSoT .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tJvsqfRSoT .navbar.navbar-short .navbar-brand {
  padding: 10px 38px 10px 0;
}
.cid-tJvsqfRSoT .dropdown-item.active,
.cid-tJvsqfRSoT .dropdown-item:active {
  background-color: transparent;
}
.cid-tJvsqfRSoT .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tJvsqfRSoT .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tJvsqfRSoT .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tJvsqfRSoT .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tJvsqfRSoT .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tJvsqfRSoT .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tJvsqfRSoT ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tJvsqfRSoT .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tJvsqfRSoT button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tJvsqfRSoT button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 40px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tJvsqfRSoT button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tJvsqfRSoT button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tJvsqfRSoT button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tJvsqfRSoT button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tJvsqfRSoT nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tJvsqfRSoT nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tJvsqfRSoT nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tJvsqfRSoT nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tJvsqfRSoT .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tJvsqfRSoT a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tJvsqfRSoT .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tJvsqfRSoT .navbar {
    height: 70px;
  }
  .cid-tJvsqfRSoT .navbar.opened {
    height: auto;
  }
  .cid-tJvsqfRSoT .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tJvsqfRSoT .container-fluid {
  padding: 0 33px;
}
@media (min-width: 992px) {
  .cid-tJvsqfRSoT .container-fluid {
    padding: 0 40px;
  }
}
.cid-tJvsqfRSoT .layout-container {
  display: flex;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-tJvsqfRSoT .layout-container {
    flex-wrap: nowrap;
  }
}
@media (max-width: 991px) {
  .cid-tJvsqfRSoT .nav-item {
    width: 100%;
    text-align: left;
    display: flex;
    flex-wrap: wrap;
  }
  .cid-tJvsqfRSoT .nav-item .dropdown-toggle::after {
    margin: 0 0 0 auto !important;
  }
  .cid-tJvsqfRSoT .nav-item .dropdown-menu {
    width: 100%;
    border: none;
    box-shadow: none;
    border-radius: 0 !important;
  }
  .cid-tJvsqfRSoT .nav-item .dropdown-menu .dropdown-item {
    display: flex;
    justify-content: flex-start;
    padding: 6px 0 !important;
  }
  .cid-tJvsqfRSoT .nav-item .dropdown-menu .dropdown-toggle {
    display: flex !important;
    justify-content: flex-start !important;
    align-items: center !important;
    padding: 6px 0 !important;
  }
  .cid-tJvsqfRSoT .nav-item .dropdown-menu .dropdown-toggle::after {
    position: static !important;
  }
}
.cid-tJvsqfRSoT .mbr-section-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  min-width: min-content;
}
@media (min-width: 992px) {
  .cid-tJvsqfRSoT .mbr-section-btn {
    border-left: 1px solid #7f8678;
    min-height: 100%;
  }
}
.cid-tJvsqfRSoT .mbr-section-btn .btn {
  margin: 0;
  min-height: 70px;
  padding: 0 17px 0 17px;
  border-radius: 0;
  word-break: normal;
  flex-grow: 1;
}
@media (max-width: 991px) {
  .cid-tJvsqfRSoT .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-tJvsqghVyg {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/puzzle-mind-4.jpg");
}
.cid-tJvsqghVyg .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJvsqghVyg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tJvsqghVyg .mbr-section-title {
  color: #C4CFDE;
  margin-bottom: 20px;
}
.cid-tJvsqghVyg .mbr-section-subtitle {
  color: #FFFFFF;
  margin-bottom: 30px;
}
.cid-tJvsqghVyg .mbr-text {
  color: #878e99;
  margin-top: 0;
}
.cid-tJvsqghVyg .mbr-section-btn {
  margin-top: 30px;
}
.cid-tJvsqghVyg .mbr-section-btn .btn {
  box-shadow: none !important;
}
.cid-tJvsqghVyg .mbr-text,
.cid-tJvsqghVyg .mbr-section-btn {
  color: #ffffff;
}
.cid-tMzfdEyO0W {
  background-color: #ffffff;
}
.cid-tMzfdEyO0W .media-container-column {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  padding: 0;
  flex-wrap: nowrap;
}
.cid-tMzfdEyO0W .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-tMzfdEyO0W .first-card {
  display: block;
}
.cid-tMzfdEyO0W .first-card .card-wrapper {
  height: 100%;
}
.cid-tMzfdEyO0W .first-card .info-wrapper {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tMzfdEyO0W .first-card .info-wrapper .mbr-iconfont {
  padding-right: 0.5rem;
  font-size: 20px;
}
.cid-tMzfdEyO0W .first-card .info-wrapper .info-text {
  display: inline-block;
  padding-right: 1rem;
  margin: 0;
}
.cid-tMzfdEyO0W .first-card .card-btn .btn {
  margin-left: 4px !important;
  margin-right: 4px !important;
}
.cid-tMzfdEyO0W .first-row,
.cid-tMzfdEyO0W .second-row {
  -webkit-flex: 1 1 50%;
  flex: 1 1 50%;
  margin: 0;
}
.cid-tMzfdEyO0W .first-row .card .card-wrapper,
.cid-tMzfdEyO0W .second-row .card .card-wrapper {
  overflow: hidden;
  position: relative;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  flex: 1;
}
.cid-tMzfdEyO0W .first-row .card .card-wrapper .card-img,
.cid-tMzfdEyO0W .second-row .card .card-wrapper .card-img {
  -webkit-flex: 1 1 100%;
  flex: 1 1 100%;
}
.cid-tMzfdEyO0W .first-row .card .card-wrapper .card-img img,
.cid-tMzfdEyO0W .second-row .card .card-wrapper .card-img img {
  min-height: 100%;
  object-fit: cover;
  object-position: center center;
}
@media (max-width: 767px) {
  .cid-tMzfdEyO0W .first-row,
  .cid-tMzfdEyO0W .second-row {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tMzfdEyO0W .first-row .card .card-wrapper .card-img,
  .cid-tMzfdEyO0W .second-row .card .card-wrapper .card-img {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tMzfdEyO0W .first-row .card .card-wrapper .card-img img,
  .cid-tMzfdEyO0W .second-row .card .card-wrapper .card-img img {
    min-height: 0;
  }
}
.cid-tMzfdEyO0W .first-row .caption,
.cid-tMzfdEyO0W .second-row .caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: inline-flex;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-align-items: center;
  align-items: center;
  letter-spacing: 2px;
}
.cid-tMzfdEyO0W .first-row .caption .price,
.cid-tMzfdEyO0W .second-row .caption .price {
  background: #ffffff;
  padding: 0 0.5rem;
}
.cid-tMzfdEyO0W .first-row {
  padding-bottom: 0rem;
}
.cid-tMzfdEyO0W .second-row {
  padding-top: 1rem;
}
@media (max-width: 767px) {
  .cid-tMzfdEyO0W {
    padding-top: 8px;
    padding-bottom: 10px;
  }
  .cid-tMzfdEyO0W .first-card,
  .cid-tMzfdEyO0W .first-child {
    padding-bottom: 0rem;
  }
  .cid-tMzfdEyO0W .card-box {
    padding: 0 0rem;
  }
  .cid-tMzfdEyO0W .card {
    margin: 0;
    padding: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-tMzfdEyO0W {
    padding-top: 60px;
    padding-bottom: 75px;
  }
  .cid-tMzfdEyO0W .container-fluid {
    max-width: 1300px;
    padding: 0 2.5rem;
  }
  .cid-tMzfdEyO0W .card-box {
    padding-right: 7rem;
    padding-left: 4rem;
  }
  .cid-tMzfdEyO0W .card {
    margin: 0;
    padding: 0 0.5rem;
  }
}
@media (max-width: 991px) {
  .cid-tMzfdEyO0W .first-card {
    padding-bottom: 2rem;
  }
  .cid-tMzfdEyO0W .only-first-row {
    height: 100%;
  }
}
.cid-tMzfdEyO0W p {
  margin-bottom: 0;
}
.cid-tMzfdEyO0W h2 {
  margin-bottom: 1rem;
}
.cid-tMzfdEyO0W .mbr-section-subtitle {
  margin-bottom: 0rem;
}
.cid-tMzfdEyO0W .btn-line {
  margin-top: 3rem;
}
.cid-tMzfdEyO0W .container-fluid {
  max-width: 1300px;
}
.cid-tMzfdEyO0W .first-card .card-wrapper {
  display: flex;
  align-items: center;
}
.cid-tMzfdEyO0W .price {
  color: #1d1d1d;
  text-align: center;
}
.cid-tJvsqi8Bsw {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-tJvsqi8Bsw .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-tJvsqi8Bsw .row {
  border-bottom: 1px solid #808080;
}
.cid-tJvsqi8Bsw H2 {
  color: #e7272d;
}
.cid-tJvsqi8Bsw .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-tJvsqi8Bsw .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-tJvsqi8Bsw .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-tJvsqi8Bsw .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-tJvsqi8Bsw .col-lg-12 {
  overflow: hidden;
}
.cid-tJvsqi8Bsw H4 {
  color: #fbbe36;
}
.cid-tJvsqi8Bsw .mbr-text,
.cid-tJvsqi8Bsw .mbr-section-btn {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tJvsqi8Bsw .logo-wrap:before {
    content: none;
  }
  .cid-tJvsqi8Bsw .logo-wrap:after {
    content: none;
  }
}
.cid-tJvsqi8Bsw .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJvsqi8Bsw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tJvsqi8Bsw H3 {
  color: #9fdbf8;
}
.cid-tJvsqiDLKB.popup-builder {
  background-color: #ffffff;
}
.cid-tJvsqiDLKB.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tJvsqiDLKB.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tJvsqiDLKB .modal-content,
.cid-tJvsqiDLKB .modal-dialog {
  height: auto;
}
.cid-tJvsqiDLKB .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tJvsqiDLKB .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tJvsqiDLKB .form-wrapper .mbr-form .form-group,
  .cid-tJvsqiDLKB .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tJvsqiDLKB .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tJvsqiDLKB .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tJvsqiDLKB .mbr-text {
  text-align: center;
}
.cid-tJvsqiDLKB .pt-0 {
  padding-top: 0 !important;
}
.cid-tJvsqiDLKB .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tJvsqiDLKB .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tJvsqiDLKB .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tJvsqiDLKB .modal-open {
  overflow: hidden;
}
.cid-tJvsqiDLKB .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tJvsqiDLKB .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tJvsqiDLKB .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tJvsqiDLKB .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-tJvsqiDLKB .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tJvsqiDLKB .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tJvsqiDLKB .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tJvsqiDLKB .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-tJvsqiDLKB .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tJvsqiDLKB .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tJvsqiDLKB .modal-backdrop.fade {
  opacity: 0;
}
.cid-tJvsqiDLKB .modal-backdrop.show {
  opacity: .5;
}
.cid-tJvsqiDLKB .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-tJvsqiDLKB .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tJvsqiDLKB .modal-header {
    padding: 1rem;
  }
}
.cid-tJvsqiDLKB .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tJvsqiDLKB .modal-header .close svg {
  fill: #000000;
}
.cid-tJvsqiDLKB .modal-header .close:hover {
  opacity: 1;
}
.cid-tJvsqiDLKB .modal-header .close:focus {
  outline: none;
}
.cid-tJvsqiDLKB .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tJvsqiDLKB .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tJvsqiDLKB .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tJvsqiDLKB .modal-body {
    padding: 1rem;
  }
}
.cid-tJvsqiDLKB .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tJvsqiDLKB .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tJvsqiDLKB .modal-footer {
    padding: 1rem;
  }
}
.cid-tJvsqiDLKB .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tJvsqiDLKB .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tJvsqiDLKB .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tJvsqiDLKB .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tJvsqiDLKB .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tJvsqiDLKB .modal-lg,
  .cid-tJvsqiDLKB .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tJvsqiDLKB .modal-xl {
    max-width: 1140px;
  }
}
.cid-tJvsqiDLKB .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tJvsqiDLKB .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-tJvsqiDLKB .form-group {
  margin-bottom: 1rem;
}
.cid-tJvsqiDLKB .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tJvsqiDLKB .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tJvsqiDLKB .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-tJvsqiDLKB .mbr-section-btn {
  margin: 0;
}
.cid-tJvsqiDLKB .mbr-section-btn .btn {
  margin: 0;
}
.cid-tJEAjSRnwW .navbar-dropdown {
  position: relative !important;
}
.cid-tJEAjSRnwW .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tJEAjSRnwW .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tJEAjSRnwW .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tJEAjSRnwW .dropdown-item:hover,
.cid-tJEAjSRnwW .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-tJEAjSRnwW .dropdown-item:hover span {
  color: white;
}
.cid-tJEAjSRnwW .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tJEAjSRnwW .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tJEAjSRnwW .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 2em !important;
}
@media (max-width: 991px) {
  .cid-tJEAjSRnwW .nav-dropdown .link {
    padding: 0 !important;
    margin: 6px 0 !important;
  }
}
.cid-tJEAjSRnwW .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tJEAjSRnwW .nav-link {
  position: relative;
}
@media (max-width: 991px) {
  .cid-tJEAjSRnwW .nav-link {
    display: flex !important;
    justify-content: flex-start !important;
    width: 100% !important;
  }
}
.cid-tJEAjSRnwW .nav-link:before {
  content: '' !important;
  width: 6px !important;
  height: 6px !important;
  left: 0 !important;
  margin-right: 9px !important;
  position: relative !important;
  border: 1px solid currentColor !important;
  border-radius: 100% !important;
  display: inline-block !important;
  vertical-align: middle !important;
}
.cid-tJEAjSRnwW .nav-link:hover:before {
  background-color: currentColor !important;
}
.cid-tJEAjSRnwW .container {
  display: flex;
  margin: auto;
}
.cid-tJEAjSRnwW .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tJEAjSRnwW .navbar-nav {
  min-height: 70px;
  align-items: flex-start;
  flex-grow: 1;
}
@media (min-width: 992px) {
  .cid-tJEAjSRnwW .navbar-nav {
    align-items: center;
    padding: 0 32px;
  }
}
.cid-tJEAjSRnwW .dropdown-menu,
.cid-tJEAjSRnwW .navbar.opened {
  background: #ffffff !important;
}
.cid-tJEAjSRnwW .nav-item:focus,
.cid-tJEAjSRnwW .nav-link:focus {
  outline: none;
}
.cid-tJEAjSRnwW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
  border-bottom: 1px solid #7f8678;
}
.cid-tJEAjSRnwW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tJEAjSRnwW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tJEAjSRnwW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tJEAjSRnwW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tJEAjSRnwW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tJEAjSRnwW .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid #7f8678;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  padding: 0 !important;
  box-shadow: none;
}
.cid-tJEAjSRnwW .navbar.opened {
  transition: all 0.3s;
}
.cid-tJEAjSRnwW .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tJEAjSRnwW .navbar .navbar-logo img {
  width: auto;
}
.cid-tJEAjSRnwW .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-tJEAjSRnwW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tJEAjSRnwW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tJEAjSRnwW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tJEAjSRnwW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tJEAjSRnwW .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-tJEAjSRnwW .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tJEAjSRnwW .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tJEAjSRnwW .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tJEAjSRnwW .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tJEAjSRnwW .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tJEAjSRnwW .navbar.navbar-short {
  min-height: 60px;
}
.cid-tJEAjSRnwW .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tJEAjSRnwW .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tJEAjSRnwW .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 38px 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-tJEAjSRnwW .navbar-brand {
    border-right: 1px solid #7f8678;
  }
}
.cid-tJEAjSRnwW .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tJEAjSRnwW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tJEAjSRnwW .navbar.navbar-short .navbar-brand {
  padding: 10px 38px 10px 0;
}
.cid-tJEAjSRnwW .dropdown-item.active,
.cid-tJEAjSRnwW .dropdown-item:active {
  background-color: transparent;
}
.cid-tJEAjSRnwW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tJEAjSRnwW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tJEAjSRnwW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tJEAjSRnwW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tJEAjSRnwW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tJEAjSRnwW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tJEAjSRnwW ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tJEAjSRnwW .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tJEAjSRnwW button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tJEAjSRnwW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 40px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tJEAjSRnwW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tJEAjSRnwW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tJEAjSRnwW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tJEAjSRnwW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tJEAjSRnwW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tJEAjSRnwW nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tJEAjSRnwW nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tJEAjSRnwW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tJEAjSRnwW .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tJEAjSRnwW a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tJEAjSRnwW .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tJEAjSRnwW .navbar {
    height: 70px;
  }
  .cid-tJEAjSRnwW .navbar.opened {
    height: auto;
  }
  .cid-tJEAjSRnwW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tJEAjSRnwW .container-fluid {
  padding: 0 33px;
}
@media (min-width: 992px) {
  .cid-tJEAjSRnwW .container-fluid {
    padding: 0 40px;
  }
}
.cid-tJEAjSRnwW .layout-container {
  display: flex;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-tJEAjSRnwW .layout-container {
    flex-wrap: nowrap;
  }
}
@media (max-width: 991px) {
  .cid-tJEAjSRnwW .nav-item {
    width: 100%;
    text-align: left;
    display: flex;
    flex-wrap: wrap;
  }
  .cid-tJEAjSRnwW .nav-item .dropdown-toggle::after {
    margin: 0 0 0 auto !important;
  }
  .cid-tJEAjSRnwW .nav-item .dropdown-menu {
    width: 100%;
    border: none;
    box-shadow: none;
    border-radius: 0 !important;
  }
  .cid-tJEAjSRnwW .nav-item .dropdown-menu .dropdown-item {
    display: flex;
    justify-content: flex-start;
    padding: 6px 0 !important;
  }
  .cid-tJEAjSRnwW .nav-item .dropdown-menu .dropdown-toggle {
    display: flex !important;
    justify-content: flex-start !important;
    align-items: center !important;
    padding: 6px 0 !important;
  }
  .cid-tJEAjSRnwW .nav-item .dropdown-menu .dropdown-toggle::after {
    position: static !important;
  }
}
.cid-tJEAjSRnwW .mbr-section-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  min-width: min-content;
}
@media (min-width: 992px) {
  .cid-tJEAjSRnwW .mbr-section-btn {
    border-left: 1px solid #7f8678;
    min-height: 100%;
  }
}
.cid-tJEAjSRnwW .mbr-section-btn .btn {
  margin: 0;
  min-height: 70px;
  padding: 0 17px 0 17px;
  border-radius: 0;
  word-break: normal;
  flex-grow: 1;
}
@media (max-width: 991px) {
  .cid-tJEAjSRnwW .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-tJEAjTm8iO {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/puzzle-blue25-1.jpg");
}
.cid-tJEAjTm8iO .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJEAjTm8iO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tJEAjTm8iO .mbr-section-title {
  color: #C4CFDE;
  margin-bottom: 20px;
}
.cid-tJEAjTm8iO .mbr-section-subtitle {
  color: #FFFFFF;
  margin-bottom: 30px;
}
.cid-tJEAjTm8iO .mbr-text {
  color: #878e99;
  margin-top: 0;
}
.cid-tJEAjTm8iO .mbr-section-btn {
  margin-top: 30px;
}
.cid-tJEAjTm8iO .mbr-section-btn .btn {
  box-shadow: none !important;
}
.cid-tJEAjTm8iO .mbr-text,
.cid-tJEAjTm8iO .mbr-section-btn {
  color: #ffffff;
}
#custom-html-1t {
  /* Type valid CSS here */
}
#custom-html-1t div {
  padding: 5px 0;
  color: #000;
  text-align: left;
}
#custom-html-1t p {
  font-size: 16px;
  color: #000;
}
.cid-tJEAjVbClB {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-tJEAjVbClB .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-tJEAjVbClB .row {
  border-bottom: 1px solid #808080;
}
.cid-tJEAjVbClB H2 {
  color: #e7272d;
}
.cid-tJEAjVbClB .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-tJEAjVbClB .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-tJEAjVbClB .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-tJEAjVbClB .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-tJEAjVbClB .col-lg-12 {
  overflow: hidden;
}
.cid-tJEAjVbClB H4 {
  color: #fbbe36;
}
.cid-tJEAjVbClB .mbr-text,
.cid-tJEAjVbClB .mbr-section-btn {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tJEAjVbClB .logo-wrap:before {
    content: none;
  }
  .cid-tJEAjVbClB .logo-wrap:after {
    content: none;
  }
}
.cid-tJEAjVbClB .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJEAjVbClB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tJEAjVbClB H3 {
  color: #9fdbf8;
}
.cid-tJEAjVFIzq.popup-builder {
  background-color: #ffffff;
}
.cid-tJEAjVFIzq.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tJEAjVFIzq.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tJEAjVFIzq .modal-content,
.cid-tJEAjVFIzq .modal-dialog {
  height: auto;
}
.cid-tJEAjVFIzq .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tJEAjVFIzq .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tJEAjVFIzq .form-wrapper .mbr-form .form-group,
  .cid-tJEAjVFIzq .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tJEAjVFIzq .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tJEAjVFIzq .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tJEAjVFIzq .mbr-text {
  text-align: center;
}
.cid-tJEAjVFIzq .pt-0 {
  padding-top: 0 !important;
}
.cid-tJEAjVFIzq .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tJEAjVFIzq .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tJEAjVFIzq .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tJEAjVFIzq .modal-open {
  overflow: hidden;
}
.cid-tJEAjVFIzq .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tJEAjVFIzq .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tJEAjVFIzq .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tJEAjVFIzq .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-tJEAjVFIzq .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tJEAjVFIzq .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tJEAjVFIzq .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tJEAjVFIzq .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-tJEAjVFIzq .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tJEAjVFIzq .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tJEAjVFIzq .modal-backdrop.fade {
  opacity: 0;
}
.cid-tJEAjVFIzq .modal-backdrop.show {
  opacity: .5;
}
.cid-tJEAjVFIzq .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-tJEAjVFIzq .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tJEAjVFIzq .modal-header {
    padding: 1rem;
  }
}
.cid-tJEAjVFIzq .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tJEAjVFIzq .modal-header .close svg {
  fill: #000000;
}
.cid-tJEAjVFIzq .modal-header .close:hover {
  opacity: 1;
}
.cid-tJEAjVFIzq .modal-header .close:focus {
  outline: none;
}
.cid-tJEAjVFIzq .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tJEAjVFIzq .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tJEAjVFIzq .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tJEAjVFIzq .modal-body {
    padding: 1rem;
  }
}
.cid-tJEAjVFIzq .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tJEAjVFIzq .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tJEAjVFIzq .modal-footer {
    padding: 1rem;
  }
}
.cid-tJEAjVFIzq .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tJEAjVFIzq .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tJEAjVFIzq .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tJEAjVFIzq .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tJEAjVFIzq .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tJEAjVFIzq .modal-lg,
  .cid-tJEAjVFIzq .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tJEAjVFIzq .modal-xl {
    max-width: 1140px;
  }
}
.cid-tJEAjVFIzq .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tJEAjVFIzq .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-tJEAjVFIzq .form-group {
  margin-bottom: 1rem;
}
.cid-tJEAjVFIzq .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tJEAjVFIzq .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tJEAjVFIzq .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-tJEAjVFIzq .mbr-section-btn {
  margin: 0;
}
.cid-tJEAjVFIzq .mbr-section-btn .btn {
  margin: 0;
}
.cid-tMbW2NJCkb .navbar-dropdown {
  position: relative !important;
}
.cid-tMbW2NJCkb .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tMbW2NJCkb .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tMbW2NJCkb .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tMbW2NJCkb .dropdown-item:hover,
.cid-tMbW2NJCkb .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-tMbW2NJCkb .dropdown-item:hover span {
  color: white;
}
.cid-tMbW2NJCkb .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tMbW2NJCkb .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tMbW2NJCkb .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 2em !important;
}
@media (max-width: 991px) {
  .cid-tMbW2NJCkb .nav-dropdown .link {
    padding: 0 !important;
    margin: 6px 0 !important;
  }
}
.cid-tMbW2NJCkb .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tMbW2NJCkb .nav-link {
  position: relative;
}
@media (max-width: 991px) {
  .cid-tMbW2NJCkb .nav-link {
    display: flex !important;
    justify-content: flex-start !important;
    width: 100% !important;
  }
}
.cid-tMbW2NJCkb .nav-link:before {
  content: '' !important;
  width: 6px !important;
  height: 6px !important;
  left: 0 !important;
  margin-right: 9px !important;
  position: relative !important;
  border: 1px solid currentColor !important;
  border-radius: 100% !important;
  display: inline-block !important;
  vertical-align: middle !important;
}
.cid-tMbW2NJCkb .nav-link:hover:before {
  background-color: currentColor !important;
}
.cid-tMbW2NJCkb .container {
  display: flex;
  margin: auto;
}
.cid-tMbW2NJCkb .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tMbW2NJCkb .navbar-nav {
  min-height: 70px;
  align-items: flex-start;
  flex-grow: 1;
}
@media (min-width: 992px) {
  .cid-tMbW2NJCkb .navbar-nav {
    align-items: center;
    padding: 0 32px;
  }
}
.cid-tMbW2NJCkb .dropdown-menu,
.cid-tMbW2NJCkb .navbar.opened {
  background: #ffffff !important;
}
.cid-tMbW2NJCkb .nav-item:focus,
.cid-tMbW2NJCkb .nav-link:focus {
  outline: none;
}
.cid-tMbW2NJCkb .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
  border-bottom: 1px solid #7f8678;
}
.cid-tMbW2NJCkb .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tMbW2NJCkb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tMbW2NJCkb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tMbW2NJCkb .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tMbW2NJCkb .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tMbW2NJCkb .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid #7f8678;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  padding: 0 !important;
  box-shadow: none;
}
.cid-tMbW2NJCkb .navbar.opened {
  transition: all 0.3s;
}
.cid-tMbW2NJCkb .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tMbW2NJCkb .navbar .navbar-logo img {
  width: auto;
}
.cid-tMbW2NJCkb .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-tMbW2NJCkb .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tMbW2NJCkb .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tMbW2NJCkb .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tMbW2NJCkb .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tMbW2NJCkb .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-tMbW2NJCkb .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tMbW2NJCkb .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tMbW2NJCkb .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tMbW2NJCkb .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tMbW2NJCkb .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tMbW2NJCkb .navbar.navbar-short {
  min-height: 60px;
}
.cid-tMbW2NJCkb .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tMbW2NJCkb .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tMbW2NJCkb .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 38px 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-tMbW2NJCkb .navbar-brand {
    border-right: 1px solid #7f8678;
  }
}
.cid-tMbW2NJCkb .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tMbW2NJCkb .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tMbW2NJCkb .navbar.navbar-short .navbar-brand {
  padding: 10px 38px 10px 0;
}
.cid-tMbW2NJCkb .dropdown-item.active,
.cid-tMbW2NJCkb .dropdown-item:active {
  background-color: transparent;
}
.cid-tMbW2NJCkb .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tMbW2NJCkb .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tMbW2NJCkb .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tMbW2NJCkb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tMbW2NJCkb .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tMbW2NJCkb .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tMbW2NJCkb ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tMbW2NJCkb .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tMbW2NJCkb button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tMbW2NJCkb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 40px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tMbW2NJCkb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tMbW2NJCkb button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tMbW2NJCkb button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tMbW2NJCkb button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tMbW2NJCkb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tMbW2NJCkb nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tMbW2NJCkb nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tMbW2NJCkb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tMbW2NJCkb .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tMbW2NJCkb a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tMbW2NJCkb .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tMbW2NJCkb .navbar {
    height: 70px;
  }
  .cid-tMbW2NJCkb .navbar.opened {
    height: auto;
  }
  .cid-tMbW2NJCkb .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tMbW2NJCkb .container-fluid {
  padding: 0 33px;
}
@media (min-width: 992px) {
  .cid-tMbW2NJCkb .container-fluid {
    padding: 0 40px;
  }
}
.cid-tMbW2NJCkb .layout-container {
  display: flex;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-tMbW2NJCkb .layout-container {
    flex-wrap: nowrap;
  }
}
@media (max-width: 991px) {
  .cid-tMbW2NJCkb .nav-item {
    width: 100%;
    text-align: left;
    display: flex;
    flex-wrap: wrap;
  }
  .cid-tMbW2NJCkb .nav-item .dropdown-toggle::after {
    margin: 0 0 0 auto !important;
  }
  .cid-tMbW2NJCkb .nav-item .dropdown-menu {
    width: 100%;
    border: none;
    box-shadow: none;
    border-radius: 0 !important;
  }
  .cid-tMbW2NJCkb .nav-item .dropdown-menu .dropdown-item {
    display: flex;
    justify-content: flex-start;
    padding: 6px 0 !important;
  }
  .cid-tMbW2NJCkb .nav-item .dropdown-menu .dropdown-toggle {
    display: flex !important;
    justify-content: flex-start !important;
    align-items: center !important;
    padding: 6px 0 !important;
  }
  .cid-tMbW2NJCkb .nav-item .dropdown-menu .dropdown-toggle::after {
    position: static !important;
  }
}
.cid-tMbW2NJCkb .mbr-section-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  min-width: min-content;
}
@media (min-width: 992px) {
  .cid-tMbW2NJCkb .mbr-section-btn {
    border-left: 1px solid #7f8678;
    min-height: 100%;
  }
}
.cid-tMbW2NJCkb .mbr-section-btn .btn {
  margin: 0;
  min-height: 70px;
  padding: 0 17px 0 17px;
  border-radius: 0;
  word-break: normal;
  flex-grow: 1;
}
@media (max-width: 991px) {
  .cid-tMbW2NJCkb .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-tMbW2ObFmD {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/puzzle-mind-4.jpg");
}
.cid-tMbW2ObFmD .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMbW2ObFmD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tMbW2ObFmD .mbr-section-title {
  color: #C4CFDE;
  margin-bottom: 20px;
}
.cid-tMbW2ObFmD .mbr-section-subtitle {
  color: #FFFFFF;
  margin-bottom: 30px;
}
.cid-tMbW2ObFmD .mbr-text {
  color: #878e99;
  margin-top: 0;
}
.cid-tMbW2ObFmD .mbr-section-btn {
  margin-top: 30px;
}
.cid-tMbW2ObFmD .mbr-section-btn .btn {
  box-shadow: none !important;
}
.cid-tMbW2ObFmD .mbr-text,
.cid-tMbW2ObFmD .mbr-section-btn {
  color: #ffffff;
}
.cid-tMc1x4iHPJ {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-tMc1x4iHPJ .wrapper {
    padding: 0 28px;
  }
}
.cid-tMc1x4iHPJ img,
.cid-tMc1x4iHPJ .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-tMc1x4iHPJ .item:focus,
.cid-tMc1x4iHPJ span:focus {
  outline: none;
}
.cid-tMc1x4iHPJ .item {
  margin-bottom: 2rem;
}
.cid-tMc1x4iHPJ .item-wrapper {
  position: relative;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tMc1x4iHPJ .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tMc1x4iHPJ .item-title {
  text-align: center;
}
.cid-tMbW2P5ZOG {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-tMbW2P5ZOG .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-tMbW2P5ZOG .row {
  border-bottom: 1px solid #808080;
}
.cid-tMbW2P5ZOG H2 {
  color: #e7272d;
}
.cid-tMbW2P5ZOG .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-tMbW2P5ZOG .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-tMbW2P5ZOG .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-tMbW2P5ZOG .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-tMbW2P5ZOG .col-lg-12 {
  overflow: hidden;
}
.cid-tMbW2P5ZOG H4 {
  color: #fbbe36;
}
.cid-tMbW2P5ZOG .mbr-text,
.cid-tMbW2P5ZOG .mbr-section-btn {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tMbW2P5ZOG .logo-wrap:before {
    content: none;
  }
  .cid-tMbW2P5ZOG .logo-wrap:after {
    content: none;
  }
}
.cid-tMbW2P5ZOG .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMbW2P5ZOG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tMbW2P5ZOG H3 {
  color: #9fdbf8;
}
.cid-tMbW2PzoSj.popup-builder {
  background-color: #ffffff;
}
.cid-tMbW2PzoSj.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tMbW2PzoSj.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tMbW2PzoSj .modal-content,
.cid-tMbW2PzoSj .modal-dialog {
  height: auto;
}
.cid-tMbW2PzoSj .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tMbW2PzoSj .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tMbW2PzoSj .form-wrapper .mbr-form .form-group,
  .cid-tMbW2PzoSj .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tMbW2PzoSj .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tMbW2PzoSj .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tMbW2PzoSj .mbr-text {
  text-align: center;
}
.cid-tMbW2PzoSj .pt-0 {
  padding-top: 0 !important;
}
.cid-tMbW2PzoSj .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tMbW2PzoSj .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tMbW2PzoSj .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tMbW2PzoSj .modal-open {
  overflow: hidden;
}
.cid-tMbW2PzoSj .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tMbW2PzoSj .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tMbW2PzoSj .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tMbW2PzoSj .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-tMbW2PzoSj .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tMbW2PzoSj .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tMbW2PzoSj .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tMbW2PzoSj .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-tMbW2PzoSj .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tMbW2PzoSj .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tMbW2PzoSj .modal-backdrop.fade {
  opacity: 0;
}
.cid-tMbW2PzoSj .modal-backdrop.show {
  opacity: .5;
}
.cid-tMbW2PzoSj .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-tMbW2PzoSj .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tMbW2PzoSj .modal-header {
    padding: 1rem;
  }
}
.cid-tMbW2PzoSj .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tMbW2PzoSj .modal-header .close svg {
  fill: #000000;
}
.cid-tMbW2PzoSj .modal-header .close:hover {
  opacity: 1;
}
.cid-tMbW2PzoSj .modal-header .close:focus {
  outline: none;
}
.cid-tMbW2PzoSj .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tMbW2PzoSj .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tMbW2PzoSj .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tMbW2PzoSj .modal-body {
    padding: 1rem;
  }
}
.cid-tMbW2PzoSj .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tMbW2PzoSj .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tMbW2PzoSj .modal-footer {
    padding: 1rem;
  }
}
.cid-tMbW2PzoSj .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tMbW2PzoSj .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tMbW2PzoSj .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tMbW2PzoSj .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tMbW2PzoSj .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tMbW2PzoSj .modal-lg,
  .cid-tMbW2PzoSj .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tMbW2PzoSj .modal-xl {
    max-width: 1140px;
  }
}
.cid-tMbW2PzoSj .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tMbW2PzoSj .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-tMbW2PzoSj .form-group {
  margin-bottom: 1rem;
}
.cid-tMbW2PzoSj .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tMbW2PzoSj .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tMbW2PzoSj .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-tMbW2PzoSj .mbr-section-btn {
  margin: 0;
}
.cid-tMbW2PzoSj .mbr-section-btn .btn {
  margin: 0;
}
.cid-uPZ3CXzV89 .navbar-dropdown {
  position: relative !important;
}
.cid-uPZ3CXzV89 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uPZ3CXzV89 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uPZ3CXzV89 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uPZ3CXzV89 .dropdown-item:hover,
.cid-uPZ3CXzV89 .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-uPZ3CXzV89 .dropdown-item:hover span {
  color: white;
}
.cid-uPZ3CXzV89 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uPZ3CXzV89 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uPZ3CXzV89 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 2em !important;
}
@media (max-width: 991px) {
  .cid-uPZ3CXzV89 .nav-dropdown .link {
    padding: 0 !important;
    margin: 6px 0 !important;
  }
}
.cid-uPZ3CXzV89 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uPZ3CXzV89 .nav-link {
  position: relative;
}
@media (max-width: 991px) {
  .cid-uPZ3CXzV89 .nav-link {
    display: flex !important;
    justify-content: flex-start !important;
    width: 100% !important;
  }
}
.cid-uPZ3CXzV89 .nav-link:before {
  content: '' !important;
  width: 6px !important;
  height: 6px !important;
  left: 0 !important;
  margin-right: 9px !important;
  position: relative !important;
  border: 1px solid currentColor !important;
  border-radius: 100% !important;
  display: inline-block !important;
  vertical-align: middle !important;
}
.cid-uPZ3CXzV89 .nav-link:hover:before {
  background-color: currentColor !important;
}
.cid-uPZ3CXzV89 .container {
  display: flex;
  margin: auto;
}
.cid-uPZ3CXzV89 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uPZ3CXzV89 .navbar-nav {
  min-height: 70px;
  align-items: flex-start;
  flex-grow: 1;
}
@media (min-width: 992px) {
  .cid-uPZ3CXzV89 .navbar-nav {
    align-items: center;
    padding: 0 32px;
  }
}
.cid-uPZ3CXzV89 .dropdown-menu,
.cid-uPZ3CXzV89 .navbar.opened {
  background: #ffffff !important;
}
.cid-uPZ3CXzV89 .nav-item:focus,
.cid-uPZ3CXzV89 .nav-link:focus {
  outline: none;
}
.cid-uPZ3CXzV89 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
  border-bottom: 1px solid #7f8678;
}
.cid-uPZ3CXzV89 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uPZ3CXzV89 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uPZ3CXzV89 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uPZ3CXzV89 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uPZ3CXzV89 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uPZ3CXzV89 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid #7f8678;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  padding: 0 !important;
  box-shadow: none;
}
.cid-uPZ3CXzV89 .navbar.opened {
  transition: all 0.3s;
}
.cid-uPZ3CXzV89 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uPZ3CXzV89 .navbar .navbar-logo img {
  width: auto;
}
.cid-uPZ3CXzV89 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-uPZ3CXzV89 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uPZ3CXzV89 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uPZ3CXzV89 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uPZ3CXzV89 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uPZ3CXzV89 .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-uPZ3CXzV89 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uPZ3CXzV89 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uPZ3CXzV89 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uPZ3CXzV89 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uPZ3CXzV89 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uPZ3CXzV89 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uPZ3CXzV89 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uPZ3CXzV89 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uPZ3CXzV89 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 38px 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-uPZ3CXzV89 .navbar-brand {
    border-right: 1px solid #7f8678;
  }
}
.cid-uPZ3CXzV89 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uPZ3CXzV89 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uPZ3CXzV89 .navbar.navbar-short .navbar-brand {
  padding: 10px 38px 10px 0;
}
.cid-uPZ3CXzV89 .dropdown-item.active,
.cid-uPZ3CXzV89 .dropdown-item:active {
  background-color: transparent;
}
.cid-uPZ3CXzV89 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uPZ3CXzV89 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uPZ3CXzV89 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uPZ3CXzV89 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uPZ3CXzV89 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uPZ3CXzV89 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uPZ3CXzV89 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uPZ3CXzV89 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uPZ3CXzV89 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uPZ3CXzV89 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 40px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uPZ3CXzV89 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uPZ3CXzV89 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPZ3CXzV89 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPZ3CXzV89 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uPZ3CXzV89 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPZ3CXzV89 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uPZ3CXzV89 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uPZ3CXzV89 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPZ3CXzV89 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uPZ3CXzV89 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uPZ3CXzV89 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uPZ3CXzV89 .navbar {
    height: 70px;
  }
  .cid-uPZ3CXzV89 .navbar.opened {
    height: auto;
  }
  .cid-uPZ3CXzV89 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uPZ3CXzV89 .container-fluid {
  padding: 0 33px;
}
@media (min-width: 992px) {
  .cid-uPZ3CXzV89 .container-fluid {
    padding: 0 40px;
  }
}
.cid-uPZ3CXzV89 .layout-container {
  display: flex;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-uPZ3CXzV89 .layout-container {
    flex-wrap: nowrap;
  }
}
@media (max-width: 991px) {
  .cid-uPZ3CXzV89 .nav-item {
    width: 100%;
    text-align: left;
    display: flex;
    flex-wrap: wrap;
  }
  .cid-uPZ3CXzV89 .nav-item .dropdown-toggle::after {
    margin: 0 0 0 auto !important;
  }
  .cid-uPZ3CXzV89 .nav-item .dropdown-menu {
    width: 100%;
    border: none;
    box-shadow: none;
    border-radius: 0 !important;
  }
  .cid-uPZ3CXzV89 .nav-item .dropdown-menu .dropdown-item {
    display: flex;
    justify-content: flex-start;
    padding: 6px 0 !important;
  }
  .cid-uPZ3CXzV89 .nav-item .dropdown-menu .dropdown-toggle {
    display: flex !important;
    justify-content: flex-start !important;
    align-items: center !important;
    padding: 6px 0 !important;
  }
  .cid-uPZ3CXzV89 .nav-item .dropdown-menu .dropdown-toggle::after {
    position: static !important;
  }
}
.cid-uPZ3CXzV89 .mbr-section-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  min-width: min-content;
}
@media (min-width: 992px) {
  .cid-uPZ3CXzV89 .mbr-section-btn {
    border-left: 1px solid #7f8678;
    min-height: 100%;
  }
}
.cid-uPZ3CXzV89 .mbr-section-btn .btn {
  margin: 0;
  min-height: 70px;
  padding: 0 17px 0 17px;
  border-radius: 0;
  word-break: normal;
  flex-grow: 1;
}
@media (max-width: 991px) {
  .cid-uPZ3CXzV89 .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uPZ3CYaptw {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/puzzle-blue-5.jpg");
}
.cid-uPZ3CYaptw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPZ3CYaptw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPZ3CYaptw .mbr-section-title {
  color: #C4CFDE;
  margin-bottom: 20px;
}
.cid-uPZ3CYaptw .mbr-section-subtitle {
  color: #FFFFFF;
  margin-bottom: 30px;
}
.cid-uPZ3CYaptw .mbr-text {
  color: #878e99;
  margin-top: 0;
}
.cid-uPZ3CYaptw .mbr-section-btn {
  margin-top: 30px;
}
.cid-uPZ3CYaptw .mbr-section-btn .btn {
  box-shadow: none !important;
}
.cid-uPZ3CYaptw .mbr-text,
.cid-uPZ3CYaptw .mbr-section-btn {
  color: #ffffff;
}
.cid-uPZ3CYA7aP {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uPZ3CYA7aP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPZ3CYA7aP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPZ3CYA7aP .row {
  flex-direction: row-reverse;
}
.cid-uPZ3CYA7aP .row {
  align-items: center;
}
.cid-uPZ3CYA7aP img {
  border-radius: 2rem;
}
@media (min-width: 992px) {
  .cid-uPZ3CYA7aP .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uPZ3CYA7aP .mbr-section-title {
  color: #000000;
}
.cid-uPZ3CYA7aP .mbr-text,
.cid-uPZ3CYA7aP .mbr-section-btn {
  color: #232323;
}
.cid-uPZ3CZ1M2o {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-uPZ3CZ1M2o .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-uPZ3CZ1M2o .row {
  border-bottom: 1px solid #808080;
}
.cid-uPZ3CZ1M2o H2 {
  color: #e7272d;
}
.cid-uPZ3CZ1M2o .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-uPZ3CZ1M2o .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-uPZ3CZ1M2o .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-uPZ3CZ1M2o .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-uPZ3CZ1M2o .col-lg-12 {
  overflow: hidden;
}
.cid-uPZ3CZ1M2o H4 {
  color: #fbbe36;
}
.cid-uPZ3CZ1M2o .mbr-text,
.cid-uPZ3CZ1M2o .mbr-section-btn {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uPZ3CZ1M2o .logo-wrap:before {
    content: none;
  }
  .cid-uPZ3CZ1M2o .logo-wrap:after {
    content: none;
  }
}
.cid-uPZ3CZ1M2o .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPZ3CZ1M2o .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPZ3CZ1M2o H3 {
  color: #9fdbf8;
}
.cid-uPZ3CZwWND.popup-builder {
  background-color: #ffffff;
}
.cid-uPZ3CZwWND.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uPZ3CZwWND.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uPZ3CZwWND .modal-content,
.cid-uPZ3CZwWND .modal-dialog {
  height: auto;
}
.cid-uPZ3CZwWND .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uPZ3CZwWND .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uPZ3CZwWND .form-wrapper .mbr-form .form-group,
  .cid-uPZ3CZwWND .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uPZ3CZwWND .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uPZ3CZwWND .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uPZ3CZwWND .mbr-text {
  text-align: center;
}
.cid-uPZ3CZwWND .pt-0 {
  padding-top: 0 !important;
}
.cid-uPZ3CZwWND .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uPZ3CZwWND .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uPZ3CZwWND .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uPZ3CZwWND .modal-open {
  overflow: hidden;
}
.cid-uPZ3CZwWND .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uPZ3CZwWND .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uPZ3CZwWND .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uPZ3CZwWND .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uPZ3CZwWND .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uPZ3CZwWND .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uPZ3CZwWND .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uPZ3CZwWND .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uPZ3CZwWND .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uPZ3CZwWND .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uPZ3CZwWND .modal-backdrop.fade {
  opacity: 0;
}
.cid-uPZ3CZwWND .modal-backdrop.show {
  opacity: .5;
}
.cid-uPZ3CZwWND .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uPZ3CZwWND .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uPZ3CZwWND .modal-header {
    padding: 1rem;
  }
}
.cid-uPZ3CZwWND .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uPZ3CZwWND .modal-header .close svg {
  fill: #000000;
}
.cid-uPZ3CZwWND .modal-header .close:hover {
  opacity: 1;
}
.cid-uPZ3CZwWND .modal-header .close:focus {
  outline: none;
}
.cid-uPZ3CZwWND .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uPZ3CZwWND .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uPZ3CZwWND .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uPZ3CZwWND .modal-body {
    padding: 1rem;
  }
}
.cid-uPZ3CZwWND .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uPZ3CZwWND .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uPZ3CZwWND .modal-footer {
    padding: 1rem;
  }
}
.cid-uPZ3CZwWND .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uPZ3CZwWND .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uPZ3CZwWND .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uPZ3CZwWND .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uPZ3CZwWND .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uPZ3CZwWND .modal-lg,
  .cid-uPZ3CZwWND .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uPZ3CZwWND .modal-xl {
    max-width: 1140px;
  }
}
.cid-uPZ3CZwWND .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uPZ3CZwWND .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uPZ3CZwWND .form-group {
  margin-bottom: 1rem;
}
.cid-uPZ3CZwWND .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uPZ3CZwWND .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uPZ3CZwWND .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uPZ3CZwWND .mbr-section-btn {
  margin: 0;
}
.cid-uPZ3CZwWND .mbr-section-btn .btn {
  margin: 0;
}
.cid-uQMwiOGDzf .navbar-dropdown {
  position: relative !important;
}
.cid-uQMwiOGDzf .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uQMwiOGDzf .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uQMwiOGDzf .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uQMwiOGDzf .dropdown-item:hover,
.cid-uQMwiOGDzf .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-uQMwiOGDzf .dropdown-item:hover span {
  color: white;
}
.cid-uQMwiOGDzf .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uQMwiOGDzf .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uQMwiOGDzf .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 2em !important;
}
@media (max-width: 991px) {
  .cid-uQMwiOGDzf .nav-dropdown .link {
    padding: 0 !important;
    margin: 6px 0 !important;
  }
}
.cid-uQMwiOGDzf .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uQMwiOGDzf .nav-link {
  position: relative;
}
@media (max-width: 991px) {
  .cid-uQMwiOGDzf .nav-link {
    display: flex !important;
    justify-content: flex-start !important;
    width: 100% !important;
  }
}
.cid-uQMwiOGDzf .nav-link:before {
  content: '' !important;
  width: 6px !important;
  height: 6px !important;
  left: 0 !important;
  margin-right: 9px !important;
  position: relative !important;
  border: 1px solid currentColor !important;
  border-radius: 100% !important;
  display: inline-block !important;
  vertical-align: middle !important;
}
.cid-uQMwiOGDzf .nav-link:hover:before {
  background-color: currentColor !important;
}
.cid-uQMwiOGDzf .container {
  display: flex;
  margin: auto;
}
.cid-uQMwiOGDzf .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uQMwiOGDzf .navbar-nav {
  min-height: 70px;
  align-items: flex-start;
  flex-grow: 1;
}
@media (min-width: 992px) {
  .cid-uQMwiOGDzf .navbar-nav {
    align-items: center;
    padding: 0 32px;
  }
}
.cid-uQMwiOGDzf .dropdown-menu,
.cid-uQMwiOGDzf .navbar.opened {
  background: #ffffff !important;
}
.cid-uQMwiOGDzf .nav-item:focus,
.cid-uQMwiOGDzf .nav-link:focus {
  outline: none;
}
.cid-uQMwiOGDzf .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
  border-bottom: 1px solid #7f8678;
}
.cid-uQMwiOGDzf .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uQMwiOGDzf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uQMwiOGDzf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uQMwiOGDzf .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uQMwiOGDzf .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uQMwiOGDzf .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid #7f8678;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  padding: 0 !important;
  box-shadow: none;
}
.cid-uQMwiOGDzf .navbar.opened {
  transition: all 0.3s;
}
.cid-uQMwiOGDzf .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uQMwiOGDzf .navbar .navbar-logo img {
  width: auto;
}
.cid-uQMwiOGDzf .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-uQMwiOGDzf .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uQMwiOGDzf .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uQMwiOGDzf .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uQMwiOGDzf .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uQMwiOGDzf .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-uQMwiOGDzf .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uQMwiOGDzf .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uQMwiOGDzf .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uQMwiOGDzf .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uQMwiOGDzf .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uQMwiOGDzf .navbar.navbar-short {
  min-height: 60px;
}
.cid-uQMwiOGDzf .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uQMwiOGDzf .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uQMwiOGDzf .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 38px 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-uQMwiOGDzf .navbar-brand {
    border-right: 1px solid #7f8678;
  }
}
.cid-uQMwiOGDzf .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uQMwiOGDzf .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uQMwiOGDzf .navbar.navbar-short .navbar-brand {
  padding: 10px 38px 10px 0;
}
.cid-uQMwiOGDzf .dropdown-item.active,
.cid-uQMwiOGDzf .dropdown-item:active {
  background-color: transparent;
}
.cid-uQMwiOGDzf .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uQMwiOGDzf .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uQMwiOGDzf .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uQMwiOGDzf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uQMwiOGDzf .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uQMwiOGDzf .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uQMwiOGDzf ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uQMwiOGDzf .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uQMwiOGDzf button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uQMwiOGDzf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 40px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uQMwiOGDzf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uQMwiOGDzf button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uQMwiOGDzf button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uQMwiOGDzf button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uQMwiOGDzf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQMwiOGDzf nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uQMwiOGDzf nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uQMwiOGDzf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQMwiOGDzf .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uQMwiOGDzf a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uQMwiOGDzf .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uQMwiOGDzf .navbar {
    height: 70px;
  }
  .cid-uQMwiOGDzf .navbar.opened {
    height: auto;
  }
  .cid-uQMwiOGDzf .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uQMwiOGDzf .container-fluid {
  padding: 0 33px;
}
@media (min-width: 992px) {
  .cid-uQMwiOGDzf .container-fluid {
    padding: 0 40px;
  }
}
.cid-uQMwiOGDzf .layout-container {
  display: flex;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-uQMwiOGDzf .layout-container {
    flex-wrap: nowrap;
  }
}
@media (max-width: 991px) {
  .cid-uQMwiOGDzf .nav-item {
    width: 100%;
    text-align: left;
    display: flex;
    flex-wrap: wrap;
  }
  .cid-uQMwiOGDzf .nav-item .dropdown-toggle::after {
    margin: 0 0 0 auto !important;
  }
  .cid-uQMwiOGDzf .nav-item .dropdown-menu {
    width: 100%;
    border: none;
    box-shadow: none;
    border-radius: 0 !important;
  }
  .cid-uQMwiOGDzf .nav-item .dropdown-menu .dropdown-item {
    display: flex;
    justify-content: flex-start;
    padding: 6px 0 !important;
  }
  .cid-uQMwiOGDzf .nav-item .dropdown-menu .dropdown-toggle {
    display: flex !important;
    justify-content: flex-start !important;
    align-items: center !important;
    padding: 6px 0 !important;
  }
  .cid-uQMwiOGDzf .nav-item .dropdown-menu .dropdown-toggle::after {
    position: static !important;
  }
}
.cid-uQMwiOGDzf .mbr-section-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  min-width: min-content;
}
@media (min-width: 992px) {
  .cid-uQMwiOGDzf .mbr-section-btn {
    border-left: 1px solid #7f8678;
    min-height: 100%;
  }
}
.cid-uQMwiOGDzf .mbr-section-btn .btn {
  margin: 0;
  min-height: 70px;
  padding: 0 17px 0 17px;
  border-radius: 0;
  word-break: normal;
  flex-grow: 1;
}
@media (max-width: 991px) {
  .cid-uQMwiOGDzf .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uQMwiPw9ha {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/puzzle-blue-5.jpg");
}
.cid-uQMwiPw9ha .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQMwiPw9ha .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQMwiPw9ha .mbr-section-title {
  color: #C4CFDE;
  margin-bottom: 20px;
}
.cid-uQMwiPw9ha .mbr-section-subtitle {
  color: #FFFFFF;
  margin-bottom: 30px;
}
.cid-uQMwiPw9ha .mbr-text {
  color: #878e99;
  margin-top: 0;
}
.cid-uQMwiPw9ha .mbr-section-btn {
  margin-top: 30px;
}
.cid-uQMwiPw9ha .mbr-section-btn .btn {
  box-shadow: none !important;
}
.cid-uQMwiPw9ha .mbr-text,
.cid-uQMwiPw9ha .mbr-section-btn {
  color: #ffffff;
}
.cid-uQMwiQ8iNy {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uQMwiQ8iNy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQMwiQ8iNy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQMwiQ8iNy .row {
  flex-direction: row-reverse;
}
.cid-uQMwiQ8iNy .row {
  align-items: center;
}
.cid-uQMwiQ8iNy img {
  border-radius: 2rem;
}
@media (min-width: 992px) {
  .cid-uQMwiQ8iNy .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uQMwiQ8iNy .mbr-section-title {
  color: #000000;
}
.cid-uQMwiQ8iNy .mbr-text,
.cid-uQMwiQ8iNy .mbr-section-btn {
  color: #000000;
}
.cid-uQMwiQPGoU {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-uQMwiQPGoU .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-uQMwiQPGoU .row {
  border-bottom: 1px solid #808080;
}
.cid-uQMwiQPGoU H2 {
  color: #e7272d;
}
.cid-uQMwiQPGoU .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-uQMwiQPGoU .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-uQMwiQPGoU .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-uQMwiQPGoU .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-uQMwiQPGoU .col-lg-12 {
  overflow: hidden;
}
.cid-uQMwiQPGoU H4 {
  color: #fbbe36;
}
.cid-uQMwiQPGoU .mbr-text,
.cid-uQMwiQPGoU .mbr-section-btn {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uQMwiQPGoU .logo-wrap:before {
    content: none;
  }
  .cid-uQMwiQPGoU .logo-wrap:after {
    content: none;
  }
}
.cid-uQMwiQPGoU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQMwiQPGoU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQMwiQPGoU H3 {
  color: #9fdbf8;
}
.cid-uQMwiRuw6O.popup-builder {
  background-color: #ffffff;
}
.cid-uQMwiRuw6O.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uQMwiRuw6O.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uQMwiRuw6O .modal-content,
.cid-uQMwiRuw6O .modal-dialog {
  height: auto;
}
.cid-uQMwiRuw6O .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uQMwiRuw6O .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uQMwiRuw6O .form-wrapper .mbr-form .form-group,
  .cid-uQMwiRuw6O .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uQMwiRuw6O .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uQMwiRuw6O .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uQMwiRuw6O .mbr-text {
  text-align: center;
}
.cid-uQMwiRuw6O .pt-0 {
  padding-top: 0 !important;
}
.cid-uQMwiRuw6O .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uQMwiRuw6O .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uQMwiRuw6O .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uQMwiRuw6O .modal-open {
  overflow: hidden;
}
.cid-uQMwiRuw6O .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uQMwiRuw6O .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uQMwiRuw6O .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uQMwiRuw6O .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uQMwiRuw6O .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uQMwiRuw6O .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uQMwiRuw6O .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uQMwiRuw6O .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uQMwiRuw6O .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uQMwiRuw6O .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uQMwiRuw6O .modal-backdrop.fade {
  opacity: 0;
}
.cid-uQMwiRuw6O .modal-backdrop.show {
  opacity: .5;
}
.cid-uQMwiRuw6O .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uQMwiRuw6O .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uQMwiRuw6O .modal-header {
    padding: 1rem;
  }
}
.cid-uQMwiRuw6O .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uQMwiRuw6O .modal-header .close svg {
  fill: #000000;
}
.cid-uQMwiRuw6O .modal-header .close:hover {
  opacity: 1;
}
.cid-uQMwiRuw6O .modal-header .close:focus {
  outline: none;
}
.cid-uQMwiRuw6O .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uQMwiRuw6O .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uQMwiRuw6O .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uQMwiRuw6O .modal-body {
    padding: 1rem;
  }
}
.cid-uQMwiRuw6O .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uQMwiRuw6O .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uQMwiRuw6O .modal-footer {
    padding: 1rem;
  }
}
.cid-uQMwiRuw6O .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uQMwiRuw6O .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uQMwiRuw6O .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uQMwiRuw6O .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uQMwiRuw6O .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uQMwiRuw6O .modal-lg,
  .cid-uQMwiRuw6O .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uQMwiRuw6O .modal-xl {
    max-width: 1140px;
  }
}
.cid-uQMwiRuw6O .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uQMwiRuw6O .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uQMwiRuw6O .form-group {
  margin-bottom: 1rem;
}
.cid-uQMwiRuw6O .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uQMwiRuw6O .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uQMwiRuw6O .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uQMwiRuw6O .mbr-section-btn {
  margin: 0;
}
.cid-uQMwiRuw6O .mbr-section-btn .btn {
  margin: 0;
}
.cid-uQYa4NutQV .navbar-dropdown {
  position: relative !important;
}
.cid-uQYa4NutQV .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uQYa4NutQV .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uQYa4NutQV .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uQYa4NutQV .dropdown-item:hover,
.cid-uQYa4NutQV .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-uQYa4NutQV .dropdown-item:hover span {
  color: white;
}
.cid-uQYa4NutQV .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uQYa4NutQV .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uQYa4NutQV .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 2em !important;
}
@media (max-width: 991px) {
  .cid-uQYa4NutQV .nav-dropdown .link {
    padding: 0 !important;
    margin: 6px 0 !important;
  }
}
.cid-uQYa4NutQV .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uQYa4NutQV .nav-link {
  position: relative;
}
@media (max-width: 991px) {
  .cid-uQYa4NutQV .nav-link {
    display: flex !important;
    justify-content: flex-start !important;
    width: 100% !important;
  }
}
.cid-uQYa4NutQV .nav-link:before {
  content: '' !important;
  width: 6px !important;
  height: 6px !important;
  left: 0 !important;
  margin-right: 9px !important;
  position: relative !important;
  border: 1px solid currentColor !important;
  border-radius: 100% !important;
  display: inline-block !important;
  vertical-align: middle !important;
}
.cid-uQYa4NutQV .nav-link:hover:before {
  background-color: currentColor !important;
}
.cid-uQYa4NutQV .container {
  display: flex;
  margin: auto;
}
.cid-uQYa4NutQV .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uQYa4NutQV .navbar-nav {
  min-height: 70px;
  align-items: flex-start;
  flex-grow: 1;
}
@media (min-width: 992px) {
  .cid-uQYa4NutQV .navbar-nav {
    align-items: center;
    padding: 0 32px;
  }
}
.cid-uQYa4NutQV .dropdown-menu,
.cid-uQYa4NutQV .navbar.opened {
  background: #ffffff !important;
}
.cid-uQYa4NutQV .nav-item:focus,
.cid-uQYa4NutQV .nav-link:focus {
  outline: none;
}
.cid-uQYa4NutQV .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
  border-bottom: 1px solid #7f8678;
}
.cid-uQYa4NutQV .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uQYa4NutQV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uQYa4NutQV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uQYa4NutQV .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uQYa4NutQV .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uQYa4NutQV .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid #7f8678;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  padding: 0 !important;
  box-shadow: none;
}
.cid-uQYa4NutQV .navbar.opened {
  transition: all 0.3s;
}
.cid-uQYa4NutQV .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uQYa4NutQV .navbar .navbar-logo img {
  width: auto;
}
.cid-uQYa4NutQV .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-uQYa4NutQV .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uQYa4NutQV .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uQYa4NutQV .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uQYa4NutQV .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uQYa4NutQV .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-uQYa4NutQV .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uQYa4NutQV .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uQYa4NutQV .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uQYa4NutQV .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uQYa4NutQV .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uQYa4NutQV .navbar.navbar-short {
  min-height: 60px;
}
.cid-uQYa4NutQV .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uQYa4NutQV .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uQYa4NutQV .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 38px 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-uQYa4NutQV .navbar-brand {
    border-right: 1px solid #7f8678;
  }
}
.cid-uQYa4NutQV .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uQYa4NutQV .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uQYa4NutQV .navbar.navbar-short .navbar-brand {
  padding: 10px 38px 10px 0;
}
.cid-uQYa4NutQV .dropdown-item.active,
.cid-uQYa4NutQV .dropdown-item:active {
  background-color: transparent;
}
.cid-uQYa4NutQV .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uQYa4NutQV .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uQYa4NutQV .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uQYa4NutQV .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uQYa4NutQV .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uQYa4NutQV .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uQYa4NutQV ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uQYa4NutQV .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uQYa4NutQV button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uQYa4NutQV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 40px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uQYa4NutQV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uQYa4NutQV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uQYa4NutQV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uQYa4NutQV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uQYa4NutQV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQYa4NutQV nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uQYa4NutQV nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uQYa4NutQV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQYa4NutQV .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uQYa4NutQV a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uQYa4NutQV .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uQYa4NutQV .navbar {
    height: 70px;
  }
  .cid-uQYa4NutQV .navbar.opened {
    height: auto;
  }
  .cid-uQYa4NutQV .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uQYa4NutQV .container-fluid {
  padding: 0 33px;
}
@media (min-width: 992px) {
  .cid-uQYa4NutQV .container-fluid {
    padding: 0 40px;
  }
}
.cid-uQYa4NutQV .layout-container {
  display: flex;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-uQYa4NutQV .layout-container {
    flex-wrap: nowrap;
  }
}
@media (max-width: 991px) {
  .cid-uQYa4NutQV .nav-item {
    width: 100%;
    text-align: left;
    display: flex;
    flex-wrap: wrap;
  }
  .cid-uQYa4NutQV .nav-item .dropdown-toggle::after {
    margin: 0 0 0 auto !important;
  }
  .cid-uQYa4NutQV .nav-item .dropdown-menu {
    width: 100%;
    border: none;
    box-shadow: none;
    border-radius: 0 !important;
  }
  .cid-uQYa4NutQV .nav-item .dropdown-menu .dropdown-item {
    display: flex;
    justify-content: flex-start;
    padding: 6px 0 !important;
  }
  .cid-uQYa4NutQV .nav-item .dropdown-menu .dropdown-toggle {
    display: flex !important;
    justify-content: flex-start !important;
    align-items: center !important;
    padding: 6px 0 !important;
  }
  .cid-uQYa4NutQV .nav-item .dropdown-menu .dropdown-toggle::after {
    position: static !important;
  }
}
.cid-uQYa4NutQV .mbr-section-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  min-width: min-content;
}
@media (min-width: 992px) {
  .cid-uQYa4NutQV .mbr-section-btn {
    border-left: 1px solid #7f8678;
    min-height: 100%;
  }
}
.cid-uQYa4NutQV .mbr-section-btn .btn {
  margin: 0;
  min-height: 70px;
  padding: 0 17px 0 17px;
  border-radius: 0;
  word-break: normal;
  flex-grow: 1;
}
@media (max-width: 991px) {
  .cid-uQYa4NutQV .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uQYa4O19gX {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/puzzle-blue-5.jpg");
}
.cid-uQYa4O19gX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQYa4O19gX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQYa4O19gX .mbr-section-title {
  color: #C4CFDE;
  margin-bottom: 20px;
}
.cid-uQYa4O19gX .mbr-section-subtitle {
  color: #FFFFFF;
  margin-bottom: 30px;
}
.cid-uQYa4O19gX .mbr-text {
  color: #878e99;
  margin-top: 0;
}
.cid-uQYa4O19gX .mbr-section-btn {
  margin-top: 30px;
}
.cid-uQYa4O19gX .mbr-section-btn .btn {
  box-shadow: none !important;
}
.cid-uQYa4O19gX .mbr-text,
.cid-uQYa4O19gX .mbr-section-btn {
  color: #ffffff;
}
.cid-uQYa4OmRwy {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uQYa4OmRwy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQYa4OmRwy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQYa4OmRwy .row {
  flex-direction: row-reverse;
}
.cid-uQYa4OmRwy .row {
  align-items: center;
}
.cid-uQYa4OmRwy img {
  border-radius: 2rem;
}
@media (min-width: 992px) {
  .cid-uQYa4OmRwy .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uQYa4OmRwy .mbr-section-title {
  color: #000000;
}
.cid-uQYa4OmRwy .mbr-text,
.cid-uQYa4OmRwy .mbr-section-btn {
  color: #000000;
}
.cid-uQYa4ONlfX {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-uQYa4ONlfX .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-uQYa4ONlfX .row {
  border-bottom: 1px solid #808080;
}
.cid-uQYa4ONlfX H2 {
  color: #e7272d;
}
.cid-uQYa4ONlfX .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-uQYa4ONlfX .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-uQYa4ONlfX .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-uQYa4ONlfX .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-uQYa4ONlfX .col-lg-12 {
  overflow: hidden;
}
.cid-uQYa4ONlfX H4 {
  color: #fbbe36;
}
.cid-uQYa4ONlfX .mbr-text,
.cid-uQYa4ONlfX .mbr-section-btn {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uQYa4ONlfX .logo-wrap:before {
    content: none;
  }
  .cid-uQYa4ONlfX .logo-wrap:after {
    content: none;
  }
}
.cid-uQYa4ONlfX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQYa4ONlfX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQYa4ONlfX H3 {
  color: #9fdbf8;
}
.cid-uQYa4PjKTa.popup-builder {
  background-color: #ffffff;
}
.cid-uQYa4PjKTa.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uQYa4PjKTa.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uQYa4PjKTa .modal-content,
.cid-uQYa4PjKTa .modal-dialog {
  height: auto;
}
.cid-uQYa4PjKTa .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uQYa4PjKTa .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uQYa4PjKTa .form-wrapper .mbr-form .form-group,
  .cid-uQYa4PjKTa .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uQYa4PjKTa .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uQYa4PjKTa .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uQYa4PjKTa .mbr-text {
  text-align: center;
}
.cid-uQYa4PjKTa .pt-0 {
  padding-top: 0 !important;
}
.cid-uQYa4PjKTa .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uQYa4PjKTa .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uQYa4PjKTa .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uQYa4PjKTa .modal-open {
  overflow: hidden;
}
.cid-uQYa4PjKTa .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uQYa4PjKTa .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uQYa4PjKTa .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uQYa4PjKTa .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uQYa4PjKTa .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uQYa4PjKTa .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uQYa4PjKTa .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uQYa4PjKTa .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uQYa4PjKTa .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uQYa4PjKTa .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uQYa4PjKTa .modal-backdrop.fade {
  opacity: 0;
}
.cid-uQYa4PjKTa .modal-backdrop.show {
  opacity: .5;
}
.cid-uQYa4PjKTa .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uQYa4PjKTa .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uQYa4PjKTa .modal-header {
    padding: 1rem;
  }
}
.cid-uQYa4PjKTa .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uQYa4PjKTa .modal-header .close svg {
  fill: #000000;
}
.cid-uQYa4PjKTa .modal-header .close:hover {
  opacity: 1;
}
.cid-uQYa4PjKTa .modal-header .close:focus {
  outline: none;
}
.cid-uQYa4PjKTa .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uQYa4PjKTa .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uQYa4PjKTa .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uQYa4PjKTa .modal-body {
    padding: 1rem;
  }
}
.cid-uQYa4PjKTa .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uQYa4PjKTa .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uQYa4PjKTa .modal-footer {
    padding: 1rem;
  }
}
.cid-uQYa4PjKTa .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uQYa4PjKTa .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uQYa4PjKTa .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uQYa4PjKTa .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uQYa4PjKTa .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uQYa4PjKTa .modal-lg,
  .cid-uQYa4PjKTa .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uQYa4PjKTa .modal-xl {
    max-width: 1140px;
  }
}
.cid-uQYa4PjKTa .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uQYa4PjKTa .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uQYa4PjKTa .form-group {
  margin-bottom: 1rem;
}
.cid-uQYa4PjKTa .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uQYa4PjKTa .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uQYa4PjKTa .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uQYa4PjKTa .mbr-section-btn {
  margin: 0;
}
.cid-uQYa4PjKTa .mbr-section-btn .btn {
  margin: 0;
}
.cid-uSCbD3GZ1a .navbar-dropdown {
  position: relative !important;
}
.cid-uSCbD3GZ1a .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uSCbD3GZ1a .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uSCbD3GZ1a .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uSCbD3GZ1a .dropdown-item:hover,
.cid-uSCbD3GZ1a .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-uSCbD3GZ1a .dropdown-item:hover span {
  color: white;
}
.cid-uSCbD3GZ1a .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uSCbD3GZ1a .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uSCbD3GZ1a .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 2em !important;
}
@media (max-width: 991px) {
  .cid-uSCbD3GZ1a .nav-dropdown .link {
    padding: 0 !important;
    margin: 6px 0 !important;
  }
}
.cid-uSCbD3GZ1a .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uSCbD3GZ1a .nav-link {
  position: relative;
}
@media (max-width: 991px) {
  .cid-uSCbD3GZ1a .nav-link {
    display: flex !important;
    justify-content: flex-start !important;
    width: 100% !important;
  }
}
.cid-uSCbD3GZ1a .nav-link:before {
  content: '' !important;
  width: 6px !important;
  height: 6px !important;
  left: 0 !important;
  margin-right: 9px !important;
  position: relative !important;
  border: 1px solid currentColor !important;
  border-radius: 100% !important;
  display: inline-block !important;
  vertical-align: middle !important;
}
.cid-uSCbD3GZ1a .nav-link:hover:before {
  background-color: currentColor !important;
}
.cid-uSCbD3GZ1a .container {
  display: flex;
  margin: auto;
}
.cid-uSCbD3GZ1a .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uSCbD3GZ1a .navbar-nav {
  min-height: 70px;
  align-items: flex-start;
  flex-grow: 1;
}
@media (min-width: 992px) {
  .cid-uSCbD3GZ1a .navbar-nav {
    align-items: center;
    padding: 0 32px;
  }
}
.cid-uSCbD3GZ1a .dropdown-menu,
.cid-uSCbD3GZ1a .navbar.opened {
  background: #ffffff !important;
}
.cid-uSCbD3GZ1a .nav-item:focus,
.cid-uSCbD3GZ1a .nav-link:focus {
  outline: none;
}
.cid-uSCbD3GZ1a .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
  border-bottom: 1px solid #7f8678;
}
.cid-uSCbD3GZ1a .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uSCbD3GZ1a .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uSCbD3GZ1a .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uSCbD3GZ1a .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uSCbD3GZ1a .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uSCbD3GZ1a .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid #7f8678;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  padding: 0 !important;
  box-shadow: none;
}
.cid-uSCbD3GZ1a .navbar.opened {
  transition: all 0.3s;
}
.cid-uSCbD3GZ1a .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uSCbD3GZ1a .navbar .navbar-logo img {
  width: auto;
}
.cid-uSCbD3GZ1a .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-uSCbD3GZ1a .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uSCbD3GZ1a .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uSCbD3GZ1a .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uSCbD3GZ1a .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uSCbD3GZ1a .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-uSCbD3GZ1a .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uSCbD3GZ1a .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uSCbD3GZ1a .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uSCbD3GZ1a .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uSCbD3GZ1a .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uSCbD3GZ1a .navbar.navbar-short {
  min-height: 60px;
}
.cid-uSCbD3GZ1a .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uSCbD3GZ1a .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uSCbD3GZ1a .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 38px 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-uSCbD3GZ1a .navbar-brand {
    border-right: 1px solid #7f8678;
  }
}
.cid-uSCbD3GZ1a .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uSCbD3GZ1a .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uSCbD3GZ1a .navbar.navbar-short .navbar-brand {
  padding: 10px 38px 10px 0;
}
.cid-uSCbD3GZ1a .dropdown-item.active,
.cid-uSCbD3GZ1a .dropdown-item:active {
  background-color: transparent;
}
.cid-uSCbD3GZ1a .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uSCbD3GZ1a .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uSCbD3GZ1a .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uSCbD3GZ1a .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uSCbD3GZ1a .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uSCbD3GZ1a .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uSCbD3GZ1a ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uSCbD3GZ1a .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uSCbD3GZ1a button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uSCbD3GZ1a button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 40px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uSCbD3GZ1a button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uSCbD3GZ1a button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uSCbD3GZ1a button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uSCbD3GZ1a button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uSCbD3GZ1a nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uSCbD3GZ1a nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uSCbD3GZ1a nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uSCbD3GZ1a nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uSCbD3GZ1a .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uSCbD3GZ1a a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uSCbD3GZ1a .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uSCbD3GZ1a .navbar {
    height: 70px;
  }
  .cid-uSCbD3GZ1a .navbar.opened {
    height: auto;
  }
  .cid-uSCbD3GZ1a .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uSCbD3GZ1a .container-fluid {
  padding: 0 33px;
}
@media (min-width: 992px) {
  .cid-uSCbD3GZ1a .container-fluid {
    padding: 0 40px;
  }
}
.cid-uSCbD3GZ1a .layout-container {
  display: flex;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-uSCbD3GZ1a .layout-container {
    flex-wrap: nowrap;
  }
}
@media (max-width: 991px) {
  .cid-uSCbD3GZ1a .nav-item {
    width: 100%;
    text-align: left;
    display: flex;
    flex-wrap: wrap;
  }
  .cid-uSCbD3GZ1a .nav-item .dropdown-toggle::after {
    margin: 0 0 0 auto !important;
  }
  .cid-uSCbD3GZ1a .nav-item .dropdown-menu {
    width: 100%;
    border: none;
    box-shadow: none;
    border-radius: 0 !important;
  }
  .cid-uSCbD3GZ1a .nav-item .dropdown-menu .dropdown-item {
    display: flex;
    justify-content: flex-start;
    padding: 6px 0 !important;
  }
  .cid-uSCbD3GZ1a .nav-item .dropdown-menu .dropdown-toggle {
    display: flex !important;
    justify-content: flex-start !important;
    align-items: center !important;
    padding: 6px 0 !important;
  }
  .cid-uSCbD3GZ1a .nav-item .dropdown-menu .dropdown-toggle::after {
    position: static !important;
  }
}
.cid-uSCbD3GZ1a .mbr-section-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  min-width: min-content;
}
@media (min-width: 992px) {
  .cid-uSCbD3GZ1a .mbr-section-btn {
    border-left: 1px solid #7f8678;
    min-height: 100%;
  }
}
.cid-uSCbD3GZ1a .mbr-section-btn .btn {
  margin: 0;
  min-height: 70px;
  padding: 0 17px 0 17px;
  border-radius: 0;
  word-break: normal;
  flex-grow: 1;
}
@media (max-width: 991px) {
  .cid-uSCbD3GZ1a .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uSCbD4aSVX {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/puzzle-blue-5.jpg");
}
.cid-uSCbD4aSVX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSCbD4aSVX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSCbD4aSVX .mbr-section-title {
  color: #C4CFDE;
  margin-bottom: 20px;
}
.cid-uSCbD4aSVX .mbr-section-subtitle {
  color: #FFFFFF;
  margin-bottom: 30px;
}
.cid-uSCbD4aSVX .mbr-text {
  color: #878e99;
  margin-top: 0;
}
.cid-uSCbD4aSVX .mbr-section-btn {
  margin-top: 30px;
}
.cid-uSCbD4aSVX .mbr-section-btn .btn {
  box-shadow: none !important;
}
.cid-uSCbD4aSVX .mbr-text,
.cid-uSCbD4aSVX .mbr-section-btn {
  color: #ffffff;
}
.cid-uSCbD4wCW3 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uSCbD4wCW3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSCbD4wCW3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSCbD4wCW3 .row {
  flex-direction: row-reverse;
}
.cid-uSCbD4wCW3 .row {
  align-items: center;
}
.cid-uSCbD4wCW3 img {
  border-radius: 2rem;
}
@media (min-width: 992px) {
  .cid-uSCbD4wCW3 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uSCbD4wCW3 .mbr-section-title {
  color: #000000;
}
.cid-uSCbD4wCW3 .mbr-text,
.cid-uSCbD4wCW3 .mbr-section-btn {
  color: #000000;
}
.cid-uSCbD4Yhf1 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-uSCbD4Yhf1 .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-uSCbD4Yhf1 .row {
  border-bottom: 1px solid #808080;
}
.cid-uSCbD4Yhf1 H2 {
  color: #e7272d;
}
.cid-uSCbD4Yhf1 .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-uSCbD4Yhf1 .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-uSCbD4Yhf1 .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-uSCbD4Yhf1 .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-uSCbD4Yhf1 .col-lg-12 {
  overflow: hidden;
}
.cid-uSCbD4Yhf1 H4 {
  color: #fbbe36;
}
.cid-uSCbD4Yhf1 .mbr-text,
.cid-uSCbD4Yhf1 .mbr-section-btn {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uSCbD4Yhf1 .logo-wrap:before {
    content: none;
  }
  .cid-uSCbD4Yhf1 .logo-wrap:after {
    content: none;
  }
}
.cid-uSCbD4Yhf1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSCbD4Yhf1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSCbD4Yhf1 H3 {
  color: #9fdbf8;
}
.cid-uSCbD5o7YD.popup-builder {
  background-color: #ffffff;
}
.cid-uSCbD5o7YD.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uSCbD5o7YD.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uSCbD5o7YD .modal-content,
.cid-uSCbD5o7YD .modal-dialog {
  height: auto;
}
.cid-uSCbD5o7YD .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uSCbD5o7YD .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uSCbD5o7YD .form-wrapper .mbr-form .form-group,
  .cid-uSCbD5o7YD .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uSCbD5o7YD .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uSCbD5o7YD .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uSCbD5o7YD .mbr-text {
  text-align: center;
}
.cid-uSCbD5o7YD .pt-0 {
  padding-top: 0 !important;
}
.cid-uSCbD5o7YD .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uSCbD5o7YD .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uSCbD5o7YD .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uSCbD5o7YD .modal-open {
  overflow: hidden;
}
.cid-uSCbD5o7YD .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uSCbD5o7YD .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uSCbD5o7YD .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uSCbD5o7YD .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uSCbD5o7YD .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uSCbD5o7YD .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uSCbD5o7YD .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uSCbD5o7YD .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uSCbD5o7YD .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uSCbD5o7YD .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uSCbD5o7YD .modal-backdrop.fade {
  opacity: 0;
}
.cid-uSCbD5o7YD .modal-backdrop.show {
  opacity: .5;
}
.cid-uSCbD5o7YD .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uSCbD5o7YD .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uSCbD5o7YD .modal-header {
    padding: 1rem;
  }
}
.cid-uSCbD5o7YD .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uSCbD5o7YD .modal-header .close svg {
  fill: #000000;
}
.cid-uSCbD5o7YD .modal-header .close:hover {
  opacity: 1;
}
.cid-uSCbD5o7YD .modal-header .close:focus {
  outline: none;
}
.cid-uSCbD5o7YD .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uSCbD5o7YD .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uSCbD5o7YD .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uSCbD5o7YD .modal-body {
    padding: 1rem;
  }
}
.cid-uSCbD5o7YD .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uSCbD5o7YD .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uSCbD5o7YD .modal-footer {
    padding: 1rem;
  }
}
.cid-uSCbD5o7YD .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uSCbD5o7YD .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uSCbD5o7YD .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uSCbD5o7YD .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uSCbD5o7YD .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uSCbD5o7YD .modal-lg,
  .cid-uSCbD5o7YD .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uSCbD5o7YD .modal-xl {
    max-width: 1140px;
  }
}
.cid-uSCbD5o7YD .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uSCbD5o7YD .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uSCbD5o7YD .form-group {
  margin-bottom: 1rem;
}
.cid-uSCbD5o7YD .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uSCbD5o7YD .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uSCbD5o7YD .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uSCbD5o7YD .mbr-section-btn {
  margin: 0;
}
.cid-uSCbD5o7YD .mbr-section-btn .btn {
  margin: 0;
}
