@import url(https://fonts.googleapis.com/css?family=Rubik:300,400,500,600,700,800,900,300i,400i,500i,600i,700i,800i,900i&display=swap);




body {
  font-family: Rubik;
}
.display-1 {
  font-family: 'SLANT';
  font-size: 4.6rem;
  font-display: swap;
}
.display-1 > .mbr-iconfont {
  font-size: 7.36rem;
}
.display-2 {
  font-family: 'Rubik', sans-serif;
  font-size: 3rem;
  font-display: swap;
}
.display-2 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-4 {
  font-family: 'Rubik', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'Rubik', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.display-5 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-7 {
  font-family: 'Rubik', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.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: 3.68rem;
    font-size: calc( 2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 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 {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 3px;
}
.bg-primary {
  background-color: #020c39 !important;
}
.bg-success {
  background-color: #f7ed4a !important;
}
.bg-info {
  background-color: #82786e !important;
}
.bg-warning {
  background-color: #879a9f !important;
}
.bg-danger {
  background-color: #b1a374 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #020c39 !important;
  border-color: #020c39 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #fa0505 !important;
  border-color: #fa0505 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #af0404 !important;
  border-color: #af0404 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #af0404 !important;
  border-color: #af0404 !important;
}
.btn-info,
.btn-info:active {
  background-color: #82786e !important;
  border-color: #82786e !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-success,
.btn-success:active {
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
  color: #3f3c03 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #879a9f !important;
  border-color: #879a9f !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.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 !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #020c39;
  border-color: #020c39;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #020c39 !important;
  border-color: #020c39 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #960303;
  color: #960303;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #fa0505;
  border-color: #fa0505;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #fa0505 !important;
  border-color: #fa0505 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #4b453f;
  color: #4b453f;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #82786e;
  border-color: #82786e;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #82786e !important;
  border-color: #82786e !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: #55666b;
  color: #55666b;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #879a9f;
  border-color: #879a9f;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #879a9f !important;
  border-color: #879a9f !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: #020c39 !important;
}
.text-secondary {
  color: #fa0505 !important;
}
.text-success {
  color: #f7ed4a !important;
}
.text-info {
  color: #82786e !important;
}
.text-warning {
  color: #879a9f !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: #000000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #960303 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #d2c609 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #4b453f !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #55666b !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: #82786e;
}
.alert-warning {
  background-color: #879a9f;
}
.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,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #020c39;
  border-color: #020c39;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #020c39;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #294ff7;
}
.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: #beb8b2;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ced6d8;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #dfd9c6;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Rubik', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
}
blockquote {
  border-color: #020c39;
}
/* 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;
  }
}
/* Footer */
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #020c39;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #020c39;
}
.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;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .card-wrapper {
    flex: auto !important;
  }
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #020c39;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #020c39;
  border-bottom-color: #020c39;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #020c39 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #fa0505 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 100px;
  height: 100px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23020c39' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.3;
}
.cid-spLSasTeLR .navbar {
  padding: .5rem 0;
  background: #283b91;
  transition: none;
  min-height: 77px;
}
.cid-spLSasTeLR .navbar-dropdown.bg-color.transparent.opened {
  background: #283b91;
}
.cid-spLSasTeLR a {
  font-style: normal;
}
.cid-spLSasTeLR .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-spLSasTeLR .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-spLSasTeLR .nav-item:focus,
.cid-spLSasTeLR .nav-link:focus {
  outline: none;
}
.cid-spLSasTeLR .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-spLSasTeLR .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-spLSasTeLR .menu-logo {
  margin-right: auto;
}
.cid-spLSasTeLR .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-spLSasTeLR .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-spLSasTeLR .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-spLSasTeLR .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-spLSasTeLR .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-spLSasTeLR .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-spLSasTeLR .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-spLSasTeLR .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-spLSasTeLR .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-spLSasTeLR .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-spLSasTeLR .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-spLSasTeLR .dropdown .dropdown-menu {
  background: #283b91;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-spLSasTeLR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-spLSasTeLR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-spLSasTeLR .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-spLSasTeLR .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-spLSasTeLR .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-spLSasTeLR .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-spLSasTeLR .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-spLSasTeLR .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-spLSasTeLR .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-spLSasTeLR .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-spLSasTeLR .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-spLSasTeLR button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-spLSasTeLR button.navbar-toggler:focus {
  outline: none;
}
.cid-spLSasTeLR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-spLSasTeLR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-spLSasTeLR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-spLSasTeLR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-spLSasTeLR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-spLSasTeLR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-spLSasTeLR nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-spLSasTeLR nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-spLSasTeLR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-spLSasTeLR .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-spLSasTeLR .collapsed .btn {
  display: -webkit-flex;
}
.cid-spLSasTeLR .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-spLSasTeLR .collapsed .navbar-collapse.collapsing,
.cid-spLSasTeLR .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-spLSasTeLR .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-spLSasTeLR .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-spLSasTeLR .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-spLSasTeLR .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-spLSasTeLR .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-spLSasTeLR .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-spLSasTeLR .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-spLSasTeLR .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-spLSasTeLR .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-spLSasTeLR .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-spLSasTeLR .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-spLSasTeLR .collapsed button.navbar-toggler {
  display: block;
}
.cid-spLSasTeLR .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-spLSasTeLR .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-spLSasTeLR .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-spLSasTeLR .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-spLSasTeLR .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-spLSasTeLR .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: 1023px) {
  .cid-spLSasTeLR .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-spLSasTeLR img {
    height: 3.8rem !important;
  }
  .cid-spLSasTeLR .btn {
    display: -webkit-flex;
  }
  .cid-spLSasTeLR button.navbar-toggler {
    display: block;
  }
  .cid-spLSasTeLR .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-spLSasTeLR .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-spLSasTeLR .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-spLSasTeLR .navbar-collapse.collapsing,
  .cid-spLSasTeLR .navbar-collapse.show {
    display: block !important;
  }
  .cid-spLSasTeLR .navbar-collapse.collapsing .navbar-nav,
  .cid-spLSasTeLR .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-spLSasTeLR .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-spLSasTeLR .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-spLSasTeLR .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-spLSasTeLR .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-spLSasTeLR .navbar-collapse.collapsing .navbar-buttons,
  .cid-spLSasTeLR .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-spLSasTeLR .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-spLSasTeLR .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-spLSasTeLR .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-spLSasTeLR .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-spLSasTeLR .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-spLSasTeLR .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-spLSasTeLR .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-spLSasTeLR .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-spLSasTeLR .nav-link:hover,
.cid-spLSasTeLR .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-spLS8cMhRs {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #f2f6ff;
  position: relative;
  overflow: hidden;
}
.cid-spLS8cMhRs svg {
  position: absolute;
  bottom: 4rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.2);
  animation: wave 5s ease-in-out infinite;
}
@keyframes line {
  from {
    transform: translateY(4px);
  }
  50% {
    transform: translateY(-4px);
  }
  to {
    transform: translateY(4px);
  }
}
@keyframes wave {
  from {
    transform: rotate(-0.2deg) translate(-50%) scale(2, 1.2);
  }
  50% {
    transform: rotate(0.2deg) translate(-50%) scale(2.1, 1.3);
  }
  to {
    transform: rotate(-0.2deg) translate(-50%) scale(2, 1.2);
  }
}
.cid-spLS8cMhRs .mbr-text,
.cid-spLS8cMhRs .mbr-section-btn {
  color: #000000;
}
.cid-spLS8cMhRs #e12_areaS3 {
  fill: #ea8ea5 !important;
}
.cid-spLS8cMhRs #e19_areaS3 {
  fill: #839ef5 !important;
}
.cid-spLS8cMhRs H1 {
  color: #000000;
}
.cid-spLS8cMhRs img {
  width: 70%;
  border-radius: 10px;
  height: 100%;
  object-fit: cover;
  animation: line 4s ease-in-out infinite;
  box-shadow: 0 10px 55px 5px rgba(251, 55, 55, 0.35);
}
.cid-spLS8cMhRs .box {
  width: 95%;
  height: 90%;
  opacity: 0.5;
  background-color: #ffffff;
  position: absolute;
  top: 5%;
  left: 50%;
  transform: translate(-50%);
  border-radius: 0.5rem;
}
@media (max-width: 1200px) {
  .cid-spLS8cMhRs .box {
    top: 2%;
    width: 97%;
    height: 96%;
  }
}
@media (max-width: 576px) {
  .cid-spLS8cMhRs img {
    left: 0px;
    width: 100%;
  }
}
.cid-spLSczjgW9 {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-spLSczjgW9 .mbr-section-subtitle {
  color: #767676;
}
.cid-spLSczjgW9 H2 {
  color: #232323;
}
.cid-spLSgw800n {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #efefef;
}
.cid-spLSgw800n .card-box {
  padding: 0 2rem;
}
.cid-spLSgw800n .mbr-section-btn {
  padding-top: 1rem;
}
.cid-spLSgw800n .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-spLSgw800n h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-spLSgw800n p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-spLSgw800n .mbr-text {
  color: #efefef;
}
.cid-spLSgw800n .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #1c1c76;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-spLSgw800n .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-spLSgw800n .card-title {
  color: #ffffff;
}
.cid-spLSjGAfBI {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #efefef;
}
.cid-spLSjGAfBI .card-box {
  padding: 0 2rem;
}
.cid-spLSjGAfBI .mbr-section-btn {
  padding-top: 1rem;
}
.cid-spLSjGAfBI .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-spLSjGAfBI h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-spLSjGAfBI p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-spLSjGAfBI .mbr-text {
  color: #efefef;
  text-align: left;
}
.cid-spLSjGAfBI .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #1c1c76;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-spLSjGAfBI .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-spLSjGAfBI .card-title {
  color: #ffffff;
  text-align: center;
}
.cid-sqOuB3LXEt {
  padding-top: 45px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/s4-1600x900.jpg");
}
.cid-sqOuB3LXEt h2,
.cid-sqOuB3LXEt h3,
.cid-sqOuB3LXEt h4,
.cid-sqOuB3LXEt p {
  color: #ffffff;
}
.cid-sqOuB3LXEt .mbr-overlay {
  z-index: -1;
}
.cid-sqOuB3LXEt .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-sqOuB3LXEt .form-control {
  box-shadow: none;
  margin-bottom: 15px;
  padding: 1.07em 1.07em;
  background-color: #efefef;
  border: 1px solid #000000;
  color: #656565;
  line-height: 1.43;
  min-height: 3.5em;
  border-radius: .25rem;
}
.cid-sqOuB3LXEt .form-control:focus,
.cid-sqOuB3LXEt .form-control:hover {
  border: 1px solid #ce1317;
  background-color: #f5f5f5;
}
.cid-sqOuB3LXEt .form-group {
  margin-bottom: 1rem;
}
.cid-sqOuB3LXEt input::-webkit-input-placeholder,
.cid-sqOuB3LXEt textarea::-webkit-input-placeholder {
  color: #656565;
}
.cid-sqOuB3LXEt input:-moz-placeholder,
.cid-sqOuB3LXEt textarea:-moz-placeholder {
  color: #656565;
}
.cid-sqOuB3LXEt .jq-selectbox li,
.cid-sqOuB3LXEt .jq-selectbox li {
  background-color: #efefef;
  color: #000000;
}
.cid-sqOuB3LXEt .jq-selectbox li:hover,
.cid-sqOuB3LXEt .jq-selectbox li.selected {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-sqOuB3LXEt .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #efefef;
}
.cid-sqOuB3LXEt .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-sqOuB3LXEt .subtext {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}
.cid-sqOuB3LXEt .media-container-row {
  -webkit-align-items: center;
  align-items: center;
}
.cid-sqOuB3LXEt .mbr-text {
  color: #767676;
}
.cid-sqOuB3LXEt .form-block {
  padding: 3rem;
  position: relative;
}
.cid-sqOuB3LXEt .form-block .bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #cccccc;
  opacity: 0.5;
  z-index: 0;
}
.cid-sqOuB3LXEt .form-block .form-wrap {
  position: relative;
  z-index: 1;
}
.cid-sqOuB3LXEt a:not([href]):not([tabindex]) {
  color: #fff;
}
.cid-sqOuB3LXEt .multi-horizontal {
  flex-grow: 1;
  -webkit-flex-grow: 1;
  max-width: 100%;
}
.cid-sqOuB3LXEt .input-group-btn {
  display: block;
  text-align: center;
}
.cid-sqOuB3LXEt textarea.form-control {
  resize: none;
}
@media (min-width: 768px) {
  .cid-sqOuB3LXEt .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-sqOuB3LXEt .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
}
@media (max-width: 991px) {
  .cid-sqOuB3LXEt .google-map {
    padding-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sqOuB3LXEt h2 {
    padding-top: 2rem;
  }
}
@media (max-width: 499px) {
  .cid-sqOuB3LXEt .block-content {
    padding: 0;
  }
  .cid-sqOuB3LXEt .form-block {
    padding: 1rem;
  }
}
.cid-spNrieSF2r {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #283b91;
}
@media (max-width: 767px) {
  .cid-spNrieSF2r .content {
    text-align: center;
  }
  .cid-spNrieSF2r .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-spNrieSF2r .map {
  height: 18.75rem;
}
@media (max-width: 767px) {
  .cid-spNrieSF2r .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-spNrieSF2r .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-spNrieSF2r .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-spNrieSF2r .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-spNrieSF2r .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-spNrieSF2r .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-spNrieSF2r .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-spNrieSF2r .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-spNrieSF2r .google-map {
  height: 25rem;
  position: relative;
}
.cid-spNrieSF2r .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-spNrieSF2r .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-spNrieSF2r .google-map[data-state] {
  background: #e9e5dc;
}
.cid-spNrieSF2r .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-spLSasTeLR .navbar {
  padding: .5rem 0;
  background: #283b91;
  transition: none;
  min-height: 77px;
}
.cid-spLSasTeLR .navbar-dropdown.bg-color.transparent.opened {
  background: #283b91;
}
.cid-spLSasTeLR a {
  font-style: normal;
}
.cid-spLSasTeLR .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-spLSasTeLR .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-spLSasTeLR .nav-item:focus,
.cid-spLSasTeLR .nav-link:focus {
  outline: none;
}
.cid-spLSasTeLR .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-spLSasTeLR .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-spLSasTeLR .menu-logo {
  margin-right: auto;
}
.cid-spLSasTeLR .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-spLSasTeLR .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-spLSasTeLR .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-spLSasTeLR .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-spLSasTeLR .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-spLSasTeLR .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-spLSasTeLR .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-spLSasTeLR .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-spLSasTeLR .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-spLSasTeLR .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-spLSasTeLR .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-spLSasTeLR .dropdown .dropdown-menu {
  background: #283b91;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-spLSasTeLR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-spLSasTeLR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-spLSasTeLR .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-spLSasTeLR .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-spLSasTeLR .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-spLSasTeLR .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-spLSasTeLR .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-spLSasTeLR .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-spLSasTeLR .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-spLSasTeLR .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-spLSasTeLR .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-spLSasTeLR button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-spLSasTeLR button.navbar-toggler:focus {
  outline: none;
}
.cid-spLSasTeLR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-spLSasTeLR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-spLSasTeLR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-spLSasTeLR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-spLSasTeLR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-spLSasTeLR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-spLSasTeLR nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-spLSasTeLR nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-spLSasTeLR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-spLSasTeLR .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-spLSasTeLR .collapsed .btn {
  display: -webkit-flex;
}
.cid-spLSasTeLR .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-spLSasTeLR .collapsed .navbar-collapse.collapsing,
.cid-spLSasTeLR .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-spLSasTeLR .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-spLSasTeLR .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-spLSasTeLR .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-spLSasTeLR .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-spLSasTeLR .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-spLSasTeLR .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-spLSasTeLR .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-spLSasTeLR .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-spLSasTeLR .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-spLSasTeLR .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-spLSasTeLR .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-spLSasTeLR .collapsed button.navbar-toggler {
  display: block;
}
.cid-spLSasTeLR .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-spLSasTeLR .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-spLSasTeLR .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-spLSasTeLR .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-spLSasTeLR .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-spLSasTeLR .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: 1023px) {
  .cid-spLSasTeLR .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-spLSasTeLR img {
    height: 3.8rem !important;
  }
  .cid-spLSasTeLR .btn {
    display: -webkit-flex;
  }
  .cid-spLSasTeLR button.navbar-toggler {
    display: block;
  }
  .cid-spLSasTeLR .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-spLSasTeLR .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-spLSasTeLR .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-spLSasTeLR .navbar-collapse.collapsing,
  .cid-spLSasTeLR .navbar-collapse.show {
    display: block !important;
  }
  .cid-spLSasTeLR .navbar-collapse.collapsing .navbar-nav,
  .cid-spLSasTeLR .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-spLSasTeLR .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-spLSasTeLR .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-spLSasTeLR .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-spLSasTeLR .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-spLSasTeLR .navbar-collapse.collapsing .navbar-buttons,
  .cid-spLSasTeLR .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-spLSasTeLR .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-spLSasTeLR .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-spLSasTeLR .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-spLSasTeLR .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-spLSasTeLR .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-spLSasTeLR .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-spLSasTeLR .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-spLSasTeLR .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-spLSasTeLR .nav-link:hover,
.cid-spLSasTeLR .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-sqqTa7wWkv {
  background: #1c1c76;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-sqqTa7wWkv .image-block {
  margin: auto;
}
.cid-sqqTa7wWkv .mbr-figure {
  margin: 0 auto;
}
.cid-sqqTa7wWkv figcaption {
  position: relative;
}
.cid-sqqTa7wWkv figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sqqTa7wWkv .image-block {
    width: 100% !important;
  }
}
.cid-szRxF4Ixaq {
  background: #ffffff;
}
.cid-szRxF4Ixaq .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-szRxF4Ixaq .mbr-figure {
  margin: 0 auto;
}
.cid-szRxF4Ixaq figcaption {
  position: relative;
}
.cid-szRxF4Ixaq figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-szRxF4Ixaq .image-block {
    width: 100% !important;
  }
}
.cid-szRxG4sny7 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-szRxG4sny7 .mbr-section-title,
.cid-szRxG4sny7 .mbr-section-subtitle {
  color: #000000;
}
.cid-szRxG4sny7 .mbr-section-text {
  color: #232323;
}
.cid-szRxG4sny7 .mbr-text,
.cid-szRxG4sny7 .typed-text,
.cid-szRxG4sny7 .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-szRxG4sny7 .btn {
  margin-left: 4px !important;
}
.cid-szRxG4sny7 .animated-element {
  color: #ff3366;
}
.cid-szRxG4sny7 .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #ff3366;
}
.cid-szRxG4sny7 .mbr-figure {
  border-radius: .25rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-szRxG4sny7 .typed-text,
  .cid-szRxG4sny7 .mbr-section-subtitle,
  .cid-szRxG4sny7 .mbr-section-text,
  .cid-szRxG4sny7 .mbr-section-btn {
    text-align: center !important;
  }
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-szRxG4sny7 .mbr-section-subtitle,
.cid-szRxG4sny7 .typed-text {
  color: #fa0505;
}
.cid-szRxG4sny7 .mbr-section-text,
.cid-szRxG4sny7 .mbr-section-btn {
  color: #000000;
}
.cid-sq6Tbf2HDI {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #283b91;
}
.cid-sq6Tbf2HDI .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sq6Tbf2HDI .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sq6Tbf2HDI .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sq6Tbf2HDI .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-sq6Tbf2HDI .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-sq6Tbf2HDI .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sq6Tbf2HDI .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sq6Tbf2HDI .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-sq6Tbf2HDI .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sq6Tbf2HDI .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sq6Tbf2HDI .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sq6Tbf2HDI .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sq6Tbf2HDI .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sq6Tbf2HDI .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-sq9hZ6PH3t .navbar {
  padding: .5rem 0;
  background: #283b91;
  transition: none;
  min-height: 77px;
}
.cid-sq9hZ6PH3t .navbar-dropdown.bg-color.transparent.opened {
  background: #283b91;
}
.cid-sq9hZ6PH3t a {
  font-style: normal;
}
.cid-sq9hZ6PH3t .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sq9hZ6PH3t .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-sq9hZ6PH3t .nav-item:focus,
.cid-sq9hZ6PH3t .nav-link:focus {
  outline: none;
}
.cid-sq9hZ6PH3t .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sq9hZ6PH3t .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sq9hZ6PH3t .menu-logo {
  margin-right: auto;
}
.cid-sq9hZ6PH3t .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sq9hZ6PH3t .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-sq9hZ6PH3t .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sq9hZ6PH3t .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sq9hZ6PH3t .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sq9hZ6PH3t .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sq9hZ6PH3t .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sq9hZ6PH3t .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sq9hZ6PH3t .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sq9hZ6PH3t .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sq9hZ6PH3t .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sq9hZ6PH3t .dropdown .dropdown-menu {
  background: #283b91;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sq9hZ6PH3t .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sq9hZ6PH3t .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sq9hZ6PH3t .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sq9hZ6PH3t .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-sq9hZ6PH3t .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-sq9hZ6PH3t .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sq9hZ6PH3t .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sq9hZ6PH3t .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sq9hZ6PH3t .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sq9hZ6PH3t .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sq9hZ6PH3t .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sq9hZ6PH3t button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sq9hZ6PH3t button.navbar-toggler:focus {
  outline: none;
}
.cid-sq9hZ6PH3t button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sq9hZ6PH3t button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sq9hZ6PH3t button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sq9hZ6PH3t button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sq9hZ6PH3t button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sq9hZ6PH3t nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sq9hZ6PH3t nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sq9hZ6PH3t nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sq9hZ6PH3t nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sq9hZ6PH3t .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sq9hZ6PH3t .collapsed .btn {
  display: -webkit-flex;
}
.cid-sq9hZ6PH3t .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sq9hZ6PH3t .collapsed .navbar-collapse.collapsing,
.cid-sq9hZ6PH3t .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sq9hZ6PH3t .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sq9hZ6PH3t .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sq9hZ6PH3t .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sq9hZ6PH3t .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sq9hZ6PH3t .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-sq9hZ6PH3t .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-sq9hZ6PH3t .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sq9hZ6PH3t .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sq9hZ6PH3t .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sq9hZ6PH3t .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-sq9hZ6PH3t .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sq9hZ6PH3t .collapsed button.navbar-toggler {
  display: block;
}
.cid-sq9hZ6PH3t .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sq9hZ6PH3t .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sq9hZ6PH3t .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-sq9hZ6PH3t .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sq9hZ6PH3t .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sq9hZ6PH3t .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: 1023px) {
  .cid-sq9hZ6PH3t .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sq9hZ6PH3t img {
    height: 3.8rem !important;
  }
  .cid-sq9hZ6PH3t .btn {
    display: -webkit-flex;
  }
  .cid-sq9hZ6PH3t button.navbar-toggler {
    display: block;
  }
  .cid-sq9hZ6PH3t .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sq9hZ6PH3t .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sq9hZ6PH3t .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sq9hZ6PH3t .navbar-collapse.collapsing,
  .cid-sq9hZ6PH3t .navbar-collapse.show {
    display: block !important;
  }
  .cid-sq9hZ6PH3t .navbar-collapse.collapsing .navbar-nav,
  .cid-sq9hZ6PH3t .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sq9hZ6PH3t .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sq9hZ6PH3t .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sq9hZ6PH3t .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-sq9hZ6PH3t .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-sq9hZ6PH3t .navbar-collapse.collapsing .navbar-buttons,
  .cid-sq9hZ6PH3t .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sq9hZ6PH3t .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sq9hZ6PH3t .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sq9hZ6PH3t .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-sq9hZ6PH3t .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sq9hZ6PH3t .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sq9hZ6PH3t .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-sq9hZ6PH3t .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-sq9hZ6PH3t .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sq9hZ6PH3t .nav-link:hover,
.cid-sq9hZ6PH3t .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-sqqX3TK06Y {
  background: #1c1c76;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-sqqX3TK06Y .image-block {
  margin: auto;
}
.cid-sqqX3TK06Y .mbr-figure {
  margin: 0 auto;
}
.cid-sqqX3TK06Y figcaption {
  position: relative;
}
.cid-sqqX3TK06Y figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sqqX3TK06Y .image-block {
    width: 100% !important;
  }
}
.cid-sq9AfrQTps {
  background: #ffffff;
}
.cid-sq9AfrQTps .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sq9AfrQTps .mbr-figure {
  margin: 0 auto;
}
.cid-sq9AfrQTps figcaption {
  position: relative;
}
.cid-sq9AfrQTps figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sq9AfrQTps .image-block {
    width: 100% !important;
  }
}
.cid-sq9AkLxsjW {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-sq9AkLxsjW .mbr-section-title,
.cid-sq9AkLxsjW .mbr-section-subtitle {
  color: #000000;
}
.cid-sq9AkLxsjW .mbr-section-text {
  color: #232323;
}
.cid-sq9AkLxsjW .mbr-text,
.cid-sq9AkLxsjW .typed-text,
.cid-sq9AkLxsjW .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-sq9AkLxsjW .btn {
  margin-left: 4px !important;
}
.cid-sq9AkLxsjW .animated-element {
  color: #ff3366;
}
.cid-sq9AkLxsjW .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #ff3366;
}
.cid-sq9AkLxsjW .mbr-figure {
  border-radius: .25rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-sq9AkLxsjW .typed-text,
  .cid-sq9AkLxsjW .mbr-section-subtitle,
  .cid-sq9AkLxsjW .mbr-section-text,
  .cid-sq9AkLxsjW .mbr-section-btn {
    text-align: center !important;
  }
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-sq9AkLxsjW .mbr-section-subtitle,
.cid-sq9AkLxsjW .typed-text {
  color: #fa0505;
}
.cid-sq9AkLxsjW .mbr-section-text,
.cid-sq9AkLxsjW .mbr-section-btn {
  color: #000000;
  text-align: right;
}
.cid-sq9hZ8PyOW {
  background: #ffffff;
}
.cid-sq9hZ8PyOW .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sq9hZ8PyOW figcaption {
  position: relative;
}
.cid-sq9hZ8PyOW figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sq9hZ8PyOW .image-block {
    width: 100% !important;
  }
}
.cid-sq9rWSp449 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/background111.jpg");
}
.cid-sq9rWSp449 .mbr-section-title,
.cid-sq9rWSp449 .mbr-section-subtitle {
  color: #000000;
}
.cid-sq9rWSp449 .mbr-section-text {
  color: #232323;
}
.cid-sq9rWSp449 .mbr-text,
.cid-sq9rWSp449 .typed-text,
.cid-sq9rWSp449 .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-sq9rWSp449 .btn {
  margin-left: 4px !important;
}
.cid-sq9rWSp449 .animated-element {
  color: #ff3366;
}
.cid-sq9rWSp449 .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #ff3366;
}
.cid-sq9rWSp449 .mbr-figure {
  border-radius: .25rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-sq9rWSp449 .typed-text,
  .cid-sq9rWSp449 .mbr-section-subtitle,
  .cid-sq9rWSp449 .mbr-section-text,
  .cid-sq9rWSp449 .mbr-section-btn {
    text-align: center !important;
  }
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-sq9rWSp449 .mbr-section-subtitle,
.cid-sq9rWSp449 .typed-text {
  color: #fa0505;
}
.cid-sq9rWSp449 .mbr-section-text,
.cid-sq9rWSp449 .mbr-section-btn {
  text-align: right;
}
.cid-sCYg0ySEh9 {
  background: #ffffff;
}
.cid-sCYg0ySEh9 .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sCYg0ySEh9 .mbr-figure {
  margin: 0 auto;
}
.cid-sCYg0ySEh9 figcaption {
  position: relative;
}
.cid-sCYg0ySEh9 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sCYg0ySEh9 .image-block {
    width: 100% !important;
  }
}
.cid-sCYg7qP6u1 {
  padding-top: 40px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-sCYg7qP6u1 .mbr-overlay {
  background: linear-gradient(90deg, #a9b6de, #a9b6de);
}
.cid-sCYg7qP6u1 .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-sCYg7qP6u1 .text-content {
  padding-right: 1.5rem;
}
.cid-sCYg7qP6u1 .mbr-text,
.cid-sCYg7qP6u1 .mbr-section-btn {
  color: #000000;
}
.cid-sCYg7qP6u1 .mbr-figure img {
  -webkit-box-shadow: 0px 0px 30px rgba(120, 120, 120, 0.3);
  box-shadow: 0px 0px 30px rgba(120, 120, 120, 0.3);
  border-radius: .25rem;
}
.cid-sCYg7qP6u1 .counter-container {
  padding: 1rem 0;
  position: relative;
}
.cid-sCYg7qP6u1 .counter-container ul {
  margin-bottom: 0;
  padding-left: 1.5rem;
}
.cid-sCYg7qP6u1 .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-sCYg7qP6u1 .counter-container ul li:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  position: absolute;
  left: 0px;
  padding-top: 2px;
  display: inline-block;
  text-align: center;
  margin: 4px 0px;
  line-height: 10px;
  transition: all .2s;
  width: 16px;
  height: 16px;
  font-size: 16px !important;
  font-weight: 500;
  background: none;
  color: #188ef4;
}
@media (max-width: 991px) {
  .cid-sCYg7qP6u1 .main-row {
    margin: 0;
  }
  .cid-sCYg7qP6u1 .mbr-section-title,
  .cid-sCYg7qP6u1 .mbr-text,
  .cid-sCYg7qP6u1 .list,
  .cid-sCYg7qP6u1 .mbr-section-btn {
    text-align: center !important;
  }
  .cid-sCYg7qP6u1 .text-content {
    padding: 0;
  }
}
.cid-sCYg7qP6u1 .mbr-section-title {
  color: #fa0505;
}
.cid-sCYg7qP6u1 .mbr-text,
.cid-sCYg7qP6u1 .mbr-section-btn DIV {
  text-align: right;
}
.cid-sCYfZN6Y8D {
  background: #ffffff;
}
.cid-sCYfZN6Y8D .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sCYfZN6Y8D .mbr-figure {
  margin: 0 auto;
}
.cid-sCYfZN6Y8D figcaption {
  position: relative;
}
.cid-sCYfZN6Y8D figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sCYfZN6Y8D .image-block {
    width: 100% !important;
  }
}
.cid-sCYnDFJyGQ {
  padding-top: 80px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-sCYnDFJyGQ .mbr-overlay {
  background: linear-gradient(90deg, #a9b6de, #b2ccd2);
}
.cid-sCYnDFJyGQ .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-sCYnDFJyGQ .text-content {
  padding-right: 1.5rem;
  padding-right: 0;
  padding-left: 1.5rem;
}
.cid-sCYnDFJyGQ .main-row {
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
}
.cid-sCYnDFJyGQ .mbr-text,
.cid-sCYnDFJyGQ .mbr-section-btn {
  color: #000000;
}
.cid-sCYnDFJyGQ .mbr-figure img {
  -webkit-box-shadow: 0px 0px 30px rgba(120, 120, 120, 0.3);
  box-shadow: 0px 0px 30px rgba(120, 120, 120, 0.3);
  border-radius: .25rem;
}
.cid-sCYnDFJyGQ .counter-container {
  padding: 1rem 0;
  position: relative;
}
.cid-sCYnDFJyGQ .counter-container ul {
  margin-bottom: 0;
  padding-left: 1.5rem;
}
.cid-sCYnDFJyGQ .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-sCYnDFJyGQ .counter-container ul li:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  position: absolute;
  left: 0px;
  padding-top: 2px;
  display: inline-block;
  text-align: center;
  margin: 4px 0px;
  line-height: 10px;
  transition: all .2s;
  width: 16px;
  height: 16px;
  font-size: 16px !important;
  font-weight: 500;
  background: none;
  color: #188ef4;
}
@media (max-width: 991px) {
  .cid-sCYnDFJyGQ .main-row {
    margin: 0;
  }
  .cid-sCYnDFJyGQ .mbr-section-title,
  .cid-sCYnDFJyGQ .mbr-text,
  .cid-sCYnDFJyGQ .list,
  .cid-sCYnDFJyGQ .mbr-section-btn {
    text-align: center !important;
  }
  .cid-sCYnDFJyGQ .text-content {
    padding: 0;
  }
}
.cid-sCYnDFJyGQ .mbr-section-title {
  color: #fa0505;
}
.cid-sq9hZgiHoF {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #283b91;
}
.cid-sq9hZgiHoF .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sq9hZgiHoF .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sq9hZgiHoF .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sq9hZgiHoF .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-sq9hZgiHoF .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-sq9hZgiHoF .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sq9hZgiHoF .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sq9hZgiHoF .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-sq9hZgiHoF .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sq9hZgiHoF .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sq9hZgiHoF .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sq9hZgiHoF .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sq9hZgiHoF .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sq9hZgiHoF .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-sq9G9BeEXt .navbar {
  padding: .5rem 0;
  background: #283b91;
  transition: none;
  min-height: 77px;
}
.cid-sq9G9BeEXt .navbar-dropdown.bg-color.transparent.opened {
  background: #283b91;
}
.cid-sq9G9BeEXt a {
  font-style: normal;
}
.cid-sq9G9BeEXt .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sq9G9BeEXt .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-sq9G9BeEXt .nav-item:focus,
.cid-sq9G9BeEXt .nav-link:focus {
  outline: none;
}
.cid-sq9G9BeEXt .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sq9G9BeEXt .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sq9G9BeEXt .menu-logo {
  margin-right: auto;
}
.cid-sq9G9BeEXt .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sq9G9BeEXt .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-sq9G9BeEXt .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sq9G9BeEXt .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sq9G9BeEXt .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sq9G9BeEXt .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sq9G9BeEXt .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sq9G9BeEXt .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sq9G9BeEXt .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sq9G9BeEXt .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sq9G9BeEXt .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sq9G9BeEXt .dropdown .dropdown-menu {
  background: #283b91;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sq9G9BeEXt .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sq9G9BeEXt .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sq9G9BeEXt .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sq9G9BeEXt .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-sq9G9BeEXt .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-sq9G9BeEXt .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sq9G9BeEXt .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sq9G9BeEXt .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sq9G9BeEXt .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sq9G9BeEXt .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sq9G9BeEXt .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sq9G9BeEXt button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sq9G9BeEXt button.navbar-toggler:focus {
  outline: none;
}
.cid-sq9G9BeEXt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sq9G9BeEXt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sq9G9BeEXt button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sq9G9BeEXt button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sq9G9BeEXt button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sq9G9BeEXt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sq9G9BeEXt nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sq9G9BeEXt nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sq9G9BeEXt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sq9G9BeEXt .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sq9G9BeEXt .collapsed .btn {
  display: -webkit-flex;
}
.cid-sq9G9BeEXt .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sq9G9BeEXt .collapsed .navbar-collapse.collapsing,
.cid-sq9G9BeEXt .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sq9G9BeEXt .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sq9G9BeEXt .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sq9G9BeEXt .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sq9G9BeEXt .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sq9G9BeEXt .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-sq9G9BeEXt .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-sq9G9BeEXt .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sq9G9BeEXt .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sq9G9BeEXt .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sq9G9BeEXt .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-sq9G9BeEXt .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sq9G9BeEXt .collapsed button.navbar-toggler {
  display: block;
}
.cid-sq9G9BeEXt .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sq9G9BeEXt .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sq9G9BeEXt .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-sq9G9BeEXt .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sq9G9BeEXt .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sq9G9BeEXt .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: 1023px) {
  .cid-sq9G9BeEXt .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sq9G9BeEXt img {
    height: 3.8rem !important;
  }
  .cid-sq9G9BeEXt .btn {
    display: -webkit-flex;
  }
  .cid-sq9G9BeEXt button.navbar-toggler {
    display: block;
  }
  .cid-sq9G9BeEXt .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sq9G9BeEXt .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sq9G9BeEXt .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sq9G9BeEXt .navbar-collapse.collapsing,
  .cid-sq9G9BeEXt .navbar-collapse.show {
    display: block !important;
  }
  .cid-sq9G9BeEXt .navbar-collapse.collapsing .navbar-nav,
  .cid-sq9G9BeEXt .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sq9G9BeEXt .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sq9G9BeEXt .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sq9G9BeEXt .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-sq9G9BeEXt .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-sq9G9BeEXt .navbar-collapse.collapsing .navbar-buttons,
  .cid-sq9G9BeEXt .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sq9G9BeEXt .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sq9G9BeEXt .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sq9G9BeEXt .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-sq9G9BeEXt .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sq9G9BeEXt .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sq9G9BeEXt .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-sq9G9BeEXt .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-sq9G9BeEXt .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sq9G9BeEXt .nav-link:hover,
.cid-sq9G9BeEXt .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-sq9G9D3zF6 {
  background: #1c1c76;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-sq9G9D3zF6 .image-block {
  margin: auto;
}
.cid-sq9G9D3zF6 figcaption {
  position: relative;
}
.cid-sq9G9D3zF6 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sq9G9D3zF6 .image-block {
    width: 100% !important;
  }
}
.cid-sqqZZm0vQ4 {
  background: #ffffff;
}
.cid-sqqZZm0vQ4 .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sqqZZm0vQ4 figcaption {
  position: relative;
}
.cid-sqqZZm0vQ4 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sqqZZm0vQ4 .image-block {
    width: 100% !important;
  }
}
.cid-sq9G9E6gxS {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/background111.jpg");
}
.cid-sq9G9E6gxS .mbr-section-title,
.cid-sq9G9E6gxS .mbr-section-subtitle {
  color: #000000;
}
.cid-sq9G9E6gxS .mbr-section-text {
  color: #232323;
}
.cid-sq9G9E6gxS .mbr-text,
.cid-sq9G9E6gxS .typed-text,
.cid-sq9G9E6gxS .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-sq9G9E6gxS .btn {
  margin-left: 4px !important;
}
.cid-sq9G9E6gxS .animated-element {
  color: #ff3366;
}
.cid-sq9G9E6gxS .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #ff3366;
}
.cid-sq9G9E6gxS .mbr-figure {
  border-radius: .25rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-sq9G9E6gxS .typed-text,
  .cid-sq9G9E6gxS .mbr-section-subtitle,
  .cid-sq9G9E6gxS .mbr-section-text,
  .cid-sq9G9E6gxS .mbr-section-btn {
    text-align: center !important;
  }
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-sq9G9E6gxS .mbr-section-subtitle,
.cid-sq9G9E6gxS .typed-text {
  color: #fa0505;
}
.cid-szRJEriJ31 {
  background: #ffffff;
}
.cid-szRJEriJ31 .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-szRJEriJ31 .mbr-figure {
  margin: 0 auto;
}
.cid-szRJEriJ31 figcaption {
  position: relative;
}
.cid-szRJEriJ31 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-szRJEriJ31 .image-block {
    width: 100% !important;
  }
}
.cid-szRJAanZLU {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #ced9f9;
}
.cid-szRJAanZLU .mbr-overlay {
  background: linear-gradient(90deg, #ced9f9, #ced9f9);
}
.cid-szRJAanZLU .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-szRJAanZLU .text-content {
  padding-right: 1.5rem;
}
.cid-szRJAanZLU .mbr-text,
.cid-szRJAanZLU .mbr-section-btn {
  color: #000000;
}
.cid-szRJAanZLU .mbr-figure img {
  -webkit-box-shadow: 0px 0px 30px rgba(120, 120, 120, 0.3);
  box-shadow: 0px 0px 30px rgba(120, 120, 120, 0.3);
  border-radius: .25rem;
}
.cid-szRJAanZLU .counter-container {
  padding: 1rem 0;
  position: relative;
}
.cid-szRJAanZLU .counter-container ul {
  margin-bottom: 0;
  padding-left: 1.5rem;
}
.cid-szRJAanZLU .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-szRJAanZLU .counter-container ul li:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  position: absolute;
  left: 0px;
  padding-top: 2px;
  display: inline-block;
  text-align: center;
  margin: 4px 0px;
  line-height: 10px;
  transition: all .2s;
  width: 16px;
  height: 16px;
  font-size: 16px !important;
  font-weight: 500;
  background: none;
  color: #fa0505;
}
@media (max-width: 991px) {
  .cid-szRJAanZLU .main-row {
    margin: 0;
  }
  .cid-szRJAanZLU .mbr-section-title,
  .cid-szRJAanZLU .mbr-text,
  .cid-szRJAanZLU .list,
  .cid-szRJAanZLU .mbr-section-btn {
    text-align: center !important;
  }
  .cid-szRJAanZLU .text-content {
    padding: 0;
  }
}
.cid-szRJAanZLU .mbr-section-title {
  color: #fa0505;
}
.cid-szRJAanZLU .mbr-text,
.cid-szRJAanZLU .mbr-section-btn DIV {
  text-align: left;
}
.cid-szRJAanZLU .list {
  color: #000000;
}
.cid-sq9G9MuhDK {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #283b91;
}
.cid-sq9G9MuhDK .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sq9G9MuhDK .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sq9G9MuhDK .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sq9G9MuhDK .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-sq9G9MuhDK .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-sq9G9MuhDK .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sq9G9MuhDK .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sq9G9MuhDK .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-sq9G9MuhDK .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sq9G9MuhDK .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sq9G9MuhDK .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sq9G9MuhDK .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sq9G9MuhDK .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sq9G9MuhDK .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-sq9LRyzymG .navbar {
  padding: .5rem 0;
  background: #283b91;
  transition: none;
  min-height: 77px;
}
.cid-sq9LRyzymG .navbar-dropdown.bg-color.transparent.opened {
  background: #283b91;
}
.cid-sq9LRyzymG a {
  font-style: normal;
}
.cid-sq9LRyzymG .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sq9LRyzymG .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-sq9LRyzymG .nav-item:focus,
.cid-sq9LRyzymG .nav-link:focus {
  outline: none;
}
.cid-sq9LRyzymG .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sq9LRyzymG .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sq9LRyzymG .menu-logo {
  margin-right: auto;
}
.cid-sq9LRyzymG .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sq9LRyzymG .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-sq9LRyzymG .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sq9LRyzymG .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sq9LRyzymG .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sq9LRyzymG .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sq9LRyzymG .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sq9LRyzymG .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sq9LRyzymG .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sq9LRyzymG .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sq9LRyzymG .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sq9LRyzymG .dropdown .dropdown-menu {
  background: #283b91;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sq9LRyzymG .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sq9LRyzymG .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sq9LRyzymG .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sq9LRyzymG .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-sq9LRyzymG .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-sq9LRyzymG .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sq9LRyzymG .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sq9LRyzymG .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sq9LRyzymG .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sq9LRyzymG .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sq9LRyzymG .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sq9LRyzymG button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sq9LRyzymG button.navbar-toggler:focus {
  outline: none;
}
.cid-sq9LRyzymG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sq9LRyzymG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sq9LRyzymG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sq9LRyzymG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sq9LRyzymG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sq9LRyzymG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sq9LRyzymG nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sq9LRyzymG nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sq9LRyzymG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sq9LRyzymG .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sq9LRyzymG .collapsed .btn {
  display: -webkit-flex;
}
.cid-sq9LRyzymG .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sq9LRyzymG .collapsed .navbar-collapse.collapsing,
.cid-sq9LRyzymG .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sq9LRyzymG .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sq9LRyzymG .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sq9LRyzymG .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sq9LRyzymG .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sq9LRyzymG .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-sq9LRyzymG .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-sq9LRyzymG .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sq9LRyzymG .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sq9LRyzymG .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sq9LRyzymG .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-sq9LRyzymG .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sq9LRyzymG .collapsed button.navbar-toggler {
  display: block;
}
.cid-sq9LRyzymG .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sq9LRyzymG .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sq9LRyzymG .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-sq9LRyzymG .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sq9LRyzymG .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sq9LRyzymG .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: 1023px) {
  .cid-sq9LRyzymG .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sq9LRyzymG img {
    height: 3.8rem !important;
  }
  .cid-sq9LRyzymG .btn {
    display: -webkit-flex;
  }
  .cid-sq9LRyzymG button.navbar-toggler {
    display: block;
  }
  .cid-sq9LRyzymG .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sq9LRyzymG .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sq9LRyzymG .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sq9LRyzymG .navbar-collapse.collapsing,
  .cid-sq9LRyzymG .navbar-collapse.show {
    display: block !important;
  }
  .cid-sq9LRyzymG .navbar-collapse.collapsing .navbar-nav,
  .cid-sq9LRyzymG .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sq9LRyzymG .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sq9LRyzymG .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sq9LRyzymG .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-sq9LRyzymG .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-sq9LRyzymG .navbar-collapse.collapsing .navbar-buttons,
  .cid-sq9LRyzymG .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sq9LRyzymG .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sq9LRyzymG .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sq9LRyzymG .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-sq9LRyzymG .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sq9LRyzymG .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sq9LRyzymG .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-sq9LRyzymG .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-sq9LRyzymG .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sq9LRyzymG .nav-link:hover,
.cid-sq9LRyzymG .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-sq9LRAlcBh {
  background: #1c1c76;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-sq9LRAlcBh .image-block {
  margin: auto;
}
.cid-sq9LRAlcBh figcaption {
  position: relative;
}
.cid-sq9LRAlcBh figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sq9LRAlcBh .image-block {
    width: 100% !important;
  }
}
.cid-sqr1yJulhL {
  background: #ffffff;
}
.cid-sqr1yJulhL .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sqr1yJulhL .mbr-figure {
  margin: 0 auto;
}
.cid-sqr1yJulhL figcaption {
  position: relative;
}
.cid-sqr1yJulhL figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sqr1yJulhL .image-block {
    width: 100% !important;
  }
}
.cid-sq9LRBl1Em {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/background111.jpg");
}
.cid-sq9LRBl1Em .mbr-section-title,
.cid-sq9LRBl1Em .mbr-section-subtitle {
  color: #000000;
}
.cid-sq9LRBl1Em .mbr-section-text {
  color: #232323;
}
.cid-sq9LRBl1Em .mbr-text,
.cid-sq9LRBl1Em .typed-text,
.cid-sq9LRBl1Em .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-sq9LRBl1Em .btn {
  margin-left: 4px !important;
}
.cid-sq9LRBl1Em .animated-element {
  color: #ff3366;
}
.cid-sq9LRBl1Em .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #ff3366;
}
.cid-sq9LRBl1Em .mbr-figure {
  border-radius: .25rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-sq9LRBl1Em .typed-text,
  .cid-sq9LRBl1Em .mbr-section-subtitle,
  .cid-sq9LRBl1Em .mbr-section-text,
  .cid-sq9LRBl1Em .mbr-section-btn {
    text-align: center !important;
  }
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-sq9LRBl1Em .mbr-section-subtitle,
.cid-sq9LRBl1Em .typed-text {
  color: #fa0505;
}
.cid-sq9LRDHmYi {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #1c1c76;
}
.cid-sq9LRDHmYi .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sq9LRDHmYi .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sq9LRDHmYi .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sq9LRDHmYi .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-sq9LRDHmYi .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-sq9LRDHmYi .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sq9LRDHmYi .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sq9LRDHmYi .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-sq9LRDHmYi .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sq9LRDHmYi .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sq9LRDHmYi .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sq9LRDHmYi .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sq9LRDHmYi .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sq9LRDHmYi .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-sqHGUpLLC1 .navbar {
  padding: .5rem 0;
  background: #283b91;
  transition: none;
  min-height: 77px;
}
.cid-sqHGUpLLC1 .navbar-dropdown.bg-color.transparent.opened {
  background: #283b91;
}
.cid-sqHGUpLLC1 a {
  font-style: normal;
}
.cid-sqHGUpLLC1 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sqHGUpLLC1 .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-sqHGUpLLC1 .nav-item:focus,
.cid-sqHGUpLLC1 .nav-link:focus {
  outline: none;
}
.cid-sqHGUpLLC1 .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sqHGUpLLC1 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sqHGUpLLC1 .menu-logo {
  margin-right: auto;
}
.cid-sqHGUpLLC1 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sqHGUpLLC1 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-sqHGUpLLC1 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sqHGUpLLC1 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sqHGUpLLC1 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sqHGUpLLC1 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sqHGUpLLC1 .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sqHGUpLLC1 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sqHGUpLLC1 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sqHGUpLLC1 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sqHGUpLLC1 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sqHGUpLLC1 .dropdown .dropdown-menu {
  background: #283b91;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sqHGUpLLC1 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sqHGUpLLC1 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sqHGUpLLC1 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sqHGUpLLC1 .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-sqHGUpLLC1 .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-sqHGUpLLC1 .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sqHGUpLLC1 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sqHGUpLLC1 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sqHGUpLLC1 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sqHGUpLLC1 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sqHGUpLLC1 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sqHGUpLLC1 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sqHGUpLLC1 button.navbar-toggler:focus {
  outline: none;
}
.cid-sqHGUpLLC1 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sqHGUpLLC1 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sqHGUpLLC1 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sqHGUpLLC1 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sqHGUpLLC1 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sqHGUpLLC1 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sqHGUpLLC1 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sqHGUpLLC1 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sqHGUpLLC1 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sqHGUpLLC1 .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sqHGUpLLC1 .collapsed .btn {
  display: -webkit-flex;
}
.cid-sqHGUpLLC1 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sqHGUpLLC1 .collapsed .navbar-collapse.collapsing,
.cid-sqHGUpLLC1 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sqHGUpLLC1 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sqHGUpLLC1 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sqHGUpLLC1 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sqHGUpLLC1 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sqHGUpLLC1 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-sqHGUpLLC1 .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-sqHGUpLLC1 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sqHGUpLLC1 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sqHGUpLLC1 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sqHGUpLLC1 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-sqHGUpLLC1 .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sqHGUpLLC1 .collapsed button.navbar-toggler {
  display: block;
}
.cid-sqHGUpLLC1 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sqHGUpLLC1 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sqHGUpLLC1 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-sqHGUpLLC1 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sqHGUpLLC1 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sqHGUpLLC1 .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: 1023px) {
  .cid-sqHGUpLLC1 .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sqHGUpLLC1 img {
    height: 3.8rem !important;
  }
  .cid-sqHGUpLLC1 .btn {
    display: -webkit-flex;
  }
  .cid-sqHGUpLLC1 button.navbar-toggler {
    display: block;
  }
  .cid-sqHGUpLLC1 .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sqHGUpLLC1 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sqHGUpLLC1 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sqHGUpLLC1 .navbar-collapse.collapsing,
  .cid-sqHGUpLLC1 .navbar-collapse.show {
    display: block !important;
  }
  .cid-sqHGUpLLC1 .navbar-collapse.collapsing .navbar-nav,
  .cid-sqHGUpLLC1 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sqHGUpLLC1 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sqHGUpLLC1 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sqHGUpLLC1 .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-sqHGUpLLC1 .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-sqHGUpLLC1 .navbar-collapse.collapsing .navbar-buttons,
  .cid-sqHGUpLLC1 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sqHGUpLLC1 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sqHGUpLLC1 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sqHGUpLLC1 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-sqHGUpLLC1 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sqHGUpLLC1 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sqHGUpLLC1 .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-sqHGUpLLC1 .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-sqHGUpLLC1 .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sqHGUpLLC1 .nav-link:hover,
.cid-sqHGUpLLC1 .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-sqHGUqSqOp {
  background: #1c1c76;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-sqHGUqSqOp .image-block {
  margin: auto;
}
.cid-sqHGUqSqOp .mbr-figure {
  margin: 0 auto;
}
.cid-sqHGUqSqOp figcaption {
  position: relative;
}
.cid-sqHGUqSqOp figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sqHGUqSqOp .image-block {
    width: 100% !important;
  }
}
.cid-sqHGUsdZi4 {
  background: #ffffff;
}
.cid-sqHGUsdZi4 .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sqHGUsdZi4 .mbr-figure {
  margin: 0 auto;
}
.cid-sqHGUsdZi4 figcaption {
  position: relative;
}
.cid-sqHGUsdZi4 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sqHGUsdZi4 .image-block {
    width: 100% !important;
  }
}
.cid-sqHGUtglOp {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-sqHGUtglOp .mbr-section-title,
.cid-sqHGUtglOp .mbr-section-subtitle {
  color: #000000;
}
.cid-sqHGUtglOp .mbr-section-text {
  color: #232323;
}
.cid-sqHGUtglOp .mbr-text,
.cid-sqHGUtglOp .typed-text,
.cid-sqHGUtglOp .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-sqHGUtglOp .btn {
  margin-left: 4px !important;
}
.cid-sqHGUtglOp .animated-element {
  color: #ff3366;
}
.cid-sqHGUtglOp .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #ff3366;
}
.cid-sqHGUtglOp .mbr-figure {
  border-radius: .25rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-sqHGUtglOp .typed-text,
  .cid-sqHGUtglOp .mbr-section-subtitle,
  .cid-sqHGUtglOp .mbr-section-text,
  .cid-sqHGUtglOp .mbr-section-btn {
    text-align: center !important;
  }
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-sqHGUtglOp .mbr-section-subtitle,
.cid-sqHGUtglOp .typed-text {
  color: #fa0505;
}
.cid-sqHGUtglOp .mbr-section-text,
.cid-sqHGUtglOp .mbr-section-btn {
  text-align: right;
}
.cid-sqHGUxgeom {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #1c1c76;
}
.cid-sqHGUxgeom .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sqHGUxgeom .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sqHGUxgeom .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sqHGUxgeom .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-sqHGUxgeom .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-sqHGUxgeom .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sqHGUxgeom .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sqHGUxgeom .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-sqHGUxgeom .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sqHGUxgeom .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sqHGUxgeom .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sqHGUxgeom .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sqHGUxgeom .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sqHGUxgeom .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-sqr8W1RLqm .navbar {
  padding: .5rem 0;
  background: #283b91;
  transition: none;
  min-height: 77px;
}
.cid-sqr8W1RLqm .navbar-dropdown.bg-color.transparent.opened {
  background: #283b91;
}
.cid-sqr8W1RLqm a {
  font-style: normal;
}
.cid-sqr8W1RLqm .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sqr8W1RLqm .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-sqr8W1RLqm .nav-item:focus,
.cid-sqr8W1RLqm .nav-link:focus {
  outline: none;
}
.cid-sqr8W1RLqm .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sqr8W1RLqm .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sqr8W1RLqm .menu-logo {
  margin-right: auto;
}
.cid-sqr8W1RLqm .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sqr8W1RLqm .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-sqr8W1RLqm .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sqr8W1RLqm .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sqr8W1RLqm .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sqr8W1RLqm .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sqr8W1RLqm .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sqr8W1RLqm .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sqr8W1RLqm .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sqr8W1RLqm .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sqr8W1RLqm .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sqr8W1RLqm .dropdown .dropdown-menu {
  background: #283b91;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sqr8W1RLqm .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sqr8W1RLqm .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sqr8W1RLqm .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sqr8W1RLqm .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-sqr8W1RLqm .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-sqr8W1RLqm .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sqr8W1RLqm .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sqr8W1RLqm .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sqr8W1RLqm .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sqr8W1RLqm .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sqr8W1RLqm .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sqr8W1RLqm button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sqr8W1RLqm button.navbar-toggler:focus {
  outline: none;
}
.cid-sqr8W1RLqm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sqr8W1RLqm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sqr8W1RLqm button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sqr8W1RLqm button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sqr8W1RLqm button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sqr8W1RLqm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sqr8W1RLqm nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sqr8W1RLqm nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sqr8W1RLqm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sqr8W1RLqm .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sqr8W1RLqm .collapsed .btn {
  display: -webkit-flex;
}
.cid-sqr8W1RLqm .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sqr8W1RLqm .collapsed .navbar-collapse.collapsing,
.cid-sqr8W1RLqm .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sqr8W1RLqm .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sqr8W1RLqm .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sqr8W1RLqm .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sqr8W1RLqm .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sqr8W1RLqm .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-sqr8W1RLqm .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-sqr8W1RLqm .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sqr8W1RLqm .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sqr8W1RLqm .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sqr8W1RLqm .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-sqr8W1RLqm .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sqr8W1RLqm .collapsed button.navbar-toggler {
  display: block;
}
.cid-sqr8W1RLqm .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sqr8W1RLqm .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sqr8W1RLqm .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-sqr8W1RLqm .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sqr8W1RLqm .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sqr8W1RLqm .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: 1023px) {
  .cid-sqr8W1RLqm .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sqr8W1RLqm img {
    height: 3.8rem !important;
  }
  .cid-sqr8W1RLqm .btn {
    display: -webkit-flex;
  }
  .cid-sqr8W1RLqm button.navbar-toggler {
    display: block;
  }
  .cid-sqr8W1RLqm .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sqr8W1RLqm .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sqr8W1RLqm .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sqr8W1RLqm .navbar-collapse.collapsing,
  .cid-sqr8W1RLqm .navbar-collapse.show {
    display: block !important;
  }
  .cid-sqr8W1RLqm .navbar-collapse.collapsing .navbar-nav,
  .cid-sqr8W1RLqm .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sqr8W1RLqm .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sqr8W1RLqm .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sqr8W1RLqm .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-sqr8W1RLqm .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-sqr8W1RLqm .navbar-collapse.collapsing .navbar-buttons,
  .cid-sqr8W1RLqm .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sqr8W1RLqm .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sqr8W1RLqm .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sqr8W1RLqm .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-sqr8W1RLqm .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sqr8W1RLqm .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sqr8W1RLqm .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-sqr8W1RLqm .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-sqr8W1RLqm .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sqr8W1RLqm .nav-link:hover,
.cid-sqr8W1RLqm .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-sqr8W39S2e {
  background: #1c1c76;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-sqr8W39S2e .image-block {
  margin: auto;
}
.cid-sqr8W39S2e .mbr-figure {
  margin: 0 auto;
}
.cid-sqr8W39S2e figcaption {
  position: relative;
}
.cid-sqr8W39S2e figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sqr8W39S2e .image-block {
    width: 100% !important;
  }
}
.cid-sqr9riTUgm {
  background: #ffffff;
}
.cid-sqr9riTUgm .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sqr9riTUgm .mbr-figure {
  margin: 0 auto;
}
.cid-sqr9riTUgm figcaption {
  position: relative;
}
.cid-sqr9riTUgm figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sqr9riTUgm .image-block {
    width: 100% !important;
  }
}
.cid-sqrbxGZer9 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-sqrbxGZer9 .mbr-section-title,
.cid-sqrbxGZer9 .mbr-section-subtitle {
  color: #000000;
}
.cid-sqrbxGZer9 .mbr-section-text {
  color: #232323;
}
.cid-sqrbxGZer9 .mbr-text,
.cid-sqrbxGZer9 .typed-text,
.cid-sqrbxGZer9 .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-sqrbxGZer9 .btn {
  margin-left: 4px !important;
}
.cid-sqrbxGZer9 .animated-element {
  color: #ff3366;
}
.cid-sqrbxGZer9 .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #ff3366;
}
.cid-sqrbxGZer9 .mbr-figure {
  border-radius: .25rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-sqrbxGZer9 .typed-text,
  .cid-sqrbxGZer9 .mbr-section-subtitle,
  .cid-sqrbxGZer9 .mbr-section-text,
  .cid-sqrbxGZer9 .mbr-section-btn {
    text-align: center !important;
  }
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-sqrbxGZer9 .mbr-section-subtitle,
.cid-sqrbxGZer9 .typed-text {
  color: #fa0505;
}
.cid-sqrfjAGRLz {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sqrfjAGRLz .mbr-section-title,
.cid-sqrfjAGRLz .mbr-section-subtitle {
  color: #000000;
}
.cid-sqrfjAGRLz .mbr-section-text {
  color: #232323;
}
.cid-sqrfjAGRLz .mbr-text,
.cid-sqrfjAGRLz .typed-text,
.cid-sqrfjAGRLz .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-sqrfjAGRLz .btn {
  margin-left: 4px !important;
}
.cid-sqrfjAGRLz .animated-element {
  color: #ff3366;
}
.cid-sqrfjAGRLz .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #ff3366;
}
.cid-sqrfjAGRLz .mbr-figure {
  border-radius: .25rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-sqrfjAGRLz .typed-text,
  .cid-sqrfjAGRLz .mbr-section-subtitle,
  .cid-sqrfjAGRLz .mbr-section-text,
  .cid-sqrfjAGRLz .mbr-section-btn {
    text-align: center !important;
  }
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-sqrfjAGRLz .mbr-section-subtitle,
.cid-sqrfjAGRLz .typed-text {
  color: #fa0505;
}
.cid-sqr8W7V10O {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #1c1c76;
}
.cid-sqr8W7V10O .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sqr8W7V10O .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sqr8W7V10O .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sqr8W7V10O .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-sqr8W7V10O .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-sqr8W7V10O .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sqr8W7V10O .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sqr8W7V10O .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-sqr8W7V10O .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sqr8W7V10O .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sqr8W7V10O .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sqr8W7V10O .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sqr8W7V10O .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sqr8W7V10O .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-sqKMWr8UIy .navbar {
  padding: .5rem 0;
  background: #283b91;
  transition: none;
  min-height: 77px;
}
.cid-sqKMWr8UIy .navbar-dropdown.bg-color.transparent.opened {
  background: #283b91;
}
.cid-sqKMWr8UIy a {
  font-style: normal;
}
.cid-sqKMWr8UIy .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sqKMWr8UIy .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-sqKMWr8UIy .nav-item:focus,
.cid-sqKMWr8UIy .nav-link:focus {
  outline: none;
}
.cid-sqKMWr8UIy .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sqKMWr8UIy .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sqKMWr8UIy .menu-logo {
  margin-right: auto;
}
.cid-sqKMWr8UIy .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sqKMWr8UIy .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-sqKMWr8UIy .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sqKMWr8UIy .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sqKMWr8UIy .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sqKMWr8UIy .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sqKMWr8UIy .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sqKMWr8UIy .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sqKMWr8UIy .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sqKMWr8UIy .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sqKMWr8UIy .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sqKMWr8UIy .dropdown .dropdown-menu {
  background: #283b91;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sqKMWr8UIy .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sqKMWr8UIy .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sqKMWr8UIy .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sqKMWr8UIy .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-sqKMWr8UIy .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-sqKMWr8UIy .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sqKMWr8UIy .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sqKMWr8UIy .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sqKMWr8UIy .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sqKMWr8UIy .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sqKMWr8UIy .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sqKMWr8UIy button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sqKMWr8UIy button.navbar-toggler:focus {
  outline: none;
}
.cid-sqKMWr8UIy button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sqKMWr8UIy button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sqKMWr8UIy button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sqKMWr8UIy button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sqKMWr8UIy button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sqKMWr8UIy nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sqKMWr8UIy nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sqKMWr8UIy nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sqKMWr8UIy nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sqKMWr8UIy .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sqKMWr8UIy .collapsed .btn {
  display: -webkit-flex;
}
.cid-sqKMWr8UIy .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sqKMWr8UIy .collapsed .navbar-collapse.collapsing,
.cid-sqKMWr8UIy .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sqKMWr8UIy .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sqKMWr8UIy .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sqKMWr8UIy .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sqKMWr8UIy .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sqKMWr8UIy .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-sqKMWr8UIy .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-sqKMWr8UIy .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sqKMWr8UIy .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sqKMWr8UIy .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sqKMWr8UIy .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-sqKMWr8UIy .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sqKMWr8UIy .collapsed button.navbar-toggler {
  display: block;
}
.cid-sqKMWr8UIy .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sqKMWr8UIy .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sqKMWr8UIy .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-sqKMWr8UIy .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sqKMWr8UIy .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sqKMWr8UIy .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: 1023px) {
  .cid-sqKMWr8UIy .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sqKMWr8UIy img {
    height: 3.8rem !important;
  }
  .cid-sqKMWr8UIy .btn {
    display: -webkit-flex;
  }
  .cid-sqKMWr8UIy button.navbar-toggler {
    display: block;
  }
  .cid-sqKMWr8UIy .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sqKMWr8UIy .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sqKMWr8UIy .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sqKMWr8UIy .navbar-collapse.collapsing,
  .cid-sqKMWr8UIy .navbar-collapse.show {
    display: block !important;
  }
  .cid-sqKMWr8UIy .navbar-collapse.collapsing .navbar-nav,
  .cid-sqKMWr8UIy .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sqKMWr8UIy .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sqKMWr8UIy .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sqKMWr8UIy .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-sqKMWr8UIy .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-sqKMWr8UIy .navbar-collapse.collapsing .navbar-buttons,
  .cid-sqKMWr8UIy .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sqKMWr8UIy .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sqKMWr8UIy .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sqKMWr8UIy .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-sqKMWr8UIy .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sqKMWr8UIy .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sqKMWr8UIy .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-sqKMWr8UIy .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-sqKMWr8UIy .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sqKMWr8UIy .nav-link:hover,
.cid-sqKMWr8UIy .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-sqKMWsnHQ1 {
  background: #1c1c76;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-sqKMWsnHQ1 .image-block {
  margin: auto;
}
.cid-sqKMWsnHQ1 .mbr-figure {
  margin: 0 auto;
}
.cid-sqKMWsnHQ1 figcaption {
  position: relative;
}
.cid-sqKMWsnHQ1 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sqKMWsnHQ1 .image-block {
    width: 100% !important;
  }
}
.cid-sqKMWtaedd {
  background: #ffffff;
}
.cid-sqKMWtaedd .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sqKMWtaedd .mbr-figure {
  margin: 0 auto;
}
.cid-sqKMWtaedd figcaption {
  position: relative;
}
.cid-sqKMWtaedd figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sqKMWtaedd .image-block {
    width: 100% !important;
  }
}
.cid-sqKMWucNeO {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-sqKMWucNeO .mbr-section-title,
.cid-sqKMWucNeO .mbr-section-subtitle {
  color: #000000;
}
.cid-sqKMWucNeO .mbr-section-text {
  color: #232323;
}
.cid-sqKMWucNeO .mbr-text,
.cid-sqKMWucNeO .typed-text,
.cid-sqKMWucNeO .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-sqKMWucNeO .btn {
  margin-left: 4px !important;
}
.cid-sqKMWucNeO .animated-element {
  color: #ff3366;
}
.cid-sqKMWucNeO .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #ff3366;
}
.cid-sqKMWucNeO .mbr-figure {
  border-radius: .25rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-sqKMWucNeO .typed-text,
  .cid-sqKMWucNeO .mbr-section-subtitle,
  .cid-sqKMWucNeO .mbr-section-text,
  .cid-sqKMWucNeO .mbr-section-btn {
    text-align: center !important;
  }
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-sqKMWucNeO .mbr-section-subtitle,
.cid-sqKMWucNeO .typed-text {
  color: #fa0505;
}
.cid-sqKMWvYlCa {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #cccccc;
}
.cid-sqKMWvYlCa .mbr-section-title,
.cid-sqKMWvYlCa .mbr-section-subtitle {
  color: #000000;
}
.cid-sqKMWvYlCa .mbr-section-text {
  color: #232323;
}
.cid-sqKMWvYlCa .mbr-text,
.cid-sqKMWvYlCa .typed-text,
.cid-sqKMWvYlCa .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-sqKMWvYlCa .btn {
  margin-left: 4px !important;
}
.cid-sqKMWvYlCa .animated-element {
  color: #ff3366;
}
.cid-sqKMWvYlCa .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #ff3366;
}
.cid-sqKMWvYlCa .mbr-figure {
  border-radius: .25rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-sqKMWvYlCa .typed-text,
  .cid-sqKMWvYlCa .mbr-section-subtitle,
  .cid-sqKMWvYlCa .mbr-section-text,
  .cid-sqKMWvYlCa .mbr-section-btn {
    text-align: center !important;
  }
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-sqKMWvYlCa .mbr-section-subtitle,
.cid-sqKMWvYlCa .typed-text {
  color: #fa0505;
}
.cid-sqKYcSFclh {
  background: #ffffff;
}
.cid-sqKYcSFclh .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sqKYcSFclh figcaption {
  position: relative;
}
.cid-sqKYcSFclh figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sqKYcSFclh .image-block {
    width: 100% !important;
  }
}
.cid-sqKYaAS5nB {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-sqKYaAS5nB .mbr-section-title,
.cid-sqKYaAS5nB .mbr-section-subtitle {
  color: #000000;
}
.cid-sqKYaAS5nB .mbr-section-text {
  color: #232323;
}
.cid-sqKYaAS5nB .mbr-text,
.cid-sqKYaAS5nB .typed-text,
.cid-sqKYaAS5nB .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-sqKYaAS5nB .btn {
  margin-left: 4px !important;
}
.cid-sqKYaAS5nB .animated-element {
  color: #ff3366;
}
.cid-sqKYaAS5nB .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #ff3366;
}
.cid-sqKYaAS5nB .mbr-figure {
  border-radius: .25rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-sqKYaAS5nB .typed-text,
  .cid-sqKYaAS5nB .mbr-section-subtitle,
  .cid-sqKYaAS5nB .mbr-section-text,
  .cid-sqKYaAS5nB .mbr-section-btn {
    text-align: center !important;
  }
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-sqKYaAS5nB .mbr-section-subtitle,
.cid-sqKYaAS5nB .typed-text {
  color: #fa0505;
}
.cid-sqKMWxIP06 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #1c1c76;
}
.cid-sqKMWxIP06 .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sqKMWxIP06 .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sqKMWxIP06 .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sqKMWxIP06 .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-sqKMWxIP06 .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-sqKMWxIP06 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sqKMWxIP06 .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sqKMWxIP06 .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-sqKMWxIP06 .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sqKMWxIP06 .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sqKMWxIP06 .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sqKMWxIP06 .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sqKMWxIP06 .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sqKMWxIP06 .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-sqLAeqfpsD .navbar {
  padding: .5rem 0;
  background: #283b91;
  transition: none;
  min-height: 77px;
}
.cid-sqLAeqfpsD .navbar-dropdown.bg-color.transparent.opened {
  background: #283b91;
}
.cid-sqLAeqfpsD a {
  font-style: normal;
}
.cid-sqLAeqfpsD .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sqLAeqfpsD .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-sqLAeqfpsD .nav-item:focus,
.cid-sqLAeqfpsD .nav-link:focus {
  outline: none;
}
.cid-sqLAeqfpsD .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sqLAeqfpsD .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sqLAeqfpsD .menu-logo {
  margin-right: auto;
}
.cid-sqLAeqfpsD .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sqLAeqfpsD .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-sqLAeqfpsD .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sqLAeqfpsD .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sqLAeqfpsD .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sqLAeqfpsD .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sqLAeqfpsD .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sqLAeqfpsD .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sqLAeqfpsD .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sqLAeqfpsD .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sqLAeqfpsD .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sqLAeqfpsD .dropdown .dropdown-menu {
  background: #283b91;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sqLAeqfpsD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sqLAeqfpsD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sqLAeqfpsD .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sqLAeqfpsD .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-sqLAeqfpsD .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-sqLAeqfpsD .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sqLAeqfpsD .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sqLAeqfpsD .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sqLAeqfpsD .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sqLAeqfpsD .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sqLAeqfpsD .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sqLAeqfpsD button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sqLAeqfpsD button.navbar-toggler:focus {
  outline: none;
}
.cid-sqLAeqfpsD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sqLAeqfpsD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sqLAeqfpsD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sqLAeqfpsD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sqLAeqfpsD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sqLAeqfpsD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sqLAeqfpsD nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sqLAeqfpsD nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sqLAeqfpsD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sqLAeqfpsD .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sqLAeqfpsD .collapsed .btn {
  display: -webkit-flex;
}
.cid-sqLAeqfpsD .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sqLAeqfpsD .collapsed .navbar-collapse.collapsing,
.cid-sqLAeqfpsD .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sqLAeqfpsD .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sqLAeqfpsD .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sqLAeqfpsD .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sqLAeqfpsD .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sqLAeqfpsD .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-sqLAeqfpsD .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-sqLAeqfpsD .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sqLAeqfpsD .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sqLAeqfpsD .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sqLAeqfpsD .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-sqLAeqfpsD .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sqLAeqfpsD .collapsed button.navbar-toggler {
  display: block;
}
.cid-sqLAeqfpsD .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sqLAeqfpsD .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sqLAeqfpsD .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-sqLAeqfpsD .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sqLAeqfpsD .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sqLAeqfpsD .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: 1023px) {
  .cid-sqLAeqfpsD .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sqLAeqfpsD img {
    height: 3.8rem !important;
  }
  .cid-sqLAeqfpsD .btn {
    display: -webkit-flex;
  }
  .cid-sqLAeqfpsD button.navbar-toggler {
    display: block;
  }
  .cid-sqLAeqfpsD .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sqLAeqfpsD .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sqLAeqfpsD .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sqLAeqfpsD .navbar-collapse.collapsing,
  .cid-sqLAeqfpsD .navbar-collapse.show {
    display: block !important;
  }
  .cid-sqLAeqfpsD .navbar-collapse.collapsing .navbar-nav,
  .cid-sqLAeqfpsD .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sqLAeqfpsD .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sqLAeqfpsD .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sqLAeqfpsD .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-sqLAeqfpsD .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-sqLAeqfpsD .navbar-collapse.collapsing .navbar-buttons,
  .cid-sqLAeqfpsD .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sqLAeqfpsD .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sqLAeqfpsD .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sqLAeqfpsD .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-sqLAeqfpsD .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sqLAeqfpsD .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sqLAeqfpsD .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-sqLAeqfpsD .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-sqLAeqfpsD .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sqLAeqfpsD .nav-link:hover,
.cid-sqLAeqfpsD .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-sqLAerktSb {
  background: #1c1c76;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-sqLAerktSb .image-block {
  margin: auto;
}
.cid-sqLAerktSb .mbr-figure {
  margin: 0 auto;
}
.cid-sqLAerktSb figcaption {
  position: relative;
}
.cid-sqLAerktSb figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sqLAerktSb .image-block {
    width: 100% !important;
  }
}
.cid-sqLAes46zj {
  background: #ffffff;
}
.cid-sqLAes46zj .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sqLAes46zj .mbr-figure {
  margin: 0 auto;
}
.cid-sqLAes46zj figcaption {
  position: relative;
}
.cid-sqLAes46zj figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sqLAes46zj .image-block {
    width: 100% !important;
  }
}
.cid-sqLAeto78m {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-sqLAeto78m .mbr-section-title,
.cid-sqLAeto78m .mbr-section-subtitle {
  color: #000000;
}
.cid-sqLAeto78m .mbr-section-text {
  color: #232323;
}
.cid-sqLAeto78m .mbr-text,
.cid-sqLAeto78m .typed-text,
.cid-sqLAeto78m .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-sqLAeto78m .btn {
  margin-left: 4px !important;
}
.cid-sqLAeto78m .animated-element {
  color: #ff3366;
}
.cid-sqLAeto78m .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #ff3366;
}
.cid-sqLAeto78m .mbr-figure {
  border-radius: .25rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-sqLAeto78m .typed-text,
  .cid-sqLAeto78m .mbr-section-subtitle,
  .cid-sqLAeto78m .mbr-section-text,
  .cid-sqLAeto78m .mbr-section-btn {
    text-align: center !important;
  }
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-sqLAeto78m .mbr-section-subtitle,
.cid-sqLAeto78m .typed-text {
  color: #fa0505;
}
.cid-sCXXpM6pCH {
  background: #ffffff;
}
.cid-sCXXpM6pCH .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sCXXpM6pCH .mbr-figure {
  margin: 0 auto;
}
.cid-sCXXpM6pCH figcaption {
  position: relative;
}
.cid-sCXXpM6pCH figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sCXXpM6pCH .image-block {
    width: 100% !important;
  }
}
.cid-sCXZTCdWcQ {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/background111.jpg");
}
.cid-sCXZTCdWcQ .mbr-section-title,
.cid-sCXZTCdWcQ .mbr-section-subtitle {
  color: #000000;
}
.cid-sCXZTCdWcQ .mbr-section-text {
  color: #232323;
}
.cid-sCXZTCdWcQ .mbr-text,
.cid-sCXZTCdWcQ .typed-text,
.cid-sCXZTCdWcQ .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-sCXZTCdWcQ .btn {
  margin-left: 4px !important;
}
.cid-sCXZTCdWcQ .animated-element {
  color: #ff3366;
}
.cid-sCXZTCdWcQ .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #ff3366;
}
.cid-sCXZTCdWcQ .mbr-figure {
  border-radius: .25rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-sCXZTCdWcQ .typed-text,
  .cid-sCXZTCdWcQ .mbr-section-subtitle,
  .cid-sCXZTCdWcQ .mbr-section-text,
  .cid-sCXZTCdWcQ .mbr-section-btn {
    text-align: center !important;
  }
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-sCXZTCdWcQ .mbr-section-subtitle,
.cid-sCXZTCdWcQ .typed-text {
  color: #1c1c76;
}
.cid-sqLAexvYPE {
  background: #ffffff;
}
.cid-sqLAexvYPE .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sqLAexvYPE figcaption {
  position: relative;
}
.cid-sqLAexvYPE figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sqLAexvYPE .image-block {
    width: 100% !important;
  }
}
.cid-sqLAevHtYM {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #cccccc;
}
.cid-sqLAevHtYM .mbr-section-title,
.cid-sqLAevHtYM .mbr-section-subtitle {
  color: #000000;
}
.cid-sqLAevHtYM .mbr-section-text {
  color: #232323;
}
.cid-sqLAevHtYM .mbr-text,
.cid-sqLAevHtYM .typed-text,
.cid-sqLAevHtYM .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-sqLAevHtYM .btn {
  margin-left: 4px !important;
}
.cid-sqLAevHtYM .animated-element {
  color: #ff3366;
}
.cid-sqLAevHtYM .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #ff3366;
}
.cid-sqLAevHtYM .mbr-figure {
  border-radius: .25rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-sqLAevHtYM .typed-text,
  .cid-sqLAevHtYM .mbr-section-subtitle,
  .cid-sqLAevHtYM .mbr-section-text,
  .cid-sqLAevHtYM .mbr-section-btn {
    text-align: center !important;
  }
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-sqLAevHtYM .mbr-section-subtitle,
.cid-sqLAevHtYM .typed-text {
  color: #fa0505;
}
.cid-sqLAevHtYM .mbr-section-text,
.cid-sqLAevHtYM .mbr-section-btn .mbr-section-subtitle,
.cid-sqLAevHtYM .typed-text DIV {
  text-align: center;
}
.cid-sqND9bhb5V {
  background: #ffffff;
}
.cid-sqND9bhb5V .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sqND9bhb5V .mbr-figure {
  margin: 0 auto;
}
.cid-sqND9bhb5V figcaption {
  position: relative;
}
.cid-sqND9bhb5V figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sqND9bhb5V .image-block {
    width: 100% !important;
  }
}
.cid-sqLAeyiCBi {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-sqLAeyiCBi .mbr-section-title,
.cid-sqLAeyiCBi .mbr-section-subtitle {
  color: #000000;
}
.cid-sqLAeyiCBi .mbr-section-text {
  color: #232323;
}
.cid-sqLAeyiCBi .mbr-text,
.cid-sqLAeyiCBi .typed-text,
.cid-sqLAeyiCBi .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-sqLAeyiCBi .btn {
  margin-left: 4px !important;
}
.cid-sqLAeyiCBi .animated-element {
  color: #ff3366;
}
.cid-sqLAeyiCBi .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #ff3366;
}
.cid-sqLAeyiCBi .mbr-figure {
  border-radius: .25rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-sqLAeyiCBi .typed-text,
  .cid-sqLAeyiCBi .mbr-section-subtitle,
  .cid-sqLAeyiCBi .mbr-section-text,
  .cid-sqLAeyiCBi .mbr-section-btn {
    text-align: center !important;
  }
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-sqLAeyiCBi .mbr-section-subtitle,
.cid-sqLAeyiCBi .typed-text {
  color: #fa0505;
}
.cid-sqOaBM1cza {
  background: #ffffff;
}
.cid-sqOaBM1cza .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sqOaBM1cza figcaption {
  position: relative;
}
.cid-sqOaBM1cza figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sqOaBM1cza .image-block {
    width: 100% !important;
  }
}
.cid-sqOaIx1kX7 {
  padding-top: 40px;
  padding-bottom: 0px;
  background-color: #f4f8fa;
}
.cid-sqOaIx1kX7 .mbr-overlay {
  background: linear-gradient(90deg, #149dcc, #b2ccd2);
}
.cid-sqOaIx1kX7 .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-sqOaIx1kX7 .text-content {
  padding-right: 1.5rem;
}
.cid-sqOaIx1kX7 .mbr-text,
.cid-sqOaIx1kX7 .mbr-section-btn {
  color: #000000;
}
.cid-sqOaIx1kX7 .mbr-figure img {
  -webkit-box-shadow: 0px 0px 30px rgba(120, 120, 120, 0.3);
  box-shadow: 0px 0px 30px rgba(120, 120, 120, 0.3);
  border-radius: .25rem;
}
.cid-sqOaIx1kX7 .counter-container {
  padding: 1rem 0;
  position: relative;
}
.cid-sqOaIx1kX7 .counter-container ul {
  margin-bottom: 0;
  padding-left: 1.5rem;
}
.cid-sqOaIx1kX7 .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-sqOaIx1kX7 .counter-container ul li:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  position: absolute;
  left: 0px;
  padding-top: 2px;
  display: inline-block;
  text-align: center;
  margin: 4px 0px;
  line-height: 10px;
  transition: all .2s;
  width: 16px;
  height: 16px;
  font-size: 16px !important;
  font-weight: 500;
  background: none;
  color: #188ef4;
}
@media (max-width: 991px) {
  .cid-sqOaIx1kX7 .main-row {
    margin: 0;
  }
  .cid-sqOaIx1kX7 .mbr-section-title,
  .cid-sqOaIx1kX7 .mbr-text,
  .cid-sqOaIx1kX7 .list,
  .cid-sqOaIx1kX7 .mbr-section-btn {
    text-align: center !important;
  }
  .cid-sqOaIx1kX7 .text-content {
    padding: 0;
  }
}
.cid-sqOaIx1kX7 .mbr-section-title {
  color: #fa0505;
}
.cid-sqLAezMMS6 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #1c1c76;
}
.cid-sqLAezMMS6 .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sqLAezMMS6 .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sqLAezMMS6 .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sqLAezMMS6 .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-sqLAezMMS6 .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-sqLAezMMS6 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sqLAezMMS6 .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sqLAezMMS6 .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-sqLAezMMS6 .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sqLAezMMS6 .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sqLAezMMS6 .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sqLAezMMS6 .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sqLAezMMS6 .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sqLAezMMS6 .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-sqOd6nBxUO {
  background: #ffffff;
}
.cid-sqOd6nBxUO .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sqOd6nBxUO .mbr-figure {
  margin: 0 auto;
}
.cid-sqOd6nBxUO figcaption {
  position: relative;
}
.cid-sqOd6nBxUO figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sqOd6nBxUO .image-block {
    width: 100% !important;
  }
}
.cid-sqLAeqfpsD .navbar {
  padding: .5rem 0;
  background: #283b91;
  transition: none;
  min-height: 77px;
}
.cid-sqLAeqfpsD .navbar-dropdown.bg-color.transparent.opened {
  background: #283b91;
}
.cid-sqLAeqfpsD a {
  font-style: normal;
}
.cid-sqLAeqfpsD .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sqLAeqfpsD .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-sqLAeqfpsD .nav-item:focus,
.cid-sqLAeqfpsD .nav-link:focus {
  outline: none;
}
.cid-sqLAeqfpsD .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sqLAeqfpsD .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sqLAeqfpsD .menu-logo {
  margin-right: auto;
}
.cid-sqLAeqfpsD .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sqLAeqfpsD .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-sqLAeqfpsD .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sqLAeqfpsD .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sqLAeqfpsD .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sqLAeqfpsD .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sqLAeqfpsD .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sqLAeqfpsD .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sqLAeqfpsD .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sqLAeqfpsD .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sqLAeqfpsD .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sqLAeqfpsD .dropdown .dropdown-menu {
  background: #283b91;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sqLAeqfpsD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sqLAeqfpsD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sqLAeqfpsD .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sqLAeqfpsD .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-sqLAeqfpsD .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-sqLAeqfpsD .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sqLAeqfpsD .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sqLAeqfpsD .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sqLAeqfpsD .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sqLAeqfpsD .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sqLAeqfpsD .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sqLAeqfpsD button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sqLAeqfpsD button.navbar-toggler:focus {
  outline: none;
}
.cid-sqLAeqfpsD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sqLAeqfpsD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sqLAeqfpsD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sqLAeqfpsD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sqLAeqfpsD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sqLAeqfpsD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sqLAeqfpsD nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sqLAeqfpsD nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sqLAeqfpsD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sqLAeqfpsD .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sqLAeqfpsD .collapsed .btn {
  display: -webkit-flex;
}
.cid-sqLAeqfpsD .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sqLAeqfpsD .collapsed .navbar-collapse.collapsing,
.cid-sqLAeqfpsD .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sqLAeqfpsD .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sqLAeqfpsD .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sqLAeqfpsD .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sqLAeqfpsD .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sqLAeqfpsD .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-sqLAeqfpsD .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-sqLAeqfpsD .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sqLAeqfpsD .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sqLAeqfpsD .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sqLAeqfpsD .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-sqLAeqfpsD .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sqLAeqfpsD .collapsed button.navbar-toggler {
  display: block;
}
.cid-sqLAeqfpsD .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sqLAeqfpsD .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sqLAeqfpsD .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-sqLAeqfpsD .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sqLAeqfpsD .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sqLAeqfpsD .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: 1023px) {
  .cid-sqLAeqfpsD .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sqLAeqfpsD img {
    height: 3.8rem !important;
  }
  .cid-sqLAeqfpsD .btn {
    display: -webkit-flex;
  }
  .cid-sqLAeqfpsD button.navbar-toggler {
    display: block;
  }
  .cid-sqLAeqfpsD .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sqLAeqfpsD .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sqLAeqfpsD .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sqLAeqfpsD .navbar-collapse.collapsing,
  .cid-sqLAeqfpsD .navbar-collapse.show {
    display: block !important;
  }
  .cid-sqLAeqfpsD .navbar-collapse.collapsing .navbar-nav,
  .cid-sqLAeqfpsD .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sqLAeqfpsD .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sqLAeqfpsD .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sqLAeqfpsD .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-sqLAeqfpsD .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-sqLAeqfpsD .navbar-collapse.collapsing .navbar-buttons,
  .cid-sqLAeqfpsD .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sqLAeqfpsD .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sqLAeqfpsD .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sqLAeqfpsD .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-sqLAeqfpsD .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sqLAeqfpsD .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sqLAeqfpsD .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-sqLAeqfpsD .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-sqLAeqfpsD .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sqLAeqfpsD .nav-link:hover,
.cid-sqLAeqfpsD .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-sqOm0tBYmD {
  padding-top: 80px;
  padding-bottom: 45px;
  background-color: #f4f8fa;
}
.cid-sqOm0tBYmD .mbr-overlay {
  background: linear-gradient(90deg, #149dcc, #b2ccd2);
}
.cid-sqOm0tBYmD .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-sqOm0tBYmD .text-content {
  padding-right: 1.5rem;
}
.cid-sqOm0tBYmD .mbr-text,
.cid-sqOm0tBYmD .mbr-section-btn {
  color: #767676;
}
.cid-sqOm0tBYmD .mbr-figure img {
  -webkit-box-shadow: 0px 0px 30px rgba(120, 120, 120, 0.3);
  box-shadow: 0px 0px 30px rgba(120, 120, 120, 0.3);
  border-radius: .25rem;
}
.cid-sqOm0tBYmD .counter-container {
  padding: 1rem 0;
  position: relative;
}
.cid-sqOm0tBYmD .counter-container ul {
  margin-bottom: 0;
  padding-left: 1.5rem;
}
.cid-sqOm0tBYmD .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-sqOm0tBYmD .counter-container ul li:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  position: absolute;
  left: 0px;
  padding-top: 2px;
  display: inline-block;
  text-align: center;
  margin: 4px 0px;
  line-height: 10px;
  transition: all .2s;
  width: 16px;
  height: 16px;
  font-size: 16px !important;
  font-weight: 500;
  background: none;
  color: #fa0505;
}
@media (max-width: 991px) {
  .cid-sqOm0tBYmD .main-row {
    margin: 0;
  }
  .cid-sqOm0tBYmD .mbr-section-title,
  .cid-sqOm0tBYmD .mbr-text,
  .cid-sqOm0tBYmD .list,
  .cid-sqOm0tBYmD .mbr-section-btn {
    text-align: center !important;
  }
  .cid-sqOm0tBYmD .text-content {
    padding: 0;
  }
}
.cid-sqLAezMMS6 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #1c1c76;
}
.cid-sqLAezMMS6 .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sqLAezMMS6 .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sqLAezMMS6 .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sqLAezMMS6 .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-sqLAezMMS6 .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-sqLAezMMS6 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sqLAezMMS6 .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sqLAezMMS6 .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-sqLAezMMS6 .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sqLAezMMS6 .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sqLAezMMS6 .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sqLAezMMS6 .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sqLAezMMS6 .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sqLAezMMS6 .media-container-row .row-copirayt p {
  width: 100%;
}
