@import url(https://fonts.googleapis.com/css?family=Lato:400,300,700);
@import url(https://fonts.googleapis.com/css?family=Oswald:200,300,400,500,600,700);
@import url(https://fonts.googleapis.com/css?family=Raleway:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i);
@import url(https://fonts.googleapis.com/css?family=Rubik:300,300i,400,400i,500,500i,700,700i,900,900i);





body {
  font-style: normal;
  line-height: 1.5;
}
.mbr-section-title {
  font-style: normal;
  line-height: 1.2;
}
.mbr-section-subtitle {
  line-height: 1.3;
}
.mbr-text {
  font-style: normal;
  line-height: 1.6;
}
.display-1 {
  font-family: 'Oswald', sans-serif;
  font-size: 5.2rem;
}
.display-1 > .mbr-iconfont {
  font-size: 8.32rem;
}
.display-2 {
  font-family: undefined;
  font-size: 2.6rem;
}
.display-2 > .mbr-iconfont {
  font-size: 4.16rem;
}
.display-4 {
  font-family: 'Rubik', sans-serif;
  font-size: 0.8rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1.28rem;
}
.display-5 {
  font-family: 'Raleway', sans-serif;
  font-size: 1rem;
}
.display-5 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-7 {
  font-family: 'Rubik', sans-serif;
  font-size: 1rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.6rem;
}
/* ---- 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: 4.16rem;
    font-size: calc( 2.4699999999999998rem + (5.2 - 2.4699999999999998) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.4699999999999998rem + (5.2 - 2.4699999999999998) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    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-4 {
    font-size: 0.64rem;
    font-size: calc( 0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    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))));
  }
}
/* Buttons */
.btn {
  font-weight: 500;
  border-width: 2px;
  font-style: normal;
  letter-spacing: 1px;
  margin: .4rem .8rem;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 1rem 3rem;
  border-radius: 3px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}
.btn-sm {
  font-weight: 500;
  letter-spacing: 1px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  font-weight: 500;
  letter-spacing: 1px;
  margin: .4rem .8rem !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-lg {
  font-weight: 500;
  letter-spacing: 1px;
  margin: .4rem .8rem !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 1.2rem 3.2rem;
  border-radius: 3px;
}
.bg-primary {
  background-color: #11b9f2 !important;
}
.bg-success {
  background-color: #f7ed4a !important;
}
.bg-info {
  background-color: #6edaff !important;
}
.bg-warning {
  background-color: #ff3366 !important;
}
.bg-danger {
  background-color: #b1a374 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #11b9f2;
  border-color: #11b9f2;
  color: #ffffff;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff;
  background-color: #0984ad;
  border-color: #0984ad;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #0984ad !important;
  border-color: #0984ad !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #808080;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #808080;
  background-color: #d9d9d9;
  border-color: #d9d9d9;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-info,
.btn-info:active {
  background-color: #6edaff;
  border-color: #6edaff;
  color: #00526e;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #00526e;
  background-color: #21c6ff;
  border-color: #21c6ff;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #00526e !important;
  background-color: #21c6ff !important;
  border-color: #21c6ff !important;
}
.btn-success,
.btn-success:active {
  background-color: #f7ed4a;
  border-color: #f7ed4a;
  color: #3f3c03;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #3f3c03;
  background-color: #eadd0a;
  border-color: #eadd0a;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ff3366;
  border-color: #ff3366;
  color: #ffffff;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff;
  background-color: #e50039;
  border-color: #e50039;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #e50039 !important;
  border-color: #e50039 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #b1a374;
  border-color: #b1a374;
  color: #ffffff;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff;
  background-color: #8b7d4e;
  border-color: #8b7d4e;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #808080;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080;
  background-color: #d9d9d9;
  border-color: #d9d9d9;
}
.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;
  border-color: #333333;
  color: #ffffff;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff;
  background-color: #0d0d0d;
  border-color: #0d0d0d;
}
.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: #087195;
  color: #087195;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #11b9f2;
  border-color: #11b9f2;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #11b9f2 !important;
  border-color: #11b9f2 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #cccccc;
  color: #cccccc;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #808080;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #08c0ff;
  color: #08c0ff;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #00526e;
  background-color: #6edaff;
  border-color: #6edaff;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #00526e !important;
  background-color: #6edaff !important;
  border-color: #6edaff !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #d2c609;
  color: #d2c609;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #3f3c03;
  background-color: #f7ed4a;
  border-color: #f7ed4a;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #3f3c03 !important;
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #cc0033;
  color: #cc0033;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #ff3366;
  border-color: #ff3366;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #ff3366 !important;
  border-color: #ff3366 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #7a6e45;
  color: #7a6e45;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #b1a374;
  border-color: #b1a374;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #b1a374 !important;
  border-color: #b1a374 !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: #11b9f2 !important;
}
.text-secondary {
  color: #ffffff !important;
}
.text-success {
  color: #f7ed4a !important;
}
.text-info {
  color: #6edaff !important;
}
.text-warning {
  color: #ff3366 !important;
}
.text-danger {
  color: #b1a374 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #087195 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #cccccc !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #d2c609 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #08c0ff !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #cc0033 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #7a6e45 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #6edaff;
}
.alert-warning {
  background-color: #ff3366;
}
.alert-danger {
  background-color: #b1a374;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-section-btn a.btn:not(.btn-form):hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #11b9f2;
  border-color: #11b9f2;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
.btn-form {
  border-radius: 0;
}
.btn-form:hover {
  cursor: pointer;
}
a,
a:hover {
  color: #11b9f2;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #d2f2fd;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #dfd9c6;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
#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);
}
/* 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;
}
.form-control {
  background-color: #f5f5f5;
  box-shadow: none;
  color: #565656;
  font-family: 'Rubik', sans-serif;
  font-size: 1rem;
  line-height: 1.43;
  min-height: 3.5em;
  padding: 1.07em .5em;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
}
.form-control,
.form-control:focus {
  border: 1px solid #e8e8e8;
}
.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;
}
blockquote {
  font-style: italic;
  padding: 10px 0 10px 20px;
  font-size: 1.09rem;
  position: relative;
  border-color: #11b9f2;
  border-width: 3px;
}
ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}
pre {
  background: #f4f4f4;
  padding: 10px 24px;
  white-space: pre-wrap;
}
.inactive {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  -webkit-user-drag: none;
  user-drag: none;
}
.mbr-section__comments .row {
  justify-content: center;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.form2 .form-control {
  border-top-left-radius: 100px;
  border-bottom-left-radius: 100px;
}
.form2 .input-group-btn a.btn {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.form2 .input-group-btn button[type="submit"] {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.form3 input[type="email"] {
  border-radius: 100px !important;
}
@media (max-width: 349px) {
  .form2 input[type="email"] {
    border-radius: 100px !important;
  }
  .form2 .input-group-btn a.btn {
    border-radius: 100px !important;
  }
  .form2 .input-group-btn button[type="submit"] {
    border-radius: 100px !important;
  }
}
@media (max-width: 767px) {
  .btn {
    font-size: .75rem !important;
  }
  .btn .mbr-iconfont {
    font-size: 1rem !important;
  }
}
/* Social block */
.btn-social {
  font-size: 20px;
  border-radius: 50%;
  padding: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  position: relative;
  border: 2px solid #c0a375;
  border-color: #11b9f2;
  color: #232323;
  cursor: pointer;
}
.btn-social i {
  top: 0;
  line-height: 44px;
  width: 44px;
}
.btn-social:hover {
  color: #fff;
  background: #11b9f2;
}
.btn-social + .btn {
  margin-left: .1rem;
}
/* Footer */
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #11b9f2;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #11b9f2;
}
.footer3 input[type="email"],
.footer4 input[type="email"] {
  border-radius: 100px !important;
}
.footer3 .input-group-btn a.btn,
.footer4 .input-group-btn a.btn {
  border-radius: 100px !important;
}
.footer3 .input-group-btn button[type="submit"],
.footer4 .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
}
/* Headers*/
.header13 .form-inline input[type="email"],
.header14 .form-inline input[type="email"] {
  border-radius: 100px;
}
.header13 .form-inline input[type="text"],
.header14 .form-inline input[type="text"] {
  border-radius: 100px;
}
.header13 .form-inline input[type="tel"],
.header14 .form-inline input[type="tel"] {
  border-radius: 100px;
}
.header13 .form-inline a.btn,
.header14 .form-inline a.btn {
  border-radius: 100px;
}
.header13 .form-inline button,
.header14 .form-inline button {
  border-radius: 100px !important;
}
.offset-1 {
  margin-left: 8.33333%;
}
.offset-2 {
  margin-left: 16.66667%;
}
.offset-3 {
  margin-left: 25%;
}
.offset-4 {
  margin-left: 33.33333%;
}
.offset-5 {
  margin-left: 41.66667%;
}
.offset-6 {
  margin-left: 50%;
}
.offset-7 {
  margin-left: 58.33333%;
}
.offset-8 {
  margin-left: 66.66667%;
}
.offset-9 {
  margin-left: 75%;
}
.offset-10 {
  margin-left: 83.33333%;
}
.offset-11 {
  margin-left: 91.66667%;
}
@media (min-width: 576px) {
  .offset-sm-0 {
    margin-left: 0%;
  }
  .offset-sm-1 {
    margin-left: 8.33333%;
  }
  .offset-sm-2 {
    margin-left: 16.66667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333%;
  }
  .offset-sm-5 {
    margin-left: 41.66667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333%;
  }
  .offset-sm-8 {
    margin-left: 66.66667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333%;
  }
  .offset-sm-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 768px) {
  .offset-md-0 {
    margin-left: 0%;
  }
  .offset-md-1 {
    margin-left: 8.33333%;
  }
  .offset-md-2 {
    margin-left: 16.66667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333%;
  }
  .offset-md-5 {
    margin-left: 41.66667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333%;
  }
  .offset-md-8 {
    margin-left: 66.66667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333%;
  }
  .offset-md-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 992px) {
  .offset-lg-0 {
    margin-left: 0%;
  }
  .offset-lg-1 {
    margin-left: 8.33333%;
  }
  .offset-lg-2 {
    margin-left: 16.66667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333%;
  }
  .offset-lg-5 {
    margin-left: 41.66667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333%;
  }
  .offset-lg-8 {
    margin-left: 66.66667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333%;
  }
  .offset-lg-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 1200px) {
  .offset-xl-0 {
    margin-left: 0%;
  }
  .offset-xl-1 {
    margin-left: 8.33333%;
  }
  .offset-xl-2 {
    margin-left: 16.66667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333%;
  }
  .offset-xl-5 {
    margin-left: 41.66667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333%;
  }
  .offset-xl-8 {
    margin-left: 66.66667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333%;
  }
  .offset-xl-11 {
    margin-left: 91.66667%;
  }
}
.navbar-toggler {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  -webkit-border-radius: 0.25rem;
  border-radius: 0.25rem;
}
.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
}
.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  -webkit-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
}
.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}
.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}
@media (max-width: 575px) {
  .navbar-toggleable .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }
  .navbar-toggleable > .container {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  .navbar-toggleable {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .navbar-toggleable .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-toggleable .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }
  .navbar-toggleable > .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .navbar-toggleable .navbar-collapse {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: 100%;
  }
  .navbar-toggleable .navbar-toggler {
    display: none;
  }
}
@media (max-width: 767px) {
  .navbar-toggleable-sm .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }
  .navbar-toggleable-sm > .container {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .navbar-toggleable-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .navbar-toggleable-sm .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-toggleable-sm .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }
  .navbar-toggleable-sm > .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: 100%;
  }
  .navbar-toggleable-sm .navbar-toggler {
    display: none;
  }
}
@media (max-width: 991px) {
  .navbar-toggleable-md .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }
  .navbar-toggleable-md > .container {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .navbar-toggleable-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .navbar-toggleable-md .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-toggleable-md .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }
  .navbar-toggleable-md > .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .navbar-toggleable-md .navbar-collapse {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: 100%;
  }
  .navbar-toggleable-md .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1199px) {
  .navbar-toggleable-lg .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }
  .navbar-toggleable-lg > .container {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .navbar-toggleable-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .navbar-toggleable-lg .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-toggleable-lg .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }
  .navbar-toggleable-lg > .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .navbar-toggleable-lg .navbar-collapse {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: 100%;
  }
  .navbar-toggleable-lg .navbar-toggler {
    display: none;
  }
}
.navbar-toggleable-xl {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.navbar-toggleable-xl .navbar-nav .dropdown-menu {
  position: static;
  float: none;
}
.navbar-toggleable-xl > .container {
  padding-right: 0;
  padding-left: 0;
}
.navbar-toggleable-xl .navbar-nav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.navbar-toggleable-xl .navbar-nav .nav-link {
  padding-right: .5rem;
  padding-left: .5rem;
}
.navbar-toggleable-xl > .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.navbar-toggleable-xl .navbar-collapse {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  width: 100%;
}
.navbar-toggleable-xl .navbar-toggler {
  display: none;
}
.card-img {
  width: auto;
}
.menu .navbar.collapsed:not(.beta-menu) {
  flex-direction: column;
}
.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}
html,
body {
  height: auto;
  min-height: 100vh;
}
.cid-qqMBjniRkn {
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-qqMBjniRkn H1 {
  text-align: left;
  color: #ff3366;
}
.cid-qqMBjniRkn P {
  text-align: left;
  color: #ffffff;
}
.cid-qr3v78SBss {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #1c2334;
}
.cid-qr3v78SBss .line {
  background-color: #087ba3;
  color: #087ba3;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-qr3v78SBss .section-text {
  padding: 2rem 0;
  color: #ffffff;
}
.cid-qr3v78SBss .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-qr3v78SBss .inner-container {
    width: 100% !important;
  }
}
.cid-qr3v78SBss .section-text DIV {
  color: #ffffff;
}
.cid-qqMwoxo2ff {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-qqMwoxo2ff .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-qqMwoxo2ff .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-qqMwoxo2ff .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-qqMwoxo2ff .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-qqMwoxo2ff .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to left, #554346, #45505b) !important;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-qqMwoxo2ff .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  background: linear-gradient(to left, rgba(85, 67, 70, 0.85), rgba(69, 80, 91, 0.85)) !important;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-qDoy9RTQ2j {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #040e23;
}
.cid-qDoy9RTQ2j H2 {
  color: #3bceff;
}
.cid-qqRzcTknN8 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qqRzcTknN8 .mbr-text {
  color: #767676;
}
.cid-qqRzcTknN8 h4 {
  text-align: center;
}
.cid-qqRzcTknN8 p {
  text-align: center;
}
.cid-qqRzcTknN8 .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-qqRzcTknN8 .card-title,
.cid-qqRzcTknN8 .card-img {
  color: #55b4d4;
  text-align: center;
}
.cid-qqRzcTknN8 P {
  color: #ffffff;
  text-align: left;
}
.cid-qqMr3fQSvY {
  padding-top: 30px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/mbr-1620x1080.png");
}
.cid-qqMr3fQSvY .mbr-section-subtitle {
  color: #ffffff;
  font-weight: 300;
  text-align: left;
}
.cid-qqMr3fQSvY .mbr-content-text {
  color: #ffffff;
}
.cid-qqMr3fQSvY .card {
  word-wrap: break-word;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-qqMr3fQSvY .mbr-iconfont {
  font-size: 80px;
  color: #149dcc;
}
.cid-qqMr3fQSvY .cards-container {
  display: flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: center;
  -webkit-justify-content: center;
  word-break: break-word;
}
.cid-qqMr3fQSvY .media-block {
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
  padding-left: 2rem;
}
.cid-qqMr3fQSvY .cards-block {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-qqMr3fQSvY .card-img {
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-qqMr3fQSvY .media-block {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
    padding-left: 0;
    padding-bottom: 2rem;
  }
}
.cid-qqMr3fQSvY .mbr-section-title {
  color: #ffffff;
}
.cid-qqMr3fQSvY H4 {
  color: #ffffff;
}
.cid-qqMr3fQSvY H3 {
  color: #f2f2f2;
}
.cid-qDovIgzsL4 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/bg-1.jpg");
}
.cid-qr7Cg9Y8B1 {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #1c2334;
}
.cid-qr7Cg9Y8B1 .mbr-section-subtitle {
  color: #55b4d4;
}
.cid-qr7Cg9Y8B1 H2 {
  color: #ffffff;
}
.cid-qr7AR6UAcU {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #1c2334;
}
.cid-qr7AR6UAcU .pricing {
  padding: 3.3rem;
  color: #767676;
  background-color: #fff;
}
@media (max-width: 767px) {
  .cid-qr7AR6UAcU .pricing {
    padding: 1.5rem;
  }
}
.cid-qr7AR6UAcU .plan-header,
.cid-qr7AR6UAcU .plan-body {
  background-color: #fff;
}
.cid-qr7AR6UAcU .plan-title {
  margin-top: 1.4rem;
  color: #232323;
  text-align: center;
}
.cid-qr7AR6UAcU .price-figure {
  font-weight: 700;
  color: #149dcc;
  text-align: center;
}
@media (max-width: 550px) {
  .cid-qr7AR6UAcU .price-figure {
    font-size: 4.25rem;
  }
}
.cid-qr7AR6UAcU .price-value {
  font-weight: 700;
  vertical-align: top;
  text-align: center;
}
.cid-qr7AR6UAcU hr {
  margin: 2rem 0;
}
.cid-qr7AR6UAcU P {
  color: #465052;
}
.cid-qr7AR6UAcU .btn {
  font-size: 16px;
  font-family: 'Lato', sans-serif;
}
.cid-qrduOs2W2L {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-qrduOs2W2L .mbr-section-text {
  color: #232323;
  text-align: left;
}
.cid-qrduOs2W2L .mbr-section-subtitle {
  color: #232323;
}
.cid-qrduOs2W2L .tabcont {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-qrduOs2W2L .mbr-iconfont {
  font-size: 48px;
}
.cid-qrduOs2W2L .card-img {
  margin-bottom: 1.5rem;
}
.cid-qrduOs2W2L .tab-content-row {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-qrduOs2W2L .tab-content {
  margin-top: 3rem;
  width: 100%;
}
.cid-qrduOs2W2L .nav-tabs {
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: none;
}
.cid-qrduOs2W2L .nav-tabs .nav-link {
  box-sizing: border-box;
  color: #073b4c;
  font-style: normal;
  font-weight: 500;
  border-radius: 3px;
  padding: 1rem 3rem;
  margin: 0.4rem .8rem !important;
  transition: color .3s;
  border: 2px solid #073b4c;
}
.cid-qrduOs2W2L .nav-tabs .nav-link:hover {
  background: #cc2952;
}
.cid-qrduOs2W2L .nav-tabs .nav-link.active {
  color: #ffffff;
  font-style: normal;
  border: 2px solid #cc2952;
  background: #cc2952;
}
.cid-qrduOs2W2L .nav-tabs .nav-link.active:hover {
  border: 2px solid #cc2952;
}
.cid-qrduOs2W2L H2 {
  color: #073b4c;
}
.cid-qr7JRiBMLH {
  padding-top: 75px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/banner-agent2-1-1920x420.png");
}
.cid-qr7JRiBMLH H2 {
  color: #ffffff;
}
.cid-qDkgd0EUD7 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/banner-agent2-1-1920x420.png");
}
.cid-qDkgd0EUD7 .socicon-bg-facebook {
  background: #3e5b98;
  color: #ffffff;
}
.cid-qDkgd0EUD7 .socicon-bg-twitter {
  background: #4da7de;
  color: #ffffff;
}
.cid-qDkgd0EUD7 .socicon-bg-googleplus {
  background: #dd4b39;
  color: #ffffff;
}
.cid-qDkgd0EUD7 .socicon-bg-vkontakte {
  background: #5a7fa6;
  color: #ffffff;
}
.cid-qDkgd0EUD7 .socicon-bg-odnoklassniki {
  background: #f48420;
  color: #ffffff;
}
.cid-qDkgd0EUD7 .socicon-bg-pinterest {
  background: #c92619;
  color: #ffffff;
}
.cid-qDkgd0EUD7 .socicon-bg-mail {
  background: #134785;
  color: #ffffff;
}
.cid-qDkgd0EUD7 .btn-social {
  border: none !important;
}
.cid-qDkgd0EUD7 [class^="socicon-"]:before,
.cid-qDkgd0EUD7 [class*=" socicon-"]:before {
  line-height: 44px;
}
@media (max-width: 767px) {
  .cid-qDkgd0EUD7 .btn {
    font-size: 20px !important;
  }
}
.cid-qr8PPC2sLS {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/banner-agent2-1-1920x420.png");
}
@media (max-width: 767px) {
  .cid-qr8PPC2sLS .content {
    text-align: center;
  }
  .cid-qr8PPC2sLS .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-qr8PPC2sLS .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-qr8PPC2sLS .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-qr8PPC2sLS .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-qr8PPC2sLS .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-qr8PPC2sLS .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-qr8PPC2sLS .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-qr8PPC2sLS .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-qr8PPC2sLS .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-qr8PPC2sLS .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-qr8PPC2sLS .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-qr8PPC2sLS .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-qr8PPC2sLS P {
  text-align: left;
}
.cid-qB9HhfDXjT .navbar {
  padding: .5rem 0;
  background: #040e23;
  transition: none;
  min-height: 77px;
}
.cid-qB9HhfDXjT .navbar-dropdown.bg-color.transparent.opened {
  background: #040e23;
}
.cid-qB9HhfDXjT a {
  font-style: normal;
}
.cid-qB9HhfDXjT .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-qB9HhfDXjT .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qB9HhfDXjT .nav-item:focus,
.cid-qB9HhfDXjT .nav-link:focus {
  outline: none;
}
.cid-qB9HhfDXjT .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qB9HhfDXjT .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qB9HhfDXjT .menu-logo {
  margin-right: auto;
}
.cid-qB9HhfDXjT .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qB9HhfDXjT .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-qB9HhfDXjT .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qB9HhfDXjT .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qB9HhfDXjT .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qB9HhfDXjT .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qB9HhfDXjT .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qB9HhfDXjT .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qB9HhfDXjT .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qB9HhfDXjT .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qB9HhfDXjT .dropdown .dropdown-menu {
  background: #040e23;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qB9HhfDXjT .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qB9HhfDXjT .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qB9HhfDXjT .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qB9HhfDXjT .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qB9HhfDXjT .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-qB9HhfDXjT .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qB9HhfDXjT .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qB9HhfDXjT .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qB9HhfDXjT .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qB9HhfDXjT .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qB9HhfDXjT .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qB9HhfDXjT button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qB9HhfDXjT button.navbar-toggler:focus {
  outline: none;
}
.cid-qB9HhfDXjT button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-qB9HhfDXjT button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qB9HhfDXjT button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qB9HhfDXjT button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qB9HhfDXjT button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qB9HhfDXjT nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qB9HhfDXjT nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qB9HhfDXjT nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qB9HhfDXjT nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qB9HhfDXjT .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-qB9HhfDXjT .collapsed .btn {
  display: flex;
}
.cid-qB9HhfDXjT .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qB9HhfDXjT .collapsed .navbar-collapse.collapsing,
.cid-qB9HhfDXjT .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qB9HhfDXjT .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qB9HhfDXjT .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qB9HhfDXjT .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qB9HhfDXjT .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qB9HhfDXjT .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qB9HhfDXjT .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qB9HhfDXjT .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qB9HhfDXjT .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qB9HhfDXjT .collapsed button.navbar-toggler {
  display: block;
}
.cid-qB9HhfDXjT .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-qB9HhfDXjT .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qB9HhfDXjT .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-qB9HhfDXjT .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qB9HhfDXjT .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qB9HhfDXjT .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-qB9HhfDXjT .navbar-expand {
    flex-direction: column;
  }
  .cid-qB9HhfDXjT img {
    height: 3.8rem !important;
  }
  .cid-qB9HhfDXjT .btn {
    display: flex;
  }
  .cid-qB9HhfDXjT button.navbar-toggler {
    display: block;
  }
  .cid-qB9HhfDXjT .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-qB9HhfDXjT .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qB9HhfDXjT .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qB9HhfDXjT .navbar-collapse.collapsing,
  .cid-qB9HhfDXjT .navbar-collapse.show {
    display: block !important;
  }
  .cid-qB9HhfDXjT .navbar-collapse.collapsing .navbar-nav,
  .cid-qB9HhfDXjT .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qB9HhfDXjT .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qB9HhfDXjT .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qB9HhfDXjT .navbar-collapse.collapsing .navbar-buttons,
  .cid-qB9HhfDXjT .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qB9HhfDXjT .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qB9HhfDXjT .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qB9HhfDXjT .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-qB9HhfDXjT .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qB9HhfDXjT .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qB9HhfDXjT .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 (min-width: 767px) {
  .cid-qB9HhfDXjT .menu-logo {
    flex-shrink: 0;
  }
}
.cid-qB9HhfDXjT .navbar-collapse {
  flex-basis: auto;
}
.cid-qr3M4Yx4JN {
  padding-top: 90px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/preview-1.jpg");
}
.cid-qr3M4Yx4JN .mbr-section-subtitle {
  color: #cccccc;
  text-align: center;
  font-weight: 300;
}
.cid-qr3M4Yx4JN .timeline-text-content {
  padding: 2rem 2.5rem;
  background: #149dcc;
  margin-left: 2rem;
}
.cid-qr3M4Yx4JN .timeline-text-content p {
  margin-bottom: 0;
}
.cid-qr3M4Yx4JN .time-line-date-content {
  margin-right: 2rem;
}
.cid-qr3M4Yx4JN .time-line-date-content p {
  padding: 2rem 2.5rem;
  background: #149dcc;
  float: right;
}
.cid-qr3M4Yx4JN .timeline-element {
  margin-bottom: 50px;
  position: relative;
  word-wrap: break-word;
  word-break: break-word;
  display: -webkit-flex;
  flex-direction: row;
  -webkit-flex-direction: row;
}
.cid-qr3M4Yx4JN .timeline-element:hover .mbr-timeline-date {
  box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.08);
  transition: all .4s;
}
.cid-qr3M4Yx4JN .timeline-element:hover .timeline-text-content {
  box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.08);
  transition: all .4s;
}
.cid-qr3M4Yx4JN .mbr-timeline-date,
.cid-qr3M4Yx4JN .timeline-text-content {
  transition: all .4s;
}
.cid-qr3M4Yx4JN .reverse {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
.cid-qr3M4Yx4JN .reverse .timeline-text-content {
  margin-right: 2rem;
  margin-left: 0;
}
.cid-qr3M4Yx4JN .reverse .time-line-date-content {
  margin-left: 2rem;
  margin-right: 0rem;
}
.cid-qr3M4Yx4JN .reverse .time-line-date-content p {
  float: left;
}
.cid-qr3M4Yx4JN .iconBackground {
  position: absolute;
  left: 50%;
  width: 20px;
  height: 20px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  font-size: 30px;
  display: inline-block;
  background-color: #149dcc;
  top: 20px;
  margin-left: -10px;
}
.cid-qr3M4Yx4JN .separline:before {
  top: 20px;
  bottom: 0;
  position: absolute;
  content: "";
  width: 2px;
  background-color: #149dcc;
  left: calc(50% - 1px);
  height: calc(100% + 4rem);
}
@media (max-width: 768px) {
  .cid-qr3M4Yx4JN .iconBackground {
    left: 0 !important;
  }
  .cid-qr3M4Yx4JN .separline:before {
    left: 0!important;
  }
  .cid-qr3M4Yx4JN .timeline-text-content {
    margin-left: 0 !important;
  }
  .cid-qr3M4Yx4JN .time-line-date-content {
    margin-right: 0 !important;
  }
  .cid-qr3M4Yx4JN .time-line-date-content p {
    float: left !important;
  }
  .cid-qr3M4Yx4JN .reverse .time-line-date-content {
    margin-left: 0 !important;
  }
  .cid-qr3M4Yx4JN .reverse .timeline-text-content {
    margin-right: 0 !important;
  }
}
.cid-qr3M4Yx4JN .mbr-section-title {
  color: #ffffff;
}
.cid-qr3M4Yx4JN .mbr-timeline-date {
  color: #000000;
}
.cid-qr3M4Yx4JN .mbr-timeline-text {
  color: #ffffff;
}
.cid-qr3M4Yx4JN .mbr-timeline-title {
  color: #ffffff;
}
.cid-qrfT6aiNfl {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #19597f;
}
.cid-qrfT6aiNfl .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-qrfT6aiNfl .section-text {
  padding: 2rem 0;
  color: #ffffff;
}
.cid-qrfT6aiNfl .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-qrfT6aiNfl .inner-container {
    width: 100% !important;
  }
}
.cid-qrfT6aiNfl .section-text DIV {
  color: #ffffff;
}
.cid-qrllhYBcvw {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-qrllhYBcvw .mbr-section-text {
  color: #767676;
  text-align: left;
}
.cid-qrllhYBcvw .mbr-section-subtitle {
  color: #232323;
}
.cid-qrllhYBcvw .tabcont {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-qrllhYBcvw .mbr-iconfont {
  font-size: 48px;
}
.cid-qrllhYBcvw .card-img {
  margin-bottom: 1.5rem;
}
.cid-qrllhYBcvw .tab-content-row {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-qrllhYBcvw .tab-content {
  margin-top: 3rem;
  width: 100%;
}
.cid-qrllhYBcvw .nav-tabs {
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: none;
}
.cid-qrllhYBcvw .nav-tabs .nav-link {
  box-sizing: border-box;
  color: #767676;
  font-style: normal;
  font-weight: 500;
  border-radius: 3px;
  padding: 1rem 3rem;
  margin: 0.4rem .8rem !important;
  transition: color .3s;
  border: 2px solid #767676;
}
.cid-qrllhYBcvw .nav-tabs .nav-link:hover {
  background: #1c2334;
}
.cid-qrllhYBcvw .nav-tabs .nav-link.active {
  color: #ffffff;
  font-style: normal;
  border: 2px solid #1c2334;
  background: #1c2334;
}
.cid-qrllhYBcvw .nav-tabs .nav-link.active:hover {
  border: 2px solid #1c2334;
}
.cid-qCmIBb5pfw {
  padding-top: 75px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/banner-agent2-1-1920x420.png");
}
.cid-qCmIBb5pfw H2 {
  color: #ffffff;
}
.cid-qDkgNcqvGg {
  padding-top: 15px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/banner-agent2-1-1920x420.png");
}
.cid-qDkgNcqvGg .socicon-bg-facebook {
  background: #3e5b98;
  color: #ffffff;
}
.cid-qDkgNcqvGg .socicon-bg-twitter {
  background: #4da7de;
  color: #ffffff;
}
.cid-qDkgNcqvGg .socicon-bg-googleplus {
  background: #dd4b39;
  color: #ffffff;
}
.cid-qDkgNcqvGg .socicon-bg-vkontakte {
  background: #5a7fa6;
  color: #ffffff;
}
.cid-qDkgNcqvGg .socicon-bg-odnoklassniki {
  background: #f48420;
  color: #ffffff;
}
.cid-qDkgNcqvGg .socicon-bg-pinterest {
  background: #c92619;
  color: #ffffff;
}
.cid-qDkgNcqvGg .socicon-bg-mail {
  background: #134785;
  color: #ffffff;
}
.cid-qDkgNcqvGg .btn-social {
  border: none !important;
}
.cid-qDkgNcqvGg [class^="socicon-"]:before,
.cid-qDkgNcqvGg [class*=" socicon-"]:before {
  line-height: 44px;
}
@media (max-width: 767px) {
  .cid-qDkgNcqvGg .btn {
    font-size: 20px !important;
  }
}
.cid-qIMJrInV1O {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/banner-agent2-1-1920x420.png");
}
@media (max-width: 767px) {
  .cid-qIMJrInV1O .content {
    text-align: center;
  }
  .cid-qIMJrInV1O .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-qIMJrInV1O .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-qIMJrInV1O .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-qIMJrInV1O .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-qIMJrInV1O .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-qIMJrInV1O .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-qIMJrInV1O .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-qIMJrInV1O .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-qIMJrInV1O .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-qIMJrInV1O .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-qIMJrInV1O .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-qIMJrInV1O .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-qIMJrInV1O P {
  text-align: left;
}
.cid-qBfh2l3Hy1 .navbar {
  padding: .5rem 0;
  background: #040e23;
  transition: none;
  min-height: 77px;
}
.cid-qBfh2l3Hy1 .navbar-dropdown.bg-color.transparent.opened {
  background: #040e23;
}
.cid-qBfh2l3Hy1 a {
  font-style: normal;
}
.cid-qBfh2l3Hy1 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-qBfh2l3Hy1 .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qBfh2l3Hy1 .nav-item:focus,
.cid-qBfh2l3Hy1 .nav-link:focus {
  outline: none;
}
.cid-qBfh2l3Hy1 .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qBfh2l3Hy1 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qBfh2l3Hy1 .menu-logo {
  margin-right: auto;
}
.cid-qBfh2l3Hy1 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qBfh2l3Hy1 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-qBfh2l3Hy1 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qBfh2l3Hy1 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qBfh2l3Hy1 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qBfh2l3Hy1 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qBfh2l3Hy1 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qBfh2l3Hy1 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qBfh2l3Hy1 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qBfh2l3Hy1 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qBfh2l3Hy1 .dropdown .dropdown-menu {
  background: #040e23;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qBfh2l3Hy1 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qBfh2l3Hy1 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qBfh2l3Hy1 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qBfh2l3Hy1 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qBfh2l3Hy1 .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-qBfh2l3Hy1 .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qBfh2l3Hy1 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qBfh2l3Hy1 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qBfh2l3Hy1 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qBfh2l3Hy1 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qBfh2l3Hy1 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qBfh2l3Hy1 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qBfh2l3Hy1 button.navbar-toggler:focus {
  outline: none;
}
.cid-qBfh2l3Hy1 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-qBfh2l3Hy1 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qBfh2l3Hy1 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qBfh2l3Hy1 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qBfh2l3Hy1 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qBfh2l3Hy1 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qBfh2l3Hy1 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qBfh2l3Hy1 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qBfh2l3Hy1 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qBfh2l3Hy1 .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-qBfh2l3Hy1 .collapsed .btn {
  display: flex;
}
.cid-qBfh2l3Hy1 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qBfh2l3Hy1 .collapsed .navbar-collapse.collapsing,
.cid-qBfh2l3Hy1 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qBfh2l3Hy1 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qBfh2l3Hy1 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qBfh2l3Hy1 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qBfh2l3Hy1 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qBfh2l3Hy1 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qBfh2l3Hy1 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qBfh2l3Hy1 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qBfh2l3Hy1 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qBfh2l3Hy1 .collapsed button.navbar-toggler {
  display: block;
}
.cid-qBfh2l3Hy1 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-qBfh2l3Hy1 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qBfh2l3Hy1 .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-qBfh2l3Hy1 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qBfh2l3Hy1 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qBfh2l3Hy1 .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-qBfh2l3Hy1 .navbar-expand {
    flex-direction: column;
  }
  .cid-qBfh2l3Hy1 img {
    height: 3.8rem !important;
  }
  .cid-qBfh2l3Hy1 .btn {
    display: flex;
  }
  .cid-qBfh2l3Hy1 button.navbar-toggler {
    display: block;
  }
  .cid-qBfh2l3Hy1 .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-qBfh2l3Hy1 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qBfh2l3Hy1 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qBfh2l3Hy1 .navbar-collapse.collapsing,
  .cid-qBfh2l3Hy1 .navbar-collapse.show {
    display: block !important;
  }
  .cid-qBfh2l3Hy1 .navbar-collapse.collapsing .navbar-nav,
  .cid-qBfh2l3Hy1 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qBfh2l3Hy1 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qBfh2l3Hy1 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qBfh2l3Hy1 .navbar-collapse.collapsing .navbar-buttons,
  .cid-qBfh2l3Hy1 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qBfh2l3Hy1 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qBfh2l3Hy1 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qBfh2l3Hy1 .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-qBfh2l3Hy1 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qBfh2l3Hy1 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qBfh2l3Hy1 .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 (min-width: 767px) {
  .cid-qBfh2l3Hy1 .menu-logo {
    flex-shrink: 0;
  }
}
.cid-qBfh2l3Hy1 .navbar-collapse {
  flex-basis: auto;
}
.cid-qrlzvLaHhD {
  background-image: url("../../../assets/images/ecosystem-desktopography2010-by-vectortrance-d35b765-1878x927.jpg");
}
.cid-qrlzvLaHhD h1 {
  color: #616161;
}
.cid-qrlzvLaHhD h2,
.cid-qrlzvLaHhD h3,
.cid-qrlzvLaHhD p {
  color: #767676;
}
.cid-qrlzvLaHhD .mbr-section-subtitle {
  font-style: italic;
}
.cid-qrlzvLaHhD P {
  color: #ffffff;
}
.cid-qrlzvLaHhD H3 {
  color: #ff3366;
}
.cid-qrlzvLaHhD H1 {
  color: #6edaff;
}
.cid-qrlTvQEJfx {
  padding-top: 45px;
  padding-bottom: 15px;
  background: #ffffff;
}
.cid-qrlTvQEJfx .image-block {
  margin: auto;
}
.cid-qrlTvQEJfx figcaption {
  position: relative;
}
.cid-qrlTvQEJfx figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-qrlTvQEJfx .image-block {
    width: 100% !important;
  }
}
.cid-qrlBlmIIeU {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #1c2334;
}
@media (min-width: 992px) {
  .cid-qrlBlmIIeU .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-qrlBlmIIeU .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-qrlBlmIIeU .mbr-text {
    text-align: center;
  }
}
.cid-qrlBlmIIeU .mbr-text,
.cid-qrlBlmIIeU .mbr-section-btn {
  text-align: left;
}
.cid-qrlBlmIIeU .btn {
  font-size: 14px;
}
.cid-qrlIuXn0nG {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #206f7c;
}
.cid-qrlIuXn0nG h2 {
  text-align: left;
}
.cid-qrlIuXn0nG h4 {
  text-align: left;
  font-weight: 500;
}
.cid-qrlIuXn0nG p {
  color: #767676;
  text-align: left;
}
.cid-qrlIuXn0nG .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qrlIuXn0nG .mbr-card-img-title {
  display: -webkit-flex;
  flex-direction: row;
  align-items: center;
  -webkit-flex-direction: row;
  -webkit-align-items: center;
}
.cid-qrlIuXn0nG .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-qrlIuXn0nG .card-img {
  padding-right: 2rem;
}
.cid-qrlIuXn0nG .card-img span {
  font-size: 72px;
  color: #707070;
}
.cid-qrlIuXn0nG .mbr-crt-title {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
@media (min-width: 992px) {
  .cid-qrlIuXn0nG .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
  .cid-qrlIuXn0nG .media-container-row {
    -webkit-flex-direction: row-reverse;
  }
}
@media (max-width: 991px) {
  .cid-qrlIuXn0nG .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
    padding-bottom: 0;
    margin-bottom: 0;
    padding-top: 1rem;
    margin-top: 2rem;
  }
  .cid-qrlIuXn0nG .media-container-row {
    -webkit-flex-direction: column-reverse;
  }
}
.cid-qrlIuXn0nG H2 {
  color: #ffffff;
}
.cid-qrlIuXn0nG H4 {
  color: #ffffff;
}
.cid-qrlIuXn0nG .mbr-text {
  color: #ffffff;
}
.cid-qrlIuXn0nG P {
  color: #ffffff;
}
.cid-qrlNlkfDI8 {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #16122e;
}
.cid-qrlNlkfDI8 h2 {
  text-align: left;
}
.cid-qrlNlkfDI8 h4 {
  text-align: left;
  font-weight: 500;
}
.cid-qrlNlkfDI8 p {
  color: #767676;
  text-align: left;
}
.cid-qrlNlkfDI8 .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qrlNlkfDI8 .mbr-card-img-title {
  display: -webkit-flex;
  flex-direction: row;
  align-items: center;
  -webkit-flex-direction: row;
  -webkit-align-items: center;
}
.cid-qrlNlkfDI8 .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-qrlNlkfDI8 .card-img {
  padding-right: 2rem;
}
.cid-qrlNlkfDI8 .card-img span {
  font-size: 72px;
  color: #707070;
}
.cid-qrlNlkfDI8 .mbr-crt-title {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
@media (min-width: 992px) {
  .cid-qrlNlkfDI8 .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-qrlNlkfDI8 .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
.cid-qrlNlkfDI8 H2 {
  color: #ffffff;
}
.cid-qrlNlkfDI8 P {
  color: #ffffff;
}
.cid-qrrabVN1K4 {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #341436;
}
.cid-qrrabVN1K4 h2 {
  text-align: left;
}
.cid-qrrabVN1K4 h4 {
  text-align: left;
  font-weight: 500;
}
.cid-qrrabVN1K4 p {
  color: #767676;
  text-align: left;
}
.cid-qrrabVN1K4 .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qrrabVN1K4 .mbr-card-img-title {
  display: -webkit-flex;
  flex-direction: row;
  align-items: center;
  -webkit-flex-direction: row;
  -webkit-align-items: center;
}
.cid-qrrabVN1K4 .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-qrrabVN1K4 .card-img {
  padding-right: 2rem;
}
.cid-qrrabVN1K4 .card-img span {
  font-size: 72px;
  color: #707070;
}
.cid-qrrabVN1K4 .mbr-crt-title {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
@media (min-width: 992px) {
  .cid-qrrabVN1K4 .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
  .cid-qrrabVN1K4 .media-container-row {
    -webkit-flex-direction: row-reverse;
  }
}
@media (max-width: 991px) {
  .cid-qrrabVN1K4 .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
    padding-bottom: 0;
    margin-bottom: 0;
    padding-top: 1rem;
    margin-top: 2rem;
  }
  .cid-qrrabVN1K4 .media-container-row {
    -webkit-flex-direction: column-reverse;
  }
}
.cid-qrrabVN1K4 H2 {
  color: #ffffff;
}
.cid-qrrabVN1K4 H4 {
  color: #ffffff;
}
.cid-qrrabVN1K4 .mbr-text {
  color: #ffffff;
}
.cid-qrrabVN1K4 P {
  color: #ffffff;
}
.cid-qrrdXKQoQn {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #1c2334;
}
.cid-qrrdXKQoQn h2 {
  text-align: left;
}
.cid-qrrdXKQoQn h4 {
  text-align: left;
  font-weight: 500;
}
.cid-qrrdXKQoQn p {
  color: #767676;
  text-align: left;
}
.cid-qrrdXKQoQn .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qrrdXKQoQn .mbr-card-img-title {
  display: -webkit-flex;
  flex-direction: row;
  align-items: center;
  -webkit-flex-direction: row;
  -webkit-align-items: center;
}
.cid-qrrdXKQoQn .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-qrrdXKQoQn .card-img {
  padding-right: 2rem;
}
.cid-qrrdXKQoQn .card-img span {
  font-size: 72px;
  color: #707070;
}
.cid-qrrdXKQoQn .mbr-crt-title {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
@media (min-width: 992px) {
  .cid-qrrdXKQoQn .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-qrrdXKQoQn .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
.cid-qrrdXKQoQn H2 {
  color: #ffffff;
}
.cid-qrrdXKQoQn P {
  color: #ffffff;
}
.cid-qrrfQleY8t {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #0f7699;
}
.cid-qrrfQleY8t h2 {
  text-align: left;
}
.cid-qrrfQleY8t h4 {
  text-align: left;
  font-weight: 500;
}
.cid-qrrfQleY8t p {
  color: #767676;
  text-align: left;
}
.cid-qrrfQleY8t .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qrrfQleY8t .mbr-card-img-title {
  display: -webkit-flex;
  flex-direction: row;
  align-items: center;
  -webkit-flex-direction: row;
  -webkit-align-items: center;
}
.cid-qrrfQleY8t .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-qrrfQleY8t .card-img {
  padding-right: 2rem;
}
.cid-qrrfQleY8t .card-img span {
  font-size: 72px;
  color: #707070;
}
.cid-qrrfQleY8t .mbr-crt-title {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
@media (min-width: 992px) {
  .cid-qrrfQleY8t .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
  .cid-qrrfQleY8t .media-container-row {
    -webkit-flex-direction: row-reverse;
  }
}
@media (max-width: 991px) {
  .cid-qrrfQleY8t .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
    padding-bottom: 0;
    margin-bottom: 0;
    padding-top: 1rem;
    margin-top: 2rem;
  }
  .cid-qrrfQleY8t .media-container-row {
    -webkit-flex-direction: column-reverse;
  }
}
.cid-qrrfQleY8t H2 {
  color: #ffffff;
}
.cid-qrrfQleY8t H4 {
  color: #ffffff;
}
.cid-qrrfQleY8t .mbr-text {
  color: #ffffff;
}
.cid-qrrfQleY8t P {
  color: #ffffff;
}
.cid-qCmJ1NAvbJ {
  padding-top: 75px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/banner-agent2-1920x420.png");
}
.cid-qCmJ1NAvbJ H2 {
  color: #ffffff;
}
.cid-qDkgQGpg0x {
  padding-top: 15px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/banner-agent2-1-1920x420.png");
}
.cid-qDkgQGpg0x .socicon-bg-facebook {
  background: #3e5b98;
  color: #ffffff;
}
.cid-qDkgQGpg0x .socicon-bg-twitter {
  background: #4da7de;
  color: #ffffff;
}
.cid-qDkgQGpg0x .socicon-bg-googleplus {
  background: #dd4b39;
  color: #ffffff;
}
.cid-qDkgQGpg0x .socicon-bg-vkontakte {
  background: #5a7fa6;
  color: #ffffff;
}
.cid-qDkgQGpg0x .socicon-bg-odnoklassniki {
  background: #f48420;
  color: #ffffff;
}
.cid-qDkgQGpg0x .socicon-bg-pinterest {
  background: #c92619;
  color: #ffffff;
}
.cid-qDkgQGpg0x .socicon-bg-mail {
  background: #134785;
  color: #ffffff;
}
.cid-qDkgQGpg0x .btn-social {
  border: none !important;
}
.cid-qDkgQGpg0x [class^="socicon-"]:before,
.cid-qDkgQGpg0x [class*=" socicon-"]:before {
  line-height: 44px;
}
@media (max-width: 767px) {
  .cid-qDkgQGpg0x .btn {
    font-size: 20px !important;
  }
}
.cid-qIMLhcvrBT {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/banner-agent2-1-1920x420.png");
}
@media (max-width: 767px) {
  .cid-qIMLhcvrBT .content {
    text-align: center;
  }
  .cid-qIMLhcvrBT .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-qIMLhcvrBT .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-qIMLhcvrBT .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-qIMLhcvrBT .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-qIMLhcvrBT .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-qIMLhcvrBT .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-qIMLhcvrBT .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-qIMLhcvrBT .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-qIMLhcvrBT .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-qIMLhcvrBT .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-qIMLhcvrBT .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-qIMLhcvrBT .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-qIMLhcvrBT P {
  text-align: left;
}
.cid-qBfh6DxDid .navbar {
  padding: .5rem 0;
  background: #040e23;
  transition: none;
  min-height: 77px;
}
.cid-qBfh6DxDid .navbar-dropdown.bg-color.transparent.opened {
  background: #040e23;
}
.cid-qBfh6DxDid a {
  font-style: normal;
}
.cid-qBfh6DxDid .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-qBfh6DxDid .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qBfh6DxDid .nav-item:focus,
.cid-qBfh6DxDid .nav-link:focus {
  outline: none;
}
.cid-qBfh6DxDid .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qBfh6DxDid .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qBfh6DxDid .menu-logo {
  margin-right: auto;
}
.cid-qBfh6DxDid .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qBfh6DxDid .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-qBfh6DxDid .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qBfh6DxDid .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qBfh6DxDid .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qBfh6DxDid .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qBfh6DxDid .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qBfh6DxDid .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qBfh6DxDid .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qBfh6DxDid .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qBfh6DxDid .dropdown .dropdown-menu {
  background: #040e23;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qBfh6DxDid .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qBfh6DxDid .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qBfh6DxDid .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qBfh6DxDid .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qBfh6DxDid .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-qBfh6DxDid .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qBfh6DxDid .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qBfh6DxDid .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qBfh6DxDid .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qBfh6DxDid .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qBfh6DxDid .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qBfh6DxDid button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qBfh6DxDid button.navbar-toggler:focus {
  outline: none;
}
.cid-qBfh6DxDid button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-qBfh6DxDid button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qBfh6DxDid button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qBfh6DxDid button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qBfh6DxDid button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qBfh6DxDid nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qBfh6DxDid nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qBfh6DxDid nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qBfh6DxDid nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qBfh6DxDid .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-qBfh6DxDid .collapsed .btn {
  display: flex;
}
.cid-qBfh6DxDid .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qBfh6DxDid .collapsed .navbar-collapse.collapsing,
.cid-qBfh6DxDid .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qBfh6DxDid .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qBfh6DxDid .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qBfh6DxDid .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qBfh6DxDid .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qBfh6DxDid .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qBfh6DxDid .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qBfh6DxDid .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qBfh6DxDid .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qBfh6DxDid .collapsed button.navbar-toggler {
  display: block;
}
.cid-qBfh6DxDid .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-qBfh6DxDid .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qBfh6DxDid .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-qBfh6DxDid .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qBfh6DxDid .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qBfh6DxDid .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-qBfh6DxDid .navbar-expand {
    flex-direction: column;
  }
  .cid-qBfh6DxDid img {
    height: 3.8rem !important;
  }
  .cid-qBfh6DxDid .btn {
    display: flex;
  }
  .cid-qBfh6DxDid button.navbar-toggler {
    display: block;
  }
  .cid-qBfh6DxDid .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-qBfh6DxDid .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qBfh6DxDid .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qBfh6DxDid .navbar-collapse.collapsing,
  .cid-qBfh6DxDid .navbar-collapse.show {
    display: block !important;
  }
  .cid-qBfh6DxDid .navbar-collapse.collapsing .navbar-nav,
  .cid-qBfh6DxDid .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qBfh6DxDid .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qBfh6DxDid .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qBfh6DxDid .navbar-collapse.collapsing .navbar-buttons,
  .cid-qBfh6DxDid .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qBfh6DxDid .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qBfh6DxDid .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qBfh6DxDid .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-qBfh6DxDid .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qBfh6DxDid .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qBfh6DxDid .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 (min-width: 767px) {
  .cid-qBfh6DxDid .menu-logo {
    flex-shrink: 0;
  }
}
.cid-qBfh6DxDid .navbar-collapse {
  flex-basis: auto;
}
.cid-qBHO7ury8I {
  padding-top: 120px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/bg-1700x1275.png");
}
@media (min-width: 992px) {
  .cid-qBHO7ury8I .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-qBHO7ury8I .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-qBHO7ury8I .mbr-text {
    text-align: center;
  }
}
.cid-qrlTvQEJfx {
  padding-top: 45px;
  padding-bottom: 15px;
  background: #ffffff;
}
.cid-qrlTvQEJfx .image-block {
  margin: auto;
}
.cid-qrlTvQEJfx figcaption {
  position: relative;
}
.cid-qrlTvQEJfx figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-qrlTvQEJfx .image-block {
    width: 100% !important;
  }
}
.cid-qrlBlmIIeU {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #0e0e0e;
}
@media (min-width: 992px) {
  .cid-qrlBlmIIeU .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-qrlBlmIIeU .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-qrlBlmIIeU .mbr-text {
    text-align: center;
  }
}
.cid-qrlBlmIIeU .mbr-text,
.cid-qrlBlmIIeU .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-qrlBlmIIeU .btn {
  font-size: 14px;
}
.cid-qrlBlmIIeU H3 {
  color: #ff3366;
}
.cid-qrlIuXn0nG {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #7f1933;
}
.cid-qrlIuXn0nG h2 {
  text-align: left;
}
.cid-qrlIuXn0nG h4 {
  text-align: left;
  font-weight: 500;
}
.cid-qrlIuXn0nG p {
  color: #767676;
  text-align: left;
}
.cid-qrlIuXn0nG .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qrlIuXn0nG .mbr-card-img-title {
  display: -webkit-flex;
  flex-direction: row;
  align-items: center;
  -webkit-flex-direction: row;
  -webkit-align-items: center;
}
.cid-qrlIuXn0nG .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-qrlIuXn0nG .card-img {
  padding-right: 2rem;
}
.cid-qrlIuXn0nG .card-img span {
  font-size: 72px;
  color: #707070;
}
.cid-qrlIuXn0nG .mbr-crt-title {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
@media (min-width: 992px) {
  .cid-qrlIuXn0nG .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
  .cid-qrlIuXn0nG .media-container-row {
    -webkit-flex-direction: row-reverse;
  }
}
@media (max-width: 991px) {
  .cid-qrlIuXn0nG .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
    padding-bottom: 0;
    margin-bottom: 0;
    padding-top: 1rem;
    margin-top: 2rem;
  }
  .cid-qrlIuXn0nG .media-container-row {
    -webkit-flex-direction: column-reverse;
  }
}
.cid-qrlIuXn0nG H2 {
  color: #ffffff;
}
.cid-qrlIuXn0nG H4 {
  color: #ffffff;
}
.cid-qrlIuXn0nG .mbr-text {
  color: #ffffff;
}
.cid-qrlIuXn0nG P {
  color: #ffffff;
}
.cid-qrrdXKQoQn {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #1c2334;
}
.cid-qrrdXKQoQn h2 {
  text-align: left;
}
.cid-qrrdXKQoQn h4 {
  text-align: left;
  font-weight: 500;
}
.cid-qrrdXKQoQn p {
  color: #767676;
  text-align: left;
}
.cid-qrrdXKQoQn .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qrrdXKQoQn .mbr-card-img-title {
  display: -webkit-flex;
  flex-direction: row;
  align-items: center;
  -webkit-flex-direction: row;
  -webkit-align-items: center;
}
.cid-qrrdXKQoQn .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-qrrdXKQoQn .card-img {
  padding-right: 2rem;
}
.cid-qrrdXKQoQn .card-img span {
  font-size: 72px;
  color: #707070;
}
.cid-qrrdXKQoQn .mbr-crt-title {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
@media (min-width: 992px) {
  .cid-qrrdXKQoQn .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-qrrdXKQoQn .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
.cid-qrrdXKQoQn H2 {
  color: #ffffff;
}
.cid-qrrdXKQoQn P {
  color: #ffffff;
}
.cid-qrrfQleY8t {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #0f7699;
}
.cid-qrrfQleY8t h2 {
  text-align: left;
}
.cid-qrrfQleY8t h4 {
  text-align: left;
  font-weight: 500;
}
.cid-qrrfQleY8t p {
  color: #767676;
  text-align: left;
}
.cid-qrrfQleY8t .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qrrfQleY8t .mbr-card-img-title {
  display: -webkit-flex;
  flex-direction: row;
  align-items: center;
  -webkit-flex-direction: row;
  -webkit-align-items: center;
}
.cid-qrrfQleY8t .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-qrrfQleY8t .card-img {
  padding-right: 2rem;
}
.cid-qrrfQleY8t .card-img span {
  font-size: 72px;
  color: #707070;
}
.cid-qrrfQleY8t .mbr-crt-title {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
@media (min-width: 992px) {
  .cid-qrrfQleY8t .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
  .cid-qrrfQleY8t .media-container-row {
    -webkit-flex-direction: row-reverse;
  }
}
@media (max-width: 991px) {
  .cid-qrrfQleY8t .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
    padding-bottom: 0;
    margin-bottom: 0;
    padding-top: 1rem;
    margin-top: 2rem;
  }
  .cid-qrrfQleY8t .media-container-row {
    -webkit-flex-direction: column-reverse;
  }
}
.cid-qrrfQleY8t H2 {
  color: #ffffff;
}
.cid-qrrfQleY8t H4 {
  color: #ffffff;
}
.cid-qrrfQleY8t .mbr-text {
  color: #ffffff;
}
.cid-qrrfQleY8t P {
  color: #ffffff;
}
.cid-qCmJfEDQJ5 {
  padding-top: 75px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/banner-agent2-1920x420.png");
}
.cid-qCmJfEDQJ5 H2 {
  color: #ffffff;
}
.cid-qIMMoy4PhY {
  padding-top: 15px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/banner-agent2-1-1920x420.png");
}
.cid-qIMMoy4PhY .socicon-bg-facebook {
  background: #3e5b98;
  color: #ffffff;
}
.cid-qIMMoy4PhY .socicon-bg-twitter {
  background: #4da7de;
  color: #ffffff;
}
.cid-qIMMoy4PhY .socicon-bg-googleplus {
  background: #dd4b39;
  color: #ffffff;
}
.cid-qIMMoy4PhY .socicon-bg-vkontakte {
  background: #5a7fa6;
  color: #ffffff;
}
.cid-qIMMoy4PhY .socicon-bg-odnoklassniki {
  background: #f48420;
  color: #ffffff;
}
.cid-qIMMoy4PhY .socicon-bg-pinterest {
  background: #c92619;
  color: #ffffff;
}
.cid-qIMMoy4PhY .socicon-bg-mail {
  background: #134785;
  color: #ffffff;
}
.cid-qIMMoy4PhY .btn-social {
  border: none !important;
}
.cid-qIMMoy4PhY [class^="socicon-"]:before,
.cid-qIMMoy4PhY [class*=" socicon-"]:before {
  line-height: 44px;
}
@media (max-width: 767px) {
  .cid-qIMMoy4PhY .btn {
    font-size: 20px !important;
  }
}
.cid-qIMMdZJE6b {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/banner-agent2-1-1920x420.png");
}
@media (max-width: 767px) {
  .cid-qIMMdZJE6b .content {
    text-align: center;
  }
  .cid-qIMMdZJE6b .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-qIMMdZJE6b .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-qIMMdZJE6b .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-qIMMdZJE6b .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-qIMMdZJE6b .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-qIMMdZJE6b .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-qIMMdZJE6b .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-qIMMdZJE6b .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-qIMMdZJE6b .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-qIMMdZJE6b .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-qIMMdZJE6b .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-qIMMdZJE6b .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-qIMMdZJE6b P {
  text-align: left;
}
.cid-qBfh6DxDid .navbar {
  padding: .5rem 0;
  background: #040e23;
  transition: none;
  min-height: 77px;
}
.cid-qBfh6DxDid .navbar-dropdown.bg-color.transparent.opened {
  background: #040e23;
}
.cid-qBfh6DxDid a {
  font-style: normal;
}
.cid-qBfh6DxDid .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-qBfh6DxDid .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qBfh6DxDid .nav-item:focus,
.cid-qBfh6DxDid .nav-link:focus {
  outline: none;
}
.cid-qBfh6DxDid .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qBfh6DxDid .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qBfh6DxDid .menu-logo {
  margin-right: auto;
}
.cid-qBfh6DxDid .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qBfh6DxDid .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-qBfh6DxDid .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qBfh6DxDid .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qBfh6DxDid .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qBfh6DxDid .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qBfh6DxDid .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qBfh6DxDid .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qBfh6DxDid .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qBfh6DxDid .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qBfh6DxDid .dropdown .dropdown-menu {
  background: #040e23;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qBfh6DxDid .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qBfh6DxDid .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qBfh6DxDid .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qBfh6DxDid .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qBfh6DxDid .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-qBfh6DxDid .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qBfh6DxDid .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qBfh6DxDid .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qBfh6DxDid .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qBfh6DxDid .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qBfh6DxDid .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qBfh6DxDid button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qBfh6DxDid button.navbar-toggler:focus {
  outline: none;
}
.cid-qBfh6DxDid button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-qBfh6DxDid button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qBfh6DxDid button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qBfh6DxDid button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qBfh6DxDid button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qBfh6DxDid nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qBfh6DxDid nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qBfh6DxDid nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qBfh6DxDid nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qBfh6DxDid .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-qBfh6DxDid .collapsed .btn {
  display: flex;
}
.cid-qBfh6DxDid .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qBfh6DxDid .collapsed .navbar-collapse.collapsing,
.cid-qBfh6DxDid .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qBfh6DxDid .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qBfh6DxDid .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qBfh6DxDid .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qBfh6DxDid .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qBfh6DxDid .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qBfh6DxDid .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qBfh6DxDid .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qBfh6DxDid .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qBfh6DxDid .collapsed button.navbar-toggler {
  display: block;
}
.cid-qBfh6DxDid .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-qBfh6DxDid .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qBfh6DxDid .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-qBfh6DxDid .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qBfh6DxDid .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qBfh6DxDid .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-qBfh6DxDid .navbar-expand {
    flex-direction: column;
  }
  .cid-qBfh6DxDid img {
    height: 3.8rem !important;
  }
  .cid-qBfh6DxDid .btn {
    display: flex;
  }
  .cid-qBfh6DxDid button.navbar-toggler {
    display: block;
  }
  .cid-qBfh6DxDid .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-qBfh6DxDid .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qBfh6DxDid .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qBfh6DxDid .navbar-collapse.collapsing,
  .cid-qBfh6DxDid .navbar-collapse.show {
    display: block !important;
  }
  .cid-qBfh6DxDid .navbar-collapse.collapsing .navbar-nav,
  .cid-qBfh6DxDid .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qBfh6DxDid .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qBfh6DxDid .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qBfh6DxDid .navbar-collapse.collapsing .navbar-buttons,
  .cid-qBfh6DxDid .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qBfh6DxDid .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qBfh6DxDid .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qBfh6DxDid .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-qBfh6DxDid .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qBfh6DxDid .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qBfh6DxDid .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 (min-width: 767px) {
  .cid-qBfh6DxDid .menu-logo {
    flex-shrink: 0;
  }
}
.cid-qBfh6DxDid .navbar-collapse {
  flex-basis: auto;
}
.cid-qBHO7ury8I {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #efefef;
  background: linear-gradient(45deg, #efefef, #1c2334);
}
@media (min-width: 992px) {
  .cid-qBHO7ury8I .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-qBHO7ury8I .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-qBHO7ury8I .mbr-text {
    text-align: center;
  }
}
.cid-qBHO7ury8I .mbr-text,
.cid-qBHO7ury8I .mbr-section-btn {
  color: #0e0e0e;
}
.cid-qBHO7ury8I H3 {
  color: #0e0e0e;
}
.cid-qBONXdBiQ9 {
  padding-top: 90px;
  padding-bottom: 90px;
  background: linear-gradient(45deg, #0f7699, #ca2955);
}
.cid-qBONXdBiQ9 .list-group-item {
  padding: .75rem 3.25rem;
}
.cid-qBONXdBiQ9 .plan {
  word-break: break-word;
  position: relative;
  max-width: 300px;
  padding-right: 0;
  padding-left: 0;
  color: #767676;
}
.cid-qBONXdBiQ9 .plan .list-group-item {
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
  border: 0;
}
.cid-qBONXdBiQ9 .plan .list-group-item::after {
  position: absolute;
  bottom: 0;
  left: 20%;
  width: 60%;
  height: 2px;
  content: "";
  background-color: #eaeaea;
}
.cid-qBONXdBiQ9 .plan .list-group-item:last-child::after {
  display: none;
}
.cid-qBONXdBiQ9 .plan-header {
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-qBONXdBiQ9 .plan-header,
.cid-qBONXdBiQ9 .plan-body {
  background-color: #fff;
}
.cid-qBONXdBiQ9 .price-figure {
  font-weight: 700;
  color: #232323;
}
.cid-qBONXdBiQ9 .price-value {
  font-weight: 700;
  vertical-align: top;
  color: #149dcc;
}
@media (max-width: 550px) {
  .cid-qBONXdBiQ9 .price-figure {
    font-size: 4.25rem;
  }
}
.cid-qCmJn3SHOq {
  padding-top: 75px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/banner-agent2-1920x420.png");
}
.cid-qCmJn3SHOq H2 {
  color: #ffffff;
}
.cid-qIMMFQMFIB {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/banner-agent2-1-1920x420.png");
}
@media (max-width: 767px) {
  .cid-qIMMFQMFIB .content {
    text-align: center;
  }
  .cid-qIMMFQMFIB .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-qIMMFQMFIB .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-qIMMFQMFIB .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-qIMMFQMFIB .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-qIMMFQMFIB .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-qIMMFQMFIB .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-qIMMFQMFIB .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-qIMMFQMFIB .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-qIMMFQMFIB .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-qIMMFQMFIB .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-qIMMFQMFIB .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-qIMMFQMFIB .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-qIMMFQMFIB P {
  text-align: left;
}
.cid-qIMMCNEIZR {
  padding-top: 15px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/banner-agent2-1-1920x420.png");
}
.cid-qIMMCNEIZR .socicon-bg-facebook {
  background: #3e5b98;
  color: #ffffff;
}
.cid-qIMMCNEIZR .socicon-bg-twitter {
  background: #4da7de;
  color: #ffffff;
}
.cid-qIMMCNEIZR .socicon-bg-googleplus {
  background: #dd4b39;
  color: #ffffff;
}
.cid-qIMMCNEIZR .socicon-bg-vkontakte {
  background: #5a7fa6;
  color: #ffffff;
}
.cid-qIMMCNEIZR .socicon-bg-odnoklassniki {
  background: #f48420;
  color: #ffffff;
}
.cid-qIMMCNEIZR .socicon-bg-pinterest {
  background: #c92619;
  color: #ffffff;
}
.cid-qIMMCNEIZR .socicon-bg-mail {
  background: #134785;
  color: #ffffff;
}
.cid-qIMMCNEIZR .btn-social {
  border: none !important;
}
.cid-qIMMCNEIZR [class^="socicon-"]:before,
.cid-qIMMCNEIZR [class*=" socicon-"]:before {
  line-height: 44px;
}
@media (max-width: 767px) {
  .cid-qIMMCNEIZR .btn {
    font-size: 20px !important;
  }
}
.cid-qBfh6DxDid .navbar {
  padding: .5rem 0;
  background: #040e23;
  transition: none;
  min-height: 77px;
}
.cid-qBfh6DxDid .navbar-dropdown.bg-color.transparent.opened {
  background: #040e23;
}
.cid-qBfh6DxDid a {
  font-style: normal;
}
.cid-qBfh6DxDid .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-qBfh6DxDid .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qBfh6DxDid .nav-item:focus,
.cid-qBfh6DxDid .nav-link:focus {
  outline: none;
}
.cid-qBfh6DxDid .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qBfh6DxDid .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qBfh6DxDid .menu-logo {
  margin-right: auto;
}
.cid-qBfh6DxDid .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qBfh6DxDid .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-qBfh6DxDid .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qBfh6DxDid .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qBfh6DxDid .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qBfh6DxDid .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qBfh6DxDid .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qBfh6DxDid .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qBfh6DxDid .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qBfh6DxDid .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qBfh6DxDid .dropdown .dropdown-menu {
  background: #040e23;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qBfh6DxDid .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qBfh6DxDid .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qBfh6DxDid .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qBfh6DxDid .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qBfh6DxDid .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-qBfh6DxDid .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qBfh6DxDid .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qBfh6DxDid .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qBfh6DxDid .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qBfh6DxDid .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qBfh6DxDid .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qBfh6DxDid button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qBfh6DxDid button.navbar-toggler:focus {
  outline: none;
}
.cid-qBfh6DxDid button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-qBfh6DxDid button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qBfh6DxDid button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qBfh6DxDid button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qBfh6DxDid button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qBfh6DxDid nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qBfh6DxDid nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qBfh6DxDid nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qBfh6DxDid nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qBfh6DxDid .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-qBfh6DxDid .collapsed .btn {
  display: flex;
}
.cid-qBfh6DxDid .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qBfh6DxDid .collapsed .navbar-collapse.collapsing,
.cid-qBfh6DxDid .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qBfh6DxDid .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qBfh6DxDid .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qBfh6DxDid .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qBfh6DxDid .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qBfh6DxDid .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qBfh6DxDid .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qBfh6DxDid .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qBfh6DxDid .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qBfh6DxDid .collapsed button.navbar-toggler {
  display: block;
}
.cid-qBfh6DxDid .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-qBfh6DxDid .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qBfh6DxDid .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-qBfh6DxDid .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qBfh6DxDid .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qBfh6DxDid .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-qBfh6DxDid .navbar-expand {
    flex-direction: column;
  }
  .cid-qBfh6DxDid img {
    height: 3.8rem !important;
  }
  .cid-qBfh6DxDid .btn {
    display: flex;
  }
  .cid-qBfh6DxDid button.navbar-toggler {
    display: block;
  }
  .cid-qBfh6DxDid .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-qBfh6DxDid .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qBfh6DxDid .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qBfh6DxDid .navbar-collapse.collapsing,
  .cid-qBfh6DxDid .navbar-collapse.show {
    display: block !important;
  }
  .cid-qBfh6DxDid .navbar-collapse.collapsing .navbar-nav,
  .cid-qBfh6DxDid .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qBfh6DxDid .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qBfh6DxDid .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qBfh6DxDid .navbar-collapse.collapsing .navbar-buttons,
  .cid-qBfh6DxDid .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qBfh6DxDid .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qBfh6DxDid .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qBfh6DxDid .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-qBfh6DxDid .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qBfh6DxDid .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qBfh6DxDid .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 (min-width: 767px) {
  .cid-qBfh6DxDid .menu-logo {
    flex-shrink: 0;
  }
}
.cid-qBfh6DxDid .navbar-collapse {
  flex-basis: auto;
}
.cid-qCnsIuuTRO {
  padding-top: 135px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/faqs-1440x732.jpg");
}
.cid-qCnsIuuTRO H1 {
  color: #ff3366;
  text-align: left;
}
.cid-qCnsIuuTRO H3 {
  text-align: left;
}
.cid-qCnsIuuTRO P {
  text-align: left;
}
.cid-qBRIWU68EN {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #1a2439;
  position: relative;
}
.cid-qBRIWU68EN p {
  color: #767676;
}
.cid-qBRIWU68EN .mbr-section-subtitle {
  color: #ffffff;
  font-weight: 300;
}
.cid-qBRIWU68EN .toggle-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-qBRIWU68EN .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-qBRIWU68EN .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-qBRIWU68EN .card .card-header a.panel-title {
  margin-bottom: 0;
  margin-top: -1px;
  font-weight: 500;
  font-style: normal;
  display: block;
  text-decoration: none !important;
}
.cid-qBRIWU68EN .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-qBRIWU68EN .card .card-header a.panel-title h4 {
  border: 1px solid #dfdfdf;
  padding: 1.3rem 2rem;
  margin-bottom: 0;
}
.cid-qBRIWU68EN .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-qBRIWU68EN .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
}
@media (max-width: 991px) {
  .cid-qBRIWU68EN .mbr-figure {
    padding-top: 2rem;
    padding-top: 0;
    padding-bottom: 2rem;
  }
  .cid-qBRIWU68EN .media-container-row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
@media (min-width: 992px) {
  .cid-qBRIWU68EN .mbr-figure {
    padding-left: 4rem;
    padding-left: 0;
    padding-right: 4rem;
  }
  .cid-qBRIWU68EN .media-container-row {
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}
.cid-qBRIWU68EN H4 {
  color: #6edaff;
}
.cid-qBRIWU68EN .panel-text {
  color: #ffffff;
}
.cid-qBRIWU68EN H2 {
  color: #6edaff;
}
.cid-qrlTvQEJfx {
  padding-top: 45px;
  padding-bottom: 15px;
  background: #ffffff;
}
.cid-qrlTvQEJfx .image-block {
  margin: auto;
}
.cid-qrlTvQEJfx figcaption {
  position: relative;
}
.cid-qrlTvQEJfx figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-qrlTvQEJfx .image-block {
    width: 100% !important;
  }
}
.cid-qCmJu35Hcj {
  padding-top: 75px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/banner-agent2-1920x420.png");
}
.cid-qCmJu35Hcj H2 {
  color: #ffffff;
}
.cid-qIMNh60uTp {
  padding-top: 15px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/banner-agent2-1-1920x420.png");
}
.cid-qIMNh60uTp .socicon-bg-facebook {
  background: #3e5b98;
  color: #ffffff;
}
.cid-qIMNh60uTp .socicon-bg-twitter {
  background: #4da7de;
  color: #ffffff;
}
.cid-qIMNh60uTp .socicon-bg-googleplus {
  background: #dd4b39;
  color: #ffffff;
}
.cid-qIMNh60uTp .socicon-bg-vkontakte {
  background: #5a7fa6;
  color: #ffffff;
}
.cid-qIMNh60uTp .socicon-bg-odnoklassniki {
  background: #f48420;
  color: #ffffff;
}
.cid-qIMNh60uTp .socicon-bg-pinterest {
  background: #c92619;
  color: #ffffff;
}
.cid-qIMNh60uTp .socicon-bg-mail {
  background: #134785;
  color: #ffffff;
}
.cid-qIMNh60uTp .btn-social {
  border: none !important;
}
.cid-qIMNh60uTp [class^="socicon-"]:before,
.cid-qIMNh60uTp [class*=" socicon-"]:before {
  line-height: 44px;
}
@media (max-width: 767px) {
  .cid-qIMNh60uTp .btn {
    font-size: 20px !important;
  }
}
.cid-qIMNgiWhtp {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/banner-agent2-1-1920x420.png");
}
@media (max-width: 767px) {
  .cid-qIMNgiWhtp .content {
    text-align: center;
  }
  .cid-qIMNgiWhtp .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-qIMNgiWhtp .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-qIMNgiWhtp .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-qIMNgiWhtp .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-qIMNgiWhtp .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-qIMNgiWhtp .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-qIMNgiWhtp .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-qIMNgiWhtp .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-qIMNgiWhtp .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-qIMNgiWhtp .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-qIMNgiWhtp .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-qIMNgiWhtp .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-qIMNgiWhtp P {
  text-align: left;
}
.cid-qBfh6DxDid .navbar {
  padding: .5rem 0;
  background: #040e23;
  transition: none;
  min-height: 77px;
}
.cid-qBfh6DxDid .navbar-dropdown.bg-color.transparent.opened {
  background: #040e23;
}
.cid-qBfh6DxDid a {
  font-style: normal;
}
.cid-qBfh6DxDid .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-qBfh6DxDid .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qBfh6DxDid .nav-item:focus,
.cid-qBfh6DxDid .nav-link:focus {
  outline: none;
}
.cid-qBfh6DxDid .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qBfh6DxDid .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qBfh6DxDid .menu-logo {
  margin-right: auto;
}
.cid-qBfh6DxDid .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qBfh6DxDid .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-qBfh6DxDid .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qBfh6DxDid .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qBfh6DxDid .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qBfh6DxDid .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qBfh6DxDid .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qBfh6DxDid .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qBfh6DxDid .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qBfh6DxDid .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qBfh6DxDid .dropdown .dropdown-menu {
  background: #040e23;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qBfh6DxDid .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qBfh6DxDid .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qBfh6DxDid .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qBfh6DxDid .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qBfh6DxDid .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-qBfh6DxDid .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qBfh6DxDid .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qBfh6DxDid .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qBfh6DxDid .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qBfh6DxDid .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qBfh6DxDid .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qBfh6DxDid button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qBfh6DxDid button.navbar-toggler:focus {
  outline: none;
}
.cid-qBfh6DxDid button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-qBfh6DxDid button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qBfh6DxDid button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qBfh6DxDid button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qBfh6DxDid button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qBfh6DxDid nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qBfh6DxDid nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qBfh6DxDid nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qBfh6DxDid nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qBfh6DxDid .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-qBfh6DxDid .collapsed .btn {
  display: flex;
}
.cid-qBfh6DxDid .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qBfh6DxDid .collapsed .navbar-collapse.collapsing,
.cid-qBfh6DxDid .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qBfh6DxDid .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qBfh6DxDid .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qBfh6DxDid .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qBfh6DxDid .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qBfh6DxDid .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qBfh6DxDid .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qBfh6DxDid .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qBfh6DxDid .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qBfh6DxDid .collapsed button.navbar-toggler {
  display: block;
}
.cid-qBfh6DxDid .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-qBfh6DxDid .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qBfh6DxDid .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-qBfh6DxDid .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qBfh6DxDid .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qBfh6DxDid .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-qBfh6DxDid .navbar-expand {
    flex-direction: column;
  }
  .cid-qBfh6DxDid img {
    height: 3.8rem !important;
  }
  .cid-qBfh6DxDid .btn {
    display: flex;
  }
  .cid-qBfh6DxDid button.navbar-toggler {
    display: block;
  }
  .cid-qBfh6DxDid .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-qBfh6DxDid .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qBfh6DxDid .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qBfh6DxDid .navbar-collapse.collapsing,
  .cid-qBfh6DxDid .navbar-collapse.show {
    display: block !important;
  }
  .cid-qBfh6DxDid .navbar-collapse.collapsing .navbar-nav,
  .cid-qBfh6DxDid .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qBfh6DxDid .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qBfh6DxDid .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qBfh6DxDid .navbar-collapse.collapsing .navbar-buttons,
  .cid-qBfh6DxDid .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qBfh6DxDid .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qBfh6DxDid .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qBfh6DxDid .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-qBfh6DxDid .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qBfh6DxDid .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qBfh6DxDid .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 (min-width: 767px) {
  .cid-qBfh6DxDid .menu-logo {
    flex-shrink: 0;
  }
}
.cid-qBfh6DxDid .navbar-collapse {
  flex-basis: auto;
}
.cid-qBRNVtSeL9 {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/metaform-3-b-2000x1111.jpg");
}
.cid-qBRNVtSeL9 H1 {
  color: #ffffff;
  text-align: left;
}
.cid-qBRNVtSeL9 H3 {
  text-align: left;
  color: #f7ed4a;
}
.cid-qBRNVtSeL9 P {
  text-align: left;
}
.cid-qBSjhcH8tY {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #1c2334;
}
.cid-qBSjhcH8tY .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-qBSjhcH8tY .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-qBSjhcH8tY .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-qBSjhcH8tY .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-qBSjhcH8tY .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to left, #554346, #45505b) !important;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-qBSjhcH8tY .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  background: linear-gradient(to left, rgba(85, 67, 70, 0.85), rgba(69, 80, 91, 0.85)) !important;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-qrlTvQEJfx {
  padding-top: 45px;
  padding-bottom: 15px;
  background: #ffffff;
}
.cid-qrlTvQEJfx .image-block {
  margin: auto;
}
.cid-qrlTvQEJfx figcaption {
  position: relative;
}
.cid-qrlTvQEJfx figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-qrlTvQEJfx .image-block {
    width: 100% !important;
  }
}
.cid-qCmJykUE3a {
  padding-top: 75px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/banner-agent2-1920x420.png");
}
.cid-qCmJykUE3a H2 {
  color: #ffffff;
}
.cid-qIMUh1aN2E {
  padding-top: 15px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/banner-agent2-1-1920x420.png");
}
.cid-qIMUh1aN2E .socicon-bg-facebook {
  background: #3e5b98;
  color: #ffffff;
}
.cid-qIMUh1aN2E .socicon-bg-twitter {
  background: #4da7de;
  color: #ffffff;
}
.cid-qIMUh1aN2E .socicon-bg-googleplus {
  background: #dd4b39;
  color: #ffffff;
}
.cid-qIMUh1aN2E .socicon-bg-vkontakte {
  background: #5a7fa6;
  color: #ffffff;
}
.cid-qIMUh1aN2E .socicon-bg-odnoklassniki {
  background: #f48420;
  color: #ffffff;
}
.cid-qIMUh1aN2E .socicon-bg-pinterest {
  background: #c92619;
  color: #ffffff;
}
.cid-qIMUh1aN2E .socicon-bg-mail {
  background: #134785;
  color: #ffffff;
}
.cid-qIMUh1aN2E .btn-social {
  border: none !important;
}
.cid-qIMUh1aN2E [class^="socicon-"]:before,
.cid-qIMUh1aN2E [class*=" socicon-"]:before {
  line-height: 44px;
}
@media (max-width: 767px) {
  .cid-qIMUh1aN2E .btn {
    font-size: 20px !important;
  }
}
.cid-qIMUkeh0sC {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/banner-agent2-1-1920x420.png");
}
@media (max-width: 767px) {
  .cid-qIMUkeh0sC .content {
    text-align: center;
  }
  .cid-qIMUkeh0sC .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-qIMUkeh0sC .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-qIMUkeh0sC .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-qIMUkeh0sC .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-qIMUkeh0sC .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-qIMUkeh0sC .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-qIMUkeh0sC .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-qIMUkeh0sC .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-qIMUkeh0sC .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-qIMUkeh0sC .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-qIMUkeh0sC .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-qIMUkeh0sC .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-qIMUkeh0sC P {
  text-align: left;
}
.cid-qBfh6DxDid .navbar {
  padding: .5rem 0;
  background: #040e23;
  transition: none;
  min-height: 77px;
}
.cid-qBfh6DxDid .navbar-dropdown.bg-color.transparent.opened {
  background: #040e23;
}
.cid-qBfh6DxDid a {
  font-style: normal;
}
.cid-qBfh6DxDid .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-qBfh6DxDid .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qBfh6DxDid .nav-item:focus,
.cid-qBfh6DxDid .nav-link:focus {
  outline: none;
}
.cid-qBfh6DxDid .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qBfh6DxDid .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qBfh6DxDid .menu-logo {
  margin-right: auto;
}
.cid-qBfh6DxDid .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qBfh6DxDid .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-qBfh6DxDid .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qBfh6DxDid .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qBfh6DxDid .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qBfh6DxDid .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qBfh6DxDid .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qBfh6DxDid .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qBfh6DxDid .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qBfh6DxDid .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qBfh6DxDid .dropdown .dropdown-menu {
  background: #040e23;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qBfh6DxDid .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qBfh6DxDid .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qBfh6DxDid .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qBfh6DxDid .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qBfh6DxDid .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-qBfh6DxDid .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qBfh6DxDid .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qBfh6DxDid .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qBfh6DxDid .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qBfh6DxDid .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qBfh6DxDid .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qBfh6DxDid button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qBfh6DxDid button.navbar-toggler:focus {
  outline: none;
}
.cid-qBfh6DxDid button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-qBfh6DxDid button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qBfh6DxDid button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qBfh6DxDid button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qBfh6DxDid button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qBfh6DxDid nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qBfh6DxDid nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qBfh6DxDid nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qBfh6DxDid nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qBfh6DxDid .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-qBfh6DxDid .collapsed .btn {
  display: flex;
}
.cid-qBfh6DxDid .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qBfh6DxDid .collapsed .navbar-collapse.collapsing,
.cid-qBfh6DxDid .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qBfh6DxDid .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qBfh6DxDid .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qBfh6DxDid .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qBfh6DxDid .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qBfh6DxDid .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qBfh6DxDid .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qBfh6DxDid .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qBfh6DxDid .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qBfh6DxDid .collapsed button.navbar-toggler {
  display: block;
}
.cid-qBfh6DxDid .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-qBfh6DxDid .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qBfh6DxDid .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-qBfh6DxDid .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qBfh6DxDid .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qBfh6DxDid .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-qBfh6DxDid .navbar-expand {
    flex-direction: column;
  }
  .cid-qBfh6DxDid img {
    height: 3.8rem !important;
  }
  .cid-qBfh6DxDid .btn {
    display: flex;
  }
  .cid-qBfh6DxDid button.navbar-toggler {
    display: block;
  }
  .cid-qBfh6DxDid .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-qBfh6DxDid .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qBfh6DxDid .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qBfh6DxDid .navbar-collapse.collapsing,
  .cid-qBfh6DxDid .navbar-collapse.show {
    display: block !important;
  }
  .cid-qBfh6DxDid .navbar-collapse.collapsing .navbar-nav,
  .cid-qBfh6DxDid .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qBfh6DxDid .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qBfh6DxDid .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qBfh6DxDid .navbar-collapse.collapsing .navbar-buttons,
  .cid-qBfh6DxDid .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qBfh6DxDid .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qBfh6DxDid .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qBfh6DxDid .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-qBfh6DxDid .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qBfh6DxDid .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qBfh6DxDid .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 (min-width: 767px) {
  .cid-qBfh6DxDid .menu-logo {
    flex-shrink: 0;
  }
}
.cid-qBfh6DxDid .navbar-collapse {
  flex-basis: auto;
}
.cid-qBTWwl4W67 {
  padding-top: 105px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/bg-1700x1275.png");
}
@media (min-width: 992px) {
  .cid-qBTWwl4W67 .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-qBTWwl4W67 .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-qBTWwl4W67 .mbr-text {
    text-align: center;
  }
}
.cid-qBU6KNJsqG {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-qBU6KNJsqG h2 {
  text-align: left;
}
.cid-qBU6KNJsqG h4 {
  text-align: left;
  font-weight: 500;
}
.cid-qBU6KNJsqG p {
  color: #767676;
  text-align: left;
}
.cid-qBU6KNJsqG .aside-content {
  flex-basis: 100%;
}
.cid-qBU6KNJsqG .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-qBU6KNJsqG .media {
  margin: initial;
  align-items: center;
}
.cid-qBU6KNJsqG .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-qBU6KNJsqG .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-qBU6KNJsqG .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-qBU6KNJsqG .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-qBU6KNJsqG .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-qBU6KNJsqG .card-img span {
    font-size: 40px !important;
  }
}
.cid-qBU6KNJsqG .mbr-text {
  color: #ffffff;
}
.cid-qBU6KNJsqG H2 {
  color: #ff3366;
}
.cid-qBU6KNJsqG .mbr-text B {
  color: #ff3366;
}
.cid-qCgZkkQDmx {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #1a2439;
}
.cid-qCgZkkQDmx h2 {
  text-align: center;
}
.cid-qCgZkkQDmx h3 {
  text-align: center;
  font-weight: 300;
}
.cid-qCgZkkQDmx p {
  color: #767676;
}
.cid-qCgZkkQDmx .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-qCgZkkQDmx .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-qCgZkkQDmx .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
}
.cid-qCgZkkQDmx .mbr-section-subtitle {
  color: #ffffff;
}
.cid-qCgZkkQDmx .card-title {
  font-weight: 500;
}
.cid-qCgZkkQDmx .card-img {
  text-align: inherit;
}
.cid-qCgZkkQDmx .card-img span {
  font-size: 48px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-qCgZkkQDmx .mbr-figure {
    padding-right: 2rem;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-qCgZkkQDmx .mbr-figure {
    margin-bottom: 2rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-qCgZkkQDmx .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    padding-top: 1rem;
  }
  .cid-qCgZkkQDmx .block-content {
    flex-direction: row;
    -webkit-flex-direction: row;
    text-align: center;
  }
  .cid-qCgZkkQDmx .block-content .card {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
  }
}
.cid-qCgZkkQDmx .mbr-section-text {
  color: #ffffff;
}
.cid-qCgZkkQDmx .mbr-section-title {
  color: #6edaff;
}
.cid-qCgZkkQDmx .mbr-crt-title {
  color: #149dcc;
}
.cid-qBU7XMbiP1 {
  padding-top: 0px;
  padding-bottom: 0px;
  background: #ffffff;
}
.cid-qBU7XMbiP1 .media-container-row {
  margin: 0 auto;
  align-items: stretch;
}
.cid-qBU7XMbiP1 .media-container-row .img-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
}
.cid-qBU7XMbiP1 .media-container-row .img-item .img-cont {
  position: relative;
  overflow: hidden;
}
.cid-qBU7XMbiP1 .media-container-row .img-item .img-cont img {
  width: 100%;
}
.cid-qBU7XMbiP1 .media-container-row .img-item .img-cont .img-caption {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-qBU7XMbiP1 .media-container-row .img-item .img-cont .img-caption p {
  margin-bottom: 0;
}
.cid-qBU7XMbiP1 .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-qBU7XMbiP1 .img-item {
    width: 100% !important;
  }
  .cid-qBU7XMbiP1 .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
  }
}
.cid-qBUc5oRPOf {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #073b4c;
}
.cid-qBUc5oRPOf h3 {
  font-weight: 300;
}
.cid-qBUc5oRPOf .card-img {
  width: initial;
}
.cid-qBUc5oRPOf .card-img .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-qBUc5oRPOf .media-container-row {
  word-wrap: break-word;
  padding-bottom: 2rem;
  height: 100%;
}
.cid-qBUc5oRPOf .media {
  margin: initial;
  align-items: center;
}
.cid-qBUc5oRPOf .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-qBUc5oRPOf .mbr-text {
  color: #ffffff;
}
.cid-qBUc5oRPOf .media-container-column {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column-reverse;
  -webkit-flex-direction: column-reverse;
}
.cid-qBUc5oRPOf .card-title,
.cid-qBUc5oRPOf .card-img {
  color: #ffffff;
}
.cid-qBUc5oRPOf .mbr-section-title {
  color: #6edaff;
}
.cid-qBU9buXLBA {
  padding-top: 15px;
  padding-bottom: 60px;
  background: #ffffff;
}
.cid-qBU9buXLBA .image-block {
  margin: auto;
}
.cid-qBU9buXLBA figcaption {
  position: relative;
}
.cid-qBU9buXLBA figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-qBU9buXLBA .image-block {
    width: 100% !important;
  }
}
.cid-qBU9buXLBA DIV {
  color: #0f7699;
}
.cid-qCmJBVwnsE {
  padding-top: 75px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/banner-agent2-1920x420.png");
}
.cid-qCmJBVwnsE H2 {
  color: #ffffff;
}
.cid-qIMOxdlIJ4 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/banner-agent2-1-1920x420.png");
}
.cid-qIMOxdlIJ4 .socicon-bg-facebook {
  background: #3e5b98;
  color: #ffffff;
}
.cid-qIMOxdlIJ4 .socicon-bg-twitter {
  background: #4da7de;
  color: #ffffff;
}
.cid-qIMOxdlIJ4 .socicon-bg-googleplus {
  background: #dd4b39;
  color: #ffffff;
}
.cid-qIMOxdlIJ4 .socicon-bg-vkontakte {
  background: #5a7fa6;
  color: #ffffff;
}
.cid-qIMOxdlIJ4 .socicon-bg-odnoklassniki {
  background: #f48420;
  color: #ffffff;
}
.cid-qIMOxdlIJ4 .socicon-bg-pinterest {
  background: #c92619;
  color: #ffffff;
}
.cid-qIMOxdlIJ4 .socicon-bg-mail {
  background: #134785;
  color: #ffffff;
}
.cid-qIMOxdlIJ4 .btn-social {
  border: none !important;
}
.cid-qIMOxdlIJ4 [class^="socicon-"]:before,
.cid-qIMOxdlIJ4 [class*=" socicon-"]:before {
  line-height: 44px;
}
@media (max-width: 767px) {
  .cid-qIMOxdlIJ4 .btn {
    font-size: 20px !important;
  }
}
.cid-qIMOzH3fPe {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/banner-agent2-1-1920x420.png");
}
@media (max-width: 767px) {
  .cid-qIMOzH3fPe .content {
    text-align: center;
  }
  .cid-qIMOzH3fPe .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-qIMOzH3fPe .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-qIMOzH3fPe .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-qIMOzH3fPe .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-qIMOzH3fPe .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-qIMOzH3fPe .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-qIMOzH3fPe .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-qIMOzH3fPe .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-qIMOzH3fPe .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-qIMOzH3fPe .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-qIMOzH3fPe .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-qIMOzH3fPe .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-qIMOzH3fPe P {
  text-align: left;
}
.cid-qBfh6DxDid .navbar {
  padding: .5rem 0;
  background: #040e23;
  transition: none;
  min-height: 77px;
}
.cid-qBfh6DxDid .navbar-dropdown.bg-color.transparent.opened {
  background: #040e23;
}
.cid-qBfh6DxDid a {
  font-style: normal;
}
.cid-qBfh6DxDid .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-qBfh6DxDid .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qBfh6DxDid .nav-item:focus,
.cid-qBfh6DxDid .nav-link:focus {
  outline: none;
}
.cid-qBfh6DxDid .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qBfh6DxDid .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qBfh6DxDid .menu-logo {
  margin-right: auto;
}
.cid-qBfh6DxDid .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qBfh6DxDid .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-qBfh6DxDid .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qBfh6DxDid .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qBfh6DxDid .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qBfh6DxDid .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qBfh6DxDid .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qBfh6DxDid .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qBfh6DxDid .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qBfh6DxDid .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qBfh6DxDid .dropdown .dropdown-menu {
  background: #040e23;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qBfh6DxDid .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qBfh6DxDid .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qBfh6DxDid .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qBfh6DxDid .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qBfh6DxDid .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-qBfh6DxDid .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qBfh6DxDid .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qBfh6DxDid .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qBfh6DxDid .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qBfh6DxDid .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qBfh6DxDid .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qBfh6DxDid button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qBfh6DxDid button.navbar-toggler:focus {
  outline: none;
}
.cid-qBfh6DxDid button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-qBfh6DxDid button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qBfh6DxDid button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qBfh6DxDid button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qBfh6DxDid button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qBfh6DxDid nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qBfh6DxDid nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qBfh6DxDid nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qBfh6DxDid nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qBfh6DxDid .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-qBfh6DxDid .collapsed .btn {
  display: flex;
}
.cid-qBfh6DxDid .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qBfh6DxDid .collapsed .navbar-collapse.collapsing,
.cid-qBfh6DxDid .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qBfh6DxDid .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qBfh6DxDid .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qBfh6DxDid .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qBfh6DxDid .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qBfh6DxDid .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qBfh6DxDid .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qBfh6DxDid .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qBfh6DxDid .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qBfh6DxDid .collapsed button.navbar-toggler {
  display: block;
}
.cid-qBfh6DxDid .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-qBfh6DxDid .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qBfh6DxDid .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-qBfh6DxDid .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qBfh6DxDid .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qBfh6DxDid .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-qBfh6DxDid .navbar-expand {
    flex-direction: column;
  }
  .cid-qBfh6DxDid img {
    height: 3.8rem !important;
  }
  .cid-qBfh6DxDid .btn {
    display: flex;
  }
  .cid-qBfh6DxDid button.navbar-toggler {
    display: block;
  }
  .cid-qBfh6DxDid .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-qBfh6DxDid .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qBfh6DxDid .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qBfh6DxDid .navbar-collapse.collapsing,
  .cid-qBfh6DxDid .navbar-collapse.show {
    display: block !important;
  }
  .cid-qBfh6DxDid .navbar-collapse.collapsing .navbar-nav,
  .cid-qBfh6DxDid .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qBfh6DxDid .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qBfh6DxDid .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qBfh6DxDid .navbar-collapse.collapsing .navbar-buttons,
  .cid-qBfh6DxDid .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qBfh6DxDid .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qBfh6DxDid .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qBfh6DxDid .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-qBfh6DxDid .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qBfh6DxDid .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qBfh6DxDid .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 (min-width: 767px) {
  .cid-qBfh6DxDid .menu-logo {
    flex-shrink: 0;
  }
}
.cid-qBfh6DxDid .navbar-collapse {
  flex-basis: auto;
}
.cid-qBTWwl4W67 {
  padding-top: 90px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/banner-agent2-1-1920x420.png");
}
@media (min-width: 992px) {
  .cid-qBTWwl4W67 .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-qBTWwl4W67 .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-qBTWwl4W67 .mbr-text {
    text-align: center;
  }
}
.cid-qBTWwl4W67 H1 {
  color: #ffffff;
}
.cid-qBTWwl4W67 H3 {
  color: #6edaff;
}
.cid-qBU6KNJsqG {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-qBU6KNJsqG h2 {
  text-align: left;
}
.cid-qBU6KNJsqG h4 {
  text-align: left;
  font-weight: 500;
}
.cid-qBU6KNJsqG p {
  color: #767676;
  text-align: left;
}
.cid-qBU6KNJsqG .aside-content {
  flex-basis: 100%;
}
.cid-qBU6KNJsqG .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-qBU6KNJsqG .media {
  margin: initial;
  align-items: center;
}
.cid-qBU6KNJsqG .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-qBU6KNJsqG .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-qBU6KNJsqG .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-qBU6KNJsqG .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
  .cid-qBU6KNJsqG .media-container-row {
    -webkit-flex-direction: row-reverse;
  }
}
@media (max-width: 991px) {
  .cid-qBU6KNJsqG .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
    padding-bottom: 0;
    margin-bottom: 0;
    padding-top: 1rem;
    margin-top: 2rem;
  }
  .cid-qBU6KNJsqG .media-container-row {
    -webkit-flex-direction: column-reverse;
  }
}
@media (max-width: 300px) {
  .cid-qBU6KNJsqG .card-img span {
    font-size: 40px !important;
  }
}
.cid-qBU6KNJsqG .mbr-text {
  color: #ffffff;
}
.cid-qBU6KNJsqG H2 {
  color: #ff3366;
}
.cid-qBU6KNJsqG .mbr-text B {
  color: #ff3366;
}
.cid-qChq72Ga9Z {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qChq72Ga9Z h2 {
  text-align: left;
}
.cid-qChq72Ga9Z h4 {
  text-align: left;
  font-weight: 500;
}
.cid-qChq72Ga9Z p {
  color: #767676;
  text-align: left;
}
.cid-qChq72Ga9Z .aside-content {
  flex-basis: 100%;
}
.cid-qChq72Ga9Z .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-qChq72Ga9Z .media {
  margin: initial;
  align-items: center;
}
.cid-qChq72Ga9Z .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-qChq72Ga9Z .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-qChq72Ga9Z .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-qChq72Ga9Z .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-qChq72Ga9Z .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-qChq72Ga9Z .card-img span {
    font-size: 40px !important;
  }
}
.cid-qChq72Ga9Z H2 {
  color: #0f7699;
}
.cid-qChq72Ga9Z .mbr-text {
  color: #0e0e0e;
}
.cid-qCmNbnOhNx {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #0e0e0e;
}
.cid-qCmNbnOhNx .counter-container {
  color: #767676;
}
.cid-qCmNbnOhNx .counter-container ol {
  margin-bottom: 0;
  counter-reset: myCounter;
}
.cid-qCmNbnOhNx .counter-container ol li {
  margin-bottom: 1rem;
}
.cid-qCmNbnOhNx .counter-container ol li {
  list-style: none;
  padding-left: .5rem;
}
.cid-qCmNbnOhNx .counter-container ol li:before {
  position: absolute;
  left: 0px;
  margin-top: -10px;
  counter-increment: myCounter;
  content: counter(myCounter);
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 40px;
  transition: all .2s;
  color: #ffffff;
  background: #149dcc;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.cid-qCmNbnOhNx .mbr-text B {
  color: #55b4d4;
}
.cid-qChvMdSRSI .modal-body .close {
  background: #1b1b1b;
}
.cid-qChvMdSRSI .modal-body .close span {
  font-style: normal;
}
.cid-qChvMdSRSI .carousel-inner > .active,
.cid-qChvMdSRSI .carousel-inner > .next,
.cid-qChvMdSRSI .carousel-inner > .prev {
  display: table;
}
.cid-qChvMdSRSI .carousel-control .icon-next,
.cid-qChvMdSRSI .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-qChvMdSRSI .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-qChvMdSRSI .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-qChvMdSRSI .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-qChvMdSRSI .boxed-slider > div {
  position: relative;
}
.cid-qChvMdSRSI .container img {
  width: 100%;
}
.cid-qChvMdSRSI .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-qChvMdSRSI .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-qChvMdSRSI .mbr-table-cell {
  padding: 0;
}
.cid-qChvMdSRSI .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-qChvMdSRSI .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-qChvMdSRSI .mbr-overlay {
  z-index: 1;
}
.cid-qChvMdSRSI .container-slide.container {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-qChvMdSRSI .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-qChvMdSRSI .carousel-item .container {
    width: 100%;
  }
}
.cid-qChvMdSRSI .carousel-item-next.carousel-item-left,
.cid-qChvMdSRSI .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-qChvMdSRSI .active.carousel-item-right,
.cid-qChvMdSRSI .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-qChvMdSRSI .active.carousel-item-left,
.cid-qChvMdSRSI .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-qChvMdSRSI .mbr-slider .carousel-control {
  top: 50%;
  width: 70px;
  height: 70px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all .3s;
}
.cid-qChvMdSRSI .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-qChvMdSRSI .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-qChvMdSRSI .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .cid-qChvMdSRSI .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-qChvMdSRSI .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-qChvMdSRSI .mbr-slider .carousel-indicators li {
  max-width: 20px;
  width: 20px;
  height: 20px;
  max-height: 20px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-qChvMdSRSI .mbr-slider .carousel-indicators li.active,
.cid-qChvMdSRSI .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-qChvMdSRSI .mbr-slider .carousel-indicators li::after,
.cid-qChvMdSRSI .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-qChvMdSRSI .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-qChvMdSRSI .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-qChvMdSRSI .mbr-slider > .container img {
  width: 100%;
}
.cid-qChvMdSRSI .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-qChvMdSRSI .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-qChvMdSRSI .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-qChvMdSRSI .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-qChvMdSRSI .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-qChvMdSRSI .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-qChvMdSRSI .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-qChvMdSRSI .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-qChvMdSRSI .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-qChvMdSRSI .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-qChvMdSRSI .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-qChvMdSRSI .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-qChvMdSRSI .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-qCmJFzbMcI {
  padding-top: 75px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/banner-agent2-1920x420.png");
}
.cid-qCmJFzbMcI H2 {
  color: #ffffff;
}
.cid-qIMQCEOtn0 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/banner-agent2-1-1920x420.png");
}
.cid-qIMQCEOtn0 .socicon-bg-facebook {
  background: #3e5b98;
  color: #ffffff;
}
.cid-qIMQCEOtn0 .socicon-bg-twitter {
  background: #4da7de;
  color: #ffffff;
}
.cid-qIMQCEOtn0 .socicon-bg-googleplus {
  background: #dd4b39;
  color: #ffffff;
}
.cid-qIMQCEOtn0 .socicon-bg-vkontakte {
  background: #5a7fa6;
  color: #ffffff;
}
.cid-qIMQCEOtn0 .socicon-bg-odnoklassniki {
  background: #f48420;
  color: #ffffff;
}
.cid-qIMQCEOtn0 .socicon-bg-pinterest {
  background: #c92619;
  color: #ffffff;
}
.cid-qIMQCEOtn0 .socicon-bg-mail {
  background: #134785;
  color: #ffffff;
}
.cid-qIMQCEOtn0 .btn-social {
  border: none !important;
}
.cid-qIMQCEOtn0 [class^="socicon-"]:before,
.cid-qIMQCEOtn0 [class*=" socicon-"]:before {
  line-height: 44px;
}
@media (max-width: 767px) {
  .cid-qIMQCEOtn0 .btn {
    font-size: 20px !important;
  }
}
.cid-qIMQHRzSkv {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/banner-agent2-1-1920x420.png");
}
@media (max-width: 767px) {
  .cid-qIMQHRzSkv .content {
    text-align: center;
  }
  .cid-qIMQHRzSkv .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-qIMQHRzSkv .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-qIMQHRzSkv .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-qIMQHRzSkv .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-qIMQHRzSkv .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-qIMQHRzSkv .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-qIMQHRzSkv .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-qIMQHRzSkv .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-qIMQHRzSkv .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-qIMQHRzSkv .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-qIMQHRzSkv .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-qIMQHRzSkv .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-qIMQHRzSkv P {
  text-align: left;
}
.cid-qBfh6DxDid .navbar {
  padding: .5rem 0;
  background: #040e23;
  transition: none;
  min-height: 77px;
}
.cid-qBfh6DxDid .navbar-dropdown.bg-color.transparent.opened {
  background: #040e23;
}
.cid-qBfh6DxDid a {
  font-style: normal;
}
.cid-qBfh6DxDid .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-qBfh6DxDid .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qBfh6DxDid .nav-item:focus,
.cid-qBfh6DxDid .nav-link:focus {
  outline: none;
}
.cid-qBfh6DxDid .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qBfh6DxDid .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qBfh6DxDid .menu-logo {
  margin-right: auto;
}
.cid-qBfh6DxDid .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qBfh6DxDid .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-qBfh6DxDid .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qBfh6DxDid .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qBfh6DxDid .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qBfh6DxDid .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qBfh6DxDid .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qBfh6DxDid .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qBfh6DxDid .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qBfh6DxDid .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qBfh6DxDid .dropdown .dropdown-menu {
  background: #040e23;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qBfh6DxDid .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qBfh6DxDid .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qBfh6DxDid .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qBfh6DxDid .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qBfh6DxDid .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-qBfh6DxDid .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qBfh6DxDid .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qBfh6DxDid .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qBfh6DxDid .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qBfh6DxDid .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qBfh6DxDid .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qBfh6DxDid button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qBfh6DxDid button.navbar-toggler:focus {
  outline: none;
}
.cid-qBfh6DxDid button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-qBfh6DxDid button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qBfh6DxDid button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qBfh6DxDid button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qBfh6DxDid button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qBfh6DxDid nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qBfh6DxDid nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qBfh6DxDid nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qBfh6DxDid nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qBfh6DxDid .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-qBfh6DxDid .collapsed .btn {
  display: flex;
}
.cid-qBfh6DxDid .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qBfh6DxDid .collapsed .navbar-collapse.collapsing,
.cid-qBfh6DxDid .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qBfh6DxDid .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qBfh6DxDid .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qBfh6DxDid .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qBfh6DxDid .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qBfh6DxDid .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qBfh6DxDid .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qBfh6DxDid .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qBfh6DxDid .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qBfh6DxDid .collapsed button.navbar-toggler {
  display: block;
}
.cid-qBfh6DxDid .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-qBfh6DxDid .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qBfh6DxDid .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-qBfh6DxDid .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qBfh6DxDid .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qBfh6DxDid .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-qBfh6DxDid .navbar-expand {
    flex-direction: column;
  }
  .cid-qBfh6DxDid img {
    height: 3.8rem !important;
  }
  .cid-qBfh6DxDid .btn {
    display: flex;
  }
  .cid-qBfh6DxDid button.navbar-toggler {
    display: block;
  }
  .cid-qBfh6DxDid .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-qBfh6DxDid .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qBfh6DxDid .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qBfh6DxDid .navbar-collapse.collapsing,
  .cid-qBfh6DxDid .navbar-collapse.show {
    display: block !important;
  }
  .cid-qBfh6DxDid .navbar-collapse.collapsing .navbar-nav,
  .cid-qBfh6DxDid .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qBfh6DxDid .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qBfh6DxDid .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qBfh6DxDid .navbar-collapse.collapsing .navbar-buttons,
  .cid-qBfh6DxDid .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qBfh6DxDid .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qBfh6DxDid .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qBfh6DxDid .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-qBfh6DxDid .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qBfh6DxDid .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qBfh6DxDid .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 (min-width: 767px) {
  .cid-qBfh6DxDid .menu-logo {
    flex-shrink: 0;
  }
}
.cid-qBfh6DxDid .navbar-collapse {
  flex-basis: auto;
}
.cid-qCnagjBzpm {
  padding-top: 105px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/best-stationery-design-services-in-hyderabad-1089x670.jpg");
}
.cid-qCnagjBzpm H3 {
  color: #ffffff;
}
.cid-qCnagjBzpm H1 {
  color: #ff3366;
}
.cid-qBU6KNJsqG {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #073b4c;
}
.cid-qBU6KNJsqG h2 {
  text-align: left;
}
.cid-qBU6KNJsqG h4 {
  text-align: left;
  font-weight: 500;
}
.cid-qBU6KNJsqG p {
  color: #767676;
  text-align: left;
}
.cid-qBU6KNJsqG .aside-content {
  flex-basis: 100%;
}
.cid-qBU6KNJsqG .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-qBU6KNJsqG .media {
  margin: initial;
  align-items: center;
}
.cid-qBU6KNJsqG .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-qBU6KNJsqG .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-qBU6KNJsqG .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-qBU6KNJsqG .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
  .cid-qBU6KNJsqG .media-container-row {
    -webkit-flex-direction: row-reverse;
  }
}
@media (max-width: 991px) {
  .cid-qBU6KNJsqG .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
    padding-bottom: 0;
    margin-bottom: 0;
    padding-top: 1rem;
    margin-top: 2rem;
  }
  .cid-qBU6KNJsqG .media-container-row {
    -webkit-flex-direction: column-reverse;
  }
}
@media (max-width: 300px) {
  .cid-qBU6KNJsqG .card-img span {
    font-size: 40px !important;
  }
}
.cid-qBU6KNJsqG .mbr-text {
  color: #ffffff;
}
.cid-qBU6KNJsqG H2 {
  color: #7de6f9;
}
.cid-qBU6KNJsqG .mbr-text B {
  color: #ff3366;
}
.cid-qChq72Ga9Z {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qChq72Ga9Z h2 {
  text-align: left;
}
.cid-qChq72Ga9Z h4 {
  text-align: left;
  font-weight: 500;
}
.cid-qChq72Ga9Z p {
  color: #767676;
  text-align: left;
}
.cid-qChq72Ga9Z .aside-content {
  flex-basis: 100%;
}
.cid-qChq72Ga9Z .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-qChq72Ga9Z .media {
  margin: initial;
  align-items: center;
}
.cid-qChq72Ga9Z .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-qChq72Ga9Z .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-qChq72Ga9Z .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-qChq72Ga9Z .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-qChq72Ga9Z .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-qChq72Ga9Z .card-img span {
    font-size: 40px !important;
  }
}
.cid-qChq72Ga9Z H2 {
  color: #0f7699;
}
.cid-qChq72Ga9Z .mbr-text {
  color: #0e0e0e;
}
.cid-qChq72Ga9Z .mbr-text B {
  color: #0e0e0e;
}
.cid-qChsMDmjjJ {
  padding-top: 60px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/bg-1.jpg");
}
.cid-qChvMdSRSI .modal-body .close {
  background: #1b1b1b;
}
.cid-qChvMdSRSI .modal-body .close span {
  font-style: normal;
}
.cid-qChvMdSRSI .carousel-inner > .active,
.cid-qChvMdSRSI .carousel-inner > .next,
.cid-qChvMdSRSI .carousel-inner > .prev {
  display: table;
}
.cid-qChvMdSRSI .carousel-control .icon-next,
.cid-qChvMdSRSI .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-qChvMdSRSI .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-qChvMdSRSI .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-qChvMdSRSI .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-qChvMdSRSI .boxed-slider > div {
  position: relative;
}
.cid-qChvMdSRSI .container img {
  width: 100%;
}
.cid-qChvMdSRSI .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-qChvMdSRSI .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-qChvMdSRSI .mbr-table-cell {
  padding: 0;
}
.cid-qChvMdSRSI .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-qChvMdSRSI .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-qChvMdSRSI .mbr-overlay {
  z-index: 1;
}
.cid-qChvMdSRSI .container-slide.container {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-qChvMdSRSI .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-qChvMdSRSI .carousel-item .container {
    width: 100%;
  }
}
.cid-qChvMdSRSI .carousel-item-next.carousel-item-left,
.cid-qChvMdSRSI .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-qChvMdSRSI .active.carousel-item-right,
.cid-qChvMdSRSI .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-qChvMdSRSI .active.carousel-item-left,
.cid-qChvMdSRSI .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-qChvMdSRSI .mbr-slider .carousel-control {
  top: 50%;
  width: 70px;
  height: 70px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all .3s;
}
.cid-qChvMdSRSI .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-qChvMdSRSI .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-qChvMdSRSI .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .cid-qChvMdSRSI .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-qChvMdSRSI .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-qChvMdSRSI .mbr-slider .carousel-indicators li {
  max-width: 20px;
  width: 20px;
  height: 20px;
  max-height: 20px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-qChvMdSRSI .mbr-slider .carousel-indicators li.active,
.cid-qChvMdSRSI .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-qChvMdSRSI .mbr-slider .carousel-indicators li::after,
.cid-qChvMdSRSI .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-qChvMdSRSI .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-qChvMdSRSI .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-qChvMdSRSI .mbr-slider > .container img {
  width: 100%;
}
.cid-qChvMdSRSI .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-qChvMdSRSI .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-qChvMdSRSI .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-qChvMdSRSI .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-qChvMdSRSI .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-qChvMdSRSI .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-qChvMdSRSI .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-qChvMdSRSI .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-qChvMdSRSI .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-qChvMdSRSI .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-qChvMdSRSI .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-qChvMdSRSI .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-qChvMdSRSI .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-qCnls512Sy {
  padding-top: 75px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/banner-agent2-1920x420.png");
}
.cid-qCnls512Sy H2 {
  color: #ffffff;
}
.cid-qIMP5AmcnO {
  padding-top: 15px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/banner-agent2-1-1920x420.png");
}
.cid-qIMP5AmcnO .socicon-bg-facebook {
  background: #3e5b98;
  color: #ffffff;
}
.cid-qIMP5AmcnO .socicon-bg-twitter {
  background: #4da7de;
  color: #ffffff;
}
.cid-qIMP5AmcnO .socicon-bg-googleplus {
  background: #dd4b39;
  color: #ffffff;
}
.cid-qIMP5AmcnO .socicon-bg-vkontakte {
  background: #5a7fa6;
  color: #ffffff;
}
.cid-qIMP5AmcnO .socicon-bg-odnoklassniki {
  background: #f48420;
  color: #ffffff;
}
.cid-qIMP5AmcnO .socicon-bg-pinterest {
  background: #c92619;
  color: #ffffff;
}
.cid-qIMP5AmcnO .socicon-bg-mail {
  background: #134785;
  color: #ffffff;
}
.cid-qIMP5AmcnO .btn-social {
  border: none !important;
}
.cid-qIMP5AmcnO [class^="socicon-"]:before,
.cid-qIMP5AmcnO [class*=" socicon-"]:before {
  line-height: 44px;
}
@media (max-width: 767px) {
  .cid-qIMP5AmcnO .btn {
    font-size: 20px !important;
  }
}
.cid-qIMP7Rv9MF {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/banner-agent2-1-1920x420.png");
}
@media (max-width: 767px) {
  .cid-qIMP7Rv9MF .content {
    text-align: center;
  }
  .cid-qIMP7Rv9MF .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-qIMP7Rv9MF .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-qIMP7Rv9MF .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-qIMP7Rv9MF .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-qIMP7Rv9MF .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-qIMP7Rv9MF .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-qIMP7Rv9MF .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-qIMP7Rv9MF .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-qIMP7Rv9MF .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-qIMP7Rv9MF .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-qIMP7Rv9MF .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-qIMP7Rv9MF .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-qIMP7Rv9MF P {
  text-align: left;
}
.cid-qBfh6DxDid .navbar {
  padding: .5rem 0;
  background: #040e23;
  transition: none;
  min-height: 77px;
}
.cid-qBfh6DxDid .navbar-dropdown.bg-color.transparent.opened {
  background: #040e23;
}
.cid-qBfh6DxDid a {
  font-style: normal;
}
.cid-qBfh6DxDid .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-qBfh6DxDid .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qBfh6DxDid .nav-item:focus,
.cid-qBfh6DxDid .nav-link:focus {
  outline: none;
}
.cid-qBfh6DxDid .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qBfh6DxDid .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qBfh6DxDid .menu-logo {
  margin-right: auto;
}
.cid-qBfh6DxDid .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qBfh6DxDid .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-qBfh6DxDid .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qBfh6DxDid .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qBfh6DxDid .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qBfh6DxDid .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qBfh6DxDid .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qBfh6DxDid .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qBfh6DxDid .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qBfh6DxDid .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qBfh6DxDid .dropdown .dropdown-menu {
  background: #040e23;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qBfh6DxDid .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qBfh6DxDid .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qBfh6DxDid .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qBfh6DxDid .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qBfh6DxDid .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-qBfh6DxDid .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qBfh6DxDid .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qBfh6DxDid .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qBfh6DxDid .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qBfh6DxDid .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qBfh6DxDid .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qBfh6DxDid button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qBfh6DxDid button.navbar-toggler:focus {
  outline: none;
}
.cid-qBfh6DxDid button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-qBfh6DxDid button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qBfh6DxDid button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qBfh6DxDid button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qBfh6DxDid button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qBfh6DxDid nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qBfh6DxDid nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qBfh6DxDid nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qBfh6DxDid nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qBfh6DxDid .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-qBfh6DxDid .collapsed .btn {
  display: flex;
}
.cid-qBfh6DxDid .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qBfh6DxDid .collapsed .navbar-collapse.collapsing,
.cid-qBfh6DxDid .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qBfh6DxDid .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qBfh6DxDid .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qBfh6DxDid .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qBfh6DxDid .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qBfh6DxDid .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qBfh6DxDid .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qBfh6DxDid .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qBfh6DxDid .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qBfh6DxDid .collapsed button.navbar-toggler {
  display: block;
}
.cid-qBfh6DxDid .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-qBfh6DxDid .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qBfh6DxDid .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-qBfh6DxDid .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qBfh6DxDid .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qBfh6DxDid .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-qBfh6DxDid .navbar-expand {
    flex-direction: column;
  }
  .cid-qBfh6DxDid img {
    height: 3.8rem !important;
  }
  .cid-qBfh6DxDid .btn {
    display: flex;
  }
  .cid-qBfh6DxDid button.navbar-toggler {
    display: block;
  }
  .cid-qBfh6DxDid .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-qBfh6DxDid .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qBfh6DxDid .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qBfh6DxDid .navbar-collapse.collapsing,
  .cid-qBfh6DxDid .navbar-collapse.show {
    display: block !important;
  }
  .cid-qBfh6DxDid .navbar-collapse.collapsing .navbar-nav,
  .cid-qBfh6DxDid .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qBfh6DxDid .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qBfh6DxDid .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qBfh6DxDid .navbar-collapse.collapsing .navbar-buttons,
  .cid-qBfh6DxDid .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qBfh6DxDid .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qBfh6DxDid .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qBfh6DxDid .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-qBfh6DxDid .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qBfh6DxDid .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qBfh6DxDid .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 (min-width: 767px) {
  .cid-qBfh6DxDid .menu-logo {
    flex-shrink: 0;
  }
}
.cid-qBfh6DxDid .navbar-collapse {
  flex-basis: auto;
}
.cid-qCIltkB94a .modal-body .close {
  background: #1b1b1b;
}
.cid-qCIltkB94a .modal-body .close span {
  font-style: normal;
}
.cid-qCIltkB94a .carousel-inner > .active,
.cid-qCIltkB94a .carousel-inner > .next,
.cid-qCIltkB94a .carousel-inner > .prev {
  display: table;
}
.cid-qCIltkB94a .carousel-control .icon-next,
.cid-qCIltkB94a .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-qCIltkB94a .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-qCIltkB94a .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-qCIltkB94a .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-qCIltkB94a .boxed-slider > div {
  position: relative;
}
.cid-qCIltkB94a .container img {
  width: 100%;
}
.cid-qCIltkB94a .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-qCIltkB94a .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-qCIltkB94a .mbr-table-cell {
  padding: 0;
}
.cid-qCIltkB94a .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-qCIltkB94a .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-qCIltkB94a .mbr-overlay {
  z-index: 1;
}
.cid-qCIltkB94a .container-slide.container {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-qCIltkB94a .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-qCIltkB94a .carousel-item .container {
    width: 100%;
  }
}
.cid-qCIltkB94a .carousel-item-next.carousel-item-left,
.cid-qCIltkB94a .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-qCIltkB94a .active.carousel-item-right,
.cid-qCIltkB94a .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-qCIltkB94a .active.carousel-item-left,
.cid-qCIltkB94a .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-qCIltkB94a .mbr-slider .carousel-control {
  top: 50%;
  width: 70px;
  height: 70px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all .3s;
}
.cid-qCIltkB94a .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-qCIltkB94a .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-qCIltkB94a .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .cid-qCIltkB94a .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-qCIltkB94a .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-qCIltkB94a .mbr-slider .carousel-indicators li {
  max-width: 20px;
  width: 20px;
  height: 20px;
  max-height: 20px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-qCIltkB94a .mbr-slider .carousel-indicators li.active,
.cid-qCIltkB94a .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-qCIltkB94a .mbr-slider .carousel-indicators li::after,
.cid-qCIltkB94a .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-qCIltkB94a .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-qCIltkB94a .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-qCIltkB94a .mbr-slider > .container img {
  width: 100%;
}
.cid-qCIltkB94a .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-qCIltkB94a .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-qCIltkB94a .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-qCIltkB94a .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-qCIltkB94a .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-qCIltkB94a .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-qCIltkB94a .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-qCIltkB94a .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-qCIltkB94a .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-qCIltkB94a .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-qCIltkB94a .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-qCIltkB94a .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-qCIltkB94a .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-qDpA3a7EDW {
  padding-top: 120px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/banner-agent2-1920x420.png");
}
@media (min-width: 992px) {
  .cid-qDpA3a7EDW .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-qDpA3a7EDW .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-qDpA3a7EDW .mbr-text {
    text-align: center;
  }
}
.cid-qDpA3a7EDW H1 {
  color: #00bfff;
}
.cid-qDpA3a7EDW H3 {
  color: #b2ccd2;
}
.cid-qDpA814Mea {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #201f1f;
}
.cid-qDpA814Mea h2 {
  text-align: left;
}
.cid-qDpA814Mea h4 {
  text-align: left;
  font-weight: 500;
}
.cid-qDpA814Mea p {
  color: #767676;
  text-align: left;
}
.cid-qDpA814Mea .aside-content {
  flex-basis: 100%;
}
.cid-qDpA814Mea .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-qDpA814Mea .media {
  margin: initial;
  align-items: center;
}
.cid-qDpA814Mea .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-qDpA814Mea .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-qDpA814Mea .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-qDpA814Mea .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
  .cid-qDpA814Mea .media-container-row {
    -webkit-flex-direction: row-reverse;
  }
}
@media (max-width: 991px) {
  .cid-qDpA814Mea .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
    padding-bottom: 0;
    margin-bottom: 0;
    padding-top: 1rem;
    margin-top: 2rem;
  }
  .cid-qDpA814Mea .media-container-row {
    -webkit-flex-direction: column-reverse;
  }
}
@media (max-width: 300px) {
  .cid-qDpA814Mea .card-img span {
    font-size: 40px !important;
  }
}
.cid-qDpA814Mea .mbr-text {
  color: #ffffff;
}
.cid-qDpA814Mea H2 {
  color: #149dcc;
  text-align: left;
}
.cid-qDpA814Mea .mbr-text B {
  color: #ff3366;
}
.cid-qDpA814Mea DIV {
  color: #ff3366;
}
.cid-qDpAaHZM5a {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #15162a;
}
.cid-qDpAaHZM5a h2 {
  text-align: left;
}
.cid-qDpAaHZM5a h4 {
  text-align: left;
  font-weight: 500;
}
.cid-qDpAaHZM5a p {
  color: #767676;
  text-align: left;
}
.cid-qDpAaHZM5a .aside-content {
  flex-basis: 100%;
}
.cid-qDpAaHZM5a .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-qDpAaHZM5a .media {
  margin: initial;
  align-items: center;
}
.cid-qDpAaHZM5a .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-qDpAaHZM5a .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-qDpAaHZM5a .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-qDpAaHZM5a .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-qDpAaHZM5a .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-qDpAaHZM5a .card-img span {
    font-size: 40px !important;
  }
}
.cid-qDpAaHZM5a H2 {
  color: #ff3366;
}
.cid-qDpAaHZM5a .mbr-text {
  color: #3bceff;
}
.cid-qDpAbnQrhR {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #040e23;
}
.cid-qDpAbnQrhR .counter-container {
  color: #767676;
}
.cid-qDpAbnQrhR .counter-container ol {
  margin-bottom: 0;
  counter-reset: myCounter;
}
.cid-qDpAbnQrhR .counter-container ol li {
  margin-bottom: 1rem;
}
.cid-qDpAbnQrhR .counter-container ol li {
  list-style: none;
  padding-left: .5rem;
}
.cid-qDpAbnQrhR .counter-container ol li:before {
  position: absolute;
  left: 0px;
  margin-top: -10px;
  counter-increment: myCounter;
  content: counter(myCounter);
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 40px;
  transition: all .2s;
  color: #000000;
  background: #3bceff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.cid-qDpAbnQrhR .mbr-text LI {
  color: #ffffff;
}
.cid-qDpAbnQrhR .mbr-text B {
  color: #ff3366;
}
.cid-qDpActmrZF {
  padding-top: 60px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/bg-1.jpg");
}
.cid-qDpAeyoFXy {
  padding-top: 75px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/banner-agent2-1-1920x420.png");
}
.cid-qDpAeyoFXy H2 {
  color: #ffffff;
}
.cid-qIMRbasKrf {
  padding-top: 15px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/banner-agent2-1-1920x420.png");
}
.cid-qIMRbasKrf .socicon-bg-facebook {
  background: #3e5b98;
  color: #ffffff;
}
.cid-qIMRbasKrf .socicon-bg-twitter {
  background: #4da7de;
  color: #ffffff;
}
.cid-qIMRbasKrf .socicon-bg-googleplus {
  background: #dd4b39;
  color: #ffffff;
}
.cid-qIMRbasKrf .socicon-bg-vkontakte {
  background: #5a7fa6;
  color: #ffffff;
}
.cid-qIMRbasKrf .socicon-bg-odnoklassniki {
  background: #f48420;
  color: #ffffff;
}
.cid-qIMRbasKrf .socicon-bg-pinterest {
  background: #c92619;
  color: #ffffff;
}
.cid-qIMRbasKrf .socicon-bg-mail {
  background: #134785;
  color: #ffffff;
}
.cid-qIMRbasKrf .btn-social {
  border: none !important;
}
.cid-qIMRbasKrf [class^="socicon-"]:before,
.cid-qIMRbasKrf [class*=" socicon-"]:before {
  line-height: 44px;
}
@media (max-width: 767px) {
  .cid-qIMRbasKrf .btn {
    font-size: 20px !important;
  }
}
.cid-qIMRdRyuJO {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/banner-agent2-1-1920x420.png");
}
@media (max-width: 767px) {
  .cid-qIMRdRyuJO .content {
    text-align: center;
  }
  .cid-qIMRdRyuJO .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-qIMRdRyuJO .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-qIMRdRyuJO .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-qIMRdRyuJO .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-qIMRdRyuJO .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-qIMRdRyuJO .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-qIMRdRyuJO .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-qIMRdRyuJO .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-qIMRdRyuJO .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-qIMRdRyuJO .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-qIMRdRyuJO .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-qIMRdRyuJO .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-qIMRdRyuJO P {
  text-align: left;
}
.cid-qCIltnsati .navbar {
  padding: .5rem 0;
  background: #040e23;
  transition: none;
  min-height: 77px;
}
.cid-qCIltnsati .navbar-dropdown.bg-color.transparent.opened {
  background: #040e23;
}
.cid-qCIltnsati a {
  font-style: normal;
}
.cid-qCIltnsati .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-qCIltnsati .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qCIltnsati .nav-item:focus,
.cid-qCIltnsati .nav-link:focus {
  outline: none;
}
.cid-qCIltnsati .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qCIltnsati .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qCIltnsati .menu-logo {
  margin-right: auto;
}
.cid-qCIltnsati .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qCIltnsati .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-qCIltnsati .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qCIltnsati .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qCIltnsati .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qCIltnsati .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qCIltnsati .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qCIltnsati .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qCIltnsati .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qCIltnsati .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qCIltnsati .dropdown .dropdown-menu {
  background: #040e23;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qCIltnsati .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qCIltnsati .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qCIltnsati .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qCIltnsati .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qCIltnsati .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-qCIltnsati .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qCIltnsati .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qCIltnsati .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qCIltnsati .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qCIltnsati .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qCIltnsati .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qCIltnsati button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qCIltnsati button.navbar-toggler:focus {
  outline: none;
}
.cid-qCIltnsati button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-qCIltnsati button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qCIltnsati button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qCIltnsati button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qCIltnsati button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qCIltnsati nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qCIltnsati nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qCIltnsati nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qCIltnsati nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qCIltnsati .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-qCIltnsati .collapsed .btn {
  display: flex;
}
.cid-qCIltnsati .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qCIltnsati .collapsed .navbar-collapse.collapsing,
.cid-qCIltnsati .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qCIltnsati .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qCIltnsati .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qCIltnsati .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qCIltnsati .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qCIltnsati .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qCIltnsati .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qCIltnsati .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qCIltnsati .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qCIltnsati .collapsed button.navbar-toggler {
  display: block;
}
.cid-qCIltnsati .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-qCIltnsati .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qCIltnsati .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-qCIltnsati .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qCIltnsati .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qCIltnsati .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-qCIltnsati .navbar-expand {
    flex-direction: column;
  }
  .cid-qCIltnsati img {
    height: 3.8rem !important;
  }
  .cid-qCIltnsati .btn {
    display: flex;
  }
  .cid-qCIltnsati button.navbar-toggler {
    display: block;
  }
  .cid-qCIltnsati .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-qCIltnsati .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qCIltnsati .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qCIltnsati .navbar-collapse.collapsing,
  .cid-qCIltnsati .navbar-collapse.show {
    display: block !important;
  }
  .cid-qCIltnsati .navbar-collapse.collapsing .navbar-nav,
  .cid-qCIltnsati .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qCIltnsati .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qCIltnsati .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qCIltnsati .navbar-collapse.collapsing .navbar-buttons,
  .cid-qCIltnsati .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qCIltnsati .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qCIltnsati .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qCIltnsati .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-qCIltnsati .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qCIltnsati .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qCIltnsati .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 (min-width: 767px) {
  .cid-qCIltnsati .menu-logo {
    flex-shrink: 0;
  }
}
.cid-qCIltnsati .navbar-collapse {
  flex-basis: auto;
}
.cid-qD5vjksmGO {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #149dcc;
  background: linear-gradient(45deg, #149dcc, #cc2952);
}
@media (min-width: 992px) {
  .cid-qD5vjksmGO .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-qD5vjksmGO .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-qD5vjksmGO .mbr-text {
    text-align: center;
  }
}
.cid-qD5vjksmGO H1 {
  color: #f7ed4a;
}
.cid-qD5vjksmGO H3 {
  color: #ffffff;
}
.cid-qD5vjlKXpe {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #27bec5;
}
.cid-qD5vjlKXpe h2 {
  text-align: left;
}
.cid-qD5vjlKXpe h4 {
  text-align: left;
  font-weight: 500;
}
.cid-qD5vjlKXpe p {
  color: #767676;
  text-align: left;
}
.cid-qD5vjlKXpe .aside-content {
  flex-basis: 100%;
}
.cid-qD5vjlKXpe .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-qD5vjlKXpe .media {
  margin: initial;
  align-items: center;
}
.cid-qD5vjlKXpe .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-qD5vjlKXpe .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-qD5vjlKXpe .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-qD5vjlKXpe .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
  .cid-qD5vjlKXpe .media-container-row {
    -webkit-flex-direction: row-reverse;
  }
}
@media (max-width: 991px) {
  .cid-qD5vjlKXpe .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
    padding-bottom: 0;
    margin-bottom: 0;
    padding-top: 1rem;
    margin-top: 2rem;
  }
  .cid-qD5vjlKXpe .media-container-row {
    -webkit-flex-direction: column-reverse;
  }
}
@media (max-width: 300px) {
  .cid-qD5vjlKXpe .card-img span {
    font-size: 40px !important;
  }
}
.cid-qD5vjlKXpe .mbr-text {
  color: #000000;
}
.cid-qD5vjlKXpe H2 {
  color: #0c172d;
  text-align: left;
}
.cid-qD5vjlKXpe .mbr-text B {
  color: #0c172d;
}
.cid-qD5vjlKXpe DIV {
  color: #0c172d;
}
.cid-qD5vjmmELx {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #7f1933;
}
.cid-qD5vjmmELx h2 {
  text-align: left;
}
.cid-qD5vjmmELx h4 {
  text-align: left;
  font-weight: 500;
}
.cid-qD5vjmmELx p {
  color: #767676;
  text-align: left;
}
.cid-qD5vjmmELx .aside-content {
  flex-basis: 100%;
}
.cid-qD5vjmmELx .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-qD5vjmmELx .media {
  margin: initial;
  align-items: center;
}
.cid-qD5vjmmELx .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-qD5vjmmELx .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-qD5vjmmELx .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-qD5vjmmELx .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-qD5vjmmELx .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-qD5vjmmELx .card-img span {
    font-size: 40px !important;
  }
}
.cid-qD5vjmmELx H2 {
  color: #f7ed4a;
}
.cid-qD5vjmmELx .mbr-text {
  color: #ffffff;
}
.cid-qD6jodwWO9 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #201f1f;
}
.cid-qD6jodwWO9 h2 {
  text-align: left;
}
.cid-qD6jodwWO9 h4 {
  text-align: left;
  font-weight: 500;
}
.cid-qD6jodwWO9 p {
  color: #767676;
  text-align: left;
}
.cid-qD6jodwWO9 .aside-content {
  flex-basis: 100%;
}
.cid-qD6jodwWO9 .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-qD6jodwWO9 .media {
  margin: initial;
  align-items: center;
}
.cid-qD6jodwWO9 .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-qD6jodwWO9 .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-qD6jodwWO9 .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-qD6jodwWO9 .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
  .cid-qD6jodwWO9 .media-container-row {
    -webkit-flex-direction: row-reverse;
  }
}
@media (max-width: 991px) {
  .cid-qD6jodwWO9 .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
    padding-bottom: 0;
    margin-bottom: 0;
    padding-top: 1rem;
    margin-top: 2rem;
  }
  .cid-qD6jodwWO9 .media-container-row {
    -webkit-flex-direction: column-reverse;
  }
}
@media (max-width: 300px) {
  .cid-qD6jodwWO9 .card-img span {
    font-size: 40px !important;
  }
}
.cid-qD6jodwWO9 .mbr-text {
  color: #ffffff;
}
.cid-qD6jodwWO9 H2 {
  color: #149dcc;
  text-align: left;
}
.cid-qD6jodwWO9 .mbr-text B {
  color: #ff3366;
}
.cid-qD6jodwWO9 DIV {
  color: #ff3366;
}
.cid-qD6kknMlJP {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #073b4c;
}
.cid-qD6kknMlJP h2 {
  text-align: left;
}
.cid-qD6kknMlJP h4 {
  text-align: left;
  font-weight: 500;
}
.cid-qD6kknMlJP p {
  color: #767676;
  text-align: left;
}
.cid-qD6kknMlJP .aside-content {
  flex-basis: 100%;
}
.cid-qD6kknMlJP .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-qD6kknMlJP .media {
  margin: initial;
  align-items: center;
}
.cid-qD6kknMlJP .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-qD6kknMlJP .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-qD6kknMlJP .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-qD6kknMlJP .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-qD6kknMlJP .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-qD6kknMlJP .card-img span {
    font-size: 40px !important;
  }
}
.cid-qD6kknMlJP H2 {
  color: #ffffff;
}
.cid-qD6kknMlJP .mbr-text {
  color: #ffffff;
}
.cid-qD5vjnitrG {
  padding-top: 60px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/bg-1.jpg");
}
.cid-qD5vjnJDZv .modal-body .close {
  background: #1b1b1b;
}
.cid-qD5vjnJDZv .modal-body .close span {
  font-style: normal;
}
.cid-qD5vjnJDZv .carousel-inner > .active,
.cid-qD5vjnJDZv .carousel-inner > .next,
.cid-qD5vjnJDZv .carousel-inner > .prev {
  display: table;
}
.cid-qD5vjnJDZv .carousel-control .icon-next,
.cid-qD5vjnJDZv .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-qD5vjnJDZv .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-qD5vjnJDZv .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-qD5vjnJDZv .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-qD5vjnJDZv .boxed-slider > div {
  position: relative;
}
.cid-qD5vjnJDZv .container img {
  width: 100%;
}
.cid-qD5vjnJDZv .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-qD5vjnJDZv .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-qD5vjnJDZv .mbr-table-cell {
  padding: 0;
}
.cid-qD5vjnJDZv .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-qD5vjnJDZv .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-qD5vjnJDZv .mbr-overlay {
  z-index: 1;
}
.cid-qD5vjnJDZv .container-slide.container {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-qD5vjnJDZv .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-qD5vjnJDZv .carousel-item .container {
    width: 100%;
  }
}
.cid-qD5vjnJDZv .carousel-item-next.carousel-item-left,
.cid-qD5vjnJDZv .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-qD5vjnJDZv .active.carousel-item-right,
.cid-qD5vjnJDZv .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-qD5vjnJDZv .active.carousel-item-left,
.cid-qD5vjnJDZv .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-qD5vjnJDZv .mbr-slider .carousel-control {
  top: 50%;
  width: 70px;
  height: 70px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all .3s;
}
.cid-qD5vjnJDZv .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-qD5vjnJDZv .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-qD5vjnJDZv .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .cid-qD5vjnJDZv .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-qD5vjnJDZv .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-qD5vjnJDZv .mbr-slider .carousel-indicators li {
  max-width: 20px;
  width: 20px;
  height: 20px;
  max-height: 20px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-qD5vjnJDZv .mbr-slider .carousel-indicators li.active,
.cid-qD5vjnJDZv .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-qD5vjnJDZv .mbr-slider .carousel-indicators li::after,
.cid-qD5vjnJDZv .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-qD5vjnJDZv .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-qD5vjnJDZv .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-qD5vjnJDZv .mbr-slider > .container img {
  width: 100%;
}
.cid-qD5vjnJDZv .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-qD5vjnJDZv .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-qD5vjnJDZv .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-qD5vjnJDZv .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-qD5vjnJDZv .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-qD5vjnJDZv .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-qD5vjnJDZv .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-qD5vjnJDZv .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-qD5vjnJDZv .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-qD5vjnJDZv .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-qD5vjnJDZv .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-qD5vjnJDZv .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-qD5vjnJDZv .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-qIMS5R8ngA {
  padding-top: 75px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/banner-agent2-1920x420.png");
}
.cid-qIMS5R8ngA H2 {
  color: #ffffff;
}
.cid-qIMS6tUoIo {
  padding-top: 15px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/banner-agent2-1-1920x420.png");
}
.cid-qIMS6tUoIo .socicon-bg-facebook {
  background: #3e5b98;
  color: #ffffff;
}
.cid-qIMS6tUoIo .socicon-bg-twitter {
  background: #4da7de;
  color: #ffffff;
}
.cid-qIMS6tUoIo .socicon-bg-googleplus {
  background: #dd4b39;
  color: #ffffff;
}
.cid-qIMS6tUoIo .socicon-bg-vkontakte {
  background: #5a7fa6;
  color: #ffffff;
}
.cid-qIMS6tUoIo .socicon-bg-odnoklassniki {
  background: #f48420;
  color: #ffffff;
}
.cid-qIMS6tUoIo .socicon-bg-pinterest {
  background: #c92619;
  color: #ffffff;
}
.cid-qIMS6tUoIo .socicon-bg-mail {
  background: #134785;
  color: #ffffff;
}
.cid-qIMS6tUoIo .btn-social {
  border: none !important;
}
.cid-qIMS6tUoIo [class^="socicon-"]:before,
.cid-qIMS6tUoIo [class*=" socicon-"]:before {
  line-height: 44px;
}
@media (max-width: 767px) {
  .cid-qIMS6tUoIo .btn {
    font-size: 20px !important;
  }
}
.cid-qIMS7fegZA {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/banner-agent2-1-1920x420.png");
}
@media (max-width: 767px) {
  .cid-qIMS7fegZA .content {
    text-align: center;
  }
  .cid-qIMS7fegZA .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-qIMS7fegZA .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-qIMS7fegZA .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-qIMS7fegZA .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-qIMS7fegZA .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-qIMS7fegZA .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-qIMS7fegZA .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-qIMS7fegZA .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-qIMS7fegZA .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-qIMS7fegZA .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-qIMS7fegZA .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-qIMS7fegZA .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-qIMS7fegZA P {
  text-align: left;
}
.cid-qD5vjpv5Mc .navbar {
  padding: .5rem 0;
  background: #040e23;
  transition: none;
  min-height: 77px;
}
.cid-qD5vjpv5Mc .navbar-dropdown.bg-color.transparent.opened {
  background: #040e23;
}
.cid-qD5vjpv5Mc a {
  font-style: normal;
}
.cid-qD5vjpv5Mc .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-qD5vjpv5Mc .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qD5vjpv5Mc .nav-item:focus,
.cid-qD5vjpv5Mc .nav-link:focus {
  outline: none;
}
.cid-qD5vjpv5Mc .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qD5vjpv5Mc .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qD5vjpv5Mc .menu-logo {
  margin-right: auto;
}
.cid-qD5vjpv5Mc .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qD5vjpv5Mc .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-qD5vjpv5Mc .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qD5vjpv5Mc .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qD5vjpv5Mc .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qD5vjpv5Mc .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qD5vjpv5Mc .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qD5vjpv5Mc .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qD5vjpv5Mc .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qD5vjpv5Mc .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qD5vjpv5Mc .dropdown .dropdown-menu {
  background: #040e23;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qD5vjpv5Mc .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qD5vjpv5Mc .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qD5vjpv5Mc .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qD5vjpv5Mc .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qD5vjpv5Mc .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-qD5vjpv5Mc .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qD5vjpv5Mc .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qD5vjpv5Mc .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qD5vjpv5Mc .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qD5vjpv5Mc .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qD5vjpv5Mc .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qD5vjpv5Mc button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qD5vjpv5Mc button.navbar-toggler:focus {
  outline: none;
}
.cid-qD5vjpv5Mc button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-qD5vjpv5Mc button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qD5vjpv5Mc button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qD5vjpv5Mc button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qD5vjpv5Mc button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qD5vjpv5Mc nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qD5vjpv5Mc nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qD5vjpv5Mc nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qD5vjpv5Mc nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qD5vjpv5Mc .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-qD5vjpv5Mc .collapsed .btn {
  display: flex;
}
.cid-qD5vjpv5Mc .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qD5vjpv5Mc .collapsed .navbar-collapse.collapsing,
.cid-qD5vjpv5Mc .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qD5vjpv5Mc .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qD5vjpv5Mc .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qD5vjpv5Mc .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qD5vjpv5Mc .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qD5vjpv5Mc .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qD5vjpv5Mc .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qD5vjpv5Mc .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qD5vjpv5Mc .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qD5vjpv5Mc .collapsed button.navbar-toggler {
  display: block;
}
.cid-qD5vjpv5Mc .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-qD5vjpv5Mc .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qD5vjpv5Mc .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-qD5vjpv5Mc .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qD5vjpv5Mc .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qD5vjpv5Mc .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-qD5vjpv5Mc .navbar-expand {
    flex-direction: column;
  }
  .cid-qD5vjpv5Mc img {
    height: 3.8rem !important;
  }
  .cid-qD5vjpv5Mc .btn {
    display: flex;
  }
  .cid-qD5vjpv5Mc button.navbar-toggler {
    display: block;
  }
  .cid-qD5vjpv5Mc .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-qD5vjpv5Mc .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qD5vjpv5Mc .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qD5vjpv5Mc .navbar-collapse.collapsing,
  .cid-qD5vjpv5Mc .navbar-collapse.show {
    display: block !important;
  }
  .cid-qD5vjpv5Mc .navbar-collapse.collapsing .navbar-nav,
  .cid-qD5vjpv5Mc .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qD5vjpv5Mc .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qD5vjpv5Mc .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qD5vjpv5Mc .navbar-collapse.collapsing .navbar-buttons,
  .cid-qD5vjpv5Mc .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qD5vjpv5Mc .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qD5vjpv5Mc .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qD5vjpv5Mc .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-qD5vjpv5Mc .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qD5vjpv5Mc .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qD5vjpv5Mc .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 (min-width: 767px) {
  .cid-qD5vjpv5Mc .menu-logo {
    flex-shrink: 0;
  }
}
.cid-qD5vjpv5Mc .navbar-collapse {
  flex-basis: auto;
}
.cid-qD7bcNAJ0y {
  padding-top: 120px;
  padding-bottom: 60px;
  background-color: #3d1791;
  background: linear-gradient(45deg, #3d1791, #4f4943);
}
@media (min-width: 992px) {
  .cid-qD7bcNAJ0y .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-qD7bcNAJ0y .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-qD7bcNAJ0y .mbr-text {
    text-align: center;
  }
}
.cid-qD7bcNAJ0y H1 {
  color: #f7ed4a;
}
.cid-qD7bcNAJ0y H3 {
  color: #ffffff;
}
.cid-qD7bcP5vVu {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #465052;
}
.cid-qD7bcP5vVu h2 {
  text-align: left;
}
.cid-qD7bcP5vVu h4 {
  text-align: left;
  font-weight: 500;
}
.cid-qD7bcP5vVu p {
  color: #767676;
  text-align: left;
}
.cid-qD7bcP5vVu .aside-content {
  flex-basis: 100%;
}
.cid-qD7bcP5vVu .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-qD7bcP5vVu .media {
  margin: initial;
  align-items: center;
}
.cid-qD7bcP5vVu .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-qD7bcP5vVu .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-qD7bcP5vVu .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-qD7bcP5vVu .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
  .cid-qD7bcP5vVu .media-container-row {
    -webkit-flex-direction: row-reverse;
  }
}
@media (max-width: 991px) {
  .cid-qD7bcP5vVu .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
    padding-bottom: 0;
    margin-bottom: 0;
    padding-top: 1rem;
    margin-top: 2rem;
  }
  .cid-qD7bcP5vVu .media-container-row {
    -webkit-flex-direction: column-reverse;
  }
}
@media (max-width: 300px) {
  .cid-qD7bcP5vVu .card-img span {
    font-size: 40px !important;
  }
}
.cid-qD7bcP5vVu .mbr-text {
  color: #b2ccd2;
}
.cid-qD7bcP5vVu H2 {
  color: #f7ed4a;
  text-align: left;
}
.cid-qD7bcP5vVu .mbr-text B {
  color: #0c172d;
}
.cid-qD7bcP5vVu DIV {
  color: #0c172d;
}
.cid-qD7bcPJ9yP {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #280081;
}
.cid-qD7bcPJ9yP h2 {
  text-align: left;
}
.cid-qD7bcPJ9yP h4 {
  text-align: left;
  font-weight: 500;
}
.cid-qD7bcPJ9yP p {
  color: #767676;
  text-align: left;
}
.cid-qD7bcPJ9yP .aside-content {
  flex-basis: 100%;
}
.cid-qD7bcPJ9yP .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-qD7bcPJ9yP .media {
  margin: initial;
  align-items: center;
}
.cid-qD7bcPJ9yP .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-qD7bcPJ9yP .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-qD7bcPJ9yP .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-qD7bcPJ9yP .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-qD7bcPJ9yP .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-qD7bcPJ9yP .card-img span {
    font-size: 40px !important;
  }
}
.cid-qD7bcPJ9yP H2 {
  color: #f7ed4a;
}
.cid-qD7bcPJ9yP .mbr-text {
  color: #ffffff;
}
.cid-qD7bcQLSj0 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #201f1f;
}
.cid-qD7bcQLSj0 h2 {
  text-align: left;
}
.cid-qD7bcQLSj0 h4 {
  text-align: left;
  font-weight: 500;
}
.cid-qD7bcQLSj0 p {
  color: #767676;
  text-align: left;
}
.cid-qD7bcQLSj0 .aside-content {
  flex-basis: 100%;
}
.cid-qD7bcQLSj0 .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-qD7bcQLSj0 .media {
  margin: initial;
  align-items: center;
}
.cid-qD7bcQLSj0 .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-qD7bcQLSj0 .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-qD7bcQLSj0 .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-qD7bcQLSj0 .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
  .cid-qD7bcQLSj0 .media-container-row {
    -webkit-flex-direction: row-reverse;
  }
}
@media (max-width: 991px) {
  .cid-qD7bcQLSj0 .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
    padding-bottom: 0;
    margin-bottom: 0;
    padding-top: 1rem;
    margin-top: 2rem;
  }
  .cid-qD7bcQLSj0 .media-container-row {
    -webkit-flex-direction: column-reverse;
  }
}
@media (max-width: 300px) {
  .cid-qD7bcQLSj0 .card-img span {
    font-size: 40px !important;
  }
}
.cid-qD7bcQLSj0 .mbr-text {
  color: #ffffff;
}
.cid-qD7bcQLSj0 H2 {
  color: #bde92a;
  text-align: left;
}
.cid-qD7bcQLSj0 .mbr-text B {
  color: #ff3366;
}
.cid-qD7bcQLSj0 DIV {
  color: #ff3366;
}
.cid-qD7bcSS5mY .modal-body .close {
  background: #1b1b1b;
}
.cid-qD7bcSS5mY .modal-body .close span {
  font-style: normal;
}
.cid-qD7bcSS5mY .carousel-inner > .active,
.cid-qD7bcSS5mY .carousel-inner > .next,
.cid-qD7bcSS5mY .carousel-inner > .prev {
  display: table;
}
.cid-qD7bcSS5mY .carousel-control .icon-next,
.cid-qD7bcSS5mY .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-qD7bcSS5mY .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-qD7bcSS5mY .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-qD7bcSS5mY .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-qD7bcSS5mY .boxed-slider > div {
  position: relative;
}
.cid-qD7bcSS5mY .container img {
  width: 100%;
}
.cid-qD7bcSS5mY .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-qD7bcSS5mY .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-qD7bcSS5mY .mbr-table-cell {
  padding: 0;
}
.cid-qD7bcSS5mY .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-qD7bcSS5mY .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-qD7bcSS5mY .mbr-overlay {
  z-index: 1;
}
.cid-qD7bcSS5mY .container-slide.container {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-qD7bcSS5mY .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-qD7bcSS5mY .carousel-item .container {
    width: 100%;
  }
}
.cid-qD7bcSS5mY .carousel-item-next.carousel-item-left,
.cid-qD7bcSS5mY .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-qD7bcSS5mY .active.carousel-item-right,
.cid-qD7bcSS5mY .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-qD7bcSS5mY .active.carousel-item-left,
.cid-qD7bcSS5mY .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-qD7bcSS5mY .mbr-slider .carousel-control {
  top: 50%;
  width: 70px;
  height: 70px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all .3s;
}
.cid-qD7bcSS5mY .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-qD7bcSS5mY .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-qD7bcSS5mY .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .cid-qD7bcSS5mY .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-qD7bcSS5mY .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-qD7bcSS5mY .mbr-slider .carousel-indicators li {
  max-width: 20px;
  width: 20px;
  height: 20px;
  max-height: 20px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-qD7bcSS5mY .mbr-slider .carousel-indicators li.active,
.cid-qD7bcSS5mY .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-qD7bcSS5mY .mbr-slider .carousel-indicators li::after,
.cid-qD7bcSS5mY .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-qD7bcSS5mY .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-qD7bcSS5mY .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-qD7bcSS5mY .mbr-slider > .container img {
  width: 100%;
}
.cid-qD7bcSS5mY .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-qD7bcSS5mY .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-qD7bcSS5mY .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-qD7bcSS5mY .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-qD7bcSS5mY .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-qD7bcSS5mY .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-qD7bcSS5mY .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-qD7bcSS5mY .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-qD7bcSS5mY .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-qD7bcSS5mY .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-qD7bcSS5mY .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-qD7bcSS5mY .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-qD7bcSS5mY .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-qIMTrUuPU9 {
  padding-top: 75px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/banner-agent2-1920x420.png");
}
.cid-qIMTrUuPU9 H2 {
  color: #ffffff;
}
.cid-qIMTsyBpJP {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/banner-agent2-1-1920x420.png");
}
@media (max-width: 767px) {
  .cid-qIMTsyBpJP .content {
    text-align: center;
  }
  .cid-qIMTsyBpJP .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-qIMTsyBpJP .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-qIMTsyBpJP .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-qIMTsyBpJP .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-qIMTsyBpJP .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-qIMTsyBpJP .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-qIMTsyBpJP .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-qIMTsyBpJP .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-qIMTsyBpJP .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-qIMTsyBpJP .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-qIMTsyBpJP .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-qIMTsyBpJP .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-qIMTsyBpJP P {
  text-align: left;
}
.cid-qD7bcVw8wL .navbar {
  padding: .5rem 0;
  background: #040e23;
  transition: none;
  min-height: 77px;
}
.cid-qD7bcVw8wL .navbar-dropdown.bg-color.transparent.opened {
  background: #040e23;
}
.cid-qD7bcVw8wL a {
  font-style: normal;
}
.cid-qD7bcVw8wL .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-qD7bcVw8wL .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qD7bcVw8wL .nav-item:focus,
.cid-qD7bcVw8wL .nav-link:focus {
  outline: none;
}
.cid-qD7bcVw8wL .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qD7bcVw8wL .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qD7bcVw8wL .menu-logo {
  margin-right: auto;
}
.cid-qD7bcVw8wL .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qD7bcVw8wL .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-qD7bcVw8wL .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qD7bcVw8wL .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qD7bcVw8wL .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qD7bcVw8wL .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qD7bcVw8wL .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qD7bcVw8wL .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qD7bcVw8wL .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qD7bcVw8wL .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qD7bcVw8wL .dropdown .dropdown-menu {
  background: #040e23;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qD7bcVw8wL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qD7bcVw8wL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qD7bcVw8wL .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qD7bcVw8wL .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qD7bcVw8wL .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-qD7bcVw8wL .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qD7bcVw8wL .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qD7bcVw8wL .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qD7bcVw8wL .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qD7bcVw8wL .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qD7bcVw8wL .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qD7bcVw8wL button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qD7bcVw8wL button.navbar-toggler:focus {
  outline: none;
}
.cid-qD7bcVw8wL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-qD7bcVw8wL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qD7bcVw8wL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qD7bcVw8wL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qD7bcVw8wL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qD7bcVw8wL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qD7bcVw8wL nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qD7bcVw8wL nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qD7bcVw8wL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qD7bcVw8wL .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-qD7bcVw8wL .collapsed .btn {
  display: flex;
}
.cid-qD7bcVw8wL .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qD7bcVw8wL .collapsed .navbar-collapse.collapsing,
.cid-qD7bcVw8wL .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qD7bcVw8wL .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qD7bcVw8wL .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qD7bcVw8wL .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qD7bcVw8wL .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qD7bcVw8wL .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qD7bcVw8wL .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qD7bcVw8wL .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qD7bcVw8wL .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qD7bcVw8wL .collapsed button.navbar-toggler {
  display: block;
}
.cid-qD7bcVw8wL .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-qD7bcVw8wL .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qD7bcVw8wL .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-qD7bcVw8wL .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qD7bcVw8wL .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qD7bcVw8wL .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-qD7bcVw8wL .navbar-expand {
    flex-direction: column;
  }
  .cid-qD7bcVw8wL img {
    height: 3.8rem !important;
  }
  .cid-qD7bcVw8wL .btn {
    display: flex;
  }
  .cid-qD7bcVw8wL button.navbar-toggler {
    display: block;
  }
  .cid-qD7bcVw8wL .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-qD7bcVw8wL .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qD7bcVw8wL .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qD7bcVw8wL .navbar-collapse.collapsing,
  .cid-qD7bcVw8wL .navbar-collapse.show {
    display: block !important;
  }
  .cid-qD7bcVw8wL .navbar-collapse.collapsing .navbar-nav,
  .cid-qD7bcVw8wL .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qD7bcVw8wL .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qD7bcVw8wL .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qD7bcVw8wL .navbar-collapse.collapsing .navbar-buttons,
  .cid-qD7bcVw8wL .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qD7bcVw8wL .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qD7bcVw8wL .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qD7bcVw8wL .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-qD7bcVw8wL .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qD7bcVw8wL .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qD7bcVw8wL .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 (min-width: 767px) {
  .cid-qD7bcVw8wL .menu-logo {
    flex-shrink: 0;
  }
}
.cid-qD7bcVw8wL .navbar-collapse {
  flex-basis: auto;
}
.cid-qDe4aZ6ydT {
  padding-top: 120px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/banner-agent2-1920x420.png");
}
@media (min-width: 992px) {
  .cid-qDe4aZ6ydT .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-qDe4aZ6ydT .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-qDe4aZ6ydT .mbr-text {
    text-align: center;
  }
}
.cid-qDe4aZ6ydT H1 {
  color: #bde92a;
}
.cid-qDe4aZ6ydT H3 {
  color: #ffffff;
}
.cid-qDe4b0qSIs {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #465052;
}
.cid-qDe4b0qSIs h2 {
  text-align: left;
}
.cid-qDe4b0qSIs h4 {
  text-align: left;
  font-weight: 500;
}
.cid-qDe4b0qSIs p {
  color: #767676;
  text-align: left;
}
.cid-qDe4b0qSIs .aside-content {
  flex-basis: 100%;
}
.cid-qDe4b0qSIs .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-qDe4b0qSIs .media {
  margin: initial;
  align-items: center;
}
.cid-qDe4b0qSIs .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-qDe4b0qSIs .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-qDe4b0qSIs .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-qDe4b0qSIs .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
  .cid-qDe4b0qSIs .media-container-row {
    -webkit-flex-direction: row-reverse;
  }
}
@media (max-width: 991px) {
  .cid-qDe4b0qSIs .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
    padding-bottom: 0;
    margin-bottom: 0;
    padding-top: 1rem;
    margin-top: 2rem;
  }
  .cid-qDe4b0qSIs .media-container-row {
    -webkit-flex-direction: column-reverse;
  }
}
@media (max-width: 300px) {
  .cid-qDe4b0qSIs .card-img span {
    font-size: 40px !important;
  }
}
.cid-qDe4b0qSIs .mbr-text {
  color: #ffffff;
}
.cid-qDe4b0qSIs H2 {
  color: #f7ed4a;
  text-align: left;
}
.cid-qDe4b0qSIs .mbr-text B {
  color: #0c172d;
}
.cid-qDe4b0qSIs DIV {
  color: #0c172d;
}
.cid-qDe4b142ng {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #073b4c;
}
.cid-qDe4b142ng h2 {
  text-align: left;
}
.cid-qDe4b142ng h4 {
  text-align: left;
  font-weight: 500;
}
.cid-qDe4b142ng p {
  color: #767676;
  text-align: left;
}
.cid-qDe4b142ng .aside-content {
  flex-basis: 100%;
}
.cid-qDe4b142ng .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-qDe4b142ng .media {
  margin: initial;
  align-items: center;
}
.cid-qDe4b142ng .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-qDe4b142ng .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-qDe4b142ng .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-qDe4b142ng .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-qDe4b142ng .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-qDe4b142ng .card-img span {
    font-size: 40px !important;
  }
}
.cid-qDe4b142ng H2 {
  color: #f7ed4a;
}
.cid-qDe4b142ng .mbr-text {
  color: #ffffff;
}
.cid-qDe4b2TI2Y .modal-body .close {
  background: #1b1b1b;
}
.cid-qDe4b2TI2Y .modal-body .close span {
  font-style: normal;
}
.cid-qDe4b2TI2Y .carousel-inner > .active,
.cid-qDe4b2TI2Y .carousel-inner > .next,
.cid-qDe4b2TI2Y .carousel-inner > .prev {
  display: table;
}
.cid-qDe4b2TI2Y .carousel-control .icon-next,
.cid-qDe4b2TI2Y .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-qDe4b2TI2Y .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-qDe4b2TI2Y .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-qDe4b2TI2Y .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-qDe4b2TI2Y .boxed-slider > div {
  position: relative;
}
.cid-qDe4b2TI2Y .container img {
  width: 100%;
}
.cid-qDe4b2TI2Y .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-qDe4b2TI2Y .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-qDe4b2TI2Y .mbr-table-cell {
  padding: 0;
}
.cid-qDe4b2TI2Y .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-qDe4b2TI2Y .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-qDe4b2TI2Y .mbr-overlay {
  z-index: 1;
}
.cid-qDe4b2TI2Y .container-slide.container {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-qDe4b2TI2Y .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-qDe4b2TI2Y .carousel-item .container {
    width: 100%;
  }
}
.cid-qDe4b2TI2Y .carousel-item-next.carousel-item-left,
.cid-qDe4b2TI2Y .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-qDe4b2TI2Y .active.carousel-item-right,
.cid-qDe4b2TI2Y .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-qDe4b2TI2Y .active.carousel-item-left,
.cid-qDe4b2TI2Y .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-qDe4b2TI2Y .mbr-slider .carousel-control {
  top: 50%;
  width: 70px;
  height: 70px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all .3s;
}
.cid-qDe4b2TI2Y .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-qDe4b2TI2Y .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-qDe4b2TI2Y .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .cid-qDe4b2TI2Y .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-qDe4b2TI2Y .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-qDe4b2TI2Y .mbr-slider .carousel-indicators li {
  max-width: 20px;
  width: 20px;
  height: 20px;
  max-height: 20px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-qDe4b2TI2Y .mbr-slider .carousel-indicators li.active,
.cid-qDe4b2TI2Y .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-qDe4b2TI2Y .mbr-slider .carousel-indicators li::after,
.cid-qDe4b2TI2Y .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-qDe4b2TI2Y .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-qDe4b2TI2Y .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-qDe4b2TI2Y .mbr-slider > .container img {
  width: 100%;
}
.cid-qDe4b2TI2Y .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-qDe4b2TI2Y .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-qDe4b2TI2Y .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-qDe4b2TI2Y .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-qDe4b2TI2Y .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-qDe4b2TI2Y .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-qDe4b2TI2Y .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-qDe4b2TI2Y .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-qDe4b2TI2Y .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-qDe4b2TI2Y .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-qDe4b2TI2Y .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-qDe4b2TI2Y .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-qDe4b2TI2Y .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-qDe4b4PSzK .navbar {
  padding: .5rem 0;
  background: #040e23;
  transition: none;
  min-height: 77px;
}
.cid-qDe4b4PSzK .navbar-dropdown.bg-color.transparent.opened {
  background: #040e23;
}
.cid-qDe4b4PSzK a {
  font-style: normal;
}
.cid-qDe4b4PSzK .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-qDe4b4PSzK .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qDe4b4PSzK .nav-item:focus,
.cid-qDe4b4PSzK .nav-link:focus {
  outline: none;
}
.cid-qDe4b4PSzK .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qDe4b4PSzK .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qDe4b4PSzK .menu-logo {
  margin-right: auto;
}
.cid-qDe4b4PSzK .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qDe4b4PSzK .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-qDe4b4PSzK .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qDe4b4PSzK .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qDe4b4PSzK .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qDe4b4PSzK .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qDe4b4PSzK .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qDe4b4PSzK .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qDe4b4PSzK .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qDe4b4PSzK .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qDe4b4PSzK .dropdown .dropdown-menu {
  background: #040e23;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qDe4b4PSzK .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qDe4b4PSzK .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qDe4b4PSzK .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qDe4b4PSzK .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qDe4b4PSzK .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-qDe4b4PSzK .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qDe4b4PSzK .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qDe4b4PSzK .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qDe4b4PSzK .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qDe4b4PSzK .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qDe4b4PSzK .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qDe4b4PSzK button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qDe4b4PSzK button.navbar-toggler:focus {
  outline: none;
}
.cid-qDe4b4PSzK button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-qDe4b4PSzK button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qDe4b4PSzK button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qDe4b4PSzK button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qDe4b4PSzK button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qDe4b4PSzK nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qDe4b4PSzK nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qDe4b4PSzK nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qDe4b4PSzK nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qDe4b4PSzK .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-qDe4b4PSzK .collapsed .btn {
  display: flex;
}
.cid-qDe4b4PSzK .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qDe4b4PSzK .collapsed .navbar-collapse.collapsing,
.cid-qDe4b4PSzK .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qDe4b4PSzK .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qDe4b4PSzK .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qDe4b4PSzK .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qDe4b4PSzK .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qDe4b4PSzK .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qDe4b4PSzK .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qDe4b4PSzK .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qDe4b4PSzK .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qDe4b4PSzK .collapsed button.navbar-toggler {
  display: block;
}
.cid-qDe4b4PSzK .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-qDe4b4PSzK .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qDe4b4PSzK .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-qDe4b4PSzK .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qDe4b4PSzK .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qDe4b4PSzK .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-qDe4b4PSzK .navbar-expand {
    flex-direction: column;
  }
  .cid-qDe4b4PSzK img {
    height: 3.8rem !important;
  }
  .cid-qDe4b4PSzK .btn {
    display: flex;
  }
  .cid-qDe4b4PSzK button.navbar-toggler {
    display: block;
  }
  .cid-qDe4b4PSzK .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-qDe4b4PSzK .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qDe4b4PSzK .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qDe4b4PSzK .navbar-collapse.collapsing,
  .cid-qDe4b4PSzK .navbar-collapse.show {
    display: block !important;
  }
  .cid-qDe4b4PSzK .navbar-collapse.collapsing .navbar-nav,
  .cid-qDe4b4PSzK .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qDe4b4PSzK .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qDe4b4PSzK .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qDe4b4PSzK .navbar-collapse.collapsing .navbar-buttons,
  .cid-qDe4b4PSzK .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qDe4b4PSzK .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qDe4b4PSzK .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qDe4b4PSzK .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-qDe4b4PSzK .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qDe4b4PSzK .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qDe4b4PSzK .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 (min-width: 767px) {
  .cid-qDe4b4PSzK .menu-logo {
    flex-shrink: 0;
  }
}
.cid-qDe4b4PSzK .navbar-collapse {
  flex-basis: auto;
}
.cid-qIMTS7WG7h {
  padding-top: 75px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/banner-agent2-1920x420.png");
}
.cid-qIMTS7WG7h H2 {
  color: #ffffff;
}
.cid-qIMTSYPcdy {
  padding-top: 15px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/banner-agent2-1-1920x420.png");
}
.cid-qIMTSYPcdy .socicon-bg-facebook {
  background: #3e5b98;
  color: #ffffff;
}
.cid-qIMTSYPcdy .socicon-bg-twitter {
  background: #4da7de;
  color: #ffffff;
}
.cid-qIMTSYPcdy .socicon-bg-googleplus {
  background: #dd4b39;
  color: #ffffff;
}
.cid-qIMTSYPcdy .socicon-bg-vkontakte {
  background: #5a7fa6;
  color: #ffffff;
}
.cid-qIMTSYPcdy .socicon-bg-odnoklassniki {
  background: #f48420;
  color: #ffffff;
}
.cid-qIMTSYPcdy .socicon-bg-pinterest {
  background: #c92619;
  color: #ffffff;
}
.cid-qIMTSYPcdy .socicon-bg-mail {
  background: #134785;
  color: #ffffff;
}
.cid-qIMTSYPcdy .btn-social {
  border: none !important;
}
.cid-qIMTSYPcdy [class^="socicon-"]:before,
.cid-qIMTSYPcdy [class*=" socicon-"]:before {
  line-height: 44px;
}
@media (max-width: 767px) {
  .cid-qIMTSYPcdy .btn {
    font-size: 20px !important;
  }
}
.cid-qIMTU1r9jJ {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/banner-agent2-1-1920x420.png");
}
@media (max-width: 767px) {
  .cid-qIMTU1r9jJ .content {
    text-align: center;
  }
  .cid-qIMTU1r9jJ .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-qIMTU1r9jJ .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-qIMTU1r9jJ .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-qIMTU1r9jJ .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-qIMTU1r9jJ .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-qIMTU1r9jJ .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-qIMTU1r9jJ .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-qIMTU1r9jJ .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-qIMTU1r9jJ .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-qIMTU1r9jJ .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-qIMTU1r9jJ .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-qIMTU1r9jJ .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-qIMTU1r9jJ P {
  text-align: left;
}
.cid-qDk0E5MUFD {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/contact-us-logo-design-company-hyderabad-1920x523.jpg");
}
.cid-qDk1Rv3nBH .google-map {
  height: 25rem;
  position: relative;
}
.cid-qDk1Rv3nBH .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-qDk1Rv3nBH .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-qDk1Rv3nBH .google-map[data-state] {
  background: #e9e5dc;
}
.cid-qDk1Rv3nBH .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-qDk2Px7WOD {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/contact-us-logo-design-services-in-hyderabad-1980x1080.jpg");
}
.cid-qDk2Px7WOD .title {
  margin-bottom: 2rem;
}
.cid-qDk2Px7WOD .mbr-section-subtitle {
  color: #ffffff;
}
.cid-qDk2Px7WOD a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-qDk2Px7WOD a.btn-white:not([href]):not([tabindex]) {
  color: #333;
}
.cid-qDk2Px7WOD .multi-horizontal {
  flex-grow: 1;
  -webkit-flex-grow: 1;
  max-width: 100%;
}
.cid-qDk2Px7WOD .input-group-btn {
  display: block;
  text-align: center;
}
.cid-qDk2Px7WOD H2 {
  color: #ffffff;
}
.cid-qDk2Px7WOD LABEL {
  color: #149dcc;
}
.cid-qIMXEz37ka {
  padding-top: 75px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/banner-agent2-1920x420.png");
}
.cid-qIMXEz37ka H2 {
  color: #ffffff;
}
.cid-qIMXFb8FLh {
  padding-top: 15px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/banner-agent2-1-1920x420.png");
}
.cid-qIMXFb8FLh .socicon-bg-facebook {
  background: #3e5b98;
  color: #ffffff;
}
.cid-qIMXFb8FLh .socicon-bg-twitter {
  background: #4da7de;
  color: #ffffff;
}
.cid-qIMXFb8FLh .socicon-bg-googleplus {
  background: #dd4b39;
  color: #ffffff;
}
.cid-qIMXFb8FLh .socicon-bg-vkontakte {
  background: #5a7fa6;
  color: #ffffff;
}
.cid-qIMXFb8FLh .socicon-bg-odnoklassniki {
  background: #f48420;
  color: #ffffff;
}
.cid-qIMXFb8FLh .socicon-bg-pinterest {
  background: #c92619;
  color: #ffffff;
}
.cid-qIMXFb8FLh .socicon-bg-mail {
  background: #134785;
  color: #ffffff;
}
.cid-qIMXFb8FLh .btn-social {
  border: none !important;
}
.cid-qIMXFb8FLh [class^="socicon-"]:before,
.cid-qIMXFb8FLh [class*=" socicon-"]:before {
  line-height: 44px;
}
@media (max-width: 767px) {
  .cid-qIMXFb8FLh .btn {
    font-size: 20px !important;
  }
}
.cid-qIMXFSmATc {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/banner-agent2-1-1920x420.png");
}
@media (max-width: 767px) {
  .cid-qIMXFSmATc .content {
    text-align: center;
  }
  .cid-qIMXFSmATc .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-qIMXFSmATc .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-qIMXFSmATc .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-qIMXFSmATc .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-qIMXFSmATc .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-qIMXFSmATc .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-qIMXFSmATc .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-qIMXFSmATc .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-qIMXFSmATc .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-qIMXFSmATc .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-qIMXFSmATc .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-qIMXFSmATc .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-qIMXFSmATc P {
  text-align: left;
}
.cid-qDjZyvm1Dj .navbar {
  padding: .5rem 0;
  background: #040e23;
  transition: none;
  min-height: 77px;
}
.cid-qDjZyvm1Dj .navbar-dropdown.bg-color.transparent.opened {
  background: #040e23;
}
.cid-qDjZyvm1Dj a {
  font-style: normal;
}
.cid-qDjZyvm1Dj .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-qDjZyvm1Dj .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qDjZyvm1Dj .nav-item:focus,
.cid-qDjZyvm1Dj .nav-link:focus {
  outline: none;
}
.cid-qDjZyvm1Dj .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qDjZyvm1Dj .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qDjZyvm1Dj .menu-logo {
  margin-right: auto;
}
.cid-qDjZyvm1Dj .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qDjZyvm1Dj .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-qDjZyvm1Dj .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qDjZyvm1Dj .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qDjZyvm1Dj .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qDjZyvm1Dj .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qDjZyvm1Dj .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qDjZyvm1Dj .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qDjZyvm1Dj .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qDjZyvm1Dj .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qDjZyvm1Dj .dropdown .dropdown-menu {
  background: #040e23;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qDjZyvm1Dj .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qDjZyvm1Dj .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qDjZyvm1Dj .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qDjZyvm1Dj .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qDjZyvm1Dj .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-qDjZyvm1Dj .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qDjZyvm1Dj .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qDjZyvm1Dj .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qDjZyvm1Dj .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qDjZyvm1Dj .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qDjZyvm1Dj .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qDjZyvm1Dj button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qDjZyvm1Dj button.navbar-toggler:focus {
  outline: none;
}
.cid-qDjZyvm1Dj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-qDjZyvm1Dj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qDjZyvm1Dj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qDjZyvm1Dj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qDjZyvm1Dj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qDjZyvm1Dj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qDjZyvm1Dj nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qDjZyvm1Dj nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qDjZyvm1Dj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qDjZyvm1Dj .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-qDjZyvm1Dj .collapsed .btn {
  display: flex;
}
.cid-qDjZyvm1Dj .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qDjZyvm1Dj .collapsed .navbar-collapse.collapsing,
.cid-qDjZyvm1Dj .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qDjZyvm1Dj .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qDjZyvm1Dj .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qDjZyvm1Dj .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qDjZyvm1Dj .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qDjZyvm1Dj .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qDjZyvm1Dj .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qDjZyvm1Dj .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qDjZyvm1Dj .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qDjZyvm1Dj .collapsed button.navbar-toggler {
  display: block;
}
.cid-qDjZyvm1Dj .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-qDjZyvm1Dj .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qDjZyvm1Dj .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-qDjZyvm1Dj .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qDjZyvm1Dj .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qDjZyvm1Dj .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-qDjZyvm1Dj .navbar-expand {
    flex-direction: column;
  }
  .cid-qDjZyvm1Dj img {
    height: 3.8rem !important;
  }
  .cid-qDjZyvm1Dj .btn {
    display: flex;
  }
  .cid-qDjZyvm1Dj button.navbar-toggler {
    display: block;
  }
  .cid-qDjZyvm1Dj .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-qDjZyvm1Dj .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qDjZyvm1Dj .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qDjZyvm1Dj .navbar-collapse.collapsing,
  .cid-qDjZyvm1Dj .navbar-collapse.show {
    display: block !important;
  }
  .cid-qDjZyvm1Dj .navbar-collapse.collapsing .navbar-nav,
  .cid-qDjZyvm1Dj .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qDjZyvm1Dj .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qDjZyvm1Dj .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qDjZyvm1Dj .navbar-collapse.collapsing .navbar-buttons,
  .cid-qDjZyvm1Dj .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qDjZyvm1Dj .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qDjZyvm1Dj .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qDjZyvm1Dj .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-qDjZyvm1Dj .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qDjZyvm1Dj .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qDjZyvm1Dj .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 (min-width: 767px) {
  .cid-qDjZyvm1Dj .menu-logo {
    flex-shrink: 0;
  }
}
.cid-qDjZyvm1Dj .navbar-collapse {
  flex-basis: auto;
}
.cid-qB9HhfDXjT .navbar {
  padding: .5rem 0;
  background: #040e23;
  transition: none;
  min-height: 77px;
}
.cid-qB9HhfDXjT .navbar-dropdown.bg-color.transparent.opened {
  background: #040e23;
}
.cid-qB9HhfDXjT a {
  font-style: normal;
}
.cid-qB9HhfDXjT .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-qB9HhfDXjT .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qB9HhfDXjT .nav-item:focus,
.cid-qB9HhfDXjT .nav-link:focus {
  outline: none;
}
.cid-qB9HhfDXjT .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qB9HhfDXjT .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qB9HhfDXjT .menu-logo {
  margin-right: auto;
}
.cid-qB9HhfDXjT .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qB9HhfDXjT .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-qB9HhfDXjT .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qB9HhfDXjT .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qB9HhfDXjT .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qB9HhfDXjT .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qB9HhfDXjT .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qB9HhfDXjT .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qB9HhfDXjT .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qB9HhfDXjT .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qB9HhfDXjT .dropdown .dropdown-menu {
  background: #040e23;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qB9HhfDXjT .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qB9HhfDXjT .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qB9HhfDXjT .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qB9HhfDXjT .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qB9HhfDXjT .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-qB9HhfDXjT .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qB9HhfDXjT .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qB9HhfDXjT .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qB9HhfDXjT .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qB9HhfDXjT .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qB9HhfDXjT .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qB9HhfDXjT button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qB9HhfDXjT button.navbar-toggler:focus {
  outline: none;
}
.cid-qB9HhfDXjT button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-qB9HhfDXjT button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qB9HhfDXjT button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qB9HhfDXjT button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qB9HhfDXjT button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qB9HhfDXjT nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qB9HhfDXjT nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qB9HhfDXjT nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qB9HhfDXjT nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qB9HhfDXjT .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-qB9HhfDXjT .collapsed .btn {
  display: flex;
}
.cid-qB9HhfDXjT .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qB9HhfDXjT .collapsed .navbar-collapse.collapsing,
.cid-qB9HhfDXjT .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qB9HhfDXjT .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qB9HhfDXjT .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qB9HhfDXjT .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qB9HhfDXjT .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qB9HhfDXjT .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qB9HhfDXjT .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qB9HhfDXjT .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qB9HhfDXjT .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qB9HhfDXjT .collapsed button.navbar-toggler {
  display: block;
}
.cid-qB9HhfDXjT .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-qB9HhfDXjT .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qB9HhfDXjT .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-qB9HhfDXjT .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qB9HhfDXjT .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qB9HhfDXjT .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-qB9HhfDXjT .navbar-expand {
    flex-direction: column;
  }
  .cid-qB9HhfDXjT img {
    height: 3.8rem !important;
  }
  .cid-qB9HhfDXjT .btn {
    display: flex;
  }
  .cid-qB9HhfDXjT button.navbar-toggler {
    display: block;
  }
  .cid-qB9HhfDXjT .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-qB9HhfDXjT .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qB9HhfDXjT .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qB9HhfDXjT .navbar-collapse.collapsing,
  .cid-qB9HhfDXjT .navbar-collapse.show {
    display: block !important;
  }
  .cid-qB9HhfDXjT .navbar-collapse.collapsing .navbar-nav,
  .cid-qB9HhfDXjT .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qB9HhfDXjT .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qB9HhfDXjT .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qB9HhfDXjT .navbar-collapse.collapsing .navbar-buttons,
  .cid-qB9HhfDXjT .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qB9HhfDXjT .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qB9HhfDXjT .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qB9HhfDXjT .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-qB9HhfDXjT .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qB9HhfDXjT .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qB9HhfDXjT .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 (min-width: 767px) {
  .cid-qB9HhfDXjT .menu-logo {
    flex-shrink: 0;
  }
}
.cid-qB9HhfDXjT .navbar-collapse {
  flex-basis: auto;
}
.cid-qDogNbDVK3 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/banner-agent2-1-1920x420.png");
}
.cid-qDogNbDVK3 .socicon-bg-facebook {
  background: #3e5b98;
  color: #ffffff;
}
.cid-qDogNbDVK3 .socicon-bg-twitter {
  background: #4da7de;
  color: #ffffff;
}
.cid-qDogNbDVK3 .socicon-bg-googleplus {
  background: #dd4b39;
  color: #ffffff;
}
.cid-qDogNbDVK3 .socicon-bg-vkontakte {
  background: #5a7fa6;
  color: #ffffff;
}
.cid-qDogNbDVK3 .socicon-bg-odnoklassniki {
  background: #f48420;
  color: #ffffff;
}
.cid-qDogNbDVK3 .socicon-bg-pinterest {
  background: #c92619;
  color: #ffffff;
}
.cid-qDogNbDVK3 .socicon-bg-mail {
  background: #134785;
  color: #ffffff;
}
.cid-qDogNbDVK3 .btn-social {
  border: none !important;
}
.cid-qDogNbDVK3 [class^="socicon-"]:before,
.cid-qDogNbDVK3 [class*=" socicon-"]:before {
  line-height: 44px;
}
@media (max-width: 767px) {
  .cid-qDogNbDVK3 .btn {
    font-size: 20px !important;
  }
}
.cid-qDogTiJ7aj {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-qDogTiJ7aj .mbr-section-subtitle {
  color: #767676;
}
.cid-qDogTiJ7aj .btn {
  margin: 0 0 .5rem 0;
}
.cid-qDogPuZ8yU {
  padding-top: 15px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/banner-agent2-1-1920x420.png");
}
.cid-qDogPuZ8yU .socicon-bg-facebook {
  background: #3e5b98;
  color: #ffffff;
}
.cid-qDogPuZ8yU .socicon-bg-twitter {
  background: #4da7de;
  color: #ffffff;
}
.cid-qDogPuZ8yU .socicon-bg-googleplus {
  background: #dd4b39;
  color: #ffffff;
}
.cid-qDogPuZ8yU .socicon-bg-vkontakte {
  background: #5a7fa6;
  color: #ffffff;
}
.cid-qDogPuZ8yU .socicon-bg-odnoklassniki {
  background: #f48420;
  color: #ffffff;
}
.cid-qDogPuZ8yU .socicon-bg-pinterest {
  background: #c92619;
  color: #ffffff;
}
.cid-qDogPuZ8yU .socicon-bg-mail {
  background: #134785;
  color: #ffffff;
}
.cid-qDogPuZ8yU .btn-social {
  border: none !important;
}
.cid-qDogPuZ8yU [class^="socicon-"]:before,
.cid-qDogPuZ8yU [class*=" socicon-"]:before {
  line-height: 44px;
}
@media (max-width: 767px) {
  .cid-qDogPuZ8yU .btn {
    font-size: 20px !important;
  }
}
.cid-qDogLbby9s {
  padding-top: 75px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/banner-agent2-1-1920x420.png");
}
.cid-qDogLbby9s H2 {
  color: #ffffff;
}
.cid-qDpIWLSaEC {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/banner-agent2-1-1920x420.png");
}
@media (max-width: 767px) {
  .cid-qDpIWLSaEC .content {
    text-align: center;
  }
  .cid-qDpIWLSaEC .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-qDpIWLSaEC .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-qDpIWLSaEC .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-qDpIWLSaEC .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-qDpIWLSaEC .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-qDpIWLSaEC .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-qDpIWLSaEC .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-qDpIWLSaEC .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-qDpIWLSaEC .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-qDpIWLSaEC .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-qDpIWLSaEC .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-qDpIWLSaEC .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-qDpIWLSaEC P {
  text-align: left;
}
.cid-qDpADA9VYx {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #cccccc;
  background: linear-gradient(45deg, #cccccc, #0f7699);
}
@media (min-width: 992px) {
  .cid-qDpADA9VYx .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-qDpADA9VYx .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-qDpADA9VYx .mbr-text {
    text-align: center;
  }
}
.cid-qDpADA9VYx H1 {
  color: #f7ed4a;
}
.cid-qDpADA9VYx H3 {
  color: #ffffff;
}
.cid-qDpADAXcpd {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #465052;
}
.cid-qDpADAXcpd h2 {
  text-align: left;
}
.cid-qDpADAXcpd h4 {
  text-align: left;
  font-weight: 500;
}
.cid-qDpADAXcpd p {
  color: #767676;
  text-align: left;
}
.cid-qDpADAXcpd .aside-content {
  flex-basis: 100%;
}
.cid-qDpADAXcpd .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-qDpADAXcpd .media {
  margin: initial;
  align-items: center;
}
.cid-qDpADAXcpd .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-qDpADAXcpd .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-qDpADAXcpd .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-qDpADAXcpd .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
  .cid-qDpADAXcpd .media-container-row {
    -webkit-flex-direction: row-reverse;
  }
}
@media (max-width: 991px) {
  .cid-qDpADAXcpd .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
    padding-bottom: 0;
    margin-bottom: 0;
    padding-top: 1rem;
    margin-top: 2rem;
  }
  .cid-qDpADAXcpd .media-container-row {
    -webkit-flex-direction: column-reverse;
  }
}
@media (max-width: 300px) {
  .cid-qDpADAXcpd .card-img span {
    font-size: 40px !important;
  }
}
.cid-qDpADAXcpd .mbr-text {
  color: #b2ccd2;
}
.cid-qDpADAXcpd H2 {
  color: #f7ed4a;
  text-align: left;
}
.cid-qDpADAXcpd .mbr-text B {
  color: #0c172d;
}
.cid-qDpADAXcpd DIV {
  color: #0c172d;
}
.cid-qDpADBACIU {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #280081;
}
.cid-qDpADBACIU h2 {
  text-align: left;
}
.cid-qDpADBACIU h4 {
  text-align: left;
  font-weight: 500;
}
.cid-qDpADBACIU p {
  color: #767676;
  text-align: left;
}
.cid-qDpADBACIU .aside-content {
  flex-basis: 100%;
}
.cid-qDpADBACIU .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-qDpADBACIU .media {
  margin: initial;
  align-items: center;
}
.cid-qDpADBACIU .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-qDpADBACIU .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-qDpADBACIU .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-qDpADBACIU .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-qDpADBACIU .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-qDpADBACIU .card-img span {
    font-size: 40px !important;
  }
}
.cid-qDpADBACIU H2 {
  color: #f7ed4a;
}
.cid-qDpADBACIU .mbr-text {
  color: #ffffff;
}
.cid-qDpADCbexu {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #201f1f;
}
.cid-qDpADCbexu h2 {
  text-align: left;
}
.cid-qDpADCbexu h4 {
  text-align: left;
  font-weight: 500;
}
.cid-qDpADCbexu p {
  color: #767676;
  text-align: left;
}
.cid-qDpADCbexu .aside-content {
  flex-basis: 100%;
}
.cid-qDpADCbexu .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-qDpADCbexu .media {
  margin: initial;
  align-items: center;
}
.cid-qDpADCbexu .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-qDpADCbexu .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-qDpADCbexu .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-qDpADCbexu .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
  .cid-qDpADCbexu .media-container-row {
    -webkit-flex-direction: row-reverse;
  }
}
@media (max-width: 991px) {
  .cid-qDpADCbexu .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
    padding-bottom: 0;
    margin-bottom: 0;
    padding-top: 1rem;
    margin-top: 2rem;
  }
  .cid-qDpADCbexu .media-container-row {
    -webkit-flex-direction: column-reverse;
  }
}
@media (max-width: 300px) {
  .cid-qDpADCbexu .card-img span {
    font-size: 40px !important;
  }
}
.cid-qDpADCbexu .mbr-text {
  color: #ffffff;
}
.cid-qDpADCbexu H2 {
  color: #bde92a;
  text-align: left;
}
.cid-qDpADCbexu .mbr-text B {
  color: #ff3366;
}
.cid-qDpADCbexu DIV {
  color: #ff3366;
}
.cid-qDpADCH7V9 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #4f4943;
}
.cid-qDpADCH7V9 h2 {
  text-align: left;
}
.cid-qDpADCH7V9 h4 {
  text-align: left;
  font-weight: 500;
}
.cid-qDpADCH7V9 p {
  color: #767676;
  text-align: left;
}
.cid-qDpADCH7V9 .aside-content {
  flex-basis: 100%;
}
.cid-qDpADCH7V9 .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-qDpADCH7V9 .media {
  margin: initial;
  align-items: center;
}
.cid-qDpADCH7V9 .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-qDpADCH7V9 .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-qDpADCH7V9 .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-qDpADCH7V9 .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-qDpADCH7V9 .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-qDpADCH7V9 .card-img span {
    font-size: 40px !important;
  }
}
.cid-qDpADCH7V9 H2 {
  color: #bde92a;
}
.cid-qDpADCH7V9 .mbr-text {
  color: #ffffff;
}
.cid-qDpADDeMG9 .modal-body .close {
  background: #1b1b1b;
}
.cid-qDpADDeMG9 .modal-body .close span {
  font-style: normal;
}
.cid-qDpADDeMG9 .carousel-inner > .active,
.cid-qDpADDeMG9 .carousel-inner > .next,
.cid-qDpADDeMG9 .carousel-inner > .prev {
  display: table;
}
.cid-qDpADDeMG9 .carousel-control .icon-next,
.cid-qDpADDeMG9 .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-qDpADDeMG9 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-qDpADDeMG9 .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-qDpADDeMG9 .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-qDpADDeMG9 .boxed-slider > div {
  position: relative;
}
.cid-qDpADDeMG9 .container img {
  width: 100%;
}
.cid-qDpADDeMG9 .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-qDpADDeMG9 .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-qDpADDeMG9 .mbr-table-cell {
  padding: 0;
}
.cid-qDpADDeMG9 .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-qDpADDeMG9 .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-qDpADDeMG9 .mbr-overlay {
  z-index: 1;
}
.cid-qDpADDeMG9 .container-slide.container {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-qDpADDeMG9 .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-qDpADDeMG9 .carousel-item .container {
    width: 100%;
  }
}
.cid-qDpADDeMG9 .carousel-item-next.carousel-item-left,
.cid-qDpADDeMG9 .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-qDpADDeMG9 .active.carousel-item-right,
.cid-qDpADDeMG9 .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-qDpADDeMG9 .active.carousel-item-left,
.cid-qDpADDeMG9 .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-qDpADDeMG9 .mbr-slider .carousel-control {
  top: 50%;
  width: 70px;
  height: 70px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all .3s;
}
.cid-qDpADDeMG9 .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-qDpADDeMG9 .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-qDpADDeMG9 .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .cid-qDpADDeMG9 .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-qDpADDeMG9 .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-qDpADDeMG9 .mbr-slider .carousel-indicators li {
  max-width: 20px;
  width: 20px;
  height: 20px;
  max-height: 20px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-qDpADDeMG9 .mbr-slider .carousel-indicators li.active,
.cid-qDpADDeMG9 .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-qDpADDeMG9 .mbr-slider .carousel-indicators li::after,
.cid-qDpADDeMG9 .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-qDpADDeMG9 .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-qDpADDeMG9 .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-qDpADDeMG9 .mbr-slider > .container img {
  width: 100%;
}
.cid-qDpADDeMG9 .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-qDpADDeMG9 .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-qDpADDeMG9 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-qDpADDeMG9 .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-qDpADDeMG9 .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-qDpADDeMG9 .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-qDpADDeMG9 .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-qDpADDeMG9 .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-qDpADDeMG9 .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-qDpADDeMG9 .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-qDpADDeMG9 .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-qDpADDeMG9 .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-qDpADDeMG9 .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-qIMSOUvAz4 {
  padding-top: 75px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/banner-agent2-1920x420.png");
}
.cid-qIMSOUvAz4 H2 {
  color: #ffffff;
}
.cid-qIMSRtipTO {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/banner-agent2-1-1920x420.png");
}
@media (max-width: 767px) {
  .cid-qIMSRtipTO .content {
    text-align: center;
  }
  .cid-qIMSRtipTO .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-qIMSRtipTO .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-qIMSRtipTO .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-qIMSRtipTO .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-qIMSRtipTO .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-qIMSRtipTO .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-qIMSRtipTO .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-qIMSRtipTO .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-qIMSRtipTO .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-qIMSRtipTO .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-qIMSRtipTO .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-qIMSRtipTO .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-qIMSRtipTO P {
  text-align: left;
}
.cid-qDpADEVVDD .navbar {
  padding: .5rem 0;
  background: #040e23;
  transition: none;
  min-height: 77px;
}
.cid-qDpADEVVDD .navbar-dropdown.bg-color.transparent.opened {
  background: #040e23;
}
.cid-qDpADEVVDD a {
  font-style: normal;
}
.cid-qDpADEVVDD .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-qDpADEVVDD .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qDpADEVVDD .nav-item:focus,
.cid-qDpADEVVDD .nav-link:focus {
  outline: none;
}
.cid-qDpADEVVDD .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qDpADEVVDD .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qDpADEVVDD .menu-logo {
  margin-right: auto;
}
.cid-qDpADEVVDD .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qDpADEVVDD .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-qDpADEVVDD .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qDpADEVVDD .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qDpADEVVDD .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qDpADEVVDD .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qDpADEVVDD .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qDpADEVVDD .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qDpADEVVDD .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qDpADEVVDD .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qDpADEVVDD .dropdown .dropdown-menu {
  background: #040e23;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qDpADEVVDD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qDpADEVVDD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qDpADEVVDD .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qDpADEVVDD .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qDpADEVVDD .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-qDpADEVVDD .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qDpADEVVDD .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qDpADEVVDD .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qDpADEVVDD .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qDpADEVVDD .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qDpADEVVDD .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qDpADEVVDD button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qDpADEVVDD button.navbar-toggler:focus {
  outline: none;
}
.cid-qDpADEVVDD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-qDpADEVVDD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qDpADEVVDD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qDpADEVVDD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qDpADEVVDD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qDpADEVVDD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qDpADEVVDD nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qDpADEVVDD nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qDpADEVVDD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qDpADEVVDD .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-qDpADEVVDD .collapsed .btn {
  display: flex;
}
.cid-qDpADEVVDD .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qDpADEVVDD .collapsed .navbar-collapse.collapsing,
.cid-qDpADEVVDD .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qDpADEVVDD .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qDpADEVVDD .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qDpADEVVDD .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qDpADEVVDD .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qDpADEVVDD .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qDpADEVVDD .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qDpADEVVDD .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qDpADEVVDD .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qDpADEVVDD .collapsed button.navbar-toggler {
  display: block;
}
.cid-qDpADEVVDD .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-qDpADEVVDD .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qDpADEVVDD .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-qDpADEVVDD .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qDpADEVVDD .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qDpADEVVDD .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-qDpADEVVDD .navbar-expand {
    flex-direction: column;
  }
  .cid-qDpADEVVDD img {
    height: 3.8rem !important;
  }
  .cid-qDpADEVVDD .btn {
    display: flex;
  }
  .cid-qDpADEVVDD button.navbar-toggler {
    display: block;
  }
  .cid-qDpADEVVDD .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-qDpADEVVDD .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qDpADEVVDD .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qDpADEVVDD .navbar-collapse.collapsing,
  .cid-qDpADEVVDD .navbar-collapse.show {
    display: block !important;
  }
  .cid-qDpADEVVDD .navbar-collapse.collapsing .navbar-nav,
  .cid-qDpADEVVDD .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qDpADEVVDD .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qDpADEVVDD .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qDpADEVVDD .navbar-collapse.collapsing .navbar-buttons,
  .cid-qDpADEVVDD .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qDpADEVVDD .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qDpADEVVDD .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qDpADEVVDD .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-qDpADEVVDD .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qDpADEVVDD .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qDpADEVVDD .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 (min-width: 767px) {
  .cid-qDpADEVVDD .menu-logo {
    flex-shrink: 0;
  }
}
.cid-qDpADEVVDD .navbar-collapse {
  flex-basis: auto;
}
.cid-qFLDa1VLcd {
  padding-top: 105px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/print-design-graphic-design-services-in-hyderabad-2000x545.jpg");
}
.cid-qFLDa1VLcd H3 {
  color: #3bceff;
}
.cid-qFLDa1VLcd H1 {
  color: #ff3366;
}
.cid-qFLDa1VLcd P {
  color: #ffffff;
}
.cid-qFLDa2Lbrj {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #073b4c;
}
.cid-qFLDa2Lbrj h2 {
  text-align: left;
}
.cid-qFLDa2Lbrj h4 {
  text-align: left;
  font-weight: 500;
}
.cid-qFLDa2Lbrj p {
  color: #767676;
  text-align: left;
}
.cid-qFLDa2Lbrj .aside-content {
  flex-basis: 100%;
}
.cid-qFLDa2Lbrj .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-qFLDa2Lbrj .media {
  margin: initial;
  align-items: center;
}
.cid-qFLDa2Lbrj .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-qFLDa2Lbrj .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-qFLDa2Lbrj .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-qFLDa2Lbrj .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
  .cid-qFLDa2Lbrj .media-container-row {
    -webkit-flex-direction: row-reverse;
  }
}
@media (max-width: 991px) {
  .cid-qFLDa2Lbrj .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
    padding-bottom: 0;
    margin-bottom: 0;
    padding-top: 1rem;
    margin-top: 2rem;
  }
  .cid-qFLDa2Lbrj .media-container-row {
    -webkit-flex-direction: column-reverse;
  }
}
@media (max-width: 300px) {
  .cid-qFLDa2Lbrj .card-img span {
    font-size: 40px !important;
  }
}
.cid-qFLDa2Lbrj .mbr-text {
  color: #ffffff;
}
.cid-qFLDa2Lbrj H2 {
  color: #7de6f9;
}
.cid-qFLDa2Lbrj .mbr-text B {
  color: #ff3366;
}
.cid-qFLDa3n7gh {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #7f1933;
}
.cid-qFLDa3n7gh h2 {
  text-align: left;
}
.cid-qFLDa3n7gh h4 {
  text-align: left;
  font-weight: 500;
}
.cid-qFLDa3n7gh p {
  color: #767676;
  text-align: left;
}
.cid-qFLDa3n7gh .aside-content {
  flex-basis: 100%;
}
.cid-qFLDa3n7gh .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-qFLDa3n7gh .media {
  margin: initial;
  align-items: center;
}
.cid-qFLDa3n7gh .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-qFLDa3n7gh .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-qFLDa3n7gh .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-qFLDa3n7gh .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-qFLDa3n7gh .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-qFLDa3n7gh .card-img span {
    font-size: 40px !important;
  }
}
.cid-qFLDa3n7gh H2 {
  color: #ffffff;
}
.cid-qFLDa3n7gh .mbr-text {
  color: #ffffff;
}
.cid-qFLDa3n7gh .mbr-text B {
  color: #0e0e0e;
}
.cid-qFLDa3Wh76 {
  padding-top: 60px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/bg-1.jpg");
}
.cid-qFLDa4rJ2b .modal-body .close {
  background: #1b1b1b;
}
.cid-qFLDa4rJ2b .modal-body .close span {
  font-style: normal;
}
.cid-qFLDa4rJ2b .carousel-inner > .active,
.cid-qFLDa4rJ2b .carousel-inner > .next,
.cid-qFLDa4rJ2b .carousel-inner > .prev {
  display: table;
}
.cid-qFLDa4rJ2b .carousel-control .icon-next,
.cid-qFLDa4rJ2b .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-qFLDa4rJ2b .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-qFLDa4rJ2b .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-qFLDa4rJ2b .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-qFLDa4rJ2b .boxed-slider > div {
  position: relative;
}
.cid-qFLDa4rJ2b .container img {
  width: 100%;
}
.cid-qFLDa4rJ2b .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-qFLDa4rJ2b .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-qFLDa4rJ2b .mbr-table-cell {
  padding: 0;
}
.cid-qFLDa4rJ2b .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-qFLDa4rJ2b .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-qFLDa4rJ2b .mbr-overlay {
  z-index: 1;
}
.cid-qFLDa4rJ2b .container-slide.container {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-qFLDa4rJ2b .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-qFLDa4rJ2b .carousel-item .container {
    width: 100%;
  }
}
.cid-qFLDa4rJ2b .carousel-item-next.carousel-item-left,
.cid-qFLDa4rJ2b .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-qFLDa4rJ2b .active.carousel-item-right,
.cid-qFLDa4rJ2b .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-qFLDa4rJ2b .active.carousel-item-left,
.cid-qFLDa4rJ2b .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-qFLDa4rJ2b .mbr-slider .carousel-control {
  top: 50%;
  width: 70px;
  height: 70px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all .3s;
}
.cid-qFLDa4rJ2b .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-qFLDa4rJ2b .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-qFLDa4rJ2b .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .cid-qFLDa4rJ2b .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-qFLDa4rJ2b .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-qFLDa4rJ2b .mbr-slider .carousel-indicators li {
  max-width: 20px;
  width: 20px;
  height: 20px;
  max-height: 20px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-qFLDa4rJ2b .mbr-slider .carousel-indicators li.active,
.cid-qFLDa4rJ2b .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-qFLDa4rJ2b .mbr-slider .carousel-indicators li::after,
.cid-qFLDa4rJ2b .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-qFLDa4rJ2b .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-qFLDa4rJ2b .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-qFLDa4rJ2b .mbr-slider > .container img {
  width: 100%;
}
.cid-qFLDa4rJ2b .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-qFLDa4rJ2b .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-qFLDa4rJ2b .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-qFLDa4rJ2b .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-qFLDa4rJ2b .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-qFLDa4rJ2b .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-qFLDa4rJ2b .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-qFLDa4rJ2b .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-qFLDa4rJ2b .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-qFLDa4rJ2b .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-qFLDa4rJ2b .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-qFLDa4rJ2b .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-qFLDa4rJ2b .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-qIMQ7rW7Gd {
  padding-top: 75px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/banner-agent2-1920x420.png");
}
.cid-qIMQ7rW7Gd H2 {
  color: #ffffff;
}
.cid-qIMQ878MRJ {
  padding-top: 15px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/banner-agent2-1-1920x420.png");
}
.cid-qIMQ878MRJ .socicon-bg-facebook {
  background: #3e5b98;
  color: #ffffff;
}
.cid-qIMQ878MRJ .socicon-bg-twitter {
  background: #4da7de;
  color: #ffffff;
}
.cid-qIMQ878MRJ .socicon-bg-googleplus {
  background: #dd4b39;
  color: #ffffff;
}
.cid-qIMQ878MRJ .socicon-bg-vkontakte {
  background: #5a7fa6;
  color: #ffffff;
}
.cid-qIMQ878MRJ .socicon-bg-odnoklassniki {
  background: #f48420;
  color: #ffffff;
}
.cid-qIMQ878MRJ .socicon-bg-pinterest {
  background: #c92619;
  color: #ffffff;
}
.cid-qIMQ878MRJ .socicon-bg-mail {
  background: #134785;
  color: #ffffff;
}
.cid-qIMQ878MRJ .btn-social {
  border: none !important;
}
.cid-qIMQ878MRJ [class^="socicon-"]:before,
.cid-qIMQ878MRJ [class*=" socicon-"]:before {
  line-height: 44px;
}
@media (max-width: 767px) {
  .cid-qIMQ878MRJ .btn {
    font-size: 20px !important;
  }
}
.cid-qIMQ8Dmr50 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/banner-agent2-1-1920x420.png");
}
@media (max-width: 767px) {
  .cid-qIMQ8Dmr50 .content {
    text-align: center;
  }
  .cid-qIMQ8Dmr50 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-qIMQ8Dmr50 .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-qIMQ8Dmr50 .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-qIMQ8Dmr50 .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-qIMQ8Dmr50 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-qIMQ8Dmr50 .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-qIMQ8Dmr50 .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-qIMQ8Dmr50 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-qIMQ8Dmr50 .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-qIMQ8Dmr50 .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-qIMQ8Dmr50 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-qIMQ8Dmr50 .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-qIMQ8Dmr50 P {
  text-align: left;
}
.cid-qFLDa6tJoe .navbar {
  padding: .5rem 0;
  background: #040e23;
  transition: none;
  min-height: 77px;
}
.cid-qFLDa6tJoe .navbar-dropdown.bg-color.transparent.opened {
  background: #040e23;
}
.cid-qFLDa6tJoe a {
  font-style: normal;
}
.cid-qFLDa6tJoe .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-qFLDa6tJoe .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qFLDa6tJoe .nav-item:focus,
.cid-qFLDa6tJoe .nav-link:focus {
  outline: none;
}
.cid-qFLDa6tJoe .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qFLDa6tJoe .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qFLDa6tJoe .menu-logo {
  margin-right: auto;
}
.cid-qFLDa6tJoe .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qFLDa6tJoe .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-qFLDa6tJoe .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qFLDa6tJoe .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qFLDa6tJoe .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qFLDa6tJoe .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qFLDa6tJoe .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qFLDa6tJoe .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qFLDa6tJoe .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qFLDa6tJoe .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qFLDa6tJoe .dropdown .dropdown-menu {
  background: #040e23;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qFLDa6tJoe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qFLDa6tJoe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qFLDa6tJoe .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qFLDa6tJoe .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qFLDa6tJoe .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-qFLDa6tJoe .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qFLDa6tJoe .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qFLDa6tJoe .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qFLDa6tJoe .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qFLDa6tJoe .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qFLDa6tJoe .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qFLDa6tJoe button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qFLDa6tJoe button.navbar-toggler:focus {
  outline: none;
}
.cid-qFLDa6tJoe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-qFLDa6tJoe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qFLDa6tJoe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qFLDa6tJoe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qFLDa6tJoe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qFLDa6tJoe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qFLDa6tJoe nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qFLDa6tJoe nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qFLDa6tJoe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qFLDa6tJoe .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-qFLDa6tJoe .collapsed .btn {
  display: flex;
}
.cid-qFLDa6tJoe .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qFLDa6tJoe .collapsed .navbar-collapse.collapsing,
.cid-qFLDa6tJoe .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qFLDa6tJoe .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qFLDa6tJoe .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qFLDa6tJoe .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qFLDa6tJoe .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qFLDa6tJoe .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qFLDa6tJoe .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qFLDa6tJoe .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qFLDa6tJoe .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qFLDa6tJoe .collapsed button.navbar-toggler {
  display: block;
}
.cid-qFLDa6tJoe .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-qFLDa6tJoe .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qFLDa6tJoe .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-qFLDa6tJoe .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qFLDa6tJoe .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qFLDa6tJoe .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-qFLDa6tJoe .navbar-expand {
    flex-direction: column;
  }
  .cid-qFLDa6tJoe img {
    height: 3.8rem !important;
  }
  .cid-qFLDa6tJoe .btn {
    display: flex;
  }
  .cid-qFLDa6tJoe button.navbar-toggler {
    display: block;
  }
  .cid-qFLDa6tJoe .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-qFLDa6tJoe .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qFLDa6tJoe .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qFLDa6tJoe .navbar-collapse.collapsing,
  .cid-qFLDa6tJoe .navbar-collapse.show {
    display: block !important;
  }
  .cid-qFLDa6tJoe .navbar-collapse.collapsing .navbar-nav,
  .cid-qFLDa6tJoe .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qFLDa6tJoe .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qFLDa6tJoe .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qFLDa6tJoe .navbar-collapse.collapsing .navbar-buttons,
  .cid-qFLDa6tJoe .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qFLDa6tJoe .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qFLDa6tJoe .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qFLDa6tJoe .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-qFLDa6tJoe .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qFLDa6tJoe .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qFLDa6tJoe .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 (min-width: 767px) {
  .cid-qFLDa6tJoe .menu-logo {
    flex-shrink: 0;
  }
}
.cid-qFLDa6tJoe .navbar-collapse {
  flex-basis: auto;
}
