.mbr-section-btn .btn {
  border-radius: 50px !important;
}
body {
  font-family: Heebo;
}
.display-1 {
  font-family: 'Roboto', sans-serif;
  font-size: 4.375rem;
  line-height: 1.14285714;
}
.display-1 > .mbr-iconfont {
  font-size: 7rem;
}
.display-2 {
  font-family: 'Rubik', sans-serif;
  font-size: 3rem;
  line-height: 1.25;
}
.display-2 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-4 {
  font-family: 'Rubik', sans-serif;
  font-weight: 400;
  font-size: 0.9rem;
  line-height: 2.22222222;
}
.display-4 > .mbr-iconfont {
  font-size: 0.9rem;
}
.display-5 {
  font-family: 'Rubik', sans-serif;
  font-size: 1.5rem;
  line-height: 1.66666667;
}
.display-5 > .mbr-iconfont {
  font-size: 2.4rem;
}
.display-7 {
  font-family: 'Rubik', sans-serif;
  font-size: 1.25rem;
  line-height: 1.6;
}
.display-7 > .mbr-iconfont {
  font-size: 2rem;
}
/* ---- 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: 768px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.18125rem + (4.375 - 2.18125) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.18125rem + (4.375 - 2.18125) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1rem;
    font-size: calc( 1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0 20px;
  border-radius: 4px;
}
.btn-sm {
  padding: 0 10px;
  border-radius: 4px;
}
.btn-md {
  padding: 0 20px;
  border-radius: 3px;
}
.btn-lg {
  padding: 0 20px;
  border-radius: 5px;
}
.bg-primary {
  background-color: #3c40df !important;
}
.bg-success {
  background-color: #2dcc40 !important;
}
.bg-info {
  background-color: #ff6400 !important;
}
.bg-warning {
  background-color: #b0dbec !important;
}
.bg-danger {
  background-color: #17b989 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #3c40df !important;
  border-color: #3c40df !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #3c40df;
  border-color: #3c40df;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #3c40df !important;
  border-color: #3c40df !important;
}
.btn-primary:hover {
  background-color: #2125c7 !important;
  border-color: #2125c7 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #606f7b !important;
  border-color: #606f7b !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #606f7b;
  border-color: #606f7b;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #606f7b !important;
  border-color: #606f7b !important;
}
.btn-secondary:hover {
  background-color: #4a555e !important;
  border-color: #4a555e !important;
}
.btn-info,
.btn-info:active {
  background-color: #ff6400 !important;
  border-color: #ff6400 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #ff6400;
  border-color: #ff6400;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #ff6400 !important;
  border-color: #ff6400 !important;
}
.btn-info:hover {
  background-color: #cc5000 !important;
  border-color: #cc5000 !important;
}
.btn-success,
.btn-success:active {
  background-color: #2dcc40 !important;
  border-color: #2dcc40 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #2dcc40;
  border-color: #2dcc40;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2dcc40 !important;
  border-color: #2dcc40 !important;
}
.btn-success:hover {
  background-color: #24a233 !important;
  border-color: #24a233 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #b0dbec !important;
  border-color: #b0dbec !important;
  color: #1e637f !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #1e637f !important;
  background-color: #b0dbec;
  border-color: #b0dbec;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #1e637f !important;
  background-color: #b0dbec !important;
  border-color: #b0dbec !important;
}
.btn-warning:hover {
  background-color: #d9eef6 !important;
  border-color: #d9eef6 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #17b989 !important;
  border-color: #17b989 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #17b989;
  border-color: #17b989;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #17b989 !important;
  border-color: #17b989 !important;
}
.btn-danger:hover {
  background-color: #20e3a9 !important;
  border-color: #118c67 !important;
}
.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: #808080 !important;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-white:hover {
  background-color: #f7f7f7 !important;
  border-color: #f7f7f7 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #333333;
  border-color: #333333;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-black:hover {
  background-color: #666666 !important;
  border-color: #666666 !important;
}
.btn-primary-outline {
  border: 1px solid;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #3c40df;
  color: #3c40df;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff !important;
  background: #3c40df !important;
  border-color: #3c40df;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #3c40df !important;
  border-color: #3c40df !important;
}
.btn-secondary-outline {
  border: 1px solid;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #606f7b;
  color: #606f7b;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff !important;
  background: #606f7b !important;
  border-color: #606f7b;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #606f7b !important;
  border-color: #606f7b !important;
}
.btn-info-outline {
  border: 1px solid;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #ff6400;
  color: #ff6400;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff !important;
  background: #ff6400 !important;
  border-color: #ff6400;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #ff6400 !important;
  border-color: #ff6400 !important;
}
.btn-success-outline {
  border: 1px solid;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #2dcc40;
  color: #2dcc40;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff !important;
  background: #2dcc40 !important;
  border-color: #2dcc40;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #2dcc40 !important;
  border-color: #2dcc40 !important;
}
.btn-warning-outline {
  border: 1px solid;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #b0dbec;
  color: #b0dbec;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #1e637f !important;
  background: #b0dbec !important;
  border-color: #b0dbec;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #1e637f !important;
  background-color: #b0dbec !important;
  border-color: #b0dbec !important;
}
.btn-danger-outline {
  border: 1px solid;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #17b989;
  color: #17b989;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff !important;
  background: #17b989 !important;
  border-color: #17b989;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #17b989 !important;
  border-color: #17b989 !important;
}
.btn-black-outline {
  border: 1px solid;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #333333;
  color: #333333;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff !important;
  background: #333333 !important;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline {
  border: 1px solid;
}
.btn-white-outline,
.btn-white-outline:active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #808080 !important;
  background: #ffffff !important;
  border-color: #ffffff;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-white-outline.btn {
  color: #333333 !important;
}
.text-primary {
  color: #3c40df !important;
}
.text-secondary {
  color: #606f7b !important;
}
.text-success {
  color: #2dcc40 !important;
}
.text-info {
  color: #ff6400 !important;
}
.text-warning {
  color: #b0dbec !important;
}
.text-danger {
  color: #17b989 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #1a1d9b !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #333b42 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #1b7826 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #993c00 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #b0dbec !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #0c5e46 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #666666 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #3c40df !important;
}
.alert-success {
  background-color: #2dcc40;
}
.alert-info {
  background-color: #ff6400;
}
.alert-warning {
  background-color: #b0dbec;
}
.alert-danger {
  background-color: #17b989;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 50px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none;
}
.mbr-gallery-filter li a {
  border-radius: 50px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #3c40df;
  border-color: #3c40df;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 50px !important;
}
a,
a:hover {
  color: #3c40df;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ebecfc;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #d0f5d5;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffe0cc;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #64ecc3;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Rubik', sans-serif;
  font-size: 1.25rem;
  line-height: 1.6;
}
.form-control > .mbr-iconfont {
  font-size: 2rem;
}
blockquote {
  border-color: #3c40df;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.mbr-form .input-group-btn a.btn {
  border-radius: 50px !important;
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 50px !important;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #3c40df;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #3c40df;
  border-bottom-color: #3c40df;
}
.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: #3c40df !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: #606f7b !important;
  box-shadow: none !important;
}
.sidebar-block .mbr-gallery-item .galleryItem .onsale {
  top: 0px;
}
.sidebar-block .mbr-gallery-item .galleryItem .sidebar_wraper {
  bottom: -35px;
  margin-left: 1rem;
}
.cid-s1rd6DNH86 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-s1rd6DNH86 .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-s1rd6DNH86 .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-s1rd6DNH86 .navbar .navbar-buttons {
  flex-wrap: wrap;
}
.cid-s1rd6DNH86 .navbar .navbar-collapse {
  transition: none;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-s1rd6DNH86 .navbar.collapsed {
  flex-wrap: nowrap;
}
.cid-s1rd6DNH86 .navbar.collapsed.opened {
  text-align: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  margin-left: auto;
  max-width: 20rem ;
  height: 100vh;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-s1rd6DNH86 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-s1rd6DNH86 .navbar.collapsed.opened .navbar-toggler {
  -webkit-order: -1;
  order: -1;
  -webkit-align-self: flex-end !important;
  align-self: flex-end !important;
  margin: 1rem 0 0 0;
}
.cid-s1rd6DNH86 .navbar.collapsed.opened .navbar-collapse {
  -webkit-flex-basis: initial;
  flex-basis: initial;
}
.cid-s1rd6DNH86 .navbar.collapsed.opened .navbar-collapse.show,
.cid-s1rd6DNH86 .navbar.collapsed.opened .navbar-collapse.collapsing {
  display: block;
}
.cid-s1rd6DNH86 .navbar.collapsed:not(.opened) {
  flex-direction: row !important;
}
.cid-s1rd6DNH86 .navbar.collapsed:not(.opened) .navbar-collapse {
  display: none !important;
}
.cid-s1rd6DNH86 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-s1rd6DNH86 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s1rd6DNH86 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-s1rd6DNH86 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-s1rd6DNH86 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-s1rd6DNH86 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-s1rd6DNH86 .navbar {
    flex-wrap: nowrap;
  }
  .cid-s1rd6DNH86 .navbar.opened {
    text-align: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-left: auto;
    max-width: 20rem ;
    height: 100vh;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .cid-s1rd6DNH86 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s1rd6DNH86 .navbar.opened .navbar-toggler {
    -webkit-order: -1;
    order: -1;
    -webkit-align-self: flex-end !important;
    align-self: flex-end !important;
    margin: 1rem 0 0 0;
  }
  .cid-s1rd6DNH86 .navbar.opened .navbar-collapse {
    -webkit-flex-basis: initial;
    flex-basis: initial;
    height: auto !important;
    max-height: 100vh;
  }
  .cid-s1rd6DNH86 .navbar.opened .navbar-collapse.show,
  .cid-s1rd6DNH86 .navbar.opened .navbar-collapse.collapsing {
    display: block;
  }
  .cid-s1rd6DNH86 .navbar:not(.opened) .navbar-collapse {
    display: none !important;
  }
  .cid-s1rd6DNH86 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-s1rd6DNH86 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s1rd6DNH86 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s1rd6DNH86 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-s1rd6DNH86 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s1rd6DNH86 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s1rd6DNH86 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-s1rd6DNH86 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
}
.cid-s1rd6DNH86 .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-s1rd6DNH86 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s1rd6DNH86 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s1rd6DNH86 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-s1rd6DNH86 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s1rd6DNH86 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s1rd6DNH86 .dropdown-item.active,
.cid-s1rd6DNH86 .dropdown-item:active {
  background-color: transparent;
}
.cid-s1rd6DNH86 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s1rd6DNH86 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s1rd6DNH86 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s1rd6DNH86 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-s1rd6DNH86 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-s1rd6DNH86 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s1rd6DNH86 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-s1rd6DNH86 .navbar-buttons {
  text-align: center;
}
.cid-s1rd6DNH86 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-s1rd6DNH86 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #042daf;
}
.cid-s1rd6DNH86 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s1rd6DNH86 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s1rd6DNH86 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s1rd6DNH86 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s1rd6DNH86 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s1rd6DNH86 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s1rd6DNH86 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s1rd6DNH86 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s1rd6DNH86 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-s1rd6DNH86 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 2px;
}
.cid-s1rd6DNH86 a.nav-link:focus {
  outline: none;
}
.cid-s1rd6DNH86 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-s1rd6DNH86 .nav-link:hover,
.cid-s1rd6DNH86 .dropdown-item:hover {
  color: #c1c1c1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-s1rd6DNH86 .navbar-dropdown.collapsed.opened {
    left: auto;
  }
  .cid-s1rd6DNH86 .navbar-dropdown.collapsed.opened .navbar-collapse {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-s1qYLPIajl {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #353535;
}
.cid-s1qYLPIajl .mbr-text {
  color: #e9e9e9;
  text-align: center;
}
.cid-s1kYdx1wXO {
  display: flex;
  padding-top: 30px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/background11.jpg");
}
.cid-s1kYdx1wXO .mbr-overlay {
  background: #1516b0;
  background: linear-gradient(90deg, #1516b0, #adcde9);
}
.cid-s1kYdx1wXO .mbr-section-title {
  margin: 0;
}
.cid-s1kYdx1wXO .mbr-text {
  color: #efefef;
}
.cid-s1kYdx1wXO .card-title {
  text-align: left;
  color: #ffffff;
}
.cid-s1kYdx1wXO .card-img {
  text-align: left;
}
.cid-s1kYdx1wXO .card .card-img span {
  font-size: 60px;
  color: #ffffff;
}
.cid-s1kYdx1wXO .header-content {
  margin-left: 3rem;
  margin-right: 3rem;
  -webkit-align-self: stretch;
  align-self: stretch;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-s1kYdx1wXO .header-content .text-row {
  margin: auto 0;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s1kYdx1wXO .features-row {
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-s1kYdx1wXO .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-s1kYdx1wXO .header-content {
    margin-right: 0;
    margin-left: 0;
  }
}
.cid-s1kYdx1wXO .card-title,
.cid-s1kYdx1wXO .card-img {
  text-align: center;
}
.cid-s1kYdx1wXO .title-cont,
.cid-s1kYdx1wXO .mbr-section-title {
  color: #ecca77;
}
.cid-s2hW20oUbE {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #1e2149;
}
.cid-s2hW20oUbE .mbr-text {
  line-height: 1.5;
  color: #fbfcff;
}
.cid-s2hW20oUbE .container2 {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cid-s2hW20oUbE .container2 input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.cid-s2hW20oUbE .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}
.cid-s2hW20oUbE .container2:hover input ~ .checkmark {
  background-color: #ccc;
}
.cid-s2hW20oUbE .container2 input:checked ~ .checkmark {
  background-color: #17b989;
}
.cid-s2hW20oUbE .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.cid-s2hW20oUbE .container2 input:checked ~ .checkmark:after {
  display: block;
}
.cid-s2hW20oUbE .container2 .checkmark:after {
  left: 10px;
  top: 7px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cid-s2hW20oUbE .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-s2nnGPtTs4 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #def0fa;
}
.cid-s2nnGPtTs4 h4 {
  margin-bottom: 0;
  text-align: left;
}
.cid-s2nnGPtTs4 .card-box {
  padding-top: 3rem;
}
.cid-s2nnGPtTs4 .mbr-link-btn {
  width: 100%;
  text-align: center;
}
.cid-s2nnGPtTs4 .btn-md {
  padding: 1rem;
}
.cid-s2nnGPtTs4 .btn-primary-outline,
.cid-s2nnGPtTs4 .btn-secondary-outline,
.cid-s2nnGPtTs4 .btn-info-outline,
.cid-s2nnGPtTs4 .btn-success-outline,
.cid-s2nnGPtTs4 .btn-warning-outline,
.cid-s2nnGPtTs4 .btn-danger-outline,
.cid-s2nnGPtTs4 .btn-black-outline,
.cid-s2nnGPtTs4 .btn-white-outline {
  border: none;
  width: 100%;
  justify-content: space-between;
  padding: 0;
  margin: 0 0.25rem!important;
  box-shadow: none!important;
}
.cid-s2nnGPtTs4 .btn-primary-outline span,
.cid-s2nnGPtTs4 .btn-secondary-outline span,
.cid-s2nnGPtTs4 .btn-info-outline span,
.cid-s2nnGPtTs4 .btn-success-outline span,
.cid-s2nnGPtTs4 .btn-warning-outline span,
.cid-s2nnGPtTs4 .btn-danger-outline span,
.cid-s2nnGPtTs4 .btn-black-outline span,
.cid-s2nnGPtTs4 .btn-white-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-s2nnGPtTs4 .btn-primary-outline:hover span,
.cid-s2nnGPtTs4 .btn-secondary-outline:hover span,
.cid-s2nnGPtTs4 .btn-info-outline:hover span,
.cid-s2nnGPtTs4 .btn-success-outline:hover span,
.cid-s2nnGPtTs4 .btn-warning-outline:hover span,
.cid-s2nnGPtTs4 .btn-danger-outline:hover span,
.cid-s2nnGPtTs4 .btn-black-outline:hover span,
.cid-s2nnGPtTs4 .btn-white-outline:hover span {
  padding-left: 10px;
}
.cid-s2nnGPtTs4 .btn-primary-outline:hover,
.cid-s2nnGPtTs4 .btn-secondary-outline:hover,
.cid-s2nnGPtTs4 .btn-info-outline:hover,
.cid-s2nnGPtTs4 .btn-success-outline:hover,
.cid-s2nnGPtTs4 .btn-warning-outline:hover,
.cid-s2nnGPtTs4 .btn-danger-outline:hover,
.cid-s2nnGPtTs4 .btn-black-outline:hover,
.cid-s2nnGPtTs4 .btn-white-outline:hover {
  background-color: transparent!important;
  color: #3c40df !important;
  box-shadow: none!important;
}
.cid-s2nnGPtTs4 .btn-primary-outline:active,
.cid-s2nnGPtTs4 .btn-secondary-outline:active,
.cid-s2nnGPtTs4 .btn-info-outline:active,
.cid-s2nnGPtTs4 .btn-success-outline:active,
.cid-s2nnGPtTs4 .btn-warning-outline:active,
.cid-s2nnGPtTs4 .btn-danger-outline:active,
.cid-s2nnGPtTs4 .btn-black-outline:active,
.cid-s2nnGPtTs4 .btn-white-outline:active,
.cid-s2nnGPtTs4 .btn-primary-outline:focus,
.cid-s2nnGPtTs4 .btn-secondary-outline:focus,
.cid-s2nnGPtTs4 .btn-info-outline:focus,
.cid-s2nnGPtTs4 .btn-success-outline:focus,
.cid-s2nnGPtTs4 .btn-warning-outline:focus,
.cid-s2nnGPtTs4 .btn-danger-outline:focus,
.cid-s2nnGPtTs4 .btn-black-outline:focus,
.cid-s2nnGPtTs4 .btn-white-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-s2nnGPtTs4 .btn-primary-outline .mbr-iconfont,
.cid-s2nnGPtTs4 .btn-secondary-outline .mbr-iconfont,
.cid-s2nnGPtTs4 .btn-info-outline .mbr-iconfont,
.cid-s2nnGPtTs4 .btn-success-outline .mbr-iconfont,
.cid-s2nnGPtTs4 .btn-warning-outline .mbr-iconfont,
.cid-s2nnGPtTs4 .btn-danger-outline .mbr-iconfont,
.cid-s2nnGPtTs4 .btn-black-outline .mbr-iconfont,
.cid-s2nnGPtTs4 .btn-white-outline .mbr-iconfont {
  margin-right: 0!important;
  padding-left: 0.4rem;
}
.cid-s2nnGPtTs4 .card-wrapper {
  overflow: hidden;
  height: 100%;
  position: relative;
  background-color: #ffffff;
  padding: 3rem 1.2rem 1.2rem 1.2rem;
  border-radius: 8px;
  transition: all 0.3s;
}
.cid-s2nnGPtTs4 .card-wrapper:hover {
  box-shadow: 0 10px 55px 5px rgba(120, 137, 150, 0.35);
  transform: translateY(-1.5rem);
}
.cid-s2nnGPtTs4 .link-wrap {
  position: relative;
  padding-top: 14px;
}
.cid-s2nnGPtTs4 .link-wrap:hover {
  color: #3c40df !important;
}
.cid-s2nnGPtTs4 .link-wrap:hover:hover .link-ico {
  color: #3c40df !important;
}
.cid-s2nnGPtTs4 .line {
  width: 150%;
  height: 1px;
  background: lightgray;
  position: absolute;
  top: 0;
  left: -25%;
}
.cid-s2nnGPtTs4 img {
  border-radius: 100%;
  width: 150px;
  height: 150px;
  object-fit: cover;
}
.cid-s2nnGPtTs4 .card-title {
  color: #149dcc;
  text-align: center;
}
.cid-s2nnGPtTs4 .row {
  justify-content: center;
}
.cid-s2nnGPtTs4 .main-title {
  text-align: center;
  color: #233d63;
}
.cid-s2nnGPtTs4 P {
  text-align: center;
}
.cid-s2nnGPtTs4 .mbr-text,
.cid-s2nnGPtTs4 .link {
  text-align: left;
  color: #767676;
}
@media (max-width: 576px) {
  .cid-s2nnGPtTs4 .card-wrapper:hover {
    transform: none;
    box-shadow: none;
  }
}
.cid-rVEuLA2Ttn {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #1e2149;
}
.cid-rVEuLA2Ttn .title__block {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .cid-rVEuLA2Ttn .title__block {
    margin-bottom: 25px;
  }
}
.cid-rVEuLA2Ttn .mbr-section-subtitle {
  letter-spacing: 1.5px;
  margin-bottom: 15px;
  color: #e13d96;
}
.cid-rVEuLA2Ttn .mbr-section-title {
  color: #fbfcff;
}
.cid-rVEuLA2Ttn .mbr-section-title span {
  font-weight: 300;
}
.cid-rVEuLA2Ttn .card__wrap:hover .btn-warning-outline {
  color: #ffffff !important;
  border-color: #ffffff !important;
  background: transparent !important;
  box-shadow: 0px 13px 28px 0px rgba(0, 0, 0, 0.25);
}
.cid-rVEuLA2Ttn .card__wrap:hover .btn-warning-outline:before {
  transform: scale(1);
}
.cid-rVEuLA2Ttn .card__wrap {
  background: #f4f8fc;
  box-shadow: 0px 10px 40px 0px rgba(60, 67, 113, 0.05);
  position: relative;
  text-align: center;
  border-radius: 5px 5px 0 0;
  margin-top: 50px;
  overflow: hidden;
}
.cid-rVEuLA2Ttn .card__wrap:before {
  content: '';
  width: 50px;
  height: 6px;
  border-radius: 5px 5px 0 0;
  background: #ffffff;
  position: absolute;
  top: 0;
  left: -50px;
  z-index: 1;
  transition: all 0.8s ease-out;
}
.cid-rVEuLA2Ttn .card__wrap:after {
  content: '';
  width: 100%;
  height: 6px;
  border-radius: 5px 5px 0 0;
  position: absolute;
  top: 0;
  left: calc(-100% - 100px);
  z-index: 1;
  transition: all 0.8s ease-out;
  background: #ffffff;
}
.cid-rVEuLA2Ttn .card__wrap:hover:before {
  opacity: 1;
  left: 100%;
}
.cid-rVEuLA2Ttn .card__wrap:hover:after {
  left: 100%;
}
.cid-rVEuLA2Ttn .card__wrap:hover .icon__art {
  transform: scale(1.3) translateX(80px);
}
.cid-rVEuLA2Ttn .wrap:nth-child(1) .card__header {
  border-top: 6px solid #3c40df;
  border-bottom: 1px solid #3c40df;
}
.cid-rVEuLA2Ttn .wrap:nth-child(2) .card__header {
  border-top: 6px solid #2dcc40;
  border-bottom: 1px solid #2dcc40;
}
.cid-rVEuLA2Ttn .wrap:nth-child(3) .card__header {
  border-top: 6px solid #ff6400;
  border-bottom: 1px solid #ff6400;
}
.cid-rVEuLA2Ttn .wrap:nth-child(4) .card__header {
  border-top: 6px solid #b0dbec;
  border-bottom: 1px solid #b0dbec;
}
.cid-rVEuLA2Ttn .icon__art {
  opacity: 0.18;
  position: absolute;
  left: -60px;
  top: 17%;
  z-index: 0;
  transition: all 0.6s ease-in-out;
}
.cid-rVEuLA2Ttn .icon__art img {
  width: 150px;
  height: 150px;
  object-fit: cover;
}
.cid-rVEuLA2Ttn .card__header {
  position: relative;
  padding: 40px 0 32px;
}
.cid-rVEuLA2Ttn .card__top {
  position: relative;
  z-index: 5;
  padding: 0 15px;
}
.cid-rVEuLA2Ttn .card__price {
  color: #042daf;
}
.cid-rVEuLA2Ttn .card__price sup {
  font-size: 60%;
  color: inherit;
}
.cid-rVEuLA2Ttn .card__title {
  color: #6a6c72;
}
.cid-rVEuLA2Ttn .card__body {
  padding: 42px 15px 40px;
}
.cid-rVEuLA2Ttn .card__feature {
  margin-bottom: 15px;
  color: #1e73be;
}
.cid-rVEuLA2Ttn .card__footer {
  border-top: 1px solid #e9e9e9;
  padding: 40px 15px 40px;
}
.cid-rVEuLA2Ttn .item {
  line-height: 45px;
}
.cid-rVEuLA2Ttn .mbr-section-btn {
  margin: 0;
}
.cid-rVEuLA2Ttn .mbr-section-btn .btn {
  z-index: 10;
}
.cid-rVEuLA2Ttn .mbr-section-btn .btn-warning-outline {
  border: 2px solid #dbdbdb !important;
  color: #1a1a1a !important;
  position: relative;
  border-radius: 30px;
  background: transparent !important;
}
.cid-rVEuLA2Ttn .mbr-section-btn .btn-warning-outline:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 30px;
  top: 0;
  left: 0;
  background: linear-gradient(130deg, rgba(176, 219, 236, 0.55) 0%, #b0dbec 100%) !important;
  transform: scale(0, 1);
  z-index: -1;
  transition: all 0.3s ease-in-out;
}
.cid-rVEuLA2Ttn .btn__trial {
  margin-top: 32px;
  line-height: 25px;
}
.cid-rVEuLA2Ttn .btn__trial a {
  color: #6A6C72 !important;
}
.cid-rVEuLA2Ttn .card__subtitle {
  color: #606f7b;
}
.cid-rVEuLA2Ttn .items__block {
  color: #606f7b;
}
.cid-rVEuLA2Ttn .items__block P {
  text-align: left;
}
.cid-s20LnIHeTb {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #e4ebf7;
}
.cid-s20LnIHeTb .mbr-section-title {
  color: #233d63;
}
.cid-s20LnIHeTb .icon__block {
  background: linear-gradient(135deg, rgba(191, 108, 255, 0.54) 0%, rgba(191, 108, 255, 0.85) 60%, #bf6cff 100%);
}
.cid-s20LnIHeTb .mbr-section-title,
.cid-s20LnIHeTb .icon__wrap {
  text-align: center;
}
.cid-s20LnIHeTb .mbr-section-subtitle {
  text-align: center;
}
.cid-s20I36zwfs {
  padding-top: 45px;
  padding-bottom: 75px;
  background-color: #e4ebf7;
}
.cid-s20I36zwfs .card-icon {
  font-size: 56px;
  color: #ffffff;
  transition: color 0.3s;
}
.cid-s20I36zwfs .card-title {
  font-weight: 600;
  letter-spacing: 1px;
}
.cid-s20I36zwfs .card {
  margin: 0!important;
  padding: 0!important;
  border-radius: 0;
}
.cid-s20I36zwfs p {
  font-weight: 400;
}
.cid-s20I36zwfs .link-ico {
  font-size: 0.8rem;
  color: #ffffff;
  border: 2px solid #ffffff;
  border-radius: 100%;
  padding: 0.5rem 0;
  font-weight: 900;
  padding-left: 9px;
  padding-right: 7px;
  transition: all 0.3s;
}
.cid-s20I36zwfs .link-ico:hover {
  background-color: #ffffff;
  border-color: #ffffff;
  color: gray!important;
}
.cid-s20I36zwfs .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #ffffff;
  margin-bottom: 1.5rem;
  transition: background 0.3s;
}
.cid-s20I36zwfs .bg1 {
  background: #fc8d8d;
}
.cid-s20I36zwfs .bg2 {
  background: #0f7699;
}
.cid-s20I36zwfs .bg3 {
  background: #f0bf79;
}
.cid-s20I36zwfs .bg4 {
  background: #149dcc;
}
.cid-s20I36zwfs .card-wrapper {
  padding: 4rem 2rem;
  transition: background 0.3s;
}
.cid-s20I36zwfs .card-wrapper:hover .link-ico {
  background-color: #ffffff;
  border-color: #ffffff;
  color: gray!important;
}
.cid-s20I36zwfs .col-lg-x {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}
.cid-s20I36zwfs .card-title,
.cid-s20I36zwfs .card-ico,
.cid-s20I36zwfs .line-wrap {
  text-align: center;
  color: #ffffff;
}
.cid-s20I36zwfs .mbr-text,
.cid-s20I36zwfs .card-link {
  text-align: center;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-s20I36zwfs .row {
    padding: 0 1rem;
  }
}
.cid-s20LIL738e {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-s20LIL738e .mbr-section-title {
  color: #233d63;
}
.cid-s20LIL738e .icon__block {
  background: linear-gradient(135deg, rgba(191, 108, 255, 0.54) 0%, rgba(191, 108, 255, 0.85) 60%, #bf6cff 100%);
}
.cid-s20LIL738e .mbr-section-title,
.cid-s20LIL738e .icon__wrap {
  text-align: center;
}
.cid-s20LIL738e .mbr-section-subtitle {
  text-align: center;
}
.cid-s1uwMZfmRI {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-s1uwMZfmRI .mbr-section-title {
  letter-spacing: 0.1em;
  color: #233d63;
}
.cid-s1uwMZfmRI .mbr-section-subtitle {
  color: #6a6c72;
  letter-spacing: 0.03em;
}
.cid-s1uwMZfmRI .client-name {
  color: #444;
  letter-spacing: 0.05em;
}
.cid-s1uwMZfmRI .wrap-img {
  padding-bottom: 1rem;
}
.cid-s1uwMZfmRI .wrap-img img {
  max-width: 100%;
}
.cid-s1uwMZfmRI .card-box p {
  color: #444;
  font-weight: 500;
  letter-spacing: 0.03em;
  margin: 0;
  padding-bottom: 1.5rem;
}
.cid-s1uwMZfmRI .card-box > p {
  color: #a3a9bd;
}
.cid-s1uwMZfmRI .client-name,
.cid-s1uwMZfmRI .wrap-img {
  color: #64697a;
}
.cid-sbc89nY5iW {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/mbr-3.jpg");
}
.cid-sbc89nY5iW .rowflexrev {
  display: -webkit-flex;
}
.cid-sbc89nY5iW .title {
  margin-bottom: 2rem;
}
.cid-sbc89nY5iW .mbr-section-subtitle {
  color: #e9e9e9;
}
.cid-sbc89nY5iW textarea.form-control {
  min-height: 188px;
}
.cid-sbc89nY5iW LABEL {
  color: #232323;
}
.cid-sbc89nY5iW .mbr-section-terms {
  text-align: center;
  color: #232323;
  margin-bottom: 0px;
}
.cid-sbc89nY5iW .mbr-section-labels {
  color: #fbfcff;
  padding: 0;
  margin-bottom: .357em;
  text-align: left;
}
.cid-sbc89nY5iW .mbr-section-autorespond {
  text-align: center;
  color: #232323;
  margin-bottom: 0px;
}
.cid-sbc89nY5iW .alert {
  margin-bottom: 0;
}
.cid-sbc89nY5iW .alert-success {
  background-color: #70c770;
  color: #ffffff;
}
.cid-sbc89nY5iW .alert-danger {
  background-color: #ff4a52;
  color: #ffffff;
}
.cid-sbc89nY5iW .hidden {
  display: none;
}
.cid-sbc89nY5iW H2 {
  color: #fbfcff;
}
.cid-s1x4BYywvm {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #d8e6fb;
}
.cid-s1x4BYywvm .mbr-section-subtitle {
  color: #767676;
}
.cid-s1x4BYywvm ul.list-inline {
  margin: 0;
  -webkit-align-self: center;
  align-self: center;
}
.cid-s1x4BYywvm ul.list-inline li {
  margin: 0;
  padding: .5rem;
}
.cid-s1x4BYywvm ul.list-inline img {
  max-width: 6rem;
  padding-bottom: .5rem;
}
.cid-s1x4BYywvm ul.list-inline img:hover {
  -webkit-filter: none;
  -moz-filter: none;
  -ms-filter: none;
  -o-filter: none;
  filter: none;
}
@media (max-width: 767px) {
  .cid-s1x4BYywvm .list-inline-item img {
    max-width: 5rem;
  }
}
.cid-s1x4BYywvm .mbr-section-title {
  color: #233d63;
  text-align: center;
}
.cid-s1rgoJOzoo {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #353535;
}
.cid-s1rgoJOzoo .listico {
  padding-right: 1rem;
  font-size: 1.2rem;
}
.cid-s1rgoJOzoo .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-s1rgoJOzoo .col + .mbr-section-btn .btn,
.cid-s1rgoJOzoo .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
}
@media (min-width: 300px) {
  .cid-s1rgoJOzoo .col + .mbr-section-btn .btn,
  .cid-s1rgoJOzoo .col-auto + .mbr-section-btn .btn {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
@media (min-width: 300px) {
  .cid-s1rgoJOzoo .dragArea > *:nth-last-child(2).col,
  .cid-s1rgoJOzoo .dragArea > *:nth-last-child(2).col-auto,
  .cid-s1rgoJOzoo .col + .mbr-section-btn,
  .cid-s1rgoJOzoo .col-auto + .mbr-section-btn {
    padding-right: 0;
    padding-left: 0;
    margin: 0;
  }
}
@media (max-width: 299px) {
  .cid-s1rgoJOzoo .dragArea {
    flex-direction: column;
  }
}
.cid-s1rgoJOzoo .btn-primary {
  border: 1px solid #3c40df !important;
}
.cid-s1rgoJOzoo .btn-primary:hover {
  border: 1px solid #3c40df !important;
}
.cid-s1rgoJOzoo .stripe {
  border-bottom: 1px solid #0087ab;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-s1rgoJOzoo .form-group {
  max-width: 220px;
}
.cid-s1rgoJOzoo .mbr-section-btn {
  padding-left: 0;
}
.cid-s1rgoJOzoo .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-s1rgoJOzoo .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #e9e9e9;
  width: 85%;
}
.cid-s1rgoJOzoo .mbr-text {
  color: #444;
}
.cid-s1rgoJOzoo h5 {
  margin-bottom: 0;
}
.cid-s1rgoJOzoo .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-s1rgoJOzoo .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s1rgoJOzoo .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-s1rgoJOzoo .socicon {
  font-size: 1.3rem;
  background: #e4ebf7;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-s1rgoJOzoo .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-s1rgoJOzoo .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-s1rgoJOzoo .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-s1rgoJOzoo .social-list a:hover {
  opacity: 0.4;
}
.cid-s1rgoJOzoo .media-container-row > div {
  padding: 0px;
}
.cid-s1rgoJOzoo .text2 {
  color: #fbfcff;
  text-align: left;
}
.cid-s1rgoJOzoo .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-s1rgoJOzoo .links {
  color: #e9e9e9;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-s1rgoJOzoo .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-s1rgoJOzoo .social-list,
  .cid-s1rgoJOzoo .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-s1rgoJOzoo h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-s1rgoJOzoo .form-group {
    max-width: 180px;
  }
}
.cid-s1rgoJOzoo .links span {
  color: #9e9e9e;
}
.cid-s1rgoJOzoo .logo-sub-title {
  text-align: center;
  color: #e9e9e9;
}
.cid-s1rgoJOzoo .logo-title {
  text-align: center;
}
.cid-s1rgoJOzoo .logo-title,
.cid-s1rgoJOzoo .logo {
  color: #fbfcff;
}
.cid-s1rd6DNH86 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-s1rd6DNH86 .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-s1rd6DNH86 .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-s1rd6DNH86 .navbar .navbar-buttons {
  flex-wrap: wrap;
}
.cid-s1rd6DNH86 .navbar .navbar-collapse {
  transition: none;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-s1rd6DNH86 .navbar.collapsed {
  flex-wrap: nowrap;
}
.cid-s1rd6DNH86 .navbar.collapsed.opened {
  text-align: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  margin-left: auto;
  max-width: 20rem ;
  height: 100vh;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-s1rd6DNH86 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-s1rd6DNH86 .navbar.collapsed.opened .navbar-toggler {
  -webkit-order: -1;
  order: -1;
  -webkit-align-self: flex-end !important;
  align-self: flex-end !important;
  margin: 1rem 0 0 0;
}
.cid-s1rd6DNH86 .navbar.collapsed.opened .navbar-collapse {
  -webkit-flex-basis: initial;
  flex-basis: initial;
}
.cid-s1rd6DNH86 .navbar.collapsed.opened .navbar-collapse.show,
.cid-s1rd6DNH86 .navbar.collapsed.opened .navbar-collapse.collapsing {
  display: block;
}
.cid-s1rd6DNH86 .navbar.collapsed:not(.opened) {
  flex-direction: row !important;
}
.cid-s1rd6DNH86 .navbar.collapsed:not(.opened) .navbar-collapse {
  display: none !important;
}
.cid-s1rd6DNH86 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-s1rd6DNH86 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s1rd6DNH86 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-s1rd6DNH86 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-s1rd6DNH86 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-s1rd6DNH86 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-s1rd6DNH86 .navbar {
    flex-wrap: nowrap;
  }
  .cid-s1rd6DNH86 .navbar.opened {
    text-align: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-left: auto;
    max-width: 20rem ;
    height: 100vh;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .cid-s1rd6DNH86 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s1rd6DNH86 .navbar.opened .navbar-toggler {
    -webkit-order: -1;
    order: -1;
    -webkit-align-self: flex-end !important;
    align-self: flex-end !important;
    margin: 1rem 0 0 0;
  }
  .cid-s1rd6DNH86 .navbar.opened .navbar-collapse {
    -webkit-flex-basis: initial;
    flex-basis: initial;
    height: auto !important;
    max-height: 100vh;
  }
  .cid-s1rd6DNH86 .navbar.opened .navbar-collapse.show,
  .cid-s1rd6DNH86 .navbar.opened .navbar-collapse.collapsing {
    display: block;
  }
  .cid-s1rd6DNH86 .navbar:not(.opened) .navbar-collapse {
    display: none !important;
  }
  .cid-s1rd6DNH86 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-s1rd6DNH86 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s1rd6DNH86 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s1rd6DNH86 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-s1rd6DNH86 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s1rd6DNH86 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s1rd6DNH86 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-s1rd6DNH86 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
}
.cid-s1rd6DNH86 .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-s1rd6DNH86 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s1rd6DNH86 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s1rd6DNH86 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-s1rd6DNH86 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s1rd6DNH86 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s1rd6DNH86 .dropdown-item.active,
.cid-s1rd6DNH86 .dropdown-item:active {
  background-color: transparent;
}
.cid-s1rd6DNH86 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s1rd6DNH86 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s1rd6DNH86 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s1rd6DNH86 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-s1rd6DNH86 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-s1rd6DNH86 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s1rd6DNH86 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-s1rd6DNH86 .navbar-buttons {
  text-align: center;
}
.cid-s1rd6DNH86 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-s1rd6DNH86 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #042daf;
}
.cid-s1rd6DNH86 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s1rd6DNH86 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s1rd6DNH86 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s1rd6DNH86 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s1rd6DNH86 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s1rd6DNH86 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s1rd6DNH86 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s1rd6DNH86 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s1rd6DNH86 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-s1rd6DNH86 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 2px;
}
.cid-s1rd6DNH86 a.nav-link:focus {
  outline: none;
}
.cid-s1rd6DNH86 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-s1rd6DNH86 .nav-link:hover,
.cid-s1rd6DNH86 .dropdown-item:hover {
  color: #c1c1c1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-s1rd6DNH86 .navbar-dropdown.collapsed.opened {
    left: auto;
  }
  .cid-s1rd6DNH86 .navbar-dropdown.collapsed.opened .navbar-collapse {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-sauuu30KVD {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sauuu30KVD .mbr-text,
.cid-sauuu30KVD blockquote {
  color: #767676;
}
.cid-sauuu30KVD .mbr-text {
  text-align: center;
}
.cid-sauuu30KVD .mbr-text B {
  color: #767676;
}
.cid-sayk72fUgh {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sayk72fUgh .mbr-text {
  line-height: 1.55;
  color: #000000;
  text-align: center;
}
.cid-sayk72fUgh .price {
  margin-top: 5px;
}
.cid-sayk72fUgh .symbol {
  line-height: 1.1;
  top: 3px;
  vertical-align: top;
  position: relative;
}
.cid-sayk72fUgh .mbr-section-btn {
  margin: 10px 0 0 0;
}
.cid-sayk72fUgh .btn-md {
  padding: 0 20px 0 15px ;
  height: 50px;
  margin: 0 !important;
}
.cid-sayk72fUgh .btn-md:hover {
  background-color: #606f7b !important;
  border-color: #606f7b !important;
}
.cid-sayk72fUgh .btn-md .mbr-iconfont {
  margin: 5px 0 0 !important;
  animation-name: none;
  order: 0;
}
.cid-sayk72fUgh .mbr-iconfont:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 23px;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.4);
  margin: 0 10px 0 10px;
}
@media (max-width: 991px) {
  .cid-sayk72fUgh .content__block,
  .cid-sayk72fUgh .price__block {
    margin-bottom: 30px;
  }
}
.cid-sayk72fUgh .descr {
  color: #444345;
}
.cid-sayk72fUgh .mbr-section-title {
  text-align: center;
  color: #6a6c72;
}
.cid-saynWmwiDN {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-saynWmwiDN P {
  color: #767676;
}
.cid-saynWmwiDN hr {
  border: none;
  height: 50px;
  width: 90%;
  margin-top: 0;
  border-bottom: 1px solid #1f1209;
  box-shadow: 0 20px 20px -20px #333333;
  margin: -50px auto 10px;
}
.cid-saA0ondnlX {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-saA0ondnlX .mbr-text {
  line-height: 1.55;
  color: #000000;
  text-align: center;
}
.cid-saA0ondnlX .price {
  margin-top: 5px;
}
.cid-saA0ondnlX .symbol {
  line-height: 1.1;
  top: 3px;
  vertical-align: top;
  position: relative;
}
.cid-saA0ondnlX .mbr-section-btn {
  margin: 10px 0 0 0;
}
.cid-saA0ondnlX .btn-md {
  padding: 0 20px 0 15px ;
  height: 50px;
  margin: 0 !important;
}
.cid-saA0ondnlX .btn-md:hover {
  background-color: #606f7b !important;
  border-color: #606f7b !important;
}
.cid-saA0ondnlX .btn-md .mbr-iconfont {
  margin: 5px 0 0 !important;
  animation-name: none;
  order: 0;
}
.cid-saA0ondnlX .mbr-iconfont:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 23px;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.4);
  margin: 0 10px 0 10px;
}
@media (max-width: 991px) {
  .cid-saA0ondnlX .content__block,
  .cid-saA0ondnlX .price__block {
    margin-bottom: 30px;
  }
}
.cid-saA0ondnlX .descr {
  color: #444345;
}
.cid-saA0ondnlX .mbr-section-title {
  text-align: center;
  color: #233d63;
}
.cid-sauu5ZPSoX {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #f2f6fd;
}
.cid-sauu5ZPSoX h4 {
  display: flex;
  letter-spacing: 0.03em;
  color: #ffffff;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sauu5ZPSoX .panel-text {
  letter-spacing: 0.03em;
  color: #232323;
}
.cid-sauu5ZPSoX .mbr-section-title {
  letter-spacing: 0.1em;
}
.cid-sauu5ZPSoX .mbr-section-subtitle {
  letter-spacing: 0.03em;
  font-weight: 500;
  color: #1e73be;
}
.cid-sauu5ZPSoX .accordion-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-sauu5ZPSoX .panel-group {
  width: 100%;
}
.cid-sauu5ZPSoX .card {
  border-bottom: 1px solid #ffffff !important;
  border-radius: 0px;
  margin-bottom: .5rem;
}
.cid-sauu5ZPSoX .card .card-header {
  border-radius: 0px;
  border: 0px !important;
  padding: 0;
}
.cid-sauu5ZPSoX .card .card-header a.panel-title {
  transition: all .3s;
  background-color: #d8e6fb;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-sauu5ZPSoX .card .card-header a.panel-title:hover {
  opacity: 0.5;
}
.cid-sauu5ZPSoX .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sauu5ZPSoX .card .card-header a.panel-title .sign {
  padding-left: 1rem;
}
.cid-sauu5ZPSoX .card .card-header a.panel-title h4 {
  padding: 1rem 1rem;
  margin-bottom: 0;
}
.cid-sauu5ZPSoX .card .panel-body {
  background: #ffffff;
}
.cid-sauu5ZPSoX .media-container-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-sauu5ZPSoX .media-container-row > div {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sauu5ZPSoX .sign {
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sauu5ZPSoX .media-container-row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .cid-sauu5ZPSoX .media-container-row > div {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cid-sauu5ZPSoX .mbr-figure {
    padding-right: 0;
    padding-left: 0;
    padding-top: 2rem;
    padding-top: 0;
    padding-bottom: 2rem;
  }
}
.cid-sauu5ZPSoX .header-text,
.cid-sauu5ZPSoX .sign {
  color: #64697a;
}
.cid-sayJLpphgE.popup-builder {
  background-color: #ffffff;
}
.cid-sayJLpphgE.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sayJLpphgE.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sayJLpphgE .modal-content,
.cid-sayJLpphgE .modal-dialog {
  height: auto;
}
.cid-sayJLpphgE .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sayJLpphgE .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sayJLpphgE .form-wrapper .mbr-form .form-group,
  .cid-sayJLpphgE .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sayJLpphgE .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sayJLpphgE .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-sayJLpphgE .mbr-text {
  text-align: center;
}
.cid-sayJLpphgE .pt-0 {
  padding-top: 0 !important;
}
.cid-sayJLpphgE .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sayJLpphgE .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sayJLpphgE .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sayJLpphgE .modal-open {
  overflow: hidden;
}
.cid-sayJLpphgE .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sayJLpphgE .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sayJLpphgE .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sayJLpphgE .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-sayJLpphgE .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sayJLpphgE .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sayJLpphgE .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sayJLpphgE .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-sayJLpphgE .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sayJLpphgE .modal-backdrop.fade {
  opacity: 0;
}
.cid-sayJLpphgE .modal-backdrop.show {
  opacity: .5;
}
.cid-sayJLpphgE .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-sayJLpphgE .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sayJLpphgE .modal-header .close:hover {
  opacity: 1;
}
.cid-sayJLpphgE .modal-header .close:focus {
  outline: none;
}
.cid-sayJLpphgE .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #233d63;
}
.cid-sayJLpphgE .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-sayJLpphgE .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-sayJLpphgE .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sayJLpphgE .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sayJLpphgE .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sayJLpphgE .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sayJLpphgE .modal-sm {
    max-width: 300px;
  }
  .cid-sayJLpphgE .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sayJLpphgE .modal-lg,
  .cid-sayJLpphgE .modal-xl {
    max-width: 800px;
  }
  .cid-sayJLpphgE .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sayJLpphgE .modal-xl {
    max-width: 1140px;
  }
  .cid-sayJLpphgE .container {
    max-width: 1140px;
  }
}
.cid-sayJLpphgE .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sayJLpphgE .container {
    max-width: 720px;
  }
}
.cid-sayJLpphgE .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sayJLpphgE .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-sayJLpphgE .form-group {
  margin-bottom: 1rem;
}
.cid-sayJLpphgE .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sayJLpphgE .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sayJLpphgE .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-saA0JTW72o {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-saA0JTW72o .mbr-text {
  line-height: 1.55;
  color: #000000;
  text-align: center;
}
.cid-saA0JTW72o .price {
  margin-top: 5px;
}
.cid-saA0JTW72o .symbol {
  line-height: 1.1;
  top: 3px;
  vertical-align: top;
  position: relative;
}
.cid-saA0JTW72o .mbr-section-btn {
  margin: 10px 0 0 0;
}
.cid-saA0JTW72o .btn-md {
  padding: 0 20px 0 15px ;
  height: 50px;
  margin: 0 !important;
}
.cid-saA0JTW72o .btn-md:hover {
  background-color: #606f7b !important;
  border-color: #606f7b !important;
}
.cid-saA0JTW72o .btn-md .mbr-iconfont {
  margin: 5px 0 0 !important;
  animation-name: none;
  order: 0;
}
.cid-saA0JTW72o .mbr-iconfont:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 23px;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.4);
  margin: 0 10px 0 10px;
}
@media (max-width: 991px) {
  .cid-saA0JTW72o .content__block,
  .cid-saA0JTW72o .price__block {
    margin-bottom: 30px;
  }
}
.cid-saA0JTW72o .descr {
  color: #444345;
}
.cid-saA0JTW72o .mbr-section-title {
  text-align: center;
  color: #233d63;
}
.cid-sayga1GOMp {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #f2f6fd;
}
.cid-sayga1GOMp h4 {
  display: flex;
  letter-spacing: 0.03em;
  color: #ffffff;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sayga1GOMp .panel-text {
  letter-spacing: 0.03em;
  color: #232323;
}
.cid-sayga1GOMp .mbr-section-title {
  letter-spacing: 0.1em;
}
.cid-sayga1GOMp .mbr-section-subtitle {
  letter-spacing: 0.03em;
  font-weight: 500;
  color: #1e73be;
}
.cid-sayga1GOMp .accordion-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-sayga1GOMp .panel-group {
  width: 100%;
}
.cid-sayga1GOMp .card {
  border-bottom: 1px solid #ffffff !important;
  border-radius: 0px;
  margin-bottom: .5rem;
}
.cid-sayga1GOMp .card .card-header {
  border-radius: 0px;
  border: 0px !important;
  padding: 0;
}
.cid-sayga1GOMp .card .card-header a.panel-title {
  transition: all .3s;
  background-color: #d8e6fb;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-sayga1GOMp .card .card-header a.panel-title:hover {
  opacity: 0.5;
}
.cid-sayga1GOMp .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sayga1GOMp .card .card-header a.panel-title .sign {
  padding-left: 1rem;
}
.cid-sayga1GOMp .card .card-header a.panel-title h4 {
  padding: 1rem 1rem;
  margin-bottom: 0;
}
.cid-sayga1GOMp .card .panel-body {
  background: #ffffff;
}
.cid-sayga1GOMp .media-container-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-sayga1GOMp .media-container-row > div {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sayga1GOMp .sign {
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sayga1GOMp .media-container-row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .cid-sayga1GOMp .media-container-row > div {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cid-sayga1GOMp .mbr-figure {
    padding-right: 0;
    padding-left: 0;
    padding-top: 2rem;
    padding-top: 0;
    padding-bottom: 2rem;
  }
}
.cid-sayga1GOMp .header-text,
.cid-sayga1GOMp .sign {
  color: #64697a;
}
.cid-say2AsBFqB.popup-builder {
  background-color: #ffffff;
}
.cid-say2AsBFqB.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-say2AsBFqB.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-say2AsBFqB .modal-content,
.cid-say2AsBFqB .modal-dialog {
  height: auto;
}
.cid-say2AsBFqB .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-say2AsBFqB .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-say2AsBFqB .form-wrapper .mbr-form .form-group,
  .cid-say2AsBFqB .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-say2AsBFqB .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-say2AsBFqB .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-say2AsBFqB .mbr-text {
  text-align: center;
}
.cid-say2AsBFqB .pt-0 {
  padding-top: 0 !important;
}
.cid-say2AsBFqB .pb-0 {
  padding-bottom: 0 !important;
}
.cid-say2AsBFqB .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-say2AsBFqB .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-say2AsBFqB .modal-open {
  overflow: hidden;
}
.cid-say2AsBFqB .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-say2AsBFqB .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-say2AsBFqB .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-say2AsBFqB .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-say2AsBFqB .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-say2AsBFqB .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-say2AsBFqB .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-say2AsBFqB .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-say2AsBFqB .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-say2AsBFqB .modal-backdrop.fade {
  opacity: 0;
}
.cid-say2AsBFqB .modal-backdrop.show {
  opacity: .5;
}
.cid-say2AsBFqB .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-say2AsBFqB .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-say2AsBFqB .modal-header .close:hover {
  opacity: 1;
}
.cid-say2AsBFqB .modal-header .close:focus {
  outline: none;
}
.cid-say2AsBFqB .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #233d63;
}
.cid-say2AsBFqB .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-say2AsBFqB .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-say2AsBFqB .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-say2AsBFqB .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-say2AsBFqB .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-say2AsBFqB .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-say2AsBFqB .modal-sm {
    max-width: 300px;
  }
  .cid-say2AsBFqB .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-say2AsBFqB .modal-lg,
  .cid-say2AsBFqB .modal-xl {
    max-width: 800px;
  }
  .cid-say2AsBFqB .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-say2AsBFqB .modal-xl {
    max-width: 1140px;
  }
  .cid-say2AsBFqB .container {
    max-width: 1140px;
  }
}
.cid-say2AsBFqB .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-say2AsBFqB .container {
    max-width: 720px;
  }
}
.cid-say2AsBFqB .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-say2AsBFqB .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-say2AsBFqB .form-group {
  margin-bottom: 1rem;
}
.cid-say2AsBFqB .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-say2AsBFqB .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-say2AsBFqB .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-saA0XD58jf {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-saA0XD58jf .mbr-text {
  line-height: 1.55;
  color: #000000;
  text-align: center;
}
.cid-saA0XD58jf .price {
  margin-top: 5px;
}
.cid-saA0XD58jf .symbol {
  line-height: 1.1;
  top: 3px;
  vertical-align: top;
  position: relative;
}
.cid-saA0XD58jf .mbr-section-btn {
  margin: 10px 0 0 0;
}
.cid-saA0XD58jf .btn-md {
  padding: 0 20px 0 15px ;
  height: 50px;
  margin: 0 !important;
}
.cid-saA0XD58jf .btn-md:hover {
  background-color: #606f7b !important;
  border-color: #606f7b !important;
}
.cid-saA0XD58jf .btn-md .mbr-iconfont {
  margin: 5px 0 0 !important;
  animation-name: none;
  order: 0;
}
.cid-saA0XD58jf .mbr-iconfont:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 23px;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.4);
  margin: 0 10px 0 10px;
}
@media (max-width: 991px) {
  .cid-saA0XD58jf .content__block,
  .cid-saA0XD58jf .price__block {
    margin-bottom: 30px;
  }
}
.cid-saA0XD58jf .descr {
  color: #444345;
}
.cid-saA0XD58jf .mbr-section-title {
  text-align: center;
  color: #233d63;
}
.cid-saytUA9b4y {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #f2f6fd;
}
.cid-saytUA9b4y h4 {
  display: flex;
  letter-spacing: 0.03em;
  color: #ffffff;
  -webkit-align-items: center;
  align-items: center;
}
.cid-saytUA9b4y .panel-text {
  letter-spacing: 0.03em;
  color: #232323;
}
.cid-saytUA9b4y .mbr-section-title {
  letter-spacing: 0.1em;
}
.cid-saytUA9b4y .mbr-section-subtitle {
  letter-spacing: 0.03em;
  font-weight: 500;
  color: #1e73be;
}
.cid-saytUA9b4y .accordion-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-saytUA9b4y .panel-group {
  width: 100%;
}
.cid-saytUA9b4y .card {
  border-bottom: 1px solid #ffffff !important;
  border-radius: 0px;
  margin-bottom: .5rem;
}
.cid-saytUA9b4y .card .card-header {
  border-radius: 0px;
  border: 0px !important;
  padding: 0;
}
.cid-saytUA9b4y .card .card-header a.panel-title {
  transition: all .3s;
  background-color: #d8e6fb;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-saytUA9b4y .card .card-header a.panel-title:hover {
  opacity: 0.5;
}
.cid-saytUA9b4y .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-saytUA9b4y .card .card-header a.panel-title .sign {
  padding-left: 1rem;
}
.cid-saytUA9b4y .card .card-header a.panel-title h4 {
  padding: 1rem 1rem;
  margin-bottom: 0;
}
.cid-saytUA9b4y .card .panel-body {
  background: #ffffff;
}
.cid-saytUA9b4y .media-container-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-saytUA9b4y .media-container-row > div {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-saytUA9b4y .sign {
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-saytUA9b4y .media-container-row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .cid-saytUA9b4y .media-container-row > div {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cid-saytUA9b4y .mbr-figure {
    padding-right: 0;
    padding-left: 0;
    padding-top: 2rem;
    padding-top: 0;
    padding-bottom: 2rem;
  }
}
.cid-saytUA9b4y .header-text,
.cid-saytUA9b4y .sign {
  color: #64697a;
}
.cid-sayK8FCNcQ.popup-builder {
  background-color: #ffffff;
}
.cid-sayK8FCNcQ.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sayK8FCNcQ.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sayK8FCNcQ .modal-content,
.cid-sayK8FCNcQ .modal-dialog {
  height: auto;
}
.cid-sayK8FCNcQ .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sayK8FCNcQ .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sayK8FCNcQ .form-wrapper .mbr-form .form-group,
  .cid-sayK8FCNcQ .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sayK8FCNcQ .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sayK8FCNcQ .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-sayK8FCNcQ .mbr-text {
  text-align: center;
}
.cid-sayK8FCNcQ .pt-0 {
  padding-top: 0 !important;
}
.cid-sayK8FCNcQ .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sayK8FCNcQ .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sayK8FCNcQ .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sayK8FCNcQ .modal-open {
  overflow: hidden;
}
.cid-sayK8FCNcQ .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sayK8FCNcQ .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sayK8FCNcQ .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sayK8FCNcQ .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-sayK8FCNcQ .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sayK8FCNcQ .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sayK8FCNcQ .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sayK8FCNcQ .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-sayK8FCNcQ .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sayK8FCNcQ .modal-backdrop.fade {
  opacity: 0;
}
.cid-sayK8FCNcQ .modal-backdrop.show {
  opacity: .5;
}
.cid-sayK8FCNcQ .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-sayK8FCNcQ .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sayK8FCNcQ .modal-header .close:hover {
  opacity: 1;
}
.cid-sayK8FCNcQ .modal-header .close:focus {
  outline: none;
}
.cid-sayK8FCNcQ .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #233d63;
}
.cid-sayK8FCNcQ .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-sayK8FCNcQ .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-sayK8FCNcQ .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sayK8FCNcQ .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sayK8FCNcQ .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sayK8FCNcQ .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sayK8FCNcQ .modal-sm {
    max-width: 300px;
  }
  .cid-sayK8FCNcQ .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sayK8FCNcQ .modal-lg,
  .cid-sayK8FCNcQ .modal-xl {
    max-width: 800px;
  }
  .cid-sayK8FCNcQ .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sayK8FCNcQ .modal-xl {
    max-width: 1140px;
  }
  .cid-sayK8FCNcQ .container {
    max-width: 1140px;
  }
}
.cid-sayK8FCNcQ .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sayK8FCNcQ .container {
    max-width: 720px;
  }
}
.cid-sayK8FCNcQ .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sayK8FCNcQ .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-sayK8FCNcQ .form-group {
  margin-bottom: 1rem;
}
.cid-sayK8FCNcQ .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sayK8FCNcQ .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sayK8FCNcQ .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-saA19Z9yOY {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-saA19Z9yOY .mbr-text {
  line-height: 1.55;
  color: #000000;
  text-align: center;
}
.cid-saA19Z9yOY .price {
  margin-top: 5px;
}
.cid-saA19Z9yOY .symbol {
  line-height: 1.1;
  top: 3px;
  vertical-align: top;
  position: relative;
}
.cid-saA19Z9yOY .mbr-section-btn {
  margin: 10px 0 0 0;
}
.cid-saA19Z9yOY .btn-md {
  padding: 0 20px 0 15px ;
  height: 50px;
  margin: 0 !important;
}
.cid-saA19Z9yOY .btn-md:hover {
  background-color: #606f7b !important;
  border-color: #606f7b !important;
}
.cid-saA19Z9yOY .btn-md .mbr-iconfont {
  margin: 5px 0 0 !important;
  animation-name: none;
  order: 0;
}
.cid-saA19Z9yOY .mbr-iconfont:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 23px;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.4);
  margin: 0 10px 0 10px;
}
@media (max-width: 991px) {
  .cid-saA19Z9yOY .content__block,
  .cid-saA19Z9yOY .price__block {
    margin-bottom: 30px;
  }
}
.cid-saA19Z9yOY .descr {
  color: #444345;
}
.cid-saA19Z9yOY .mbr-section-title {
  text-align: center;
  color: #233d63;
}
.cid-saywQ0jwp3 {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #f2f6fd;
}
.cid-saywQ0jwp3 h4 {
  display: flex;
  letter-spacing: 0.03em;
  color: #ffffff;
  -webkit-align-items: center;
  align-items: center;
}
.cid-saywQ0jwp3 .panel-text {
  letter-spacing: 0.03em;
  color: #232323;
}
.cid-saywQ0jwp3 .mbr-section-title {
  letter-spacing: 0.1em;
}
.cid-saywQ0jwp3 .mbr-section-subtitle {
  letter-spacing: 0.03em;
  font-weight: 500;
  color: #1e73be;
}
.cid-saywQ0jwp3 .accordion-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-saywQ0jwp3 .panel-group {
  width: 100%;
}
.cid-saywQ0jwp3 .card {
  border-bottom: 1px solid #ffffff !important;
  border-radius: 0px;
  margin-bottom: .5rem;
}
.cid-saywQ0jwp3 .card .card-header {
  border-radius: 0px;
  border: 0px !important;
  padding: 0;
}
.cid-saywQ0jwp3 .card .card-header a.panel-title {
  transition: all .3s;
  background-color: #d8e6fb;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-saywQ0jwp3 .card .card-header a.panel-title:hover {
  opacity: 0.5;
}
.cid-saywQ0jwp3 .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-saywQ0jwp3 .card .card-header a.panel-title .sign {
  padding-left: 1rem;
}
.cid-saywQ0jwp3 .card .card-header a.panel-title h4 {
  padding: 1rem 1rem;
  margin-bottom: 0;
}
.cid-saywQ0jwp3 .card .panel-body {
  background: #ffffff;
}
.cid-saywQ0jwp3 .media-container-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-saywQ0jwp3 .media-container-row > div {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-saywQ0jwp3 .sign {
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-saywQ0jwp3 .media-container-row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .cid-saywQ0jwp3 .media-container-row > div {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cid-saywQ0jwp3 .mbr-figure {
    padding-right: 0;
    padding-left: 0;
    padding-top: 2rem;
    padding-top: 0;
    padding-bottom: 2rem;
  }
}
.cid-saywQ0jwp3 .header-text,
.cid-saywQ0jwp3 .sign {
  color: #64697a;
}
.cid-sayKs0Vc5n.popup-builder {
  background-color: #ffffff;
}
.cid-sayKs0Vc5n.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sayKs0Vc5n.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sayKs0Vc5n .modal-content,
.cid-sayKs0Vc5n .modal-dialog {
  height: auto;
}
.cid-sayKs0Vc5n .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sayKs0Vc5n .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sayKs0Vc5n .form-wrapper .mbr-form .form-group,
  .cid-sayKs0Vc5n .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sayKs0Vc5n .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sayKs0Vc5n .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-sayKs0Vc5n .mbr-text {
  text-align: center;
}
.cid-sayKs0Vc5n .pt-0 {
  padding-top: 0 !important;
}
.cid-sayKs0Vc5n .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sayKs0Vc5n .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sayKs0Vc5n .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sayKs0Vc5n .modal-open {
  overflow: hidden;
}
.cid-sayKs0Vc5n .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sayKs0Vc5n .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sayKs0Vc5n .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sayKs0Vc5n .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-sayKs0Vc5n .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sayKs0Vc5n .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sayKs0Vc5n .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sayKs0Vc5n .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-sayKs0Vc5n .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sayKs0Vc5n .modal-backdrop.fade {
  opacity: 0;
}
.cid-sayKs0Vc5n .modal-backdrop.show {
  opacity: .5;
}
.cid-sayKs0Vc5n .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-sayKs0Vc5n .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sayKs0Vc5n .modal-header .close:hover {
  opacity: 1;
}
.cid-sayKs0Vc5n .modal-header .close:focus {
  outline: none;
}
.cid-sayKs0Vc5n .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #233d63;
}
.cid-sayKs0Vc5n .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-sayKs0Vc5n .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-sayKs0Vc5n .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sayKs0Vc5n .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sayKs0Vc5n .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sayKs0Vc5n .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sayKs0Vc5n .modal-sm {
    max-width: 300px;
  }
  .cid-sayKs0Vc5n .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sayKs0Vc5n .modal-lg,
  .cid-sayKs0Vc5n .modal-xl {
    max-width: 800px;
  }
  .cid-sayKs0Vc5n .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sayKs0Vc5n .modal-xl {
    max-width: 1140px;
  }
  .cid-sayKs0Vc5n .container {
    max-width: 1140px;
  }
}
.cid-sayKs0Vc5n .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sayKs0Vc5n .container {
    max-width: 720px;
  }
}
.cid-sayKs0Vc5n .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sayKs0Vc5n .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-sayKs0Vc5n .form-group {
  margin-bottom: 1rem;
}
.cid-sayKs0Vc5n .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sayKs0Vc5n .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sayKs0Vc5n .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-saA1keMRDF {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-saA1keMRDF .mbr-text {
  line-height: 1.55;
  color: #000000;
  text-align: center;
}
.cid-saA1keMRDF .price {
  margin-top: 5px;
}
.cid-saA1keMRDF .symbol {
  line-height: 1.1;
  top: 3px;
  vertical-align: top;
  position: relative;
}
.cid-saA1keMRDF .mbr-section-btn {
  margin: 10px 0 0 0;
}
.cid-saA1keMRDF .btn-md {
  padding: 0 20px 0 15px ;
  height: 50px;
  margin: 0 !important;
}
.cid-saA1keMRDF .btn-md:hover {
  background-color: #606f7b !important;
  border-color: #606f7b !important;
}
.cid-saA1keMRDF .btn-md .mbr-iconfont {
  margin: 5px 0 0 !important;
  animation-name: none;
  order: 0;
}
.cid-saA1keMRDF .mbr-iconfont:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 23px;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.4);
  margin: 0 10px 0 10px;
}
@media (max-width: 991px) {
  .cid-saA1keMRDF .content__block,
  .cid-saA1keMRDF .price__block {
    margin-bottom: 30px;
  }
}
.cid-saA1keMRDF .descr {
  color: #444345;
}
.cid-saA1keMRDF .mbr-section-title {
  text-align: center;
  color: #233d63;
}
.cid-sayzt5DzzA {
  padding-top: 0px;
  padding-bottom: 135px;
  background-color: #f2f6fd;
}
.cid-sayzt5DzzA h4 {
  display: flex;
  letter-spacing: 0.03em;
  color: #ffffff;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sayzt5DzzA .panel-text {
  letter-spacing: 0.03em;
  color: #232323;
}
.cid-sayzt5DzzA .mbr-section-title {
  letter-spacing: 0.1em;
}
.cid-sayzt5DzzA .mbr-section-subtitle {
  letter-spacing: 0.03em;
  font-weight: 500;
  color: #1e73be;
}
.cid-sayzt5DzzA .accordion-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-sayzt5DzzA .panel-group {
  width: 100%;
}
.cid-sayzt5DzzA .card {
  border-bottom: 1px solid #ffffff !important;
  border-radius: 0px;
  margin-bottom: .5rem;
}
.cid-sayzt5DzzA .card .card-header {
  border-radius: 0px;
  border: 0px !important;
  padding: 0;
}
.cid-sayzt5DzzA .card .card-header a.panel-title {
  transition: all .3s;
  background-color: #d8e6fb;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-sayzt5DzzA .card .card-header a.panel-title:hover {
  opacity: 0.5;
}
.cid-sayzt5DzzA .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sayzt5DzzA .card .card-header a.panel-title .sign {
  padding-left: 1rem;
}
.cid-sayzt5DzzA .card .card-header a.panel-title h4 {
  padding: 1rem 1rem;
  margin-bottom: 0;
}
.cid-sayzt5DzzA .card .panel-body {
  background: #ffffff;
}
.cid-sayzt5DzzA .media-container-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-sayzt5DzzA .media-container-row > div {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sayzt5DzzA .sign {
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sayzt5DzzA .media-container-row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .cid-sayzt5DzzA .media-container-row > div {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cid-sayzt5DzzA .mbr-figure {
    padding-right: 0;
    padding-left: 0;
    padding-top: 2rem;
    padding-top: 0;
    padding-bottom: 2rem;
  }
}
.cid-sayzt5DzzA .header-text,
.cid-sayzt5DzzA .sign {
  color: #64697a;
}
.cid-saAtbRRdkV {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #1a1a1a;
}
.cid-saAtbRRdkV p {
  text-align: center;
}
.cid-saAtbRRdkV .mbr-iconfont-social {
  font-size: 1rem;
  color: #000000;
}
.cid-saAtbRRdkV .social-list a:focus {
  text-decoration: none;
}
.cid-saAtbRRdkV .text-copyright {
  width: 100%;
  color: #fbfcff;
}
.cid-saAtbRRdkV .img-logo-footer {
  margin-right: 1rem;
  max-width: 3rem;
}
.cid-saAtbRRdkV .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
}
.cid-saAtbRRdkV .logo-footer {
  line-height: normal;
}
.cid-saAtbRRdkV .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-saAtbRRdkV .social-btns {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-saAtbRRdkV .media-container-row {
  -webkit-align-items: center;
  align-items: center;
}
.cid-sayKM1TVPt.popup-builder {
  background-color: #ffffff;
}
.cid-sayKM1TVPt.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sayKM1TVPt.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sayKM1TVPt .modal-content,
.cid-sayKM1TVPt .modal-dialog {
  height: auto;
}
.cid-sayKM1TVPt .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sayKM1TVPt .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sayKM1TVPt .form-wrapper .mbr-form .form-group,
  .cid-sayKM1TVPt .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sayKM1TVPt .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sayKM1TVPt .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-sayKM1TVPt .mbr-text {
  text-align: center;
}
.cid-sayKM1TVPt .pt-0 {
  padding-top: 0 !important;
}
.cid-sayKM1TVPt .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sayKM1TVPt .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sayKM1TVPt .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sayKM1TVPt .modal-open {
  overflow: hidden;
}
.cid-sayKM1TVPt .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sayKM1TVPt .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sayKM1TVPt .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sayKM1TVPt .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-sayKM1TVPt .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sayKM1TVPt .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sayKM1TVPt .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sayKM1TVPt .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-sayKM1TVPt .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sayKM1TVPt .modal-backdrop.fade {
  opacity: 0;
}
.cid-sayKM1TVPt .modal-backdrop.show {
  opacity: .5;
}
.cid-sayKM1TVPt .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-sayKM1TVPt .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sayKM1TVPt .modal-header .close:hover {
  opacity: 1;
}
.cid-sayKM1TVPt .modal-header .close:focus {
  outline: none;
}
.cid-sayKM1TVPt .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #233d63;
}
.cid-sayKM1TVPt .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-sayKM1TVPt .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-sayKM1TVPt .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sayKM1TVPt .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sayKM1TVPt .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sayKM1TVPt .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sayKM1TVPt .modal-sm {
    max-width: 300px;
  }
  .cid-sayKM1TVPt .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sayKM1TVPt .modal-lg,
  .cid-sayKM1TVPt .modal-xl {
    max-width: 800px;
  }
  .cid-sayKM1TVPt .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sayKM1TVPt .modal-xl {
    max-width: 1140px;
  }
  .cid-sayKM1TVPt .container {
    max-width: 1140px;
  }
}
.cid-sayKM1TVPt .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sayKM1TVPt .container {
    max-width: 720px;
  }
}
.cid-sayKM1TVPt .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sayKM1TVPt .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-sayKM1TVPt .form-group {
  margin-bottom: 1rem;
}
.cid-sayKM1TVPt .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sayKM1TVPt .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sayKM1TVPt .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-saJSyRtnG2 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-saJSyRtnG2 .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-saJSyRtnG2 .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-saJSyRtnG2 .navbar .navbar-buttons {
  flex-wrap: wrap;
}
.cid-saJSyRtnG2 .navbar .navbar-collapse {
  transition: none;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-saJSyRtnG2 .navbar.collapsed {
  flex-wrap: nowrap;
}
.cid-saJSyRtnG2 .navbar.collapsed.opened {
  text-align: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  margin-left: auto;
  max-width: 20rem ;
  height: 100vh;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-saJSyRtnG2 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-saJSyRtnG2 .navbar.collapsed.opened .navbar-toggler {
  -webkit-order: -1;
  order: -1;
  -webkit-align-self: flex-end !important;
  align-self: flex-end !important;
  margin: 1rem 0 0 0;
}
.cid-saJSyRtnG2 .navbar.collapsed.opened .navbar-collapse {
  -webkit-flex-basis: initial;
  flex-basis: initial;
}
.cid-saJSyRtnG2 .navbar.collapsed.opened .navbar-collapse.show,
.cid-saJSyRtnG2 .navbar.collapsed.opened .navbar-collapse.collapsing {
  display: block;
}
.cid-saJSyRtnG2 .navbar.collapsed:not(.opened) {
  flex-direction: row !important;
}
.cid-saJSyRtnG2 .navbar.collapsed:not(.opened) .navbar-collapse {
  display: none !important;
}
.cid-saJSyRtnG2 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-saJSyRtnG2 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-saJSyRtnG2 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-saJSyRtnG2 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-saJSyRtnG2 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-saJSyRtnG2 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-saJSyRtnG2 .navbar {
    flex-wrap: nowrap;
  }
  .cid-saJSyRtnG2 .navbar.opened {
    text-align: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-left: auto;
    max-width: 20rem ;
    height: 100vh;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .cid-saJSyRtnG2 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-saJSyRtnG2 .navbar.opened .navbar-toggler {
    -webkit-order: -1;
    order: -1;
    -webkit-align-self: flex-end !important;
    align-self: flex-end !important;
    margin: 1rem 0 0 0;
  }
  .cid-saJSyRtnG2 .navbar.opened .navbar-collapse {
    -webkit-flex-basis: initial;
    flex-basis: initial;
    height: auto !important;
    max-height: 100vh;
  }
  .cid-saJSyRtnG2 .navbar.opened .navbar-collapse.show,
  .cid-saJSyRtnG2 .navbar.opened .navbar-collapse.collapsing {
    display: block;
  }
  .cid-saJSyRtnG2 .navbar:not(.opened) .navbar-collapse {
    display: none !important;
  }
  .cid-saJSyRtnG2 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-saJSyRtnG2 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-saJSyRtnG2 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-saJSyRtnG2 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-saJSyRtnG2 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-saJSyRtnG2 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-saJSyRtnG2 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-saJSyRtnG2 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
}
.cid-saJSyRtnG2 .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-saJSyRtnG2 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-saJSyRtnG2 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-saJSyRtnG2 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-saJSyRtnG2 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-saJSyRtnG2 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-saJSyRtnG2 .dropdown-item.active,
.cid-saJSyRtnG2 .dropdown-item:active {
  background-color: transparent;
}
.cid-saJSyRtnG2 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-saJSyRtnG2 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-saJSyRtnG2 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-saJSyRtnG2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-saJSyRtnG2 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-saJSyRtnG2 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-saJSyRtnG2 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-saJSyRtnG2 .navbar-buttons {
  text-align: center;
}
.cid-saJSyRtnG2 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-saJSyRtnG2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #042daf;
}
.cid-saJSyRtnG2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-saJSyRtnG2 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-saJSyRtnG2 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-saJSyRtnG2 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-saJSyRtnG2 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-saJSyRtnG2 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-saJSyRtnG2 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-saJSyRtnG2 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-saJSyRtnG2 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-saJSyRtnG2 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 2px;
}
.cid-saJSyRtnG2 a.nav-link:focus {
  outline: none;
}
.cid-saJSyRtnG2 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-saJSyRtnG2 .nav-link:hover,
.cid-saJSyRtnG2 .dropdown-item:hover {
  color: #c1c1c1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-saJSyRtnG2 .navbar-dropdown.collapsed.opened {
    left: auto;
  }
  .cid-saJSyRtnG2 .navbar-dropdown.collapsed.opened .navbar-collapse {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-saJSyT1UqP {
  padding-top: 135px;
  padding-bottom: 105px;
  background-color: #e1a34c;
  overflow: hidden;
}
.cid-saJSyT1UqP svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-saJSyT1UqP #e2_shape {
  fill: #ffffff !important;
}
.cid-saJSyT1UqP img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(120, 137, 150, 0.35);
}
@media (max-width: 576px) {
  .cid-saJSyT1UqP img {
    width: 90%!important;
  }
}
.cid-saJSyT1UqP H1 {
  color: #ffffff;
}
.cid-saJSyT1UqP H3 {
  color: #fbfcff;
}
.cid-sSx2yGNips {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sSx2yGNips .mbr-section-title {
  color: #06182d;
}
.cid-sSx2yGNips .mbr-section-title span {
  line-height: 1;
  color: #ffffff;
  padding: 0 6px 1px 5px;
  transform: skew(-14deg);
  background: #ff5e3a;
  background: linear-gradient(#ff5e3a 0%, #ff653c 69%, #ff4e3c 100%);
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0;
  position: relative;
}
.cid-sSx2yGNips .mbr-section-subtitle {
  color: #06182d;
}
.cid-sSx2yGNips .mbr-section-subtitle.display-7 {
  letter-spacing: 0;
}
.cid-sSx2yGNips .mbr-section-text {
  color: #999999;
}
.cid-sSx2yGNips .nav-tabs .nav-item.open .nav-link:focus,
.cid-sSx2yGNips .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-sSx2yGNips .nav-tabs {
  flex-wrap: wrap;
  flex-direction: column;
  border-bottom: 1px solid #f4f6f9;
}
.cid-sSx2yGNips .nav-tabs .nav-item {
  margin-right: 4px;
}
.cid-sSx2yGNips .nav-tabs .nav-link {
  color: #06182d;
  font-style: normal;
  font-weight: 300;
  transition: all 0.5s;
  border: none;
  border-radius: 0 !important;
  background-color: #f4f6f9;
  padding: 1rem 2.2rem;
}
.cid-sSx2yGNips .nav-tabs .nav-link:hover {
  cursor: pointer;
  color: #ff513c;
}
.cid-sSx2yGNips .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
  background-color: #ff513c;
}
.cid-sSx2yGNips P {
  color: #879a9f;
}
@media (max-width: 576px) {
  .cid-sSx2yGNips .nav-tabs {
    flex-direction: column;
    justify-content: center;
  }
  .cid-sSx2yGNips .mbr-text,
  .cid-sSx2yGNips .nav-link {
    text-align: center;
  }
}
.cid-sSx2yGNips .img-wrap img {
  width: 100%;
}
.cid-sSx2yGNips .mbr-iconfont {
  font-family: "Moririse2" !important;
  display: inline-flex;
  transform-origin: ;
  transform: rotate(45deg);
  transition: all 0.3s;
  font-size: 1.4rem !important;
  color: #ff4e3c;
}
.cid-sSx2yGNips .mbr-iconfont:before {
  transform: scaleY(0) !important;
  transition: all 0.4s;
}
.cid-sSx2yGNips .accordion .card .card-header {
  margin-bottom: 0px;
}
.cid-sSx2yGNips .collapsed .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-sSx2yGNips .collapsed .mbr-iconfont:before {
  transform: scaleY(1) !important;
  transition: all 0.3s;
}
.cid-sSx2yGNips .card {
  border-radius: 0px;
  background-color: #f5f5f5;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 1.2rem;
}
.cid-sSx2yGNips .card:hover .card-header {
  transition: all 0.15s linear 0s;
  opacity: 0.7;
}
.cid-sSx2yGNips .card .card-header {
  border-radius: 0px;
  background-color: transparent;
  padding: 0;
}
.cid-sSx2yGNips .card .card-header h4 {
  justify-content: flex-start;
  width: 100%;
}
.cid-sSx2yGNips .card .card-header a.panel-title {
  margin-bottom: 0;
  display: flex;
  width: 100%;
  border-bottom: 2px solid #ff4e3c;
  transition: all 0.3s;
  justify-content: space-between;
}
.cid-sSx2yGNips .card .card-header a.panel-title.collapsed {
  border-bottom: 1px solid #efefef;
}
.cid-sSx2yGNips .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sSx2yGNips .card .card-header a.panel-title h4 {
  padding: 0 0rem 1.2rem;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.5px;
  color: #28303f;
}
.cid-sSx2yGNips .card .card-header a.panel-title h4 .sign {
  line-height: 1.6 !important;
}
.cid-sSx2yGNips .card .card-header a.panel-title .toggle-icon {
  right: 14px;
  position: absolute;
  top: 20px;
  transform: none;
  display: inline-block;
  height: 2px;
  margin-left: 0;
  width: 12px;
  border-radius: 50%;
  border: 2px solid rgba(97, 114, 138, 0.4);
  padding: 13px;
}
.cid-sSx2yGNips .card .card-header a.panel-title .toggle-icon:before,
.cid-sSx2yGNips .card .card-header a.panel-title .toggle-icon:after {
  background: currentColor;
  border: 0;
  box-sizing: border-box;
  content: "";
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
}
.cid-sSx2yGNips .card .card-header a.panel-title .toggle-icon:before {
  height: 12px;
  margin-left: -1px !important;
  width: 2px;
  margin-top: -6px;
  background-color: currentColor;
  border: 0;
  transform: none;
}
.cid-sSx2yGNips .card .card-header a.panel-title .toggle-icon:after {
  height: 2px;
  width: 12px;
  margin-left: -6px;
  margin-top: -1px;
}
.cid-sSx2yGNips .card .panel-body {
  padding: 14px 20px;
}
.cid-sSx2yGNips .card .panel-body p {
  color: #ff6400;
  line-height: 1.5;
}
.cid-sSx2yGNips .card .panel-body .display-4 {
  font-size: 16px;
}
.cid-sSx2yGNips .tab-pane:not(.active) {
  display: none;
}
.cid-sc9F7LYBCy {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sc9F7LYBCy .container-fluid {
  padding: 0 3rem;
}
.cid-sc9F7LYBCy .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(to right, #3c40df 50%, #606f7b 120%);
  display: inline-block;
}
.cid-sc9F7LYBCy .timeline-text-content {
  padding: 2rem 2.5rem;
  margin-left: 2rem;
  text-align: left;
}
.cid-sc9F7LYBCy .timeline-text-content p {
  margin-bottom: 0;
}
.cid-sc9F7LYBCy .time-line-date-content {
  margin-right: 2rem;
}
.cid-sc9F7LYBCy .time-line-date-content p {
  padding: 2rem 1.4rem;
  float: right;
}
.cid-sc9F7LYBCy .timeline-element {
  margin-bottom: 50px;
  position: relative;
  word-wrap: break-word;
  word-break: break-word;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
}
.cid-sc9F7LYBCy .iconBackground {
  position: absolute;
  left: 25%;
  width: 20px;
  height: 20px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  border: 2px solid #fe525b;
  font-size: 30px;
  display: inline-block;
  top: 29px;
  margin-left: -10px;
}
.cid-sc9F7LYBCy .separline:before,
.cid-sc9F7LYBCy .first-separline:before {
  top: 3rem;
  bottom: 0;
  position: absolute;
  content: "";
  width: 2px;
  background-color: #fe525b;
  left: calc(25% - 1px);
  height: calc(100% + 2rem);
}
.cid-sc9F7LYBCy .separline:after {
  top: calc(100% + 6.1rem);
  bottom: 0;
  position: absolute;
  content: "";
  width: 2px;
  background-color: #fe525b;
  left: calc(25% - 1px);
  height: 100%;
}
@media (max-width: 768px) {
  .cid-sc9F7LYBCy .container-fluid {
    padding: 0 1rem;
  }
  .cid-sc9F7LYBCy .iconBackground {
    left: 10px !important;
    top: 33px;
  }
  .cid-sc9F7LYBCy .separline:before,
  .cid-sc9F7LYBCy .first-separline:before {
    left: 9px !important;
    top: 3.3rem;
  }
  .cid-sc9F7LYBCy .separline:after {
    left: 9px !important;
    top: calc(100% + 6.4rem);
  }
  .cid-sc9F7LYBCy .timeline-text-content {
    margin-left: 0 !important;
  }
  .cid-sc9F7LYBCy .time-line-date-content {
    margin-right: 0 !important;
  }
  .cid-sc9F7LYBCy .time-line-date-content p {
    float: left !important;
  }
  .cid-sc9F7LYBCy .mbr-timeline-date {
    padding-bottom: 0 !important;
  }
}
.cid-sc9F7LYBCy .reverseTimeline {
  display: flex;
  flex-direction: column-reverse;
}
.cid-sb96gOPzjf {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-sb96gOPzjf .title__block {
  margin-bottom: 89px;
}
.cid-sb96gOPzjf .mbr-section-title {
  margin-bottom: 20px;
}
.cid-sb96gOPzjf .timelines-container .separline:last-child:before {
  content: none;
}
.cid-sb96gOPzjf .mbr-timeline-title {
  margin-bottom: 10px;
  font-weight: 500;
  color: #014188;
}
.cid-sb96gOPzjf .timeline-text-content {
  padding: 27px 27px 28px 37px;
  border: 1px solid #014188;
  border-radius: 4px;
  background-color: #ffffff;
  position: relative;
}
.cid-sb96gOPzjf .timeline-text-content p {
  margin-bottom: 0;
}
.cid-sb96gOPzjf .timeline-text-content:before {
  content: "";
  width: 14px;
  height: 14px;
  border: 1px solid #014188;
  display: block;
  border-bottom: none;
  border-left: none;
  position: absolute;
  right: -8px;
  top: 18px;
  background-color: #ffffff;
  transform: rotate(45deg);
}
.cid-sb96gOPzjf .timeline-element {
  margin-top: 20px;
  position: relative;
  word-wrap: break-word;
  word-break: break-word;
}
.cid-sb96gOPzjf .timeline-element:nth-child(odd) .timeline-text-content {
  margin-right: 35px;
}
.cid-sb96gOPzjf .timeline-element:nth-child(even) .timeline-text-content {
  margin-left: 35px;
}
.cid-sb96gOPzjf .timeline-element:nth-child(even) .timeline-text-content:before {
  right: auto;
  left: -8px;
  top: 18px;
  transform: rotate(225deg);
}
.cid-sb96gOPzjf .iconBackground {
  display: inline-block;
  position: absolute;
  border-radius: 50%;
  left: 50%;
  top: 21px;
  width: 10px;
  height: 10px;
  transform: translateX(-50%);
  background-color: #f7941e;
}
.cid-sb96gOPzjf .iconBackground:before {
  content: "";
  display: block;
  position: absolute;
  width: 30px;
  height: 30px;
  background-color: inherit;
  opacity: .35;
  top: -10px;
  left: -10px;
  border-radius: 50%;
}
.cid-sb96gOPzjf .separline:before {
  top: 60px;
  bottom: 0;
  position: absolute;
  content: "";
  width: .5px;
  background-color: #f7941e;
  left: calc(50% - 1px);
  height: calc(100% - 3rem);
  opacity: .35;
}
@media (max-width: 991px) {
  .cid-sb96gOPzjf .title__block {
    margin-bottom: 40px;
  }
  .cid-sb96gOPzjf .mbr-section-title {
    margin-bottom: 15px;
  }
  .cid-sb96gOPzjf .timeline-element {
    margin: 0 0 28px 10px;
  }
  .cid-sb96gOPzjf .timeline-element:nth-child(odd) .timeline-text-content {
    margin-right: 10px;
  }
  .cid-sb96gOPzjf .timeline-element:nth-child(odd) .timeline-text-content:before {
    right: auto;
    left: -8px;
    transform: rotate(225deg);
  }
  .cid-sb96gOPzjf .timeline-element:nth-child(even) .timeline-text-content {
    margin-right: 10px;
  }
  .cid-sb96gOPzjf .timeline-text-content {
    padding: 18px 19px;
    margin-left: 0 !important;
  }
  .cid-sb96gOPzjf .iconBackground {
    left: 0 !important;
  }
  .cid-sb96gOPzjf .separline:before {
    left: 0!important;
  }
}
.cid-sb96gOPzjf .mbr-section-title {
  color: #014188;
}
.cid-sb96gOPzjf .mbr-timeline-text {
  color: #4c4c4c;
}
.cid-sc9ExPQmKS {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sc9ExPQmKS .mbr-section-subtitle {
  color: #767676;
  text-align: center;
  font-weight: 300;
}
.cid-sc9ExPQmKS .timeline-text-content {
  padding: 2rem 2.5rem;
  background: #d8e6fb;
  margin-right: 2rem;
  transition: all .4s;
}
.cid-sc9ExPQmKS .timeline-text-content p {
  margin-bottom: 0;
}
.cid-sc9ExPQmKS .timeline-element {
  margin-bottom: 50px;
  position: relative;
  word-wrap: break-word;
  word-break: break-word;
  display: -webkit-flex;
  flex-direction: row;
  -webkit-flex-direction: row;
}
.cid-sc9ExPQmKS .timeline-element:hover .timeline-text-content {
  box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.08);
  transition: all .4s;
}
.cid-sc9ExPQmKS .reverse {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
.cid-sc9ExPQmKS .reverse .timeline-text-content {
  margin-left: 2rem;
  margin-right: 0;
}
.cid-sc9ExPQmKS .iconsBackground {
  position: absolute;
  left: 50%;
  width: 60px;
  height: 60px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  background-color: #d8e6fb;
  top: 20px;
  margin-left: -30px;
}
.cid-sc9ExPQmKS .mbr-iconfont {
  position: absolute;
  text-align: center;
  font-size: 35px;
  display: inline-block;
  z-index: 3;
  top: 13px;
  left: 13px;
}
.cid-sc9ExPQmKS .separline:before {
  top: 20px;
  bottom: 0;
  position: absolute;
  content: "";
  width: 2px;
  background-color: #d8e6fb;
  left: calc(50% - 1px);
  height: calc(100% + 4rem);
}
@media (max-width: 768px) {
  .cid-sc9ExPQmKS .iconsBackground {
    left: 1.5rem;
  }
  .cid-sc9ExPQmKS .separline:before {
    left: calc(1.5rem - 1px);
  }
  .cid-sc9ExPQmKS .timeline-text-content {
    margin-left: 3rem !important;
    margin-right: 0 !important;
  }
  .cid-sc9ExPQmKS .reverse .timeline-text-content {
    margin-right: 0 !important;
  }
}
.cid-sc9ExPQmKS .reverseTimeline {
  display: flex;
  flex-direction: column-reverse;
}
.cid-saJSyWbNX5 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-saJSyWbNX5 h4 {
  display: flex;
  color: #232323;
}
.cid-saJSyWbNX5 .panel-text {
  color: #767676;
  line-height: 1.7;
}
.cid-saJSyWbNX5 .wrap {
  display: flex;
}
.cid-saJSyWbNX5 .icon {
  background: #2461d8;
  min-width: 33px;
  min-height: 33px;
  border-radius: 100%;
  color: white!important;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  font-weight: 900;
}
.cid-saJSyWbNX5 img {
  max-width: 600px;
  width: 100%;
  margin: auto;
  padding: 2rem;
}
.cid-saJSyWbNX5 .mbr-section-title {
  color: #040daf;
  text-align: center;
}
.cid-saJSyWbNX5 p {
  margin: 0;
}
.cid-saJSyWbNX5 .card .card-header a.panel-title {
  background-color: transparent!important;
  margin-top: 0px!important;
}
.cid-saJSyWbNX5 .mbr-section-subtitle {
  font-weight: 500;
  color: #656565;
  text-align: center;
}
.cid-saJSyWbNX5 .accordion-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-saJSyWbNX5 .panel-group {
  width: 100%;
}
.cid-saJSyWbNX5 .panel-title {
  border-bottom: 1px solid #efefef;
  border-radius: 0px;
  margin-bottom: .5rem;
}
.cid-saJSyWbNX5 .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-saJSyWbNX5 .card .card-header a.panel-title {
  transition: all .3s;
  background-color: #ffffff;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-saJSyWbNX5 .card .card-header a.panel-title:hover {
  opacity: 0.5;
}
.cid-saJSyWbNX5 .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-saJSyWbNX5 .card .card-header a.panel-title h4 {
  padding: 1.5rem 1rem;
  margin-bottom: 0;
}
.cid-saJSyWbNX5 .card .panel-body {
  background: #ffffff;
}
.cid-saJSyWbNX5 .media-container-row .accordion-section {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-saJSyWbNX5 .media-container-row > div {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cid-saJSyWbNX5 .mbr-figure {
    padding-right: 0;
    padding-left: 0;
    padding-top: 2rem;
  }
}
.cid-saJSyWbNX5 .header-text,
.cid-saJSyWbNX5 .sign {
  color: #232323;
}
.cid-saJSyXbCcq {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-saJSyXbCcq h4 {
  display: flex;
  color: #232323;
}
.cid-saJSyXbCcq .panel-text {
  color: #767676;
  line-height: 1.7;
}
.cid-saJSyXbCcq .wrap {
  display: flex;
}
.cid-saJSyXbCcq .icon {
  background: #2461d8;
  min-width: 33px;
  min-height: 33px;
  border-radius: 100%;
  color: white!important;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  font-weight: 900;
}
.cid-saJSyXbCcq img {
  max-width: 600px;
  width: 100%;
  margin: auto;
  padding: 2rem;
}
.cid-saJSyXbCcq .mbr-section-title {
  color: #042daf;
  text-align: center;
}
.cid-saJSyXbCcq p {
  margin: 0;
}
.cid-saJSyXbCcq .card .card-header a.panel-title {
  background-color: transparent!important;
  margin-top: 0px!important;
}
.cid-saJSyXbCcq .mbr-section-subtitle {
  font-weight: 500;
  color: #656565;
  text-align: center;
}
.cid-saJSyXbCcq .accordion-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-saJSyXbCcq .panel-group {
  width: 100%;
}
.cid-saJSyXbCcq .panel-title {
  border-bottom: 1px solid #efefef;
  border-radius: 0px;
  margin-bottom: .5rem;
}
.cid-saJSyXbCcq .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-saJSyXbCcq .card .card-header a.panel-title {
  transition: all .3s;
  background-color: #ffffff;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-saJSyXbCcq .card .card-header a.panel-title:hover {
  opacity: 0.5;
}
.cid-saJSyXbCcq .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-saJSyXbCcq .card .card-header a.panel-title h4 {
  padding: 1.5rem 1rem;
  margin-bottom: 0;
}
.cid-saJSyXbCcq .card .panel-body {
  background: #ffffff;
}
.cid-saJSyXbCcq .media-container-row .accordion-section {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-saJSyXbCcq .media-container-row > div {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cid-saJSyXbCcq .mbr-figure {
    padding-right: 0;
    padding-left: 0;
    padding-top: 2rem;
  }
}
.cid-saJSyXbCcq .header-text,
.cid-saJSyXbCcq .sign {
  color: #232323;
}
.cid-saJSyYpheW {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-saJSyYpheW h4 {
  display: flex;
  color: #232323;
}
.cid-saJSyYpheW .panel-text {
  color: #767676;
  line-height: 1.7;
}
.cid-saJSyYpheW .wrap {
  display: flex;
}
.cid-saJSyYpheW .icon {
  background: #2461d8;
  min-width: 33px;
  min-height: 33px;
  border-radius: 100%;
  color: white!important;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  font-weight: 900;
}
.cid-saJSyYpheW img {
  max-width: 600px;
  width: 100%;
  margin: auto;
  padding: 2rem;
}
.cid-saJSyYpheW .mbr-section-title {
  color: #042daf;
  text-align: center;
}
.cid-saJSyYpheW p {
  margin: 0;
}
.cid-saJSyYpheW .card .card-header a.panel-title {
  background-color: transparent!important;
  margin-top: 0px!important;
}
.cid-saJSyYpheW .mbr-section-subtitle {
  font-weight: 500;
  color: #656565;
  text-align: center;
}
.cid-saJSyYpheW .accordion-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-saJSyYpheW .panel-group {
  width: 100%;
}
.cid-saJSyYpheW .panel-title {
  border-bottom: 1px solid #efefef;
  border-radius: 0px;
  margin-bottom: .5rem;
}
.cid-saJSyYpheW .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-saJSyYpheW .card .card-header a.panel-title {
  transition: all .3s;
  background-color: #ffffff;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-saJSyYpheW .card .card-header a.panel-title:hover {
  opacity: 0.5;
}
.cid-saJSyYpheW .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-saJSyYpheW .card .card-header a.panel-title h4 {
  padding: 1.5rem 1rem;
  margin-bottom: 0;
}
.cid-saJSyYpheW .card .panel-body {
  background: #ffffff;
}
.cid-saJSyYpheW .media-container-row .accordion-section {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-saJSyYpheW .media-container-row > div {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cid-saJSyYpheW .mbr-figure {
    padding-right: 0;
    padding-left: 0;
    padding-top: 2rem;
  }
}
.cid-saJSyYpheW .header-text,
.cid-saJSyYpheW .sign {
  color: #232323;
}
.cid-saJSyZwSsS {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-saJSyZwSsS h4 {
  display: flex;
  color: #232323;
}
.cid-saJSyZwSsS .panel-text {
  color: #767676;
  line-height: 1.7;
}
.cid-saJSyZwSsS .wrap {
  display: flex;
}
.cid-saJSyZwSsS .icon {
  background: #2461d8;
  min-width: 33px;
  min-height: 33px;
  border-radius: 100%;
  color: white!important;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  font-weight: 900;
}
.cid-saJSyZwSsS img {
  max-width: 600px;
  width: 100%;
  margin: auto;
  padding: 2rem;
}
.cid-saJSyZwSsS .mbr-section-title {
  color: #042daf;
  text-align: center;
}
.cid-saJSyZwSsS p {
  margin: 0;
}
.cid-saJSyZwSsS .card .card-header a.panel-title {
  background-color: transparent!important;
  margin-top: 0px!important;
}
.cid-saJSyZwSsS .mbr-section-subtitle {
  font-weight: 500;
  color: #656565;
  text-align: center;
}
.cid-saJSyZwSsS .accordion-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-saJSyZwSsS .panel-group {
  width: 100%;
}
.cid-saJSyZwSsS .panel-title {
  border-bottom: 1px solid #efefef;
  border-radius: 0px;
  margin-bottom: .5rem;
}
.cid-saJSyZwSsS .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-saJSyZwSsS .card .card-header a.panel-title {
  transition: all .3s;
  background-color: #ffffff;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-saJSyZwSsS .card .card-header a.panel-title:hover {
  opacity: 0.5;
}
.cid-saJSyZwSsS .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-saJSyZwSsS .card .card-header a.panel-title h4 {
  padding: 1.5rem 1rem;
  margin-bottom: 0;
}
.cid-saJSyZwSsS .card .panel-body {
  background: #ffffff;
}
.cid-saJSyZwSsS .media-container-row .accordion-section {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-saJSyZwSsS .media-container-row > div {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cid-saJSyZwSsS .mbr-figure {
    padding-right: 0;
    padding-left: 0;
    padding-top: 2rem;
  }
}
.cid-saJSyZwSsS .header-text,
.cid-saJSyZwSsS .sign {
  color: #232323;
}
.cid-saJSz0yx0H {
  padding-top: 30px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-saJSz0yx0H h4 {
  display: flex;
  color: #232323;
}
.cid-saJSz0yx0H .panel-text {
  color: #767676;
  line-height: 1.7;
}
.cid-saJSz0yx0H .wrap {
  display: flex;
}
.cid-saJSz0yx0H .icon {
  background: #2461d8;
  min-width: 33px;
  min-height: 33px;
  border-radius: 100%;
  color: white!important;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  font-weight: 900;
}
.cid-saJSz0yx0H img {
  max-width: 600px;
  width: 100%;
  margin: auto;
  padding: 2rem;
}
.cid-saJSz0yx0H .mbr-section-title {
  color: #042daf;
  text-align: center;
}
.cid-saJSz0yx0H p {
  margin: 0;
}
.cid-saJSz0yx0H .card .card-header a.panel-title {
  background-color: transparent!important;
  margin-top: 0px!important;
}
.cid-saJSz0yx0H .mbr-section-subtitle {
  font-weight: 500;
  color: #656565;
  text-align: center;
}
.cid-saJSz0yx0H .accordion-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-saJSz0yx0H .panel-group {
  width: 100%;
}
.cid-saJSz0yx0H .panel-title {
  border-bottom: 1px solid #efefef;
  border-radius: 0px;
  margin-bottom: .5rem;
}
.cid-saJSz0yx0H .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-saJSz0yx0H .card .card-header a.panel-title {
  transition: all .3s;
  background-color: #ffffff;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-saJSz0yx0H .card .card-header a.panel-title:hover {
  opacity: 0.5;
}
.cid-saJSz0yx0H .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-saJSz0yx0H .card .card-header a.panel-title h4 {
  padding: 1.5rem 1rem;
  margin-bottom: 0;
}
.cid-saJSz0yx0H .card .panel-body {
  background: #ffffff;
}
.cid-saJSz0yx0H .media-container-row .accordion-section {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-saJSz0yx0H .media-container-row > div {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cid-saJSz0yx0H .mbr-figure {
    padding-right: 0;
    padding-left: 0;
    padding-top: 2rem;
  }
}
.cid-saJSz0yx0H .header-text,
.cid-saJSz0yx0H .sign {
  color: #232323;
}
.cid-saJSz1LYV0 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #1a1a1a;
}
.cid-saJSz1LYV0 p {
  text-align: center;
}
.cid-saJSz1LYV0 .mbr-iconfont-social {
  font-size: 1rem;
  color: #000000;
}
.cid-saJSz1LYV0 .social-list a:focus {
  text-decoration: none;
}
.cid-saJSz1LYV0 .text-copyright {
  width: 100%;
  color: #fbfcff;
}
.cid-saJSz1LYV0 .img-logo-footer {
  margin-right: 1rem;
  max-width: 3rem;
}
.cid-saJSz1LYV0 .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
}
.cid-saJSz1LYV0 .logo-footer {
  line-height: normal;
}
.cid-saJSz1LYV0 .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-saJSz1LYV0 .social-btns {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-saJSz1LYV0 .media-container-row {
  -webkit-align-items: center;
  align-items: center;
}
.cid-s1rd6DNH86 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-s1rd6DNH86 .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-s1rd6DNH86 .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-s1rd6DNH86 .navbar .navbar-buttons {
  flex-wrap: wrap;
}
.cid-s1rd6DNH86 .navbar .navbar-collapse {
  transition: none;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-s1rd6DNH86 .navbar.collapsed {
  flex-wrap: nowrap;
}
.cid-s1rd6DNH86 .navbar.collapsed.opened {
  text-align: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  margin-left: auto;
  max-width: 20rem ;
  height: 100vh;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-s1rd6DNH86 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-s1rd6DNH86 .navbar.collapsed.opened .navbar-toggler {
  -webkit-order: -1;
  order: -1;
  -webkit-align-self: flex-end !important;
  align-self: flex-end !important;
  margin: 1rem 0 0 0;
}
.cid-s1rd6DNH86 .navbar.collapsed.opened .navbar-collapse {
  -webkit-flex-basis: initial;
  flex-basis: initial;
}
.cid-s1rd6DNH86 .navbar.collapsed.opened .navbar-collapse.show,
.cid-s1rd6DNH86 .navbar.collapsed.opened .navbar-collapse.collapsing {
  display: block;
}
.cid-s1rd6DNH86 .navbar.collapsed:not(.opened) {
  flex-direction: row !important;
}
.cid-s1rd6DNH86 .navbar.collapsed:not(.opened) .navbar-collapse {
  display: none !important;
}
.cid-s1rd6DNH86 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-s1rd6DNH86 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s1rd6DNH86 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-s1rd6DNH86 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-s1rd6DNH86 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-s1rd6DNH86 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-s1rd6DNH86 .navbar {
    flex-wrap: nowrap;
  }
  .cid-s1rd6DNH86 .navbar.opened {
    text-align: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-left: auto;
    max-width: 20rem ;
    height: 100vh;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .cid-s1rd6DNH86 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s1rd6DNH86 .navbar.opened .navbar-toggler {
    -webkit-order: -1;
    order: -1;
    -webkit-align-self: flex-end !important;
    align-self: flex-end !important;
    margin: 1rem 0 0 0;
  }
  .cid-s1rd6DNH86 .navbar.opened .navbar-collapse {
    -webkit-flex-basis: initial;
    flex-basis: initial;
    height: auto !important;
    max-height: 100vh;
  }
  .cid-s1rd6DNH86 .navbar.opened .navbar-collapse.show,
  .cid-s1rd6DNH86 .navbar.opened .navbar-collapse.collapsing {
    display: block;
  }
  .cid-s1rd6DNH86 .navbar:not(.opened) .navbar-collapse {
    display: none !important;
  }
  .cid-s1rd6DNH86 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-s1rd6DNH86 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s1rd6DNH86 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s1rd6DNH86 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-s1rd6DNH86 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s1rd6DNH86 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s1rd6DNH86 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-s1rd6DNH86 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
}
.cid-s1rd6DNH86 .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-s1rd6DNH86 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s1rd6DNH86 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s1rd6DNH86 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-s1rd6DNH86 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s1rd6DNH86 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s1rd6DNH86 .dropdown-item.active,
.cid-s1rd6DNH86 .dropdown-item:active {
  background-color: transparent;
}
.cid-s1rd6DNH86 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s1rd6DNH86 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s1rd6DNH86 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s1rd6DNH86 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-s1rd6DNH86 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-s1rd6DNH86 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s1rd6DNH86 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-s1rd6DNH86 .navbar-buttons {
  text-align: center;
}
.cid-s1rd6DNH86 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-s1rd6DNH86 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #042daf;
}
.cid-s1rd6DNH86 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s1rd6DNH86 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s1rd6DNH86 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s1rd6DNH86 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s1rd6DNH86 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s1rd6DNH86 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s1rd6DNH86 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s1rd6DNH86 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s1rd6DNH86 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-s1rd6DNH86 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 2px;
}
.cid-s1rd6DNH86 a.nav-link:focus {
  outline: none;
}
.cid-s1rd6DNH86 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-s1rd6DNH86 .nav-link:hover,
.cid-s1rd6DNH86 .dropdown-item:hover {
  color: #c1c1c1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-s1rd6DNH86 .navbar-dropdown.collapsed.opened {
    left: auto;
  }
  .cid-s1rd6DNH86 .navbar-dropdown.collapsed.opened .navbar-collapse {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-saD6DqUvdX {
  padding-top: 135px;
  padding-bottom: 105px;
  background-image: url("../../../assets/images/background6.jpg");
  overflow: hidden;
}
.cid-saD6DqUvdX svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-saD6DqUvdX #e2_shape {
  fill: #ffffff !important;
}
.cid-saD6DqUvdX img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(120, 137, 150, 0.35);
}
@media (max-width: 576px) {
  .cid-saD6DqUvdX img {
    width: 90%!important;
  }
}
.cid-saD6DqUvdX H1 {
  color: #ffffff;
}
.cid-saD6DqUvdX H3 {
  color: #fbfcff;
}
.cid-sTnFjUsVqL {
  padding-top: 75px;
  padding-bottom: 90px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-sTnFjUsVqL .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sTnFjUsVqL .btn {
  font-size: 16px;
  padding: 0.5rem 2rem;
}
.cid-sTnFjUsVqL .btn-primary-outline {
  border: none;
  color: gray;
}
.cid-sTnFjUsVqL .btn-primary-outline:active {
  color: gray;
}
.cid-sTnFjUsVqL .btn-primary-outline:hover {
  color: white;
}
.cid-sTnFjUsVqL div {
  overflow: hidden;
}
.cid-sTnFjUsVqL li.active .btn-primary-outline {
  color: white;
}
.cid-sTnFjUsVqL .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sTnFjUsVqL .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sTnFjUsVqL .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sTnFjUsVqL .mbr-gallery-item {
  overflow: hidden;
}
.cid-sTnFjUsVqL .mbr-gallery-item:hover img {
  transform: scale(1.1);
}
.cid-sTnFjUsVqL .mbr-gallery-item img {
  transition: all 0.3s;
}
.cid-sTnFjUsVqL .mbr-gallery-filter {
  padding-top: 20px;
  padding-bottom: 20px;
}
.cid-sTnFjUsVqL .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: #232323;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-sTnFjUsVqL .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-sTnFjUsVqL .mbr-gallery-item > div:hover:before {
  opacity: 0.6 !important;
}
.cid-sTnFjUsVqL .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-sTnFjUsVqL .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #232323 !important;
  opacity: 0.6;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-saD7b6tR1R.popup-builder {
  background-color: #ffffff;
}
.cid-saD7b6tR1R.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-saD7b6tR1R.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-saD7b6tR1R .modal-content,
.cid-saD7b6tR1R .modal-dialog {
  height: auto;
}
.cid-saD7b6tR1R .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-saD7b6tR1R .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-saD7b6tR1R .form-wrapper .mbr-form .form-group,
  .cid-saD7b6tR1R .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-saD7b6tR1R .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-saD7b6tR1R .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-saD7b6tR1R .mbr-text {
  text-align: center;
}
.cid-saD7b6tR1R .pt-0 {
  padding-top: 0 !important;
}
.cid-saD7b6tR1R .pb-0 {
  padding-bottom: 0 !important;
}
.cid-saD7b6tR1R .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-saD7b6tR1R .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-saD7b6tR1R .modal-open {
  overflow: hidden;
}
.cid-saD7b6tR1R .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-saD7b6tR1R .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-saD7b6tR1R .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-saD7b6tR1R .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-saD7b6tR1R .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-saD7b6tR1R .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-saD7b6tR1R .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-saD7b6tR1R .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-saD7b6tR1R .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-saD7b6tR1R .modal-backdrop.fade {
  opacity: 0;
}
.cid-saD7b6tR1R .modal-backdrop.show {
  opacity: .5;
}
.cid-saD7b6tR1R .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-saD7b6tR1R .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-saD7b6tR1R .modal-header .close:hover {
  opacity: 1;
}
.cid-saD7b6tR1R .modal-header .close:focus {
  outline: none;
}
.cid-saD7b6tR1R .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #233d63;
}
.cid-saD7b6tR1R .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-saD7b6tR1R .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-saD7b6tR1R .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-saD7b6tR1R .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-saD7b6tR1R .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-saD7b6tR1R .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-saD7b6tR1R .modal-sm {
    max-width: 300px;
  }
  .cid-saD7b6tR1R .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-saD7b6tR1R .modal-lg,
  .cid-saD7b6tR1R .modal-xl {
    max-width: 800px;
  }
  .cid-saD7b6tR1R .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-saD7b6tR1R .modal-xl {
    max-width: 1140px;
  }
  .cid-saD7b6tR1R .container {
    max-width: 1140px;
  }
}
.cid-saD7b6tR1R .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-saD7b6tR1R .container {
    max-width: 720px;
  }
}
.cid-saD7b6tR1R .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-saD7b6tR1R .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-saD7b6tR1R .form-group {
  margin-bottom: 1rem;
}
.cid-saD7b6tR1R .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-saD7b6tR1R .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-saD7b6tR1R .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-saDD1fxkon {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-saDD1fxkon h4 {
  display: flex;
  color: #232323;
}
.cid-saDD1fxkon .panel-text {
  color: #767676;
  line-height: 1.7;
}
.cid-saDD1fxkon .wrap {
  display: flex;
}
.cid-saDD1fxkon .icon {
  background: #2461d8;
  min-width: 33px;
  min-height: 33px;
  border-radius: 100%;
  color: white!important;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  font-weight: 900;
}
.cid-saDD1fxkon img {
  max-width: 600px;
  width: 100%;
  margin: auto;
  padding: 2rem;
}
.cid-saDD1fxkon .mbr-section-title {
  color: #040daf;
  text-align: left;
}
.cid-saDD1fxkon p {
  margin: 0;
}
.cid-saDD1fxkon .card .card-header a.panel-title {
  background-color: transparent!important;
  margin-top: 0px!important;
}
.cid-saDD1fxkon .mbr-section-subtitle {
  font-weight: 500;
  color: #656565;
  text-align: center;
}
.cid-saDD1fxkon .accordion-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-saDD1fxkon .panel-group {
  width: 100%;
}
.cid-saDD1fxkon .panel-title {
  border-bottom: 1px solid #efefef;
  border-radius: 0px;
  margin-bottom: .5rem;
}
.cid-saDD1fxkon .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-saDD1fxkon .card .card-header a.panel-title {
  transition: all .3s;
  background-color: #ffffff;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-saDD1fxkon .card .card-header a.panel-title:hover {
  opacity: 0.5;
}
.cid-saDD1fxkon .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-saDD1fxkon .card .card-header a.panel-title h4 {
  padding: 1.5rem 1rem;
  margin-bottom: 0;
}
.cid-saDD1fxkon .card .panel-body {
  background: #ffffff;
}
.cid-saDD1fxkon .media-container-row .accordion-section {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-saDD1fxkon .media-container-row > div {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cid-saDD1fxkon .mbr-figure {
    padding-right: 0;
    padding-left: 0;
    padding-top: 2rem;
  }
}
.cid-saDD1fxkon .header-text,
.cid-saDD1fxkon .sign {
  color: #232323;
}
.cid-saDPG0CzuO {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-saDPG0CzuO h4 {
  display: flex;
  color: #232323;
}
.cid-saDPG0CzuO .panel-text {
  color: #767676;
  line-height: 1.7;
}
.cid-saDPG0CzuO .wrap {
  display: flex;
}
.cid-saDPG0CzuO .icon {
  background: #2461d8;
  min-width: 33px;
  min-height: 33px;
  border-radius: 100%;
  color: white!important;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  font-weight: 900;
}
.cid-saDPG0CzuO img {
  max-width: 600px;
  width: 100%;
  margin: auto;
  padding: 2rem;
}
.cid-saDPG0CzuO .mbr-section-title {
  color: #042daf;
  text-align: left;
}
.cid-saDPG0CzuO p {
  margin: 0;
}
.cid-saDPG0CzuO .card .card-header a.panel-title {
  background-color: transparent!important;
  margin-top: 0px!important;
}
.cid-saDPG0CzuO .mbr-section-subtitle {
  font-weight: 500;
  color: #656565;
  text-align: center;
}
.cid-saDPG0CzuO .accordion-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-saDPG0CzuO .panel-group {
  width: 100%;
}
.cid-saDPG0CzuO .panel-title {
  border-bottom: 1px solid #efefef;
  border-radius: 0px;
  margin-bottom: .5rem;
}
.cid-saDPG0CzuO .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-saDPG0CzuO .card .card-header a.panel-title {
  transition: all .3s;
  background-color: #ffffff;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-saDPG0CzuO .card .card-header a.panel-title:hover {
  opacity: 0.5;
}
.cid-saDPG0CzuO .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-saDPG0CzuO .card .card-header a.panel-title h4 {
  padding: 1.5rem 1rem;
  margin-bottom: 0;
}
.cid-saDPG0CzuO .card .panel-body {
  background: #ffffff;
}
.cid-saDPG0CzuO .media-container-row .accordion-section {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-saDPG0CzuO .media-container-row > div {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cid-saDPG0CzuO .mbr-figure {
    padding-right: 0;
    padding-left: 0;
    padding-top: 2rem;
  }
}
.cid-saDPG0CzuO .header-text,
.cid-saDPG0CzuO .sign {
  color: #232323;
}
.cid-saDEPV7Ivg {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-saDEPV7Ivg h4 {
  display: flex;
  color: #232323;
}
.cid-saDEPV7Ivg .panel-text {
  color: #767676;
  line-height: 1.7;
}
.cid-saDEPV7Ivg .wrap {
  display: flex;
}
.cid-saDEPV7Ivg .icon {
  background: #2461d8;
  min-width: 33px;
  min-height: 33px;
  border-radius: 100%;
  color: white!important;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  font-weight: 900;
}
.cid-saDEPV7Ivg img {
  max-width: 600px;
  width: 100%;
  margin: auto;
  padding: 2rem;
}
.cid-saDEPV7Ivg .mbr-section-title {
  color: #042daf;
  text-align: left;
}
.cid-saDEPV7Ivg p {
  margin: 0;
}
.cid-saDEPV7Ivg .card .card-header a.panel-title {
  background-color: transparent!important;
  margin-top: 0px!important;
}
.cid-saDEPV7Ivg .mbr-section-subtitle {
  font-weight: 500;
  color: #656565;
  text-align: center;
}
.cid-saDEPV7Ivg .accordion-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-saDEPV7Ivg .panel-group {
  width: 100%;
}
.cid-saDEPV7Ivg .panel-title {
  border-bottom: 1px solid #efefef;
  border-radius: 0px;
  margin-bottom: .5rem;
}
.cid-saDEPV7Ivg .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-saDEPV7Ivg .card .card-header a.panel-title {
  transition: all .3s;
  background-color: #ffffff;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-saDEPV7Ivg .card .card-header a.panel-title:hover {
  opacity: 0.5;
}
.cid-saDEPV7Ivg .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-saDEPV7Ivg .card .card-header a.panel-title h4 {
  padding: 1.5rem 1rem;
  margin-bottom: 0;
}
.cid-saDEPV7Ivg .card .panel-body {
  background: #ffffff;
}
.cid-saDEPV7Ivg .media-container-row .accordion-section {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-saDEPV7Ivg .media-container-row > div {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cid-saDEPV7Ivg .mbr-figure {
    padding-right: 0;
    padding-left: 0;
    padding-top: 2rem;
  }
}
.cid-saDEPV7Ivg .header-text,
.cid-saDEPV7Ivg .sign {
  color: #232323;
}
.cid-saDQxodHKj {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-saDQxodHKj h4 {
  display: flex;
  color: #232323;
}
.cid-saDQxodHKj .panel-text {
  color: #767676;
  line-height: 1.7;
}
.cid-saDQxodHKj .wrap {
  display: flex;
}
.cid-saDQxodHKj .icon {
  background: #2461d8;
  min-width: 33px;
  min-height: 33px;
  border-radius: 100%;
  color: white!important;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  font-weight: 900;
}
.cid-saDQxodHKj img {
  max-width: 600px;
  width: 100%;
  margin: auto;
  padding: 2rem;
}
.cid-saDQxodHKj .mbr-section-title {
  color: #042daf;
  text-align: left;
}
.cid-saDQxodHKj p {
  margin: 0;
}
.cid-saDQxodHKj .card .card-header a.panel-title {
  background-color: transparent!important;
  margin-top: 0px!important;
}
.cid-saDQxodHKj .mbr-section-subtitle {
  font-weight: 500;
  color: #656565;
  text-align: center;
}
.cid-saDQxodHKj .accordion-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-saDQxodHKj .panel-group {
  width: 100%;
}
.cid-saDQxodHKj .panel-title {
  border-bottom: 1px solid #efefef;
  border-radius: 0px;
  margin-bottom: .5rem;
}
.cid-saDQxodHKj .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-saDQxodHKj .card .card-header a.panel-title {
  transition: all .3s;
  background-color: #ffffff;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-saDQxodHKj .card .card-header a.panel-title:hover {
  opacity: 0.5;
}
.cid-saDQxodHKj .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-saDQxodHKj .card .card-header a.panel-title h4 {
  padding: 1.5rem 1rem;
  margin-bottom: 0;
}
.cid-saDQxodHKj .card .panel-body {
  background: #ffffff;
}
.cid-saDQxodHKj .media-container-row .accordion-section {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-saDQxodHKj .media-container-row > div {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cid-saDQxodHKj .mbr-figure {
    padding-right: 0;
    padding-left: 0;
    padding-top: 2rem;
  }
}
.cid-saDQxodHKj .header-text,
.cid-saDQxodHKj .sign {
  color: #232323;
}
.cid-saDR8LYhPj {
  padding-top: 30px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-saDR8LYhPj h4 {
  display: flex;
  color: #232323;
}
.cid-saDR8LYhPj .panel-text {
  color: #767676;
  line-height: 1.7;
}
.cid-saDR8LYhPj .wrap {
  display: flex;
}
.cid-saDR8LYhPj .icon {
  background: #2461d8;
  min-width: 33px;
  min-height: 33px;
  border-radius: 100%;
  color: white!important;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  font-weight: 900;
}
.cid-saDR8LYhPj img {
  max-width: 600px;
  width: 100%;
  margin: auto;
  padding: 2rem;
}
.cid-saDR8LYhPj .mbr-section-title {
  color: #042daf;
  text-align: left;
}
.cid-saDR8LYhPj p {
  margin: 0;
}
.cid-saDR8LYhPj .card .card-header a.panel-title {
  background-color: transparent!important;
  margin-top: 0px!important;
}
.cid-saDR8LYhPj .mbr-section-subtitle {
  font-weight: 500;
  color: #656565;
  text-align: center;
}
.cid-saDR8LYhPj .accordion-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-saDR8LYhPj .panel-group {
  width: 100%;
}
.cid-saDR8LYhPj .panel-title {
  border-bottom: 1px solid #efefef;
  border-radius: 0px;
  margin-bottom: .5rem;
}
.cid-saDR8LYhPj .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-saDR8LYhPj .card .card-header a.panel-title {
  transition: all .3s;
  background-color: #ffffff;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-saDR8LYhPj .card .card-header a.panel-title:hover {
  opacity: 0.5;
}
.cid-saDR8LYhPj .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-saDR8LYhPj .card .card-header a.panel-title h4 {
  padding: 1.5rem 1rem;
  margin-bottom: 0;
}
.cid-saDR8LYhPj .card .panel-body {
  background: #ffffff;
}
.cid-saDR8LYhPj .media-container-row .accordion-section {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-saDR8LYhPj .media-container-row > div {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cid-saDR8LYhPj .mbr-figure {
    padding-right: 0;
    padding-left: 0;
    padding-top: 2rem;
  }
}
.cid-saDR8LYhPj .header-text,
.cid-saDR8LYhPj .sign {
  color: #232323;
}
.cid-saDRUEQFCe {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #1a1a1a;
}
.cid-saDRUEQFCe p {
  text-align: center;
}
.cid-saDRUEQFCe .mbr-iconfont-social {
  font-size: 1rem;
  color: #000000;
}
.cid-saDRUEQFCe .social-list a:focus {
  text-decoration: none;
}
.cid-saDRUEQFCe .text-copyright {
  width: 100%;
  color: #fbfcff;
}
.cid-saDRUEQFCe .img-logo-footer {
  margin-right: 1rem;
  max-width: 3rem;
}
.cid-saDRUEQFCe .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
}
.cid-saDRUEQFCe .logo-footer {
  line-height: normal;
}
.cid-saDRUEQFCe .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-saDRUEQFCe .social-btns {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-saDRUEQFCe .media-container-row {
  -webkit-align-items: center;
  align-items: center;
}
.cid-sSx2FdHc6b .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-sSx2FdHc6b .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-sSx2FdHc6b .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-sSx2FdHc6b .navbar .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sSx2FdHc6b .navbar .navbar-collapse {
  transition: none;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sSx2FdHc6b .navbar.collapsed {
  flex-wrap: nowrap;
}
.cid-sSx2FdHc6b .navbar.collapsed.opened {
  text-align: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  margin-left: auto;
  max-width: 20rem ;
  height: 100vh;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-sSx2FdHc6b .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sSx2FdHc6b .navbar.collapsed.opened .navbar-toggler {
  -webkit-order: -1;
  order: -1;
  -webkit-align-self: flex-end !important;
  align-self: flex-end !important;
  margin: 1rem 0 0 0;
}
.cid-sSx2FdHc6b .navbar.collapsed.opened .navbar-collapse {
  -webkit-flex-basis: initial;
  flex-basis: initial;
}
.cid-sSx2FdHc6b .navbar.collapsed.opened .navbar-collapse.show,
.cid-sSx2FdHc6b .navbar.collapsed.opened .navbar-collapse.collapsing {
  display: block;
}
.cid-sSx2FdHc6b .navbar.collapsed:not(.opened) {
  flex-direction: row !important;
}
.cid-sSx2FdHc6b .navbar.collapsed:not(.opened) .navbar-collapse {
  display: none !important;
}
.cid-sSx2FdHc6b .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sSx2FdHc6b .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sSx2FdHc6b .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sSx2FdHc6b .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sSx2FdHc6b .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sSx2FdHc6b .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-sSx2FdHc6b .navbar {
    flex-wrap: nowrap;
  }
  .cid-sSx2FdHc6b .navbar.opened {
    text-align: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-left: auto;
    max-width: 20rem ;
    height: 100vh;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .cid-sSx2FdHc6b .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sSx2FdHc6b .navbar.opened .navbar-toggler {
    -webkit-order: -1;
    order: -1;
    -webkit-align-self: flex-end !important;
    align-self: flex-end !important;
    margin: 1rem 0 0 0;
  }
  .cid-sSx2FdHc6b .navbar.opened .navbar-collapse {
    -webkit-flex-basis: initial;
    flex-basis: initial;
    height: auto !important;
    max-height: 100vh;
  }
  .cid-sSx2FdHc6b .navbar.opened .navbar-collapse.show,
  .cid-sSx2FdHc6b .navbar.opened .navbar-collapse.collapsing {
    display: block;
  }
  .cid-sSx2FdHc6b .navbar:not(.opened) .navbar-collapse {
    display: none !important;
  }
  .cid-sSx2FdHc6b .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sSx2FdHc6b .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sSx2FdHc6b .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sSx2FdHc6b .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sSx2FdHc6b .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sSx2FdHc6b .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sSx2FdHc6b .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-sSx2FdHc6b .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
}
.cid-sSx2FdHc6b .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-sSx2FdHc6b .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sSx2FdHc6b .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sSx2FdHc6b .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sSx2FdHc6b .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sSx2FdHc6b .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sSx2FdHc6b .dropdown-item.active,
.cid-sSx2FdHc6b .dropdown-item:active {
  background-color: transparent;
}
.cid-sSx2FdHc6b .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sSx2FdHc6b .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sSx2FdHc6b .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sSx2FdHc6b .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sSx2FdHc6b .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sSx2FdHc6b .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sSx2FdHc6b ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sSx2FdHc6b .navbar-buttons {
  text-align: center;
}
.cid-sSx2FdHc6b button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sSx2FdHc6b button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #042daf;
}
.cid-sSx2FdHc6b button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sSx2FdHc6b button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sSx2FdHc6b button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sSx2FdHc6b button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sSx2FdHc6b nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sSx2FdHc6b nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sSx2FdHc6b nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sSx2FdHc6b nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sSx2FdHc6b .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sSx2FdHc6b a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 2px;
}
.cid-sSx2FdHc6b a.nav-link:focus {
  outline: none;
}
.cid-sSx2FdHc6b .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sSx2FdHc6b .nav-link:hover,
.cid-sSx2FdHc6b .dropdown-item:hover {
  color: #c1c1c1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sSx2FdHc6b .navbar-dropdown.collapsed.opened {
    left: auto;
  }
  .cid-sSx2FdHc6b .navbar-dropdown.collapsed.opened .navbar-collapse {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-sSx2FevF38 {
  padding-top: 135px;
  padding-bottom: 105px;
  background-color: #e1a34c;
  overflow: hidden;
}
.cid-sSx2FevF38 svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-sSx2FevF38 #e2_shape {
  fill: #ffffff !important;
}
.cid-sSx2FevF38 img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(120, 137, 150, 0.35);
}
@media (max-width: 576px) {
  .cid-sSx2FevF38 img {
    width: 90%!important;
  }
}
.cid-sSx2FevF38 H1 {
  color: #ffffff;
}
.cid-sSx2FevF38 H3 {
  color: #fbfcff;
}
.cid-sSx2Fh3fRi {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sSx2Fh3fRi .container-fluid {
  padding: 0 3rem;
}
.cid-sSx2Fh3fRi .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(to right, #3c40df 50%, #606f7b 120%);
  display: inline-block;
}
.cid-sSx2Fh3fRi .timeline-text-content {
  padding: 2rem 2.5rem;
  margin-left: 2rem;
  text-align: left;
}
.cid-sSx2Fh3fRi .timeline-text-content p {
  margin-bottom: 0;
}
.cid-sSx2Fh3fRi .time-line-date-content {
  margin-right: 2rem;
}
.cid-sSx2Fh3fRi .time-line-date-content p {
  padding: 2rem 1.4rem;
  float: right;
}
.cid-sSx2Fh3fRi .timeline-element {
  margin-bottom: 50px;
  position: relative;
  word-wrap: break-word;
  word-break: break-word;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
}
.cid-sSx2Fh3fRi .iconBackground {
  position: absolute;
  left: 25%;
  width: 20px;
  height: 20px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  border: 2px solid #fe525b;
  font-size: 30px;
  display: inline-block;
  top: 29px;
  margin-left: -10px;
}
.cid-sSx2Fh3fRi .separline:before,
.cid-sSx2Fh3fRi .first-separline:before {
  top: 3rem;
  bottom: 0;
  position: absolute;
  content: "";
  width: 2px;
  background-color: #fe525b;
  left: calc(25% - 1px);
  height: calc(100% + 2rem);
}
.cid-sSx2Fh3fRi .separline:after {
  top: calc(100% + 6.1rem);
  bottom: 0;
  position: absolute;
  content: "";
  width: 2px;
  background-color: #fe525b;
  left: calc(25% - 1px);
  height: 100%;
}
@media (max-width: 768px) {
  .cid-sSx2Fh3fRi .container-fluid {
    padding: 0 1rem;
  }
  .cid-sSx2Fh3fRi .iconBackground {
    left: 10px !important;
    top: 33px;
  }
  .cid-sSx2Fh3fRi .separline:before,
  .cid-sSx2Fh3fRi .first-separline:before {
    left: 9px !important;
    top: 3.3rem;
  }
  .cid-sSx2Fh3fRi .separline:after {
    left: 9px !important;
    top: calc(100% + 6.4rem);
  }
  .cid-sSx2Fh3fRi .timeline-text-content {
    margin-left: 0 !important;
  }
  .cid-sSx2Fh3fRi .time-line-date-content {
    margin-right: 0 !important;
  }
  .cid-sSx2Fh3fRi .time-line-date-content p {
    float: left !important;
  }
  .cid-sSx2Fh3fRi .mbr-timeline-date {
    padding-bottom: 0 !important;
  }
}
.cid-sSx2Fh3fRi .reverseTimeline {
  display: flex;
  flex-direction: column-reverse;
}
.cid-sSx2FiL49y {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-sSx2FiL49y .title__block {
  margin-bottom: 89px;
}
.cid-sSx2FiL49y .mbr-section-title {
  margin-bottom: 20px;
}
.cid-sSx2FiL49y .timelines-container .separline:last-child:before {
  content: none;
}
.cid-sSx2FiL49y .mbr-timeline-title {
  margin-bottom: 10px;
  font-weight: 500;
  color: #014188;
}
.cid-sSx2FiL49y .timeline-text-content {
  padding: 27px 27px 28px 37px;
  border: 1px solid #014188;
  border-radius: 4px;
  background-color: #ffffff;
  position: relative;
}
.cid-sSx2FiL49y .timeline-text-content p {
  margin-bottom: 0;
}
.cid-sSx2FiL49y .timeline-text-content:before {
  content: "";
  width: 14px;
  height: 14px;
  border: 1px solid #014188;
  display: block;
  border-bottom: none;
  border-left: none;
  position: absolute;
  right: -8px;
  top: 18px;
  background-color: #ffffff;
  transform: rotate(45deg);
}
.cid-sSx2FiL49y .timeline-element {
  margin-top: 20px;
  position: relative;
  word-wrap: break-word;
  word-break: break-word;
}
.cid-sSx2FiL49y .timeline-element:nth-child(odd) .timeline-text-content {
  margin-right: 35px;
}
.cid-sSx2FiL49y .timeline-element:nth-child(even) .timeline-text-content {
  margin-left: 35px;
}
.cid-sSx2FiL49y .timeline-element:nth-child(even) .timeline-text-content:before {
  right: auto;
  left: -8px;
  top: 18px;
  transform: rotate(225deg);
}
.cid-sSx2FiL49y .iconBackground {
  display: inline-block;
  position: absolute;
  border-radius: 50%;
  left: 50%;
  top: 21px;
  width: 10px;
  height: 10px;
  transform: translateX(-50%);
  background-color: #f7941e;
}
.cid-sSx2FiL49y .iconBackground:before {
  content: "";
  display: block;
  position: absolute;
  width: 30px;
  height: 30px;
  background-color: inherit;
  opacity: .35;
  top: -10px;
  left: -10px;
  border-radius: 50%;
}
.cid-sSx2FiL49y .separline:before {
  top: 60px;
  bottom: 0;
  position: absolute;
  content: "";
  width: .5px;
  background-color: #f7941e;
  left: calc(50% - 1px);
  height: calc(100% - 3rem);
  opacity: .35;
}
@media (max-width: 991px) {
  .cid-sSx2FiL49y .title__block {
    margin-bottom: 40px;
  }
  .cid-sSx2FiL49y .mbr-section-title {
    margin-bottom: 15px;
  }
  .cid-sSx2FiL49y .timeline-element {
    margin: 0 0 28px 10px;
  }
  .cid-sSx2FiL49y .timeline-element:nth-child(odd) .timeline-text-content {
    margin-right: 10px;
  }
  .cid-sSx2FiL49y .timeline-element:nth-child(odd) .timeline-text-content:before {
    right: auto;
    left: -8px;
    transform: rotate(225deg);
  }
  .cid-sSx2FiL49y .timeline-element:nth-child(even) .timeline-text-content {
    margin-right: 10px;
  }
  .cid-sSx2FiL49y .timeline-text-content {
    padding: 18px 19px;
    margin-left: 0 !important;
  }
  .cid-sSx2FiL49y .iconBackground {
    left: 0 !important;
  }
  .cid-sSx2FiL49y .separline:before {
    left: 0!important;
  }
}
.cid-sSx2FiL49y .mbr-section-title {
  color: #014188;
}
.cid-sSx2FiL49y .mbr-timeline-text {
  color: #4c4c4c;
}
.cid-sSx2FjoOL6 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sSx2FjoOL6 .mbr-section-subtitle {
  color: #767676;
  text-align: center;
  font-weight: 300;
}
.cid-sSx2FjoOL6 .timeline-text-content {
  padding: 2rem 2.5rem;
  background: #d8e6fb;
  margin-right: 2rem;
  transition: all .4s;
}
.cid-sSx2FjoOL6 .timeline-text-content p {
  margin-bottom: 0;
}
.cid-sSx2FjoOL6 .timeline-element {
  margin-bottom: 50px;
  position: relative;
  word-wrap: break-word;
  word-break: break-word;
  display: -webkit-flex;
  flex-direction: row;
  -webkit-flex-direction: row;
}
.cid-sSx2FjoOL6 .timeline-element:hover .timeline-text-content {
  box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.08);
  transition: all .4s;
}
.cid-sSx2FjoOL6 .reverse {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
.cid-sSx2FjoOL6 .reverse .timeline-text-content {
  margin-left: 2rem;
  margin-right: 0;
}
.cid-sSx2FjoOL6 .iconsBackground {
  position: absolute;
  left: 50%;
  width: 60px;
  height: 60px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  background-color: #d8e6fb;
  top: 20px;
  margin-left: -30px;
}
.cid-sSx2FjoOL6 .mbr-iconfont {
  position: absolute;
  text-align: center;
  font-size: 35px;
  display: inline-block;
  z-index: 3;
  top: 13px;
  left: 13px;
}
.cid-sSx2FjoOL6 .separline:before {
  top: 20px;
  bottom: 0;
  position: absolute;
  content: "";
  width: 2px;
  background-color: #d8e6fb;
  left: calc(50% - 1px);
  height: calc(100% + 4rem);
}
@media (max-width: 768px) {
  .cid-sSx2FjoOL6 .iconsBackground {
    left: 1.5rem;
  }
  .cid-sSx2FjoOL6 .separline:before {
    left: calc(1.5rem - 1px);
  }
  .cid-sSx2FjoOL6 .timeline-text-content {
    margin-left: 3rem !important;
    margin-right: 0 !important;
  }
  .cid-sSx2FjoOL6 .reverse .timeline-text-content {
    margin-right: 0 !important;
  }
}
.cid-sSx2FjoOL6 .reverseTimeline {
  display: flex;
  flex-direction: column-reverse;
}
.cid-sSx2FkrS4o {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sSx2FkrS4o h4 {
  display: flex;
  color: #232323;
}
.cid-sSx2FkrS4o .panel-text {
  color: #767676;
  line-height: 1.7;
}
.cid-sSx2FkrS4o .wrap {
  display: flex;
}
.cid-sSx2FkrS4o .icon {
  background: #2461d8;
  min-width: 33px;
  min-height: 33px;
  border-radius: 100%;
  color: white!important;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  font-weight: 900;
}
.cid-sSx2FkrS4o img {
  max-width: 600px;
  width: 100%;
  margin: auto;
  padding: 2rem;
}
.cid-sSx2FkrS4o .mbr-section-title {
  color: #040daf;
  text-align: center;
}
.cid-sSx2FkrS4o p {
  margin: 0;
}
.cid-sSx2FkrS4o .card .card-header a.panel-title {
  background-color: transparent!important;
  margin-top: 0px!important;
}
.cid-sSx2FkrS4o .mbr-section-subtitle {
  font-weight: 500;
  color: #656565;
  text-align: center;
}
.cid-sSx2FkrS4o .accordion-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-sSx2FkrS4o .panel-group {
  width: 100%;
}
.cid-sSx2FkrS4o .panel-title {
  border-bottom: 1px solid #efefef;
  border-radius: 0px;
  margin-bottom: .5rem;
}
.cid-sSx2FkrS4o .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-sSx2FkrS4o .card .card-header a.panel-title {
  transition: all .3s;
  background-color: #ffffff;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-sSx2FkrS4o .card .card-header a.panel-title:hover {
  opacity: 0.5;
}
.cid-sSx2FkrS4o .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sSx2FkrS4o .card .card-header a.panel-title h4 {
  padding: 1.5rem 1rem;
  margin-bottom: 0;
}
.cid-sSx2FkrS4o .card .panel-body {
  background: #ffffff;
}
.cid-sSx2FkrS4o .media-container-row .accordion-section {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sSx2FkrS4o .media-container-row > div {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cid-sSx2FkrS4o .mbr-figure {
    padding-right: 0;
    padding-left: 0;
    padding-top: 2rem;
  }
}
.cid-sSx2FkrS4o .header-text,
.cid-sSx2FkrS4o .sign {
  color: #232323;
}
.cid-sSx2FkSIQm {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sSx2FkSIQm h4 {
  display: flex;
  color: #232323;
}
.cid-sSx2FkSIQm .panel-text {
  color: #767676;
  line-height: 1.7;
}
.cid-sSx2FkSIQm .wrap {
  display: flex;
}
.cid-sSx2FkSIQm .icon {
  background: #2461d8;
  min-width: 33px;
  min-height: 33px;
  border-radius: 100%;
  color: white!important;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  font-weight: 900;
}
.cid-sSx2FkSIQm img {
  max-width: 600px;
  width: 100%;
  margin: auto;
  padding: 2rem;
}
.cid-sSx2FkSIQm .mbr-section-title {
  color: #042daf;
  text-align: center;
}
.cid-sSx2FkSIQm p {
  margin: 0;
}
.cid-sSx2FkSIQm .card .card-header a.panel-title {
  background-color: transparent!important;
  margin-top: 0px!important;
}
.cid-sSx2FkSIQm .mbr-section-subtitle {
  font-weight: 500;
  color: #656565;
  text-align: center;
}
.cid-sSx2FkSIQm .accordion-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-sSx2FkSIQm .panel-group {
  width: 100%;
}
.cid-sSx2FkSIQm .panel-title {
  border-bottom: 1px solid #efefef;
  border-radius: 0px;
  margin-bottom: .5rem;
}
.cid-sSx2FkSIQm .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-sSx2FkSIQm .card .card-header a.panel-title {
  transition: all .3s;
  background-color: #ffffff;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-sSx2FkSIQm .card .card-header a.panel-title:hover {
  opacity: 0.5;
}
.cid-sSx2FkSIQm .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sSx2FkSIQm .card .card-header a.panel-title h4 {
  padding: 1.5rem 1rem;
  margin-bottom: 0;
}
.cid-sSx2FkSIQm .card .panel-body {
  background: #ffffff;
}
.cid-sSx2FkSIQm .media-container-row .accordion-section {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sSx2FkSIQm .media-container-row > div {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cid-sSx2FkSIQm .mbr-figure {
    padding-right: 0;
    padding-left: 0;
    padding-top: 2rem;
  }
}
.cid-sSx2FkSIQm .header-text,
.cid-sSx2FkSIQm .sign {
  color: #232323;
}
.cid-sSx2FloQjo {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sSx2FloQjo h4 {
  display: flex;
  color: #232323;
}
.cid-sSx2FloQjo .panel-text {
  color: #767676;
  line-height: 1.7;
}
.cid-sSx2FloQjo .wrap {
  display: flex;
}
.cid-sSx2FloQjo .icon {
  background: #2461d8;
  min-width: 33px;
  min-height: 33px;
  border-radius: 100%;
  color: white!important;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  font-weight: 900;
}
.cid-sSx2FloQjo img {
  max-width: 600px;
  width: 100%;
  margin: auto;
  padding: 2rem;
}
.cid-sSx2FloQjo .mbr-section-title {
  color: #042daf;
  text-align: center;
}
.cid-sSx2FloQjo p {
  margin: 0;
}
.cid-sSx2FloQjo .card .card-header a.panel-title {
  background-color: transparent!important;
  margin-top: 0px!important;
}
.cid-sSx2FloQjo .mbr-section-subtitle {
  font-weight: 500;
  color: #656565;
  text-align: center;
}
.cid-sSx2FloQjo .accordion-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-sSx2FloQjo .panel-group {
  width: 100%;
}
.cid-sSx2FloQjo .panel-title {
  border-bottom: 1px solid #efefef;
  border-radius: 0px;
  margin-bottom: .5rem;
}
.cid-sSx2FloQjo .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-sSx2FloQjo .card .card-header a.panel-title {
  transition: all .3s;
  background-color: #ffffff;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-sSx2FloQjo .card .card-header a.panel-title:hover {
  opacity: 0.5;
}
.cid-sSx2FloQjo .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sSx2FloQjo .card .card-header a.panel-title h4 {
  padding: 1.5rem 1rem;
  margin-bottom: 0;
}
.cid-sSx2FloQjo .card .panel-body {
  background: #ffffff;
}
.cid-sSx2FloQjo .media-container-row .accordion-section {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sSx2FloQjo .media-container-row > div {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cid-sSx2FloQjo .mbr-figure {
    padding-right: 0;
    padding-left: 0;
    padding-top: 2rem;
  }
}
.cid-sSx2FloQjo .header-text,
.cid-sSx2FloQjo .sign {
  color: #232323;
}
.cid-sSx2FlRiKa {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sSx2FlRiKa h4 {
  display: flex;
  color: #232323;
}
.cid-sSx2FlRiKa .panel-text {
  color: #767676;
  line-height: 1.7;
}
.cid-sSx2FlRiKa .wrap {
  display: flex;
}
.cid-sSx2FlRiKa .icon {
  background: #2461d8;
  min-width: 33px;
  min-height: 33px;
  border-radius: 100%;
  color: white!important;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  font-weight: 900;
}
.cid-sSx2FlRiKa img {
  max-width: 600px;
  width: 100%;
  margin: auto;
  padding: 2rem;
}
.cid-sSx2FlRiKa .mbr-section-title {
  color: #042daf;
  text-align: center;
}
.cid-sSx2FlRiKa p {
  margin: 0;
}
.cid-sSx2FlRiKa .card .card-header a.panel-title {
  background-color: transparent!important;
  margin-top: 0px!important;
}
.cid-sSx2FlRiKa .mbr-section-subtitle {
  font-weight: 500;
  color: #656565;
  text-align: center;
}
.cid-sSx2FlRiKa .accordion-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-sSx2FlRiKa .panel-group {
  width: 100%;
}
.cid-sSx2FlRiKa .panel-title {
  border-bottom: 1px solid #efefef;
  border-radius: 0px;
  margin-bottom: .5rem;
}
.cid-sSx2FlRiKa .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-sSx2FlRiKa .card .card-header a.panel-title {
  transition: all .3s;
  background-color: #ffffff;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-sSx2FlRiKa .card .card-header a.panel-title:hover {
  opacity: 0.5;
}
.cid-sSx2FlRiKa .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sSx2FlRiKa .card .card-header a.panel-title h4 {
  padding: 1.5rem 1rem;
  margin-bottom: 0;
}
.cid-sSx2FlRiKa .card .panel-body {
  background: #ffffff;
}
.cid-sSx2FlRiKa .media-container-row .accordion-section {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sSx2FlRiKa .media-container-row > div {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cid-sSx2FlRiKa .mbr-figure {
    padding-right: 0;
    padding-left: 0;
    padding-top: 2rem;
  }
}
.cid-sSx2FlRiKa .header-text,
.cid-sSx2FlRiKa .sign {
  color: #232323;
}
.cid-sSx2Fmkvgk {
  padding-top: 30px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sSx2Fmkvgk h4 {
  display: flex;
  color: #232323;
}
.cid-sSx2Fmkvgk .panel-text {
  color: #767676;
  line-height: 1.7;
}
.cid-sSx2Fmkvgk .wrap {
  display: flex;
}
.cid-sSx2Fmkvgk .icon {
  background: #2461d8;
  min-width: 33px;
  min-height: 33px;
  border-radius: 100%;
  color: white!important;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  font-weight: 900;
}
.cid-sSx2Fmkvgk img {
  max-width: 600px;
  width: 100%;
  margin: auto;
  padding: 2rem;
}
.cid-sSx2Fmkvgk .mbr-section-title {
  color: #042daf;
  text-align: center;
}
.cid-sSx2Fmkvgk p {
  margin: 0;
}
.cid-sSx2Fmkvgk .card .card-header a.panel-title {
  background-color: transparent!important;
  margin-top: 0px!important;
}
.cid-sSx2Fmkvgk .mbr-section-subtitle {
  font-weight: 500;
  color: #656565;
  text-align: center;
}
.cid-sSx2Fmkvgk .accordion-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-sSx2Fmkvgk .panel-group {
  width: 100%;
}
.cid-sSx2Fmkvgk .panel-title {
  border-bottom: 1px solid #efefef;
  border-radius: 0px;
  margin-bottom: .5rem;
}
.cid-sSx2Fmkvgk .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-sSx2Fmkvgk .card .card-header a.panel-title {
  transition: all .3s;
  background-color: #ffffff;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-sSx2Fmkvgk .card .card-header a.panel-title:hover {
  opacity: 0.5;
}
.cid-sSx2Fmkvgk .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sSx2Fmkvgk .card .card-header a.panel-title h4 {
  padding: 1.5rem 1rem;
  margin-bottom: 0;
}
.cid-sSx2Fmkvgk .card .panel-body {
  background: #ffffff;
}
.cid-sSx2Fmkvgk .media-container-row .accordion-section {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sSx2Fmkvgk .media-container-row > div {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cid-sSx2Fmkvgk .mbr-figure {
    padding-right: 0;
    padding-left: 0;
    padding-top: 2rem;
  }
}
.cid-sSx2Fmkvgk .header-text,
.cid-sSx2Fmkvgk .sign {
  color: #232323;
}
.cid-sSx2FmPPIb {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #1a1a1a;
}
.cid-sSx2FmPPIb p {
  text-align: center;
}
.cid-sSx2FmPPIb .mbr-iconfont-social {
  font-size: 1rem;
  color: #000000;
}
.cid-sSx2FmPPIb .social-list a:focus {
  text-decoration: none;
}
.cid-sSx2FmPPIb .text-copyright {
  width: 100%;
  color: #fbfcff;
}
.cid-sSx2FmPPIb .img-logo-footer {
  margin-right: 1rem;
  max-width: 3rem;
}
.cid-sSx2FmPPIb .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
}
.cid-sSx2FmPPIb .logo-footer {
  line-height: normal;
}
.cid-sSx2FmPPIb .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sSx2FmPPIb .social-btns {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sSx2FmPPIb .media-container-row {
  -webkit-align-items: center;
  align-items: center;
}
