body {
  font-family: Poppins;
}
.display-1 {
  font-family: 'Poppins', sans-serif;
  font-size: 2.6rem;
}
.display-1 > .mbr-iconfont {
  font-size: 4.16rem;
}
.display-2 {
  font-family: 'Poppins', sans-serif;
  font-size: 2.2rem;
}
.display-2 > .mbr-iconfont {
  font-size: 3.52rem;
}
.display-4 {
  font-family: 'Poppins', sans-serif;
  font-size: 1rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'Poppins', sans-serif;
  font-size: 1.3rem;
  line-height: 1.4;
}
.display-5 > .mbr-iconfont {
  font-size: 2.08rem;
}
.display-7 {
  font-family: 'Poppins', sans-serif;
  font-size: 1.1rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.76rem;
}
/* ---- 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: 2.08rem;
    font-size: calc( 1.56rem + (2.6 - 1.56) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.56rem + (2.6 - 1.56) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.76rem;
    font-size: calc( 1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.04rem;
    font-size: calc( 1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 2.2rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 3px;
}
.bg-primary {
  background-color: #18206d !important;
}
.bg-success {
  background-color: #18206d !important;
}
.bg-info {
  background-color: #da2128 !important;
}
.bg-warning {
  background-color: #18206d !important;
}
.bg-danger {
  background-color: #ffffff !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #18206d !important;
  border-color: #18206d !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #18206d !important;
  background-color: transparent !important;
  border-color: #18206d !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #0a0e2e !important;
  border-color: #0a0e2e !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #da2127 !important;
  border-color: #da2127 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #da2127 !important;
  background-color: transparent !important;
  border-color: #da2127 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #98171b !important;
  border-color: #98171b !important;
}
.btn-info,
.btn-info:active {
  background-color: #da2128 !important;
  border-color: #da2128 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #da2128 !important;
  background-color: transparent !important;
  border-color: #da2128 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #98171c !important;
  border-color: #98171c !important;
}
.btn-success,
.btn-success:active {
  background-color: #18206d !important;
  border-color: #18206d !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #18206d !important;
  background-color: transparent !important;
  border-color: #18206d !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #0a0e2e !important;
  border-color: #0a0e2e !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #18206d !important;
  border-color: #18206d !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #18206d !important;
  background-color: transparent !important;
  border-color: #18206d !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #0a0e2e !important;
  border-color: #0a0e2e !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: transparent !important;
  border-color: #ffffff !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #ffffff !important;
  background-color: transparent !important;
  border-color: #ffffff !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #333333 !important;
  background-color: transparent !important;
  border-color: #333333 !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 {
  background: none;
  border-color: #060719;
  color: #060719;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #18206d;
  border-color: #18206d;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #18206d !important;
  border-color: #18206d !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #811417;
  color: #811417;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #da2127;
  border-color: #da2127;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #da2127 !important;
  border-color: #da2127 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #811418;
  color: #811418;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #da2128;
  border-color: #da2128;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #da2128 !important;
  border-color: #da2128 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #060719;
  color: #060719;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #18206d;
  border-color: #18206d;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #18206d !important;
  border-color: #18206d !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #060719;
  color: #060719;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #18206d;
  border-color: #18206d;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #18206d !important;
  border-color: #18206d !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #cccccc;
  color: #cccccc;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #808080;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  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: #18206d !important;
}
.text-secondary {
  color: #da2127 !important;
}
.text-success {
  color: #18206d !important;
}
.text-info {
  color: #da2128 !important;
}
.text-warning {
  color: #18206d !important;
}
.text-danger {
  color: #ffffff !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #da2127 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #811417 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #da2127 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #da2127 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #da2127 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #da2127 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #da2127 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #da2127 !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #da2128;
}
.alert-warning {
  background-color: #18206d;
}
.alert-danger {
  background-color: #ffffff;
}
.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: #18206d;
  border-color: #18206d;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #18206d;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #3342d2;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #3342d2;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #f8cfd1;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #3342d2;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
#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%;
  transform: rotate(135deg);
  -webkit-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;
  transform: rotate(45deg);
  width: 14px;
  -webkit-transform: rotate(45deg);
}
.form-control {
  background-color: #ffffff;
  box-shadow: none;
  color: #767676;
  border: 3px solid #ebeced;
  font-family: 'Poppins', sans-serif;
  font-size: 1.1rem;
  line-height: 1.43;
  min-height: 46px;
  padding: 0.5rem 1.2rem;
}
.form-control > .mbr-iconfont {
  font-size: 1.76rem;
}
.form-control:focus {
  outline: none;
  border: 3px solid #ebeced;
  background-color: #f5f5f7;
}
.form-active .form-control:invalid {
  border-color: red;
}
.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: .5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
blockquote {
  border-color: #18206d;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #18206d;
  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-color: #ffffff;
  border: 3px solid #ebeced;
}
.jq-number__spin:focus {
  outline: none;
  border: 3px solid #ebeced;
  background-color: #f5f5f7;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #18206d;
  border-bottom-color: #18206d;
}
.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: #18206d !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: #da2127 !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='%2318206d' %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-rwXlQU4xMo .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}
.cid-rwXlQU4xMo .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-rwXlQU4xMo a {
  font-style: normal;
}
.cid-rwXlQU4xMo .show {
  overflow: visible;
}
.cid-rwXlQU4xMo .dropdown-menu {
  max-height: 400px;
}
.cid-rwXlQU4xMo .dropdown-item:active {
  background-color: transparent;
}
.cid-rwXlQU4xMo .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-rwXlQU4xMo .nav-item a {
  display: -webkit-flex;
  align-items: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
}
.cid-rwXlQU4xMo .nav-item:focus,
.cid-rwXlQU4xMo .nav-link:focus {
  outline: none;
}
.cid-rwXlQU4xMo .btn {
  padding: 0.7rem 2rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rwXlQU4xMo .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-rwXlQU4xMo .menu-logo {
  margin-right: auto;
}
.cid-rwXlQU4xMo .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rwXlQU4xMo .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-rwXlQU4xMo .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-rwXlQU4xMo .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rwXlQU4xMo .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rwXlQU4xMo .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rwXlQU4xMo .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-rwXlQU4xMo .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  padding-right: 1rem;
  max-width: 100%;
  width: 100%;
}
.cid-rwXlQU4xMo .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-rwXlQU4xMo .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rwXlQU4xMo .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rwXlQU4xMo .navbar-toggleable-sm .navbar-collapse {
  justify-content: space-between !important;
}
.cid-rwXlQU4xMo .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-rwXlQU4xMo .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-rwXlQU4xMo .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rwXlQU4xMo .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rwXlQU4xMo .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rwXlQU4xMo .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: none;
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-rwXlQU4xMo .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-rwXlQU4xMo .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-rwXlQU4xMo .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rwXlQU4xMo .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rwXlQU4xMo .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rwXlQU4xMo .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rwXlQU4xMo button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-rwXlQU4xMo button.navbar-toggler:focus {
  outline: none;
}
.cid-rwXlQU4xMo button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #da2127;
}
.cid-rwXlQU4xMo button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rwXlQU4xMo button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rwXlQU4xMo button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rwXlQU4xMo button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rwXlQU4xMo nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rwXlQU4xMo nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rwXlQU4xMo nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rwXlQU4xMo nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rwXlQU4xMo .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rwXlQU4xMo .collapsed .btn {
  display: -webkit-flex;
}
.cid-rwXlQU4xMo .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rwXlQU4xMo .collapsed .navbar-collapse.collapsing,
.cid-rwXlQU4xMo .collapsed .navbar-collapse.show {
  display: block !important;
  overflow: auto;
}
.cid-rwXlQU4xMo .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rwXlQU4xMo .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rwXlQU4xMo .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rwXlQU4xMo .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rwXlQU4xMo .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rwXlQU4xMo .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-rwXlQU4xMo .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rwXlQU4xMo .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-rwXlQU4xMo .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 85vh;
  }
}
.cid-rwXlQU4xMo .collapsed button.navbar-toggler {
  display: block;
}
.cid-rwXlQU4xMo .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-rwXlQU4xMo .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rwXlQU4xMo .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-rwXlQU4xMo .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rwXlQU4xMo .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rwXlQU4xMo .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-rwXlQU4xMo.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rwXlQU4xMo img {
    height: 3.8rem !important;
  }
  .cid-rwXlQU4xMo .btn {
    display: -webkit-flex;
  }
  .cid-rwXlQU4xMo button.navbar-toggler {
    display: block;
  }
  .cid-rwXlQU4xMo .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-rwXlQU4xMo .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rwXlQU4xMo .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rwXlQU4xMo .navbar-collapse.collapsing,
  .cid-rwXlQU4xMo .navbar-collapse.show {
    display: block !important;
    overflow: auto;
  }
  .cid-rwXlQU4xMo .navbar-collapse.collapsing .navbar-nav,
  .cid-rwXlQU4xMo .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rwXlQU4xMo .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rwXlQU4xMo .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rwXlQU4xMo .navbar-collapse.collapsing .navbar-buttons,
  .cid-rwXlQU4xMo .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-rwXlQU4xMo .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rwXlQU4xMo .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rwXlQU4xMo .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-rwXlQU4xMo .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rwXlQU4xMo .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rwXlQU4xMo .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (max-width: 767px) {
  .cid-rwXlQU4xMo .nav-link {
    justify-content: start!important;
  }
  .cid-rwXlQU4xMo .navbar.opened {
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .cid-rwXlQU4xMo .navbar-toggleable-sm {
    width: 100%!important;
  }
  .cid-rwXlQU4xMo .dropdown-menu {
    box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.1) !important;
    background: #efefef !important;
  }
}
@media (min-width: 767px) {
  .cid-rwXlQU4xMo .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-rwXlQU4xMo .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-rwXlQU4xMo .nav-link:hover,
.cid-rwXlQU4xMo .dropdown-item:hover {
  color: #da2127 !important;
}
@media (min-width: 1500px) {
  .cid-rwXlQU4xMo .navbar-toggleable-sm .navbar-collapse {
    max-width: 60%!important;
    padding-right: 5rem;
  }
  .cid-rwXlQU4xMo .menu-logo .navbar-brand {
    margin-left: 5rem;
  }
}
.cid-rwXlQU4xMo .one-edge-shadow {
  -webkit-box-shadow: 0 8px 6px -6px #1b236f;
  -moz-box-shadow: 0 8px 6px -6px #1b236f;
  box-shadow: 0 8px 6px -6px #1b236f;
}
.cid-tN6BgHshrf {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/locastro-hero-bcg-2000x1000.png");
}
.cid-tN6BgHshrf .mbr-fallback-image.disabled {
  display: none;
}
.cid-tN6BgHshrf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tN6BgHshrf .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tN7E7nlhDW {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #18206d;
}
.cid-tN7E7nlhDW .mbr-fallback-image.disabled {
  display: none;
}
.cid-tN7E7nlhDW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tN7E7nlhDW .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-tN7E7nlhDW .mbr-section-subtitle,
.cid-tN7E7nlhDW .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-tN6QXo9YHA {
  padding-top: 105px;
  padding-bottom: 105px;
  background-color: #ffffff;
}
.cid-tN6QXo9YHA img {
  object-fit: cover;
  width: 90%;
}
@media (max-width: 992px) {
  .cid-tN6QXo9YHA img {
    width: 100%;
  }
}
.cid-tN6QXo9YHA .mbr-section-subtitle {
  color: #18206d;
}
.cid-tN6QXo9YHA .mbr-text,
.cid-tN6QXo9YHA .mbr-section-btn {
  text-align: justify;
}
.cid-tN6NJ6G3a2 {
  padding-top: 60px;
  padding-bottom: 75px;
  background-color: #19206d;
}
.cid-tN6NJ6G3a2 .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-tN6NJ6G3a2 .title {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.cid-tN6NJ6G3a2 H2 {
  margin: 0;
  width: 100%;
}
.cid-tN6NJ6G3a2 h3 {
  width: 100%;
}
@media (max-width: 992px) {
  .cid-tN6NJ6G3a2 .title {
    margin-bottom: 2rem;
  }
  .cid-tN6NJ6G3a2 .align-left,
  .cid-tN6NJ6G3a2 .align-right {
    text-align: center;
  }
}
.cid-ro4JtpvWi3 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-ro4JtpvWi3 .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #da2128;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-ro4JtpvWi3 H2 {
  color: #19206d;
}
.cid-ro4JtpvWi3 H3 {
  color: #da2128;
}
.cid-ro4JtpvWi3 .mbr-text,
.cid-ro4JtpvWi3 .mbr-section-btn {
  color: #232323;
  text-align: justify;
}
@media (max-width: 992px) {
  .cid-ro4JtpvWi3 .md-pb {
    padding-bottom: 2rem;
  }
}
.cid-ro4JtpvWi3 img {
  filter: invert(0.5);
}
.cid-tNc74iXk2e {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #f5f5f7;
}
.cid-tNc74iXk2e .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #ed4266;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-tNc74iXk2e H2 {
  color: #18206d;
}
.cid-tNc74iXk2e H3 {
  color: #36404c;
}
.cid-tNc74iXk2e .mbr-text,
.cid-tNc74iXk2e .mbr-section-btn {
  color: #232323;
}
@media (max-width: 992px) {
  .cid-tNc74iXk2e .md-pb {
    padding-bottom: 2rem;
  }
}
.cid-tNc74iXk2e img {
  filter: invert(0.5);
  width: auto;
}
.cid-tNc74iXk2e .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNc74iXk2e .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tO415yeXkG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tO415yeXkG .mbr-fallback-image.disabled {
  display: none;
}
.cid-tO415yeXkG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tO415yeXkG .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tO415yeXkG .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tO415yeXkG .container {
    padding: 0;
  }
}
.cid-tO415yeXkG .row {
  justify-content: center;
}
.cid-tO415yeXkG .title-wrapper {
  padding: 0 16px;
}
.cid-tO415yeXkG .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tO415yeXkG .mbr-section-title {
  color: #18206d;
  text-align: center;
}
.cid-sNHPTpm8w5 {
  background-color: #ffffff;
}
.cid-sNHPTpm8w5 .mbr-section-subtitle {
  color: #132c70;
}
.cid-sNHPTpm8w5 .socicon-bg-facebook {
  background: #3e5b98;
  color: #ffffff;
}
.cid-sNHPTpm8w5 .socicon-bg-facebook:after {
  border-color: #3e5b98;
}
.cid-sNHPTpm8w5 .socicon-bg-twitter {
  background: #4da7de;
  color: #ffffff;
}
.cid-sNHPTpm8w5 .socicon-bg-twitter:after {
  border-color: #4da7de;
}
.cid-sNHPTpm8w5 .socicon-bg-googleplus {
  background: #dd4b39;
  color: #ffffff;
}
.cid-sNHPTpm8w5 .socicon-bg-googleplus:after {
  border-color: #dd4b39;
}
.cid-sNHPTpm8w5 .socicon-bg-vkontakte {
  background: #5a7fa6;
  color: #ffffff;
}
.cid-sNHPTpm8w5 .socicon-bg-vkontakte:after {
  border-color: #5a7fa6;
}
.cid-sNHPTpm8w5 .socicon-bg-odnoklassniki {
  background: #f48420;
  color: #ffffff;
}
.cid-sNHPTpm8w5 .socicon-bg-odnoklassniki:after {
  border-color: #f48420;
}
.cid-sNHPTpm8w5 .socicon-bg-pinterest {
  background: #c92619;
  color: #ffffff;
}
.cid-sNHPTpm8w5 .socicon-bg-pinterest:after {
  border-color: #c92619;
}
.cid-sNHPTpm8w5 .socicon-bg-mail {
  background: #134785;
  color: #ffffff;
}
.cid-sNHPTpm8w5 .socicon-bg-mail:after {
  border-color: #134785;
}
.cid-sNHPTpm8w5 .btn-social {
  font-size: 20px;
  border-radius: 50%;
  padding: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  position: relative;
  border: none !important;
  border-color: #18206d;
  cursor: pointer;
}
.cid-sNHPTpm8w5 .btn-social i {
  top: 0;
  line-height: 44px;
  width: 44px;
}
.cid-sNHPTpm8w5 .btn-social:hover {
  color: #fff;
  background: #18206d;
}
.cid-sNHPTpm8w5 .btn-social + .btn {
  margin-left: 0.1rem;
}
.cid-sNHPTpm8w5 [class^="socicon-"]:before,
.cid-sNHPTpm8w5 [class*=" socicon-"]:before {
  line-height: 44px;
}
@media (max-width: 767px) {
  .cid-sNHPTpm8w5 {
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .cid-sNHPTpm8w5 .btn {
    font-size: 20px !important;
  }
}
@media (min-width: 767px) {
  .cid-sNHPTpm8w5 {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}
.cid-sNHPTpm8w5 .mbr-section-title,
.cid-sNHPTpm8w5 .mbr-social-likes {
  color: #19206d;
}
.cid-tN6L93ZXIo {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/background2.jpg");
}
.cid-tN6L93ZXIo .mbr-overlay {
  background-color: #da2127;
  opacity: 0.5;
}
.cid-tN6L93ZXIo textarea {
  min-height: 150px;
}
.cid-tN6L93ZXIo .form-col {
  background: #ffffff;
  padding: 3rem 1rem;
}
.cid-tN6L93ZXIo .form-wrap {
  max-width: 520px;
  margin: auto;
}
.cid-tN6L93ZXIo .text-wrap {
  max-width: 400px;
  border: 2px solid #ffffff;
  padding: 3rem;
  margin: 4rem auto !important;
}
@media (max-width: 992px) {
  .cid-tN6L93ZXIo .form-wrap {
    max-width: 690px;
  }
  .cid-tN6L93ZXIo .md-pb {
    padding-bottom: 3rem;
  }
  .cid-tN6L93ZXIo .text-wrap {
    max-width: 690px;
  }
}
.cid-tN6L93ZXIo .mbr-section-btn {
  margin: 0.4rem;
  padding-top: 1.5rem;
}
.cid-tN6L93ZXIo .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #da2127;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-tN6L93ZXIo .form-control,
.cid-tN6L93ZXIo .field-input {
  padding: 0.5rem 1.2rem;
  background-color: #ffffff;
  border: 3px solid #ebeced;
  color: #767676;
  transition: 0.4s;
  font-size: 0.9rem;
  box-shadow: none;
  outline: none;
}
.cid-tN6L93ZXIo .form-control:hover,
.cid-tN6L93ZXIo .field-input:hover,
.cid-tN6L93ZXIo .form-control:focus,
.cid-tN6L93ZXIo .field-input:focus {
  background-color: #f5f5f7;
  border: 3px solid #ebeced;
  box-shadow: none;
  outline: none;
}
.cid-tN6L93ZXIo input::-webkit-input-placeholder,
.cid-tN6L93ZXIo textarea::-webkit-input-placeholder {
  color: #c1c1c1;
}
.cid-tN6L93ZXIo input:-moz-placeholder,
.cid-tN6L93ZXIo textarea:-moz-placeholder {
  color: #c1c1c1;
}
.cid-tN6L93ZXIo .jq-selectbox li,
.cid-tN6L93ZXIo .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-tN6L93ZXIo .jq-selectbox li:hover,
.cid-tN6L93ZXIo .jq-selectbox li.selected {
  background-color: #f5f5f7;
  color: #000000;
}
.cid-tN6L93ZXIo .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-tN6L93ZXIo .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f7;
}
.cid-tN6L93ZXIo H2 {
  color: #18206d;
}
@media (max-width: 767px) {
  .cid-tN6L93ZXIo .col-auto {
    margin: auto;
  }
}
.cid-tN6L93ZXIo H3 {
  color: #ffffff;
}
.cid-tN6L93ZXIo H4 {
  color: #da2127;
}
.cid-tN6LKkFQjD {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tN6LKkFQjD .card-icon {
  font-size: 56px;
  color: #ffffff;
  transition: color 0.3s;
}
.cid-tN6LKkFQjD .icon2 {
  color: #ffffff;
}
.cid-tN6LKkFQjD .card-title {
  font-weight: 600;
  letter-spacing: 1px;
}
.cid-tN6LKkFQjD p {
  font-weight: 400;
}
.cid-tN6LKkFQjD .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #da2127;
  margin-bottom: 1.5rem;
  transition: background 0.3s;
}
.cid-tN6LKkFQjD .line2 {
  background: #18206d;
}
.cid-tN6LKkFQjD .card-wrapper {
  padding: 2.5rem 2rem;
  transition: background 0.3s;
  background: #18206d;
}
.cid-tN6LKkFQjD .card-wrapper:hover .link-ico {
  background-color: #ffffff;
  border-color: #ffffff;
  color: white;
}
.cid-tN6LKkFQjD .card2 {
  background: #da2127;
}
.cid-tN6LKkFQjD .card-title,
.cid-tN6LKkFQjD .card-ico,
.cid-tN6LKkFQjD .line-wrap {
  text-align: center;
}
.cid-tN6LKkFQjD .mbr-text,
.cid-tN6LKkFQjD .card-link {
  text-align: center;
}
.cid-tN6LKkFQjD .mbr-fallback-image.disabled {
  display: none;
}
.cid-tN6LKkFQjD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNcdxaLkfk {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tNcdxaLkfk .mbr-text {
  text-align: center;
  color: #151515;
}
.cid-tNcdxaLkfk .mbr-section-subtitle {
  text-align: center;
}
#custom-html-1z hr.style-two {
  border: 0;
  height: 1px;
  background-image: linear-gradient(to right, rgba(0, 92, 168, 0), rgba(0, 92, 168, 0.75), rgba(0, 92, 168, 0));
}
.cid-tN73SOmQZe {
  padding-top: 75px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tN73SOmQZe .icon-transition span {
  align-items: center;
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #18206d;
  display: flex;
  justify-content: center;
  line-height: 3em;
  width: 74px;
  height: 74px;
  background: #c1c1c1 none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-tN73SOmQZe .mbr-iconfont {
  align-items: center;
}
.cid-tN73SOmQZe .mbr-iconfont:before {
  font-size: 30px;
  display: flex;
  justify-content: center;
}
.cid-tN73SOmQZe .social-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-tN73SOmQZe .icon-transition span:hover {
  background-color: #18206d;
  color: #c1c1c1;
}
.cid-tN73SOmQZe .social-media {
  padding: 0;
}
.cid-tN73SOmQZe .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-tN73SOmQZe .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-tN73SOmQZe .mbr-list,
.cid-tN73SOmQZe .social-media UL {
  text-align: left;
}
@media (max-width: 767px) {
  .cid-tN73SOmQZe .social-list {
    text-align: center !important;
  }
}
.cid-tN73SOmQZe .mbr-section-title,
.cid-tN73SOmQZe .social-list {
  color: #18206d;
}
.cid-tN7IEGr4C8 {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tN7IEGr4C8 .fb-page,
.cid-tN7IEGr4C8 span,
.cid-tN7IEGr4C8 iframe {
  width: 500px;
  height: 920px;
}
.cid-tN7IEGr4C8 blockquote {
  display: none;
}
.cid-tN7IEGr4C8 .fb-page {
  background-color: #1877f2;
  border-radius: 4px;
  background-size: contain;
  background-repeat: no-repeat;
  color: #fff;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='xMinYMin meet' viewBox='0 0 262 266.895'><path id='path3087' fill='%23fff' d='M182.409,262.307v-99.803h33.499l5.016-38.895h-38.515V98.777c0-11.261,3.127-18.935,19.275-18.935 l20.596-0.009V45.045c-3.562-0.474-15.788-1.533-30.012-1.533c-29.695,0-50.025,18.126-50.025,51.413v28.684h-33.585v38.895h33.585 v99.803H182.409z'></path></svg>");
}
.cid-tP6NDptBGx {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #da2127;
}
.cid-tP6NDptBGx .mbr-fallback-image.disabled {
  display: none;
}
.cid-tP6NDptBGx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tP6NDptBGx .mbr-iconfont {
  color: #ffffff;
  font-size: 5rem;
  width: 5rem;
}
.cid-tP6NDptBGx .iconfont-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.cid-tP6NDptBGx .mbr-section-title {
  color: #ffffff;
}
.cid-tP6NDptBGx .mbr-section-subtitle,
.cid-tP6NDptBGx .mbr-section-btn {
  color: #ffffff;
}
.cid-tMVX5FfYr2 {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #18206d;
}
.cid-tMVX5FfYr2 .logo__image {
  width: 200px;
  object-fit: cover;
}
.cid-tMVX5FfYr2 .brand__text {
  margin-bottom: 0;
}
.cid-tMVX5FfYr2 .brand__text a {
  font-weight: 700;
}
.cid-tMVX5FfYr2 a:hover {
  color: #da2128 !important;
}
.cid-tMVX5FfYr2 .mbr-text,
.cid-tMVX5FfYr2 .privacy {
  margin-bottom: 0;
  color: #919dab;
}
.cid-tMVX5FfYr2 .menu {
  margin: 10px 0;
}
.cid-tMVX5FfYr2 .foot__menu {
  margin: 0;
  padding: 0;
}
.cid-tMVX5FfYr2 .menu__items {
  margin-right: 30px;
  display: inline-block;
  transition: all .25s;
  margin-bottom: 0;
  color: #ffffff;
}
.cid-tMVX5FfYr2 .menu__items:last-child {
  margin-right: 0;
}
.cid-tMVX5FfYr2 .divider {
  background-color: #ffffff;
  opacity: .5;
  margin: 30px 0 40px;
  height: 2px;
}
.cid-tMVX5FfYr2 .social {
  margin-top: 10px;
}
.cid-tMVX5FfYr2 .social a {
  margin: 0 15px;
}
.cid-tMVX5FfYr2 .social a:last-child {
  margin-right: 0;
}
.cid-tMVX5FfYr2 .social a:first-child {
  margin-left: 0;
}
.cid-tMVX5FfYr2 .mbr-iconfont {
  font-size: 18px;
  transition: all .25s ease;
  transition-duration: 0s;
}
.cid-tMVX5FfYr2 .privacy {
  color: #ffffff;
}
.cid-tMVX5FfYr2 .mbr-text {
  color: #ffffff;
}
.cid-rwXlQU4xMo .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}
.cid-rwXlQU4xMo .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-rwXlQU4xMo a {
  font-style: normal;
}
.cid-rwXlQU4xMo .show {
  overflow: visible;
}
.cid-rwXlQU4xMo .dropdown-menu {
  max-height: 400px;
}
.cid-rwXlQU4xMo .dropdown-item:active {
  background-color: transparent;
}
.cid-rwXlQU4xMo .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-rwXlQU4xMo .nav-item a {
  display: -webkit-flex;
  align-items: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
}
.cid-rwXlQU4xMo .nav-item:focus,
.cid-rwXlQU4xMo .nav-link:focus {
  outline: none;
}
.cid-rwXlQU4xMo .btn {
  padding: 0.7rem 2rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rwXlQU4xMo .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-rwXlQU4xMo .menu-logo {
  margin-right: auto;
}
.cid-rwXlQU4xMo .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rwXlQU4xMo .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-rwXlQU4xMo .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-rwXlQU4xMo .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rwXlQU4xMo .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rwXlQU4xMo .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rwXlQU4xMo .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-rwXlQU4xMo .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  padding-right: 1rem;
  max-width: 100%;
  width: 100%;
}
.cid-rwXlQU4xMo .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-rwXlQU4xMo .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rwXlQU4xMo .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rwXlQU4xMo .navbar-toggleable-sm .navbar-collapse {
  justify-content: space-between !important;
}
.cid-rwXlQU4xMo .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-rwXlQU4xMo .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-rwXlQU4xMo .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rwXlQU4xMo .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rwXlQU4xMo .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rwXlQU4xMo .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: none;
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-rwXlQU4xMo .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-rwXlQU4xMo .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-rwXlQU4xMo .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rwXlQU4xMo .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rwXlQU4xMo .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rwXlQU4xMo .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rwXlQU4xMo button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-rwXlQU4xMo button.navbar-toggler:focus {
  outline: none;
}
.cid-rwXlQU4xMo button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #da2127;
}
.cid-rwXlQU4xMo button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rwXlQU4xMo button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rwXlQU4xMo button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rwXlQU4xMo button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rwXlQU4xMo nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rwXlQU4xMo nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rwXlQU4xMo nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rwXlQU4xMo nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rwXlQU4xMo .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rwXlQU4xMo .collapsed .btn {
  display: -webkit-flex;
}
.cid-rwXlQU4xMo .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rwXlQU4xMo .collapsed .navbar-collapse.collapsing,
.cid-rwXlQU4xMo .collapsed .navbar-collapse.show {
  display: block !important;
  overflow: auto;
}
.cid-rwXlQU4xMo .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rwXlQU4xMo .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rwXlQU4xMo .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rwXlQU4xMo .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rwXlQU4xMo .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rwXlQU4xMo .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-rwXlQU4xMo .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rwXlQU4xMo .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-rwXlQU4xMo .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 85vh;
  }
}
.cid-rwXlQU4xMo .collapsed button.navbar-toggler {
  display: block;
}
.cid-rwXlQU4xMo .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-rwXlQU4xMo .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rwXlQU4xMo .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-rwXlQU4xMo .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rwXlQU4xMo .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rwXlQU4xMo .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-rwXlQU4xMo.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rwXlQU4xMo img {
    height: 3.8rem !important;
  }
  .cid-rwXlQU4xMo .btn {
    display: -webkit-flex;
  }
  .cid-rwXlQU4xMo button.navbar-toggler {
    display: block;
  }
  .cid-rwXlQU4xMo .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-rwXlQU4xMo .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rwXlQU4xMo .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rwXlQU4xMo .navbar-collapse.collapsing,
  .cid-rwXlQU4xMo .navbar-collapse.show {
    display: block !important;
    overflow: auto;
  }
  .cid-rwXlQU4xMo .navbar-collapse.collapsing .navbar-nav,
  .cid-rwXlQU4xMo .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rwXlQU4xMo .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rwXlQU4xMo .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rwXlQU4xMo .navbar-collapse.collapsing .navbar-buttons,
  .cid-rwXlQU4xMo .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-rwXlQU4xMo .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rwXlQU4xMo .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rwXlQU4xMo .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-rwXlQU4xMo .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rwXlQU4xMo .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rwXlQU4xMo .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (max-width: 767px) {
  .cid-rwXlQU4xMo .nav-link {
    justify-content: start!important;
  }
  .cid-rwXlQU4xMo .navbar.opened {
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .cid-rwXlQU4xMo .navbar-toggleable-sm {
    width: 100%!important;
  }
  .cid-rwXlQU4xMo .dropdown-menu {
    box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.1) !important;
    background: #efefef !important;
  }
}
@media (min-width: 767px) {
  .cid-rwXlQU4xMo .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-rwXlQU4xMo .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-rwXlQU4xMo .nav-link:hover,
.cid-rwXlQU4xMo .dropdown-item:hover {
  color: #da2127 !important;
}
@media (min-width: 1500px) {
  .cid-rwXlQU4xMo .navbar-toggleable-sm .navbar-collapse {
    max-width: 60%!important;
    padding-right: 5rem;
  }
  .cid-rwXlQU4xMo .menu-logo .navbar-brand {
    margin-left: 5rem;
  }
}
.cid-rwXlQU4xMo .one-edge-shadow {
  -webkit-box-shadow: 0 8px 6px -6px #1b236f;
  -moz-box-shadow: 0 8px 6px -6px #1b236f;
  box-shadow: 0 8px 6px -6px #1b236f;
}
.cid-sNHQWV1iQC {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sNHQWV1iQC img,
.cid-sNHQWV1iQC .item-img {
  width: 100%;
}
.cid-sNHQWV1iQC .item:focus,
.cid-sNHQWV1iQC span:focus {
  outline: none;
}
.cid-sNHQWV1iQC .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-sNHQWV1iQC .item-wrapper {
  position: relative;
  background: #f8f8f8;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sNHQWV1iQC .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sNHQWV1iQC .item-wrapper .item-content {
    padding: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sNHQWV1iQC .item-wrapper .item-btn {
    margin: 0;
    margin-left: 0.5rem;
    padding-top: 0.5rem;
  }
}
@media (max-width: 600px) {
  .cid-sNHQWV1iQC .mbr-section-title {
    letter-spacing: -1px;
  }
}
.cid-sNHQWV1iQC .mbr-section-title {
  text-align: center;
  color: #19206d;
}
.cid-sNHQWV1iQC .item-title {
  color: #19206d;
  text-align: center;
}
.cid-sNHRRNmOya {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sNHRRNmOya img,
.cid-sNHRRNmOya .item-img {
  width: 100%;
}
.cid-sNHRRNmOya .item:focus,
.cid-sNHRRNmOya span:focus {
  outline: none;
}
.cid-sNHRRNmOya .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-sNHRRNmOya .item-wrapper {
  position: relative;
  background: #f8f8f8;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sNHRRNmOya .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sNHRRNmOya .item-wrapper .item-content {
    padding: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sNHRRNmOya .item-wrapper .item-btn {
    margin: 0;
    margin-left: 0.5rem;
    padding-top: 0.5rem;
  }
}
@media (max-width: 600px) {
  .cid-sNHRRNmOya .mbr-section-title {
    letter-spacing: -1px;
  }
}
.cid-sNHRRNmOya .mbr-section-title {
  text-align: center;
  color: #19206d;
}
.cid-sNHRRNmOya .item-title {
  color: #19206d;
  text-align: center;
}
.cid-sNHSrBCYK2 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sNHSrBCYK2 img,
.cid-sNHSrBCYK2 .item-img {
  width: 100%;
}
.cid-sNHSrBCYK2 .item:focus,
.cid-sNHSrBCYK2 span:focus {
  outline: none;
}
.cid-sNHSrBCYK2 .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-sNHSrBCYK2 .item-wrapper {
  position: relative;
  background: #f8f8f8;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sNHSrBCYK2 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sNHSrBCYK2 .item-wrapper .item-content {
    padding: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sNHSrBCYK2 .item-wrapper .item-btn {
    margin: 0;
    margin-left: 0.5rem;
    padding-top: 0.5rem;
  }
}
@media (max-width: 600px) {
  .cid-sNHSrBCYK2 .mbr-section-title {
    letter-spacing: -1px;
  }
}
.cid-sNHSrBCYK2 .mbr-section-title {
  text-align: center;
  color: #19206d;
}
.cid-sNHSrBCYK2 .item-title {
  color: #19206d;
  text-align: center;
}
.cid-sNHSTgrtJU {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sNHSTgrtJU img,
.cid-sNHSTgrtJU .item-img {
  width: 100%;
}
.cid-sNHSTgrtJU .item:focus,
.cid-sNHSTgrtJU span:focus {
  outline: none;
}
.cid-sNHSTgrtJU .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-sNHSTgrtJU .item-wrapper {
  position: relative;
  background: #f8f8f8;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sNHSTgrtJU .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sNHSTgrtJU .item-wrapper .item-content {
    padding: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sNHSTgrtJU .item-wrapper .item-btn {
    margin: 0;
    margin-left: 0.5rem;
    padding-top: 0.5rem;
  }
}
@media (max-width: 600px) {
  .cid-sNHSTgrtJU .mbr-section-title {
    letter-spacing: -1px;
  }
}
.cid-sNHSTgrtJU .mbr-section-title {
  text-align: center;
  color: #19206d;
}
.cid-sNHSTgrtJU .item-title {
  color: #19206d;
  text-align: center;
}
.cid-sNHTdhDoqt {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sNHTdhDoqt img,
.cid-sNHTdhDoqt .item-img {
  width: 100%;
}
.cid-sNHTdhDoqt .item:focus,
.cid-sNHTdhDoqt span:focus {
  outline: none;
}
.cid-sNHTdhDoqt .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-sNHTdhDoqt .item-wrapper {
  position: relative;
  background: #f8f8f8;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sNHTdhDoqt .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sNHTdhDoqt .item-wrapper .item-content {
    padding: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sNHTdhDoqt .item-wrapper .item-btn {
    margin: 0;
    margin-left: 0.5rem;
    padding-top: 0.5rem;
  }
}
@media (max-width: 600px) {
  .cid-sNHTdhDoqt .mbr-section-title {
    letter-spacing: -1px;
  }
}
.cid-sNHTdhDoqt .mbr-section-title {
  text-align: center;
  color: #19206d;
}
.cid-sNHTdhDoqt .item-title {
  color: #19206d;
  text-align: center;
}
.cid-sNHTCmr2TM {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sNHTCmr2TM img,
.cid-sNHTCmr2TM .item-img {
  width: 100%;
}
.cid-sNHTCmr2TM .item:focus,
.cid-sNHTCmr2TM span:focus {
  outline: none;
}
.cid-sNHTCmr2TM .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-sNHTCmr2TM .item-wrapper {
  position: relative;
  background: #f8f8f8;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sNHTCmr2TM .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sNHTCmr2TM .item-wrapper .item-content {
    padding: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sNHTCmr2TM .item-wrapper .item-btn {
    margin: 0;
    margin-left: 0.5rem;
    padding-top: 0.5rem;
  }
}
@media (max-width: 600px) {
  .cid-sNHTCmr2TM .mbr-section-title {
    letter-spacing: -1px;
  }
}
.cid-sNHTCmr2TM .mbr-section-title {
  text-align: center;
  color: #19206d;
}
.cid-sNHTCmr2TM .item-title {
  color: #19206d;
  text-align: center;
}
.cid-tP6S3cbP14 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #18206d;
}
.cid-tP6S3cbP14 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tP6S3cbP14 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tP6S3cbP14 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-tP6S3cbP14 .mbr-section-subtitle,
.cid-tP6S3cbP14 .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-tN74tnxxdv {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-tN74tnxxdv .icon-transition span {
  align-items: center;
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #18206d;
  display: flex;
  justify-content: center;
  line-height: 3em;
  width: 74px;
  height: 74px;
  background: #c1c1c1 none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-tN74tnxxdv .mbr-iconfont {
  align-items: center;
}
.cid-tN74tnxxdv .mbr-iconfont:before {
  font-size: 30px;
  display: flex;
  justify-content: center;
}
.cid-tN74tnxxdv .social-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-tN74tnxxdv .icon-transition span:hover {
  background-color: #18206d;
  color: #c1c1c1;
}
.cid-tN74tnxxdv .social-media {
  padding: 0;
}
.cid-tN74tnxxdv .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-tN74tnxxdv .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-tN74tnxxdv .mbr-list,
.cid-tN74tnxxdv .social-media UL {
  text-align: left;
}
@media (max-width: 767px) {
  .cid-tN74tnxxdv .social-list {
    text-align: center !important;
  }
}
.cid-tN74tnxxdv .mbr-section-title,
.cid-tN74tnxxdv .social-list {
  color: #18206d;
}
.cid-tN7E0gSbDW {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #19206d;
}
.cid-tN7E0gSbDW .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-tN7E0gSbDW .title {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.cid-tN7E0gSbDW H2 {
  margin: 0;
  width: 100%;
}
.cid-tN7E0gSbDW h3 {
  width: 100%;
}
@media (max-width: 992px) {
  .cid-tN7E0gSbDW .title {
    margin-bottom: 2rem;
  }
  .cid-tN7E0gSbDW .align-left,
  .cid-tN7E0gSbDW .align-right {
    text-align: center;
  }
}
.cid-sNHSsSATBb {
  background-color: #ffffff;
}
.cid-sNHSsSATBb .mbr-section-subtitle {
  color: #132c70;
}
.cid-sNHSsSATBb .socicon-bg-facebook {
  background: #3e5b98;
  color: #ffffff;
}
.cid-sNHSsSATBb .socicon-bg-facebook:after {
  border-color: #3e5b98;
}
.cid-sNHSsSATBb .socicon-bg-twitter {
  background: #4da7de;
  color: #ffffff;
}
.cid-sNHSsSATBb .socicon-bg-twitter:after {
  border-color: #4da7de;
}
.cid-sNHSsSATBb .socicon-bg-googleplus {
  background: #dd4b39;
  color: #ffffff;
}
.cid-sNHSsSATBb .socicon-bg-googleplus:after {
  border-color: #dd4b39;
}
.cid-sNHSsSATBb .socicon-bg-vkontakte {
  background: #5a7fa6;
  color: #ffffff;
}
.cid-sNHSsSATBb .socicon-bg-vkontakte:after {
  border-color: #5a7fa6;
}
.cid-sNHSsSATBb .socicon-bg-odnoklassniki {
  background: #f48420;
  color: #ffffff;
}
.cid-sNHSsSATBb .socicon-bg-odnoklassniki:after {
  border-color: #f48420;
}
.cid-sNHSsSATBb .socicon-bg-pinterest {
  background: #c92619;
  color: #ffffff;
}
.cid-sNHSsSATBb .socicon-bg-pinterest:after {
  border-color: #c92619;
}
.cid-sNHSsSATBb .socicon-bg-mail {
  background: #134785;
  color: #ffffff;
}
.cid-sNHSsSATBb .socicon-bg-mail:after {
  border-color: #134785;
}
.cid-sNHSsSATBb .btn-social {
  font-size: 20px;
  border-radius: 50%;
  padding: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  position: relative;
  border: none !important;
  border-color: #18206d;
  cursor: pointer;
}
.cid-sNHSsSATBb .btn-social i {
  top: 0;
  line-height: 44px;
  width: 44px;
}
.cid-sNHSsSATBb .btn-social:hover {
  color: #fff;
  background: #18206d;
}
.cid-sNHSsSATBb .btn-social + .btn {
  margin-left: 0.1rem;
}
.cid-sNHSsSATBb [class^="socicon-"]:before,
.cid-sNHSsSATBb [class*=" socicon-"]:before {
  line-height: 44px;
}
@media (max-width: 767px) {
  .cid-sNHSsSATBb {
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .cid-sNHSsSATBb .btn {
    font-size: 20px !important;
  }
}
@media (min-width: 767px) {
  .cid-sNHSsSATBb {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}
.cid-sNHSsSATBb .mbr-section-title,
.cid-sNHSsSATBb .mbr-social-likes {
  color: #19206d;
}
.cid-tMVX5FfYr2 {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #18206d;
}
.cid-tMVX5FfYr2 .logo__image {
  width: 200px;
  object-fit: cover;
}
.cid-tMVX5FfYr2 .brand__text {
  margin-bottom: 0;
}
.cid-tMVX5FfYr2 .brand__text a {
  font-weight: 700;
}
.cid-tMVX5FfYr2 a:hover {
  color: #da2128 !important;
}
.cid-tMVX5FfYr2 .mbr-text,
.cid-tMVX5FfYr2 .privacy {
  margin-bottom: 0;
  color: #919dab;
}
.cid-tMVX5FfYr2 .menu {
  margin: 10px 0;
}
.cid-tMVX5FfYr2 .foot__menu {
  margin: 0;
  padding: 0;
}
.cid-tMVX5FfYr2 .menu__items {
  margin-right: 30px;
  display: inline-block;
  transition: all .25s;
  margin-bottom: 0;
  color: #ffffff;
}
.cid-tMVX5FfYr2 .menu__items:last-child {
  margin-right: 0;
}
.cid-tMVX5FfYr2 .divider {
  background-color: #ffffff;
  opacity: .5;
  margin: 30px 0 40px;
  height: 2px;
}
.cid-tMVX5FfYr2 .social {
  margin-top: 10px;
}
.cid-tMVX5FfYr2 .social a {
  margin: 0 15px;
}
.cid-tMVX5FfYr2 .social a:last-child {
  margin-right: 0;
}
.cid-tMVX5FfYr2 .social a:first-child {
  margin-left: 0;
}
.cid-tMVX5FfYr2 .mbr-iconfont {
  font-size: 18px;
  transition: all .25s ease;
  transition-duration: 0s;
}
.cid-tMVX5FfYr2 .privacy {
  color: #ffffff;
}
.cid-tMVX5FfYr2 .mbr-text {
  color: #ffffff;
}
.cid-rwXlQU4xMo .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}
.cid-rwXlQU4xMo .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-rwXlQU4xMo a {
  font-style: normal;
}
.cid-rwXlQU4xMo .show {
  overflow: visible;
}
.cid-rwXlQU4xMo .dropdown-menu {
  max-height: 400px;
}
.cid-rwXlQU4xMo .dropdown-item:active {
  background-color: transparent;
}
.cid-rwXlQU4xMo .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-rwXlQU4xMo .nav-item a {
  display: -webkit-flex;
  align-items: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
}
.cid-rwXlQU4xMo .nav-item:focus,
.cid-rwXlQU4xMo .nav-link:focus {
  outline: none;
}
.cid-rwXlQU4xMo .btn {
  padding: 0.7rem 2rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rwXlQU4xMo .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-rwXlQU4xMo .menu-logo {
  margin-right: auto;
}
.cid-rwXlQU4xMo .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rwXlQU4xMo .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-rwXlQU4xMo .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-rwXlQU4xMo .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rwXlQU4xMo .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rwXlQU4xMo .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rwXlQU4xMo .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-rwXlQU4xMo .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  padding-right: 1rem;
  max-width: 100%;
  width: 100%;
}
.cid-rwXlQU4xMo .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-rwXlQU4xMo .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rwXlQU4xMo .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rwXlQU4xMo .navbar-toggleable-sm .navbar-collapse {
  justify-content: space-between !important;
}
.cid-rwXlQU4xMo .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-rwXlQU4xMo .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-rwXlQU4xMo .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rwXlQU4xMo .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rwXlQU4xMo .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rwXlQU4xMo .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: none;
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-rwXlQU4xMo .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-rwXlQU4xMo .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-rwXlQU4xMo .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rwXlQU4xMo .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rwXlQU4xMo .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rwXlQU4xMo .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rwXlQU4xMo button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-rwXlQU4xMo button.navbar-toggler:focus {
  outline: none;
}
.cid-rwXlQU4xMo button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #da2127;
}
.cid-rwXlQU4xMo button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rwXlQU4xMo button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rwXlQU4xMo button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rwXlQU4xMo button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rwXlQU4xMo nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rwXlQU4xMo nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rwXlQU4xMo nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rwXlQU4xMo nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rwXlQU4xMo .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rwXlQU4xMo .collapsed .btn {
  display: -webkit-flex;
}
.cid-rwXlQU4xMo .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rwXlQU4xMo .collapsed .navbar-collapse.collapsing,
.cid-rwXlQU4xMo .collapsed .navbar-collapse.show {
  display: block !important;
  overflow: auto;
}
.cid-rwXlQU4xMo .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rwXlQU4xMo .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rwXlQU4xMo .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rwXlQU4xMo .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rwXlQU4xMo .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rwXlQU4xMo .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-rwXlQU4xMo .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rwXlQU4xMo .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-rwXlQU4xMo .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 85vh;
  }
}
.cid-rwXlQU4xMo .collapsed button.navbar-toggler {
  display: block;
}
.cid-rwXlQU4xMo .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-rwXlQU4xMo .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rwXlQU4xMo .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-rwXlQU4xMo .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rwXlQU4xMo .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rwXlQU4xMo .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-rwXlQU4xMo.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rwXlQU4xMo img {
    height: 3.8rem !important;
  }
  .cid-rwXlQU4xMo .btn {
    display: -webkit-flex;
  }
  .cid-rwXlQU4xMo button.navbar-toggler {
    display: block;
  }
  .cid-rwXlQU4xMo .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-rwXlQU4xMo .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rwXlQU4xMo .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rwXlQU4xMo .navbar-collapse.collapsing,
  .cid-rwXlQU4xMo .navbar-collapse.show {
    display: block !important;
    overflow: auto;
  }
  .cid-rwXlQU4xMo .navbar-collapse.collapsing .navbar-nav,
  .cid-rwXlQU4xMo .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rwXlQU4xMo .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rwXlQU4xMo .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rwXlQU4xMo .navbar-collapse.collapsing .navbar-buttons,
  .cid-rwXlQU4xMo .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-rwXlQU4xMo .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rwXlQU4xMo .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rwXlQU4xMo .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-rwXlQU4xMo .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rwXlQU4xMo .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rwXlQU4xMo .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (max-width: 767px) {
  .cid-rwXlQU4xMo .nav-link {
    justify-content: start!important;
  }
  .cid-rwXlQU4xMo .navbar.opened {
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .cid-rwXlQU4xMo .navbar-toggleable-sm {
    width: 100%!important;
  }
  .cid-rwXlQU4xMo .dropdown-menu {
    box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.1) !important;
    background: #efefef !important;
  }
}
@media (min-width: 767px) {
  .cid-rwXlQU4xMo .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-rwXlQU4xMo .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-rwXlQU4xMo .nav-link:hover,
.cid-rwXlQU4xMo .dropdown-item:hover {
  color: #da2127 !important;
}
@media (min-width: 1500px) {
  .cid-rwXlQU4xMo .navbar-toggleable-sm .navbar-collapse {
    max-width: 60%!important;
    padding-right: 5rem;
  }
  .cid-rwXlQU4xMo .menu-logo .navbar-brand {
    margin-left: 5rem;
  }
}
.cid-rwXlQU4xMo .one-edge-shadow {
  -webkit-box-shadow: 0 8px 6px -6px #1b236f;
  -moz-box-shadow: 0 8px 6px -6px #1b236f;
  box-shadow: 0 8px 6px -6px #1b236f;
}
#custom-html-t {
  /* Type valid CSS here */
}
#custom-html-t div {
  padding-top: 80px;
  padding-bottom: 15px;
  background: #19206d;
  text-align: center;
}
.cid-sNI0ZdnzGM {
  background-color: #ffffff;
}
.cid-sNI0ZdnzGM .mbr-section-subtitle {
  color: #132c70;
}
.cid-sNI0ZdnzGM .socicon-bg-facebook {
  background: #3e5b98;
  color: #ffffff;
}
.cid-sNI0ZdnzGM .socicon-bg-facebook:after {
  border-color: #3e5b98;
}
.cid-sNI0ZdnzGM .socicon-bg-twitter {
  background: #4da7de;
  color: #ffffff;
}
.cid-sNI0ZdnzGM .socicon-bg-twitter:after {
  border-color: #4da7de;
}
.cid-sNI0ZdnzGM .socicon-bg-googleplus {
  background: #dd4b39;
  color: #ffffff;
}
.cid-sNI0ZdnzGM .socicon-bg-googleplus:after {
  border-color: #dd4b39;
}
.cid-sNI0ZdnzGM .socicon-bg-vkontakte {
  background: #5a7fa6;
  color: #ffffff;
}
.cid-sNI0ZdnzGM .socicon-bg-vkontakte:after {
  border-color: #5a7fa6;
}
.cid-sNI0ZdnzGM .socicon-bg-odnoklassniki {
  background: #f48420;
  color: #ffffff;
}
.cid-sNI0ZdnzGM .socicon-bg-odnoklassniki:after {
  border-color: #f48420;
}
.cid-sNI0ZdnzGM .socicon-bg-pinterest {
  background: #c92619;
  color: #ffffff;
}
.cid-sNI0ZdnzGM .socicon-bg-pinterest:after {
  border-color: #c92619;
}
.cid-sNI0ZdnzGM .socicon-bg-mail {
  background: #134785;
  color: #ffffff;
}
.cid-sNI0ZdnzGM .socicon-bg-mail:after {
  border-color: #134785;
}
.cid-sNI0ZdnzGM .btn-social {
  font-size: 20px;
  border-radius: 50%;
  padding: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  position: relative;
  border: none !important;
  border-color: #18206d;
  cursor: pointer;
}
.cid-sNI0ZdnzGM .btn-social i {
  top: 0;
  line-height: 44px;
  width: 44px;
}
.cid-sNI0ZdnzGM .btn-social:hover {
  color: #fff;
  background: #18206d;
}
.cid-sNI0ZdnzGM .btn-social + .btn {
  margin-left: 0.1rem;
}
.cid-sNI0ZdnzGM [class^="socicon-"]:before,
.cid-sNI0ZdnzGM [class*=" socicon-"]:before {
  line-height: 44px;
}
@media (max-width: 767px) {
  .cid-sNI0ZdnzGM {
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .cid-sNI0ZdnzGM .btn {
    font-size: 20px !important;
  }
}
@media (min-width: 767px) {
  .cid-sNI0ZdnzGM {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}
.cid-sNI0ZdnzGM .mbr-section-title,
.cid-sNI0ZdnzGM .mbr-social-likes {
  color: #19206d;
}
.cid-tMVX5FfYr2 {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #18206d;
}
.cid-tMVX5FfYr2 .logo__image {
  width: 200px;
  object-fit: cover;
}
.cid-tMVX5FfYr2 .brand__text {
  margin-bottom: 0;
}
.cid-tMVX5FfYr2 .brand__text a {
  font-weight: 700;
}
.cid-tMVX5FfYr2 a:hover {
  color: #da2128 !important;
}
.cid-tMVX5FfYr2 .mbr-text,
.cid-tMVX5FfYr2 .privacy {
  margin-bottom: 0;
  color: #919dab;
}
.cid-tMVX5FfYr2 .menu {
  margin: 10px 0;
}
.cid-tMVX5FfYr2 .foot__menu {
  margin: 0;
  padding: 0;
}
.cid-tMVX5FfYr2 .menu__items {
  margin-right: 30px;
  display: inline-block;
  transition: all .25s;
  margin-bottom: 0;
  color: #ffffff;
}
.cid-tMVX5FfYr2 .menu__items:last-child {
  margin-right: 0;
}
.cid-tMVX5FfYr2 .divider {
  background-color: #ffffff;
  opacity: .5;
  margin: 30px 0 40px;
  height: 2px;
}
.cid-tMVX5FfYr2 .social {
  margin-top: 10px;
}
.cid-tMVX5FfYr2 .social a {
  margin: 0 15px;
}
.cid-tMVX5FfYr2 .social a:last-child {
  margin-right: 0;
}
.cid-tMVX5FfYr2 .social a:first-child {
  margin-left: 0;
}
.cid-tMVX5FfYr2 .mbr-iconfont {
  font-size: 18px;
  transition: all .25s ease;
  transition-duration: 0s;
}
.cid-tMVX5FfYr2 .privacy {
  color: #ffffff;
}
.cid-tMVX5FfYr2 .mbr-text {
  color: #ffffff;
}
.cid-rwXlQU4xMo .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}
.cid-rwXlQU4xMo .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-rwXlQU4xMo a {
  font-style: normal;
}
.cid-rwXlQU4xMo .show {
  overflow: visible;
}
.cid-rwXlQU4xMo .dropdown-menu {
  max-height: 400px;
}
.cid-rwXlQU4xMo .dropdown-item:active {
  background-color: transparent;
}
.cid-rwXlQU4xMo .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-rwXlQU4xMo .nav-item a {
  display: -webkit-flex;
  align-items: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
}
.cid-rwXlQU4xMo .nav-item:focus,
.cid-rwXlQU4xMo .nav-link:focus {
  outline: none;
}
.cid-rwXlQU4xMo .btn {
  padding: 0.7rem 2rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rwXlQU4xMo .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-rwXlQU4xMo .menu-logo {
  margin-right: auto;
}
.cid-rwXlQU4xMo .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rwXlQU4xMo .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-rwXlQU4xMo .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-rwXlQU4xMo .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rwXlQU4xMo .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rwXlQU4xMo .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rwXlQU4xMo .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-rwXlQU4xMo .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  padding-right: 1rem;
  max-width: 100%;
  width: 100%;
}
.cid-rwXlQU4xMo .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-rwXlQU4xMo .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rwXlQU4xMo .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rwXlQU4xMo .navbar-toggleable-sm .navbar-collapse {
  justify-content: space-between !important;
}
.cid-rwXlQU4xMo .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-rwXlQU4xMo .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-rwXlQU4xMo .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rwXlQU4xMo .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rwXlQU4xMo .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rwXlQU4xMo .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: none;
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-rwXlQU4xMo .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-rwXlQU4xMo .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-rwXlQU4xMo .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rwXlQU4xMo .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rwXlQU4xMo .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rwXlQU4xMo .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rwXlQU4xMo button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-rwXlQU4xMo button.navbar-toggler:focus {
  outline: none;
}
.cid-rwXlQU4xMo button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #da2127;
}
.cid-rwXlQU4xMo button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rwXlQU4xMo button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rwXlQU4xMo button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rwXlQU4xMo button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rwXlQU4xMo nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rwXlQU4xMo nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rwXlQU4xMo nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rwXlQU4xMo nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rwXlQU4xMo .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rwXlQU4xMo .collapsed .btn {
  display: -webkit-flex;
}
.cid-rwXlQU4xMo .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rwXlQU4xMo .collapsed .navbar-collapse.collapsing,
.cid-rwXlQU4xMo .collapsed .navbar-collapse.show {
  display: block !important;
  overflow: auto;
}
.cid-rwXlQU4xMo .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rwXlQU4xMo .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rwXlQU4xMo .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rwXlQU4xMo .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rwXlQU4xMo .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rwXlQU4xMo .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-rwXlQU4xMo .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rwXlQU4xMo .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-rwXlQU4xMo .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 85vh;
  }
}
.cid-rwXlQU4xMo .collapsed button.navbar-toggler {
  display: block;
}
.cid-rwXlQU4xMo .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-rwXlQU4xMo .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rwXlQU4xMo .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-rwXlQU4xMo .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rwXlQU4xMo .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rwXlQU4xMo .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-rwXlQU4xMo.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rwXlQU4xMo img {
    height: 3.8rem !important;
  }
  .cid-rwXlQU4xMo .btn {
    display: -webkit-flex;
  }
  .cid-rwXlQU4xMo button.navbar-toggler {
    display: block;
  }
  .cid-rwXlQU4xMo .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-rwXlQU4xMo .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rwXlQU4xMo .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rwXlQU4xMo .navbar-collapse.collapsing,
  .cid-rwXlQU4xMo .navbar-collapse.show {
    display: block !important;
    overflow: auto;
  }
  .cid-rwXlQU4xMo .navbar-collapse.collapsing .navbar-nav,
  .cid-rwXlQU4xMo .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rwXlQU4xMo .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rwXlQU4xMo .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rwXlQU4xMo .navbar-collapse.collapsing .navbar-buttons,
  .cid-rwXlQU4xMo .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-rwXlQU4xMo .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rwXlQU4xMo .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rwXlQU4xMo .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-rwXlQU4xMo .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rwXlQU4xMo .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rwXlQU4xMo .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (max-width: 767px) {
  .cid-rwXlQU4xMo .nav-link {
    justify-content: start!important;
  }
  .cid-rwXlQU4xMo .navbar.opened {
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .cid-rwXlQU4xMo .navbar-toggleable-sm {
    width: 100%!important;
  }
  .cid-rwXlQU4xMo .dropdown-menu {
    box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.1) !important;
    background: #efefef !important;
  }
}
@media (min-width: 767px) {
  .cid-rwXlQU4xMo .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-rwXlQU4xMo .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-rwXlQU4xMo .nav-link:hover,
.cid-rwXlQU4xMo .dropdown-item:hover {
  color: #da2127 !important;
}
@media (min-width: 1500px) {
  .cid-rwXlQU4xMo .navbar-toggleable-sm .navbar-collapse {
    max-width: 60%!important;
    padding-right: 5rem;
  }
  .cid-rwXlQU4xMo .menu-logo .navbar-brand {
    margin-left: 5rem;
  }
}
.cid-rwXlQU4xMo .one-edge-shadow {
  -webkit-box-shadow: 0 8px 6px -6px #1b236f;
  -moz-box-shadow: 0 8px 6px -6px #1b236f;
  box-shadow: 0 8px 6px -6px #1b236f;
}
.cid-tN7EpCvxbW {
  background-color: #ffffff;
}
.cid-tN7EpCvxbW .mbr-fallback-image.disabled {
  display: none;
}
.cid-tN7EpCvxbW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tN7EpCvxbW .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tN7EpCvxbW .container-fluid {
    padding: 0 30px;
  }
}
.cid-tN7EpCvxbW .container-fluid .row {
  padding: 0;
}
.cid-tN7EpCvxbW .title-wrapper {
  padding: 180px 120px;
}
@media (max-width: 1200px) {
  .cid-tN7EpCvxbW .title-wrapper {
    padding: 120px 60px;
  }
}
@media (max-width: 992px) {
  .cid-tN7EpCvxbW .title-wrapper {
    padding: 80px 0;
  }
}
.cid-tN7EpCvxbW .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-tN7EpCvxbW .title-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-tN7EpCvxbW .image-wrapper {
  position: relative;
}
.cid-tN7EpCvxbW .image-wrapper img {
  object-fit: cover;
}
.cid-tN7EpCvxbW .image-wrapper img:first-child {
  height: 900px;
}
@media (max-width: 992px) {
  .cid-tN7EpCvxbW .image-wrapper img:first-child {
    height: 350px;
  }
}
.cid-tN7EpCvxbW .image-wrapper img:last-child {
  position: absolute;
  bottom: 5rem;
  left: -7rem;
  width: 315px;
  height: 425px;
  border-radius: 10px;
}
@media (max-width: 1200px) {
  .cid-tN7EpCvxbW .image-wrapper img:last-child {
    left: -5rem;
  }
}
@media (max-width: 992px) {
  .cid-tN7EpCvxbW .image-wrapper img:last-child {
    display: none;
  }
}
.cid-tN7EpCvxbW .mbr-section-title {
  color: #000000;
}
.cid-tN7EpCvxbW .mbr-text {
  color: #000000;
}
.cid-tN7EpCvxbW .mbr-section-title,
.cid-tN7EpCvxbW .mbr-section-btn {
  color: #18206d;
}
.cid-tN7FfmST9f {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #19206d;
}
.cid-tN7FfmST9f .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-tN7FfmST9f .title {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.cid-tN7FfmST9f H2 {
  margin: 0;
  width: 100%;
}
.cid-tN7FfmST9f h3 {
  width: 100%;
}
@media (max-width: 992px) {
  .cid-tN7FfmST9f .title {
    margin-bottom: 2rem;
  }
  .cid-tN7FfmST9f .align-left,
  .cid-tN7FfmST9f .align-right {
    text-align: center;
  }
}
.cid-tN7FdcQLOZ {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-tN7FdcQLOZ .icon-transition span {
  align-items: center;
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #18206d;
  display: flex;
  justify-content: center;
  line-height: 3em;
  width: 74px;
  height: 74px;
  background: #c1c1c1 none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-tN7FdcQLOZ .mbr-iconfont {
  align-items: center;
}
.cid-tN7FdcQLOZ .mbr-iconfont:before {
  font-size: 30px;
  display: flex;
  justify-content: center;
}
.cid-tN7FdcQLOZ .social-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-tN7FdcQLOZ .icon-transition span:hover {
  background-color: #18206d;
  color: #c1c1c1;
}
.cid-tN7FdcQLOZ .social-media {
  padding: 0;
}
.cid-tN7FdcQLOZ .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-tN7FdcQLOZ .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-tN7FdcQLOZ .mbr-list,
.cid-tN7FdcQLOZ .social-media UL {
  text-align: left;
}
@media (max-width: 767px) {
  .cid-tN7FdcQLOZ .social-list {
    text-align: center !important;
  }
}
.cid-tN7FdcQLOZ .mbr-section-title,
.cid-tN7FdcQLOZ .social-list {
  color: #18206d;
}
.cid-tMVX5FfYr2 {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #18206d;
}
.cid-tMVX5FfYr2 .logo__image {
  width: 200px;
  object-fit: cover;
}
.cid-tMVX5FfYr2 .brand__text {
  margin-bottom: 0;
}
.cid-tMVX5FfYr2 .brand__text a {
  font-weight: 700;
}
.cid-tMVX5FfYr2 a:hover {
  color: #da2128 !important;
}
.cid-tMVX5FfYr2 .mbr-text,
.cid-tMVX5FfYr2 .privacy {
  margin-bottom: 0;
  color: #919dab;
}
.cid-tMVX5FfYr2 .menu {
  margin: 10px 0;
}
.cid-tMVX5FfYr2 .foot__menu {
  margin: 0;
  padding: 0;
}
.cid-tMVX5FfYr2 .menu__items {
  margin-right: 30px;
  display: inline-block;
  transition: all .25s;
  margin-bottom: 0;
  color: #ffffff;
}
.cid-tMVX5FfYr2 .menu__items:last-child {
  margin-right: 0;
}
.cid-tMVX5FfYr2 .divider {
  background-color: #ffffff;
  opacity: .5;
  margin: 30px 0 40px;
  height: 2px;
}
.cid-tMVX5FfYr2 .social {
  margin-top: 10px;
}
.cid-tMVX5FfYr2 .social a {
  margin: 0 15px;
}
.cid-tMVX5FfYr2 .social a:last-child {
  margin-right: 0;
}
.cid-tMVX5FfYr2 .social a:first-child {
  margin-left: 0;
}
.cid-tMVX5FfYr2 .mbr-iconfont {
  font-size: 18px;
  transition: all .25s ease;
  transition-duration: 0s;
}
.cid-tMVX5FfYr2 .privacy {
  color: #ffffff;
}
.cid-tMVX5FfYr2 .mbr-text {
  color: #ffffff;
}
.cid-tO4Yj5woz1 .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}
.cid-tO4Yj5woz1 .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-tO4Yj5woz1 a {
  font-style: normal;
}
.cid-tO4Yj5woz1 .show {
  overflow: visible;
}
.cid-tO4Yj5woz1 .dropdown-menu {
  max-height: 400px;
}
.cid-tO4Yj5woz1 .dropdown-item:active {
  background-color: transparent;
}
.cid-tO4Yj5woz1 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-tO4Yj5woz1 .nav-item a {
  display: -webkit-flex;
  align-items: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
}
.cid-tO4Yj5woz1 .nav-item:focus,
.cid-tO4Yj5woz1 .nav-link:focus {
  outline: none;
}
.cid-tO4Yj5woz1 .btn {
  padding: 0.7rem 2rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tO4Yj5woz1 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-tO4Yj5woz1 .menu-logo {
  margin-right: auto;
}
.cid-tO4Yj5woz1 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tO4Yj5woz1 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-tO4Yj5woz1 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tO4Yj5woz1 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tO4Yj5woz1 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tO4Yj5woz1 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tO4Yj5woz1 .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-tO4Yj5woz1 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  padding-right: 1rem;
  max-width: 100%;
  width: 100%;
}
.cid-tO4Yj5woz1 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-tO4Yj5woz1 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tO4Yj5woz1 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tO4Yj5woz1 .navbar-toggleable-sm .navbar-collapse {
  justify-content: space-between !important;
}
.cid-tO4Yj5woz1 .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-tO4Yj5woz1 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-tO4Yj5woz1 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tO4Yj5woz1 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tO4Yj5woz1 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tO4Yj5woz1 .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: none;
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-tO4Yj5woz1 .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-tO4Yj5woz1 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-tO4Yj5woz1 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tO4Yj5woz1 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tO4Yj5woz1 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tO4Yj5woz1 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tO4Yj5woz1 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-tO4Yj5woz1 button.navbar-toggler:focus {
  outline: none;
}
.cid-tO4Yj5woz1 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #da2127;
}
.cid-tO4Yj5woz1 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tO4Yj5woz1 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tO4Yj5woz1 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tO4Yj5woz1 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tO4Yj5woz1 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tO4Yj5woz1 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tO4Yj5woz1 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tO4Yj5woz1 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tO4Yj5woz1 .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tO4Yj5woz1 .collapsed .btn {
  display: -webkit-flex;
}
.cid-tO4Yj5woz1 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tO4Yj5woz1 .collapsed .navbar-collapse.collapsing,
.cid-tO4Yj5woz1 .collapsed .navbar-collapse.show {
  display: block !important;
  overflow: auto;
}
.cid-tO4Yj5woz1 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tO4Yj5woz1 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tO4Yj5woz1 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tO4Yj5woz1 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tO4Yj5woz1 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tO4Yj5woz1 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-tO4Yj5woz1 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tO4Yj5woz1 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tO4Yj5woz1 .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 85vh;
  }
}
.cid-tO4Yj5woz1 .collapsed button.navbar-toggler {
  display: block;
}
.cid-tO4Yj5woz1 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-tO4Yj5woz1 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tO4Yj5woz1 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-tO4Yj5woz1 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tO4Yj5woz1 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tO4Yj5woz1 .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-tO4Yj5woz1.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tO4Yj5woz1 img {
    height: 3.8rem !important;
  }
  .cid-tO4Yj5woz1 .btn {
    display: -webkit-flex;
  }
  .cid-tO4Yj5woz1 button.navbar-toggler {
    display: block;
  }
  .cid-tO4Yj5woz1 .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-tO4Yj5woz1 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tO4Yj5woz1 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tO4Yj5woz1 .navbar-collapse.collapsing,
  .cid-tO4Yj5woz1 .navbar-collapse.show {
    display: block !important;
    overflow: auto;
  }
  .cid-tO4Yj5woz1 .navbar-collapse.collapsing .navbar-nav,
  .cid-tO4Yj5woz1 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tO4Yj5woz1 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tO4Yj5woz1 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tO4Yj5woz1 .navbar-collapse.collapsing .navbar-buttons,
  .cid-tO4Yj5woz1 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-tO4Yj5woz1 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tO4Yj5woz1 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tO4Yj5woz1 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-tO4Yj5woz1 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tO4Yj5woz1 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tO4Yj5woz1 .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (max-width: 767px) {
  .cid-tO4Yj5woz1 .nav-link {
    justify-content: start!important;
  }
  .cid-tO4Yj5woz1 .navbar.opened {
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .cid-tO4Yj5woz1 .navbar-toggleable-sm {
    width: 100%!important;
  }
  .cid-tO4Yj5woz1 .dropdown-menu {
    box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.1) !important;
    background: #efefef !important;
  }
}
@media (min-width: 767px) {
  .cid-tO4Yj5woz1 .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-tO4Yj5woz1 .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-tO4Yj5woz1 .nav-link:hover,
.cid-tO4Yj5woz1 .dropdown-item:hover {
  color: #da2127 !important;
}
@media (min-width: 1500px) {
  .cid-tO4Yj5woz1 .navbar-toggleable-sm .navbar-collapse {
    max-width: 60%!important;
    padding-right: 5rem;
  }
  .cid-tO4Yj5woz1 .menu-logo .navbar-brand {
    margin-left: 5rem;
  }
}
.cid-tO4Yj5woz1 .one-edge-shadow {
  -webkit-box-shadow: 0 8px 6px -6px #1b236f;
  -moz-box-shadow: 0 8px 6px -6px #1b236f;
  box-shadow: 0 8px 6px -6px #1b236f;
}
.cid-tO4Yj3kZ0d {
  padding-top: 7rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tO4Yj3kZ0d .mbr-fallback-image.disabled {
  display: none;
}
.cid-tO4Yj3kZ0d .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tO4Yj3kZ0d .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tO4Yj3kZ0d .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tO4Yj3kZ0d .container {
    padding: 0;
  }
}
.cid-tO4Yj3kZ0d .row {
  justify-content: center;
}
.cid-tO4Yj3kZ0d .title-wrapper {
  padding: 0 16px;
}
.cid-tO4Yj3kZ0d .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tO4Yj3kZ0d .mbr-section-title {
  color: #18206d;
  text-align: center;
}
.cid-tO4ZhuXVU3 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tO4ZhuXVU3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tO4ZhuXVU3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tO4ZhuXVU3 .container {
    padding: 0;
  }
}
.cid-tO4ZhuXVU3 .row {
  justify-content: center;
}
.cid-tO4ZhuXVU3 .title-wrapper {
  padding: 0 16px;
}
.cid-tO4ZhuXVU3 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tO4ZhuXVU3 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-tP6RPHKbmG {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #18206d;
}
.cid-tP6RPHKbmG .mbr-fallback-image.disabled {
  display: none;
}
.cid-tP6RPHKbmG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tP6RPHKbmG .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-tP6RPHKbmG .mbr-section-subtitle,
.cid-tP6RPHKbmG .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-tO4Yj36ThL {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #f5f5f7;
}
.cid-tO4Yj36ThL .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #ed4266;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-tO4Yj36ThL H2 {
  color: #18206d;
}
.cid-tO4Yj36ThL H3 {
  color: #36404c;
}
.cid-tO4Yj36ThL .mbr-text,
.cid-tO4Yj36ThL .mbr-section-btn {
  color: #232323;
}
@media (max-width: 992px) {
  .cid-tO4Yj36ThL .md-pb {
    padding-bottom: 2rem;
  }
}
.cid-tO4Yj36ThL img {
  filter: invert(0.5);
  width: auto;
}
.cid-tO4Yj36ThL .mbr-fallback-image.disabled {
  display: none;
}
.cid-tO4Yj36ThL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tO4Yj2JEw8 {
  padding-top: 60px;
  padding-bottom: 75px;
  background-color: #19206d;
}
.cid-tO4Yj2JEw8 .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-tO4Yj2JEw8 .title {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.cid-tO4Yj2JEw8 H2 {
  margin: 0;
  width: 100%;
}
.cid-tO4Yj2JEw8 h3 {
  width: 100%;
}
@media (max-width: 992px) {
  .cid-tO4Yj2JEw8 .title {
    margin-bottom: 2rem;
  }
  .cid-tO4Yj2JEw8 .align-left,
  .cid-tO4Yj2JEw8 .align-right {
    text-align: center;
  }
}
.cid-tO4Yj3DHlq {
  background-color: #ffffff;
}
.cid-tO4Yj3DHlq .mbr-section-subtitle {
  color: #132c70;
}
.cid-tO4Yj3DHlq .socicon-bg-facebook {
  background: #3e5b98;
  color: #ffffff;
}
.cid-tO4Yj3DHlq .socicon-bg-facebook:after {
  border-color: #3e5b98;
}
.cid-tO4Yj3DHlq .socicon-bg-twitter {
  background: #4da7de;
  color: #ffffff;
}
.cid-tO4Yj3DHlq .socicon-bg-twitter:after {
  border-color: #4da7de;
}
.cid-tO4Yj3DHlq .socicon-bg-googleplus {
  background: #dd4b39;
  color: #ffffff;
}
.cid-tO4Yj3DHlq .socicon-bg-googleplus:after {
  border-color: #dd4b39;
}
.cid-tO4Yj3DHlq .socicon-bg-vkontakte {
  background: #5a7fa6;
  color: #ffffff;
}
.cid-tO4Yj3DHlq .socicon-bg-vkontakte:after {
  border-color: #5a7fa6;
}
.cid-tO4Yj3DHlq .socicon-bg-odnoklassniki {
  background: #f48420;
  color: #ffffff;
}
.cid-tO4Yj3DHlq .socicon-bg-odnoklassniki:after {
  border-color: #f48420;
}
.cid-tO4Yj3DHlq .socicon-bg-pinterest {
  background: #c92619;
  color: #ffffff;
}
.cid-tO4Yj3DHlq .socicon-bg-pinterest:after {
  border-color: #c92619;
}
.cid-tO4Yj3DHlq .socicon-bg-mail {
  background: #134785;
  color: #ffffff;
}
.cid-tO4Yj3DHlq .socicon-bg-mail:after {
  border-color: #134785;
}
.cid-tO4Yj3DHlq .btn-social {
  font-size: 20px;
  border-radius: 50%;
  padding: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  position: relative;
  border: none !important;
  border-color: #18206d;
  cursor: pointer;
}
.cid-tO4Yj3DHlq .btn-social i {
  top: 0;
  line-height: 44px;
  width: 44px;
}
.cid-tO4Yj3DHlq .btn-social:hover {
  color: #fff;
  background: #18206d;
}
.cid-tO4Yj3DHlq .btn-social + .btn {
  margin-left: 0.1rem;
}
.cid-tO4Yj3DHlq [class^="socicon-"]:before,
.cid-tO4Yj3DHlq [class*=" socicon-"]:before {
  line-height: 44px;
}
@media (max-width: 767px) {
  .cid-tO4Yj3DHlq {
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .cid-tO4Yj3DHlq .btn {
    font-size: 20px !important;
  }
}
@media (min-width: 767px) {
  .cid-tO4Yj3DHlq {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}
.cid-tO4Yj3DHlq .mbr-section-title,
.cid-tO4Yj3DHlq .mbr-social-likes {
  color: #19206d;
}
.cid-tO4Yj55yEj {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #18206d;
}
.cid-tO4Yj55yEj .logo__image {
  width: 200px;
  object-fit: cover;
}
.cid-tO4Yj55yEj .brand__text {
  margin-bottom: 0;
}
.cid-tO4Yj55yEj .brand__text a {
  font-weight: 700;
}
.cid-tO4Yj55yEj a:hover {
  color: #da2128 !important;
}
.cid-tO4Yj55yEj .mbr-text,
.cid-tO4Yj55yEj .privacy {
  margin-bottom: 0;
  color: #919dab;
}
.cid-tO4Yj55yEj .menu {
  margin: 10px 0;
}
.cid-tO4Yj55yEj .foot__menu {
  margin: 0;
  padding: 0;
}
.cid-tO4Yj55yEj .menu__items {
  margin-right: 30px;
  display: inline-block;
  transition: all .25s;
  margin-bottom: 0;
  color: #ffffff;
}
.cid-tO4Yj55yEj .menu__items:last-child {
  margin-right: 0;
}
.cid-tO4Yj55yEj .divider {
  background-color: #ffffff;
  opacity: .5;
  margin: 30px 0 40px;
  height: 2px;
}
.cid-tO4Yj55yEj .social {
  margin-top: 10px;
}
.cid-tO4Yj55yEj .social a {
  margin: 0 15px;
}
.cid-tO4Yj55yEj .social a:last-child {
  margin-right: 0;
}
.cid-tO4Yj55yEj .social a:first-child {
  margin-left: 0;
}
.cid-tO4Yj55yEj .mbr-iconfont {
  font-size: 18px;
  transition: all .25s ease;
  transition-duration: 0s;
}
.cid-tO4Yj55yEj .privacy {
  color: #ffffff;
}
.cid-tO4Yj55yEj .mbr-text {
  color: #ffffff;
}
.cid-tUyQNSLDKB .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}
.cid-tUyQNSLDKB .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-tUyQNSLDKB a {
  font-style: normal;
}
.cid-tUyQNSLDKB .show {
  overflow: visible;
}
.cid-tUyQNSLDKB .dropdown-menu {
  max-height: 400px;
}
.cid-tUyQNSLDKB .dropdown-item:active {
  background-color: transparent;
}
.cid-tUyQNSLDKB .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-tUyQNSLDKB .nav-item a {
  display: -webkit-flex;
  align-items: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
}
.cid-tUyQNSLDKB .nav-item:focus,
.cid-tUyQNSLDKB .nav-link:focus {
  outline: none;
}
.cid-tUyQNSLDKB .btn {
  padding: 0.7rem 2rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tUyQNSLDKB .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-tUyQNSLDKB .menu-logo {
  margin-right: auto;
}
.cid-tUyQNSLDKB .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tUyQNSLDKB .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-tUyQNSLDKB .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tUyQNSLDKB .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tUyQNSLDKB .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tUyQNSLDKB .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tUyQNSLDKB .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-tUyQNSLDKB .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  padding-right: 1rem;
  max-width: 100%;
  width: 100%;
}
.cid-tUyQNSLDKB .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-tUyQNSLDKB .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tUyQNSLDKB .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tUyQNSLDKB .navbar-toggleable-sm .navbar-collapse {
  justify-content: space-between !important;
}
.cid-tUyQNSLDKB .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-tUyQNSLDKB .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-tUyQNSLDKB .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tUyQNSLDKB .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tUyQNSLDKB .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tUyQNSLDKB .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: none;
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-tUyQNSLDKB .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-tUyQNSLDKB .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-tUyQNSLDKB .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tUyQNSLDKB .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tUyQNSLDKB .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tUyQNSLDKB .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tUyQNSLDKB button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-tUyQNSLDKB button.navbar-toggler:focus {
  outline: none;
}
.cid-tUyQNSLDKB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #da2127;
}
.cid-tUyQNSLDKB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tUyQNSLDKB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tUyQNSLDKB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tUyQNSLDKB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tUyQNSLDKB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tUyQNSLDKB nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tUyQNSLDKB nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tUyQNSLDKB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tUyQNSLDKB .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tUyQNSLDKB .collapsed .btn {
  display: -webkit-flex;
}
.cid-tUyQNSLDKB .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tUyQNSLDKB .collapsed .navbar-collapse.collapsing,
.cid-tUyQNSLDKB .collapsed .navbar-collapse.show {
  display: block !important;
  overflow: auto;
}
.cid-tUyQNSLDKB .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tUyQNSLDKB .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tUyQNSLDKB .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tUyQNSLDKB .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tUyQNSLDKB .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tUyQNSLDKB .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-tUyQNSLDKB .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tUyQNSLDKB .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tUyQNSLDKB .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 85vh;
  }
}
.cid-tUyQNSLDKB .collapsed button.navbar-toggler {
  display: block;
}
.cid-tUyQNSLDKB .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-tUyQNSLDKB .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tUyQNSLDKB .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-tUyQNSLDKB .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tUyQNSLDKB .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tUyQNSLDKB .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-tUyQNSLDKB.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tUyQNSLDKB img {
    height: 3.8rem !important;
  }
  .cid-tUyQNSLDKB .btn {
    display: -webkit-flex;
  }
  .cid-tUyQNSLDKB button.navbar-toggler {
    display: block;
  }
  .cid-tUyQNSLDKB .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-tUyQNSLDKB .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tUyQNSLDKB .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tUyQNSLDKB .navbar-collapse.collapsing,
  .cid-tUyQNSLDKB .navbar-collapse.show {
    display: block !important;
    overflow: auto;
  }
  .cid-tUyQNSLDKB .navbar-collapse.collapsing .navbar-nav,
  .cid-tUyQNSLDKB .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tUyQNSLDKB .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tUyQNSLDKB .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tUyQNSLDKB .navbar-collapse.collapsing .navbar-buttons,
  .cid-tUyQNSLDKB .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-tUyQNSLDKB .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tUyQNSLDKB .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tUyQNSLDKB .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-tUyQNSLDKB .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tUyQNSLDKB .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tUyQNSLDKB .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (max-width: 767px) {
  .cid-tUyQNSLDKB .nav-link {
    justify-content: start!important;
  }
  .cid-tUyQNSLDKB .navbar.opened {
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .cid-tUyQNSLDKB .navbar-toggleable-sm {
    width: 100%!important;
  }
  .cid-tUyQNSLDKB .dropdown-menu {
    box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.1) !important;
    background: #efefef !important;
  }
}
@media (min-width: 767px) {
  .cid-tUyQNSLDKB .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-tUyQNSLDKB .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-tUyQNSLDKB .nav-link:hover,
.cid-tUyQNSLDKB .dropdown-item:hover {
  color: #da2127 !important;
}
@media (min-width: 1500px) {
  .cid-tUyQNSLDKB .navbar-toggleable-sm .navbar-collapse {
    max-width: 60%!important;
    padding-right: 5rem;
  }
  .cid-tUyQNSLDKB .menu-logo .navbar-brand {
    margin-left: 5rem;
  }
}
.cid-tUyQNSLDKB .one-edge-shadow {
  -webkit-box-shadow: 0 8px 6px -6px #1b236f;
  -moz-box-shadow: 0 8px 6px -6px #1b236f;
  box-shadow: 0 8px 6px -6px #1b236f;
}
.cid-tUyQNRR2mv {
  background-color: #ffffff;
}
.cid-tUyQNRR2mv .mbr-fallback-image.disabled {
  display: none;
}
.cid-tUyQNRR2mv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tUyQNRR2mv .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tUyQNRR2mv .container-fluid {
    padding: 0 30px;
  }
}
.cid-tUyQNRR2mv .container-fluid .row {
  padding: 0;
}
.cid-tUyQNRR2mv .title-wrapper {
  padding: 180px 120px;
}
@media (max-width: 1200px) {
  .cid-tUyQNRR2mv .title-wrapper {
    padding: 120px 60px;
  }
}
@media (max-width: 992px) {
  .cid-tUyQNRR2mv .title-wrapper {
    padding: 80px 0;
  }
}
.cid-tUyQNRR2mv .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-tUyQNRR2mv .title-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-tUyQNRR2mv .image-wrapper {
  position: relative;
}
.cid-tUyQNRR2mv .image-wrapper img {
  object-fit: cover;
}
.cid-tUyQNRR2mv .image-wrapper img:first-child {
  height: 900px;
}
@media (max-width: 992px) {
  .cid-tUyQNRR2mv .image-wrapper img:first-child {
    height: 350px;
  }
}
.cid-tUyQNRR2mv .image-wrapper img:last-child {
  position: absolute;
  bottom: 5rem;
  left: -7rem;
  width: 315px;
  height: 425px;
  border-radius: 10px;
}
@media (max-width: 1200px) {
  .cid-tUyQNRR2mv .image-wrapper img:last-child {
    left: -5rem;
  }
}
@media (max-width: 992px) {
  .cid-tUyQNRR2mv .image-wrapper img:last-child {
    display: none;
  }
}
.cid-tUyQNRR2mv .mbr-section-title {
  color: #000000;
}
.cid-tUyQNRR2mv .mbr-text {
  color: #000000;
}
.cid-tUyQNRR2mv .mbr-section-title,
.cid-tUyQNRR2mv .mbr-section-btn {
  color: #18206d;
}
.cid-u0O7GEDcdM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #19206d;
}
.cid-u0O7GEDcdM .mbr-overlay {
  background-color: #2c2c2c;
  opacity: 0.4;
}
.cid-u0O7GEDcdM .mbr-section-head {
  margin-bottom: 3rem;
}
.cid-u0O7GEDcdM .mbr-section-title {
  color: #ffffff;
}
.cid-u0O7GEDcdM .mbr-section-title a {
  font-weight: inherit;
  pointer-events: none;
}
.cid-u0O7GEDcdM .mbr-section-subtitle {
  color: #f6f6ef;
  margin-top: 1rem;
}
.cid-u0O7GEDcdM .form-wrap {
  width: 100%;
  margin: 0 auto;
  padding: 0 !important;
}
.cid-u0O7GEDcdM form {
  width: 100%;
}
.cid-u0O7GEDcdM form .dragArea.row {
  justify-content: flex-start;
  width: auto !important;
}
.cid-u0O7GEDcdM form p {
  color: #f6f6ef;
}
.cid-u0O7GEDcdM form .mbr-section-btn {
  margin-top: 1rem;
  text-align: center;
  justify-content: center;
  margin-right: auto;
  margin-left: auto;
}
.cid-u0O7GEDcdM form .mbr-section-btn .btn {
  min-width: 150px;
  min-height: 40px;
  padding: 6px 12px;
}
.cid-u0O7GEDcdM form .form-group {
  margin-top: 0 !important;
  margin-bottom: 20px !important;
}
.cid-u0O7GEDcdM form .form-control {
  height: 40px;
  border: 1px solid #FFFFFF !important;
  background: #FFFFFF;
  box-shadow: none !important;
  border-radius: 0 !important;
  margin-bottom: 0;
  padding: 8px;
  font-size: 16px;
  line-height: 24px;
  color: #181817;
  font-weight: 400;
}
.cid-u0O7GEDcdM form .form-control::-webkit-input-placeholder {
  color: #bbbbbb;
}
.cid-u0O7GEDcdM form .form-control::-moz-placeholder {
  color: #bbbbbb;
}
.cid-u0O7GEDcdM form .form-control:-moz-placeholder {
  color: #bbbbbb;
}
.cid-u0O7GEDcdM form .form-control:-ms-input-placeholder {
  color: #bbbbbb;
}
.cid-u0O7GEDcdM form select {
  color: #bbbbbb !important;
}
.cid-u0O7GEDcdM form textarea {
  height: 200px !important;
  resize: none;
}
.cid-u0O7GEDcdM form textarea::-webkit-input-placeholder {
  color: #bbbbbb !important;
}
.cid-u0O7GEDcdM form textarea::-moz-placeholder {
  color: #bbbbbb !important;
}
.cid-u0O7GEDcdM form textarea:-moz-placeholder {
  color: #bbbbbb !important;
}
.cid-u0O7GEDcdM form textarea:-ms-input-placeholder {
  color: #bbbbbb !important;
}
.cid-u0O7GEDcdM form input,
.cid-u0O7GEDcdM form textarea {
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}
.cid-u0O7GEDcdM form input:active,
.cid-u0O7GEDcdM form textarea:active,
.cid-u0O7GEDcdM form input:focus,
.cid-u0O7GEDcdM form textarea:focus {
  background-color: #f6f6ef !important;
  border-color: #f6f6ef !important;
  outline: none !important;
  outline-offset: -1px;
  box-shadow: 0 0 5px #cacaca !important;
}
.cid-u0O7GEDcdM form input:active::-webkit-input-placeholder,
.cid-u0O7GEDcdM form textarea:active::-webkit-input-placeholder,
.cid-u0O7GEDcdM form input:focus::-webkit-input-placeholder,
.cid-u0O7GEDcdM form textarea:focus::-webkit-input-placeholder {
  color: #bbbbbb;
}
.cid-u0O7GEDcdM form input:active::-moz-placeholder,
.cid-u0O7GEDcdM form textarea:active::-moz-placeholder,
.cid-u0O7GEDcdM form input:focus::-moz-placeholder,
.cid-u0O7GEDcdM form textarea:focus::-moz-placeholder {
  color: #bbbbbb;
}
.cid-u0O7GEDcdM form input:active:-moz-placeholder,
.cid-u0O7GEDcdM form textarea:active:-moz-placeholder,
.cid-u0O7GEDcdM form input:focus:-moz-placeholder,
.cid-u0O7GEDcdM form textarea:focus:-moz-placeholder {
  color: #bbbbbb;
}
.cid-u0O7GEDcdM form input:active:-ms-input-placeholder,
.cid-u0O7GEDcdM form textarea:active:-ms-input-placeholder,
.cid-u0O7GEDcdM form input:focus:-ms-input-placeholder,
.cid-u0O7GEDcdM form textarea:focus:-ms-input-placeholder {
  color: #bbbbbb;
}
.cid-u0O7GEDcdM form .row {
  margin-left: -5px !important;
  margin-right: -5px !important;
}
.cid-u0O7GEDcdM form .row [class*=col] {
  padding-left: 5px !important;
  padding-right: 5px !important;
}
.cid-u0O7GEDcdM form label {
  width: 100%;
  color: #f6f6ef;
  margin-bottom: 0.4rem;
}
.cid-u0O7GEDcdM form .form-check-input {
  border-color: #bbbbbb !important;
  outline: none !important;
  box-shadow: none !important;
  background-color: transparent !important;
}
.cid-u0O7GEDcdM form .form-check-input:focus,
.cid-u0O7GEDcdM form .form-check-input:hover {
  background-color: transparent !important;
  border-color: #181817 !important;
}
.cid-u0O7GEDcdM form .form-check-input:checked {
  border-color: #181817 !important;
  background-color: #FACB1D !important;
}
.cid-tUyQNS6B1G {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #da2127;
}
.cid-tUyQNS6B1G .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-tUyQNS6B1G .title {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.cid-tUyQNS6B1G H2 {
  margin: 0;
  width: 100%;
}
.cid-tUyQNS6B1G h3 {
  width: 100%;
}
@media (max-width: 992px) {
  .cid-tUyQNS6B1G .title {
    margin-bottom: 2rem;
  }
  .cid-tUyQNS6B1G .align-left,
  .cid-tUyQNS6B1G .align-right {
    text-align: center;
  }
}
.cid-tUyQNSgLAE {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-tUyQNSgLAE .icon-transition span {
  align-items: center;
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #18206d;
  display: flex;
  justify-content: center;
  line-height: 3em;
  width: 74px;
  height: 74px;
  background: #c1c1c1 none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-tUyQNSgLAE .mbr-iconfont {
  align-items: center;
}
.cid-tUyQNSgLAE .mbr-iconfont:before {
  font-size: 30px;
  display: flex;
  justify-content: center;
}
.cid-tUyQNSgLAE .social-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-tUyQNSgLAE .icon-transition span:hover {
  background-color: #18206d;
  color: #c1c1c1;
}
.cid-tUyQNSgLAE .social-media {
  padding: 0;
}
.cid-tUyQNSgLAE .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-tUyQNSgLAE .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-tUyQNSgLAE .mbr-list,
.cid-tUyQNSgLAE .social-media UL {
  text-align: left;
}
@media (max-width: 767px) {
  .cid-tUyQNSgLAE .social-list {
    text-align: center !important;
  }
}
.cid-tUyQNSgLAE .mbr-section-title,
.cid-tUyQNSgLAE .social-list {
  color: #18206d;
}
.cid-tUyQNStTyH {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #18206d;
}
.cid-tUyQNStTyH .logo__image {
  width: 200px;
  object-fit: cover;
}
.cid-tUyQNStTyH .brand__text {
  margin-bottom: 0;
}
.cid-tUyQNStTyH .brand__text a {
  font-weight: 700;
}
.cid-tUyQNStTyH a:hover {
  color: #da2128 !important;
}
.cid-tUyQNStTyH .mbr-text,
.cid-tUyQNStTyH .privacy {
  margin-bottom: 0;
  color: #919dab;
}
.cid-tUyQNStTyH .menu {
  margin: 10px 0;
}
.cid-tUyQNStTyH .foot__menu {
  margin: 0;
  padding: 0;
}
.cid-tUyQNStTyH .menu__items {
  margin-right: 30px;
  display: inline-block;
  transition: all .25s;
  margin-bottom: 0;
  color: #ffffff;
}
.cid-tUyQNStTyH .menu__items:last-child {
  margin-right: 0;
}
.cid-tUyQNStTyH .divider {
  background-color: #ffffff;
  opacity: .5;
  margin: 30px 0 40px;
  height: 2px;
}
.cid-tUyQNStTyH .social {
  margin-top: 10px;
}
.cid-tUyQNStTyH .social a {
  margin: 0 15px;
}
.cid-tUyQNStTyH .social a:last-child {
  margin-right: 0;
}
.cid-tUyQNStTyH .social a:first-child {
  margin-left: 0;
}
.cid-tUyQNStTyH .mbr-iconfont {
  font-size: 18px;
  transition: all .25s ease;
  transition-duration: 0s;
}
.cid-tUyQNStTyH .privacy {
  color: #ffffff;
}
.cid-tUyQNStTyH .mbr-text {
  color: #ffffff;
}
