body {
  font-family: Space Grotesk;
}
.display-1 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 2.625rem;
  line-height: 1.2;
  letter-spacing: -0.9px;
}
.display-1 > .mbr-iconfont {
  font-size: 3.28125rem;
}
.display-2 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 2.375rem;
  line-height: 1.2;
  letter-spacing: -0.9px;
}
.display-2 > .mbr-iconfont {
  font-size: 2.96875rem;
}
.display-4 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 1rem;
  line-height: 1.867;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 2rem;
  line-height: 1.2;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 1.2rem;
  line-height: 1.1;
}
.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: 2.1rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 1.8375rem;
    font-size: calc( 1.5687499999999999rem + (2.625 - 1.5687499999999999) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.5687499999999999rem + (2.625 - 1.5687499999999999) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.9rem;
    font-size: calc( 1.48125rem + (2.375 - 1.48125) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.48125rem + (2.375 - 1.48125) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 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: 11px 35px;
  border-radius: 3px;
}
.btn-sm {
  padding: 15px 35px;
  border-radius: 3px;
}
.btn-md {
  padding: 18px 50px;
  border-radius: 3px;
}
.btn-lg {
  padding: 19px 50px;
  border-radius: 3px;
}
.bg-primary {
  background-color: #4154f1 !important;
}
.bg-success {
  background-color: #fff211 !important;
}
.bg-info {
  background-color: #cc4483 !important;
}
.bg-warning {
  background-color: #f5720d !important;
}
.bg-danger {
  background-color: #ff0000 !important;
}
.btn-primary {
  box-shadow: 0 15px 30px 0 rgba(65, 84, 241, 0.15);
}
.btn-primary,
.btn-primary:active {
  background-color: #4154f1 !important;
  border-color: #4154f1 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #1129ee !important;
  border-color: #1129ee !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #1129ee !important;
  border-color: #1129ee !important;
}
.btn-primary:before {
  background: #4154f1;
}
.btn-primary:hover {
  color: #ffffff !important;
  border-color: #4154f1 !important;
  box-shadow: 0 15px 30px 0 rgba(65, 84, 241, 0.15);
}
.btn-secondary {
  box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.15);
}
.btn-secondary,
.btn-secondary:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary:before {
  background: #000000;
}
.btn-secondary:hover {
  color: #ffffff !important;
  border-color: #000000 !important;
  box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.15);
}
.btn-info {
  box-shadow: 0 15px 30px 0 rgba(204, 68, 131, 0.15);
}
.btn-info,
.btn-info:active {
  background-color: #cc4483 !important;
  border-color: #cc4483 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #ae2f6a !important;
  border-color: #ae2f6a !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #ae2f6a !important;
  border-color: #ae2f6a !important;
}
.btn-info:before {
  background: #cc4483;
}
.btn-info:hover {
  color: #ffffff !important;
  border-color: #cc4483 !important;
  box-shadow: 0 15px 30px 0 rgba(204, 68, 131, 0.15);
}
.btn-success {
  box-shadow: 0 15px 30px 0 rgba(255, 242, 17, 0.15);
}
.btn-success,
.btn-success:active {
  background-color: #fff211 !important;
  border-color: #fff211 !important;
  color: #111000 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #000000 !important;
  background-color: #ddd100 !important;
  border-color: #ddd100 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #111000 !important;
  background-color: #ddd100 !important;
  border-color: #ddd100 !important;
}
.btn-success:before {
  background: #fff211;
}
.btn-success:hover {
  color: #000000 !important;
  border-color: #fff211 !important;
  box-shadow: 0 15px 30px 0 rgba(255, 242, 17, 0.15);
}
.btn-warning {
  box-shadow: 0 15px 30px 0 rgba(245, 114, 13, 0.15);
}
.btn-warning,
.btn-warning:active {
  background-color: #f5720d !important;
  border-color: #f5720d !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #c75b08 !important;
  border-color: #c75b08 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #c75b08 !important;
  border-color: #c75b08 !important;
}
.btn-warning:before {
  background: #f5720d;
}
.btn-warning:hover {
  color: #ffffff !important;
  border-color: #f5720d !important;
  box-shadow: 0 15px 30px 0 rgba(245, 114, 13, 0.15);
}
.btn-danger {
  box-shadow: 0 15px 30px 0 rgba(255, 0, 0, 0.15);
}
.btn-danger,
.btn-danger:active {
  background-color: #ff0000 !important;
  border-color: #ff0000 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #cc0000 !important;
  border-color: #cc0000 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #cc0000 !important;
  border-color: #cc0000 !important;
}
.btn-danger:before {
  background: #ff0000;
}
.btn-danger:hover {
  color: #ffffff !important;
  border-color: #ff0000 !important;
  box-shadow: 0 15px 30px 0 rgba(255, 0, 0, 0.15);
}
.btn-white {
  color: #4154f1 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: 0 15px 30px 0 rgba(65, 84, 241, 0.15);
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #666666 !important;
  background-color: #e6e6e6 !important;
  border-color: #e6e6e6 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #e6e6e6 !important;
  border-color: #e6e6e6 !important;
}
.btn-white:before {
  background: #4154f1;
}
.btn-white:hover {
  color: #ffffff !important;
  border-color: #4154f1 !important;
  background-color: #ffffff !important;
  box-shadow: 0 15px 30px 0 rgba(255, 255, 255, 0.15);
}
.btn-black {
  color: #ffffff !important;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
  box-shadow: 0 15px 30px 0 rgba(26, 26, 26, 0.15);
}
.btn-black,
.btn-black:active {
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-black:before {
  background: #4d4d4d;
}
.btn-black:hover {
  border-color: #4d4d4d !important;
  box-shadow: 0 15px 30px 0 rgba(26, 26, 26, 0.15);
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #4154f1;
  color: #4154f1;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff !important;
  background-color: #4154f1 !important;
  border-color: #4154f1 !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #4154f1 !important;
  border-color: #4154f1 !important;
}
.btn-primary-outline:before {
  background: #4154f1;
}
.btn-primary-outline:hover {
  color: #ffffff !important;
  background-color: transparent !important;
  box-shadow: 0 15px 30px 0 rgba(65, 84, 241, 0.15);
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #000000;
  color: #000000;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary-outline:before {
  background: #000000;
}
.btn-secondary-outline:hover {
  color: #ffffff !important;
  background-color: transparent !important;
  box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.15);
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #cc4483;
  color: #cc4483;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff !important;
  background-color: #cc4483 !important;
  border-color: #cc4483 !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #cc4483 !important;
  border-color: #cc4483 !important;
}
.btn-info-outline:before {
  background: #cc4483;
}
.btn-info-outline:hover {
  color: #ffffff !important;
  background-color: transparent !important;
  box-shadow: 0 15px 30px 0 rgba(204, 68, 131, 0.15);
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #fff211;
  color: #fff211;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #111000 !important;
  background-color: #fff211 !important;
  border-color: #fff211 !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #111000 !important;
  background-color: #fff211 !important;
  border-color: #fff211 !important;
}
.btn-success-outline:before {
  background: #fff211;
}
.btn-success-outline:hover {
  color: #000000 !important;
  background-color: transparent !important;
  box-shadow: 0 15px 30px 0 rgba(255, 242, 17, 0.15);
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #f5720d;
  color: #f5720d;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff !important;
  background-color: #f5720d !important;
  border-color: #f5720d !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #f5720d !important;
  border-color: #f5720d !important;
}
.btn-warning-outline:before {
  background: #f5720d;
}
.btn-warning-outline:hover {
  color: #ffffff !important;
  background-color: transparent !important;
  box-shadow: 0 15px 30px 0 rgba(245, 114, 13, 0.15);
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ff0000;
  color: #ff0000;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff !important;
  background-color: #ff0000 !important;
  border-color: #ff0000 !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff0000 !important;
  border-color: #ff0000 !important;
}
.btn-danger-outline:before {
  background: #ff0000;
}
.btn-danger-outline:hover {
  color: #ffffff !important;
  background-color: transparent !important;
  box-shadow: 0 15px 30px 0 rgba(255, 0, 0, 0.15);
}
.btn-black-outline {
  border-color: #1a1a1a !important;
}
.btn-black-outline,
.btn-black-outline:active,
.btn-black-outline.active {
  background-color: transparent;
  border-color: transparent;
  color: #1a1a1a;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus {
  color: #ffffff;
  background-color: transparent !important;
  box-shadow: 0 15px 30px 0 rgba(26, 26, 26, 0.15);
}
.btn-black-outline:before {
  background: #4d4d4d;
}
.btn-white-outline {
  color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background-color: transparent;
  border-color: transparent;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #4154f1 !important;
  border-color: #ffffff !important;
  background-color: transparent !important;
  box-shadow: 0 15px 30px 0 rgba(255, 255, 255, 0.15);
}
.btn-white-outline:before {
  background: #ffffff;
}
.text-primary {
  color: #4154f1 !important;
}
.text-secondary {
  color: #000000 !important;
}
.text-success {
  color: #fff211 !important;
}
.text-info {
  color: #cc4483 !important;
}
.text-warning {
  color: #f5720d !important;
}
.text-danger {
  color: #ff0000 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #1a1a1a !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #0e21be !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #000000 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #aaa100 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #862451 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #964506 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #990000 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #cccccc !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
.nav-tabs .nav-link.active {
  color: #4154f1;
}
.nav-tabs .nav-link:not(.active) {
  color: #1a1a1a;
}
.alert-success {
  background-color: #40A50B;
}
.alert-info {
  background-color: #cc4483;
}
.alert-warning {
  background-color: #f5720d;
}
.alert-danger {
  background-color: #ff0000;
}
.mbr-gallery-filter li.active .btn {
  background-color: #4154f1;
  border-color: #4154f1;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #4154f1;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #fffddd;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #f8e4ed;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #fde4d1;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffcccc;
}
/* Scroll to top button*/
.form-control {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 1rem;
  line-height: 1.867;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.25rem;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 1rem;
  line-height: 1.867;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #4154f1;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #4154f1;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #4154f1;
}
.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: #4154f1;
  border-bottom-color: #4154f1;
}
.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: #4154f1 !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: #000000 !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='%234154f1' %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.btn-white {
  color: #4154f1 !important;
}
.mbr-arrow-up {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  box-shadow: 0px 10px 33.25px 1.75px rgba(0, 27, 103, 0.35);
}
.mbr-arrow-up a {
  background: rgba(65, 84, 241, 0.6);
}
.mbr-arrow-up a:hover {
  background: #4154f1;
}
.cid-t81GgxgR3x {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-t81GgxgR3x nav.navbar {
  position: fixed;
}
.cid-t81GgxgR3x .btn {
  box-shadow: 0px 30px 30px 0px rgba(0, 11, 40, 0.1);
}
.cid-t81GgxgR3x .dropdown-toggle[data-toggle="dropdown-submenu"]:before {
  font-family: Moririse2 !important;
  content: "\e909";
  display: inline-block;
  width: 10px;
  position: absolute;
  right: 25px;
  top: 40%;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: 10px;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
}
.cid-t81GgxgR3x .dropdown-toggle:after {
  content: none;
}
@media (min-width: 992px) {
  .cid-t81GgxgR3x .navbar-nav .nav-link:before {
    content: none;
  }
}
.cid-t81GgxgR3x .dropdown-menu {
  padding: 20px 0;
  min-width: 220px;
  box-shadow: -1px 2px 19px 3px rgba(0, 11, 40, 0.1);
  transition: all 0.3s ease-in-out;
  visibility: hidden;
  opacity: 0;
  transform: translateY(10px);
  display: initial;
}
.cid-t81GgxgR3x .navbar .dropdown.open > .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  display: block;
}
.cid-t81GgxgR3x .dropdown-item:hover,
.cid-t81GgxgR3x .dropdown-item:focus {
  background: rgba(65, 84, 241, 0.1) !important;
  color: #4154f1 !important;
}
.cid-t81GgxgR3x .nav-dropdown .link {
  padding: 35px 0 !important;
  margin-right: 40px !important;
}
.cid-t81GgxgR3x .nav-dropdown .nav-item:last-child .link {
  margin-right: 0 !important;
}
.cid-t81GgxgR3x .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  display: none;
}
.cid-t81GgxgR3x .nav-link {
  position: relative;
  line-height: 1;
}
.cid-t81GgxgR3x .nav-link:hover {
  color: #4154f1 !important;
}
.cid-t81GgxgR3x .container {
  display: flex;
  margin: auto;
}
.cid-t81GgxgR3x .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 17px;
  margin-right: 20px;
}
.cid-t81GgxgR3x .dropdown-menu,
.cid-t81GgxgR3x .navbar.opened {
  background: #4154f1 !important;
}
.cid-t81GgxgR3x .nav-item:focus,
.cid-t81GgxgR3x .nav-link:focus {
  outline: none;
}
.cid-t81GgxgR3x .dropdown .dropdown-menu .dropdown-item {
  width: 100%;
  transition: all 0.25s ease-in-out;
}
.cid-t81GgxgR3x .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t81GgxgR3x .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-t81GgxgR3x .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t81GgxgR3x .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t81GgxgR3x .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 6px 30px !important;
  transition: none;
  margin: 0 !important;
}
.cid-t81GgxgR3x .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  background: #4154f1;
}
.cid-t81GgxgR3x .navbar.navbar-short {
  box-shadow: 0 0 18px 1px rgba(0, 0, 0, 0.1);
  min-height: 60px;
}
.cid-t81GgxgR3x .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-t81GgxgR3x .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-t81GgxgR3x .navbar.opened {
  transition: all 0.3s;
}
.cid-t81GgxgR3x .navbar .dropdown-item {
  padding: 6px 30px;
}
.cid-t81GgxgR3x .navbar .navbar-logo img {
  width: auto;
}
.cid-t81GgxgR3x .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-t81GgxgR3x .navbar.collapsed {
  justify-content: center;
}
.cid-t81GgxgR3x .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t81GgxgR3x .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t81GgxgR3x .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-t81GgxgR3x .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t81GgxgR3x .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t81GgxgR3x .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  display: none;
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-t81GgxgR3x .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t81GgxgR3x .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 6px 30px;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-t81GgxgR3x .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t81GgxgR3x .navbar .dropdown-menu {
    display: none;
  }
  .cid-t81GgxgR3x .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t81GgxgR3x .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t81GgxgR3x .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    display: none;
    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-t81GgxgR3x .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-t81GgxgR3x .navbar ul.navbar-nav {
    padding: 15px;
  }
  .cid-t81GgxgR3x .navbar .dropdown-menu .dropdown-item {
    padding: 6px 30px !important;
    text-align: left;
  }
  .cid-t81GgxgR3x .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t81GgxgR3x .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t81GgxgR3x .navbar .navbar-buttons,
  .cid-t81GgxgR3x .navbar .icons-menu {
    display: none;
  }
  .cid-t81GgxgR3x .navbar .nav-dropdown .link {
    margin-right: 0 !important;
    padding-top: 12px !important;
    padding-bottom: 0 !important;
    margin-bottom: 20px !important;
  }
}
.cid-t81GgxgR3x .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-t81GgxgR3x .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t81GgxgR3x .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t81GgxgR3x .dropdown-item.active,
.cid-t81GgxgR3x .dropdown-item:active {
  background-color: transparent;
}
.cid-t81GgxgR3x .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t81GgxgR3x .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #4154f1;
}
.cid-t81GgxgR3x .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t81GgxgR3x ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t81GgxgR3x .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-t81GgxgR3x button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-t81GgxgR3x button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-t81GgxgR3x button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t81GgxgR3x button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t81GgxgR3x button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t81GgxgR3x button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t81GgxgR3x nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t81GgxgR3x nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t81GgxgR3x nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t81GgxgR3x nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t81GgxgR3x .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-t81GgxgR3x a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-t81GgxgR3x .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  text-align: center;
  margin-right: 15px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-t81GgxgR3x .navbar {
    height: 70px;
  }
  .cid-t81GgxgR3x .navbar.opened {
    height: auto;
  }
  .cid-t81GgxgR3x .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t1vYewS7P1 .image_img img {
  display: block;
  width: 100%;
  object-fit: cover;
}
.cid-t1vYewS7P1 .mbr-section-title {
  line-height: 1.07;
  letter-spacing: -2px;
  margin-bottom: 37px;
  color: #ffffff;
}
.cid-t1vYewS7P1 .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #4154f1;
  letter-spacing: 1.6px;
  line-height: 1;
  font-weight: 600;
}
.cid-t1vYewS7P1 .mbr-text {
  margin-bottom: 50px;
  line-height: 1.54;
}
.cid-t1vYewS7P1 .mbr-section-btn {
  display: inline-block;
}
.cid-t1vYewS7P1 .btn_link {
  display: inline-block;
  margin-bottom: 0;
  position: relative;
  font-weight: 700;
  text-align: center;
  margin-left: 30px;
  color: #fff211;
}
.cid-t1vYewS7P1 .btn_link span {
  display: inline-block;
  margin-left: .25rem;
  font-size: 16px;
  vertical-align: middle;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-t1vYewS7P1 .btn_link:before {
  content: "";
  left: 0;
  height: 1px;
  width: 100%;
  bottom: 2px;
  position: absolute;
  background-color: #6a7c92;
  transform-origin: 100% 50%;
  transition: transform 0.4s ease;
}
.cid-t1vYewS7P1 .btn_link:after {
  content: "";
  transform: scaleX(0);
  transform-origin: 0 50%;
  background-color: #4154f1;
  transition: transform 0.4s ease 0.2s;
  left: 0;
  height: 1px;
  width: 100%;
  bottom: 2px;
  position: absolute;
}
.cid-t1vYewS7P1 .btn_link:hover {
  cursor: pointer;
}
.cid-t1vYewS7P1 .btn_link:hover a {
  color: #4154f1 !important;
}
.cid-t1vYewS7P1 .btn_link:hover:after {
  transform: scaleX(1);
}
.cid-t1vYewS7P1 .btn_link:hover:before {
  transform: scaleX(0);
}
.cid-t1vYewS7P1 .btn_link:hover span {
  transform: translatex(5px);
}
@media (max-width: 991px) {
  .cid-t1vYewS7P1 .head_block {
    order: 1;
    text-align: center;
  }
  .cid-t1vYewS7P1 .image_img {
    margin-bottom: 40px;
  }
  .cid-t1vYewS7P1 .mbr-section-title {
    margin-bottom: 22px;
  }
  .cid-t1vYewS7P1 .mbr-text {
    margin-bottom: 20px;
  }
  .cid-t1vYewS7P1 .btn_link {
    margin-left: 0;
    margin-top: 20px;
  }
  .cid-t1vYewS7P1 .btn_group {
    display: inline-flex;
    flex-direction: column;
  }
}
.cid-t1vYewS7P1 .mbr-text,
.cid-t1vYewS7P1 .buttons_wrap {
  color: #ffffff;
}
.cid-t0cbYXzFrT {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t0cbYXzFrT .row {
  flex-direction: row-reverse;
}
.cid-t0cbYXzFrT .second-color {
  position: absolute;
  width: 50%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #1f1437;
}
@media (max-width: 991px) {
  .cid-t0cbYXzFrT .second-color {
    display: none;
    display: block;
    width: 100%;
  }
}
.cid-t0cbYXzFrT .image-wrapper {
  width: 120%;
  margin-left: -20%;
}
@media (max-width: 991px) {
  .cid-t0cbYXzFrT .image-wrapper {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .cid-t0cbYXzFrT .image-wrapper {
    margin-left: 0;
  }
}
.cid-t0cbYXzFrT .image-wrapper img {
  width: 100%;
  border-radius: 15px;
}
.cid-t0cbYXzFrT .content {
  padding-left: 20%;
  padding-left: 0;
  padding-right: 20%;
}
@media (max-width: 991px) {
  .cid-t0cbYXzFrT .content {
    padding-left: 0;
    margin-top: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-t0cbYXzFrT .content {
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .cid-t0cbYXzFrT .content {
    text-align: center;
  }
}
.cid-t0cbYXzFrT .mbr-section-title {
  color: #58d0ff;
  margin-bottom: 20px;
  text-align: left;
}
.cid-t0cbYXzFrT .mbr-section-title span {
  position: relative;
}
.cid-t0cbYXzFrT .mbr-section-title span svg {
  position: absolute;
  left: -100px;
  bottom: -15px;
  width: 150%;
  height: 10px;
  display: none;
}
@media (max-width: 992px) {
  .cid-t0cbYXzFrT .mbr-section-title span svg {
    left: -60px;
  }
}
@media (max-width: 959px) {
  .cid-t0cbYXzFrT .mbr-section-title span svg {
    left: -50px;
  }
}
@media (max-width: 500px) {
  .cid-t0cbYXzFrT .mbr-section-title span svg {
    width: 80%;
    left: 30px;
  }
}
.cid-t0cbYXzFrT .mbr-section-title span svg path {
  fill: #fff211;
}
.cid-t0cbYXzFrT .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-t0cbYXzFrT .mbr-section-subtitle span {
  position: relative;
}
.cid-t0cbYXzFrT .mbr-section-subtitle span svg {
  position: absolute;
  right: -50px;
  bottom: 50px;
  transform: rotate(20deg);
  width: 68px;
  height: 62px;
  display: none;
}
.cid-t0cbYXzFrT .mbr-section-subtitle span svg path {
  fill: #ffffff;
}
@media (max-width: 599px) {
  .cid-t0cbYXzFrT .mbr-section-subtitle span svg {
    display: none;
  }
}
.cid-t0cbYXzFrT .mbr-section-btn {
  margin-top: 3rem;
}
.cid-t0cbYXzFrT .wave-container {
  position: absolute;
  width: 100%;
  height: 100px;
  left: 0;
  bottom: -1px;
  overflow: hidden;
}
.cid-t0cbYXzFrT .wave-container .wave {
  width: 5500px;
  position: relative;
  left: -3300px;
}
.cid-t0cbYXzFrT .wave-container .wave svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  animation: wavy 35s infinite linear;
  backface-visibility: hidden;
}
.cid-t0cbYXzFrT .wave-container .wave svg path {
  fill: #000d20;
}
@keyframes wavy {
  0% {
    opacity: 1;
    transform: translateX(0px) translateY(0px) rotate(0deg) scale(1, 1);
    animation-timing-function: linear;
  }
  100% {
    opacity: 1;
    transform: translateX(3230px) translateY(0px) rotate(0deg) scale(1, 1);
  }
}
.cid-t2VSdJ2bPg {
  overflow: hidden !important;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000d20;
}
.cid-t2VSdJ2bPg .title_block {
  margin-bottom: 80px;
  z-index: 10;
  position: relative;
}
.cid-t2VSdJ2bPg .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #4154f1;
  letter-spacing: 1.6px;
  line-height: 1;
  font-weight: 600;
}
.cid-t2VSdJ2bPg .mbr-section-title {
  color: #ffffff;
}
.cid-t2VSdJ2bPg .onTheSides {
  background-color: #f9f9f9;
  border-radius: 4px;
}
.cid-t2VSdJ2bPg .onTheSides .card_price,
.cid-t2VSdJ2bPg .onTheSides .card_title {
  color: #000000;
}
.cid-t2VSdJ2bPg .onTheSides .card_wrap {
  padding: 50px 60px;
}
.cid-t2VSdJ2bPg .card_body {
  margin-bottom: 40px;
}
.cid-t2VSdJ2bPg .card_body p {
  line-height: 1.867;
}
.cid-t2VSdJ2bPg .card_title {
  margin-bottom: 30px;
}
.cid-t2VSdJ2bPg .card_price {
  display: block;
  line-height: 1;
  margin-bottom: 10px;
}
.cid-t2VSdJ2bPg .middle {
  background-color: #4154f1;
  border-radius: 4px;
  background-image: linear-gradient(0deg, #2036ef 0%, #3c50f1 52%, #4154f1 100%);
}
.cid-t2VSdJ2bPg .middle .card_wrap {
  padding: 80px 60px;
}
.cid-t2VSdJ2bPg .middle .btn-white-outline:hover {
  color: #f5720d !important;
}
@media (min-width: 768px) {
  .cid-t2VSdJ2bPg .shape_wrap {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
    pointer-events: none;
  }
  .cid-t2VSdJ2bPg .shape_wrap .shape {
    z-index: -1;
    position: absolute;
  }
  .cid-t2VSdJ2bPg .shape_wrap .shape_1 {
    top: 28px;
    left: -33px;
    width: 66px;
    height: 66px;
    background-image: linear-gradient(0deg, #2036ef 0%, #3c50f1 52%, #4154f1 100%);
    border-radius: 50%;
  }
  .cid-t2VSdJ2bPg .shape_wrap .shape_2 {
    top: 130px;
    left: -80px;
    width: 30px;
    height: 30px;
    background-image: linear-gradient(45deg, #2036ef 0%, #3c50f1 52%, #4154f1 100%);
    border-radius: 50%;
  }
  .cid-t2VSdJ2bPg .shape_wrap .shape_3 {
    left: 110px;
    bottom: 0;
    width: 48px;
    height: 48px;
    background-image: linear-gradient(0deg, #e7e7e7 0%, #f6f6f6 52%, #f9f9f9 100%);
    border-radius: 50%;
  }
  .cid-t2VSdJ2bPg .shape_wrap .shape_4 {
    right: 83px;
    bottom: 0;
    width: 48px;
    height: 48px;
    background-image: linear-gradient(135deg, #2036ef 0%, #3c50f1 52%, #4154f1 100%);
    border-radius: 50%;
  }
  .cid-t2VSdJ2bPg .shape_wrap .shape_5 {
    top: 18px;
    right: 12px;
    width: 74px;
    height: 74px;
    background-image: linear-gradient(35deg, #e7e7e7 0%, #f6f6f6 52%, #f9f9f9 100%);
    border-radius: 50%;
  }
  .cid-t2VSdJ2bPg .shape_wrap .shape_6 {
    right: 30px;
    width: 20px;
    height: 20px;
    bottom: -45px;
    background-image: linear-gradient(90deg, #e7e7e7 0%, #f6f6f6 52%, #f9f9f9 100%);
    border-radius: 50%;
  }
}
@media (max-width: 991px) {
  .cid-t2VSdJ2bPg .title_block {
    margin-bottom: 60px;
  }
  .cid-t2VSdJ2bPg .card_title {
    margin-bottom: 25px;
  }
  .cid-t2VSdJ2bPg .card_body {
    margin-bottom: 30px;
  }
  .cid-t2VSdJ2bPg .middle .card_wrap {
    padding: 60px 30px;
  }
  .cid-t2VSdJ2bPg .onTheSides .card_wrap {
    padding: 40px 30px;
  }
}
.cid-t2VSdJ2bPg .onTheSides .items_block {
  color: #000000;
}
.cid-t81SuzgTMj {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-color: #000d20;
}
.cid-t81SuzgTMj .mbr-section-title {
  color: #ffffff;
}
.cid-t81SuzgTMj .mbr-text,
.cid-t81SuzgTMj .mbr-section-btn {
  color: #ffffff;
}
.cid-t81SuzgTMj .mbr-section-subtitle {
  color: #8364e2;
}
.cid-t81SuzgTMj img {
  border-radius: 2rem;
}
@media (min-width: 992px) {
  .cid-t81SuzgTMj .image-wrapper {
    padding-right: 4rem;
  }
}
.cid-t2VRQljgjZ {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-color: #000d20;
}
.cid-t2VRQljgjZ .row {
  flex-direction: row-reverse;
}
.cid-t2VRQljgjZ .mbr-section-title {
  color: #ffffff;
}
.cid-t2VRQljgjZ .mbr-text,
.cid-t2VRQljgjZ .mbr-section-btn {
  color: #ffffff;
}
.cid-t2VRQljgjZ .mbr-section-subtitle {
  color: #8364e2;
}
.cid-t2VRQljgjZ img {
  border-radius: 2rem;
}
@media (min-width: 992px) {
  .cid-t2VRQljgjZ .image-wrapper {
    padding-right: 4rem;
  }
}
.cid-t2VRR1fW8R {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-color: #000d20;
}
.cid-t2VRR1fW8R .mbr-section-title {
  color: #ffffff;
}
.cid-t2VRR1fW8R .mbr-text,
.cid-t2VRR1fW8R .mbr-section-btn {
  color: #ffffff;
}
.cid-t2VRR1fW8R .mbr-section-subtitle {
  color: #8364e2;
}
.cid-t2VRR1fW8R img {
  border-radius: 2rem;
}
@media (min-width: 992px) {
  .cid-t2VRR1fW8R .image-wrapper {
    padding-right: 4rem;
  }
}
.cid-t81RREan1N {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #000d20;
}
.cid-t81RREan1N .row {
  flex-direction: row-reverse;
}
.cid-t81RREan1N .mbr-section-title {
  color: #ffffff;
}
.cid-t81RREan1N .mbr-text,
.cid-t81RREan1N .mbr-section-btn {
  color: #ffffff;
}
.cid-t81RREan1N .mbr-section-subtitle {
  color: #8364e2;
}
.cid-t81RREan1N img {
  border-radius: 2rem;
}
@media (min-width: 992px) {
  .cid-t81RREan1N .image-wrapper {
    padding-right: 4rem;
  }
}
.cid-t82cM7ADLU {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #000d20;
}
.cid-t82cM7ADLU .p {
  color: #ffffff;
  padding-top: 30px;
  text-align: center;
}
.cid-t82cM7ADLU .row {
  justify-content: center;
}
.cid-t82cM7ADLU a {
  font-weight: 400 !important;
}
.cid-t82cM7ADLU .card-heading {
  color: #fff211;
  text-align: center;
}
.cid-t825ogGikK {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #000d20;
}
.cid-t825ogGikK .item-wrapper {
  position: relative;
}
.cid-t825ogGikK .slide-content {
  position: relative;
  background: transparent;
  height: 100%;
  display: flex;
  overflow: visible;
  flex-flow: column nowrap;
}
.cid-t825ogGikK .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 18%;
  max-width: 596px;
}
.cid-t825ogGikK .embla__button--next,
.cid-t825ogGikK .embla__button--prev {
  display: flex;
}
.cid-t825ogGikK .embla__button {
  transition: background-color 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
  border: none;
  width: 64px;
  height: 64px;
  font-size: 14px;
  border-radius: 50%;
  top: 50%;
  margin-top: -1.5rem;
  background-color: transparent;
  color: #fff;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
.cid-t825ogGikK .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-t825ogGikK .embla__button.embla__button--prev {
  left: 0;
  margin-left: -4rem;
}
.cid-t825ogGikK .embla__button.embla__button--next {
  right: 0;
  margin-right: -4rem;
}
.cid-t825ogGikK .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-t825ogGikK .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-t825ogGikK .embla {
  position: relative;
  width: 90%;
  margin: auto;
}
.cid-t825ogGikK .embla__viewport {
  overflow: visible;
  width: 100%;
}
.cid-t825ogGikK .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-t825ogGikK .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-t825ogGikK .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-t825ogGikK .wrap-img {
  transition: all 300ms ease !important;
  overflow: hidden;
  border-radius: 30px 30px 0 0;
  display: flex;
  justify-content: center;
}
.cid-t825ogGikK img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.cid-t825ogGikK .container {
  max-width: 1100px;
}
.cid-t825ogGikK .embla__viewport.container {
  overflow: hidden;
}
@media (max-width: 576px) {
  .cid-t825ogGikK .embla {
    width: 70%;
  }
  .cid-t825ogGikK .embla__slide {
    min-width: 150%;
  }
}
.cid-t0hdQOnVIY {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #000d20;
}
.cid-t0hdQOnVIY .mbr-section-title {
  color: #fff211;
}
.cid-t0hdQOnVIY .mbr-section-subtitle {
  color: #ffffff;
}
.cid-t0hdQOnVIY .line {
  background: #000d20;
  height: 1px;
  width: 100%;
  margin-top: 2rem;
}
.cid-t82dRZn7YN {
  text-align: center;
  overflow: hidden;
}
.cid-t82dRZn7YN .custom-widget svg {
  width: 65px;
  height: 65px;
  color: #777;
  fill: #777;
  margin-top: 2rem;
  margin-bottom: 3rem;
}
.cid-sT6CJym39V.popup-builder {
  background-color: #ffffff;
}
.cid-sT6CJym39V.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sT6CJym39V.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sT6CJym39V .modal-content,
.cid-sT6CJym39V .modal-dialog {
  height: auto;
}
.cid-sT6CJym39V .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sT6CJym39V .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sT6CJym39V .form-wrapper .mbr-form .form-group,
  .cid-sT6CJym39V .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sT6CJym39V .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sT6CJym39V .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-sT6CJym39V .mbr-text {
  text-align: center;
}
.cid-sT6CJym39V .pt-0 {
  padding-top: 0 !important;
}
.cid-sT6CJym39V .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sT6CJym39V .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sT6CJym39V .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sT6CJym39V .modal-open {
  overflow: hidden;
}
.cid-sT6CJym39V .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sT6CJym39V .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sT6CJym39V .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sT6CJym39V .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-sT6CJym39V .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sT6CJym39V .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sT6CJym39V .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sT6CJym39V .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-sT6CJym39V .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-sT6CJym39V .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sT6CJym39V .modal-backdrop.fade {
  opacity: 0;
}
.cid-sT6CJym39V .modal-backdrop.show {
  opacity: .5;
}
.cid-sT6CJym39V .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-sT6CJym39V .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-sT6CJym39V .modal-header {
    padding: 1rem;
  }
}
.cid-sT6CJym39V .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sT6CJym39V .modal-header .close svg {
  fill: #353535;
}
.cid-sT6CJym39V .modal-header .close:hover {
  opacity: 1;
}
.cid-sT6CJym39V .modal-header .close:focus {
  outline: none;
}
.cid-sT6CJym39V .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #000000;
}
.cid-sT6CJym39V .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-sT6CJym39V .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sT6CJym39V .modal-body {
    padding: 1rem;
  }
}
.cid-sT6CJym39V .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-sT6CJym39V .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sT6CJym39V .modal-footer {
    padding: 1rem;
  }
}
.cid-sT6CJym39V .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sT6CJym39V .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sT6CJym39V .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sT6CJym39V .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sT6CJym39V .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-sT6CJym39V .modal-lg,
  .cid-sT6CJym39V .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-sT6CJym39V .modal-xl {
    max-width: 1140px;
  }
}
.cid-sT6CJym39V .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sT6CJym39V .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-sT6CJym39V .form-group {
  margin-bottom: 1rem;
}
.cid-sT6CJym39V .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sT6CJym39V .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sT6CJym39V .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-sT6CJym39V .mbr-section-btn {
  margin: 0;
}
.cid-sT6CJym39V .mbr-section-btn .btn {
  margin: 0;
}
.cid-t81LItPBHV {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-t81LItPBHV .container {
  display: flex;
  justify-content: center;
}
.cid-t81LItPBHV .row {
  display: flex;
  align-items: stretch;
  max-width: 1194px;
  width: 100%;
}
.cid-t81LItPBHV .col-brand {
  margin-bottom: 40px;
}
.cid-t81LItPBHV .col-link {
  margin-bottom: 30px;
}
@media (min-width: 1200px) {
  .cid-t81LItPBHV .col-link3 {
    padding-left: 60px !important;
  }
}
.cid-t81LItPBHV .navbar-brand {
  display: flex;
  flex-basis: auto;
  word-break: break-word;
  min-height: 40px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 25px;
  padding: 0;
  transition: all 0.3s;
  z-index: 1;
}
.cid-t81LItPBHV .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-t81LItPBHV .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-t81LItPBHV .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t81LItPBHV .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t81LItPBHV .mbr-section-subtitle {
  color: #010d4c;
  margin-bottom: 20px;
}
.cid-t81LItPBHV .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-t81LItPBHV .mbr-iconfont {
  font-size: 16px;
  color: #4154f1;
}
.cid-t81LItPBHV .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  background-color: #eef4fb;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 5px;
  min-height: 30px;
  min-width: 30px;
}
.cid-t81LItPBHV .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t81LItPBHV .soc-item:hover {
  background-color: #738bae;
}
.cid-t81LItPBHV .soc-item:hover .mbr-iconfont {
  color: #FFFFFF !important;
}
.cid-t81LItPBHV .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #010d4c;
}
.cid-t81LItPBHV .list li {
  min-height: 44px;
  display: flex;
  align-items: center;
}
.cid-t81LItPBHV .list a {
  min-height: 44px;
  display: flex;
  align-items: center;
}
.cid-t81LItPBHV .brand-text {
  margin-bottom: 35px;
  color: #00284E;
  opacity: 0.8;
}
.cid-t81LItPBHV .mbr-text {
  color: #00284E;
  opacity: 0.8;
}
.cid-t81LItPBHV .mbr-text .text-black {
  color: #00284E !important;
}
.cid-t81LItPBHV .mbr-text a {
  opacity: 0.8;
}
.cid-t81LItPBHV .mbr-text a:hover {
  opacity: 1;
  color: #4154f1 !important;
}
.cid-t81LItPBHV .col-copyright {
  margin-top: 44px;
}
.cid-t81LItPBHV .copyright {
  color: #000000;
  opacity: 0.8;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-t81LItPBHV .copyright {
    text-align: center !important;
  }
}
.cid-t81LItPBHV .comment-text {
  color: #000000;
  opacity: 0.8;
  margin-bottom: 38px;
}
.cid-t81LItPBHV .colored-text {
  color: #4154f1;
  line-height: inherit;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  opacity: 1;
}
.cid-t81LItPBHV .dragArea {
  width: 100%;
  max-width: 100%;
  margin-left: auto !important;
  margin-right: 0 !important;
}
.cid-t81LItPBHV .form-container {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  width: 100%;
  background-color: rgba(68, 109, 255, 0.07);
  box-shadow: 0 10px 20px rgba(0, 33, 63, 0.03);
  margin: 0;
  border-radius: 8px;
  padding: 8px 0 !important;
}
.cid-t81LItPBHV .form-container .form-control {
  background-color: transparent;
}
.cid-t81LItPBHV .form-group {
  flex-grow: 1;
  margin-bottom: 0 !important;
}
.cid-t81LItPBHV .mbr-section-btn {
  padding-left: 0 !important;
}
.cid-t81LItPBHV .mbr-section-btn .btn {
  width: 115px;
  border-radius: 8px;
  min-height: 54px;
  word-break: normal;
}
@media (max-width: 1199px) {
  .cid-t81LItPBHV .mbr-section-btn .btn {
    width: 100px;
    min-height: 44px;
    padding: 5px 10px;
  }
}
.cid-t81LItPBHV .mbr-section-btn .btn-primary:hover {
  background-color: #fff211 !important;
  color: #ffffff !important;
}
.cid-t81LItPBHV .mbr-section-btn .btn-secondary:hover {
  background-color: #fff211 !important;
  color: #ffffff !important;
}
.cid-t81LItPBHV .form-control {
  width: 100%;
  background-color: #FFFFFF;
  border: none !important;
  box-shadow: none !important;
  padding: 5px 0 5px 15px;
  height: 54px;
}
@media (max-width: 1199px) {
  .cid-t81LItPBHV .form-control {
    height: 44px;
  }
}
.cid-t81LItPBHV .form-control:hover,
.cid-t81LItPBHV .form-control:focus {
  border: none !important;
  box-shadow: none !important;
}
.cid-t81LItPBHV .form-control::-webkit-input-placeholder {
  font-size: 1rem;
  color: #00072C;
}
.cid-t81LItPBHV .form-control::-moz-placeholder {
  font-size: 1rem;
  color: #00072C;
}
.cid-t81LItPBHV .form-control:-moz-placeholder {
  font-size: 1rem;
  color: #00072C;
}
.cid-t81LItPBHV .form-control:-ms-input-placeholder {
  font-size: 1rem;
  color: #00072C;
}
.cid-t81LItPBHV .form-text {
  color: #000000;
  margin-top: 5px;
  margin-bottom: 0;
  font-size: 1rem;
  padding: 0 !important;
}
.cid-sSF92xskqC {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sSF92xskqC .line {
  height: 1px;
  border: none;
  line-height: 1;
  background-image: linear-gradient(45deg, transparent, #e5e5e5, transparent);
}
.cid-sSF92xskqC .mbr-section-head {
  margin-top: 120px;
}
.cid-sSF92xskqC .video-wrapper iframe {
  width: 100%;
}
.cid-sSF92xskqC .mbr-section-head {
  margin-bottom: 80px;
}
.cid-sSF92xskqC .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #4154f1;
  letter-spacing: 1.6px;
  line-height: 1;
  font-weight: 600;
}
.cid-sSF92xskqC .mbr-section-title {
  color: #000000;
}
.cid-sSF92xskqC .image {
  position: relative;
  background-color: #4154f1;
}
.cid-sSF92xskqC .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.1;
}
.cid-sSF92xskqC .iconfont-wrapper {
  top: 50%;
  left: 50%;
  width: 80px;
  height: 80px;
  text-align: center;
  position: absolute;
  border-radius: 50%;
  background-color: #ffffff;
  transform: translate(-50%, -50%);
  -webkit-animation: popup_video 2s linear infinite;
  animation: popup_video 2s linear infinite;
}
.cid-sSF92xskqC .iconfont-wrapper span {
  font-size: 24px;
  line-height: 82px;
  color: #4154f1;
  cursor: pointer;
  position: relative;
  display: inline-block;
  margin-left: 4px;
}
.cid-sSF92xskqC .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-sSF92xskqC .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-sSF92xskqC .modalWindow .modalWindow-video {
  height: calc(80vw / 1.778);
  width: 80vw;
  margin: 0 auto;
}
.cid-sSF92xskqC a.close {
  position: absolute;
  right: 0;
  top: 0;
  color: #ffffff;
  z-index: 5000000;
  font-size: 16px;
  background: #000;
  padding: 10px;
  transition: all 0.2s;
}
.cid-sSF92xskqC a.close:hover {
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sSF92xskqC .mbr-section-head {
    margin-bottom: 40px;
  }
  .cid-sSF92xskqC .iconfont-wrapper {
    width: 60px;
    height: 60px;
  }
  .cid-sSF92xskqC .iconfont-wrapper span {
    font-size: 20px;
    line-height: 62px;
  }
}
@keyframes popup_video {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.2), 0 0 0 30px rgba(255, 255, 255, 0.2), 0 0 0 50px rgba(255, 255, 255, 0.2), 0 0 0 70px rgba(255, 255, 255, 0.2);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.2), 0 0 0 30px rgba(255, 255, 255, 0.2), 0 0 0 50px rgba(255, 255, 255, 0.2), 0 0 0 70px rgba(255, 255, 255, 0.2);
  }
  100% {
    -webkit-box-shadow: 0 0 0 30px rgba(255, 255, 255, 0.2), 0 0 0 50px rgba(255, 255, 255, 0.2), 0 0 0 70px rgba(255, 255, 255, 0.2), 0 0 0 80px transparent;
    box-shadow: 0 0 0 30px rgba(255, 255, 255, 0.2), 0 0 0 50px rgba(255, 255, 255, 0.2), 0 0 0 70px rgba(255, 255, 255, 0.2), 0 0 0 80px transparent;
  }
}
.cid-sSPYvJ4QQY.popup-builder {
  background-color: #ffffff;
}
.cid-sSPYvJ4QQY.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sSPYvJ4QQY.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sSPYvJ4QQY .modal-content,
.cid-sSPYvJ4QQY .modal-dialog {
  height: auto;
}
.cid-sSPYvJ4QQY .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sSPYvJ4QQY .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sSPYvJ4QQY .form-wrapper .mbr-form .form-group,
  .cid-sSPYvJ4QQY .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sSPYvJ4QQY .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sSPYvJ4QQY .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-sSPYvJ4QQY .mbr-text {
  text-align: center;
}
.cid-sSPYvJ4QQY .pt-0 {
  padding-top: 0 !important;
}
.cid-sSPYvJ4QQY .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sSPYvJ4QQY .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sSPYvJ4QQY .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sSPYvJ4QQY .modal-open {
  overflow: hidden;
}
.cid-sSPYvJ4QQY .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sSPYvJ4QQY .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sSPYvJ4QQY .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sSPYvJ4QQY .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-sSPYvJ4QQY .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sSPYvJ4QQY .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sSPYvJ4QQY .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sSPYvJ4QQY .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-sSPYvJ4QQY .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-sSPYvJ4QQY .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sSPYvJ4QQY .modal-backdrop.fade {
  opacity: 0;
}
.cid-sSPYvJ4QQY .modal-backdrop.show {
  opacity: .5;
}
.cid-sSPYvJ4QQY .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-sSPYvJ4QQY .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-sSPYvJ4QQY .modal-header {
    padding: 1rem;
  }
}
.cid-sSPYvJ4QQY .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sSPYvJ4QQY .modal-header .close svg {
  fill: #353535;
}
.cid-sSPYvJ4QQY .modal-header .close:hover {
  opacity: 1;
}
.cid-sSPYvJ4QQY .modal-header .close:focus {
  outline: none;
}
.cid-sSPYvJ4QQY .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #000000;
}
.cid-sSPYvJ4QQY .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-sSPYvJ4QQY .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sSPYvJ4QQY .modal-body {
    padding: 1rem;
  }
}
.cid-sSPYvJ4QQY .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-sSPYvJ4QQY .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sSPYvJ4QQY .modal-footer {
    padding: 1rem;
  }
}
.cid-sSPYvJ4QQY .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sSPYvJ4QQY .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sSPYvJ4QQY .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sSPYvJ4QQY .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sSPYvJ4QQY .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-sSPYvJ4QQY .modal-lg,
  .cid-sSPYvJ4QQY .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-sSPYvJ4QQY .modal-xl {
    max-width: 1140px;
  }
}
.cid-sSPYvJ4QQY .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sSPYvJ4QQY .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-sSPYvJ4QQY .form-group {
  margin-bottom: 1rem;
}
.cid-sSPYvJ4QQY .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sSPYvJ4QQY .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sSPYvJ4QQY .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-sSPYvJ4QQY .mbr-section-btn {
  margin: 0;
}
.cid-sSPYvJ4QQY .mbr-section-btn .btn {
  margin: 0;
}
.cid-t81GgxgR3x {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-t81GgxgR3x nav.navbar {
  position: fixed;
}
.cid-t81GgxgR3x .btn {
  box-shadow: 0px 30px 30px 0px rgba(0, 11, 40, 0.1);
}
.cid-t81GgxgR3x .dropdown-toggle[data-toggle="dropdown-submenu"]:before {
  font-family: Moririse2 !important;
  content: "\e909";
  display: inline-block;
  width: 10px;
  position: absolute;
  right: 25px;
  top: 40%;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: 10px;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
}
.cid-t81GgxgR3x .dropdown-toggle:after {
  content: none;
}
@media (min-width: 992px) {
  .cid-t81GgxgR3x .navbar-nav .nav-link:before {
    content: none;
  }
}
.cid-t81GgxgR3x .dropdown-menu {
  padding: 20px 0;
  min-width: 220px;
  box-shadow: -1px 2px 19px 3px rgba(0, 11, 40, 0.1);
  transition: all 0.3s ease-in-out;
  visibility: hidden;
  opacity: 0;
  transform: translateY(10px);
  display: initial;
}
.cid-t81GgxgR3x .navbar .dropdown.open > .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  display: block;
}
.cid-t81GgxgR3x .dropdown-item:hover,
.cid-t81GgxgR3x .dropdown-item:focus {
  background: rgba(65, 84, 241, 0.1) !important;
  color: #4154f1 !important;
}
.cid-t81GgxgR3x .nav-dropdown .link {
  padding: 35px 0 !important;
  margin-right: 40px !important;
}
.cid-t81GgxgR3x .nav-dropdown .nav-item:last-child .link {
  margin-right: 0 !important;
}
.cid-t81GgxgR3x .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  display: none;
}
.cid-t81GgxgR3x .nav-link {
  position: relative;
  line-height: 1;
}
.cid-t81GgxgR3x .nav-link:hover {
  color: #4154f1 !important;
}
.cid-t81GgxgR3x .container {
  display: flex;
  margin: auto;
}
.cid-t81GgxgR3x .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 17px;
  margin-right: 20px;
}
.cid-t81GgxgR3x .dropdown-menu,
.cid-t81GgxgR3x .navbar.opened {
  background: #4154f1 !important;
}
.cid-t81GgxgR3x .nav-item:focus,
.cid-t81GgxgR3x .nav-link:focus {
  outline: none;
}
.cid-t81GgxgR3x .dropdown .dropdown-menu .dropdown-item {
  width: 100%;
  transition: all 0.25s ease-in-out;
}
.cid-t81GgxgR3x .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t81GgxgR3x .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-t81GgxgR3x .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t81GgxgR3x .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t81GgxgR3x .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 6px 30px !important;
  transition: none;
  margin: 0 !important;
}
.cid-t81GgxgR3x .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  background: #4154f1;
}
.cid-t81GgxgR3x .navbar.navbar-short {
  box-shadow: 0 0 18px 1px rgba(0, 0, 0, 0.1);
  min-height: 60px;
}
.cid-t81GgxgR3x .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-t81GgxgR3x .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-t81GgxgR3x .navbar.opened {
  transition: all 0.3s;
}
.cid-t81GgxgR3x .navbar .dropdown-item {
  padding: 6px 30px;
}
.cid-t81GgxgR3x .navbar .navbar-logo img {
  width: auto;
}
.cid-t81GgxgR3x .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-t81GgxgR3x .navbar.collapsed {
  justify-content: center;
}
.cid-t81GgxgR3x .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t81GgxgR3x .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t81GgxgR3x .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-t81GgxgR3x .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t81GgxgR3x .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t81GgxgR3x .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  display: none;
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-t81GgxgR3x .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t81GgxgR3x .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 6px 30px;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-t81GgxgR3x .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t81GgxgR3x .navbar .dropdown-menu {
    display: none;
  }
  .cid-t81GgxgR3x .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t81GgxgR3x .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t81GgxgR3x .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    display: none;
    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-t81GgxgR3x .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-t81GgxgR3x .navbar ul.navbar-nav {
    padding: 15px;
  }
  .cid-t81GgxgR3x .navbar .dropdown-menu .dropdown-item {
    padding: 6px 30px !important;
    text-align: left;
  }
  .cid-t81GgxgR3x .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t81GgxgR3x .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t81GgxgR3x .navbar .navbar-buttons,
  .cid-t81GgxgR3x .navbar .icons-menu {
    display: none;
  }
  .cid-t81GgxgR3x .navbar .nav-dropdown .link {
    margin-right: 0 !important;
    padding-top: 12px !important;
    padding-bottom: 0 !important;
    margin-bottom: 20px !important;
  }
}
.cid-t81GgxgR3x .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-t81GgxgR3x .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t81GgxgR3x .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t81GgxgR3x .dropdown-item.active,
.cid-t81GgxgR3x .dropdown-item:active {
  background-color: transparent;
}
.cid-t81GgxgR3x .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t81GgxgR3x .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #4154f1;
}
.cid-t81GgxgR3x .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t81GgxgR3x ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t81GgxgR3x .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-t81GgxgR3x button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-t81GgxgR3x button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-t81GgxgR3x button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t81GgxgR3x button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t81GgxgR3x button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t81GgxgR3x button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t81GgxgR3x nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t81GgxgR3x nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t81GgxgR3x nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t81GgxgR3x nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t81GgxgR3x .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-t81GgxgR3x a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-t81GgxgR3x .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  text-align: center;
  margin-right: 15px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-t81GgxgR3x .navbar {
    height: 70px;
  }
  .cid-t81GgxgR3x .navbar.opened {
    height: auto;
  }
  .cid-t81GgxgR3x .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t81LItPBHV {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-t81LItPBHV .container {
  display: flex;
  justify-content: center;
}
.cid-t81LItPBHV .row {
  display: flex;
  align-items: stretch;
  max-width: 1194px;
  width: 100%;
}
.cid-t81LItPBHV .col-brand {
  margin-bottom: 40px;
}
.cid-t81LItPBHV .col-link {
  margin-bottom: 30px;
}
@media (min-width: 1200px) {
  .cid-t81LItPBHV .col-link3 {
    padding-left: 60px !important;
  }
}
.cid-t81LItPBHV .navbar-brand {
  display: flex;
  flex-basis: auto;
  word-break: break-word;
  min-height: 40px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 25px;
  padding: 0;
  transition: all 0.3s;
  z-index: 1;
}
.cid-t81LItPBHV .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-t81LItPBHV .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-t81LItPBHV .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t81LItPBHV .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t81LItPBHV .mbr-section-subtitle {
  color: #010d4c;
  margin-bottom: 20px;
}
.cid-t81LItPBHV .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-t81LItPBHV .mbr-iconfont {
  font-size: 16px;
  color: #4154f1;
}
.cid-t81LItPBHV .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  background-color: #eef4fb;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 5px;
  min-height: 30px;
  min-width: 30px;
}
.cid-t81LItPBHV .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t81LItPBHV .soc-item:hover {
  background-color: #738bae;
}
.cid-t81LItPBHV .soc-item:hover .mbr-iconfont {
  color: #FFFFFF !important;
}
.cid-t81LItPBHV .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #010d4c;
}
.cid-t81LItPBHV .list li {
  min-height: 44px;
  display: flex;
  align-items: center;
}
.cid-t81LItPBHV .list a {
  min-height: 44px;
  display: flex;
  align-items: center;
}
.cid-t81LItPBHV .brand-text {
  margin-bottom: 35px;
  color: #00284E;
  opacity: 0.8;
}
.cid-t81LItPBHV .mbr-text {
  color: #00284E;
  opacity: 0.8;
}
.cid-t81LItPBHV .mbr-text .text-black {
  color: #00284E !important;
}
.cid-t81LItPBHV .mbr-text a {
  opacity: 0.8;
}
.cid-t81LItPBHV .mbr-text a:hover {
  opacity: 1;
  color: #4154f1 !important;
}
.cid-t81LItPBHV .col-copyright {
  margin-top: 44px;
}
.cid-t81LItPBHV .copyright {
  color: #000000;
  opacity: 0.8;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-t81LItPBHV .copyright {
    text-align: center !important;
  }
}
.cid-t81LItPBHV .comment-text {
  color: #000000;
  opacity: 0.8;
  margin-bottom: 38px;
}
.cid-t81LItPBHV .colored-text {
  color: #4154f1;
  line-height: inherit;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  opacity: 1;
}
.cid-t81LItPBHV .dragArea {
  width: 100%;
  max-width: 100%;
  margin-left: auto !important;
  margin-right: 0 !important;
}
.cid-t81LItPBHV .form-container {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  width: 100%;
  background-color: rgba(68, 109, 255, 0.07);
  box-shadow: 0 10px 20px rgba(0, 33, 63, 0.03);
  margin: 0;
  border-radius: 8px;
  padding: 8px 0 !important;
}
.cid-t81LItPBHV .form-container .form-control {
  background-color: transparent;
}
.cid-t81LItPBHV .form-group {
  flex-grow: 1;
  margin-bottom: 0 !important;
}
.cid-t81LItPBHV .mbr-section-btn {
  padding-left: 0 !important;
}
.cid-t81LItPBHV .mbr-section-btn .btn {
  width: 115px;
  border-radius: 8px;
  min-height: 54px;
  word-break: normal;
}
@media (max-width: 1199px) {
  .cid-t81LItPBHV .mbr-section-btn .btn {
    width: 100px;
    min-height: 44px;
    padding: 5px 10px;
  }
}
.cid-t81LItPBHV .mbr-section-btn .btn-primary:hover {
  background-color: #fff211 !important;
  color: #ffffff !important;
}
.cid-t81LItPBHV .mbr-section-btn .btn-secondary:hover {
  background-color: #fff211 !important;
  color: #ffffff !important;
}
.cid-t81LItPBHV .form-control {
  width: 100%;
  background-color: #FFFFFF;
  border: none !important;
  box-shadow: none !important;
  padding: 5px 0 5px 15px;
  height: 54px;
}
@media (max-width: 1199px) {
  .cid-t81LItPBHV .form-control {
    height: 44px;
  }
}
.cid-t81LItPBHV .form-control:hover,
.cid-t81LItPBHV .form-control:focus {
  border: none !important;
  box-shadow: none !important;
}
.cid-t81LItPBHV .form-control::-webkit-input-placeholder {
  font-size: 1rem;
  color: #00072C;
}
.cid-t81LItPBHV .form-control::-moz-placeholder {
  font-size: 1rem;
  color: #00072C;
}
.cid-t81LItPBHV .form-control:-moz-placeholder {
  font-size: 1rem;
  color: #00072C;
}
.cid-t81LItPBHV .form-control:-ms-input-placeholder {
  font-size: 1rem;
  color: #00072C;
}
.cid-t81LItPBHV .form-text {
  color: #000000;
  margin-top: 5px;
  margin-bottom: 0;
  font-size: 1rem;
  padding: 0 !important;
}
.cid-t0c1oIT5hW {
  padding-top: 12rem;
  padding-bottom: 12rem;
  background-color: #d6e1eb;
}
.cid-t0c1oIT5hW .content {
  margin-left: 6rem;
}
@media (max-width: 1199px) {
  .cid-t0c1oIT5hW .content {
    margin-left: 35px;
  }
}
@media (max-width: 959px) {
  .cid-t0c1oIT5hW .content {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    padding-bottom: 250px;
  }
}
@media (max-width: 959px) and (max-width: 690px) {
  .cid-t0c1oIT5hW .content {
    padding-bottom: 0;
  }
}
.cid-t0c1oIT5hW .mbr-section-title {
  color: #1f1437;
}
.cid-t0c1oIT5hW .mbr-title-addition {
  color: #1f1437;
  align-self: flex-end;
  margin-bottom: 20px;
}
.cid-t0c1oIT5hW .mbr-title-addition span {
  position: relative;
}
.cid-t0c1oIT5hW .mbr-title-addition span svg {
  position: absolute;
  left: 0;
  bottom: -12px;
  width: 150%;
  height: 9px;
}
@media (max-width: 959px) {
  .cid-t0c1oIT5hW .mbr-title-addition span svg {
    left: -12px;
  }
}
.cid-t0c1oIT5hW .mbr-title-addition span svg path {
  fill: #33d5ad;
}
.cid-t0c1oIT5hW .mbr-section-subtitle {
  color: #1f1437;
}
.cid-t0c1oIT5hW .mbr-section-subtitle span {
  position: relative;
}
.cid-t0c1oIT5hW .mbr-section-subtitle span svg {
  position: absolute;
  right: -50px;
  bottom: 50px;
  transform: rotate(20deg);
  width: 68px;
  height: 62px;
}
.cid-t0c1oIT5hW .mbr-section-subtitle span svg path {
  fill: #1f1437;
}
@media (max-width: 599px) {
  .cid-t0c1oIT5hW .mbr-section-subtitle span svg {
    display: none;
  }
}
.cid-t0c1oIT5hW .mbr-text {
  color: #1f1437;
  margin: 40px 0;
}
.cid-t0c1oIT5hW .mbr-section-btn {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 959px) {
  .cid-t0c1oIT5hW .mbr-section-btn {
    justify-content: center!important;
  }
}
.cid-t0c1oIT5hW .right-images {
  position: absolute;
  width: 65%;
  height: 100%;
  top: 0;
  right: 0;
  overflow: hidden;
}
@media (max-width: 959px) {
  .cid-t0c1oIT5hW .right-images {
    display: none;
  }
}
.cid-t0c1oIT5hW .animated-container {
  width: 150%;
  height: 200%;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: flex-start;
  transform: rotate(25deg);
}
.cid-t0c1oIT5hW .img {
  width: 270px;
  height: 200px;
  margin: 0.5rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.cid-t0c1oIT5hW .img1 {
  background-image: url("../../../assets/images/pikachu.png");
}
.cid-t0c1oIT5hW .img2 {
  background-image: url("../../../assets/images/mew.png");
}
.cid-t0c1oIT5hW .animated {
  animation: cooky 0.4s infinite linear;
  backface-visibility: hidden;
}
.cid-t0c1oIT5hW .bottom-images {
  display: none;
}
@media (max-width: 959px) {
  .cid-t0c1oIT5hW .bottom-images {
    display: block;
    position: absolute;
    width: 100%;
    height: 400px;
    left: 0;
    bottom: 0;
    overflow: hidden;
  }
}
@media (max-width: 690px) {
  .cid-t0c1oIT5hW .bottom-images {
    display: none;
  }
}
.cid-t0c1oIT5hW .wave-container {
  position: absolute;
  width: 100%;
  height: 100px;
  left: 0;
  bottom: -1px;
  overflow: hidden;
}
.cid-t0c1oIT5hW .wave-container .wave {
  width: 5500px;
  position: relative;
  left: -3300px;
}
.cid-t0c1oIT5hW .wave-container .wave svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  animation: wavy 35s infinite linear;
  backface-visibility: hidden;
}
.cid-t0c1oIT5hW .wave-container .wave svg path {
  fill: #1f1437;
}
@keyframes wavy {
  0% {
    opacity: 1;
    transform: translateX(0px) translateY(0px) rotate(0deg) scale(1, 1);
    animation-timing-function: linear;
  }
  100% {
    opacity: 1;
    transform: translateX(3230px) translateY(0px) rotate(0deg) scale(1, 1);
  }
}
@keyframes cooky {
  0% {
    opacity: 1;
    transform: translateX(0px) translateY(0px) rotate(0deg) scale(1, 1);
    animation-timing-function: linear;
  }
  25% {
    opacity: 1;
    transform: translateX(0px) translateY(0px) rotate(5deg) scale(1, 1);
    animation-timing-function: linear;
  }
  50% {
    opacity: 1;
    transform: translateX(0px) translateY(0px) rotate(0deg) scale(1, 1);
    animation-timing-function: linear;
  }
  75% {
    opacity: 1;
    transform: translateX(0px) translateY(0px) rotate(-5deg) scale(1, 1);
    animation-timing-function: linear;
  }
  100% {
    opacity: 1;
    transform: translateX(0px) translateY(0px) rotate(0deg) scale(1, 1);
  }
}
.cid-t0c1oIT5hW .mbr-text,
.cid-t0c1oIT5hW .mbr-section-btn {
  color: #000000;
}
.cid-t0c0C9Cja8 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #33d5ad;
}
.cid-t0c0C9Cja8 .row {
  flex-direction: row-reverse;
}
.cid-t0c0C9Cja8 .second-color {
  position: absolute;
  width: 50%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #1f1437;
}
@media (max-width: 991px) {
  .cid-t0c0C9Cja8 .second-color {
    display: none;
    display: block;
    width: 100%;
  }
}
.cid-t0c0C9Cja8 .image-wrapper {
  width: 120%;
  margin-left: -20%;
}
@media (max-width: 991px) {
  .cid-t0c0C9Cja8 .image-wrapper {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .cid-t0c0C9Cja8 .image-wrapper {
    margin-left: 0;
  }
}
.cid-t0c0C9Cja8 .image-wrapper img {
  width: 100%;
  border-radius: 15px;
}
.cid-t0c0C9Cja8 .content {
  padding-left: 20%;
  padding-left: 0;
  padding-right: 20%;
}
@media (max-width: 991px) {
  .cid-t0c0C9Cja8 .content {
    padding-left: 0;
    margin-top: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-t0c0C9Cja8 .content {
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .cid-t0c0C9Cja8 .content {
    text-align: center;
  }
}
.cid-t0c0C9Cja8 .mbr-section-title {
  color: #33d5ad;
  margin-bottom: 20px;
  text-align: center;
}
.cid-t0c0C9Cja8 .mbr-section-title span {
  position: relative;
}
.cid-t0c0C9Cja8 .mbr-section-title span svg {
  position: absolute;
  left: -100px;
  bottom: -15px;
  width: 150%;
  height: 10px;
  display: none;
}
@media (max-width: 992px) {
  .cid-t0c0C9Cja8 .mbr-section-title span svg {
    left: -60px;
  }
}
@media (max-width: 959px) {
  .cid-t0c0C9Cja8 .mbr-section-title span svg {
    left: -50px;
  }
}
@media (max-width: 500px) {
  .cid-t0c0C9Cja8 .mbr-section-title span svg {
    width: 80%;
    left: 30px;
  }
}
.cid-t0c0C9Cja8 .mbr-section-title span svg path {
  fill: #ffffff;
}
.cid-t0c0C9Cja8 .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-t0c0C9Cja8 .mbr-section-subtitle span {
  position: relative;
}
.cid-t0c0C9Cja8 .mbr-section-subtitle span svg {
  position: absolute;
  right: -50px;
  bottom: 50px;
  transform: rotate(20deg);
  width: 68px;
  height: 62px;
  display: none;
}
.cid-t0c0C9Cja8 .mbr-section-subtitle span svg path {
  fill: #ffffff;
}
@media (max-width: 599px) {
  .cid-t0c0C9Cja8 .mbr-section-subtitle span svg {
    display: none;
  }
}
.cid-t0c0C9Cja8 .mbr-section-btn {
  margin-top: 3rem;
  display: flex;
}
.cid-t0c0C9Cja8 .wave-container {
  position: absolute;
  width: 100%;
  height: 100px;
  left: 0;
  bottom: -1px;
  overflow: hidden;
}
.cid-t0c0C9Cja8 .wave-container .wave {
  width: 5500px;
  position: relative;
  left: -3300px;
}
.cid-t0c0C9Cja8 .wave-container .wave svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  animation: wavy 35s infinite linear;
  backface-visibility: hidden;
}
.cid-t0c0C9Cja8 .wave-container .wave svg path {
  fill: #ffffff;
}
@keyframes wavy {
  0% {
    opacity: 1;
    transform: translateX(0px) translateY(0px) rotate(0deg) scale(1, 1);
    animation-timing-function: linear;
  }
  100% {
    opacity: 1;
    transform: translateX(3230px) translateY(0px) rotate(0deg) scale(1, 1);
  }
}
.cid-t0c0TXb8On {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #33d5ad;
}
.cid-t0c0TXb8On .second-color {
  position: absolute;
  width: 50%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #1f1437;
}
@media (max-width: 991px) {
  .cid-t0c0TXb8On .second-color {
    display: none;
  }
}
.cid-t0c0TXb8On .image-wrapper {
  width: 120%;
}
@media (max-width: 991px) {
  .cid-t0c0TXb8On .image-wrapper {
    width: 100%;
  }
}
.cid-t0c0TXb8On .image-wrapper img {
  width: 100%;
  border-radius: 15px;
}
.cid-t0c0TXb8On .content {
  padding-left: 20%;
}
@media (max-width: 991px) {
  .cid-t0c0TXb8On .content {
    padding-left: 0;
    margin-top: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-t0c0TXb8On .content {
    text-align: center;
  }
}
.cid-t0c0TXb8On .mbr-section-title {
  color: #1f1437;
  margin-bottom: 20px;
  text-align: center;
}
.cid-t0c0TXb8On .mbr-section-title span {
  position: relative;
}
.cid-t0c0TXb8On .mbr-section-title span svg {
  position: absolute;
  left: -100px;
  bottom: -15px;
  width: 150%;
  height: 10px;
  display: none;
}
@media (max-width: 992px) {
  .cid-t0c0TXb8On .mbr-section-title span svg {
    left: -60px;
  }
}
@media (max-width: 959px) {
  .cid-t0c0TXb8On .mbr-section-title span svg {
    left: -50px;
  }
}
@media (max-width: 500px) {
  .cid-t0c0TXb8On .mbr-section-title span svg {
    width: 80%;
    left: 30px;
  }
}
.cid-t0c0TXb8On .mbr-section-title span svg path {
  fill: #ffffff;
}
.cid-t0c0TXb8On .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-t0c0TXb8On .mbr-section-subtitle span {
  position: relative;
}
.cid-t0c0TXb8On .mbr-section-subtitle span svg {
  position: absolute;
  right: -50px;
  bottom: 50px;
  transform: rotate(20deg);
  width: 68px;
  height: 62px;
  display: none;
}
.cid-t0c0TXb8On .mbr-section-subtitle span svg path {
  fill: #ffffff;
}
@media (max-width: 599px) {
  .cid-t0c0TXb8On .mbr-section-subtitle span svg {
    display: none;
  }
}
.cid-t0c0TXb8On .mbr-section-btn {
  margin-top: 3rem;
  display: flex;
}
.cid-t0c0TXb8On .wave-container {
  position: absolute;
  width: 100%;
  height: 100px;
  left: 0;
  bottom: -1px;
  overflow: hidden;
}
.cid-t0c0TXb8On .wave-container .wave {
  width: 5500px;
  position: relative;
  left: -3300px;
}
.cid-t0c0TXb8On .wave-container .wave svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  animation: wavy 35s infinite linear;
  backface-visibility: hidden;
}
.cid-t0c0TXb8On .wave-container .wave svg path {
  fill: #ffffff;
}
@keyframes wavy {
  0% {
    opacity: 1;
    transform: translateX(0px) translateY(0px) rotate(0deg) scale(1, 1);
    animation-timing-function: linear;
  }
  100% {
    opacity: 1;
    transform: translateX(3230px) translateY(0px) rotate(0deg) scale(1, 1);
  }
}
.cid-t81P5UTznL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-t81P5UTznL img,
.cid-t81P5UTznL .item-img {
  width: 100%;
}
.cid-t81P5UTznL .item:focus,
.cid-t81P5UTznL span:focus {
  outline: none;
}
.cid-t81P5UTznL .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-t81P5UTznL .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  outline: 1px solid #e2e2e2;
  outline-style: auto;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-t81P5UTznL .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t81P5UTznL .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-t81P5UTznL .mbr-section-btn {
  margin-top: auto !important;
}
.cid-t81P5UTznL .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-t81P5UTznL .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-t81P5UTznL .mbr-text,
.cid-t81P5UTznL .mbr-section-btn {
  text-align: left;
}
.cid-t81P5UTznL .item-title {
  color: #6c7577;
  text-align: center;
}
.cid-t81P5UTznL .mbr-text {
  color: #6c7577;
  text-align: left;
}
.cid-t81P5UTznL .item-subtitle {
  text-align: center;
}
.cid-t81P5UTznL .display-4 {
  font-weight: 500;
}
.cid-sR9uWk53fs.popup-builder {
  background-color: #ffffff;
}
.cid-sR9uWk53fs.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sR9uWk53fs.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sR9uWk53fs .modal-content,
.cid-sR9uWk53fs .modal-dialog {
  height: auto;
}
.cid-sR9uWk53fs .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sR9uWk53fs .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sR9uWk53fs .form-wrapper .mbr-form .form-group,
  .cid-sR9uWk53fs .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sR9uWk53fs .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sR9uWk53fs .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-sR9uWk53fs .mbr-text {
  text-align: center;
}
.cid-sR9uWk53fs .pt-0 {
  padding-top: 0 !important;
}
.cid-sR9uWk53fs .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sR9uWk53fs .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sR9uWk53fs .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sR9uWk53fs .modal-open {
  overflow: hidden;
}
.cid-sR9uWk53fs .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sR9uWk53fs .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sR9uWk53fs .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sR9uWk53fs .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-sR9uWk53fs .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sR9uWk53fs .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sR9uWk53fs .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sR9uWk53fs .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-sR9uWk53fs .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-sR9uWk53fs .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sR9uWk53fs .modal-backdrop.fade {
  opacity: 0;
}
.cid-sR9uWk53fs .modal-backdrop.show {
  opacity: .5;
}
.cid-sR9uWk53fs .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-sR9uWk53fs .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-sR9uWk53fs .modal-header {
    padding: 1rem;
  }
}
.cid-sR9uWk53fs .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sR9uWk53fs .modal-header .close svg {
  fill: #353535;
}
.cid-sR9uWk53fs .modal-header .close:hover {
  opacity: 1;
}
.cid-sR9uWk53fs .modal-header .close:focus {
  outline: none;
}
.cid-sR9uWk53fs .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #000000;
}
.cid-sR9uWk53fs .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-sR9uWk53fs .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sR9uWk53fs .modal-body {
    padding: 1rem;
  }
}
.cid-sR9uWk53fs .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-sR9uWk53fs .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sR9uWk53fs .modal-footer {
    padding: 1rem;
  }
}
.cid-sR9uWk53fs .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sR9uWk53fs .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sR9uWk53fs .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sR9uWk53fs .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sR9uWk53fs .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-sR9uWk53fs .modal-lg,
  .cid-sR9uWk53fs .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-sR9uWk53fs .modal-xl {
    max-width: 1140px;
  }
}
.cid-sR9uWk53fs .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sR9uWk53fs .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-sR9uWk53fs .form-group {
  margin-bottom: 1rem;
}
.cid-sR9uWk53fs .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sR9uWk53fs .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sR9uWk53fs .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-sR9uWk53fs .mbr-section-btn {
  margin: 0;
}
.cid-sR9uWk53fs .mbr-section-btn .btn {
  margin: 0;
}
.cid-t81GgxgR3x {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-t81GgxgR3x nav.navbar {
  position: fixed;
}
.cid-t81GgxgR3x .btn {
  box-shadow: 0px 30px 30px 0px rgba(0, 11, 40, 0.1);
}
.cid-t81GgxgR3x .dropdown-toggle[data-toggle="dropdown-submenu"]:before {
  font-family: Moririse2 !important;
  content: "\e909";
  display: inline-block;
  width: 10px;
  position: absolute;
  right: 25px;
  top: 40%;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: 10px;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
}
.cid-t81GgxgR3x .dropdown-toggle:after {
  content: none;
}
@media (min-width: 992px) {
  .cid-t81GgxgR3x .navbar-nav .nav-link:before {
    content: none;
  }
}
.cid-t81GgxgR3x .dropdown-menu {
  padding: 20px 0;
  min-width: 220px;
  box-shadow: -1px 2px 19px 3px rgba(0, 11, 40, 0.1);
  transition: all 0.3s ease-in-out;
  visibility: hidden;
  opacity: 0;
  transform: translateY(10px);
  display: initial;
}
.cid-t81GgxgR3x .navbar .dropdown.open > .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  display: block;
}
.cid-t81GgxgR3x .dropdown-item:hover,
.cid-t81GgxgR3x .dropdown-item:focus {
  background: rgba(65, 84, 241, 0.1) !important;
  color: #4154f1 !important;
}
.cid-t81GgxgR3x .nav-dropdown .link {
  padding: 35px 0 !important;
  margin-right: 40px !important;
}
.cid-t81GgxgR3x .nav-dropdown .nav-item:last-child .link {
  margin-right: 0 !important;
}
.cid-t81GgxgR3x .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  display: none;
}
.cid-t81GgxgR3x .nav-link {
  position: relative;
  line-height: 1;
}
.cid-t81GgxgR3x .nav-link:hover {
  color: #4154f1 !important;
}
.cid-t81GgxgR3x .container {
  display: flex;
  margin: auto;
}
.cid-t81GgxgR3x .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 17px;
  margin-right: 20px;
}
.cid-t81GgxgR3x .dropdown-menu,
.cid-t81GgxgR3x .navbar.opened {
  background: #4154f1 !important;
}
.cid-t81GgxgR3x .nav-item:focus,
.cid-t81GgxgR3x .nav-link:focus {
  outline: none;
}
.cid-t81GgxgR3x .dropdown .dropdown-menu .dropdown-item {
  width: 100%;
  transition: all 0.25s ease-in-out;
}
.cid-t81GgxgR3x .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t81GgxgR3x .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-t81GgxgR3x .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t81GgxgR3x .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t81GgxgR3x .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 6px 30px !important;
  transition: none;
  margin: 0 !important;
}
.cid-t81GgxgR3x .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  background: #4154f1;
}
.cid-t81GgxgR3x .navbar.navbar-short {
  box-shadow: 0 0 18px 1px rgba(0, 0, 0, 0.1);
  min-height: 60px;
}
.cid-t81GgxgR3x .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-t81GgxgR3x .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-t81GgxgR3x .navbar.opened {
  transition: all 0.3s;
}
.cid-t81GgxgR3x .navbar .dropdown-item {
  padding: 6px 30px;
}
.cid-t81GgxgR3x .navbar .navbar-logo img {
  width: auto;
}
.cid-t81GgxgR3x .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-t81GgxgR3x .navbar.collapsed {
  justify-content: center;
}
.cid-t81GgxgR3x .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t81GgxgR3x .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t81GgxgR3x .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-t81GgxgR3x .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t81GgxgR3x .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t81GgxgR3x .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  display: none;
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-t81GgxgR3x .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t81GgxgR3x .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 6px 30px;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-t81GgxgR3x .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t81GgxgR3x .navbar .dropdown-menu {
    display: none;
  }
  .cid-t81GgxgR3x .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t81GgxgR3x .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t81GgxgR3x .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    display: none;
    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-t81GgxgR3x .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-t81GgxgR3x .navbar ul.navbar-nav {
    padding: 15px;
  }
  .cid-t81GgxgR3x .navbar .dropdown-menu .dropdown-item {
    padding: 6px 30px !important;
    text-align: left;
  }
  .cid-t81GgxgR3x .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t81GgxgR3x .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t81GgxgR3x .navbar .navbar-buttons,
  .cid-t81GgxgR3x .navbar .icons-menu {
    display: none;
  }
  .cid-t81GgxgR3x .navbar .nav-dropdown .link {
    margin-right: 0 !important;
    padding-top: 12px !important;
    padding-bottom: 0 !important;
    margin-bottom: 20px !important;
  }
}
.cid-t81GgxgR3x .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-t81GgxgR3x .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t81GgxgR3x .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t81GgxgR3x .dropdown-item.active,
.cid-t81GgxgR3x .dropdown-item:active {
  background-color: transparent;
}
.cid-t81GgxgR3x .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t81GgxgR3x .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #4154f1;
}
.cid-t81GgxgR3x .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t81GgxgR3x ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t81GgxgR3x .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-t81GgxgR3x button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-t81GgxgR3x button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-t81GgxgR3x button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t81GgxgR3x button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t81GgxgR3x button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t81GgxgR3x button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t81GgxgR3x nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t81GgxgR3x nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t81GgxgR3x nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t81GgxgR3x nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t81GgxgR3x .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-t81GgxgR3x a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-t81GgxgR3x .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  text-align: center;
  margin-right: 15px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-t81GgxgR3x .navbar {
    height: 70px;
  }
  .cid-t81GgxgR3x .navbar.opened {
    height: auto;
  }
  .cid-t81GgxgR3x .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t81LItPBHV {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-t81LItPBHV .container {
  display: flex;
  justify-content: center;
}
.cid-t81LItPBHV .row {
  display: flex;
  align-items: stretch;
  max-width: 1194px;
  width: 100%;
}
.cid-t81LItPBHV .col-brand {
  margin-bottom: 40px;
}
.cid-t81LItPBHV .col-link {
  margin-bottom: 30px;
}
@media (min-width: 1200px) {
  .cid-t81LItPBHV .col-link3 {
    padding-left: 60px !important;
  }
}
.cid-t81LItPBHV .navbar-brand {
  display: flex;
  flex-basis: auto;
  word-break: break-word;
  min-height: 40px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 25px;
  padding: 0;
  transition: all 0.3s;
  z-index: 1;
}
.cid-t81LItPBHV .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-t81LItPBHV .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-t81LItPBHV .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t81LItPBHV .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t81LItPBHV .mbr-section-subtitle {
  color: #010d4c;
  margin-bottom: 20px;
}
.cid-t81LItPBHV .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-t81LItPBHV .mbr-iconfont {
  font-size: 16px;
  color: #4154f1;
}
.cid-t81LItPBHV .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  background-color: #eef4fb;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 5px;
  min-height: 30px;
  min-width: 30px;
}
.cid-t81LItPBHV .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t81LItPBHV .soc-item:hover {
  background-color: #738bae;
}
.cid-t81LItPBHV .soc-item:hover .mbr-iconfont {
  color: #FFFFFF !important;
}
.cid-t81LItPBHV .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #010d4c;
}
.cid-t81LItPBHV .list li {
  min-height: 44px;
  display: flex;
  align-items: center;
}
.cid-t81LItPBHV .list a {
  min-height: 44px;
  display: flex;
  align-items: center;
}
.cid-t81LItPBHV .brand-text {
  margin-bottom: 35px;
  color: #00284E;
  opacity: 0.8;
}
.cid-t81LItPBHV .mbr-text {
  color: #00284E;
  opacity: 0.8;
}
.cid-t81LItPBHV .mbr-text .text-black {
  color: #00284E !important;
}
.cid-t81LItPBHV .mbr-text a {
  opacity: 0.8;
}
.cid-t81LItPBHV .mbr-text a:hover {
  opacity: 1;
  color: #4154f1 !important;
}
.cid-t81LItPBHV .col-copyright {
  margin-top: 44px;
}
.cid-t81LItPBHV .copyright {
  color: #000000;
  opacity: 0.8;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-t81LItPBHV .copyright {
    text-align: center !important;
  }
}
.cid-t81LItPBHV .comment-text {
  color: #000000;
  opacity: 0.8;
  margin-bottom: 38px;
}
.cid-t81LItPBHV .colored-text {
  color: #4154f1;
  line-height: inherit;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  opacity: 1;
}
.cid-t81LItPBHV .dragArea {
  width: 100%;
  max-width: 100%;
  margin-left: auto !important;
  margin-right: 0 !important;
}
.cid-t81LItPBHV .form-container {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  width: 100%;
  background-color: rgba(68, 109, 255, 0.07);
  box-shadow: 0 10px 20px rgba(0, 33, 63, 0.03);
  margin: 0;
  border-radius: 8px;
  padding: 8px 0 !important;
}
.cid-t81LItPBHV .form-container .form-control {
  background-color: transparent;
}
.cid-t81LItPBHV .form-group {
  flex-grow: 1;
  margin-bottom: 0 !important;
}
.cid-t81LItPBHV .mbr-section-btn {
  padding-left: 0 !important;
}
.cid-t81LItPBHV .mbr-section-btn .btn {
  width: 115px;
  border-radius: 8px;
  min-height: 54px;
  word-break: normal;
}
@media (max-width: 1199px) {
  .cid-t81LItPBHV .mbr-section-btn .btn {
    width: 100px;
    min-height: 44px;
    padding: 5px 10px;
  }
}
.cid-t81LItPBHV .mbr-section-btn .btn-primary:hover {
  background-color: #fff211 !important;
  color: #ffffff !important;
}
.cid-t81LItPBHV .mbr-section-btn .btn-secondary:hover {
  background-color: #fff211 !important;
  color: #ffffff !important;
}
.cid-t81LItPBHV .form-control {
  width: 100%;
  background-color: #FFFFFF;
  border: none !important;
  box-shadow: none !important;
  padding: 5px 0 5px 15px;
  height: 54px;
}
@media (max-width: 1199px) {
  .cid-t81LItPBHV .form-control {
    height: 44px;
  }
}
.cid-t81LItPBHV .form-control:hover,
.cid-t81LItPBHV .form-control:focus {
  border: none !important;
  box-shadow: none !important;
}
.cid-t81LItPBHV .form-control::-webkit-input-placeholder {
  font-size: 1rem;
  color: #00072C;
}
.cid-t81LItPBHV .form-control::-moz-placeholder {
  font-size: 1rem;
  color: #00072C;
}
.cid-t81LItPBHV .form-control:-moz-placeholder {
  font-size: 1rem;
  color: #00072C;
}
.cid-t81LItPBHV .form-control:-ms-input-placeholder {
  font-size: 1rem;
  color: #00072C;
}
.cid-t81LItPBHV .form-text {
  color: #000000;
  margin-top: 5px;
  margin-bottom: 0;
  font-size: 1rem;
  padding: 0 !important;
}
.cid-t0ilmObZ3V {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
}
.cid-t0ilmObZ3V .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-t0ilmObZ3V .signup_wrap {
  padding: 60px 0px;
  background-color: #ffffff;
  box-shadow: 0px 30px 60px 0px rgba(38, 59, 94, 0.1);
}
.cid-t0ilmObZ3V .title_block {
  padding: 0px 65px;
  height: 100%;
  margin-right: -15px;
  border-right: 1px solid #e0e5ff;
}
.cid-t0ilmObZ3V .mbr-section-title {
  color: #000000;
  margin-bottom: 60px;
}
.cid-t0ilmObZ3V .mbr-section-subtitle {
  color: #000000;
  margin-bottom: 35px;
}
.cid-t0ilmObZ3V .card_body {
  margin-bottom: 40px;
}
.cid-t0ilmObZ3V .card_body .list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-t0ilmObZ3V .card_body .list li {
  margin-bottom: 15px;
}
.cid-t0ilmObZ3V .card_body .list li:last-child {
  margin-bottom: 0;
}
.cid-t0ilmObZ3V .card_body .mbr-iconfont {
  margin-right: 20px;
  color: #4154f1;
  font-size: inherit;
}
.cid-t0ilmObZ3V .form_title {
  margin-bottom: 40px;
  margin-left: 15px;
  color: #000000;
}
.cid-t0ilmObZ3V .form_wrap {
  padding: 0px 65px;
}
.cid-t0ilmObZ3V .form-group {
  margin-bottom: 30px;
}
.cid-t0ilmObZ3V .form-control-label {
  margin-bottom: 18px;
  color: #000000;
  font-weight: 700;
}
.cid-t0ilmObZ3V input.form-control {
  height: 60px;
  padding: 0px 30px;
  border-radius: 45px;
  width: 100%;
  box-shadow: none;
  border: 1px solid #e0e5ff !important;
  background-color: #ffffff;
}
.cid-t0ilmObZ3V form.mbr-form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-t0ilmObZ3V form.mbr-form .mbr-section-btn .btn {
  line-height: 31.5px !important;
  width: 100%;
}
.cid-t0ilmObZ3V textarea,
.cid-t0ilmObZ3V .jqselect {
  border: 1px solid #e0e5ff !important;
}
@media (max-width: 991px) {
  .cid-t0ilmObZ3V .signup_wrap {
    padding: 50px 0;
  }
  .cid-t0ilmObZ3V .form_wrap,
  .cid-t0ilmObZ3V .title_block {
    padding: 0px 45px;
  }
  .cid-t0ilmObZ3V .mbr-section-title {
    margin-bottom: 40px;
  }
  .cid-t0ilmObZ3V .mbr-section-subtitle {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .cid-t0ilmObZ3V .signup_wrap {
    padding: 15px 30px;
  }
  .cid-t0ilmObZ3V .title_block {
    margin: 0;
    margin-bottom: 50px;
    border-right: 0;
  }
  .cid-t0ilmObZ3V .form_wrap,
  .cid-t0ilmObZ3V .title_block {
    padding: 0;
  }
}
@media (max-width: 567px) {
  .cid-t0ilmObZ3V .signup_wrap {
    padding: 0;
    box-shadow: none;
  }
}
.cid-t81GgxgR3x {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-t81GgxgR3x nav.navbar {
  position: fixed;
}
.cid-t81GgxgR3x .btn {
  box-shadow: 0px 30px 30px 0px rgba(0, 11, 40, 0.1);
}
.cid-t81GgxgR3x .dropdown-toggle[data-toggle="dropdown-submenu"]:before {
  font-family: Moririse2 !important;
  content: "\e909";
  display: inline-block;
  width: 10px;
  position: absolute;
  right: 25px;
  top: 40%;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: 10px;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
}
.cid-t81GgxgR3x .dropdown-toggle:after {
  content: none;
}
@media (min-width: 992px) {
  .cid-t81GgxgR3x .navbar-nav .nav-link:before {
    content: none;
  }
}
.cid-t81GgxgR3x .dropdown-menu {
  padding: 20px 0;
  min-width: 220px;
  box-shadow: -1px 2px 19px 3px rgba(0, 11, 40, 0.1);
  transition: all 0.3s ease-in-out;
  visibility: hidden;
  opacity: 0;
  transform: translateY(10px);
  display: initial;
}
.cid-t81GgxgR3x .navbar .dropdown.open > .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  display: block;
}
.cid-t81GgxgR3x .dropdown-item:hover,
.cid-t81GgxgR3x .dropdown-item:focus {
  background: rgba(65, 84, 241, 0.1) !important;
  color: #4154f1 !important;
}
.cid-t81GgxgR3x .nav-dropdown .link {
  padding: 35px 0 !important;
  margin-right: 40px !important;
}
.cid-t81GgxgR3x .nav-dropdown .nav-item:last-child .link {
  margin-right: 0 !important;
}
.cid-t81GgxgR3x .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  display: none;
}
.cid-t81GgxgR3x .nav-link {
  position: relative;
  line-height: 1;
}
.cid-t81GgxgR3x .nav-link:hover {
  color: #4154f1 !important;
}
.cid-t81GgxgR3x .container {
  display: flex;
  margin: auto;
}
.cid-t81GgxgR3x .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 17px;
  margin-right: 20px;
}
.cid-t81GgxgR3x .dropdown-menu,
.cid-t81GgxgR3x .navbar.opened {
  background: #4154f1 !important;
}
.cid-t81GgxgR3x .nav-item:focus,
.cid-t81GgxgR3x .nav-link:focus {
  outline: none;
}
.cid-t81GgxgR3x .dropdown .dropdown-menu .dropdown-item {
  width: 100%;
  transition: all 0.25s ease-in-out;
}
.cid-t81GgxgR3x .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t81GgxgR3x .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-t81GgxgR3x .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t81GgxgR3x .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t81GgxgR3x .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 6px 30px !important;
  transition: none;
  margin: 0 !important;
}
.cid-t81GgxgR3x .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  background: #4154f1;
}
.cid-t81GgxgR3x .navbar.navbar-short {
  box-shadow: 0 0 18px 1px rgba(0, 0, 0, 0.1);
  min-height: 60px;
}
.cid-t81GgxgR3x .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-t81GgxgR3x .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-t81GgxgR3x .navbar.opened {
  transition: all 0.3s;
}
.cid-t81GgxgR3x .navbar .dropdown-item {
  padding: 6px 30px;
}
.cid-t81GgxgR3x .navbar .navbar-logo img {
  width: auto;
}
.cid-t81GgxgR3x .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-t81GgxgR3x .navbar.collapsed {
  justify-content: center;
}
.cid-t81GgxgR3x .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t81GgxgR3x .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t81GgxgR3x .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-t81GgxgR3x .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t81GgxgR3x .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t81GgxgR3x .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  display: none;
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-t81GgxgR3x .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t81GgxgR3x .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 6px 30px;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-t81GgxgR3x .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t81GgxgR3x .navbar .dropdown-menu {
    display: none;
  }
  .cid-t81GgxgR3x .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t81GgxgR3x .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t81GgxgR3x .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    display: none;
    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-t81GgxgR3x .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-t81GgxgR3x .navbar ul.navbar-nav {
    padding: 15px;
  }
  .cid-t81GgxgR3x .navbar .dropdown-menu .dropdown-item {
    padding: 6px 30px !important;
    text-align: left;
  }
  .cid-t81GgxgR3x .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t81GgxgR3x .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t81GgxgR3x .navbar .navbar-buttons,
  .cid-t81GgxgR3x .navbar .icons-menu {
    display: none;
  }
  .cid-t81GgxgR3x .navbar .nav-dropdown .link {
    margin-right: 0 !important;
    padding-top: 12px !important;
    padding-bottom: 0 !important;
    margin-bottom: 20px !important;
  }
}
.cid-t81GgxgR3x .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-t81GgxgR3x .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t81GgxgR3x .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t81GgxgR3x .dropdown-item.active,
.cid-t81GgxgR3x .dropdown-item:active {
  background-color: transparent;
}
.cid-t81GgxgR3x .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t81GgxgR3x .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #4154f1;
}
.cid-t81GgxgR3x .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t81GgxgR3x ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t81GgxgR3x .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-t81GgxgR3x button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-t81GgxgR3x button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-t81GgxgR3x button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t81GgxgR3x button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t81GgxgR3x button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t81GgxgR3x button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t81GgxgR3x nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t81GgxgR3x nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t81GgxgR3x nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t81GgxgR3x nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t81GgxgR3x .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-t81GgxgR3x a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-t81GgxgR3x .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  text-align: center;
  margin-right: 15px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-t81GgxgR3x .navbar {
    height: 70px;
  }
  .cid-t81GgxgR3x .navbar.opened {
    height: auto;
  }
  .cid-t81GgxgR3x .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t81LItPBHV {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-t81LItPBHV .container {
  display: flex;
  justify-content: center;
}
.cid-t81LItPBHV .row {
  display: flex;
  align-items: stretch;
  max-width: 1194px;
  width: 100%;
}
.cid-t81LItPBHV .col-brand {
  margin-bottom: 40px;
}
.cid-t81LItPBHV .col-link {
  margin-bottom: 30px;
}
@media (min-width: 1200px) {
  .cid-t81LItPBHV .col-link3 {
    padding-left: 60px !important;
  }
}
.cid-t81LItPBHV .navbar-brand {
  display: flex;
  flex-basis: auto;
  word-break: break-word;
  min-height: 40px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 25px;
  padding: 0;
  transition: all 0.3s;
  z-index: 1;
}
.cid-t81LItPBHV .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-t81LItPBHV .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-t81LItPBHV .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t81LItPBHV .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t81LItPBHV .mbr-section-subtitle {
  color: #010d4c;
  margin-bottom: 20px;
}
.cid-t81LItPBHV .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-t81LItPBHV .mbr-iconfont {
  font-size: 16px;
  color: #4154f1;
}
.cid-t81LItPBHV .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  background-color: #eef4fb;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 5px;
  min-height: 30px;
  min-width: 30px;
}
.cid-t81LItPBHV .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t81LItPBHV .soc-item:hover {
  background-color: #738bae;
}
.cid-t81LItPBHV .soc-item:hover .mbr-iconfont {
  color: #FFFFFF !important;
}
.cid-t81LItPBHV .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #010d4c;
}
.cid-t81LItPBHV .list li {
  min-height: 44px;
  display: flex;
  align-items: center;
}
.cid-t81LItPBHV .list a {
  min-height: 44px;
  display: flex;
  align-items: center;
}
.cid-t81LItPBHV .brand-text {
  margin-bottom: 35px;
  color: #00284E;
  opacity: 0.8;
}
.cid-t81LItPBHV .mbr-text {
  color: #00284E;
  opacity: 0.8;
}
.cid-t81LItPBHV .mbr-text .text-black {
  color: #00284E !important;
}
.cid-t81LItPBHV .mbr-text a {
  opacity: 0.8;
}
.cid-t81LItPBHV .mbr-text a:hover {
  opacity: 1;
  color: #4154f1 !important;
}
.cid-t81LItPBHV .col-copyright {
  margin-top: 44px;
}
.cid-t81LItPBHV .copyright {
  color: #000000;
  opacity: 0.8;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-t81LItPBHV .copyright {
    text-align: center !important;
  }
}
.cid-t81LItPBHV .comment-text {
  color: #000000;
  opacity: 0.8;
  margin-bottom: 38px;
}
.cid-t81LItPBHV .colored-text {
  color: #4154f1;
  line-height: inherit;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  opacity: 1;
}
.cid-t81LItPBHV .dragArea {
  width: 100%;
  max-width: 100%;
  margin-left: auto !important;
  margin-right: 0 !important;
}
.cid-t81LItPBHV .form-container {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  width: 100%;
  background-color: rgba(68, 109, 255, 0.07);
  box-shadow: 0 10px 20px rgba(0, 33, 63, 0.03);
  margin: 0;
  border-radius: 8px;
  padding: 8px 0 !important;
}
.cid-t81LItPBHV .form-container .form-control {
  background-color: transparent;
}
.cid-t81LItPBHV .form-group {
  flex-grow: 1;
  margin-bottom: 0 !important;
}
.cid-t81LItPBHV .mbr-section-btn {
  padding-left: 0 !important;
}
.cid-t81LItPBHV .mbr-section-btn .btn {
  width: 115px;
  border-radius: 8px;
  min-height: 54px;
  word-break: normal;
}
@media (max-width: 1199px) {
  .cid-t81LItPBHV .mbr-section-btn .btn {
    width: 100px;
    min-height: 44px;
    padding: 5px 10px;
  }
}
.cid-t81LItPBHV .mbr-section-btn .btn-primary:hover {
  background-color: #fff211 !important;
  color: #ffffff !important;
}
.cid-t81LItPBHV .mbr-section-btn .btn-secondary:hover {
  background-color: #fff211 !important;
  color: #ffffff !important;
}
.cid-t81LItPBHV .form-control {
  width: 100%;
  background-color: #FFFFFF;
  border: none !important;
  box-shadow: none !important;
  padding: 5px 0 5px 15px;
  height: 54px;
}
@media (max-width: 1199px) {
  .cid-t81LItPBHV .form-control {
    height: 44px;
  }
}
.cid-t81LItPBHV .form-control:hover,
.cid-t81LItPBHV .form-control:focus {
  border: none !important;
  box-shadow: none !important;
}
.cid-t81LItPBHV .form-control::-webkit-input-placeholder {
  font-size: 1rem;
  color: #00072C;
}
.cid-t81LItPBHV .form-control::-moz-placeholder {
  font-size: 1rem;
  color: #00072C;
}
.cid-t81LItPBHV .form-control:-moz-placeholder {
  font-size: 1rem;
  color: #00072C;
}
.cid-t81LItPBHV .form-control:-ms-input-placeholder {
  font-size: 1rem;
  color: #00072C;
}
.cid-t81LItPBHV .form-text {
  color: #000000;
  margin-top: 5px;
  margin-bottom: 0;
  font-size: 1rem;
  padding: 0 !important;
}
.cid-t81ZoWmFnk.popup-builder {
  background-color: #ffffff;
}
.cid-t81ZoWmFnk.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-t81ZoWmFnk.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-t81ZoWmFnk .modal-content,
.cid-t81ZoWmFnk .modal-dialog {
  height: auto;
}
.cid-t81ZoWmFnk .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-t81ZoWmFnk .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-t81ZoWmFnk .form-wrapper .mbr-form .form-group,
  .cid-t81ZoWmFnk .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-t81ZoWmFnk .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-t81ZoWmFnk .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-t81ZoWmFnk .mbr-text {
  text-align: center;
}
.cid-t81ZoWmFnk .pt-0 {
  padding-top: 0 !important;
}
.cid-t81ZoWmFnk .pb-0 {
  padding-bottom: 0 !important;
}
.cid-t81ZoWmFnk .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-t81ZoWmFnk .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-t81ZoWmFnk .modal-open {
  overflow: hidden;
}
.cid-t81ZoWmFnk .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-t81ZoWmFnk .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-t81ZoWmFnk .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-t81ZoWmFnk .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-t81ZoWmFnk .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-t81ZoWmFnk .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-t81ZoWmFnk .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-t81ZoWmFnk .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-t81ZoWmFnk .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-t81ZoWmFnk .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-t81ZoWmFnk .modal-backdrop.fade {
  opacity: 0;
}
.cid-t81ZoWmFnk .modal-backdrop.show {
  opacity: .5;
}
.cid-t81ZoWmFnk .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-t81ZoWmFnk .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-t81ZoWmFnk .modal-header {
    padding: 1rem;
  }
}
.cid-t81ZoWmFnk .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-t81ZoWmFnk .modal-header .close svg {
  fill: #353535;
}
.cid-t81ZoWmFnk .modal-header .close:hover {
  opacity: 1;
}
.cid-t81ZoWmFnk .modal-header .close:focus {
  outline: none;
}
.cid-t81ZoWmFnk .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #000000;
}
.cid-t81ZoWmFnk .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-t81ZoWmFnk .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t81ZoWmFnk .modal-body {
    padding: 1rem;
  }
}
.cid-t81ZoWmFnk .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-t81ZoWmFnk .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t81ZoWmFnk .modal-footer {
    padding: 1rem;
  }
}
.cid-t81ZoWmFnk .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-t81ZoWmFnk .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-t81ZoWmFnk .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-t81ZoWmFnk .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-t81ZoWmFnk .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-t81ZoWmFnk .modal-lg,
  .cid-t81ZoWmFnk .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-t81ZoWmFnk .modal-xl {
    max-width: 1140px;
  }
}
.cid-t81ZoWmFnk .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-t81ZoWmFnk .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-t81ZoWmFnk .form-group {
  margin-bottom: 1rem;
}
.cid-t81ZoWmFnk .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-t81ZoWmFnk .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-t81ZoWmFnk .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-t81ZoWmFnk .mbr-section-btn {
  margin: 0;
}
.cid-t81ZoWmFnk .mbr-section-btn .btn {
  margin: 0;
}
.cid-t1SXRdE2H1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-t1SXRdE2H1 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-t1SXRdE2H1 .signup_wrap {
  padding: 60px 0px;
  background-color: #ffffff;
  box-shadow: 0px 30px 60px 0px rgba(38, 59, 94, 0.1);
}
.cid-t1SXRdE2H1 .title_block {
  padding: 0px 65px;
  height: 100%;
  margin-right: -15px;
  border-right: 1px solid #e0e5ff;
}
.cid-t1SXRdE2H1 .mbr-section-title {
  color: #000000;
  margin-bottom: 60px;
}
.cid-t1SXRdE2H1 .mbr-section-subtitle {
  color: #000000;
  margin-bottom: 35px;
}
.cid-t1SXRdE2H1 .card_body {
  margin-bottom: 40px;
}
.cid-t1SXRdE2H1 .card_body .list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-t1SXRdE2H1 .card_body .list li {
  margin-bottom: 15px;
}
.cid-t1SXRdE2H1 .card_body .list li:last-child {
  margin-bottom: 0;
}
.cid-t1SXRdE2H1 .card_body .mbr-iconfont {
  margin-right: 20px;
  color: #4154f1;
  font-size: inherit;
}
.cid-t1SXRdE2H1 .form_title {
  margin-bottom: 40px;
  margin-left: 15px;
  color: #000000;
}
.cid-t1SXRdE2H1 .form_wrap {
  padding: 0px 65px;
}
.cid-t1SXRdE2H1 .form-group {
  margin-bottom: 30px;
}
.cid-t1SXRdE2H1 .form-control-label {
  margin-bottom: 18px;
  color: #000000;
  font-weight: 700;
}
.cid-t1SXRdE2H1 input.form-control {
  height: 60px;
  padding: 0px 30px;
  border-radius: 45px;
  width: 100%;
  box-shadow: none;
  border: 1px solid #e0e5ff !important;
  background-color: #ffffff;
}
.cid-t1SXRdE2H1 form.mbr-form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-t1SXRdE2H1 form.mbr-form .mbr-section-btn .btn {
  line-height: 31.5px !important;
  width: 100%;
}
.cid-t1SXRdE2H1 textarea,
.cid-t1SXRdE2H1 .jqselect {
  border: 1px solid #e0e5ff !important;
}
@media (max-width: 991px) {
  .cid-t1SXRdE2H1 .signup_wrap {
    padding: 50px 0;
  }
  .cid-t1SXRdE2H1 .form_wrap,
  .cid-t1SXRdE2H1 .title_block {
    padding: 0px 45px;
  }
  .cid-t1SXRdE2H1 .mbr-section-title {
    margin-bottom: 40px;
  }
  .cid-t1SXRdE2H1 .mbr-section-subtitle {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .cid-t1SXRdE2H1 .signup_wrap {
    padding: 15px 30px;
  }
  .cid-t1SXRdE2H1 .title_block {
    margin: 0;
    margin-bottom: 50px;
    border-right: 0;
  }
  .cid-t1SXRdE2H1 .form_wrap,
  .cid-t1SXRdE2H1 .title_block {
    padding: 0;
  }
}
@media (max-width: 567px) {
  .cid-t1SXRdE2H1 .signup_wrap {
    padding: 0;
    box-shadow: none;
  }
}
.cid-t1SXRdE2H1 LABEL {
  color: #000000;
  text-align: left;
}
.cid-t81GgxgR3x {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-t81GgxgR3x nav.navbar {
  position: fixed;
}
.cid-t81GgxgR3x .btn {
  box-shadow: 0px 30px 30px 0px rgba(0, 11, 40, 0.1);
}
.cid-t81GgxgR3x .dropdown-toggle[data-toggle="dropdown-submenu"]:before {
  font-family: Moririse2 !important;
  content: "\e909";
  display: inline-block;
  width: 10px;
  position: absolute;
  right: 25px;
  top: 40%;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: 10px;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
}
.cid-t81GgxgR3x .dropdown-toggle:after {
  content: none;
}
@media (min-width: 992px) {
  .cid-t81GgxgR3x .navbar-nav .nav-link:before {
    content: none;
  }
}
.cid-t81GgxgR3x .dropdown-menu {
  padding: 20px 0;
  min-width: 220px;
  box-shadow: -1px 2px 19px 3px rgba(0, 11, 40, 0.1);
  transition: all 0.3s ease-in-out;
  visibility: hidden;
  opacity: 0;
  transform: translateY(10px);
  display: initial;
}
.cid-t81GgxgR3x .navbar .dropdown.open > .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  display: block;
}
.cid-t81GgxgR3x .dropdown-item:hover,
.cid-t81GgxgR3x .dropdown-item:focus {
  background: rgba(65, 84, 241, 0.1) !important;
  color: #4154f1 !important;
}
.cid-t81GgxgR3x .nav-dropdown .link {
  padding: 35px 0 !important;
  margin-right: 40px !important;
}
.cid-t81GgxgR3x .nav-dropdown .nav-item:last-child .link {
  margin-right: 0 !important;
}
.cid-t81GgxgR3x .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  display: none;
}
.cid-t81GgxgR3x .nav-link {
  position: relative;
  line-height: 1;
}
.cid-t81GgxgR3x .nav-link:hover {
  color: #4154f1 !important;
}
.cid-t81GgxgR3x .container {
  display: flex;
  margin: auto;
}
.cid-t81GgxgR3x .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 17px;
  margin-right: 20px;
}
.cid-t81GgxgR3x .dropdown-menu,
.cid-t81GgxgR3x .navbar.opened {
  background: #4154f1 !important;
}
.cid-t81GgxgR3x .nav-item:focus,
.cid-t81GgxgR3x .nav-link:focus {
  outline: none;
}
.cid-t81GgxgR3x .dropdown .dropdown-menu .dropdown-item {
  width: 100%;
  transition: all 0.25s ease-in-out;
}
.cid-t81GgxgR3x .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t81GgxgR3x .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-t81GgxgR3x .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t81GgxgR3x .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t81GgxgR3x .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 6px 30px !important;
  transition: none;
  margin: 0 !important;
}
.cid-t81GgxgR3x .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  background: #4154f1;
}
.cid-t81GgxgR3x .navbar.navbar-short {
  box-shadow: 0 0 18px 1px rgba(0, 0, 0, 0.1);
  min-height: 60px;
}
.cid-t81GgxgR3x .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-t81GgxgR3x .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-t81GgxgR3x .navbar.opened {
  transition: all 0.3s;
}
.cid-t81GgxgR3x .navbar .dropdown-item {
  padding: 6px 30px;
}
.cid-t81GgxgR3x .navbar .navbar-logo img {
  width: auto;
}
.cid-t81GgxgR3x .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-t81GgxgR3x .navbar.collapsed {
  justify-content: center;
}
.cid-t81GgxgR3x .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t81GgxgR3x .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t81GgxgR3x .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-t81GgxgR3x .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t81GgxgR3x .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t81GgxgR3x .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  display: none;
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-t81GgxgR3x .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t81GgxgR3x .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 6px 30px;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-t81GgxgR3x .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t81GgxgR3x .navbar .dropdown-menu {
    display: none;
  }
  .cid-t81GgxgR3x .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t81GgxgR3x .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t81GgxgR3x .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    display: none;
    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-t81GgxgR3x .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-t81GgxgR3x .navbar ul.navbar-nav {
    padding: 15px;
  }
  .cid-t81GgxgR3x .navbar .dropdown-menu .dropdown-item {
    padding: 6px 30px !important;
    text-align: left;
  }
  .cid-t81GgxgR3x .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t81GgxgR3x .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t81GgxgR3x .navbar .navbar-buttons,
  .cid-t81GgxgR3x .navbar .icons-menu {
    display: none;
  }
  .cid-t81GgxgR3x .navbar .nav-dropdown .link {
    margin-right: 0 !important;
    padding-top: 12px !important;
    padding-bottom: 0 !important;
    margin-bottom: 20px !important;
  }
}
.cid-t81GgxgR3x .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-t81GgxgR3x .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t81GgxgR3x .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t81GgxgR3x .dropdown-item.active,
.cid-t81GgxgR3x .dropdown-item:active {
  background-color: transparent;
}
.cid-t81GgxgR3x .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t81GgxgR3x .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #4154f1;
}
.cid-t81GgxgR3x .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t81GgxgR3x ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t81GgxgR3x .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-t81GgxgR3x button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-t81GgxgR3x button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-t81GgxgR3x button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t81GgxgR3x button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t81GgxgR3x button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t81GgxgR3x button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t81GgxgR3x nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t81GgxgR3x nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t81GgxgR3x nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t81GgxgR3x nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t81GgxgR3x .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-t81GgxgR3x a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-t81GgxgR3x .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  text-align: center;
  margin-right: 15px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-t81GgxgR3x .navbar {
    height: 70px;
  }
  .cid-t81GgxgR3x .navbar.opened {
    height: auto;
  }
  .cid-t81GgxgR3x .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t81LItPBHV {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-t81LItPBHV .container {
  display: flex;
  justify-content: center;
}
.cid-t81LItPBHV .row {
  display: flex;
  align-items: stretch;
  max-width: 1194px;
  width: 100%;
}
.cid-t81LItPBHV .col-brand {
  margin-bottom: 40px;
}
.cid-t81LItPBHV .col-link {
  margin-bottom: 30px;
}
@media (min-width: 1200px) {
  .cid-t81LItPBHV .col-link3 {
    padding-left: 60px !important;
  }
}
.cid-t81LItPBHV .navbar-brand {
  display: flex;
  flex-basis: auto;
  word-break: break-word;
  min-height: 40px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 25px;
  padding: 0;
  transition: all 0.3s;
  z-index: 1;
}
.cid-t81LItPBHV .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-t81LItPBHV .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-t81LItPBHV .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t81LItPBHV .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t81LItPBHV .mbr-section-subtitle {
  color: #010d4c;
  margin-bottom: 20px;
}
.cid-t81LItPBHV .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-t81LItPBHV .mbr-iconfont {
  font-size: 16px;
  color: #4154f1;
}
.cid-t81LItPBHV .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  background-color: #eef4fb;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 5px;
  min-height: 30px;
  min-width: 30px;
}
.cid-t81LItPBHV .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t81LItPBHV .soc-item:hover {
  background-color: #738bae;
}
.cid-t81LItPBHV .soc-item:hover .mbr-iconfont {
  color: #FFFFFF !important;
}
.cid-t81LItPBHV .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #010d4c;
}
.cid-t81LItPBHV .list li {
  min-height: 44px;
  display: flex;
  align-items: center;
}
.cid-t81LItPBHV .list a {
  min-height: 44px;
  display: flex;
  align-items: center;
}
.cid-t81LItPBHV .brand-text {
  margin-bottom: 35px;
  color: #00284E;
  opacity: 0.8;
}
.cid-t81LItPBHV .mbr-text {
  color: #00284E;
  opacity: 0.8;
}
.cid-t81LItPBHV .mbr-text .text-black {
  color: #00284E !important;
}
.cid-t81LItPBHV .mbr-text a {
  opacity: 0.8;
}
.cid-t81LItPBHV .mbr-text a:hover {
  opacity: 1;
  color: #4154f1 !important;
}
.cid-t81LItPBHV .col-copyright {
  margin-top: 44px;
}
.cid-t81LItPBHV .copyright {
  color: #000000;
  opacity: 0.8;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-t81LItPBHV .copyright {
    text-align: center !important;
  }
}
.cid-t81LItPBHV .comment-text {
  color: #000000;
  opacity: 0.8;
  margin-bottom: 38px;
}
.cid-t81LItPBHV .colored-text {
  color: #4154f1;
  line-height: inherit;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  opacity: 1;
}
.cid-t81LItPBHV .dragArea {
  width: 100%;
  max-width: 100%;
  margin-left: auto !important;
  margin-right: 0 !important;
}
.cid-t81LItPBHV .form-container {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  width: 100%;
  background-color: rgba(68, 109, 255, 0.07);
  box-shadow: 0 10px 20px rgba(0, 33, 63, 0.03);
  margin: 0;
  border-radius: 8px;
  padding: 8px 0 !important;
}
.cid-t81LItPBHV .form-container .form-control {
  background-color: transparent;
}
.cid-t81LItPBHV .form-group {
  flex-grow: 1;
  margin-bottom: 0 !important;
}
.cid-t81LItPBHV .mbr-section-btn {
  padding-left: 0 !important;
}
.cid-t81LItPBHV .mbr-section-btn .btn {
  width: 115px;
  border-radius: 8px;
  min-height: 54px;
  word-break: normal;
}
@media (max-width: 1199px) {
  .cid-t81LItPBHV .mbr-section-btn .btn {
    width: 100px;
    min-height: 44px;
    padding: 5px 10px;
  }
}
.cid-t81LItPBHV .mbr-section-btn .btn-primary:hover {
  background-color: #fff211 !important;
  color: #ffffff !important;
}
.cid-t81LItPBHV .mbr-section-btn .btn-secondary:hover {
  background-color: #fff211 !important;
  color: #ffffff !important;
}
.cid-t81LItPBHV .form-control {
  width: 100%;
  background-color: #FFFFFF;
  border: none !important;
  box-shadow: none !important;
  padding: 5px 0 5px 15px;
  height: 54px;
}
@media (max-width: 1199px) {
  .cid-t81LItPBHV .form-control {
    height: 44px;
  }
}
.cid-t81LItPBHV .form-control:hover,
.cid-t81LItPBHV .form-control:focus {
  border: none !important;
  box-shadow: none !important;
}
.cid-t81LItPBHV .form-control::-webkit-input-placeholder {
  font-size: 1rem;
  color: #00072C;
}
.cid-t81LItPBHV .form-control::-moz-placeholder {
  font-size: 1rem;
  color: #00072C;
}
.cid-t81LItPBHV .form-control:-moz-placeholder {
  font-size: 1rem;
  color: #00072C;
}
.cid-t81LItPBHV .form-control:-ms-input-placeholder {
  font-size: 1rem;
  color: #00072C;
}
.cid-t81LItPBHV .form-text {
  color: #000000;
  margin-top: 5px;
  margin-bottom: 0;
  font-size: 1rem;
  padding: 0 !important;
}
.cid-t81ZoWmpM8.popup-builder {
  background-color: #ffffff;
}
.cid-t81ZoWmpM8.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-t81ZoWmpM8.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-t81ZoWmpM8 .modal-content,
.cid-t81ZoWmpM8 .modal-dialog {
  height: auto;
}
.cid-t81ZoWmpM8 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-t81ZoWmpM8 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-t81ZoWmpM8 .form-wrapper .mbr-form .form-group,
  .cid-t81ZoWmpM8 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-t81ZoWmpM8 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-t81ZoWmpM8 .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-t81ZoWmpM8 .mbr-text {
  text-align: center;
}
.cid-t81ZoWmpM8 .pt-0 {
  padding-top: 0 !important;
}
.cid-t81ZoWmpM8 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-t81ZoWmpM8 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-t81ZoWmpM8 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-t81ZoWmpM8 .modal-open {
  overflow: hidden;
}
.cid-t81ZoWmpM8 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-t81ZoWmpM8 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-t81ZoWmpM8 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-t81ZoWmpM8 .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-t81ZoWmpM8 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-t81ZoWmpM8 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-t81ZoWmpM8 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-t81ZoWmpM8 .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-t81ZoWmpM8 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-t81ZoWmpM8 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-t81ZoWmpM8 .modal-backdrop.fade {
  opacity: 0;
}
.cid-t81ZoWmpM8 .modal-backdrop.show {
  opacity: .5;
}
.cid-t81ZoWmpM8 .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-t81ZoWmpM8 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-t81ZoWmpM8 .modal-header {
    padding: 1rem;
  }
}
.cid-t81ZoWmpM8 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-t81ZoWmpM8 .modal-header .close svg {
  fill: #353535;
}
.cid-t81ZoWmpM8 .modal-header .close:hover {
  opacity: 1;
}
.cid-t81ZoWmpM8 .modal-header .close:focus {
  outline: none;
}
.cid-t81ZoWmpM8 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #000000;
}
.cid-t81ZoWmpM8 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-t81ZoWmpM8 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t81ZoWmpM8 .modal-body {
    padding: 1rem;
  }
}
.cid-t81ZoWmpM8 .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-t81ZoWmpM8 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t81ZoWmpM8 .modal-footer {
    padding: 1rem;
  }
}
.cid-t81ZoWmpM8 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-t81ZoWmpM8 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-t81ZoWmpM8 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-t81ZoWmpM8 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-t81ZoWmpM8 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-t81ZoWmpM8 .modal-lg,
  .cid-t81ZoWmpM8 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-t81ZoWmpM8 .modal-xl {
    max-width: 1140px;
  }
}
.cid-t81ZoWmpM8 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-t81ZoWmpM8 .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-t81ZoWmpM8 .form-group {
  margin-bottom: 1rem;
}
.cid-t81ZoWmpM8 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-t81ZoWmpM8 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-t81ZoWmpM8 .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-t81ZoWmpM8 .mbr-section-btn {
  margin: 0;
}
.cid-t81ZoWmpM8 .mbr-section-btn .btn {
  margin: 0;
}
.cid-t82kp9EnUe {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-t82kp9EnUe h3,
.cid-t82kp9EnUe h4,
.cid-t82kp9EnUe h5,
.cid-t82kp9EnUe h6,
.cid-t82kp9EnUe p {
  margin: 0;
}
.cid-t82kp9EnUe .section-head {
  margin-bottom: 2.5rem;
}
.cid-t82kp9EnUe .mbr-section-subtitle {
  margin-top: 0.5rem;
}
.cid-t82kp9EnUe .nav-tabs .nav-item.open .nav-link:focus,
.cid-t82kp9EnUe .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-t82kp9EnUe .nav-tabs {
  flex-wrap: nowrap;
  border-bottom: 1px solid #38d0fc;
  margin-bottom: 2.3rem;
}
.cid-t82kp9EnUe .nav-item {
  width: 100%;
  text-align: center;
}
.cid-t82kp9EnUe .nav-tabs .nav-link {
  transition: all .5s;
  border: none;
  border-bottom: 1px solid transparent;
  border-radius: 0 !important;
}
.cid-t82kp9EnUe .nav-tabs .nav-link:not(.active) {
  color: #38d0fc;
}
.cid-t82kp9EnUe .nav-link,
.cid-t82kp9EnUe .nav-link.active {
  padding: 0 10px 18px;
  background-color: transparent;
}
.cid-t82kp9EnUe .nav-tabs .nav-link.active {
  color: #4154f1;
  border-bottom: 1px solid #4154f1;
}
.cid-t82kp9EnUe .tab-tile {
  background-color: #f3edf7;
  border-radius: 25px;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  max-width: 385px;
}
@media (max-width: 1199px) {
  .cid-t82kp9EnUe .tab-tile {
    margin-top: 3rem;
  }
}
@media (max-width: 991px) {
  .cid-t82kp9EnUe .tab-tile {
    margin-top: 0;
    margin-bottom: 1rem;
  }
}
.cid-t82kp9EnUe .tab-title {
  margin-bottom: 25px;
  text-align: center;
  color: #4154f1;
}
.cid-t82kp9EnUe .tab-subtitle {
  color: #000000;
  text-align: center;
}
.cid-t82kp9EnUe .add-section {
  margin-top: 3rem;
}
@media (max-width: 959px) {
  .cid-t82kp9EnUe .add-section {
    margin-top: 2rem;
  }
}
@media (max-width: 417px) {
  .cid-t82kp9EnUe .add-section {
    text-align: center;
  }
}
.cid-t82kp9EnUe .add-section-head {
  display: flex;
}
@media (max-width: 767px) {
  .cid-t82kp9EnUe .add-section-head {
    flex-direction: column;
  }
}
.cid-t82kp9EnUe .mbr-iconfont {
  color: #33d5ad;
  margin-right: 1rem;
  font-size: 3rem;
}
@media (max-width: 767px) {
  .cid-t82kp9EnUe .mbr-iconfont {
    margin-right: 0;
    margin-bottom: 0.5px;
  }
}
.cid-t82kp9EnUe .mbr-text {
  margin-top: 25px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-t82kp9EnUe .col-lg-4 {
    width: 41%;
  }
}
@media (min-width: 768px) and (max-width: 959px) {
  .cid-t82kp9EnUe .col-md-6 {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 959px) {
  .cid-t82kp9EnUe .col-md-7 {
    width: 80%;
  }
}
.cid-t82kp9EnUe .left {
  margin-top: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: calc(100% - 2rem);
}
.cid-t82kp9EnUe .left .list-left {
  list-style-type: disc;
  list-style-position: inside;
  padding-left: 1rem;
}
.cid-t82kp9EnUe .left .list-left li {
  margin-bottom: 0.3rem;
}
@media (max-width: 767px) {
  .cid-t82kp9EnUe .left {
    align-items: center;
    text-align: center;
  }
}
.cid-t82kp9EnUe .cards-row {
  display: flex;
  margin-bottom: 2.5rem;
}
.cid-t82kp9EnUe .card-item {
  width: 52px;
  height: 35px;
  margin-right: 1rem;
}
.cid-t82kp9EnUe .card-item:last-child {
  margin-right: 0;
}
.cid-t82kp9EnUe .card-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.cid-t82kp9EnUe .mbr-section-title-left {
  margin-bottom: 2.3rem;
  color: #000000;
}
.cid-t82kp9EnUe .mbr-section-title-right {
  margin-bottom: 2.3rem;
  color: #000000;
}
.cid-t82kp9EnUe .right {
  margin-top: 2rem;
}
.cid-t82kp9EnUe .right .list-right {
  list-style-type: none;
  padding-left: 0;
}
.cid-t82kp9EnUe .right .list-right li {
  margin-bottom: 0.3rem;
}
@media (max-width: 767px) {
  .cid-t82kp9EnUe .right {
    text-align: center;
  }
}
.cid-t82kp9EnUe .list-right {
  color: #000000;
}
.cid-t82kp9EnUe .list-left {
  color: #000000;
}
.cid-t82kp9EnUe .tab-subtitle DIV {
  text-align: center;
}
.cid-t82kp9EnUe .tab-title-add {
  color: #000000;
}
.cid-t82kp9EnUe P {
  color: #000000;
  text-align: left;
}
.cid-t82kp9EnUe H3 {
  color: #4154f1;
}
.cid-t82kp9EnUe H4 {
  color: #000000;
}
.cid-t81GgxgR3x {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-t81GgxgR3x nav.navbar {
  position: fixed;
}
.cid-t81GgxgR3x .btn {
  box-shadow: 0px 30px 30px 0px rgba(0, 11, 40, 0.1);
}
.cid-t81GgxgR3x .dropdown-toggle[data-toggle="dropdown-submenu"]:before {
  font-family: Moririse2 !important;
  content: "\e909";
  display: inline-block;
  width: 10px;
  position: absolute;
  right: 25px;
  top: 40%;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: 10px;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
}
.cid-t81GgxgR3x .dropdown-toggle:after {
  content: none;
}
@media (min-width: 992px) {
  .cid-t81GgxgR3x .navbar-nav .nav-link:before {
    content: none;
  }
}
.cid-t81GgxgR3x .dropdown-menu {
  padding: 20px 0;
  min-width: 220px;
  box-shadow: -1px 2px 19px 3px rgba(0, 11, 40, 0.1);
  transition: all 0.3s ease-in-out;
  visibility: hidden;
  opacity: 0;
  transform: translateY(10px);
  display: initial;
}
.cid-t81GgxgR3x .navbar .dropdown.open > .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  display: block;
}
.cid-t81GgxgR3x .dropdown-item:hover,
.cid-t81GgxgR3x .dropdown-item:focus {
  background: rgba(65, 84, 241, 0.1) !important;
  color: #4154f1 !important;
}
.cid-t81GgxgR3x .nav-dropdown .link {
  padding: 35px 0 !important;
  margin-right: 40px !important;
}
.cid-t81GgxgR3x .nav-dropdown .nav-item:last-child .link {
  margin-right: 0 !important;
}
.cid-t81GgxgR3x .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  display: none;
}
.cid-t81GgxgR3x .nav-link {
  position: relative;
  line-height: 1;
}
.cid-t81GgxgR3x .nav-link:hover {
  color: #4154f1 !important;
}
.cid-t81GgxgR3x .container {
  display: flex;
  margin: auto;
}
.cid-t81GgxgR3x .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 17px;
  margin-right: 20px;
}
.cid-t81GgxgR3x .dropdown-menu,
.cid-t81GgxgR3x .navbar.opened {
  background: #4154f1 !important;
}
.cid-t81GgxgR3x .nav-item:focus,
.cid-t81GgxgR3x .nav-link:focus {
  outline: none;
}
.cid-t81GgxgR3x .dropdown .dropdown-menu .dropdown-item {
  width: 100%;
  transition: all 0.25s ease-in-out;
}
.cid-t81GgxgR3x .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t81GgxgR3x .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-t81GgxgR3x .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t81GgxgR3x .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t81GgxgR3x .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 6px 30px !important;
  transition: none;
  margin: 0 !important;
}
.cid-t81GgxgR3x .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  background: #4154f1;
}
.cid-t81GgxgR3x .navbar.navbar-short {
  box-shadow: 0 0 18px 1px rgba(0, 0, 0, 0.1);
  min-height: 60px;
}
.cid-t81GgxgR3x .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-t81GgxgR3x .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-t81GgxgR3x .navbar.opened {
  transition: all 0.3s;
}
.cid-t81GgxgR3x .navbar .dropdown-item {
  padding: 6px 30px;
}
.cid-t81GgxgR3x .navbar .navbar-logo img {
  width: auto;
}
.cid-t81GgxgR3x .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-t81GgxgR3x .navbar.collapsed {
  justify-content: center;
}
.cid-t81GgxgR3x .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t81GgxgR3x .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t81GgxgR3x .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-t81GgxgR3x .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t81GgxgR3x .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t81GgxgR3x .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  display: none;
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-t81GgxgR3x .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t81GgxgR3x .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 6px 30px;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-t81GgxgR3x .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t81GgxgR3x .navbar .dropdown-menu {
    display: none;
  }
  .cid-t81GgxgR3x .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t81GgxgR3x .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t81GgxgR3x .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    display: none;
    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-t81GgxgR3x .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-t81GgxgR3x .navbar ul.navbar-nav {
    padding: 15px;
  }
  .cid-t81GgxgR3x .navbar .dropdown-menu .dropdown-item {
    padding: 6px 30px !important;
    text-align: left;
  }
  .cid-t81GgxgR3x .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t81GgxgR3x .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t81GgxgR3x .navbar .navbar-buttons,
  .cid-t81GgxgR3x .navbar .icons-menu {
    display: none;
  }
  .cid-t81GgxgR3x .navbar .nav-dropdown .link {
    margin-right: 0 !important;
    padding-top: 12px !important;
    padding-bottom: 0 !important;
    margin-bottom: 20px !important;
  }
}
.cid-t81GgxgR3x .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-t81GgxgR3x .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t81GgxgR3x .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t81GgxgR3x .dropdown-item.active,
.cid-t81GgxgR3x .dropdown-item:active {
  background-color: transparent;
}
.cid-t81GgxgR3x .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t81GgxgR3x .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #4154f1;
}
.cid-t81GgxgR3x .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t81GgxgR3x ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t81GgxgR3x .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-t81GgxgR3x button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-t81GgxgR3x button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-t81GgxgR3x button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t81GgxgR3x button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t81GgxgR3x button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t81GgxgR3x button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t81GgxgR3x nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t81GgxgR3x nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t81GgxgR3x nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t81GgxgR3x nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t81GgxgR3x .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-t81GgxgR3x a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-t81GgxgR3x .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  text-align: center;
  margin-right: 15px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-t81GgxgR3x .navbar {
    height: 70px;
  }
  .cid-t81GgxgR3x .navbar.opened {
    height: auto;
  }
  .cid-t81GgxgR3x .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t87VKi4O2U {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-t87VKi4O2U .title_block {
  margin-bottom: 80px;
}
.cid-t87VKi4O2U .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #4154f1;
  letter-spacing: 1.6px;
  line-height: 1;
  font-weight: 600;
}
.cid-t87VKi4O2U .mbr-section-title {
  color: #000000;
}
.cid-t87VKi4O2U .image img {
  width: 100%;
  object-fit: cover;
}
.cid-t87VKi4O2U .mbr-text {
  margin-top: 30px;
}
.cid-t87VKi4O2U .nav-tabs .nav-item.open .nav-link:focus,
.cid-t87VKi4O2U .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-t87VKi4O2U .nav-tabs {
  border: none;
}
.cid-t87VKi4O2U .nav-item {
  width: 100%;
  margin-bottom: 30px;
}
.cid-t87VKi4O2U .nav-tabs .nav-link {
  background-color: #f6fbff !important;
  line-height: 1;
  padding: 30px 40px;
  display: block;
  border-radius: 5px !important;
  border: none;
  color: #000000 !important;
  box-shadow: 0px 20px 60px 0px rgba(0, 11, 40, 0.06);
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-t87VKi4O2U .nav-tabs .nav-link.active {
  background-color: #4154f1 !important;
  box-shadow: 0px 40px 80px 0px rgba(1, 1, 64, 0.08);
  color: #ffffff !important;
}
.cid-t87VKi4O2U .nav-tabs .nav-link:hover {
  background-color: #4154f1 !important;
  box-shadow: 0px 20px 40px 0px rgba(0, 33, 121, 0.08);
  color: #ffffff !important;
  cursor: pointer;
}
.cid-t87VKi4O2U .nav-tabs .nav-link strong,
.cid-t87VKi4O2U .nav-tabs .nav-link b {
  font-size: 22px;
  display: block;
  line-height: 1;
  margin-bottom: 15px;
}
@media (max-width: 991px) {
  .cid-t87VKi4O2U .title_block {
    margin-bottom: 40px;
  }
  .cid-t87VKi4O2U .nav-tabs .nav-link {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .cid-t87VKi4O2U .mbr-text {
    margin-top: 20px;
  }
}
.cid-t82kWY4YbD {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-t82kWY4YbD .title_block {
  margin-bottom: 80px;
}
.cid-t82kWY4YbD .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #4154f1;
  letter-spacing: 1.6px;
  line-height: 1;
  font-weight: 600;
}
.cid-t82kWY4YbD .mbr-section-title,
.cid-t82kWY4YbD .card-title {
  color: #000000;
}
.cid-t82kWY4YbD .card_wrapper {
  height: 100%;
  background: #ffffff;
  padding: 45px 35px;
  box-shadow: 0 20px 60px 0 rgba(0, 11, 40, 0.06);
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-t82kWY4YbD .card_wrapper:hover {
  transform: translateY(-16px);
}
.cid-t82kWY4YbD .card:nth-child(1) .iconfont-wrapper:before {
  background-color: rgba(65, 84, 241, 0.07);
}
.cid-t82kWY4YbD .card:nth-child(1) .iconfont-wrapper .mbr-iconfont {
  color: #4154f1;
}
.cid-t82kWY4YbD .card:nth-child(2) .iconfont-wrapper:before {
  background-color: rgba(245, 114, 13, 0.07);
}
.cid-t82kWY4YbD .card:nth-child(2) .iconfont-wrapper .mbr-iconfont {
  color: #f5720d;
}
.cid-t82kWY4YbD .card:nth-child(3) .iconfont-wrapper:before {
  background-color: rgba(255, 242, 17, 0.07);
}
.cid-t82kWY4YbD .card:nth-child(3) .iconfont-wrapper .mbr-iconfont {
  color: #fff211;
}
.cid-t82kWY4YbD .card:nth-child(4) .iconfont-wrapper:before {
  background-color: rgba(204, 68, 131, 0.07);
}
.cid-t82kWY4YbD .card:nth-child(4) .iconfont-wrapper .mbr-iconfont {
  color: #cc4483;
}
.cid-t82kWY4YbD .iconfont-wrapper {
  display: inline-block;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
.cid-t82kWY4YbD .iconfont-wrapper:before {
  top: 0;
  left: 50%;
  bottom: 0;
  z-index: -1;
  content: "";
  width: 60px;
  position: absolute;
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
  clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
}
.cid-t82kWY4YbD .iconfont-wrapper .mbr-iconfont {
  height: 75px;
  line-height: 75px;
  font-size: 46px;
  text-align: center;
}
.cid-t82kWY4YbD .card-title {
  margin-bottom: 20px;
}
.cid-t82kWY4YbD .card-text {
  margin-bottom: 15px;
  line-height: 1.5;
}
.cid-t82kWY4YbD .btn_link {
  display: block;
  margin-bottom: 0;
  position: relative;
  font-weight: 700;
}
.cid-t82kWY4YbD .btn_link span {
  display: inline-block;
  margin-left: .25rem;
  font-size: 16px;
  vertical-align: middle;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-t82kWY4YbD .btn_link:hover {
  cursor: pointer;
}
.cid-t82kWY4YbD .btn_link:hover a {
  color: #4154f1 !important;
}
.cid-t82kWY4YbD .btn_link:hover span {
  transform: translatex(5px);
}
@media (max-width: 991px) {
  .cid-t82kWY4YbD .title_block {
    margin-bottom: 40px;
  }
  .cid-t82kWY4YbD .card {
    text-align: center;
  }
  .cid-t82kWY4YbD .card_wrapper {
    text-align: center;
    margin-bottom: 30px;
  }
}
.cid-t82kWY4YbD .card-text,
.cid-t82kWY4YbD .btn_link {
  color: #000000;
}
.cid-t8A7PP13hS {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-t8A7PP13hS .nav-tabs .nav-item.open .nav-link:focus,
.cid-t8A7PP13hS .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-t8A7PP13hS .nav-tabs {
  border: none;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-t8A7PP13hS .nav-item {
    margin: 0;
  }
}
.cid-t8A7PP13hS .nav-tabs .nav-link {
  transition: all 0.5s;
  border-radius: 6px !important;
  width: max-content;
  border: none;
}
.cid-t8A7PP13hS .nav-tabs .nav-link:not(.active) {
  color: #4154f1;
}
.cid-t8A7PP13hS .nav-link,
.cid-t8A7PP13hS .nav-link.active {
  padding: 0.8rem 2rem;
  background-color: transparent;
  font-weight: bold;
  text-align: center;
}
.cid-t8A7PP13hS .nav-tabs .nav-link.active {
  background: #e0e5ff;
  color: #4154f1;
}
.cid-t8A7PP13hS H4 {
  text-align: center;
}
.cid-t8A7PP13hS H3 {
  text-align: center;
  color: #212428;
}
.cid-t8A7PP13hS P {
  color: #212428;
  text-align: center;
}
.cid-t81LItPBHV {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-t81LItPBHV .container {
  display: flex;
  justify-content: center;
}
.cid-t81LItPBHV .row {
  display: flex;
  align-items: stretch;
  max-width: 1194px;
  width: 100%;
}
.cid-t81LItPBHV .col-brand {
  margin-bottom: 40px;
}
.cid-t81LItPBHV .col-link {
  margin-bottom: 30px;
}
@media (min-width: 1200px) {
  .cid-t81LItPBHV .col-link3 {
    padding-left: 60px !important;
  }
}
.cid-t81LItPBHV .navbar-brand {
  display: flex;
  flex-basis: auto;
  word-break: break-word;
  min-height: 40px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 25px;
  padding: 0;
  transition: all 0.3s;
  z-index: 1;
}
.cid-t81LItPBHV .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-t81LItPBHV .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-t81LItPBHV .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t81LItPBHV .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t81LItPBHV .mbr-section-subtitle {
  color: #010d4c;
  margin-bottom: 20px;
}
.cid-t81LItPBHV .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-t81LItPBHV .mbr-iconfont {
  font-size: 16px;
  color: #4154f1;
}
.cid-t81LItPBHV .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  background-color: #eef4fb;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 5px;
  min-height: 30px;
  min-width: 30px;
}
.cid-t81LItPBHV .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t81LItPBHV .soc-item:hover {
  background-color: #738bae;
}
.cid-t81LItPBHV .soc-item:hover .mbr-iconfont {
  color: #FFFFFF !important;
}
.cid-t81LItPBHV .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #010d4c;
}
.cid-t81LItPBHV .list li {
  min-height: 44px;
  display: flex;
  align-items: center;
}
.cid-t81LItPBHV .list a {
  min-height: 44px;
  display: flex;
  align-items: center;
}
.cid-t81LItPBHV .brand-text {
  margin-bottom: 35px;
  color: #00284E;
  opacity: 0.8;
}
.cid-t81LItPBHV .mbr-text {
  color: #00284E;
  opacity: 0.8;
}
.cid-t81LItPBHV .mbr-text .text-black {
  color: #00284E !important;
}
.cid-t81LItPBHV .mbr-text a {
  opacity: 0.8;
}
.cid-t81LItPBHV .mbr-text a:hover {
  opacity: 1;
  color: #4154f1 !important;
}
.cid-t81LItPBHV .col-copyright {
  margin-top: 44px;
}
.cid-t81LItPBHV .copyright {
  color: #000000;
  opacity: 0.8;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-t81LItPBHV .copyright {
    text-align: center !important;
  }
}
.cid-t81LItPBHV .comment-text {
  color: #000000;
  opacity: 0.8;
  margin-bottom: 38px;
}
.cid-t81LItPBHV .colored-text {
  color: #4154f1;
  line-height: inherit;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  opacity: 1;
}
.cid-t81LItPBHV .dragArea {
  width: 100%;
  max-width: 100%;
  margin-left: auto !important;
  margin-right: 0 !important;
}
.cid-t81LItPBHV .form-container {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  width: 100%;
  background-color: rgba(68, 109, 255, 0.07);
  box-shadow: 0 10px 20px rgba(0, 33, 63, 0.03);
  margin: 0;
  border-radius: 8px;
  padding: 8px 0 !important;
}
.cid-t81LItPBHV .form-container .form-control {
  background-color: transparent;
}
.cid-t81LItPBHV .form-group {
  flex-grow: 1;
  margin-bottom: 0 !important;
}
.cid-t81LItPBHV .mbr-section-btn {
  padding-left: 0 !important;
}
.cid-t81LItPBHV .mbr-section-btn .btn {
  width: 115px;
  border-radius: 8px;
  min-height: 54px;
  word-break: normal;
}
@media (max-width: 1199px) {
  .cid-t81LItPBHV .mbr-section-btn .btn {
    width: 100px;
    min-height: 44px;
    padding: 5px 10px;
  }
}
.cid-t81LItPBHV .mbr-section-btn .btn-primary:hover {
  background-color: #fff211 !important;
  color: #ffffff !important;
}
.cid-t81LItPBHV .mbr-section-btn .btn-secondary:hover {
  background-color: #fff211 !important;
  color: #ffffff !important;
}
.cid-t81LItPBHV .form-control {
  width: 100%;
  background-color: #FFFFFF;
  border: none !important;
  box-shadow: none !important;
  padding: 5px 0 5px 15px;
  height: 54px;
}
@media (max-width: 1199px) {
  .cid-t81LItPBHV .form-control {
    height: 44px;
  }
}
.cid-t81LItPBHV .form-control:hover,
.cid-t81LItPBHV .form-control:focus {
  border: none !important;
  box-shadow: none !important;
}
.cid-t81LItPBHV .form-control::-webkit-input-placeholder {
  font-size: 1rem;
  color: #00072C;
}
.cid-t81LItPBHV .form-control::-moz-placeholder {
  font-size: 1rem;
  color: #00072C;
}
.cid-t81LItPBHV .form-control:-moz-placeholder {
  font-size: 1rem;
  color: #00072C;
}
.cid-t81LItPBHV .form-control:-ms-input-placeholder {
  font-size: 1rem;
  color: #00072C;
}
.cid-t81LItPBHV .form-text {
  color: #000000;
  margin-top: 5px;
  margin-bottom: 0;
  font-size: 1rem;
  padding: 0 !important;
}
.cid-t88dVXslda.popup-builder {
  background-color: #ffffff;
}
.cid-t88dVXslda.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-t88dVXslda.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-t88dVXslda .modal-content,
.cid-t88dVXslda .modal-dialog {
  height: auto;
}
.cid-t88dVXslda .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-t88dVXslda .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-t88dVXslda .form-wrapper .mbr-form .form-group,
  .cid-t88dVXslda .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-t88dVXslda .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-t88dVXslda .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-t88dVXslda .mbr-text {
  text-align: center;
}
.cid-t88dVXslda .pt-0 {
  padding-top: 0 !important;
}
.cid-t88dVXslda .pb-0 {
  padding-bottom: 0 !important;
}
.cid-t88dVXslda .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-t88dVXslda .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-t88dVXslda .modal-open {
  overflow: hidden;
}
.cid-t88dVXslda .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-t88dVXslda .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-t88dVXslda .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-t88dVXslda .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-t88dVXslda .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-t88dVXslda .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-t88dVXslda .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-t88dVXslda .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-t88dVXslda .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-t88dVXslda .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-t88dVXslda .modal-backdrop.fade {
  opacity: 0;
}
.cid-t88dVXslda .modal-backdrop.show {
  opacity: .5;
}
.cid-t88dVXslda .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-t88dVXslda .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-t88dVXslda .modal-header {
    padding: 1rem;
  }
}
.cid-t88dVXslda .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-t88dVXslda .modal-header .close svg {
  fill: #353535;
}
.cid-t88dVXslda .modal-header .close:hover {
  opacity: 1;
}
.cid-t88dVXslda .modal-header .close:focus {
  outline: none;
}
.cid-t88dVXslda .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #000000;
}
.cid-t88dVXslda .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-t88dVXslda .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t88dVXslda .modal-body {
    padding: 1rem;
  }
}
.cid-t88dVXslda .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-t88dVXslda .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t88dVXslda .modal-footer {
    padding: 1rem;
  }
}
.cid-t88dVXslda .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-t88dVXslda .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-t88dVXslda .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-t88dVXslda .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-t88dVXslda .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-t88dVXslda .modal-lg,
  .cid-t88dVXslda .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-t88dVXslda .modal-xl {
    max-width: 1140px;
  }
}
.cid-t88dVXslda .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-t88dVXslda .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-t88dVXslda .form-group {
  margin-bottom: 1rem;
}
.cid-t88dVXslda .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-t88dVXslda .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-t88dVXslda .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-t88dVXslda .mbr-section-btn {
  margin: 0;
}
.cid-t88dVXslda .mbr-section-btn .btn {
  margin: 0;
}
.cid-t1vKXiP4Xm {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-t1vKXiP4Xm .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-t1vKXiP4Xm .mbr-section-title {
  margin-bottom: 20px;
  color: #000000;
  text-align: center;
}
.cid-t1vKXiP4Xm .mbr-text {
  margin-bottom: 50px;
}
.cid-t1vKXiP4Xm .card_wrap {
  margin-bottom: 20px;
}
.cid-t1vKXiP4Xm .item:nth-child(1) .icon_block svg polygon {
  fill: rgba(245, 114, 13, 0.07);
}
.cid-t1vKXiP4Xm .item:nth-child(1) .mbr-iconfont {
  color: #f5720d;
}
.cid-t1vKXiP4Xm .item:nth-child(2) .icon_block svg polygon {
  fill: rgba(204, 68, 131, 0.07);
}
.cid-t1vKXiP4Xm .item:nth-child(2) .mbr-iconfont {
  color: #cc4483;
}
.cid-t1vKXiP4Xm .item .icon_block {
  display: inline-block;
  position: relative;
  z-index: 1;
  margin-bottom: 28px;
  width: 90px;
  height: 90px;
}
.cid-t1vKXiP4Xm .item .icon_block svg {
  width: 100px;
  height: 100px;
  transform: rotate(90deg);
}
.cid-t1vKXiP4Xm .item .icon_block .mbr-iconfont {
  line-height: 100px;
  font-size: 36px;
  position: absolute;
  top: 0;
  left: 33px;
}
.cid-t1vKXiP4Xm .card_title {
  margin-bottom: 18px;
  color: #000000;
  text-align: left;
}
.cid-t1vKXiP4Xm .card_text {
  margin-bottom: 0;
  color: #000000;
  text-align: left;
}
.cid-t1vKXiP4Xm .mbr-section-btn {
  margin-top: 30px;
}
.cid-t1vKXiP4Xm .shape {
  z-index: -1;
  line-height: 1;
  position: absolute;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  max-width: 10px;
}
.cid-t1vKXiP4Xm .shape_1 {
  top: 10px;
  left: 19px;
  width: 10px;
  height: 10px;
  background: #fff211;
  border-radius: 50%;
}
.cid-t1vKXiP4Xm .shape_2 {
  top: 17px;
  right: 2px;
  width: 0;
  height: 0;
  border-bottom: 10px solid #cc4483;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  transform: rotate(22deg);
}
.cid-t1vKXiP4Xm .shape_3 {
  left: 14px;
  bottom: 8px;
  width: 8px;
  height: 8px;
  background-color: #f5720d;
}
.cid-t1vKXiP4Xm .shape_4 {
  right: -5px;
  bottom: 4px;
  width: 8px;
  height: 8px;
  background: #ff0000;
  transform: rotate(-45deg);
}
@media (min-width: 992px) {
  .cid-t1vKXiP4Xm .text-wrapper {
    padding-right: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t1vKXiP4Xm .text-wrapper {
    text-align: center;
  }
  .cid-t1vKXiP4Xm .card_wrap {
    margin-bottom: 20px;
  }
  .cid-t1vKXiP4Xm .icon_block {
    margin-bottom: 20px;
  }
  .cid-t1vKXiP4Xm .card_title {
    margin-bottom: 10px;
  }
  .cid-t1vKXiP4Xm .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-t1vKXiP4Xm .mbr-text {
    margin-bottom: 25px;
  }
}
.cid-t1vKXiP4Xm .mbr-text,
.cid-t1vKXiP4Xm .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-t1vJlNlB58 {
  padding-top: 60px;
  padding-bottom: 135px;
  background-color: #ffffff;
}
.cid-t1vJlNlB58 .container-fluid {
  padding: 0 3rem;
}
.cid-t1vJlNlB58 .mbr-section-subtitle {
  color: #767676;
}
.cid-t1vJlNlB58 .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-t1vJlNlB58 .table-wrapper {
  margin: 0 auto;
}
.cid-t1vJlNlB58 table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-t1vJlNlB58 table thead tr {
  border: none !important;
}
.cid-t1vJlNlB58 table th {
  padding: 1.5rem 1rem;
  transition: all .2s;
  text-align: center;
  border-top: none;
  border-bottom: 1px solid #000000;
  color: white;
  vertical-align: middle;
  background: #ffffff;
}
.cid-t1vJlNlB58 table tr {
  border-bottom: 1px solid #000000;
  border-top: none;
}
.cid-t1vJlNlB58 table td {
  padding: 1.2rem 1.6rem;
  vertical-align: middle;
  border: none;
}
.cid-t1vJlNlB58 table.table {
  background: #ffffff;
}
.cid-t1vJlNlB58 tr:hover {
  background-color: #4154f1 !important;
}
.cid-t1vJlNlB58 .head-item:after,
.cid-t1vJlNlB58 .head-item:before {
  bottom: 1.6em !important;
}
@media (max-width: 767px) {
  .cid-t1vJlNlB58 table th,
  .cid-t1vJlNlB58 table td {
    padding: .75rem;
  }
}
.cid-t1vJlNlB58 .body-item {
  text-align: center;
}
.cid-t1vJlNlB58 .head-item {
  color: #000000;
}
.cid-t1vJlNlB58 .mbr-text {
  color: #000d20;
  text-align: left;
}
.cid-t1vJlNlB58 .mbr-section-title,
.cid-t1vJlNlB58 .underline {
  text-align: center;
}
.cid-t1vIOfek8s.popup-builder {
  background-color: #ffffff;
}
.cid-t1vIOfek8s.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-t1vIOfek8s.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-t1vIOfek8s .modal-content,
.cid-t1vIOfek8s .modal-dialog {
  height: auto;
}
.cid-t1vIOfek8s .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-t1vIOfek8s .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-t1vIOfek8s .form-wrapper .mbr-form .form-group,
  .cid-t1vIOfek8s .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-t1vIOfek8s .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-t1vIOfek8s .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-t1vIOfek8s .mbr-text {
  text-align: center;
}
.cid-t1vIOfek8s .pt-0 {
  padding-top: 0 !important;
}
.cid-t1vIOfek8s .pb-0 {
  padding-bottom: 0 !important;
}
.cid-t1vIOfek8s .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-t1vIOfek8s .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-t1vIOfek8s .modal-open {
  overflow: hidden;
}
.cid-t1vIOfek8s .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-t1vIOfek8s .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-t1vIOfek8s .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-t1vIOfek8s .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-t1vIOfek8s .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-t1vIOfek8s .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-t1vIOfek8s .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-t1vIOfek8s .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-t1vIOfek8s .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-t1vIOfek8s .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-t1vIOfek8s .modal-backdrop.fade {
  opacity: 0;
}
.cid-t1vIOfek8s .modal-backdrop.show {
  opacity: .5;
}
.cid-t1vIOfek8s .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-t1vIOfek8s .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-t1vIOfek8s .modal-header {
    padding: 1rem;
  }
}
.cid-t1vIOfek8s .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-t1vIOfek8s .modal-header .close svg {
  fill: #353535;
}
.cid-t1vIOfek8s .modal-header .close:hover {
  opacity: 1;
}
.cid-t1vIOfek8s .modal-header .close:focus {
  outline: none;
}
.cid-t1vIOfek8s .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #000000;
}
.cid-t1vIOfek8s .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-t1vIOfek8s .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t1vIOfek8s .modal-body {
    padding: 1rem;
  }
}
.cid-t1vIOfek8s .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-t1vIOfek8s .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t1vIOfek8s .modal-footer {
    padding: 1rem;
  }
}
.cid-t1vIOfek8s .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-t1vIOfek8s .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-t1vIOfek8s .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-t1vIOfek8s .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-t1vIOfek8s .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-t1vIOfek8s .modal-lg,
  .cid-t1vIOfek8s .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-t1vIOfek8s .modal-xl {
    max-width: 1140px;
  }
}
.cid-t1vIOfek8s .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-t1vIOfek8s .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-t1vIOfek8s .form-group {
  margin-bottom: 1rem;
}
.cid-t1vIOfek8s .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-t1vIOfek8s .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-t1vIOfek8s .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-t1vIOfek8s .mbr-section-btn {
  margin: 0;
}
.cid-t1vIOfek8s .mbr-section-btn .btn {
  margin: 0;
}
.cid-t81GgxgR3x {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-t81GgxgR3x nav.navbar {
  position: fixed;
}
.cid-t81GgxgR3x .btn {
  box-shadow: 0px 30px 30px 0px rgba(0, 11, 40, 0.1);
}
.cid-t81GgxgR3x .dropdown-toggle[data-toggle="dropdown-submenu"]:before {
  font-family: Moririse2 !important;
  content: "\e909";
  display: inline-block;
  width: 10px;
  position: absolute;
  right: 25px;
  top: 40%;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: 10px;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
}
.cid-t81GgxgR3x .dropdown-toggle:after {
  content: none;
}
@media (min-width: 992px) {
  .cid-t81GgxgR3x .navbar-nav .nav-link:before {
    content: none;
  }
}
.cid-t81GgxgR3x .dropdown-menu {
  padding: 20px 0;
  min-width: 220px;
  box-shadow: -1px 2px 19px 3px rgba(0, 11, 40, 0.1);
  transition: all 0.3s ease-in-out;
  visibility: hidden;
  opacity: 0;
  transform: translateY(10px);
  display: initial;
}
.cid-t81GgxgR3x .navbar .dropdown.open > .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  display: block;
}
.cid-t81GgxgR3x .dropdown-item:hover,
.cid-t81GgxgR3x .dropdown-item:focus {
  background: rgba(65, 84, 241, 0.1) !important;
  color: #4154f1 !important;
}
.cid-t81GgxgR3x .nav-dropdown .link {
  padding: 35px 0 !important;
  margin-right: 40px !important;
}
.cid-t81GgxgR3x .nav-dropdown .nav-item:last-child .link {
  margin-right: 0 !important;
}
.cid-t81GgxgR3x .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  display: none;
}
.cid-t81GgxgR3x .nav-link {
  position: relative;
  line-height: 1;
}
.cid-t81GgxgR3x .nav-link:hover {
  color: #4154f1 !important;
}
.cid-t81GgxgR3x .container {
  display: flex;
  margin: auto;
}
.cid-t81GgxgR3x .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 17px;
  margin-right: 20px;
}
.cid-t81GgxgR3x .dropdown-menu,
.cid-t81GgxgR3x .navbar.opened {
  background: #4154f1 !important;
}
.cid-t81GgxgR3x .nav-item:focus,
.cid-t81GgxgR3x .nav-link:focus {
  outline: none;
}
.cid-t81GgxgR3x .dropdown .dropdown-menu .dropdown-item {
  width: 100%;
  transition: all 0.25s ease-in-out;
}
.cid-t81GgxgR3x .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t81GgxgR3x .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-t81GgxgR3x .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t81GgxgR3x .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t81GgxgR3x .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 6px 30px !important;
  transition: none;
  margin: 0 !important;
}
.cid-t81GgxgR3x .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  background: #4154f1;
}
.cid-t81GgxgR3x .navbar.navbar-short {
  box-shadow: 0 0 18px 1px rgba(0, 0, 0, 0.1);
  min-height: 60px;
}
.cid-t81GgxgR3x .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-t81GgxgR3x .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-t81GgxgR3x .navbar.opened {
  transition: all 0.3s;
}
.cid-t81GgxgR3x .navbar .dropdown-item {
  padding: 6px 30px;
}
.cid-t81GgxgR3x .navbar .navbar-logo img {
  width: auto;
}
.cid-t81GgxgR3x .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-t81GgxgR3x .navbar.collapsed {
  justify-content: center;
}
.cid-t81GgxgR3x .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t81GgxgR3x .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t81GgxgR3x .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-t81GgxgR3x .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t81GgxgR3x .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t81GgxgR3x .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  display: none;
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-t81GgxgR3x .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t81GgxgR3x .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 6px 30px;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-t81GgxgR3x .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t81GgxgR3x .navbar .dropdown-menu {
    display: none;
  }
  .cid-t81GgxgR3x .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t81GgxgR3x .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t81GgxgR3x .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    display: none;
    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-t81GgxgR3x .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-t81GgxgR3x .navbar ul.navbar-nav {
    padding: 15px;
  }
  .cid-t81GgxgR3x .navbar .dropdown-menu .dropdown-item {
    padding: 6px 30px !important;
    text-align: left;
  }
  .cid-t81GgxgR3x .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t81GgxgR3x .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t81GgxgR3x .navbar .navbar-buttons,
  .cid-t81GgxgR3x .navbar .icons-menu {
    display: none;
  }
  .cid-t81GgxgR3x .navbar .nav-dropdown .link {
    margin-right: 0 !important;
    padding-top: 12px !important;
    padding-bottom: 0 !important;
    margin-bottom: 20px !important;
  }
}
.cid-t81GgxgR3x .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-t81GgxgR3x .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t81GgxgR3x .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t81GgxgR3x .dropdown-item.active,
.cid-t81GgxgR3x .dropdown-item:active {
  background-color: transparent;
}
.cid-t81GgxgR3x .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t81GgxgR3x .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #4154f1;
}
.cid-t81GgxgR3x .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t81GgxgR3x ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t81GgxgR3x .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-t81GgxgR3x button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-t81GgxgR3x button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-t81GgxgR3x button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t81GgxgR3x button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t81GgxgR3x button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t81GgxgR3x button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t81GgxgR3x nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t81GgxgR3x nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t81GgxgR3x nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t81GgxgR3x nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t81GgxgR3x .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-t81GgxgR3x a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-t81GgxgR3x .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  text-align: center;
  margin-right: 15px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-t81GgxgR3x .navbar {
    height: 70px;
  }
  .cid-t81GgxgR3x .navbar.opened {
    height: auto;
  }
  .cid-t81GgxgR3x .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t81LItPBHV {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-t81LItPBHV .container {
  display: flex;
  justify-content: center;
}
.cid-t81LItPBHV .row {
  display: flex;
  align-items: stretch;
  max-width: 1194px;
  width: 100%;
}
.cid-t81LItPBHV .col-brand {
  margin-bottom: 40px;
}
.cid-t81LItPBHV .col-link {
  margin-bottom: 30px;
}
@media (min-width: 1200px) {
  .cid-t81LItPBHV .col-link3 {
    padding-left: 60px !important;
  }
}
.cid-t81LItPBHV .navbar-brand {
  display: flex;
  flex-basis: auto;
  word-break: break-word;
  min-height: 40px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 25px;
  padding: 0;
  transition: all 0.3s;
  z-index: 1;
}
.cid-t81LItPBHV .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-t81LItPBHV .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-t81LItPBHV .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t81LItPBHV .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t81LItPBHV .mbr-section-subtitle {
  color: #010d4c;
  margin-bottom: 20px;
}
.cid-t81LItPBHV .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-t81LItPBHV .mbr-iconfont {
  font-size: 16px;
  color: #4154f1;
}
.cid-t81LItPBHV .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  background-color: #eef4fb;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 5px;
  min-height: 30px;
  min-width: 30px;
}
.cid-t81LItPBHV .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t81LItPBHV .soc-item:hover {
  background-color: #738bae;
}
.cid-t81LItPBHV .soc-item:hover .mbr-iconfont {
  color: #FFFFFF !important;
}
.cid-t81LItPBHV .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #010d4c;
}
.cid-t81LItPBHV .list li {
  min-height: 44px;
  display: flex;
  align-items: center;
}
.cid-t81LItPBHV .list a {
  min-height: 44px;
  display: flex;
  align-items: center;
}
.cid-t81LItPBHV .brand-text {
  margin-bottom: 35px;
  color: #00284E;
  opacity: 0.8;
}
.cid-t81LItPBHV .mbr-text {
  color: #00284E;
  opacity: 0.8;
}
.cid-t81LItPBHV .mbr-text .text-black {
  color: #00284E !important;
}
.cid-t81LItPBHV .mbr-text a {
  opacity: 0.8;
}
.cid-t81LItPBHV .mbr-text a:hover {
  opacity: 1;
  color: #4154f1 !important;
}
.cid-t81LItPBHV .col-copyright {
  margin-top: 44px;
}
.cid-t81LItPBHV .copyright {
  color: #000000;
  opacity: 0.8;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-t81LItPBHV .copyright {
    text-align: center !important;
  }
}
.cid-t81LItPBHV .comment-text {
  color: #000000;
  opacity: 0.8;
  margin-bottom: 38px;
}
.cid-t81LItPBHV .colored-text {
  color: #4154f1;
  line-height: inherit;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  opacity: 1;
}
.cid-t81LItPBHV .dragArea {
  width: 100%;
  max-width: 100%;
  margin-left: auto !important;
  margin-right: 0 !important;
}
.cid-t81LItPBHV .form-container {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  width: 100%;
  background-color: rgba(68, 109, 255, 0.07);
  box-shadow: 0 10px 20px rgba(0, 33, 63, 0.03);
  margin: 0;
  border-radius: 8px;
  padding: 8px 0 !important;
}
.cid-t81LItPBHV .form-container .form-control {
  background-color: transparent;
}
.cid-t81LItPBHV .form-group {
  flex-grow: 1;
  margin-bottom: 0 !important;
}
.cid-t81LItPBHV .mbr-section-btn {
  padding-left: 0 !important;
}
.cid-t81LItPBHV .mbr-section-btn .btn {
  width: 115px;
  border-radius: 8px;
  min-height: 54px;
  word-break: normal;
}
@media (max-width: 1199px) {
  .cid-t81LItPBHV .mbr-section-btn .btn {
    width: 100px;
    min-height: 44px;
    padding: 5px 10px;
  }
}
.cid-t81LItPBHV .mbr-section-btn .btn-primary:hover {
  background-color: #fff211 !important;
  color: #ffffff !important;
}
.cid-t81LItPBHV .mbr-section-btn .btn-secondary:hover {
  background-color: #fff211 !important;
  color: #ffffff !important;
}
.cid-t81LItPBHV .form-control {
  width: 100%;
  background-color: #FFFFFF;
  border: none !important;
  box-shadow: none !important;
  padding: 5px 0 5px 15px;
  height: 54px;
}
@media (max-width: 1199px) {
  .cid-t81LItPBHV .form-control {
    height: 44px;
  }
}
.cid-t81LItPBHV .form-control:hover,
.cid-t81LItPBHV .form-control:focus {
  border: none !important;
  box-shadow: none !important;
}
.cid-t81LItPBHV .form-control::-webkit-input-placeholder {
  font-size: 1rem;
  color: #00072C;
}
.cid-t81LItPBHV .form-control::-moz-placeholder {
  font-size: 1rem;
  color: #00072C;
}
.cid-t81LItPBHV .form-control:-moz-placeholder {
  font-size: 1rem;
  color: #00072C;
}
.cid-t81LItPBHV .form-control:-ms-input-placeholder {
  font-size: 1rem;
  color: #00072C;
}
.cid-t81LItPBHV .form-text {
  color: #000000;
  margin-top: 5px;
  margin-bottom: 0;
  font-size: 1rem;
  padding: 0 !important;
}
.cid-t1CkiBoPmF {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-t1CkiBoPmF .mbr-section-title {
  font-family: 'Josefin Sans';
  color: #ba9b67;
}
.cid-t1CkiBoPmF .mbr-text {
  font-family: 'EB Garamond';
  color: #c0bcb7;
}
.cid-t1CkaDcb6y {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
}
.cid-t1CkaDcb6y .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-t1CkaDcb6y .mbr-section-title {
  margin-bottom: 20px;
  color: #000000;
  text-align: center;
}
.cid-t1CkaDcb6y .mbr-text {
  margin-bottom: 50px;
}
.cid-t1CkaDcb6y .card_wrap {
  margin-bottom: 20px;
}
.cid-t1CkaDcb6y .item:nth-child(1) .icon_block svg polygon {
  fill: rgba(245, 114, 13, 0.07);
}
.cid-t1CkaDcb6y .item:nth-child(1) .mbr-iconfont {
  color: #f5720d;
}
.cid-t1CkaDcb6y .item:nth-child(2) .icon_block svg polygon {
  fill: rgba(204, 68, 131, 0.07);
}
.cid-t1CkaDcb6y .item:nth-child(2) .mbr-iconfont {
  color: #cc4483;
}
.cid-t1CkaDcb6y .item .icon_block {
  display: inline-block;
  position: relative;
  z-index: 1;
  margin-bottom: 28px;
  width: 90px;
  height: 90px;
}
.cid-t1CkaDcb6y .item .icon_block svg {
  width: 100px;
  height: 100px;
  transform: rotate(90deg);
}
.cid-t1CkaDcb6y .item .icon_block .mbr-iconfont {
  line-height: 100px;
  font-size: 36px;
  position: absolute;
  top: 0;
  left: 33px;
}
.cid-t1CkaDcb6y .card_title {
  margin-bottom: 18px;
  color: #000000;
  text-align: left;
}
.cid-t1CkaDcb6y .card_text {
  margin-bottom: 0;
  color: #000000;
  text-align: left;
}
.cid-t1CkaDcb6y .mbr-section-btn {
  margin-top: 30px;
}
.cid-t1CkaDcb6y .shape {
  z-index: -1;
  line-height: 1;
  position: absolute;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  max-width: 10px;
}
.cid-t1CkaDcb6y .shape_1 {
  top: 10px;
  left: 19px;
  width: 10px;
  height: 10px;
  background: #fff211;
  border-radius: 50%;
}
.cid-t1CkaDcb6y .shape_2 {
  top: 17px;
  right: 2px;
  width: 0;
  height: 0;
  border-bottom: 10px solid #cc4483;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  transform: rotate(22deg);
}
.cid-t1CkaDcb6y .shape_3 {
  left: 14px;
  bottom: 8px;
  width: 8px;
  height: 8px;
  background-color: #f5720d;
}
.cid-t1CkaDcb6y .shape_4 {
  right: -5px;
  bottom: 4px;
  width: 8px;
  height: 8px;
  background: #ff0000;
  transform: rotate(-45deg);
}
@media (min-width: 992px) {
  .cid-t1CkaDcb6y .text-wrapper {
    padding-right: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t1CkaDcb6y .text-wrapper {
    text-align: center;
  }
  .cid-t1CkaDcb6y .card_wrap {
    margin-bottom: 20px;
  }
  .cid-t1CkaDcb6y .icon_block {
    margin-bottom: 20px;
  }
  .cid-t1CkaDcb6y .card_title {
    margin-bottom: 10px;
  }
  .cid-t1CkaDcb6y .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-t1CkaDcb6y .mbr-text {
    margin-bottom: 25px;
  }
}
.cid-t1CkaDcb6y .mbr-text,
.cid-t1CkaDcb6y .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-t1CkaEolNN.popup-builder {
  background-color: #ffffff;
}
.cid-t1CkaEolNN.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-t1CkaEolNN.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-t1CkaEolNN .modal-content,
.cid-t1CkaEolNN .modal-dialog {
  height: auto;
}
.cid-t1CkaEolNN .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-t1CkaEolNN .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-t1CkaEolNN .form-wrapper .mbr-form .form-group,
  .cid-t1CkaEolNN .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-t1CkaEolNN .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-t1CkaEolNN .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-t1CkaEolNN .mbr-text {
  text-align: center;
}
.cid-t1CkaEolNN .pt-0 {
  padding-top: 0 !important;
}
.cid-t1CkaEolNN .pb-0 {
  padding-bottom: 0 !important;
}
.cid-t1CkaEolNN .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-t1CkaEolNN .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-t1CkaEolNN .modal-open {
  overflow: hidden;
}
.cid-t1CkaEolNN .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-t1CkaEolNN .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-t1CkaEolNN .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-t1CkaEolNN .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-t1CkaEolNN .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-t1CkaEolNN .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-t1CkaEolNN .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-t1CkaEolNN .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-t1CkaEolNN .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-t1CkaEolNN .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-t1CkaEolNN .modal-backdrop.fade {
  opacity: 0;
}
.cid-t1CkaEolNN .modal-backdrop.show {
  opacity: .5;
}
.cid-t1CkaEolNN .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-t1CkaEolNN .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-t1CkaEolNN .modal-header {
    padding: 1rem;
  }
}
.cid-t1CkaEolNN .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-t1CkaEolNN .modal-header .close svg {
  fill: #353535;
}
.cid-t1CkaEolNN .modal-header .close:hover {
  opacity: 1;
}
.cid-t1CkaEolNN .modal-header .close:focus {
  outline: none;
}
.cid-t1CkaEolNN .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #000000;
}
.cid-t1CkaEolNN .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-t1CkaEolNN .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t1CkaEolNN .modal-body {
    padding: 1rem;
  }
}
.cid-t1CkaEolNN .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-t1CkaEolNN .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t1CkaEolNN .modal-footer {
    padding: 1rem;
  }
}
.cid-t1CkaEolNN .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-t1CkaEolNN .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-t1CkaEolNN .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-t1CkaEolNN .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-t1CkaEolNN .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-t1CkaEolNN .modal-lg,
  .cid-t1CkaEolNN .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-t1CkaEolNN .modal-xl {
    max-width: 1140px;
  }
}
.cid-t1CkaEolNN .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-t1CkaEolNN .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-t1CkaEolNN .form-group {
  margin-bottom: 1rem;
}
.cid-t1CkaEolNN .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-t1CkaEolNN .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-t1CkaEolNN .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-t1CkaEolNN .mbr-section-btn {
  margin: 0;
}
.cid-t1CkaEolNN .mbr-section-btn .btn {
  margin: 0;
}
.cid-t81GgxgR3x {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-t81GgxgR3x nav.navbar {
  position: fixed;
}
.cid-t81GgxgR3x .btn {
  box-shadow: 0px 30px 30px 0px rgba(0, 11, 40, 0.1);
}
.cid-t81GgxgR3x .dropdown-toggle[data-toggle="dropdown-submenu"]:before {
  font-family: Moririse2 !important;
  content: "\e909";
  display: inline-block;
  width: 10px;
  position: absolute;
  right: 25px;
  top: 40%;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: 10px;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
}
.cid-t81GgxgR3x .dropdown-toggle:after {
  content: none;
}
@media (min-width: 992px) {
  .cid-t81GgxgR3x .navbar-nav .nav-link:before {
    content: none;
  }
}
.cid-t81GgxgR3x .dropdown-menu {
  padding: 20px 0;
  min-width: 220px;
  box-shadow: -1px 2px 19px 3px rgba(0, 11, 40, 0.1);
  transition: all 0.3s ease-in-out;
  visibility: hidden;
  opacity: 0;
  transform: translateY(10px);
  display: initial;
}
.cid-t81GgxgR3x .navbar .dropdown.open > .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  display: block;
}
.cid-t81GgxgR3x .dropdown-item:hover,
.cid-t81GgxgR3x .dropdown-item:focus {
  background: rgba(65, 84, 241, 0.1) !important;
  color: #4154f1 !important;
}
.cid-t81GgxgR3x .nav-dropdown .link {
  padding: 35px 0 !important;
  margin-right: 40px !important;
}
.cid-t81GgxgR3x .nav-dropdown .nav-item:last-child .link {
  margin-right: 0 !important;
}
.cid-t81GgxgR3x .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  display: none;
}
.cid-t81GgxgR3x .nav-link {
  position: relative;
  line-height: 1;
}
.cid-t81GgxgR3x .nav-link:hover {
  color: #4154f1 !important;
}
.cid-t81GgxgR3x .container {
  display: flex;
  margin: auto;
}
.cid-t81GgxgR3x .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 17px;
  margin-right: 20px;
}
.cid-t81GgxgR3x .dropdown-menu,
.cid-t81GgxgR3x .navbar.opened {
  background: #4154f1 !important;
}
.cid-t81GgxgR3x .nav-item:focus,
.cid-t81GgxgR3x .nav-link:focus {
  outline: none;
}
.cid-t81GgxgR3x .dropdown .dropdown-menu .dropdown-item {
  width: 100%;
  transition: all 0.25s ease-in-out;
}
.cid-t81GgxgR3x .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t81GgxgR3x .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-t81GgxgR3x .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t81GgxgR3x .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t81GgxgR3x .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 6px 30px !important;
  transition: none;
  margin: 0 !important;
}
.cid-t81GgxgR3x .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  background: #4154f1;
}
.cid-t81GgxgR3x .navbar.navbar-short {
  box-shadow: 0 0 18px 1px rgba(0, 0, 0, 0.1);
  min-height: 60px;
}
.cid-t81GgxgR3x .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-t81GgxgR3x .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-t81GgxgR3x .navbar.opened {
  transition: all 0.3s;
}
.cid-t81GgxgR3x .navbar .dropdown-item {
  padding: 6px 30px;
}
.cid-t81GgxgR3x .navbar .navbar-logo img {
  width: auto;
}
.cid-t81GgxgR3x .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-t81GgxgR3x .navbar.collapsed {
  justify-content: center;
}
.cid-t81GgxgR3x .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t81GgxgR3x .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t81GgxgR3x .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-t81GgxgR3x .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t81GgxgR3x .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t81GgxgR3x .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  display: none;
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-t81GgxgR3x .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t81GgxgR3x .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 6px 30px;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-t81GgxgR3x .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t81GgxgR3x .navbar .dropdown-menu {
    display: none;
  }
  .cid-t81GgxgR3x .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t81GgxgR3x .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t81GgxgR3x .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    display: none;
    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-t81GgxgR3x .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-t81GgxgR3x .navbar ul.navbar-nav {
    padding: 15px;
  }
  .cid-t81GgxgR3x .navbar .dropdown-menu .dropdown-item {
    padding: 6px 30px !important;
    text-align: left;
  }
  .cid-t81GgxgR3x .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t81GgxgR3x .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t81GgxgR3x .navbar .navbar-buttons,
  .cid-t81GgxgR3x .navbar .icons-menu {
    display: none;
  }
  .cid-t81GgxgR3x .navbar .nav-dropdown .link {
    margin-right: 0 !important;
    padding-top: 12px !important;
    padding-bottom: 0 !important;
    margin-bottom: 20px !important;
  }
}
.cid-t81GgxgR3x .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-t81GgxgR3x .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t81GgxgR3x .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t81GgxgR3x .dropdown-item.active,
.cid-t81GgxgR3x .dropdown-item:active {
  background-color: transparent;
}
.cid-t81GgxgR3x .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t81GgxgR3x .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #4154f1;
}
.cid-t81GgxgR3x .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t81GgxgR3x ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t81GgxgR3x .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-t81GgxgR3x button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-t81GgxgR3x button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-t81GgxgR3x button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t81GgxgR3x button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t81GgxgR3x button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t81GgxgR3x button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t81GgxgR3x nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t81GgxgR3x nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t81GgxgR3x nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t81GgxgR3x nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t81GgxgR3x .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-t81GgxgR3x a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-t81GgxgR3x .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  text-align: center;
  margin-right: 15px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-t81GgxgR3x .navbar {
    height: 70px;
  }
  .cid-t81GgxgR3x .navbar.opened {
    height: auto;
  }
  .cid-t81GgxgR3x .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t81LItPBHV {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-t81LItPBHV .container {
  display: flex;
  justify-content: center;
}
.cid-t81LItPBHV .row {
  display: flex;
  align-items: stretch;
  max-width: 1194px;
  width: 100%;
}
.cid-t81LItPBHV .col-brand {
  margin-bottom: 40px;
}
.cid-t81LItPBHV .col-link {
  margin-bottom: 30px;
}
@media (min-width: 1200px) {
  .cid-t81LItPBHV .col-link3 {
    padding-left: 60px !important;
  }
}
.cid-t81LItPBHV .navbar-brand {
  display: flex;
  flex-basis: auto;
  word-break: break-word;
  min-height: 40px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 25px;
  padding: 0;
  transition: all 0.3s;
  z-index: 1;
}
.cid-t81LItPBHV .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-t81LItPBHV .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-t81LItPBHV .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t81LItPBHV .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t81LItPBHV .mbr-section-subtitle {
  color: #010d4c;
  margin-bottom: 20px;
}
.cid-t81LItPBHV .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-t81LItPBHV .mbr-iconfont {
  font-size: 16px;
  color: #4154f1;
}
.cid-t81LItPBHV .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  background-color: #eef4fb;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 5px;
  min-height: 30px;
  min-width: 30px;
}
.cid-t81LItPBHV .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t81LItPBHV .soc-item:hover {
  background-color: #738bae;
}
.cid-t81LItPBHV .soc-item:hover .mbr-iconfont {
  color: #FFFFFF !important;
}
.cid-t81LItPBHV .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #010d4c;
}
.cid-t81LItPBHV .list li {
  min-height: 44px;
  display: flex;
  align-items: center;
}
.cid-t81LItPBHV .list a {
  min-height: 44px;
  display: flex;
  align-items: center;
}
.cid-t81LItPBHV .brand-text {
  margin-bottom: 35px;
  color: #00284E;
  opacity: 0.8;
}
.cid-t81LItPBHV .mbr-text {
  color: #00284E;
  opacity: 0.8;
}
.cid-t81LItPBHV .mbr-text .text-black {
  color: #00284E !important;
}
.cid-t81LItPBHV .mbr-text a {
  opacity: 0.8;
}
.cid-t81LItPBHV .mbr-text a:hover {
  opacity: 1;
  color: #4154f1 !important;
}
.cid-t81LItPBHV .col-copyright {
  margin-top: 44px;
}
.cid-t81LItPBHV .copyright {
  color: #000000;
  opacity: 0.8;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-t81LItPBHV .copyright {
    text-align: center !important;
  }
}
.cid-t81LItPBHV .comment-text {
  color: #000000;
  opacity: 0.8;
  margin-bottom: 38px;
}
.cid-t81LItPBHV .colored-text {
  color: #4154f1;
  line-height: inherit;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  opacity: 1;
}
.cid-t81LItPBHV .dragArea {
  width: 100%;
  max-width: 100%;
  margin-left: auto !important;
  margin-right: 0 !important;
}
.cid-t81LItPBHV .form-container {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  width: 100%;
  background-color: rgba(68, 109, 255, 0.07);
  box-shadow: 0 10px 20px rgba(0, 33, 63, 0.03);
  margin: 0;
  border-radius: 8px;
  padding: 8px 0 !important;
}
.cid-t81LItPBHV .form-container .form-control {
  background-color: transparent;
}
.cid-t81LItPBHV .form-group {
  flex-grow: 1;
  margin-bottom: 0 !important;
}
.cid-t81LItPBHV .mbr-section-btn {
  padding-left: 0 !important;
}
.cid-t81LItPBHV .mbr-section-btn .btn {
  width: 115px;
  border-radius: 8px;
  min-height: 54px;
  word-break: normal;
}
@media (max-width: 1199px) {
  .cid-t81LItPBHV .mbr-section-btn .btn {
    width: 100px;
    min-height: 44px;
    padding: 5px 10px;
  }
}
.cid-t81LItPBHV .mbr-section-btn .btn-primary:hover {
  background-color: #fff211 !important;
  color: #ffffff !important;
}
.cid-t81LItPBHV .mbr-section-btn .btn-secondary:hover {
  background-color: #fff211 !important;
  color: #ffffff !important;
}
.cid-t81LItPBHV .form-control {
  width: 100%;
  background-color: #FFFFFF;
  border: none !important;
  box-shadow: none !important;
  padding: 5px 0 5px 15px;
  height: 54px;
}
@media (max-width: 1199px) {
  .cid-t81LItPBHV .form-control {
    height: 44px;
  }
}
.cid-t81LItPBHV .form-control:hover,
.cid-t81LItPBHV .form-control:focus {
  border: none !important;
  box-shadow: none !important;
}
.cid-t81LItPBHV .form-control::-webkit-input-placeholder {
  font-size: 1rem;
  color: #00072C;
}
.cid-t81LItPBHV .form-control::-moz-placeholder {
  font-size: 1rem;
  color: #00072C;
}
.cid-t81LItPBHV .form-control:-moz-placeholder {
  font-size: 1rem;
  color: #00072C;
}
.cid-t81LItPBHV .form-control:-ms-input-placeholder {
  font-size: 1rem;
  color: #00072C;
}
.cid-t81LItPBHV .form-text {
  color: #000000;
  margin-top: 5px;
  margin-bottom: 0;
  font-size: 1rem;
  padding: 0 !important;
}
.cid-t1CjhyUqbq {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
}
.cid-t1CjhyUqbq .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-t1CjhyUqbq .mbr-section-title {
  margin-bottom: 20px;
  color: #000000;
  text-align: center;
}
.cid-t1CjhyUqbq .mbr-text {
  margin-bottom: 50px;
}
.cid-t1CjhyUqbq .card_wrap {
  margin-bottom: 20px;
}
.cid-t1CjhyUqbq .item:nth-child(1) .icon_block svg polygon {
  fill: rgba(245, 114, 13, 0.07);
}
.cid-t1CjhyUqbq .item:nth-child(1) .mbr-iconfont {
  color: #f5720d;
}
.cid-t1CjhyUqbq .item:nth-child(2) .icon_block svg polygon {
  fill: rgba(204, 68, 131, 0.07);
}
.cid-t1CjhyUqbq .item:nth-child(2) .mbr-iconfont {
  color: #cc4483;
}
.cid-t1CjhyUqbq .item .icon_block {
  display: inline-block;
  position: relative;
  z-index: 1;
  margin-bottom: 28px;
  width: 90px;
  height: 90px;
}
.cid-t1CjhyUqbq .item .icon_block svg {
  width: 100px;
  height: 100px;
  transform: rotate(90deg);
}
.cid-t1CjhyUqbq .item .icon_block .mbr-iconfont {
  line-height: 100px;
  font-size: 36px;
  position: absolute;
  top: 0;
  left: 33px;
}
.cid-t1CjhyUqbq .card_title {
  margin-bottom: 18px;
  color: #000000;
  text-align: left;
}
.cid-t1CjhyUqbq .card_text {
  margin-bottom: 0;
  color: #000000;
  text-align: left;
}
.cid-t1CjhyUqbq .mbr-section-btn {
  margin-top: 30px;
}
.cid-t1CjhyUqbq .shape {
  z-index: -1;
  line-height: 1;
  position: absolute;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  max-width: 10px;
}
.cid-t1CjhyUqbq .shape_1 {
  top: 10px;
  left: 19px;
  width: 10px;
  height: 10px;
  background: #fff211;
  border-radius: 50%;
}
.cid-t1CjhyUqbq .shape_2 {
  top: 17px;
  right: 2px;
  width: 0;
  height: 0;
  border-bottom: 10px solid #cc4483;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  transform: rotate(22deg);
}
.cid-t1CjhyUqbq .shape_3 {
  left: 14px;
  bottom: 8px;
  width: 8px;
  height: 8px;
  background-color: #f5720d;
}
.cid-t1CjhyUqbq .shape_4 {
  right: -5px;
  bottom: 4px;
  width: 8px;
  height: 8px;
  background: #ff0000;
  transform: rotate(-45deg);
}
@media (min-width: 992px) {
  .cid-t1CjhyUqbq .text-wrapper {
    padding-right: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t1CjhyUqbq .text-wrapper {
    text-align: center;
  }
  .cid-t1CjhyUqbq .card_wrap {
    margin-bottom: 20px;
  }
  .cid-t1CjhyUqbq .icon_block {
    margin-bottom: 20px;
  }
  .cid-t1CjhyUqbq .card_title {
    margin-bottom: 10px;
  }
  .cid-t1CjhyUqbq .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-t1CjhyUqbq .mbr-text {
    margin-bottom: 25px;
  }
}
.cid-t1CjhyUqbq .mbr-text,
.cid-t1CjhyUqbq .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-t1CjhA5wrg.popup-builder {
  background-color: #ffffff;
}
.cid-t1CjhA5wrg.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-t1CjhA5wrg.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-t1CjhA5wrg .modal-content,
.cid-t1CjhA5wrg .modal-dialog {
  height: auto;
}
.cid-t1CjhA5wrg .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-t1CjhA5wrg .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-t1CjhA5wrg .form-wrapper .mbr-form .form-group,
  .cid-t1CjhA5wrg .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-t1CjhA5wrg .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-t1CjhA5wrg .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-t1CjhA5wrg .mbr-text {
  text-align: center;
}
.cid-t1CjhA5wrg .pt-0 {
  padding-top: 0 !important;
}
.cid-t1CjhA5wrg .pb-0 {
  padding-bottom: 0 !important;
}
.cid-t1CjhA5wrg .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-t1CjhA5wrg .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-t1CjhA5wrg .modal-open {
  overflow: hidden;
}
.cid-t1CjhA5wrg .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-t1CjhA5wrg .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-t1CjhA5wrg .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-t1CjhA5wrg .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-t1CjhA5wrg .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-t1CjhA5wrg .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-t1CjhA5wrg .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-t1CjhA5wrg .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-t1CjhA5wrg .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-t1CjhA5wrg .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-t1CjhA5wrg .modal-backdrop.fade {
  opacity: 0;
}
.cid-t1CjhA5wrg .modal-backdrop.show {
  opacity: .5;
}
.cid-t1CjhA5wrg .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-t1CjhA5wrg .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-t1CjhA5wrg .modal-header {
    padding: 1rem;
  }
}
.cid-t1CjhA5wrg .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-t1CjhA5wrg .modal-header .close svg {
  fill: #353535;
}
.cid-t1CjhA5wrg .modal-header .close:hover {
  opacity: 1;
}
.cid-t1CjhA5wrg .modal-header .close:focus {
  outline: none;
}
.cid-t1CjhA5wrg .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #000000;
}
.cid-t1CjhA5wrg .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-t1CjhA5wrg .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t1CjhA5wrg .modal-body {
    padding: 1rem;
  }
}
.cid-t1CjhA5wrg .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-t1CjhA5wrg .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t1CjhA5wrg .modal-footer {
    padding: 1rem;
  }
}
.cid-t1CjhA5wrg .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-t1CjhA5wrg .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-t1CjhA5wrg .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-t1CjhA5wrg .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-t1CjhA5wrg .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-t1CjhA5wrg .modal-lg,
  .cid-t1CjhA5wrg .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-t1CjhA5wrg .modal-xl {
    max-width: 1140px;
  }
}
.cid-t1CjhA5wrg .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-t1CjhA5wrg .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-t1CjhA5wrg .form-group {
  margin-bottom: 1rem;
}
.cid-t1CjhA5wrg .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-t1CjhA5wrg .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-t1CjhA5wrg .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-t1CjhA5wrg .mbr-section-btn {
  margin: 0;
}
.cid-t1CjhA5wrg .mbr-section-btn .btn {
  margin: 0;
}
.cid-t81GgxgR3x {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-t81GgxgR3x nav.navbar {
  position: fixed;
}
.cid-t81GgxgR3x .btn {
  box-shadow: 0px 30px 30px 0px rgba(0, 11, 40, 0.1);
}
.cid-t81GgxgR3x .dropdown-toggle[data-toggle="dropdown-submenu"]:before {
  font-family: Moririse2 !important;
  content: "\e909";
  display: inline-block;
  width: 10px;
  position: absolute;
  right: 25px;
  top: 40%;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: 10px;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
}
.cid-t81GgxgR3x .dropdown-toggle:after {
  content: none;
}
@media (min-width: 992px) {
  .cid-t81GgxgR3x .navbar-nav .nav-link:before {
    content: none;
  }
}
.cid-t81GgxgR3x .dropdown-menu {
  padding: 20px 0;
  min-width: 220px;
  box-shadow: -1px 2px 19px 3px rgba(0, 11, 40, 0.1);
  transition: all 0.3s ease-in-out;
  visibility: hidden;
  opacity: 0;
  transform: translateY(10px);
  display: initial;
}
.cid-t81GgxgR3x .navbar .dropdown.open > .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  display: block;
}
.cid-t81GgxgR3x .dropdown-item:hover,
.cid-t81GgxgR3x .dropdown-item:focus {
  background: rgba(65, 84, 241, 0.1) !important;
  color: #4154f1 !important;
}
.cid-t81GgxgR3x .nav-dropdown .link {
  padding: 35px 0 !important;
  margin-right: 40px !important;
}
.cid-t81GgxgR3x .nav-dropdown .nav-item:last-child .link {
  margin-right: 0 !important;
}
.cid-t81GgxgR3x .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  display: none;
}
.cid-t81GgxgR3x .nav-link {
  position: relative;
  line-height: 1;
}
.cid-t81GgxgR3x .nav-link:hover {
  color: #4154f1 !important;
}
.cid-t81GgxgR3x .container {
  display: flex;
  margin: auto;
}
.cid-t81GgxgR3x .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 17px;
  margin-right: 20px;
}
.cid-t81GgxgR3x .dropdown-menu,
.cid-t81GgxgR3x .navbar.opened {
  background: #4154f1 !important;
}
.cid-t81GgxgR3x .nav-item:focus,
.cid-t81GgxgR3x .nav-link:focus {
  outline: none;
}
.cid-t81GgxgR3x .dropdown .dropdown-menu .dropdown-item {
  width: 100%;
  transition: all 0.25s ease-in-out;
}
.cid-t81GgxgR3x .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t81GgxgR3x .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-t81GgxgR3x .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t81GgxgR3x .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t81GgxgR3x .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 6px 30px !important;
  transition: none;
  margin: 0 !important;
}
.cid-t81GgxgR3x .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  background: #4154f1;
}
.cid-t81GgxgR3x .navbar.navbar-short {
  box-shadow: 0 0 18px 1px rgba(0, 0, 0, 0.1);
  min-height: 60px;
}
.cid-t81GgxgR3x .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-t81GgxgR3x .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-t81GgxgR3x .navbar.opened {
  transition: all 0.3s;
}
.cid-t81GgxgR3x .navbar .dropdown-item {
  padding: 6px 30px;
}
.cid-t81GgxgR3x .navbar .navbar-logo img {
  width: auto;
}
.cid-t81GgxgR3x .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-t81GgxgR3x .navbar.collapsed {
  justify-content: center;
}
.cid-t81GgxgR3x .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t81GgxgR3x .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t81GgxgR3x .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-t81GgxgR3x .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t81GgxgR3x .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t81GgxgR3x .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  display: none;
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-t81GgxgR3x .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t81GgxgR3x .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 6px 30px;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-t81GgxgR3x .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t81GgxgR3x .navbar .dropdown-menu {
    display: none;
  }
  .cid-t81GgxgR3x .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t81GgxgR3x .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t81GgxgR3x .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    display: none;
    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-t81GgxgR3x .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-t81GgxgR3x .navbar ul.navbar-nav {
    padding: 15px;
  }
  .cid-t81GgxgR3x .navbar .dropdown-menu .dropdown-item {
    padding: 6px 30px !important;
    text-align: left;
  }
  .cid-t81GgxgR3x .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t81GgxgR3x .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t81GgxgR3x .navbar .navbar-buttons,
  .cid-t81GgxgR3x .navbar .icons-menu {
    display: none;
  }
  .cid-t81GgxgR3x .navbar .nav-dropdown .link {
    margin-right: 0 !important;
    padding-top: 12px !important;
    padding-bottom: 0 !important;
    margin-bottom: 20px !important;
  }
}
.cid-t81GgxgR3x .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-t81GgxgR3x .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t81GgxgR3x .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t81GgxgR3x .dropdown-item.active,
.cid-t81GgxgR3x .dropdown-item:active {
  background-color: transparent;
}
.cid-t81GgxgR3x .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t81GgxgR3x .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #4154f1;
}
.cid-t81GgxgR3x .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t81GgxgR3x ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t81GgxgR3x .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-t81GgxgR3x button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-t81GgxgR3x button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-t81GgxgR3x button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t81GgxgR3x button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t81GgxgR3x button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t81GgxgR3x button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t81GgxgR3x nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t81GgxgR3x nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t81GgxgR3x nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t81GgxgR3x nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t81GgxgR3x .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-t81GgxgR3x a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-t81GgxgR3x .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  text-align: center;
  margin-right: 15px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-t81GgxgR3x .navbar {
    height: 70px;
  }
  .cid-t81GgxgR3x .navbar.opened {
    height: auto;
  }
  .cid-t81GgxgR3x .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t81LItPBHV {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-t81LItPBHV .container {
  display: flex;
  justify-content: center;
}
.cid-t81LItPBHV .row {
  display: flex;
  align-items: stretch;
  max-width: 1194px;
  width: 100%;
}
.cid-t81LItPBHV .col-brand {
  margin-bottom: 40px;
}
.cid-t81LItPBHV .col-link {
  margin-bottom: 30px;
}
@media (min-width: 1200px) {
  .cid-t81LItPBHV .col-link3 {
    padding-left: 60px !important;
  }
}
.cid-t81LItPBHV .navbar-brand {
  display: flex;
  flex-basis: auto;
  word-break: break-word;
  min-height: 40px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 25px;
  padding: 0;
  transition: all 0.3s;
  z-index: 1;
}
.cid-t81LItPBHV .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-t81LItPBHV .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-t81LItPBHV .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t81LItPBHV .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t81LItPBHV .mbr-section-subtitle {
  color: #010d4c;
  margin-bottom: 20px;
}
.cid-t81LItPBHV .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-t81LItPBHV .mbr-iconfont {
  font-size: 16px;
  color: #4154f1;
}
.cid-t81LItPBHV .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  background-color: #eef4fb;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 5px;
  min-height: 30px;
  min-width: 30px;
}
.cid-t81LItPBHV .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t81LItPBHV .soc-item:hover {
  background-color: #738bae;
}
.cid-t81LItPBHV .soc-item:hover .mbr-iconfont {
  color: #FFFFFF !important;
}
.cid-t81LItPBHV .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #010d4c;
}
.cid-t81LItPBHV .list li {
  min-height: 44px;
  display: flex;
  align-items: center;
}
.cid-t81LItPBHV .list a {
  min-height: 44px;
  display: flex;
  align-items: center;
}
.cid-t81LItPBHV .brand-text {
  margin-bottom: 35px;
  color: #00284E;
  opacity: 0.8;
}
.cid-t81LItPBHV .mbr-text {
  color: #00284E;
  opacity: 0.8;
}
.cid-t81LItPBHV .mbr-text .text-black {
  color: #00284E !important;
}
.cid-t81LItPBHV .mbr-text a {
  opacity: 0.8;
}
.cid-t81LItPBHV .mbr-text a:hover {
  opacity: 1;
  color: #4154f1 !important;
}
.cid-t81LItPBHV .col-copyright {
  margin-top: 44px;
}
.cid-t81LItPBHV .copyright {
  color: #000000;
  opacity: 0.8;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-t81LItPBHV .copyright {
    text-align: center !important;
  }
}
.cid-t81LItPBHV .comment-text {
  color: #000000;
  opacity: 0.8;
  margin-bottom: 38px;
}
.cid-t81LItPBHV .colored-text {
  color: #4154f1;
  line-height: inherit;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  opacity: 1;
}
.cid-t81LItPBHV .dragArea {
  width: 100%;
  max-width: 100%;
  margin-left: auto !important;
  margin-right: 0 !important;
}
.cid-t81LItPBHV .form-container {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  width: 100%;
  background-color: rgba(68, 109, 255, 0.07);
  box-shadow: 0 10px 20px rgba(0, 33, 63, 0.03);
  margin: 0;
  border-radius: 8px;
  padding: 8px 0 !important;
}
.cid-t81LItPBHV .form-container .form-control {
  background-color: transparent;
}
.cid-t81LItPBHV .form-group {
  flex-grow: 1;
  margin-bottom: 0 !important;
}
.cid-t81LItPBHV .mbr-section-btn {
  padding-left: 0 !important;
}
.cid-t81LItPBHV .mbr-section-btn .btn {
  width: 115px;
  border-radius: 8px;
  min-height: 54px;
  word-break: normal;
}
@media (max-width: 1199px) {
  .cid-t81LItPBHV .mbr-section-btn .btn {
    width: 100px;
    min-height: 44px;
    padding: 5px 10px;
  }
}
.cid-t81LItPBHV .mbr-section-btn .btn-primary:hover {
  background-color: #fff211 !important;
  color: #ffffff !important;
}
.cid-t81LItPBHV .mbr-section-btn .btn-secondary:hover {
  background-color: #fff211 !important;
  color: #ffffff !important;
}
.cid-t81LItPBHV .form-control {
  width: 100%;
  background-color: #FFFFFF;
  border: none !important;
  box-shadow: none !important;
  padding: 5px 0 5px 15px;
  height: 54px;
}
@media (max-width: 1199px) {
  .cid-t81LItPBHV .form-control {
    height: 44px;
  }
}
.cid-t81LItPBHV .form-control:hover,
.cid-t81LItPBHV .form-control:focus {
  border: none !important;
  box-shadow: none !important;
}
.cid-t81LItPBHV .form-control::-webkit-input-placeholder {
  font-size: 1rem;
  color: #00072C;
}
.cid-t81LItPBHV .form-control::-moz-placeholder {
  font-size: 1rem;
  color: #00072C;
}
.cid-t81LItPBHV .form-control:-moz-placeholder {
  font-size: 1rem;
  color: #00072C;
}
.cid-t81LItPBHV .form-control:-ms-input-placeholder {
  font-size: 1rem;
  color: #00072C;
}
.cid-t81LItPBHV .form-text {
  color: #000000;
  margin-top: 5px;
  margin-bottom: 0;
  font-size: 1rem;
  padding: 0 !important;
}
.cid-t81GgxgR3x {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-t81GgxgR3x nav.navbar {
  position: fixed;
}
.cid-t81GgxgR3x .btn {
  box-shadow: 0px 30px 30px 0px rgba(0, 11, 40, 0.1);
}
.cid-t81GgxgR3x .dropdown-toggle[data-toggle="dropdown-submenu"]:before {
  font-family: Moririse2 !important;
  content: "\e909";
  display: inline-block;
  width: 10px;
  position: absolute;
  right: 25px;
  top: 40%;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: 10px;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
}
.cid-t81GgxgR3x .dropdown-toggle:after {
  content: none;
}
@media (min-width: 992px) {
  .cid-t81GgxgR3x .navbar-nav .nav-link:before {
    content: none;
  }
}
.cid-t81GgxgR3x .dropdown-menu {
  padding: 20px 0;
  min-width: 220px;
  box-shadow: -1px 2px 19px 3px rgba(0, 11, 40, 0.1);
  transition: all 0.3s ease-in-out;
  visibility: hidden;
  opacity: 0;
  transform: translateY(10px);
  display: initial;
}
.cid-t81GgxgR3x .navbar .dropdown.open > .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  display: block;
}
.cid-t81GgxgR3x .dropdown-item:hover,
.cid-t81GgxgR3x .dropdown-item:focus {
  background: rgba(65, 84, 241, 0.1) !important;
  color: #4154f1 !important;
}
.cid-t81GgxgR3x .nav-dropdown .link {
  padding: 35px 0 !important;
  margin-right: 40px !important;
}
.cid-t81GgxgR3x .nav-dropdown .nav-item:last-child .link {
  margin-right: 0 !important;
}
.cid-t81GgxgR3x .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  display: none;
}
.cid-t81GgxgR3x .nav-link {
  position: relative;
  line-height: 1;
}
.cid-t81GgxgR3x .nav-link:hover {
  color: #4154f1 !important;
}
.cid-t81GgxgR3x .container {
  display: flex;
  margin: auto;
}
.cid-t81GgxgR3x .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 17px;
  margin-right: 20px;
}
.cid-t81GgxgR3x .dropdown-menu,
.cid-t81GgxgR3x .navbar.opened {
  background: #4154f1 !important;
}
.cid-t81GgxgR3x .nav-item:focus,
.cid-t81GgxgR3x .nav-link:focus {
  outline: none;
}
.cid-t81GgxgR3x .dropdown .dropdown-menu .dropdown-item {
  width: 100%;
  transition: all 0.25s ease-in-out;
}
.cid-t81GgxgR3x .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t81GgxgR3x .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-t81GgxgR3x .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t81GgxgR3x .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t81GgxgR3x .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 6px 30px !important;
  transition: none;
  margin: 0 !important;
}
.cid-t81GgxgR3x .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  background: #4154f1;
}
.cid-t81GgxgR3x .navbar.navbar-short {
  box-shadow: 0 0 18px 1px rgba(0, 0, 0, 0.1);
  min-height: 60px;
}
.cid-t81GgxgR3x .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-t81GgxgR3x .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-t81GgxgR3x .navbar.opened {
  transition: all 0.3s;
}
.cid-t81GgxgR3x .navbar .dropdown-item {
  padding: 6px 30px;
}
.cid-t81GgxgR3x .navbar .navbar-logo img {
  width: auto;
}
.cid-t81GgxgR3x .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-t81GgxgR3x .navbar.collapsed {
  justify-content: center;
}
.cid-t81GgxgR3x .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t81GgxgR3x .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t81GgxgR3x .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-t81GgxgR3x .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t81GgxgR3x .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t81GgxgR3x .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  display: none;
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-t81GgxgR3x .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t81GgxgR3x .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 6px 30px;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-t81GgxgR3x .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t81GgxgR3x .navbar .dropdown-menu {
    display: none;
  }
  .cid-t81GgxgR3x .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t81GgxgR3x .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t81GgxgR3x .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    display: none;
    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-t81GgxgR3x .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-t81GgxgR3x .navbar ul.navbar-nav {
    padding: 15px;
  }
  .cid-t81GgxgR3x .navbar .dropdown-menu .dropdown-item {
    padding: 6px 30px !important;
    text-align: left;
  }
  .cid-t81GgxgR3x .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t81GgxgR3x .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t81GgxgR3x .navbar .navbar-buttons,
  .cid-t81GgxgR3x .navbar .icons-menu {
    display: none;
  }
  .cid-t81GgxgR3x .navbar .nav-dropdown .link {
    margin-right: 0 !important;
    padding-top: 12px !important;
    padding-bottom: 0 !important;
    margin-bottom: 20px !important;
  }
}
.cid-t81GgxgR3x .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-t81GgxgR3x .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t81GgxgR3x .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t81GgxgR3x .dropdown-item.active,
.cid-t81GgxgR3x .dropdown-item:active {
  background-color: transparent;
}
.cid-t81GgxgR3x .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t81GgxgR3x .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #4154f1;
}
.cid-t81GgxgR3x .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t81GgxgR3x ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t81GgxgR3x .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-t81GgxgR3x button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-t81GgxgR3x button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-t81GgxgR3x button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t81GgxgR3x button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t81GgxgR3x button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t81GgxgR3x button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t81GgxgR3x nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t81GgxgR3x nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t81GgxgR3x nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t81GgxgR3x nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t81GgxgR3x .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-t81GgxgR3x a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-t81GgxgR3x .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  text-align: center;
  margin-right: 15px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-t81GgxgR3x .navbar {
    height: 70px;
  }
  .cid-t81GgxgR3x .navbar.opened {
    height: auto;
  }
  .cid-t81GgxgR3x .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tcwUQRLdKX {
  background-image: url("../../../assets/images/mbr-3.png");
}
.cid-tcwUQRLdKX .mbr-section-title {
  color: #ffffff;
}
.cid-tcwUQRLdKX .mbr-text,
.cid-tcwUQRLdKX .mbr-section-btn {
  color: #fafafa;
}
.cid-tcwUQRLdKX .mbr-section-subtitle {
  color: #ffffff;
}
.cid-t81LItPBHV {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-t81LItPBHV .container {
  display: flex;
  justify-content: center;
}
.cid-t81LItPBHV .row {
  display: flex;
  align-items: stretch;
  max-width: 1194px;
  width: 100%;
}
.cid-t81LItPBHV .col-brand {
  margin-bottom: 40px;
}
.cid-t81LItPBHV .col-link {
  margin-bottom: 30px;
}
@media (min-width: 1200px) {
  .cid-t81LItPBHV .col-link3 {
    padding-left: 60px !important;
  }
}
.cid-t81LItPBHV .navbar-brand {
  display: flex;
  flex-basis: auto;
  word-break: break-word;
  min-height: 40px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 25px;
  padding: 0;
  transition: all 0.3s;
  z-index: 1;
}
.cid-t81LItPBHV .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-t81LItPBHV .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-t81LItPBHV .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t81LItPBHV .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t81LItPBHV .mbr-section-subtitle {
  color: #010d4c;
  margin-bottom: 20px;
}
.cid-t81LItPBHV .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-t81LItPBHV .mbr-iconfont {
  font-size: 16px;
  color: #4154f1;
}
.cid-t81LItPBHV .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  background-color: #eef4fb;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 5px;
  min-height: 30px;
  min-width: 30px;
}
.cid-t81LItPBHV .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t81LItPBHV .soc-item:hover {
  background-color: #738bae;
}
.cid-t81LItPBHV .soc-item:hover .mbr-iconfont {
  color: #FFFFFF !important;
}
.cid-t81LItPBHV .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #010d4c;
}
.cid-t81LItPBHV .list li {
  min-height: 44px;
  display: flex;
  align-items: center;
}
.cid-t81LItPBHV .list a {
  min-height: 44px;
  display: flex;
  align-items: center;
}
.cid-t81LItPBHV .brand-text {
  margin-bottom: 35px;
  color: #00284E;
  opacity: 0.8;
}
.cid-t81LItPBHV .mbr-text {
  color: #00284E;
  opacity: 0.8;
}
.cid-t81LItPBHV .mbr-text .text-black {
  color: #00284E !important;
}
.cid-t81LItPBHV .mbr-text a {
  opacity: 0.8;
}
.cid-t81LItPBHV .mbr-text a:hover {
  opacity: 1;
  color: #4154f1 !important;
}
.cid-t81LItPBHV .col-copyright {
  margin-top: 44px;
}
.cid-t81LItPBHV .copyright {
  color: #000000;
  opacity: 0.8;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-t81LItPBHV .copyright {
    text-align: center !important;
  }
}
.cid-t81LItPBHV .comment-text {
  color: #000000;
  opacity: 0.8;
  margin-bottom: 38px;
}
.cid-t81LItPBHV .colored-text {
  color: #4154f1;
  line-height: inherit;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  opacity: 1;
}
.cid-t81LItPBHV .dragArea {
  width: 100%;
  max-width: 100%;
  margin-left: auto !important;
  margin-right: 0 !important;
}
.cid-t81LItPBHV .form-container {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  width: 100%;
  background-color: rgba(68, 109, 255, 0.07);
  box-shadow: 0 10px 20px rgba(0, 33, 63, 0.03);
  margin: 0;
  border-radius: 8px;
  padding: 8px 0 !important;
}
.cid-t81LItPBHV .form-container .form-control {
  background-color: transparent;
}
.cid-t81LItPBHV .form-group {
  flex-grow: 1;
  margin-bottom: 0 !important;
}
.cid-t81LItPBHV .mbr-section-btn {
  padding-left: 0 !important;
}
.cid-t81LItPBHV .mbr-section-btn .btn {
  width: 115px;
  border-radius: 8px;
  min-height: 54px;
  word-break: normal;
}
@media (max-width: 1199px) {
  .cid-t81LItPBHV .mbr-section-btn .btn {
    width: 100px;
    min-height: 44px;
    padding: 5px 10px;
  }
}
.cid-t81LItPBHV .mbr-section-btn .btn-primary:hover {
  background-color: #fff211 !important;
  color: #ffffff !important;
}
.cid-t81LItPBHV .mbr-section-btn .btn-secondary:hover {
  background-color: #fff211 !important;
  color: #ffffff !important;
}
.cid-t81LItPBHV .form-control {
  width: 100%;
  background-color: #FFFFFF;
  border: none !important;
  box-shadow: none !important;
  padding: 5px 0 5px 15px;
  height: 54px;
}
@media (max-width: 1199px) {
  .cid-t81LItPBHV .form-control {
    height: 44px;
  }
}
.cid-t81LItPBHV .form-control:hover,
.cid-t81LItPBHV .form-control:focus {
  border: none !important;
  box-shadow: none !important;
}
.cid-t81LItPBHV .form-control::-webkit-input-placeholder {
  font-size: 1rem;
  color: #00072C;
}
.cid-t81LItPBHV .form-control::-moz-placeholder {
  font-size: 1rem;
  color: #00072C;
}
.cid-t81LItPBHV .form-control:-moz-placeholder {
  font-size: 1rem;
  color: #00072C;
}
.cid-t81LItPBHV .form-control:-ms-input-placeholder {
  font-size: 1rem;
  color: #00072C;
}
.cid-t81LItPBHV .form-text {
  color: #000000;
  margin-top: 5px;
  margin-bottom: 0;
  font-size: 1rem;
  padding: 0 !important;
}
.cid-t81ZoWmKTg.popup-builder {
  background-color: #ffffff;
}
.cid-t81ZoWmKTg.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-t81ZoWmKTg.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-t81ZoWmKTg .modal-content,
.cid-t81ZoWmKTg .modal-dialog {
  height: auto;
}
.cid-t81ZoWmKTg .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-t81ZoWmKTg .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-t81ZoWmKTg .form-wrapper .mbr-form .form-group,
  .cid-t81ZoWmKTg .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-t81ZoWmKTg .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-t81ZoWmKTg .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-t81ZoWmKTg .mbr-text {
  text-align: center;
}
.cid-t81ZoWmKTg .pt-0 {
  padding-top: 0 !important;
}
.cid-t81ZoWmKTg .pb-0 {
  padding-bottom: 0 !important;
}
.cid-t81ZoWmKTg .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-t81ZoWmKTg .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-t81ZoWmKTg .modal-open {
  overflow: hidden;
}
.cid-t81ZoWmKTg .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-t81ZoWmKTg .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-t81ZoWmKTg .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-t81ZoWmKTg .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-t81ZoWmKTg .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-t81ZoWmKTg .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-t81ZoWmKTg .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-t81ZoWmKTg .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-t81ZoWmKTg .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-t81ZoWmKTg .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-t81ZoWmKTg .modal-backdrop.fade {
  opacity: 0;
}
.cid-t81ZoWmKTg .modal-backdrop.show {
  opacity: .5;
}
.cid-t81ZoWmKTg .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-t81ZoWmKTg .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-t81ZoWmKTg .modal-header {
    padding: 1rem;
  }
}
.cid-t81ZoWmKTg .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-t81ZoWmKTg .modal-header .close svg {
  fill: #353535;
}
.cid-t81ZoWmKTg .modal-header .close:hover {
  opacity: 1;
}
.cid-t81ZoWmKTg .modal-header .close:focus {
  outline: none;
}
.cid-t81ZoWmKTg .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #000000;
}
.cid-t81ZoWmKTg .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-t81ZoWmKTg .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t81ZoWmKTg .modal-body {
    padding: 1rem;
  }
}
.cid-t81ZoWmKTg .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-t81ZoWmKTg .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t81ZoWmKTg .modal-footer {
    padding: 1rem;
  }
}
.cid-t81ZoWmKTg .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-t81ZoWmKTg .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-t81ZoWmKTg .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-t81ZoWmKTg .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-t81ZoWmKTg .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-t81ZoWmKTg .modal-lg,
  .cid-t81ZoWmKTg .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-t81ZoWmKTg .modal-xl {
    max-width: 1140px;
  }
}
.cid-t81ZoWmKTg .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-t81ZoWmKTg .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-t81ZoWmKTg .form-group {
  margin-bottom: 1rem;
}
.cid-t81ZoWmKTg .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-t81ZoWmKTg .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-t81ZoWmKTg .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-t81ZoWmKTg .mbr-section-btn {
  margin: 0;
}
.cid-t81ZoWmKTg .mbr-section-btn .btn {
  margin: 0;
}
