body {
  font-family: Roboto;
}
.display-1 {
  font-family: 'Oswald', sans-serif;
  font-size: 6.875rem;
}
.display-1 > .mbr-iconfont {
  font-size: 11rem;
}
.display-2 {
  font-family: 'Oswald', sans-serif;
  font-size: 4.25rem;
}
.display-2 > .mbr-iconfont {
  font-size: 6.8rem;
}
.display-4 {
  font-family: 'Roboto', sans-serif;
  font-size: 1.125rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1.8rem;
}
.display-5 {
  font-family: 'Oswald', sans-serif;
  font-size: 2.75rem;
}
.display-5 > .mbr-iconfont {
  font-size: 4.4rem;
}
.display-7 {
  font-family: 'Roboto', sans-serif;
  font-size: 1.5rem;
}
.display-7 > .mbr-iconfont {
  font-size: 2.4rem;
}
/* ---- 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: 5.5rem;
    font-size: calc( 3.05625rem + (6.875 - 3.05625) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (3.05625rem + (6.875 - 3.05625) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.4rem;
    font-size: calc( 2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.9rem;
    font-size: calc( 1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 2.2rem;
    font-size: calc( 1.6125rem + (2.75 - 1.6125) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.6125rem + (2.75 - 1.6125) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 10px 15px;
  border-radius: 0px;
}
.btn-sm {
  padding: 5px 10px;
  border-radius: 0px;
}
.btn-md {
  padding: 10px 15px;
  border-radius: 0px;
}
.btn-lg {
  padding: 20px 20px;
  border-radius: 0px;
}
.bg-primary {
  background-color: #3a6686 !important;
}
.bg-success {
  background-color: #08af83 !important;
}
.bg-info {
  background-color: #d42764 !important;
}
.bg-warning {
  background-color: #fbba34 !important;
}
.bg-danger {
  background-color: #fe5925 !important;
}
.btn-primary,
.btn-primary:active,
.btn-primary.active {
  background-color: #3a6686 !important;
  border-color: #3a6686 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff !important;
  background-color: #233d51 !important;
  border-color: #233d51 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #233d51 !important;
  border-color: #233d51 !important;
}
.btn-secondary,
.btn-secondary:active,
.btn-secondary.active {
  background-color: #f14555 !important;
  border-color: #f14555 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus {
  color: #ffffff !important;
  background-color: #d91023 !important;
  border-color: #d91023 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #d91023 !important;
  border-color: #d91023 !important;
}
.btn-info,
.btn-info:active,
.btn-info.active {
  background-color: #d42764 !important;
  border-color: #d42764 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus {
  color: #ffffff !important;
  background-color: #931b46 !important;
  border-color: #931b46 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #931b46 !important;
  border-color: #931b46 !important;
}
.btn-success,
.btn-success:active,
.btn-success.active {
  background-color: #08af83 !important;
  border-color: #08af83 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus {
  color: #ffffff !important;
  background-color: #05664c !important;
  border-color: #05664c !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #05664c !important;
  border-color: #05664c !important;
}
.btn-warning,
.btn-warning:active,
.btn-warning.active {
  background-color: #fbba34 !important;
  border-color: #fbba34 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus {
  color: #ffffff !important;
  background-color: #de9704 !important;
  border-color: #de9704 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #de9704 !important;
  border-color: #de9704 !important;
}
.btn-danger,
.btn-danger:active,
.btn-danger.active {
  background-color: #fe5925 !important;
  border-color: #fe5925 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus {
  color: #ffffff !important;
  background-color: #d63401 !important;
  border-color: #d63401 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #d63401 !important;
  border-color: #d63401 !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active,
.btn-white.active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active,
.btn-black.active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active,
.btn-primary-outline.active {
  background: none;
  border-color: #1b303f;
  color: #1b303f;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus {
  color: #ffffff;
  background-color: #3a6686;
  border-color: #3a6686;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #3a6686 !important;
  border-color: #3a6686 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active,
.btn-secondary-outline.active {
  background: none;
  border-color: #c10f1f;
  color: #c10f1f;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus {
  color: #ffffff;
  background-color: #f14555;
  border-color: #f14555;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #f14555 !important;
  border-color: #f14555 !important;
}
.btn-info-outline,
.btn-info-outline:active,
.btn-info-outline.active {
  background: none;
  border-color: #7e173b;
  color: #7e173b;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus {
  color: #ffffff;
  background-color: #d42764;
  border-color: #d42764;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #d42764 !important;
  border-color: #d42764 !important;
}
.btn-success-outline,
.btn-success-outline:active,
.btn-success-outline.active {
  background: none;
  border-color: #044d3a;
  color: #044d3a;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus {
  color: #ffffff;
  background-color: #08af83;
  border-color: #08af83;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #08af83 !important;
  border-color: #08af83 !important;
}
.btn-warning-outline,
.btn-warning-outline:active,
.btn-warning-outline.active {
  background: none;
  border-color: #c58604;
  color: #c58604;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus {
  color: #ffffff;
  background-color: #fbba34;
  border-color: #fbba34;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #fbba34 !important;
  border-color: #fbba34 !important;
}
.btn-danger-outline,
.btn-danger-outline:active,
.btn-danger-outline.active {
  background: none;
  border-color: #bc2e01;
  color: #bc2e01;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus {
  color: #ffffff;
  background-color: #fe5925;
  border-color: #fe5925;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #fe5925 !important;
  border-color: #fe5925 !important;
}
.btn-black-outline,
.btn-black-outline:active,
.btn-black-outline.active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus {
  color: #ffffff;
  background-color: #333333;
  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,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #3a6686 !important;
}
.text-secondary {
  color: #f14555 !important;
}
.text-success {
  color: #08af83 !important;
}
.text-info {
  color: #d42764 !important;
}
.text-warning {
  color: #fbba34 !important;
}
.text-danger {
  color: #fe5925 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #1b303f !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #c10f1f !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #044d3a !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #7e173b !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #c58604 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #bc2e01 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #d42764;
}
.alert-warning {
  background-color: #fbba34;
}
.alert-danger {
  background-color: #fe5925;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #3a6686;
  border-color: #3a6686;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #3a6686;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #7aa6c5;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #40f6c6;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #f6d1de;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #fffefc;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #fff4f0;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
#scrollToTop a i:before {
  content: '';
  position: absolute;
  height: 40%;
  top: 25%;
  background: #fff;
  width: 2px;
  left: calc(50% - 1px);
}
#scrollToTop a i:after {
  content: '';
  position: absolute;
  display: block;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  width: 40%;
  height: 40%;
  left: 30%;
  bottom: 30%;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
/* Others*/
.note-check a[data-value=Rubik] {
  font-style: normal;
}
.mbr-arrow a {
  color: #ffffff;
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: .357em;
  padding: 0;
}
.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: .875rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
}
.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 14px;
}
.form-control {
  font-family: 'Roboto', sans-serif;
  font-size: 1.125rem;
}
.form-control > .mbr-iconfont {
  font-size: 1.8rem;
}
blockquote {
  border-color: #3a6686;
}
.btn-md {
  transition: none;
  padding: 0.5rem 2rem;
}
.btn-md:hover {
  background-color: #f14555 !important;
  border-color: #f14555 !important;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #3a6686;
  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-number__spin {
  background: #ffffff;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #3a6686;
  border-bottom-color: #3a6686;
}
.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: #3a6686 !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: #f14555 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%233a6686' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
.cid-sD2xCNj1aU {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sD2xCNj1aU .mbr-text {
  line-height: 1.5;
  color: #333333;
}
.cid-sD2xCNj1aU .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-s141Ippwmk {
  min-height: 114px !important;
  position: relative;
  overflow: visible;
  background: #ffffff;
}
.cid-s141Ippwmk .nav-link,
.cid-s141Ippwmk .navbar-caption {
  font-weight: 700;
  transition: all 0.3s linear;
}
.cid-s141Ippwmk .navbar-dropdown .navbar-brand span {
  vertical-align: 0;
}
.cid-s141Ippwmk .container-fluid {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.cid-s141Ippwmk .nav-link.text-primary:hover,
.cid-s141Ippwmk .nav-link.text-primary:focus {
  color: #3a6686 !important;
}
.cid-s141Ippwmk .nav-link {
  position: relative;
  line-height: 1;
  margin: 0 !important;
  padding: 10px 20px !important;
}
.cid-s141Ippwmk .nav-link:hover:before {
  opacity: 1;
}
.cid-s141Ippwmk .nav-link:before {
  content: '';
  bottom: 0;
  width: calc(100% - 36px);
  left: 18px;
  height: 3px;
  position: absolute;
  opacity: 0;
  z-index: -1;
  background-color: #f14555;
  transition: opacity 0.3s linear;
}
@media (max-width: 991px) {
  .cid-s141Ippwmk .nav-link {
    margin: 0 !important;
  }
}
.cid-s141Ippwmk .icons-menu {
  line-height: 0;
}
.cid-s141Ippwmk .icons__wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 29px;
  height: 29px;
  font-size: 29px;
  margin-left: 15px;
}
.cid-s141Ippwmk .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
  width: 247px;
}
@media (min-width: 992px) {
  .cid-s141Ippwmk .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown {
    display: inline-block;
  }
}
.cid-s141Ippwmk .dropdown-menu .menu__images {
  display: flex;
  transform: translateY(-11px);
}
.cid-s141Ippwmk .dropdown-menu .dropdown-item {
  display: inline-flex;
  justify-content: center;
  font-weight: normal;
  padding: 10px 40px 10px 20px;
  line-height: 1;
  position: relative;
  width: 100%;
  transition: all 0.3s;
}
@media (max-width: 1300px) {
  .cid-s141Ippwmk .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
    width: 167px;
    padding: 10px;
    white-space: normal;
  }
}
@media (min-width: 992px) {
  .cid-s141Ippwmk.dropdown.open > .dropdown-menu:not(.dropdown-submenu) > .dropdown > .dropdown-submenu {
    visibility: visible;
    opacity: 1;
  }
  .cid-s141Ippwmk .mbr-section-btn {
    margin-left: 31px;
  }
  .cid-s141Ippwmk .btn {
    white-space: nowrap;
  }
  .cid-s141Ippwmk .dropdown-menu {
    min-width: 210px;
    display: block;
    z-index: 5;
    background-color: #ffffff !important;
    border: 1px solid #ddebe9;
    border-radius: 4px;
    left: 17px;
    right: auto;
    top: 100%;
    opacity: 0;
    padding: 11px 0 !important;
    margin: 0 !important;
    visibility: hidden;
    transition: all .3s linear;
    transform: translateY(0);
  }
  .cid-s141Ippwmk .nav-item:hover .nav-link + .dropdown-menu {
    transform: translateY(20px);
    opacity: 1;
    visibility: visible;
  }
  .cid-s141Ippwmk .nav-item.dropdown:hover::before,
  .cid-s141Ippwmk .nav-item.dropdown.open:before {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 100%;
    height: 20px;
  }
  .is-builder .cid-s141Ippwmk .nav-item:hover .nav-link + .dropdown-menu {
    opacity: 0;
    visibility: hidden;
  }
}
@media (max-width: 1200px) {
  .cid-s141Ippwmk .navbar .navbar-collapse {
    align-items: center !important;
  }
}
.cid-s141Ippwmk .navbar > .container,
.cid-s141Ippwmk .navbar > .container-fluid {
  align-items: center;
}
.cid-s141Ippwmk .dropdown-toggle::after,
.cid-s141Ippwmk .link.dropdown-toggle:after {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: 6px;
  content: "";
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  transition: all .25s ease 0s;
}
.cid-s141Ippwmk .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 8px;
  height: 8px;
}
.cid-s141Ippwmk .open > .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-bottom: -8px;
  transform: rotate(225deg);
}
.cid-s141Ippwmk .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
  opacity: 1;
  display: flex;
  flex-direction: column;
}
.cid-s141Ippwmk .nav-dropdown .dropdown-submenu {
  display: none;
  margin: 0 !important;
  font-weight: 400;
  top: 0 !important;
}
.cid-s141Ippwmk .nav-item:focus,
.cid-s141Ippwmk .nav-link:focus {
  outline: none;
}
.cid-s141Ippwmk .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-s141Ippwmk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-s141Ippwmk .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-s141Ippwmk a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all 0.3s linear;
}
.cid-s141Ippwmk ul.navbar-nav {
  flex-wrap: wrap;
  flex: 1;
}
.cid-s141Ippwmk .navbar {
  padding: 12px 52px 11px 43px;
  min-height: 114px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-s141Ippwmk .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-s141Ippwmk .navbar .navbar-collapse {
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
.cid-s141Ippwmk .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-s141Ippwmk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-s141Ippwmk .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 50px - 1rem);
  }
}
.cid-s141Ippwmk .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-s141Ippwmk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s141Ippwmk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-s141Ippwmk .dropdown-menu .menu__images {
    display: none;
  }
  .cid-s141Ippwmk .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .cid-s141Ippwmk .nav-item .nav-link::before {
    display: none;
  }
  .cid-s141Ippwmk.opened .dropdown-menu {
    top: 0;
  }
  .cid-s141Ippwmk .mbr-section-btn .btn {
    min-width: auto;
    padding: 5px ;
    font-size: 14px;
  }
  .cid-s141Ippwmk .dropdown-menu {
    margin: 0;
    padding: 0;
    line-height: 45px;
    border: 0;
    left: 8px;
    width: 100%;
    max-width: 100% !important;
    box-shadow: none;
  }
  .cid-s141Ippwmk .dropdown-menu .dropdown-submenu {
    left: 0 !important;
    position: relative !important;
  }
  .cid-s141Ippwmk .navbar-logo {
    margin: 0;
  }
  .cid-s141Ippwmk .navbar-logo img {
    height: 60px !important;
  }
  .cid-s141Ippwmk .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    margin: 0 !important;
    padding: 0;
  }
  .cid-s141Ippwmk .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-s141Ippwmk .icons-menu {
    margin: 30px 0;
    text-align: center;
  }
  .cid-s141Ippwmk .navbar {
    padding: 13px 90px;
  }
  .cid-s141Ippwmk .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    background-color: #ffffff !important;
    padding-left: 20px;
    padding-right: 20px;
    left: 0px;
    right: 0px;
  }
  .cid-s141Ippwmk .navbar .dropdown-menu .dropdown-item {
    justify-content: flex-start;
    padding: 15.5px 23px;
    line-height: 1;
  }
  .cid-s141Ippwmk .dropdown-submenu .dropdown-item {
    padding-left: 45px !important;
  }
  .cid-s141Ippwmk .dropdown-toggle::after,
  .cid-s141Ippwmk .link.dropdown-toggle:after {
    position: absolute;
    right: 12px;
  }
  .cid-s141Ippwmk .nav-item {
    border-bottom: 1px solid #ddebe9;
  }
  .cid-s141Ippwmk a.nav-link {
    justify-content: flex-start;
    line-height: 21px;
    padding: 35px 43px 35px 19px !important;
  }
  .cid-s141Ippwmk ul.navbar-nav {
    padding: 0 100px;
    margin: 0;
  }
  .cid-s141Ippwmk .navbar .dropdown.open > .dropdown-menu {
    display: block;
  }
  .cid-s141Ippwmk .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
    width: 100%;
  }
}
.cid-s141Ippwmk.navbar-short {
  background: #ffffff !important;
  min-height: 70px;
  height: 70px;
}
.cid-s141Ippwmk.navbar-short .nav-dropdown {
  height: 70px;
}
.cid-s141Ippwmk.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s141Ippwmk.navbar-short .navbar-logo img {
  height: 70px !important;
}
@media (max-width: 767px) {
  .cid-s141Ippwmk .navbar {
    padding: 0 !important;
  }
  .cid-s141Ippwmk ul.navbar-nav {
    padding: 0 !important;
  }
  .cid-s141Ippwmk a.nav-link {
    padding: 27px 26px 27px 19px !important;
  }
}
.cid-s141Ippwmk .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 12px;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
}
.cid-s141Ippwmk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s141Ippwmk .dropdown-item.active,
.cid-s141Ippwmk .dropdown-item:active {
  background-color: transparent;
}
.cid-s141Ippwmk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-s141Ippwmk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
  position: absolute;
}
.cid-s141Ippwmk button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-s141Ippwmk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #2c3945;
}
.cid-s141Ippwmk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s141Ippwmk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s141Ippwmk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s141Ippwmk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s141Ippwmk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s141Ippwmk nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s141Ippwmk nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s141Ippwmk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.is-builder .cid-s141Ippwmk .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  transform: translateY(20px);
}
.cid-s141Ippwmk .navbar-dropdown {
  position: absolute;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-s141Ippwmk .navbar {
    height: 97px;
  }
  .cid-s141Ippwmk .navbar.opened {
    height: auto;
  }
  .cid-s141Ippwmk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sD2IITURKV {
  background: #ffffff;
}
.cid-sD2IITURKV .container-fluid {
  padding: 0 3rem;
}
.cid-sD2IITURKV .video-block {
  margin: auto;
  width: 100% !important;
}
@media (max-width: 767px) {
  .cid-sD2IITURKV .container-fluid {
    padding: 0 1rem;
  }
  .cid-sD2IITURKV .video-block {
    width: 100% !important;
  }
}
.cid-sACRETRyF5 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sACRETRyF5 .mbr-text {
  line-height: 1.5;
  color: #333333;
  text-align: center;
}
.cid-sACRETRyF5 .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-sABxZT45zP {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sABxZT45zP .mbr-text {
  line-height: 1.5;
  color: #333333;
}
.cid-sABxZT45zP .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-sABDrIwV6R {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sABDrIwV6R .card-title {
  line-height: 1.6;
  margin: 0;
  color: #c2c2c2;
}
.cid-sABDrIwV6R .card {
  overflow: visible;
  transition: all 0.3s;
}
.cid-sABDrIwV6R .card:hover {
  margin-top: -0.6rem;
}
.cid-sABDrIwV6R .card-wrapper {
  position: relative;
}
.cid-sABDrIwV6R .card-img {
  overflow: hidden;
  position: relative;
  transition: all 0.3s;
  border-radius: 6px;
}
.cid-sABDrIwV6R .card-img:hover {
  box-shadow: 0 15px 20px rgba(0, 0, 0, 0.1);
}
.cid-sABDrIwV6R .card-img:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transition: all 0.3s;
  background: black;
  opacity: 0.2;
  z-index: 10;
  pointer-events: none;
  border-radius: 6px;
}
.cid-sABDrIwV6R .big {
  margin-top: -25%;
}
.cid-sABDrIwV6R .card-box {
  position: absolute;
  overflow: hidden;
  margin-bottom: -8px;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 1rem;
  z-index: 100;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
@media (max-width: 991px) {
  .cid-sABDrIwV6R .small {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .cid-sABDrIwV6R .card:not(.last-child) {
    padding-bottom: 1.5rem !important;
  }
}
.cid-s141Uqu2Uk {
  padding-top: 8rem;
  padding-bottom: 8rem;
  overflow: visible;
  background-color: #ffffff;
}
.cid-s141Uqu2Uk .mbr-section-subtitle {
  font-weight: 500;
  color: #3a6686;
}
.cid-s141Uqu2Uk .wrap {
  padding-left: 90px;
}
.cid-s141Uqu2Uk .mbr-section-title {
  color: #3a6686;
}
.cid-s141Uqu2Uk .link {
  display: block;
  margin-bottom: 0;
  white-space: nowrap;
}
.cid-s141Uqu2Uk .link a {
  font-weight: 700;
}
.cid-s141Uqu2Uk .link span {
  display: inline-block !important;
  transition: all 0.3s ease;
  margin-left: 13px;
}
.cid-s141Uqu2Uk .link:hover span {
  transform: translateX(9px);
}
.cid-s141Uqu2Uk .text__items {
  margin-top: 20px;
  padding-right: 50px;
  margin-bottom: 50px;
  color: #2c3945;
}
.cid-s141Uqu2Uk .mbr-text {
  margin-bottom: 10px;
}
.cid-s141Uqu2Uk .image__block {
  padding-top: 150px;
  position: relative;
}
.cid-s141Uqu2Uk .rotate__image {
  transform: rotate(7.5deg);
  width: 21%;
  z-index: 1;
  position: absolute;
  bottom: -50px;
  right: 18%;
}
.cid-s141Uqu2Uk .rotate__image .image {
  min-width: 450px;
  position: relative;
}
.cid-s141Uqu2Uk .rotate__image .image:before {
  padding-top: 80%;
  display: block;
  content: "";
  width: 100%;
}
.cid-s141Uqu2Uk .rotate__image .image img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.cid-s141Uqu2Uk .rotate__image2 {
  z-index: 2;
  bottom: -60px;
  right: 30%;
  position: absolute;
  transform: rotate(-15deg);
  width: 17%;
}
.cid-s141Uqu2Uk .rotate__image2 .image {
  min-width: 200px;
  position: relative;
}
.cid-s141Uqu2Uk .rotate__image2 .image:before {
  padding-top: 116%;
  display: block;
  content: "";
  width: 100%;
}
.cid-s141Uqu2Uk .rotate__image2 .image img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
@media (max-width: 1220px) {
  .cid-s141Uqu2Uk .image__block {
    transform: translateX(-90px);
  }
}
@media (max-width: 991px) {
  .cid-s141Uqu2Uk .image__block {
    transform: translateX(-30px);
  }
  .cid-s141Uqu2Uk .figure:before {
    content: none;
  }
  .cid-s141Uqu2Uk .text__items {
    padding-right: 0;
    margin-bottom: 10px;
  }
  .cid-s141Uqu2Uk .wrap {
    padding-left: 0;
  }
  .cid-s141Uqu2Uk .rotate__image {
    top: 45px;
    right: 3%;
    width: 53%;
  }
  .cid-s141Uqu2Uk .rotate__image .image {
    min-width: auto;
    max-width: 350px;
  }
  .cid-s141Uqu2Uk .rotate__image2 {
    top: 75px;
    right: 32%;
    width: 42%;
    margin-top: 0;
  }
  .cid-s141Uqu2Uk .rotate__image2 .image {
    min-width: auto;
    max-width: 200px;
  }
}
@media (max-width: 767px) {
  .cid-s141Uqu2Uk .rotate__image2 {
    right: 43%;
  }
}
@media (max-width: 575px) {
  .cid-s141Uqu2Uk .image__block {
    padding-top: 75px;
    transform: translateX(-20px);
  }
  .cid-s141Uqu2Uk .rotate__image {
    top: 55px;
    right: 0;
  }
  .cid-s141Uqu2Uk .rotate__image2 {
    top: 40px;
    left: 10%;
  }
}
.cid-sABEM58sqX {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sABEM58sqX .card-title {
  line-height: 1.6;
  margin: 0;
  color: #c2c2c2;
}
.cid-sABEM58sqX .card {
  overflow: visible;
  transition: all 0.3s;
}
.cid-sABEM58sqX .card:hover {
  margin-top: -0.6rem;
}
.cid-sABEM58sqX .card-wrapper {
  position: relative;
}
.cid-sABEM58sqX .card-img {
  overflow: hidden;
  position: relative;
  transition: all 0.3s;
  border-radius: 6px;
}
.cid-sABEM58sqX .card-img:hover {
  box-shadow: 0 15px 20px rgba(0, 0, 0, 0.1);
}
.cid-sABEM58sqX .card-img:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transition: all 0.3s;
  background: black;
  opacity: 0.2;
  z-index: 10;
  pointer-events: none;
  border-radius: 6px;
}
.cid-sABEM58sqX .big {
  margin-top: -25%;
}
.cid-sABEM58sqX .card-box {
  position: absolute;
  overflow: hidden;
  margin-bottom: -8px;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 1rem;
  z-index: 100;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
@media (max-width: 991px) {
  .cid-sABEM58sqX .small {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .cid-sABEM58sqX .card:not(.last-child) {
    padding-bottom: 1.5rem !important;
  }
}
.cid-s142rgl4FV {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-s142rgl4FV .subscr__title {
  padding: 7px 7px 7px 0;
  margin-bottom: 0;
  border-right: 1px solid #689abe;
  color: #3a6686;
}
.cid-s142rgl4FV .mbr-text {
  padding-right: 70px;
  color: #3a6686;
}
.cid-s142rgl4FV .form-group {
  padding: 0;
}
.cid-s142rgl4FV .form-control {
  background-color: #ffffff !important;
  color: #2c3945;
  border: 1px solid #3a6686;
  padding: 21px 18px;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.cid-s142rgl4FV .input-group-btn {
  padding: 0;
  left: -1px;
}
.cid-s142rgl4FV .input-group-btn .btn {
  width: 100%;
  height: 70px;
  font-weight: 500;
}
.cid-s142rgl4FV .mbr-form .btn {
  margin: 0;
}
.cid-s142rgl4FV .mbr-form .input-group-btn .btn {
  border-radius: 0 !important;
  border-top-right-radius: 4px !important;
  border-bottom-right-radius: 4px !important;
}
.cid-s142rgl4FV input::-webkit-input-placeholder {
  color: #2c3945;
  opacity: .8;
}
.cid-s142rgl4FV input::-moz-placeholder {
  color: #2c3945;
  opacity: .8;
}
@media (max-width: 1199px) {
  .cid-s142rgl4FV .subscr__title {
    padding: 5px 0;
    border: none;
  }
  .cid-s142rgl4FV .mbr-text {
    padding-right: 0;
    padding-left: 28px;
    border-left: 1px solid #689abe;
  }
  .cid-s142rgl4FV .subscribe__form {
    margin-top: 30px;
  }
}
@media (max-width: 991px) {
  .cid-s142rgl4FV .dragArea {
    margin: 0;
  }
  .cid-s142rgl4FV .form-control {
    font-size: 16px;
    padding: 11px 18px;
    height: 50px;
  }
  .cid-s142rgl4FV .input-group-btn {
    padding: 0;
    left: -1px;
  }
  .cid-s142rgl4FV .input-group-btn .btn {
    height: 50px;
    padding: 16px 0;
    font-size: 16px;
    line-height: 18px;
    min-width: auto;
  }
}
@media (max-width: 575px) {
  .cid-s142rgl4FV .mbr-text {
    font-size: 14px;
    line-height: 1.29;
  }
}
.cid-sABGb8OzGz {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sABGb8OzGz .card-title {
  line-height: 1.6;
  margin: 0;
  color: #c2c2c2;
}
.cid-sABGb8OzGz .card {
  overflow: visible;
  transition: all 0.3s;
}
.cid-sABGb8OzGz .card:hover {
  margin-top: -0.6rem;
}
.cid-sABGb8OzGz .card-wrapper {
  position: relative;
}
.cid-sABGb8OzGz .card-img {
  overflow: hidden;
  position: relative;
  transition: all 0.3s;
  border-radius: 6px;
}
.cid-sABGb8OzGz .card-img:hover {
  box-shadow: 0 15px 20px rgba(0, 0, 0, 0.1);
}
.cid-sABGb8OzGz .card-img:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transition: all 0.3s;
  background: black;
  opacity: 0.2;
  z-index: 10;
  pointer-events: none;
  border-radius: 6px;
}
.cid-sABGb8OzGz .big {
  margin-top: -25%;
}
.cid-sABGb8OzGz .card-box {
  position: absolute;
  overflow: hidden;
  margin-bottom: -8px;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 1rem;
  z-index: 100;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
@media (max-width: 991px) {
  .cid-sABGb8OzGz .small {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .cid-sABGb8OzGz .card:not(.last-child) {
    padding-bottom: 1.5rem !important;
  }
}
.cid-sABH0AFYi4 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sABH0AFYi4 .card-title {
  line-height: 1.6;
  margin: 0;
  color: #c2c2c2;
}
.cid-sABH0AFYi4 .card {
  overflow: visible;
  transition: all 0.3s;
}
.cid-sABH0AFYi4 .card:hover {
  margin-top: -0.6rem;
}
.cid-sABH0AFYi4 .card-wrapper {
  position: relative;
}
.cid-sABH0AFYi4 .card-img {
  overflow: hidden;
  position: relative;
  transition: all 0.3s;
  border-radius: 6px;
}
.cid-sABH0AFYi4 .card-img:hover {
  box-shadow: 0 15px 20px rgba(0, 0, 0, 0.1);
}
.cid-sABH0AFYi4 .card-img:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transition: all 0.3s;
  background: black;
  opacity: 0.2;
  z-index: 10;
  pointer-events: none;
  border-radius: 6px;
}
.cid-sABH0AFYi4 .big {
  margin-top: -25%;
}
.cid-sABH0AFYi4 .card-box {
  position: absolute;
  overflow: hidden;
  margin-bottom: -8px;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 1rem;
  z-index: 100;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
@media (max-width: 991px) {
  .cid-sABH0AFYi4 .small {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .cid-sABH0AFYi4 .card:not(.last-child) {
    padding-bottom: 1.5rem !important;
  }
}
.cid-sABHQ4ZMy8 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sABHQ4ZMy8 .card-title {
  line-height: 1.6;
  margin: 0;
  color: #c2c2c2;
}
.cid-sABHQ4ZMy8 .card {
  overflow: visible;
  transition: all 0.3s;
}
.cid-sABHQ4ZMy8 .card:hover {
  margin-top: -0.6rem;
}
.cid-sABHQ4ZMy8 .card-wrapper {
  position: relative;
}
.cid-sABHQ4ZMy8 .card-img {
  overflow: hidden;
  position: relative;
  transition: all 0.3s;
  border-radius: 6px;
}
.cid-sABHQ4ZMy8 .card-img:hover {
  box-shadow: 0 15px 20px rgba(0, 0, 0, 0.1);
}
.cid-sABHQ4ZMy8 .card-img:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transition: all 0.3s;
  background: black;
  opacity: 0.2;
  z-index: 10;
  pointer-events: none;
  border-radius: 6px;
}
.cid-sABHQ4ZMy8 .big {
  margin-top: -25%;
}
.cid-sABHQ4ZMy8 .card-box {
  position: absolute;
  overflow: hidden;
  margin-bottom: -8px;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 1rem;
  z-index: 100;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
@media (max-width: 991px) {
  .cid-sABHQ4ZMy8 .small {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .cid-sABHQ4ZMy8 .card:not(.last-child) {
    padding-bottom: 1.5rem !important;
  }
}
.cid-sABLlQ6Pxe {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sABLlQ6Pxe .mbr-text {
  line-height: 1.5;
  color: #333333;
}
.cid-sABLlQ6Pxe .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-sABJQsTMAy {
  padding-top: 90px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sABJQsTMAy .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-sABJQsTMAy .mbr-section-title {
  color: #444444;
  text-align: center;
}
.cid-sABJQsTMAy .mbr-section-subtitle DIV {
  color: #444444;
}
.cid-sCYiQrSjGt {
  min-height: 114px !important;
  position: relative;
  overflow: visible;
  background: #ffffff;
}
.cid-sCYiQrSjGt .nav-link,
.cid-sCYiQrSjGt .navbar-caption {
  font-weight: 700;
  transition: all 0.3s linear;
}
.cid-sCYiQrSjGt .navbar-dropdown .navbar-brand span {
  vertical-align: 0;
}
.cid-sCYiQrSjGt .container-fluid {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.cid-sCYiQrSjGt .nav-link.text-primary:hover,
.cid-sCYiQrSjGt .nav-link.text-primary:focus {
  color: #3a6686 !important;
}
.cid-sCYiQrSjGt .nav-link {
  position: relative;
  line-height: 1;
  margin: 0 !important;
  padding: 10px 20px !important;
}
.cid-sCYiQrSjGt .nav-link:hover:before {
  opacity: 1;
}
.cid-sCYiQrSjGt .nav-link:before {
  content: '';
  bottom: 0;
  width: calc(100% - 36px);
  left: 18px;
  height: 3px;
  position: absolute;
  opacity: 0;
  z-index: -1;
  background-color: #f14555;
  transition: opacity 0.3s linear;
}
@media (max-width: 991px) {
  .cid-sCYiQrSjGt .nav-link {
    margin: 0 !important;
  }
}
.cid-sCYiQrSjGt .icons-menu {
  line-height: 0;
}
.cid-sCYiQrSjGt .icons__wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 29px;
  height: 29px;
  font-size: 29px;
  margin-left: 15px;
}
.cid-sCYiQrSjGt .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
  width: 247px;
}
@media (min-width: 992px) {
  .cid-sCYiQrSjGt .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown {
    display: inline-block;
  }
}
.cid-sCYiQrSjGt .dropdown-menu .menu__images {
  display: flex;
  transform: translateY(-11px);
}
.cid-sCYiQrSjGt .dropdown-menu .dropdown-item {
  display: inline-flex;
  justify-content: center;
  font-weight: normal;
  padding: 10px 40px 10px 20px;
  line-height: 1;
  position: relative;
  width: 100%;
  transition: all 0.3s;
}
@media (max-width: 1300px) {
  .cid-sCYiQrSjGt .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
    width: 167px;
    padding: 10px;
    white-space: normal;
  }
}
@media (min-width: 992px) {
  .cid-sCYiQrSjGt.dropdown.open > .dropdown-menu:not(.dropdown-submenu) > .dropdown > .dropdown-submenu {
    visibility: visible;
    opacity: 1;
  }
  .cid-sCYiQrSjGt .mbr-section-btn {
    margin-left: 31px;
  }
  .cid-sCYiQrSjGt .btn {
    white-space: nowrap;
  }
  .cid-sCYiQrSjGt .dropdown-menu {
    min-width: 210px;
    display: block;
    z-index: 5;
    background-color: #ffffff !important;
    border: 1px solid #ddebe9;
    border-radius: 4px;
    left: 17px;
    right: auto;
    top: 100%;
    opacity: 0;
    padding: 11px 0 !important;
    margin: 0 !important;
    visibility: hidden;
    transition: all .3s linear;
    transform: translateY(0);
  }
  .cid-sCYiQrSjGt .nav-item:hover .nav-link + .dropdown-menu {
    transform: translateY(20px);
    opacity: 1;
    visibility: visible;
  }
  .cid-sCYiQrSjGt .nav-item.dropdown:hover::before,
  .cid-sCYiQrSjGt .nav-item.dropdown.open:before {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 100%;
    height: 20px;
  }
  .is-builder .cid-sCYiQrSjGt .nav-item:hover .nav-link + .dropdown-menu {
    opacity: 0;
    visibility: hidden;
  }
}
@media (max-width: 1200px) {
  .cid-sCYiQrSjGt .navbar .navbar-collapse {
    align-items: center !important;
  }
}
.cid-sCYiQrSjGt .navbar > .container,
.cid-sCYiQrSjGt .navbar > .container-fluid {
  align-items: center;
}
.cid-sCYiQrSjGt .dropdown-toggle::after,
.cid-sCYiQrSjGt .link.dropdown-toggle:after {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: 6px;
  content: "";
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  transition: all .25s ease 0s;
}
.cid-sCYiQrSjGt .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 8px;
  height: 8px;
}
.cid-sCYiQrSjGt .open > .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-bottom: -8px;
  transform: rotate(225deg);
}
.cid-sCYiQrSjGt .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
  opacity: 1;
  display: flex;
  flex-direction: column;
}
.cid-sCYiQrSjGt .nav-dropdown .dropdown-submenu {
  display: none;
  margin: 0 !important;
  font-weight: 400;
  top: 0 !important;
}
.cid-sCYiQrSjGt .nav-item:focus,
.cid-sCYiQrSjGt .nav-link:focus {
  outline: none;
}
.cid-sCYiQrSjGt .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-sCYiQrSjGt .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sCYiQrSjGt .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-sCYiQrSjGt a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all 0.3s linear;
}
.cid-sCYiQrSjGt ul.navbar-nav {
  flex-wrap: wrap;
  flex: 1;
}
.cid-sCYiQrSjGt .navbar {
  padding: 12px 52px 11px 43px;
  min-height: 114px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-sCYiQrSjGt .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-sCYiQrSjGt .navbar .navbar-collapse {
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
.cid-sCYiQrSjGt .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sCYiQrSjGt .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sCYiQrSjGt .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 50px - 1rem);
  }
}
.cid-sCYiQrSjGt .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sCYiQrSjGt .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sCYiQrSjGt .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sCYiQrSjGt .dropdown-menu .menu__images {
    display: none;
  }
  .cid-sCYiQrSjGt .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .cid-sCYiQrSjGt .nav-item .nav-link::before {
    display: none;
  }
  .cid-sCYiQrSjGt.opened .dropdown-menu {
    top: 0;
  }
  .cid-sCYiQrSjGt .mbr-section-btn .btn {
    min-width: auto;
    padding: 5px ;
    font-size: 14px;
  }
  .cid-sCYiQrSjGt .dropdown-menu {
    margin: 0;
    padding: 0;
    line-height: 45px;
    border: 0;
    left: 8px;
    width: 100%;
    max-width: 100% !important;
    box-shadow: none;
  }
  .cid-sCYiQrSjGt .dropdown-menu .dropdown-submenu {
    left: 0 !important;
    position: relative !important;
  }
  .cid-sCYiQrSjGt .navbar-logo {
    margin: 0;
  }
  .cid-sCYiQrSjGt .navbar-logo img {
    height: 60px !important;
  }
  .cid-sCYiQrSjGt .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    margin: 0 !important;
    padding: 0;
  }
  .cid-sCYiQrSjGt .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sCYiQrSjGt .icons-menu {
    margin: 30px 0;
    text-align: center;
  }
  .cid-sCYiQrSjGt .navbar {
    padding: 13px 90px;
  }
  .cid-sCYiQrSjGt .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    background-color: #ffffff !important;
    padding-left: 20px;
    padding-right: 20px;
    left: 0px;
    right: 0px;
  }
  .cid-sCYiQrSjGt .navbar .dropdown-menu .dropdown-item {
    justify-content: flex-start;
    padding: 15.5px 23px;
    line-height: 1;
  }
  .cid-sCYiQrSjGt .dropdown-submenu .dropdown-item {
    padding-left: 45px !important;
  }
  .cid-sCYiQrSjGt .dropdown-toggle::after,
  .cid-sCYiQrSjGt .link.dropdown-toggle:after {
    position: absolute;
    right: 12px;
  }
  .cid-sCYiQrSjGt .nav-item {
    border-bottom: 1px solid #ddebe9;
  }
  .cid-sCYiQrSjGt a.nav-link {
    justify-content: flex-start;
    line-height: 21px;
    padding: 35px 43px 35px 19px !important;
  }
  .cid-sCYiQrSjGt ul.navbar-nav {
    padding: 0 100px;
    margin: 0;
  }
  .cid-sCYiQrSjGt .navbar .dropdown.open > .dropdown-menu {
    display: block;
  }
  .cid-sCYiQrSjGt .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
    width: 100%;
  }
}
.cid-sCYiQrSjGt.navbar-short {
  background: #ffffff !important;
  min-height: 70px;
  height: 70px;
}
.cid-sCYiQrSjGt.navbar-short .nav-dropdown {
  height: 70px;
}
.cid-sCYiQrSjGt.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sCYiQrSjGt.navbar-short .navbar-logo img {
  height: 70px !important;
}
@media (max-width: 767px) {
  .cid-sCYiQrSjGt .navbar {
    padding: 0 !important;
  }
  .cid-sCYiQrSjGt ul.navbar-nav {
    padding: 0 !important;
  }
  .cid-sCYiQrSjGt a.nav-link {
    padding: 27px 26px 27px 19px !important;
  }
}
.cid-sCYiQrSjGt .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 12px;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
}
.cid-sCYiQrSjGt .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sCYiQrSjGt .dropdown-item.active,
.cid-sCYiQrSjGt .dropdown-item:active {
  background-color: transparent;
}
.cid-sCYiQrSjGt .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sCYiQrSjGt .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
  position: absolute;
}
.cid-sCYiQrSjGt button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-sCYiQrSjGt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #2c3945;
}
.cid-sCYiQrSjGt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sCYiQrSjGt button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sCYiQrSjGt button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sCYiQrSjGt button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sCYiQrSjGt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sCYiQrSjGt nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sCYiQrSjGt nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sCYiQrSjGt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.is-builder .cid-sCYiQrSjGt .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  transform: translateY(20px);
}
.cid-sCYiQrSjGt .navbar-dropdown {
  position: absolute;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sCYiQrSjGt .navbar {
    height: 97px;
  }
  .cid-sCYiQrSjGt .navbar.opened {
    height: auto;
  }
  .cid-sCYiQrSjGt .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sD2yrkaMEN {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sD2yrkaMEN .mbr-text {
  line-height: 1.5;
  color: #333333;
}
.cid-sD2yrkaMEN .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-sD2IMABz8h {
  background: #ffffff;
}
.cid-sD2IMABz8h .container-fluid {
  padding: 0 3rem;
}
.cid-sD2IMABz8h .video-block {
  margin: auto;
  width: 100% !important;
}
@media (max-width: 767px) {
  .cid-sD2IMABz8h .container-fluid {
    padding: 0 1rem;
  }
  .cid-sD2IMABz8h .video-block {
    width: 100% !important;
  }
}
.cid-sCYiQspbkh {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sCYiQspbkh .mbr-text {
  line-height: 1.5;
  color: #333333;
  text-align: center;
}
.cid-sCYiQspbkh .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-sCYiQsPXTi {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sCYiQsPXTi .mbr-text {
  line-height: 1.5;
  color: #333333;
}
.cid-sCYiQsPXTi .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-sCYiQt5R9O {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sCYiQt5R9O .card-title {
  line-height: 1.6;
  margin: 0;
  color: #c2c2c2;
}
.cid-sCYiQt5R9O .card {
  overflow: visible;
  transition: all 0.3s;
}
.cid-sCYiQt5R9O .card:hover {
  margin-top: -0.6rem;
}
.cid-sCYiQt5R9O .card-wrapper {
  position: relative;
}
.cid-sCYiQt5R9O .card-img {
  overflow: hidden;
  position: relative;
  transition: all 0.3s;
  border-radius: 6px;
}
.cid-sCYiQt5R9O .card-img:hover {
  box-shadow: 0 15px 20px rgba(0, 0, 0, 0.1);
}
.cid-sCYiQt5R9O .card-img:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transition: all 0.3s;
  background: black;
  opacity: 0.2;
  z-index: 10;
  pointer-events: none;
  border-radius: 6px;
}
.cid-sCYiQt5R9O .big {
  margin-top: -25%;
}
.cid-sCYiQt5R9O .card-box {
  position: absolute;
  overflow: hidden;
  margin-bottom: -8px;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 1rem;
  z-index: 100;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
@media (max-width: 991px) {
  .cid-sCYiQt5R9O .small {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .cid-sCYiQt5R9O .card:not(.last-child) {
    padding-bottom: 1.5rem !important;
  }
}
.cid-sCYiQtK4Ps {
  padding-top: 8rem;
  padding-bottom: 8rem;
  overflow: visible;
  background-color: #ffffff;
}
.cid-sCYiQtK4Ps .mbr-section-subtitle {
  font-weight: 500;
  color: #3a6686;
}
.cid-sCYiQtK4Ps .wrap {
  padding-left: 90px;
}
.cid-sCYiQtK4Ps .mbr-section-title {
  color: #3a6686;
}
.cid-sCYiQtK4Ps .link {
  display: block;
  margin-bottom: 0;
  white-space: nowrap;
}
.cid-sCYiQtK4Ps .link a {
  font-weight: 700;
}
.cid-sCYiQtK4Ps .link span {
  display: inline-block !important;
  transition: all 0.3s ease;
  margin-left: 13px;
}
.cid-sCYiQtK4Ps .link:hover span {
  transform: translateX(9px);
}
.cid-sCYiQtK4Ps .text__items {
  margin-top: 20px;
  padding-right: 50px;
  margin-bottom: 50px;
  color: #2c3945;
}
.cid-sCYiQtK4Ps .mbr-text {
  margin-bottom: 10px;
}
.cid-sCYiQtK4Ps .image__block {
  padding-top: 150px;
  position: relative;
}
.cid-sCYiQtK4Ps .rotate__image {
  transform: rotate(7.5deg);
  width: 21%;
  z-index: 1;
  position: absolute;
  bottom: -50px;
  right: 18%;
}
.cid-sCYiQtK4Ps .rotate__image .image {
  min-width: 450px;
  position: relative;
}
.cid-sCYiQtK4Ps .rotate__image .image:before {
  padding-top: 80%;
  display: block;
  content: "";
  width: 100%;
}
.cid-sCYiQtK4Ps .rotate__image .image img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.cid-sCYiQtK4Ps .rotate__image2 {
  z-index: 2;
  bottom: -60px;
  right: 30%;
  position: absolute;
  transform: rotate(-15deg);
  width: 17%;
}
.cid-sCYiQtK4Ps .rotate__image2 .image {
  min-width: 200px;
  position: relative;
}
.cid-sCYiQtK4Ps .rotate__image2 .image:before {
  padding-top: 116%;
  display: block;
  content: "";
  width: 100%;
}
.cid-sCYiQtK4Ps .rotate__image2 .image img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
@media (max-width: 1220px) {
  .cid-sCYiQtK4Ps .image__block {
    transform: translateX(-90px);
  }
}
@media (max-width: 991px) {
  .cid-sCYiQtK4Ps .image__block {
    transform: translateX(-30px);
  }
  .cid-sCYiQtK4Ps .figure:before {
    content: none;
  }
  .cid-sCYiQtK4Ps .text__items {
    padding-right: 0;
    margin-bottom: 10px;
  }
  .cid-sCYiQtK4Ps .wrap {
    padding-left: 0;
  }
  .cid-sCYiQtK4Ps .rotate__image {
    top: 45px;
    right: 3%;
    width: 53%;
  }
  .cid-sCYiQtK4Ps .rotate__image .image {
    min-width: auto;
    max-width: 350px;
  }
  .cid-sCYiQtK4Ps .rotate__image2 {
    top: 75px;
    right: 32%;
    width: 42%;
    margin-top: 0;
  }
  .cid-sCYiQtK4Ps .rotate__image2 .image {
    min-width: auto;
    max-width: 200px;
  }
}
@media (max-width: 767px) {
  .cid-sCYiQtK4Ps .rotate__image2 {
    right: 43%;
  }
}
@media (max-width: 575px) {
  .cid-sCYiQtK4Ps .image__block {
    padding-top: 75px;
    transform: translateX(-20px);
  }
  .cid-sCYiQtK4Ps .rotate__image {
    top: 55px;
    right: 0;
  }
  .cid-sCYiQtK4Ps .rotate__image2 {
    top: 40px;
    left: 10%;
  }
}
.cid-sCYiQu9LwQ {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sCYiQu9LwQ .card-title {
  line-height: 1.6;
  margin: 0;
  color: #c2c2c2;
}
.cid-sCYiQu9LwQ .card {
  overflow: visible;
  transition: all 0.3s;
}
.cid-sCYiQu9LwQ .card:hover {
  margin-top: -0.6rem;
}
.cid-sCYiQu9LwQ .card-wrapper {
  position: relative;
}
.cid-sCYiQu9LwQ .card-img {
  overflow: hidden;
  position: relative;
  transition: all 0.3s;
  border-radius: 6px;
}
.cid-sCYiQu9LwQ .card-img:hover {
  box-shadow: 0 15px 20px rgba(0, 0, 0, 0.1);
}
.cid-sCYiQu9LwQ .card-img:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transition: all 0.3s;
  background: black;
  opacity: 0.2;
  z-index: 10;
  pointer-events: none;
  border-radius: 6px;
}
.cid-sCYiQu9LwQ .big {
  margin-top: -25%;
}
.cid-sCYiQu9LwQ .card-box {
  position: absolute;
  overflow: hidden;
  margin-bottom: -8px;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 1rem;
  z-index: 100;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
@media (max-width: 991px) {
  .cid-sCYiQu9LwQ .small {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .cid-sCYiQu9LwQ .card:not(.last-child) {
    padding-bottom: 1.5rem !important;
  }
}
.cid-sCYiQuOR1f {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sCYiQuOR1f .subscr__title {
  padding: 7px 7px 7px 0;
  margin-bottom: 0;
  border-right: 1px solid #689abe;
  color: #3a6686;
}
.cid-sCYiQuOR1f .mbr-text {
  padding-right: 70px;
  color: #3a6686;
}
.cid-sCYiQuOR1f .form-group {
  padding: 0;
}
.cid-sCYiQuOR1f .form-control {
  background-color: #ffffff !important;
  color: #2c3945;
  border: 1px solid #3a6686;
  padding: 21px 18px;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.cid-sCYiQuOR1f .input-group-btn {
  padding: 0;
  left: -1px;
}
.cid-sCYiQuOR1f .input-group-btn .btn {
  width: 100%;
  height: 70px;
  font-weight: 500;
}
.cid-sCYiQuOR1f .mbr-form .btn {
  margin: 0;
}
.cid-sCYiQuOR1f .mbr-form .input-group-btn .btn {
  border-radius: 0 !important;
  border-top-right-radius: 4px !important;
  border-bottom-right-radius: 4px !important;
}
.cid-sCYiQuOR1f input::-webkit-input-placeholder {
  color: #2c3945;
  opacity: .8;
}
.cid-sCYiQuOR1f input::-moz-placeholder {
  color: #2c3945;
  opacity: .8;
}
@media (max-width: 1199px) {
  .cid-sCYiQuOR1f .subscr__title {
    padding: 5px 0;
    border: none;
  }
  .cid-sCYiQuOR1f .mbr-text {
    padding-right: 0;
    padding-left: 28px;
    border-left: 1px solid #689abe;
  }
  .cid-sCYiQuOR1f .subscribe__form {
    margin-top: 30px;
  }
}
@media (max-width: 991px) {
  .cid-sCYiQuOR1f .dragArea {
    margin: 0;
  }
  .cid-sCYiQuOR1f .form-control {
    font-size: 16px;
    padding: 11px 18px;
    height: 50px;
  }
  .cid-sCYiQuOR1f .input-group-btn {
    padding: 0;
    left: -1px;
  }
  .cid-sCYiQuOR1f .input-group-btn .btn {
    height: 50px;
    padding: 16px 0;
    font-size: 16px;
    line-height: 18px;
    min-width: auto;
  }
}
@media (max-width: 575px) {
  .cid-sCYiQuOR1f .mbr-text {
    font-size: 14px;
    line-height: 1.29;
  }
}
.cid-sCYiQvdcbs {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sCYiQvdcbs .card-title {
  line-height: 1.6;
  margin: 0;
  color: #c2c2c2;
}
.cid-sCYiQvdcbs .card {
  overflow: visible;
  transition: all 0.3s;
}
.cid-sCYiQvdcbs .card:hover {
  margin-top: -0.6rem;
}
.cid-sCYiQvdcbs .card-wrapper {
  position: relative;
}
.cid-sCYiQvdcbs .card-img {
  overflow: hidden;
  position: relative;
  transition: all 0.3s;
  border-radius: 6px;
}
.cid-sCYiQvdcbs .card-img:hover {
  box-shadow: 0 15px 20px rgba(0, 0, 0, 0.1);
}
.cid-sCYiQvdcbs .card-img:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transition: all 0.3s;
  background: black;
  opacity: 0.2;
  z-index: 10;
  pointer-events: none;
  border-radius: 6px;
}
.cid-sCYiQvdcbs .big {
  margin-top: -25%;
}
.cid-sCYiQvdcbs .card-box {
  position: absolute;
  overflow: hidden;
  margin-bottom: -8px;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 1rem;
  z-index: 100;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
@media (max-width: 991px) {
  .cid-sCYiQvdcbs .small {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .cid-sCYiQvdcbs .card:not(.last-child) {
    padding-bottom: 1.5rem !important;
  }
}
.cid-sCYiQvTKmz {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sCYiQvTKmz .card-title {
  line-height: 1.6;
  margin: 0;
  color: #c2c2c2;
}
.cid-sCYiQvTKmz .card {
  overflow: visible;
  transition: all 0.3s;
}
.cid-sCYiQvTKmz .card:hover {
  margin-top: -0.6rem;
}
.cid-sCYiQvTKmz .card-wrapper {
  position: relative;
}
.cid-sCYiQvTKmz .card-img {
  overflow: hidden;
  position: relative;
  transition: all 0.3s;
  border-radius: 6px;
}
.cid-sCYiQvTKmz .card-img:hover {
  box-shadow: 0 15px 20px rgba(0, 0, 0, 0.1);
}
.cid-sCYiQvTKmz .card-img:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transition: all 0.3s;
  background: black;
  opacity: 0.2;
  z-index: 10;
  pointer-events: none;
  border-radius: 6px;
}
.cid-sCYiQvTKmz .big {
  margin-top: -25%;
}
.cid-sCYiQvTKmz .card-box {
  position: absolute;
  overflow: hidden;
  margin-bottom: -8px;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 1rem;
  z-index: 100;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
@media (max-width: 991px) {
  .cid-sCYiQvTKmz .small {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .cid-sCYiQvTKmz .card:not(.last-child) {
    padding-bottom: 1.5rem !important;
  }
}
.cid-sCYiQwpZs3 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sCYiQwpZs3 .card-title {
  line-height: 1.6;
  margin: 0;
  color: #c2c2c2;
}
.cid-sCYiQwpZs3 .card {
  overflow: visible;
  transition: all 0.3s;
}
.cid-sCYiQwpZs3 .card:hover {
  margin-top: -0.6rem;
}
.cid-sCYiQwpZs3 .card-wrapper {
  position: relative;
}
.cid-sCYiQwpZs3 .card-img {
  overflow: hidden;
  position: relative;
  transition: all 0.3s;
  border-radius: 6px;
}
.cid-sCYiQwpZs3 .card-img:hover {
  box-shadow: 0 15px 20px rgba(0, 0, 0, 0.1);
}
.cid-sCYiQwpZs3 .card-img:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transition: all 0.3s;
  background: black;
  opacity: 0.2;
  z-index: 10;
  pointer-events: none;
  border-radius: 6px;
}
.cid-sCYiQwpZs3 .big {
  margin-top: -25%;
}
.cid-sCYiQwpZs3 .card-box {
  position: absolute;
  overflow: hidden;
  margin-bottom: -8px;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 1rem;
  z-index: 100;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
@media (max-width: 991px) {
  .cid-sCYiQwpZs3 .small {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .cid-sCYiQwpZs3 .card:not(.last-child) {
    padding-bottom: 1.5rem !important;
  }
}
.cid-sCYiQwWsL9 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sCYiQwWsL9 .mbr-text {
  line-height: 1.5;
  color: #333333;
}
.cid-sCYiQwWsL9 .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-sCYiQxa9Ee {
  padding-top: 90px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sCYiQxa9Ee .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-sCYiQxa9Ee .mbr-section-title {
  color: #444444;
  text-align: center;
}
.cid-sCYiQxa9Ee .mbr-section-subtitle DIV {
  color: #444444;
}
.cid-sCYiUUhYJa {
  min-height: 114px !important;
  position: relative;
  overflow: visible;
  background: #ffffff;
}
.cid-sCYiUUhYJa .nav-link,
.cid-sCYiUUhYJa .navbar-caption {
  font-weight: 700;
  transition: all 0.3s linear;
}
.cid-sCYiUUhYJa .navbar-dropdown .navbar-brand span {
  vertical-align: 0;
}
.cid-sCYiUUhYJa .container-fluid {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.cid-sCYiUUhYJa .nav-link.text-primary:hover,
.cid-sCYiUUhYJa .nav-link.text-primary:focus {
  color: #3a6686 !important;
}
.cid-sCYiUUhYJa .nav-link {
  position: relative;
  line-height: 1;
  margin: 0 !important;
  padding: 10px 20px !important;
}
.cid-sCYiUUhYJa .nav-link:hover:before {
  opacity: 1;
}
.cid-sCYiUUhYJa .nav-link:before {
  content: '';
  bottom: 0;
  width: calc(100% - 36px);
  left: 18px;
  height: 3px;
  position: absolute;
  opacity: 0;
  z-index: -1;
  background-color: #f14555;
  transition: opacity 0.3s linear;
}
@media (max-width: 991px) {
  .cid-sCYiUUhYJa .nav-link {
    margin: 0 !important;
  }
}
.cid-sCYiUUhYJa .icons-menu {
  line-height: 0;
}
.cid-sCYiUUhYJa .icons__wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 29px;
  height: 29px;
  font-size: 29px;
  margin-left: 15px;
}
.cid-sCYiUUhYJa .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
  width: 247px;
}
@media (min-width: 992px) {
  .cid-sCYiUUhYJa .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown {
    display: inline-block;
  }
}
.cid-sCYiUUhYJa .dropdown-menu .menu__images {
  display: flex;
  transform: translateY(-11px);
}
.cid-sCYiUUhYJa .dropdown-menu .dropdown-item {
  display: inline-flex;
  justify-content: center;
  font-weight: normal;
  padding: 10px 40px 10px 20px;
  line-height: 1;
  position: relative;
  width: 100%;
  transition: all 0.3s;
}
@media (max-width: 1300px) {
  .cid-sCYiUUhYJa .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
    width: 167px;
    padding: 10px;
    white-space: normal;
  }
}
@media (min-width: 992px) {
  .cid-sCYiUUhYJa.dropdown.open > .dropdown-menu:not(.dropdown-submenu) > .dropdown > .dropdown-submenu {
    visibility: visible;
    opacity: 1;
  }
  .cid-sCYiUUhYJa .mbr-section-btn {
    margin-left: 31px;
  }
  .cid-sCYiUUhYJa .btn {
    white-space: nowrap;
  }
  .cid-sCYiUUhYJa .dropdown-menu {
    min-width: 210px;
    display: block;
    z-index: 5;
    background-color: #ffffff !important;
    border: 1px solid #ddebe9;
    border-radius: 4px;
    left: 17px;
    right: auto;
    top: 100%;
    opacity: 0;
    padding: 11px 0 !important;
    margin: 0 !important;
    visibility: hidden;
    transition: all .3s linear;
    transform: translateY(0);
  }
  .cid-sCYiUUhYJa .nav-item:hover .nav-link + .dropdown-menu {
    transform: translateY(20px);
    opacity: 1;
    visibility: visible;
  }
  .cid-sCYiUUhYJa .nav-item.dropdown:hover::before,
  .cid-sCYiUUhYJa .nav-item.dropdown.open:before {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 100%;
    height: 20px;
  }
  .is-builder .cid-sCYiUUhYJa .nav-item:hover .nav-link + .dropdown-menu {
    opacity: 0;
    visibility: hidden;
  }
}
@media (max-width: 1200px) {
  .cid-sCYiUUhYJa .navbar .navbar-collapse {
    align-items: center !important;
  }
}
.cid-sCYiUUhYJa .navbar > .container,
.cid-sCYiUUhYJa .navbar > .container-fluid {
  align-items: center;
}
.cid-sCYiUUhYJa .dropdown-toggle::after,
.cid-sCYiUUhYJa .link.dropdown-toggle:after {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: 6px;
  content: "";
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  transition: all .25s ease 0s;
}
.cid-sCYiUUhYJa .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 8px;
  height: 8px;
}
.cid-sCYiUUhYJa .open > .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-bottom: -8px;
  transform: rotate(225deg);
}
.cid-sCYiUUhYJa .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
  opacity: 1;
  display: flex;
  flex-direction: column;
}
.cid-sCYiUUhYJa .nav-dropdown .dropdown-submenu {
  display: none;
  margin: 0 !important;
  font-weight: 400;
  top: 0 !important;
}
.cid-sCYiUUhYJa .nav-item:focus,
.cid-sCYiUUhYJa .nav-link:focus {
  outline: none;
}
.cid-sCYiUUhYJa .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-sCYiUUhYJa .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sCYiUUhYJa .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-sCYiUUhYJa a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all 0.3s linear;
}
.cid-sCYiUUhYJa ul.navbar-nav {
  flex-wrap: wrap;
  flex: 1;
}
.cid-sCYiUUhYJa .navbar {
  padding: 12px 52px 11px 43px;
  min-height: 114px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-sCYiUUhYJa .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-sCYiUUhYJa .navbar .navbar-collapse {
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
.cid-sCYiUUhYJa .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sCYiUUhYJa .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sCYiUUhYJa .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 50px - 1rem);
  }
}
.cid-sCYiUUhYJa .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sCYiUUhYJa .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sCYiUUhYJa .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sCYiUUhYJa .dropdown-menu .menu__images {
    display: none;
  }
  .cid-sCYiUUhYJa .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .cid-sCYiUUhYJa .nav-item .nav-link::before {
    display: none;
  }
  .cid-sCYiUUhYJa.opened .dropdown-menu {
    top: 0;
  }
  .cid-sCYiUUhYJa .mbr-section-btn .btn {
    min-width: auto;
    padding: 5px ;
    font-size: 14px;
  }
  .cid-sCYiUUhYJa .dropdown-menu {
    margin: 0;
    padding: 0;
    line-height: 45px;
    border: 0;
    left: 8px;
    width: 100%;
    max-width: 100% !important;
    box-shadow: none;
  }
  .cid-sCYiUUhYJa .dropdown-menu .dropdown-submenu {
    left: 0 !important;
    position: relative !important;
  }
  .cid-sCYiUUhYJa .navbar-logo {
    margin: 0;
  }
  .cid-sCYiUUhYJa .navbar-logo img {
    height: 60px !important;
  }
  .cid-sCYiUUhYJa .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    margin: 0 !important;
    padding: 0;
  }
  .cid-sCYiUUhYJa .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sCYiUUhYJa .icons-menu {
    margin: 30px 0;
    text-align: center;
  }
  .cid-sCYiUUhYJa .navbar {
    padding: 13px 90px;
  }
  .cid-sCYiUUhYJa .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    background-color: #ffffff !important;
    padding-left: 20px;
    padding-right: 20px;
    left: 0px;
    right: 0px;
  }
  .cid-sCYiUUhYJa .navbar .dropdown-menu .dropdown-item {
    justify-content: flex-start;
    padding: 15.5px 23px;
    line-height: 1;
  }
  .cid-sCYiUUhYJa .dropdown-submenu .dropdown-item {
    padding-left: 45px !important;
  }
  .cid-sCYiUUhYJa .dropdown-toggle::after,
  .cid-sCYiUUhYJa .link.dropdown-toggle:after {
    position: absolute;
    right: 12px;
  }
  .cid-sCYiUUhYJa .nav-item {
    border-bottom: 1px solid #ddebe9;
  }
  .cid-sCYiUUhYJa a.nav-link {
    justify-content: flex-start;
    line-height: 21px;
    padding: 35px 43px 35px 19px !important;
  }
  .cid-sCYiUUhYJa ul.navbar-nav {
    padding: 0 100px;
    margin: 0;
  }
  .cid-sCYiUUhYJa .navbar .dropdown.open > .dropdown-menu {
    display: block;
  }
  .cid-sCYiUUhYJa .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
    width: 100%;
  }
}
.cid-sCYiUUhYJa.navbar-short {
  background: #ffffff !important;
  min-height: 70px;
  height: 70px;
}
.cid-sCYiUUhYJa.navbar-short .nav-dropdown {
  height: 70px;
}
.cid-sCYiUUhYJa.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sCYiUUhYJa.navbar-short .navbar-logo img {
  height: 70px !important;
}
@media (max-width: 767px) {
  .cid-sCYiUUhYJa .navbar {
    padding: 0 !important;
  }
  .cid-sCYiUUhYJa ul.navbar-nav {
    padding: 0 !important;
  }
  .cid-sCYiUUhYJa a.nav-link {
    padding: 27px 26px 27px 19px !important;
  }
}
.cid-sCYiUUhYJa .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 12px;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
}
.cid-sCYiUUhYJa .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sCYiUUhYJa .dropdown-item.active,
.cid-sCYiUUhYJa .dropdown-item:active {
  background-color: transparent;
}
.cid-sCYiUUhYJa .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sCYiUUhYJa .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
  position: absolute;
}
.cid-sCYiUUhYJa button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-sCYiUUhYJa button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #2c3945;
}
.cid-sCYiUUhYJa button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sCYiUUhYJa button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sCYiUUhYJa button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sCYiUUhYJa button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sCYiUUhYJa nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sCYiUUhYJa nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sCYiUUhYJa nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sCYiUUhYJa nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.is-builder .cid-sCYiUUhYJa .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  transform: translateY(20px);
}
.cid-sCYiUUhYJa .navbar-dropdown {
  position: absolute;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sCYiUUhYJa .navbar {
    height: 97px;
  }
  .cid-sCYiUUhYJa .navbar.opened {
    height: auto;
  }
  .cid-sCYiUUhYJa .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sD2yuy7bL3 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sD2yuy7bL3 .mbr-text {
  line-height: 1.5;
  color: #333333;
}
.cid-sD2yuy7bL3 .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-sD2HWavZDK {
  background: #ffffff;
}
.cid-sD2HWavZDK .container-fluid {
  padding: 0 3rem;
}
.cid-sD2HWavZDK .video-block {
  margin: auto;
  width: 100% !important;
}
@media (max-width: 767px) {
  .cid-sD2HWavZDK .container-fluid {
    padding: 0 1rem;
  }
  .cid-sD2HWavZDK .video-block {
    width: 100% !important;
  }
}
.cid-sCYiUUWCh6 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sCYiUUWCh6 .mbr-text {
  line-height: 1.5;
  color: #333333;
  text-align: center;
}
.cid-sCYiUUWCh6 .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-sCYiUVpQTk {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sCYiUVpQTk .mbr-text {
  line-height: 1.5;
  color: #333333;
}
.cid-sCYiUVpQTk .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-sCYiUVHZ1c {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sCYiUVHZ1c .card-title {
  line-height: 1.6;
  margin: 0;
  color: #c2c2c2;
}
.cid-sCYiUVHZ1c .card {
  overflow: visible;
  transition: all 0.3s;
}
.cid-sCYiUVHZ1c .card:hover {
  margin-top: -0.6rem;
}
.cid-sCYiUVHZ1c .card-wrapper {
  position: relative;
}
.cid-sCYiUVHZ1c .card-img {
  overflow: hidden;
  position: relative;
  transition: all 0.3s;
  border-radius: 6px;
}
.cid-sCYiUVHZ1c .card-img:hover {
  box-shadow: 0 15px 20px rgba(0, 0, 0, 0.1);
}
.cid-sCYiUVHZ1c .card-img:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transition: all 0.3s;
  background: black;
  opacity: 0.2;
  z-index: 10;
  pointer-events: none;
  border-radius: 6px;
}
.cid-sCYiUVHZ1c .big {
  margin-top: -25%;
}
.cid-sCYiUVHZ1c .card-box {
  position: absolute;
  overflow: hidden;
  margin-bottom: -8px;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 1rem;
  z-index: 100;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
@media (max-width: 991px) {
  .cid-sCYiUVHZ1c .small {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .cid-sCYiUVHZ1c .card:not(.last-child) {
    padding-bottom: 1.5rem !important;
  }
}
.cid-sCYiUWjGMl {
  padding-top: 8rem;
  padding-bottom: 8rem;
  overflow: visible;
  background-color: #ffffff;
}
.cid-sCYiUWjGMl .mbr-section-subtitle {
  font-weight: 500;
  color: #3a6686;
}
.cid-sCYiUWjGMl .wrap {
  padding-left: 90px;
}
.cid-sCYiUWjGMl .mbr-section-title {
  color: #3a6686;
}
.cid-sCYiUWjGMl .link {
  display: block;
  margin-bottom: 0;
  white-space: nowrap;
}
.cid-sCYiUWjGMl .link a {
  font-weight: 700;
}
.cid-sCYiUWjGMl .link span {
  display: inline-block !important;
  transition: all 0.3s ease;
  margin-left: 13px;
}
.cid-sCYiUWjGMl .link:hover span {
  transform: translateX(9px);
}
.cid-sCYiUWjGMl .text__items {
  margin-top: 20px;
  padding-right: 50px;
  margin-bottom: 50px;
  color: #2c3945;
}
.cid-sCYiUWjGMl .mbr-text {
  margin-bottom: 10px;
}
.cid-sCYiUWjGMl .image__block {
  padding-top: 150px;
  position: relative;
}
.cid-sCYiUWjGMl .rotate__image {
  transform: rotate(7.5deg);
  width: 21%;
  z-index: 1;
  position: absolute;
  bottom: -50px;
  right: 18%;
}
.cid-sCYiUWjGMl .rotate__image .image {
  min-width: 450px;
  position: relative;
}
.cid-sCYiUWjGMl .rotate__image .image:before {
  padding-top: 80%;
  display: block;
  content: "";
  width: 100%;
}
.cid-sCYiUWjGMl .rotate__image .image img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.cid-sCYiUWjGMl .rotate__image2 {
  z-index: 2;
  bottom: -60px;
  right: 30%;
  position: absolute;
  transform: rotate(-15deg);
  width: 17%;
}
.cid-sCYiUWjGMl .rotate__image2 .image {
  min-width: 200px;
  position: relative;
}
.cid-sCYiUWjGMl .rotate__image2 .image:before {
  padding-top: 116%;
  display: block;
  content: "";
  width: 100%;
}
.cid-sCYiUWjGMl .rotate__image2 .image img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
@media (max-width: 1220px) {
  .cid-sCYiUWjGMl .image__block {
    transform: translateX(-90px);
  }
}
@media (max-width: 991px) {
  .cid-sCYiUWjGMl .image__block {
    transform: translateX(-30px);
  }
  .cid-sCYiUWjGMl .figure:before {
    content: none;
  }
  .cid-sCYiUWjGMl .text__items {
    padding-right: 0;
    margin-bottom: 10px;
  }
  .cid-sCYiUWjGMl .wrap {
    padding-left: 0;
  }
  .cid-sCYiUWjGMl .rotate__image {
    top: 45px;
    right: 3%;
    width: 53%;
  }
  .cid-sCYiUWjGMl .rotate__image .image {
    min-width: auto;
    max-width: 350px;
  }
  .cid-sCYiUWjGMl .rotate__image2 {
    top: 75px;
    right: 32%;
    width: 42%;
    margin-top: 0;
  }
  .cid-sCYiUWjGMl .rotate__image2 .image {
    min-width: auto;
    max-width: 200px;
  }
}
@media (max-width: 767px) {
  .cid-sCYiUWjGMl .rotate__image2 {
    right: 43%;
  }
}
@media (max-width: 575px) {
  .cid-sCYiUWjGMl .image__block {
    padding-top: 75px;
    transform: translateX(-20px);
  }
  .cid-sCYiUWjGMl .rotate__image {
    top: 55px;
    right: 0;
  }
  .cid-sCYiUWjGMl .rotate__image2 {
    top: 40px;
    left: 10%;
  }
}
.cid-sCYiUWDzIa {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sCYiUWDzIa .card-title {
  line-height: 1.6;
  margin: 0;
  color: #c2c2c2;
}
.cid-sCYiUWDzIa .card {
  overflow: visible;
  transition: all 0.3s;
}
.cid-sCYiUWDzIa .card:hover {
  margin-top: -0.6rem;
}
.cid-sCYiUWDzIa .card-wrapper {
  position: relative;
}
.cid-sCYiUWDzIa .card-img {
  overflow: hidden;
  position: relative;
  transition: all 0.3s;
  border-radius: 6px;
}
.cid-sCYiUWDzIa .card-img:hover {
  box-shadow: 0 15px 20px rgba(0, 0, 0, 0.1);
}
.cid-sCYiUWDzIa .card-img:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transition: all 0.3s;
  background: black;
  opacity: 0.2;
  z-index: 10;
  pointer-events: none;
  border-radius: 6px;
}
.cid-sCYiUWDzIa .big {
  margin-top: -25%;
}
.cid-sCYiUWDzIa .card-box {
  position: absolute;
  overflow: hidden;
  margin-bottom: -8px;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 1rem;
  z-index: 100;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
@media (max-width: 991px) {
  .cid-sCYiUWDzIa .small {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .cid-sCYiUWDzIa .card:not(.last-child) {
    padding-bottom: 1.5rem !important;
  }
}
.cid-sCYiUXeivB {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sCYiUXeivB .subscr__title {
  padding: 7px 7px 7px 0;
  margin-bottom: 0;
  border-right: 1px solid #689abe;
  color: #3a6686;
}
.cid-sCYiUXeivB .mbr-text {
  padding-right: 70px;
  color: #3a6686;
}
.cid-sCYiUXeivB .form-group {
  padding: 0;
}
.cid-sCYiUXeivB .form-control {
  background-color: #ffffff !important;
  color: #2c3945;
  border: 1px solid #3a6686;
  padding: 21px 18px;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.cid-sCYiUXeivB .input-group-btn {
  padding: 0;
  left: -1px;
}
.cid-sCYiUXeivB .input-group-btn .btn {
  width: 100%;
  height: 70px;
  font-weight: 500;
}
.cid-sCYiUXeivB .mbr-form .btn {
  margin: 0;
}
.cid-sCYiUXeivB .mbr-form .input-group-btn .btn {
  border-radius: 0 !important;
  border-top-right-radius: 4px !important;
  border-bottom-right-radius: 4px !important;
}
.cid-sCYiUXeivB input::-webkit-input-placeholder {
  color: #2c3945;
  opacity: .8;
}
.cid-sCYiUXeivB input::-moz-placeholder {
  color: #2c3945;
  opacity: .8;
}
@media (max-width: 1199px) {
  .cid-sCYiUXeivB .subscr__title {
    padding: 5px 0;
    border: none;
  }
  .cid-sCYiUXeivB .mbr-text {
    padding-right: 0;
    padding-left: 28px;
    border-left: 1px solid #689abe;
  }
  .cid-sCYiUXeivB .subscribe__form {
    margin-top: 30px;
  }
}
@media (max-width: 991px) {
  .cid-sCYiUXeivB .dragArea {
    margin: 0;
  }
  .cid-sCYiUXeivB .form-control {
    font-size: 16px;
    padding: 11px 18px;
    height: 50px;
  }
  .cid-sCYiUXeivB .input-group-btn {
    padding: 0;
    left: -1px;
  }
  .cid-sCYiUXeivB .input-group-btn .btn {
    height: 50px;
    padding: 16px 0;
    font-size: 16px;
    line-height: 18px;
    min-width: auto;
  }
}
@media (max-width: 575px) {
  .cid-sCYiUXeivB .mbr-text {
    font-size: 14px;
    line-height: 1.29;
  }
}
.cid-sCYiUXzGzh {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sCYiUXzGzh .card-title {
  line-height: 1.6;
  margin: 0;
  color: #c2c2c2;
}
.cid-sCYiUXzGzh .card {
  overflow: visible;
  transition: all 0.3s;
}
.cid-sCYiUXzGzh .card:hover {
  margin-top: -0.6rem;
}
.cid-sCYiUXzGzh .card-wrapper {
  position: relative;
}
.cid-sCYiUXzGzh .card-img {
  overflow: hidden;
  position: relative;
  transition: all 0.3s;
  border-radius: 6px;
}
.cid-sCYiUXzGzh .card-img:hover {
  box-shadow: 0 15px 20px rgba(0, 0, 0, 0.1);
}
.cid-sCYiUXzGzh .card-img:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transition: all 0.3s;
  background: black;
  opacity: 0.2;
  z-index: 10;
  pointer-events: none;
  border-radius: 6px;
}
.cid-sCYiUXzGzh .big {
  margin-top: -25%;
}
.cid-sCYiUXzGzh .card-box {
  position: absolute;
  overflow: hidden;
  margin-bottom: -8px;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 1rem;
  z-index: 100;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
@media (max-width: 991px) {
  .cid-sCYiUXzGzh .small {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .cid-sCYiUXzGzh .card:not(.last-child) {
    padding-bottom: 1.5rem !important;
  }
}
.cid-sCYiUYuCri {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sCYiUYuCri .card-title {
  line-height: 1.6;
  margin: 0;
  color: #c2c2c2;
}
.cid-sCYiUYuCri .card {
  overflow: visible;
  transition: all 0.3s;
}
.cid-sCYiUYuCri .card:hover {
  margin-top: -0.6rem;
}
.cid-sCYiUYuCri .card-wrapper {
  position: relative;
}
.cid-sCYiUYuCri .card-img {
  overflow: hidden;
  position: relative;
  transition: all 0.3s;
  border-radius: 6px;
}
.cid-sCYiUYuCri .card-img:hover {
  box-shadow: 0 15px 20px rgba(0, 0, 0, 0.1);
}
.cid-sCYiUYuCri .card-img:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transition: all 0.3s;
  background: black;
  opacity: 0.2;
  z-index: 10;
  pointer-events: none;
  border-radius: 6px;
}
.cid-sCYiUYuCri .big {
  margin-top: -25%;
}
.cid-sCYiUYuCri .card-box {
  position: absolute;
  overflow: hidden;
  margin-bottom: -8px;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 1rem;
  z-index: 100;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
@media (max-width: 991px) {
  .cid-sCYiUYuCri .small {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .cid-sCYiUYuCri .card:not(.last-child) {
    padding-bottom: 1.5rem !important;
  }
}
.cid-sCYiUZiARr {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sCYiUZiARr .card-title {
  line-height: 1.6;
  margin: 0;
  color: #c2c2c2;
}
.cid-sCYiUZiARr .card {
  overflow: visible;
  transition: all 0.3s;
}
.cid-sCYiUZiARr .card:hover {
  margin-top: -0.6rem;
}
.cid-sCYiUZiARr .card-wrapper {
  position: relative;
}
.cid-sCYiUZiARr .card-img {
  overflow: hidden;
  position: relative;
  transition: all 0.3s;
  border-radius: 6px;
}
.cid-sCYiUZiARr .card-img:hover {
  box-shadow: 0 15px 20px rgba(0, 0, 0, 0.1);
}
.cid-sCYiUZiARr .card-img:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transition: all 0.3s;
  background: black;
  opacity: 0.2;
  z-index: 10;
  pointer-events: none;
  border-radius: 6px;
}
.cid-sCYiUZiARr .big {
  margin-top: -25%;
}
.cid-sCYiUZiARr .card-box {
  position: absolute;
  overflow: hidden;
  margin-bottom: -8px;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 1rem;
  z-index: 100;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
@media (max-width: 991px) {
  .cid-sCYiUZiARr .small {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .cid-sCYiUZiARr .card:not(.last-child) {
    padding-bottom: 1.5rem !important;
  }
}
.cid-sCYiUZTwjU {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sCYiUZTwjU .mbr-text {
  line-height: 1.5;
  color: #333333;
}
.cid-sCYiUZTwjU .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-sCYiV0cWxX {
  padding-top: 90px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sCYiV0cWxX .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-sCYiV0cWxX .mbr-section-title {
  color: #444444;
  text-align: center;
}
.cid-sCYiV0cWxX .mbr-section-subtitle DIV {
  color: #444444;
}
.cid-sD2ptNadIE {
  min-height: 114px !important;
  position: relative;
  overflow: visible;
  background: #ffffff;
}
.cid-sD2ptNadIE .nav-link,
.cid-sD2ptNadIE .navbar-caption {
  font-weight: 700;
  transition: all 0.3s linear;
}
.cid-sD2ptNadIE .navbar-dropdown .navbar-brand span {
  vertical-align: 0;
}
.cid-sD2ptNadIE .container-fluid {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.cid-sD2ptNadIE .nav-link.text-primary:hover,
.cid-sD2ptNadIE .nav-link.text-primary:focus {
  color: #3a6686 !important;
}
.cid-sD2ptNadIE .nav-link {
  position: relative;
  line-height: 1;
  margin: 0 !important;
  padding: 10px 20px !important;
}
.cid-sD2ptNadIE .nav-link:hover:before {
  opacity: 1;
}
.cid-sD2ptNadIE .nav-link:before {
  content: '';
  bottom: 0;
  width: calc(100% - 36px);
  left: 18px;
  height: 3px;
  position: absolute;
  opacity: 0;
  z-index: -1;
  background-color: #f14555;
  transition: opacity 0.3s linear;
}
@media (max-width: 991px) {
  .cid-sD2ptNadIE .nav-link {
    margin: 0 !important;
  }
}
.cid-sD2ptNadIE .icons-menu {
  line-height: 0;
}
.cid-sD2ptNadIE .icons__wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 29px;
  height: 29px;
  font-size: 29px;
  margin-left: 15px;
}
.cid-sD2ptNadIE .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
  width: 247px;
}
@media (min-width: 992px) {
  .cid-sD2ptNadIE .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown {
    display: inline-block;
  }
}
.cid-sD2ptNadIE .dropdown-menu .menu__images {
  display: flex;
  transform: translateY(-11px);
}
.cid-sD2ptNadIE .dropdown-menu .dropdown-item {
  display: inline-flex;
  justify-content: center;
  font-weight: normal;
  padding: 10px 40px 10px 20px;
  line-height: 1;
  position: relative;
  width: 100%;
  transition: all 0.3s;
}
@media (max-width: 1300px) {
  .cid-sD2ptNadIE .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
    width: 167px;
    padding: 10px;
    white-space: normal;
  }
}
@media (min-width: 992px) {
  .cid-sD2ptNadIE.dropdown.open > .dropdown-menu:not(.dropdown-submenu) > .dropdown > .dropdown-submenu {
    visibility: visible;
    opacity: 1;
  }
  .cid-sD2ptNadIE .mbr-section-btn {
    margin-left: 31px;
  }
  .cid-sD2ptNadIE .btn {
    white-space: nowrap;
  }
  .cid-sD2ptNadIE .dropdown-menu {
    min-width: 210px;
    display: block;
    z-index: 5;
    background-color: #ffffff !important;
    border: 1px solid #ddebe9;
    border-radius: 4px;
    left: 17px;
    right: auto;
    top: 100%;
    opacity: 0;
    padding: 11px 0 !important;
    margin: 0 !important;
    visibility: hidden;
    transition: all .3s linear;
    transform: translateY(0);
  }
  .cid-sD2ptNadIE .nav-item:hover .nav-link + .dropdown-menu {
    transform: translateY(20px);
    opacity: 1;
    visibility: visible;
  }
  .cid-sD2ptNadIE .nav-item.dropdown:hover::before,
  .cid-sD2ptNadIE .nav-item.dropdown.open:before {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 100%;
    height: 20px;
  }
  .is-builder .cid-sD2ptNadIE .nav-item:hover .nav-link + .dropdown-menu {
    opacity: 0;
    visibility: hidden;
  }
}
@media (max-width: 1200px) {
  .cid-sD2ptNadIE .navbar .navbar-collapse {
    align-items: center !important;
  }
}
.cid-sD2ptNadIE .navbar > .container,
.cid-sD2ptNadIE .navbar > .container-fluid {
  align-items: center;
}
.cid-sD2ptNadIE .dropdown-toggle::after,
.cid-sD2ptNadIE .link.dropdown-toggle:after {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: 6px;
  content: "";
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  transition: all .25s ease 0s;
}
.cid-sD2ptNadIE .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 8px;
  height: 8px;
}
.cid-sD2ptNadIE .open > .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-bottom: -8px;
  transform: rotate(225deg);
}
.cid-sD2ptNadIE .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
  opacity: 1;
  display: flex;
  flex-direction: column;
}
.cid-sD2ptNadIE .nav-dropdown .dropdown-submenu {
  display: none;
  margin: 0 !important;
  font-weight: 400;
  top: 0 !important;
}
.cid-sD2ptNadIE .nav-item:focus,
.cid-sD2ptNadIE .nav-link:focus {
  outline: none;
}
.cid-sD2ptNadIE .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-sD2ptNadIE .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sD2ptNadIE .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-sD2ptNadIE a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all 0.3s linear;
}
.cid-sD2ptNadIE ul.navbar-nav {
  flex-wrap: wrap;
  flex: 1;
}
.cid-sD2ptNadIE .navbar {
  padding: 12px 52px 11px 43px;
  min-height: 114px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-sD2ptNadIE .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-sD2ptNadIE .navbar .navbar-collapse {
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
.cid-sD2ptNadIE .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sD2ptNadIE .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sD2ptNadIE .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 50px - 1rem);
  }
}
.cid-sD2ptNadIE .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sD2ptNadIE .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sD2ptNadIE .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sD2ptNadIE .dropdown-menu .menu__images {
    display: none;
  }
  .cid-sD2ptNadIE .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .cid-sD2ptNadIE .nav-item .nav-link::before {
    display: none;
  }
  .cid-sD2ptNadIE.opened .dropdown-menu {
    top: 0;
  }
  .cid-sD2ptNadIE .mbr-section-btn .btn {
    min-width: auto;
    padding: 5px ;
    font-size: 14px;
  }
  .cid-sD2ptNadIE .dropdown-menu {
    margin: 0;
    padding: 0;
    line-height: 45px;
    border: 0;
    left: 8px;
    width: 100%;
    max-width: 100% !important;
    box-shadow: none;
  }
  .cid-sD2ptNadIE .dropdown-menu .dropdown-submenu {
    left: 0 !important;
    position: relative !important;
  }
  .cid-sD2ptNadIE .navbar-logo {
    margin: 0;
  }
  .cid-sD2ptNadIE .navbar-logo img {
    height: 60px !important;
  }
  .cid-sD2ptNadIE .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    margin: 0 !important;
    padding: 0;
  }
  .cid-sD2ptNadIE .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sD2ptNadIE .icons-menu {
    margin: 30px 0;
    text-align: center;
  }
  .cid-sD2ptNadIE .navbar {
    padding: 13px 90px;
  }
  .cid-sD2ptNadIE .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    background-color: #ffffff !important;
    padding-left: 20px;
    padding-right: 20px;
    left: 0px;
    right: 0px;
  }
  .cid-sD2ptNadIE .navbar .dropdown-menu .dropdown-item {
    justify-content: flex-start;
    padding: 15.5px 23px;
    line-height: 1;
  }
  .cid-sD2ptNadIE .dropdown-submenu .dropdown-item {
    padding-left: 45px !important;
  }
  .cid-sD2ptNadIE .dropdown-toggle::after,
  .cid-sD2ptNadIE .link.dropdown-toggle:after {
    position: absolute;
    right: 12px;
  }
  .cid-sD2ptNadIE .nav-item {
    border-bottom: 1px solid #ddebe9;
  }
  .cid-sD2ptNadIE a.nav-link {
    justify-content: flex-start;
    line-height: 21px;
    padding: 35px 43px 35px 19px !important;
  }
  .cid-sD2ptNadIE ul.navbar-nav {
    padding: 0 100px;
    margin: 0;
  }
  .cid-sD2ptNadIE .navbar .dropdown.open > .dropdown-menu {
    display: block;
  }
  .cid-sD2ptNadIE .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
    width: 100%;
  }
}
.cid-sD2ptNadIE.navbar-short {
  background: #ffffff !important;
  min-height: 70px;
  height: 70px;
}
.cid-sD2ptNadIE.navbar-short .nav-dropdown {
  height: 70px;
}
.cid-sD2ptNadIE.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sD2ptNadIE.navbar-short .navbar-logo img {
  height: 70px !important;
}
@media (max-width: 767px) {
  .cid-sD2ptNadIE .navbar {
    padding: 0 !important;
  }
  .cid-sD2ptNadIE ul.navbar-nav {
    padding: 0 !important;
  }
  .cid-sD2ptNadIE a.nav-link {
    padding: 27px 26px 27px 19px !important;
  }
}
.cid-sD2ptNadIE .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 12px;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
}
.cid-sD2ptNadIE .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sD2ptNadIE .dropdown-item.active,
.cid-sD2ptNadIE .dropdown-item:active {
  background-color: transparent;
}
.cid-sD2ptNadIE .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sD2ptNadIE .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
  position: absolute;
}
.cid-sD2ptNadIE button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-sD2ptNadIE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #2c3945;
}
.cid-sD2ptNadIE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sD2ptNadIE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sD2ptNadIE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sD2ptNadIE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sD2ptNadIE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sD2ptNadIE nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sD2ptNadIE nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sD2ptNadIE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.is-builder .cid-sD2ptNadIE .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  transform: translateY(20px);
}
.cid-sD2ptNadIE .navbar-dropdown {
  position: absolute;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sD2ptNadIE .navbar {
    height: 97px;
  }
  .cid-sD2ptNadIE .navbar.opened {
    height: auto;
  }
  .cid-sD2ptNadIE .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sD2yzmZAdw {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sD2yzmZAdw .mbr-text {
  line-height: 1.5;
  color: #333333;
}
.cid-sD2yzmZAdw .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-sD2ptNQyGI {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sD2ptNQyGI .card-title {
  line-height: 1.6;
  margin: 0;
}
.cid-sD2ptNQyGI .card {
  overflow: visible;
  transition: all 0.3s;
}
.cid-sD2ptNQyGI .card:hover {
  margin-top: -0.6rem;
}
.cid-sD2ptNQyGI .card-wrapper {
  position: relative;
}
.cid-sD2ptNQyGI .card-img {
  overflow: hidden;
  position: relative;
  transition: all 0.3s;
  border-radius: 6px;
}
.cid-sD2ptNQyGI .card-img:hover {
  box-shadow: 0 15px 20px rgba(0, 0, 0, 0.1);
}
.cid-sD2ptNQyGI .card-img:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transition: all 0.3s;
  background: black;
  opacity: 0.2;
  z-index: 10;
  pointer-events: none;
  border-radius: 6px;
}
.cid-sD2ptNQyGI .big {
  margin-top: -25%;
}
.cid-sD2ptNQyGI .card-box {
  position: absolute;
  overflow: hidden;
  margin-bottom: -8px;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 1rem;
  z-index: 100;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
@media (max-width: 991px) {
  .cid-sD2ptNQyGI .small {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .cid-sD2ptNQyGI .card:not(.last-child) {
    padding-bottom: 1.5rem !important;
  }
}
.cid-sD2rsneMH1 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sD2rsneMH1 .mbr-text {
  line-height: 1.5;
  color: #333333;
}
.cid-sD2rsneMH1 .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-sD2ptOGd6B {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sD2ptOGd6B .mbr-text {
  line-height: 1.5;
  color: #333333;
  text-align: center;
}
.cid-sD2ptOGd6B .mbr-section-title {
  text-align: center;
  color: #000000;
}
#custom-html-1g {
  /* Type valid CSS here */
}
#custom-html-1g div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-1g p {
  font-size: 60px;
  color: #777;
}
.cid-sD2ptP7Bcw {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sD2ptP7Bcw .mbr-text {
  line-height: 1.5;
  color: #333333;
}
.cid-sD2ptP7Bcw .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-sD2ptPsHsN {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sD2ptPsHsN .card-title {
  line-height: 1.6;
  margin: 0;
  color: #c2c2c2;
}
.cid-sD2ptPsHsN .card {
  overflow: visible;
  transition: all 0.3s;
}
.cid-sD2ptPsHsN .card:hover {
  margin-top: -0.6rem;
}
.cid-sD2ptPsHsN .card-wrapper {
  position: relative;
}
.cid-sD2ptPsHsN .card-img {
  overflow: hidden;
  position: relative;
  transition: all 0.3s;
  border-radius: 6px;
}
.cid-sD2ptPsHsN .card-img:hover {
  box-shadow: 0 15px 20px rgba(0, 0, 0, 0.1);
}
.cid-sD2ptPsHsN .card-img:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transition: all 0.3s;
  background: black;
  opacity: 0.2;
  z-index: 10;
  pointer-events: none;
  border-radius: 6px;
}
.cid-sD2ptPsHsN .big {
  margin-top: -25%;
}
.cid-sD2ptPsHsN .card-box {
  position: absolute;
  overflow: hidden;
  margin-bottom: -8px;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 1rem;
  z-index: 100;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
@media (max-width: 991px) {
  .cid-sD2ptPsHsN .small {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .cid-sD2ptPsHsN .card:not(.last-child) {
    padding-bottom: 1.5rem !important;
  }
}
.cid-sD2ptQ0LQi {
  padding-top: 8rem;
  padding-bottom: 8rem;
  overflow: visible;
  background-color: #ffffff;
}
.cid-sD2ptQ0LQi .mbr-section-subtitle {
  font-weight: 500;
  color: #3a6686;
}
.cid-sD2ptQ0LQi .wrap {
  padding-left: 90px;
}
.cid-sD2ptQ0LQi .mbr-section-title {
  color: #3a6686;
}
.cid-sD2ptQ0LQi .link {
  display: block;
  margin-bottom: 0;
  white-space: nowrap;
}
.cid-sD2ptQ0LQi .link a {
  font-weight: 700;
}
.cid-sD2ptQ0LQi .link span {
  display: inline-block !important;
  transition: all 0.3s ease;
  margin-left: 13px;
}
.cid-sD2ptQ0LQi .link:hover span {
  transform: translateX(9px);
}
.cid-sD2ptQ0LQi .text__items {
  margin-top: 20px;
  padding-right: 50px;
  margin-bottom: 50px;
  color: #2c3945;
}
.cid-sD2ptQ0LQi .mbr-text {
  margin-bottom: 10px;
}
.cid-sD2ptQ0LQi .image__block {
  padding-top: 150px;
  position: relative;
}
.cid-sD2ptQ0LQi .rotate__image {
  transform: rotate(7.5deg);
  width: 21%;
  z-index: 1;
  position: absolute;
  bottom: -50px;
  right: 18%;
}
.cid-sD2ptQ0LQi .rotate__image .image {
  min-width: 450px;
  position: relative;
}
.cid-sD2ptQ0LQi .rotate__image .image:before {
  padding-top: 80%;
  display: block;
  content: "";
  width: 100%;
}
.cid-sD2ptQ0LQi .rotate__image .image img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.cid-sD2ptQ0LQi .rotate__image2 {
  z-index: 2;
  bottom: -60px;
  right: 30%;
  position: absolute;
  transform: rotate(-15deg);
  width: 17%;
}
.cid-sD2ptQ0LQi .rotate__image2 .image {
  min-width: 200px;
  position: relative;
}
.cid-sD2ptQ0LQi .rotate__image2 .image:before {
  padding-top: 116%;
  display: block;
  content: "";
  width: 100%;
}
.cid-sD2ptQ0LQi .rotate__image2 .image img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
@media (max-width: 1220px) {
  .cid-sD2ptQ0LQi .image__block {
    transform: translateX(-90px);
  }
}
@media (max-width: 991px) {
  .cid-sD2ptQ0LQi .image__block {
    transform: translateX(-30px);
  }
  .cid-sD2ptQ0LQi .figure:before {
    content: none;
  }
  .cid-sD2ptQ0LQi .text__items {
    padding-right: 0;
    margin-bottom: 10px;
  }
  .cid-sD2ptQ0LQi .wrap {
    padding-left: 0;
  }
  .cid-sD2ptQ0LQi .rotate__image {
    top: 45px;
    right: 3%;
    width: 53%;
  }
  .cid-sD2ptQ0LQi .rotate__image .image {
    min-width: auto;
    max-width: 350px;
  }
  .cid-sD2ptQ0LQi .rotate__image2 {
    top: 75px;
    right: 32%;
    width: 42%;
    margin-top: 0;
  }
  .cid-sD2ptQ0LQi .rotate__image2 .image {
    min-width: auto;
    max-width: 200px;
  }
}
@media (max-width: 767px) {
  .cid-sD2ptQ0LQi .rotate__image2 {
    right: 43%;
  }
}
@media (max-width: 575px) {
  .cid-sD2ptQ0LQi .image__block {
    padding-top: 75px;
    transform: translateX(-20px);
  }
  .cid-sD2ptQ0LQi .rotate__image {
    top: 55px;
    right: 0;
  }
  .cid-sD2ptQ0LQi .rotate__image2 {
    top: 40px;
    left: 10%;
  }
}
.cid-sD2ptQmmkD {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sD2ptQmmkD .card-title {
  line-height: 1.6;
  margin: 0;
  color: #c2c2c2;
}
.cid-sD2ptQmmkD .card {
  overflow: visible;
  transition: all 0.3s;
}
.cid-sD2ptQmmkD .card:hover {
  margin-top: -0.6rem;
}
.cid-sD2ptQmmkD .card-wrapper {
  position: relative;
}
.cid-sD2ptQmmkD .card-img {
  overflow: hidden;
  position: relative;
  transition: all 0.3s;
  border-radius: 6px;
}
.cid-sD2ptQmmkD .card-img:hover {
  box-shadow: 0 15px 20px rgba(0, 0, 0, 0.1);
}
.cid-sD2ptQmmkD .card-img:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transition: all 0.3s;
  background: black;
  opacity: 0.2;
  z-index: 10;
  pointer-events: none;
  border-radius: 6px;
}
.cid-sD2ptQmmkD .big {
  margin-top: -25%;
}
.cid-sD2ptQmmkD .card-box {
  position: absolute;
  overflow: hidden;
  margin-bottom: -8px;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 1rem;
  z-index: 100;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
@media (max-width: 991px) {
  .cid-sD2ptQmmkD .small {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .cid-sD2ptQmmkD .card:not(.last-child) {
    padding-bottom: 1.5rem !important;
  }
}
.cid-sD2ptQWf2v {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sD2ptQWf2v .subscr__title {
  padding: 7px 7px 7px 0;
  margin-bottom: 0;
  border-right: 1px solid #689abe;
  color: #3a6686;
}
.cid-sD2ptQWf2v .mbr-text {
  padding-right: 70px;
  color: #3a6686;
}
.cid-sD2ptQWf2v .form-group {
  padding: 0;
}
.cid-sD2ptQWf2v .form-control {
  background-color: #ffffff !important;
  color: #2c3945;
  border: 1px solid #3a6686;
  padding: 21px 18px;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.cid-sD2ptQWf2v .input-group-btn {
  padding: 0;
  left: -1px;
}
.cid-sD2ptQWf2v .input-group-btn .btn {
  width: 100%;
  height: 70px;
  font-weight: 500;
}
.cid-sD2ptQWf2v .mbr-form .btn {
  margin: 0;
}
.cid-sD2ptQWf2v .mbr-form .input-group-btn .btn {
  border-radius: 0 !important;
  border-top-right-radius: 4px !important;
  border-bottom-right-radius: 4px !important;
}
.cid-sD2ptQWf2v input::-webkit-input-placeholder {
  color: #2c3945;
  opacity: .8;
}
.cid-sD2ptQWf2v input::-moz-placeholder {
  color: #2c3945;
  opacity: .8;
}
@media (max-width: 1199px) {
  .cid-sD2ptQWf2v .subscr__title {
    padding: 5px 0;
    border: none;
  }
  .cid-sD2ptQWf2v .mbr-text {
    padding-right: 0;
    padding-left: 28px;
    border-left: 1px solid #689abe;
  }
  .cid-sD2ptQWf2v .subscribe__form {
    margin-top: 30px;
  }
}
@media (max-width: 991px) {
  .cid-sD2ptQWf2v .dragArea {
    margin: 0;
  }
  .cid-sD2ptQWf2v .form-control {
    font-size: 16px;
    padding: 11px 18px;
    height: 50px;
  }
  .cid-sD2ptQWf2v .input-group-btn {
    padding: 0;
    left: -1px;
  }
  .cid-sD2ptQWf2v .input-group-btn .btn {
    height: 50px;
    padding: 16px 0;
    font-size: 16px;
    line-height: 18px;
    min-width: auto;
  }
}
@media (max-width: 575px) {
  .cid-sD2ptQWf2v .mbr-text {
    font-size: 14px;
    line-height: 1.29;
  }
}
.cid-sD2ptRixIj {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sD2ptRixIj .card-title {
  line-height: 1.6;
  margin: 0;
  color: #c2c2c2;
}
.cid-sD2ptRixIj .card {
  overflow: visible;
  transition: all 0.3s;
}
.cid-sD2ptRixIj .card:hover {
  margin-top: -0.6rem;
}
.cid-sD2ptRixIj .card-wrapper {
  position: relative;
}
.cid-sD2ptRixIj .card-img {
  overflow: hidden;
  position: relative;
  transition: all 0.3s;
  border-radius: 6px;
}
.cid-sD2ptRixIj .card-img:hover {
  box-shadow: 0 15px 20px rgba(0, 0, 0, 0.1);
}
.cid-sD2ptRixIj .card-img:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transition: all 0.3s;
  background: black;
  opacity: 0.2;
  z-index: 10;
  pointer-events: none;
  border-radius: 6px;
}
.cid-sD2ptRixIj .big {
  margin-top: -25%;
}
.cid-sD2ptRixIj .card-box {
  position: absolute;
  overflow: hidden;
  margin-bottom: -8px;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 1rem;
  z-index: 100;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
@media (max-width: 991px) {
  .cid-sD2ptRixIj .small {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .cid-sD2ptRixIj .card:not(.last-child) {
    padding-bottom: 1.5rem !important;
  }
}
.cid-sD2ptRUbCu {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sD2ptRUbCu .card-title {
  line-height: 1.6;
  margin: 0;
  color: #c2c2c2;
}
.cid-sD2ptRUbCu .card {
  overflow: visible;
  transition: all 0.3s;
}
.cid-sD2ptRUbCu .card:hover {
  margin-top: -0.6rem;
}
.cid-sD2ptRUbCu .card-wrapper {
  position: relative;
}
.cid-sD2ptRUbCu .card-img {
  overflow: hidden;
  position: relative;
  transition: all 0.3s;
  border-radius: 6px;
}
.cid-sD2ptRUbCu .card-img:hover {
  box-shadow: 0 15px 20px rgba(0, 0, 0, 0.1);
}
.cid-sD2ptRUbCu .card-img:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transition: all 0.3s;
  background: black;
  opacity: 0.2;
  z-index: 10;
  pointer-events: none;
  border-radius: 6px;
}
.cid-sD2ptRUbCu .big {
  margin-top: -25%;
}
.cid-sD2ptRUbCu .card-box {
  position: absolute;
  overflow: hidden;
  margin-bottom: -8px;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 1rem;
  z-index: 100;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
@media (max-width: 991px) {
  .cid-sD2ptRUbCu .small {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .cid-sD2ptRUbCu .card:not(.last-child) {
    padding-bottom: 1.5rem !important;
  }
}
.cid-sD2ptSuXPj {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sD2ptSuXPj .card-title {
  line-height: 1.6;
  margin: 0;
  color: #c2c2c2;
}
.cid-sD2ptSuXPj .card {
  overflow: visible;
  transition: all 0.3s;
}
.cid-sD2ptSuXPj .card:hover {
  margin-top: -0.6rem;
}
.cid-sD2ptSuXPj .card-wrapper {
  position: relative;
}
.cid-sD2ptSuXPj .card-img {
  overflow: hidden;
  position: relative;
  transition: all 0.3s;
  border-radius: 6px;
}
.cid-sD2ptSuXPj .card-img:hover {
  box-shadow: 0 15px 20px rgba(0, 0, 0, 0.1);
}
.cid-sD2ptSuXPj .card-img:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transition: all 0.3s;
  background: black;
  opacity: 0.2;
  z-index: 10;
  pointer-events: none;
  border-radius: 6px;
}
.cid-sD2ptSuXPj .big {
  margin-top: -25%;
}
.cid-sD2ptSuXPj .card-box {
  position: absolute;
  overflow: hidden;
  margin-bottom: -8px;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 1rem;
  z-index: 100;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
@media (max-width: 991px) {
  .cid-sD2ptSuXPj .small {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .cid-sD2ptSuXPj .card:not(.last-child) {
    padding-bottom: 1.5rem !important;
  }
}
.cid-sD2ptT6cEa {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sD2ptT6cEa .mbr-text {
  line-height: 1.5;
  color: #333333;
}
.cid-sD2ptT6cEa .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-sD2ptTuIos {
  padding-top: 90px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sD2ptTuIos .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-sD2ptTuIos .mbr-section-title {
  color: #444444;
  text-align: center;
}
.cid-sD2ptTuIos .mbr-section-subtitle DIV {
  color: #444444;
}
.cid-sD2ptTMunx {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sD2ptTMunx .mbr-text {
  line-height: 1.5;
  color: #333333;
}
.cid-sD2ptTMunx .mbr-section-title {
  text-align: left;
  color: #000000;
}
