body {
  font-family: Bellota Text;
}
.display-1 {
  font-family: 'Bellota Text', display;
  font-size: 4rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5rem;
}
.display-2 {
  font-family: 'Bellota Text', display;
  font-size: 2.8rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.5rem;
}
.display-4 {
  font-family: 'Oswald', sans-serif;
  font-size: 0.8rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1rem;
}
.display-5 {
  font-family: 'Bellota Text', display;
  font-size: 1.7rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.125rem;
}
.display-7 {
  font-family: 'Bellota Text', display;
  font-size: 1rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.25rem;
}
/* ---- 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: 992px) {
  .display-1 {
    font-size: 3.2rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.8rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.24rem;
    font-size: calc( 1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.64rem;
    font-size: calc( 0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.36rem;
    font-size: calc( 1.245rem + (1.7 - 1.245) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.245rem + (1.7 - 1.245) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    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: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #36187d !important;
}
.bg-success {
  background-color: #35b8fc !important;
}
.bg-info {
  background-color: #fcff00 !important;
}
.bg-warning {
  background-color: #6c758f !important;
}
.bg-danger {
  background-color: #fc1010 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #36187d !important;
  border-color: #36187d !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #241052 !important;
  border-color: #241052 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #241052 !important;
  border-color: #241052 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ea2396 !important;
  border-color: #ea2396 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #c7137b !important;
  border-color: #c7137b !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #c7137b !important;
  border-color: #c7137b !important;
}
.btn-info,
.btn-info:active {
  background-color: #fcff00 !important;
  border-color: #fcff00 !important;
  color: #000000 !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #cacc00 !important;
  border-color: #cacc00 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #000000 !important;
  background-color: #cacc00 !important;
  border-color: #cacc00 !important;
}
.btn-success,
.btn-success:active {
  background-color: #35b8fc !important;
  border-color: #35b8fc !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #04a6fa !important;
  border-color: #04a6fa !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #04a6fa !important;
  border-color: #04a6fa !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #6c758f !important;
  border-color: #6c758f !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #565d72 !important;
  border-color: #565d72 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #565d72 !important;
  border-color: #565d72 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #fc1010 !important;
  border-color: #fc1010 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #d60303 !important;
  border-color: #d60303 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #d60303 !important;
  border-color: #d60303 !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #616161 !important;
  background-color: #e1e1e1 !important;
  border-color: #e1e1e1 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #e1e1e1 !important;
  border-color: #e1e1e1 !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #0a0a0a !important;
  border-color: #0a0a0a !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0a0a0a !important;
  border-color: #0a0a0a !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #36187d;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #170a34 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #36187d !important;
  border-color: #36187d !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ea2396;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #a61067 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ea2396 !important;
  border-color: #ea2396 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fcff00;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #a6a800 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #000000 !important;
  background-color: #fcff00 !important;
  border-color: #fcff00 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #35b8fc;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #038fd7 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #35b8fc !important;
  border-color: #35b8fc !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #6c758f;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #474d5e !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #6c758f !important;
  border-color: #6c758f !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fc1010;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #b30202 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #fc1010 !important;
  border-color: #fc1010 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #36187d !important;
}
.text-secondary {
  color: #ea2396 !important;
}
.text-success {
  color: #35b8fc !important;
}
.text-info {
  color: #fcff00 !important;
}
.text-warning {
  color: #6c758f !important;
}
.text-danger {
  color: #fc1010 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #110827 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #980f5e !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #0385c8 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #979900 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #404555 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #a40202 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  text-decoration: underline;
}
.nav-tabs .nav-link.active {
  color: #36187d;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #fcff00;
}
.alert-warning {
  background-color: #6c758f;
}
.alert-danger {
  background-color: #fc1010;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #36187d;
  border-color: #36187d;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #36187d;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #6a3bd9;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #feffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #feffcc;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #b4b9c6;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffd9d9;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Oswald', sans-serif;
  font-size: 0.8rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #36187d !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Oswald', sans-serif;
  font-size: 0.8rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1rem;
}
blockquote {
  border-color: #36187d;
}
/* Forms */
.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);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #36187d;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #36187d;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #36187d;
  border-bottom-color: #36187d;
}
.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: #36187d !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: #ea2396 !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%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%2336187d' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-sRTmExLLdQ .navbar {
  padding: 0.5rem 0;
  background: #f2f3f7;
  transition: none;
  min-height: 50px;
}
.cid-sRTmExLLdQ .navbar-fixed-top {
  padding-top: 0;
}
.cid-sRTmExLLdQ .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-sRTmExLLdQ .navbar-collapse.show {
  position: absolute;
  opacity: 1;
  visibility: visible;
  top: 100%;
  z-index: 999;
  background-color: #ffffff;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding: 15px 20px;
  bottom: auto;
  left: 0px;
  right: 0px;
}
.cid-sRTmExLLdQ .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-sRTmExLLdQ .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sRTmExLLdQ .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-sRTmExLLdQ .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sRTmExLLdQ .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-sRTmExLLdQ .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sRTmExLLdQ .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sRTmExLLdQ .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sRTmExLLdQ .menu-content-top {
  background: #000000;
  max-width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 2rem;
  width: 100%;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-sRTmExLLdQ .menu-content-top .right-wrap .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sRTmExLLdQ .dropdown-item {
  font-weight: 400;
  margin: 0 !important;
  padding: 0 40px !important;
  line-height: 2.6;
}
.cid-sRTmExLLdQ .dropdown-item,
.cid-sRTmExLLdQ .nav-link,
.cid-sRTmExLLdQ .brand-name {
  font-style: normal;
}
.cid-sRTmExLLdQ .dropdown-item:hover,
.cid-sRTmExLLdQ .nav-link:hover,
.cid-sRTmExLLdQ .brand-name:hover {
  color: #fc1010 !important;
}
.cid-sRTmExLLdQ .dropdown-menu {
  background-color: #ffffff;
}
.cid-sRTmExLLdQ .dropdown-item:active {
  background-color: #ffffff;
}
.cid-sRTmExLLdQ .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
}
.cid-sRTmExLLdQ .navbar-dropdown.bg-color.transparent.opened {
  background: #f2f3f7;
}
.cid-sRTmExLLdQ .nav-item {
  position: relative;
}
.cid-sRTmExLLdQ .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sRTmExLLdQ .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-sRTmExLLdQ .nav-item .nav-link:focus {
  outline: none;
}
@media (min-width: 991px) {
  .cid-sRTmExLLdQ .nav-link {
    line-height: 6.13;
  }
  .cid-sRTmExLLdQ .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #fc1010;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-sRTmExLLdQ .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
}
.cid-sRTmExLLdQ .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sRTmExLLdQ .content-text {
  margin-bottom: 0;
}
.cid-sRTmExLLdQ .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sRTmExLLdQ .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #36187d;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sRTmExLLdQ .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sRTmExLLdQ .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sRTmExLLdQ .navbar-nav .nav-item .link {
  margin: 0 20px !important;
}
.cid-sRTmExLLdQ .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sRTmExLLdQ .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sRTmExLLdQ .content-right-side {
  text-align: center;
}
.cid-sRTmExLLdQ .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sRTmExLLdQ .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sRTmExLLdQ .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
  color: #ea2396;
}
.cid-sRTmExLLdQ .widget-icon.mobi-mbri-phone {
  -webkit-animation: phone-icon-animate 1s ease-in-out infinite;
  animation: phone-icon-animate 1s ease-in-out infinite;
}
.cid-sRTmExLLdQ .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sRTmExLLdQ .info-widget:first-child {
  margin-left: 0;
}
.cid-sRTmExLLdQ .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sRTmExLLdQ .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.7;
}
.cid-sRTmExLLdQ .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-sRTmExLLdQ .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #d9dade;
}
@media (min-width: 992px) {
  .cid-sRTmExLLdQ .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-sRTmExLLdQ .navbar {
    display: block;
    padding: 0;
  }
  .cid-sRTmExLLdQ .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-sRTmExLLdQ .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    align-self: auto;
    display: flex;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-sRTmExLLdQ .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-sRTmExLLdQ .navbar-toggler {
    display: none;
  }
  .cid-sRTmExLLdQ .navbar-collapse {
    justify-content: flex-start;
  }
}
.cid-sRTmExLLdQ .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-sRTmExLLdQ .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-right: 0;
}
.cid-sRTmExLLdQ .btn-sm {
  padding: 13px 29px;
}
.cid-sRTmExLLdQ .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sRTmExLLdQ .btn::after {
  background-color: #fcff00;
  content: "";
  height: 150px;
  left: -75px;
  position: absolute;
  top: -60px;
  transform: rotate(35deg);
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  width: 40px;
  opacity: 0;
  outline: none;
  text-decoration: none;
}
.cid-sRTmExLLdQ .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-sRTmExLLdQ .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sRTmExLLdQ .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sRTmExLLdQ .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-sRTmExLLdQ .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sRTmExLLdQ .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sRTmExLLdQ .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sRTmExLLdQ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sRTmExLLdQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sRTmExLLdQ .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-sRTmExLLdQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sRTmExLLdQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sRTmExLLdQ .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sRTmExLLdQ .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sRTmExLLdQ .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-sRTmExLLdQ .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-sRTmExLLdQ .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sRTmExLLdQ .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sRTmExLLdQ .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sRTmExLLdQ button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  margin-right: 0;
}
.cid-sRTmExLLdQ button.navbar-toggler:focus {
  outline: none;
}
.cid-sRTmExLLdQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sRTmExLLdQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sRTmExLLdQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRTmExLLdQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRTmExLLdQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sRTmExLLdQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRTmExLLdQ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sRTmExLLdQ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sRTmExLLdQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRTmExLLdQ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sRTmExLLdQ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sRTmExLLdQ .collapsed .btn {
  display: flex;
}
.cid-sRTmExLLdQ .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sRTmExLLdQ .collapsed .navbar-collapse.collapsing,
.cid-sRTmExLLdQ .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sRTmExLLdQ .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sRTmExLLdQ .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sRTmExLLdQ .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sRTmExLLdQ .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sRTmExLLdQ .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sRTmExLLdQ .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-sRTmExLLdQ .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sRTmExLLdQ .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sRTmExLLdQ .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sRTmExLLdQ .collapsed button.navbar-toggler {
  display: block;
}
.cid-sRTmExLLdQ .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-sRTmExLLdQ .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-sRTmExLLdQ .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-sRTmExLLdQ .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sRTmExLLdQ .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sRTmExLLdQ .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: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-sRTmExLLdQ .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sRTmExLLdQ .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-sRTmExLLdQ .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-sRTmExLLdQ .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-sRTmExLLdQ .menu-bottom .menu-content-right {
    display: none;
  }
  .cid-sRTmExLLdQ .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
    opacity: 0;
    transition: all 0.3s ease-in;
    position: absolute;
    top: 100%;
    bottom: auto;
    left: 0px;
    right: 0px;
    z-index: 999;
  }
  .cid-sRTmExLLdQ .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-sRTmExLLdQ .navbar-collapse.collapsing,
  .cid-sRTmExLLdQ .navbar-collapse.show {
    display: block !important;
  }
  .cid-sRTmExLLdQ .navbar-collapse.collapsing .navbar-nav,
  .cid-sRTmExLLdQ .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sRTmExLLdQ .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sRTmExLLdQ .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sRTmExLLdQ .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-sRTmExLLdQ .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
  }
  .cid-sRTmExLLdQ .navbar-collapse.collapsing .navbar-buttons,
  .cid-sRTmExLLdQ .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-sRTmExLLdQ .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sRTmExLLdQ .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sRTmExLLdQ img {
    height: 3.8rem !important;
  }
  .cid-sRTmExLLdQ .btn {
    display: flex;
  }
  .cid-sRTmExLLdQ button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-sRTmExLLdQ .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-sRTmExLLdQ .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-sRTmExLLdQ .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-sRTmExLLdQ .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sRTmExLLdQ .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sRTmExLLdQ .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: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-sRTmExLLdQ .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sRTmExLLdQ .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-sRTmExLLdQ .navbar-toggler {
  position: relative;
}
.cid-sRTmExLLdQ .dropdown-item.active,
.cid-sRTmExLLdQ .dropdown-item:active {
  color: initial;
}
.cid-sRTmExLLdQ .widget-title {
  color: #fcff00;
}
.cid-sRTmExLLdQ .widget-text {
  color: #fcff00;
}
.cid-sRTmExLLdQ .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-sRTmExLLdQ .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #36187d;
  display: inline-flex;
  background-color: #232323;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-sRTmExLLdQ .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-sRTmExLLdQ .icons-menu .mbr-iconfont:hover {
  color: #ffffff;
  background-color: #000000;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-sRTmExLLdQ .soc-item {
  margin: .5rem .3rem;
}
@media (max-width: 768px) {
  .cid-sRTmExLLdQ .menu-content-top .icons-menu {
    padding-left: 0;
  }
  .cid-sRTmExLLdQ .menu-content-top .icons-menu .soc-item .mbr-iconfont {
    font-size: 14px;
  }
  .cid-sRTmExLLdQ .menu-content-top .icons-menu .soc-item .mbr-iconfont::before {
    padding: 0.44rem;
  }
  .cid-sRTmExLLdQ .menu-content-top .right-wrap .info-widget {
    margin-left: 20px;
  }
  .cid-sRTmExLLdQ .menu-content-top .right-wrap .info-widget:first-child {
    margin-left: 0;
  }
  .cid-sRTmExLLdQ .menu-content-top .right-wrap .info-widget .widget-content {
    display: none;
  }
  .cid-sRTmExLLdQ .menu-content-top .right-wrap .info-widget .widget-icon {
    font-size: 25px;
    padding-right: 0;
  }
  .cid-sRTmExLLdQ .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-sRTmExLLdQ .menu-content-top,
  .cid-sRTmExLLdQ .menu-bottom {
    padding: 0 15px;
  }
  .cid-sRTmExLLdQ button.navbar-toggler {
    align-self: center;
  }
}
@-webkit-keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
.cid-sRTmExLLdQ .widget-title,
.cid-sRTmExLLdQ .widget-icon {
  color: #ffffff;
}
.cid-sSSd4ILkrb {
  padding-top: 30px;
  padding-bottom: 120px;
  background-color: #000000;
}
.cid-sSSd4ILkrb .container-fluid {
  position: relative;
}
.cid-sSSd4ILkrb .page-title-content {
  width: 28%;
}
.cid-sSSd4ILkrb .page-title-content .mbr-iconfont {
  font-size: 55px;
  height: 55px;
  line-height: 55px;
  width: 55px;
  margin-top: -10px;
  color: #f1a631;
}
.cid-sSSd4ILkrb .page-title-content .mbr-iconfont:hover {
  cursor: pointer;
}
@media (max-width: 576px) {
  .cid-sSSd4ILkrb .page-title-content {
    text-align: center;
  }
}
.cid-sSSd4ILkrb .title {
  letter-spacing: 0.8px;
  margin-top: 24px;
  font-weight: 300;
  margin: 0;
  position: relative;
  word-wrap: break-word;
}
.cid-sSSd4ILkrb a {
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.cid-sSSd4ILkrb a:not(:first-child) {
  margin-left: 20px;
}
.cid-sSSd4ILkrb a:after {
  position: absolute;
  margin-top: 7px;
  background-color: currentColor;
  display: block;
  content: "";
  height: 2px;
  width: 100%;
}
.cid-sSSd4ILkrb a::before {
  position: absolute;
  margin-top: 5px;
  background-color: currentColor;
  display: block;
  content: "";
  height: 2px;
  width: 0%;
  bottom: 7px;
}
.cid-sSSd4ILkrb a:hover:after,
.cid-sSSd4ILkrb a:focus:after {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: slidein;
  animation-name: slidein;
}
.cid-sSSd4ILkrb a:hover:before,
.cid-sSSd4ILkrb a:focus:before {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-name: slideout;
  animation-name: slideout;
}
.cid-sSSd4ILkrb a.text-white:hover,
.cid-sSSd4ILkrb a.text-white:focus {
  color: #ffffff !important;
}
.cid-sSSd4ILkrb .mbr-section-btn {
  margin-left: 0;
  margin-right: 0;
}
.cid-sSSd4ILkrb .page-title-content .title,
.cid-sSSd4ILkrb .icon-section,
.cid-sSSd4ILkrb .mbr-section-btn {
  color: #ffffff;
}
.cid-sSwgsSv1Hs {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-sSwgsSv1Hs .mbr-overlay {
  z-index: 1;
}
.cid-sSwgsSv1Hs .carousel,
.cid-sSwgsSv1Hs .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sSwgsSv1Hs .item-wrapper {
  width: 100%;
}
.cid-sSwgsSv1Hs .carousel-caption {
  bottom: 40px;
}
.cid-sSwgsSv1Hs .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-sSwgsSv1Hs .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sSwgsSv1Hs .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sSwgsSv1Hs .carousel-control {
    top: auto;
    bottom: 1rem;
    display: none;
  }
}
.cid-sSwgsSv1Hs span {
  font-size: 50px;
}
.cid-sSwgsSv1Hs .mobi-mbri-arrow-next {
  margin-left: 5px;
  color: #000000;
}
.cid-sSwgsSv1Hs .mobi-mbri-arrow-next:hover {
  color: #36187d;
}
.cid-sSwgsSv1Hs .mobi-mbri-arrow-prev:hover {
  color: #36187d;
}
.cid-sSwgsSv1Hs .mobi-mbri-arrow-prev {
  margin-right: 5px;
  color: #000000;
}
.cid-sSwgsSv1Hs .mbr-section-title {
  padding: 0;
  margin: 0;
  padding-bottom: 100px;
}
.cid-sSwgsSv1Hs .mbr-section-subtitle {
  padding: 0;
  margin: 0;
  padding-bottom: 20px;
}
.cid-sSwgsSv1Hs .carousel-fade .active.carousel-item-left,
.cid-sSwgsSv1Hs .carousel-fade .active.carousel-item-right {
  transition: opacity 0.3s 0s;
}
.cid-sSwgsSv1Hs .carousel-fade .carousel-item-left.carousel-item-next,
.cid-sSwgsSv1Hs .carousel-fade .carousel-item-left.carousel-item-prev {
  transition: opacity 0.3s 0.1s;
}
.cid-sSccRfmZsA {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-sSccRfmZsA .container-fluid {
  position: relative;
}
.cid-sSccRfmZsA .page-title-content {
  width: 100%;
}
.cid-sSccRfmZsA .page-title-content .mbr-iconfont {
  font-size: 55px;
  height: 55px;
  line-height: 55px;
  width: 55px;
  margin-top: -10px;
  color: #f1a631;
}
.cid-sSccRfmZsA .page-title-content .mbr-iconfont:hover {
  cursor: pointer;
}
@media (max-width: 576px) {
  .cid-sSccRfmZsA .page-title-content {
    text-align: center;
  }
}
.cid-sSccRfmZsA .title {
  letter-spacing: 0.8px;
  margin-top: 24px;
  font-weight: 300;
  margin: 0;
  position: relative;
  word-wrap: break-word;
}
.cid-sSccRfmZsA a {
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.cid-sSccRfmZsA a:not(:first-child) {
  margin-left: 20px;
}
.cid-sSccRfmZsA a:after {
  position: absolute;
  margin-top: 7px;
  background-color: currentColor;
  display: block;
  content: "";
  height: 2px;
  width: 100%;
}
.cid-sSccRfmZsA a::before {
  position: absolute;
  margin-top: 5px;
  background-color: currentColor;
  display: block;
  content: "";
  height: 2px;
  width: 0%;
  bottom: 7px;
}
.cid-sSccRfmZsA a:hover:after,
.cid-sSccRfmZsA a:focus:after {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: slidein;
  animation-name: slidein;
}
.cid-sSccRfmZsA a:hover:before,
.cid-sSccRfmZsA a:focus:before {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-name: slideout;
  animation-name: slideout;
}
.cid-sSccRfmZsA a.text-white:hover,
.cid-sSccRfmZsA a.text-white:focus {
  color: #ffffff !important;
}
.cid-sSccRfmZsA .mbr-section-btn {
  margin-left: 0;
  margin-right: 0;
}
.cid-sSccRfmZsA .page-title-content .title,
.cid-sSccRfmZsA .icon-section,
.cid-sSccRfmZsA .mbr-section-btn {
  color: #ffffff;
}
.cid-sSqEO89ZTG {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fcff00;
}
.cid-sSqEO89ZTG img {
  width: 100%;
  object-fit: cover;
  height: 600px;
}
@media (max-width: 800px) {
  .cid-sSqEO89ZTG img {
    height: auto;
  }
}
.cid-sSqEO89ZTG .container-fluid {
  padding: 0;
}
.cid-sRTKvZMN8R {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #f2f3f7;
}
.cid-sRTKvZMN8R img,
.cid-sRTKvZMN8R .item-img {
  border-radius: 2rem;
  transition: all 0.3s;
  overflow: hidden;
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-sRTKvZMN8R .item:focus,
.cid-sRTKvZMN8R span:focus {
  outline: none;
}
.cid-sRTKvZMN8R .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sRTKvZMN8R .item-wrapper {
  position: relative;
  padding: 1rem;
  border-radius: 3rem;
  background: #f2f3f7;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
}
.cid-sRTKvZMN8R .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 767px) {
  .cid-sRTKvZMN8R .item-wrapper {
    border-radius: 2rem;
  }
}
.cid-sRTKvZMN8R .item-content {
  padding: 1.5rem 1rem;
}
@media (max-width: 767px) {
  .cid-sRTKvZMN8R .item-content {
    padding: 1rem 0;
  }
}
.cid-sRTKvZMN8R .mbr-section-title {
  color: #000000;
}
.cid-sRTKvZMN8R .item-title {
  color: #000000;
}
.cid-sRTKvZMN8R .item-subtitle {
  color: #bec2cf;
}
.cid-sRTKvZMN8R .mbr-text,
.cid-sRTKvZMN8R .mbr-section-btn {
  color: #6c758f;
}
.cid-sRTKvZMN8R .mbr-link {
  color: #0196e3;
  display: block;
}
.cid-sSgQ9zxPz6 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #f2f3f7;
}
.cid-sSgQ9zxPz6 img,
.cid-sSgQ9zxPz6 .item-img {
  border-radius: 2rem;
  transition: all 0.3s;
  overflow: hidden;
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-sSgQ9zxPz6 .item:focus,
.cid-sSgQ9zxPz6 span:focus {
  outline: none;
}
.cid-sSgQ9zxPz6 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sSgQ9zxPz6 .item-wrapper {
  position: relative;
  padding: 1rem;
  border-radius: 3rem;
  background: #f2f3f7;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
}
.cid-sSgQ9zxPz6 .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 767px) {
  .cid-sSgQ9zxPz6 .item-wrapper {
    border-radius: 2rem;
  }
}
.cid-sSgQ9zxPz6 .item-content {
  padding: 1.5rem 1rem;
}
@media (max-width: 767px) {
  .cid-sSgQ9zxPz6 .item-content {
    padding: 1rem 0;
  }
}
.cid-sSgQ9zxPz6 .mbr-section-title {
  color: #36187d;
}
.cid-sSgQ9zxPz6 .item-title {
  color: #000000;
}
.cid-sSgQ9zxPz6 .item-subtitle {
  color: #bec2cf;
}
.cid-sSgQ9zxPz6 .mbr-text,
.cid-sSgQ9zxPz6 .mbr-section-btn {
  color: #6c758f;
}
.cid-sSgQ9zxPz6 .mbr-link {
  color: #0196e3;
  display: block;
}
.cid-sRTMxL4sET {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #f2f3f7;
}
.cid-sRTMxL4sET img,
.cid-sRTMxL4sET .item-img {
  border-radius: 2rem;
  transition: all 0.3s;
  overflow: hidden;
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-sRTMxL4sET .item:focus,
.cid-sRTMxL4sET span:focus {
  outline: none;
}
.cid-sRTMxL4sET .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sRTMxL4sET .item-wrapper {
  position: relative;
  padding: 1rem;
  border-radius: 3rem;
  background: #f2f3f7;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
}
.cid-sRTMxL4sET .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 767px) {
  .cid-sRTMxL4sET .item-wrapper {
    border-radius: 2rem;
  }
}
.cid-sRTMxL4sET .item-content {
  padding: 1.5rem 1rem;
}
@media (max-width: 767px) {
  .cid-sRTMxL4sET .item-content {
    padding: 1rem 0;
  }
}
.cid-sRTMxL4sET .mbr-section-title {
  color: #36187d;
}
.cid-sRTMxL4sET .item-title {
  color: #000000;
}
.cid-sRTMxL4sET .item-subtitle {
  color: #bec2cf;
}
.cid-sRTMxL4sET .mbr-text,
.cid-sRTMxL4sET .mbr-section-btn {
  color: #6c758f;
}
.cid-sRTMxL4sET .mbr-link {
  color: #0196e3;
  display: block;
}
.cid-uZzAmVY22h {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #f2f3f7;
}
.cid-uZzAmVY22h .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZzAmVY22h .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZzAmVY22h .mbr-section-title {
  color: #161616;
  margin-top: 24px;
}
.cid-uZzAmVY22h .mbr-section-btn .btn-black-outline {
  position: relative;
  padding: 15px;
  min-width: 10.57vw;
  min-height: 10.57vw;
  border-radius: 50%;
  transition: all 0.8s cubic-bezier(0.77, 0.2, 0.05, 1);
  border: none;
}
@media (max-width: 991px) {
  .cid-uZzAmVY22h .mbr-section-btn .btn-black-outline {
    min-width: 148px;
    min-height: 148px;
  }
}
.cid-uZzAmVY22h .mbr-section-btn .btn-black-outline:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  border: 1px solid;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.8s cubic-bezier(0.77, 0.2, 0.05, 1);
}
.cid-uZzAmVY22h .mbr-section-btn .btn-black-outline:hover:before {
  transform: translate(-50%, -50%) scale(0.8);
}
.cid-uZzsGLMLhn {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-uZzsGLMLhn .container-fluid {
  position: relative;
}
.cid-uZzsGLMLhn .page-title-content {
  width: 100%;
}
.cid-uZzsGLMLhn .page-title-content .mbr-iconfont {
  font-size: 55px;
  height: 55px;
  line-height: 55px;
  width: 55px;
  margin-top: -10px;
  color: #f1a631;
}
.cid-uZzsGLMLhn .page-title-content .mbr-iconfont:hover {
  cursor: pointer;
}
@media (max-width: 576px) {
  .cid-uZzsGLMLhn .page-title-content {
    text-align: center;
  }
}
.cid-uZzsGLMLhn .title {
  letter-spacing: 0.8px;
  margin-top: 24px;
  font-weight: 300;
  margin: 0;
  position: relative;
  word-wrap: break-word;
}
.cid-uZzsGLMLhn a {
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.cid-uZzsGLMLhn a:not(:first-child) {
  margin-left: 20px;
}
.cid-uZzsGLMLhn a:after {
  position: absolute;
  margin-top: 7px;
  background-color: currentColor;
  display: block;
  content: "";
  height: 2px;
  width: 100%;
}
.cid-uZzsGLMLhn a::before {
  position: absolute;
  margin-top: 5px;
  background-color: currentColor;
  display: block;
  content: "";
  height: 2px;
  width: 0%;
  bottom: 7px;
}
.cid-uZzsGLMLhn a:hover:after,
.cid-uZzsGLMLhn a:focus:after {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: slidein;
  animation-name: slidein;
}
.cid-uZzsGLMLhn a:hover:before,
.cid-uZzsGLMLhn a:focus:before {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-name: slideout;
  animation-name: slideout;
}
.cid-uZzsGLMLhn a.text-white:hover,
.cid-uZzsGLMLhn a.text-white:focus {
  color: #ffffff !important;
}
.cid-uZzsGLMLhn .mbr-section-btn {
  margin-left: 0;
  margin-right: 0;
}
.cid-uZzsGLMLhn .page-title-content .title,
.cid-uZzsGLMLhn .icon-section,
.cid-uZzsGLMLhn .mbr-section-btn {
  color: #ffffff;
}
.cid-svGOrpYd1R {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #f2f3f7;
}
.cid-svGOrpYd1R .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #0196e3;
  margin-bottom: 1.5rem;
}
.cid-svGOrpYd1R .col-lg-4,
.cid-svGOrpYd1R .col-12 {
  padding: 0 2rem;
}
.cid-svGOrpYd1R .row {
  margin: 0 -2rem;
  justify-content: center;
}
.cid-svGOrpYd1R .card-wrapper {
  padding: 3rem 2rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 3rem;
}
@media (max-width: 767px) {
  .cid-svGOrpYd1R .card-wrapper {
    padding: 4rem 2rem;
  }
}
@media (max-width: 992px) {
  .cid-svGOrpYd1R .card-wrapper {
    margin-bottom: 3rem;
  }
}
.cid-svGOrpYd1R .card-title,
.cid-svGOrpYd1R .iconfont-wrapper {
  color: #000000;
  text-align: center;
}
.cid-svGOrpYd1R .card-text {
  color: #000000;
  text-align: left;
}
.cid-svGOrpYd1R .mbr-section-subtitle {
  color: #6c758f;
}
.cid-svGOrpYd1R .mbr-section-title {
  color: #36187d;
}
.cid-sShj8xbwTh {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #f2f3f7;
}
.cid-sShj8xbwTh .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #0196e3;
  margin-bottom: 1.5rem;
}
.cid-sShj8xbwTh .col-lg-4,
.cid-sShj8xbwTh .col-12 {
  padding: 0 2rem;
}
.cid-sShj8xbwTh .row {
  margin: 0 -2rem;
  justify-content: center;
}
.cid-sShj8xbwTh .card-wrapper {
  padding: 3rem 2rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 3rem;
}
@media (max-width: 767px) {
  .cid-sShj8xbwTh .card-wrapper {
    padding: 4rem 2rem;
  }
}
@media (max-width: 992px) {
  .cid-sShj8xbwTh .card-wrapper {
    margin-bottom: 3rem;
  }
}
.cid-sShj8xbwTh .card-title,
.cid-sShj8xbwTh .iconfont-wrapper {
  color: #000000;
  text-align: center;
}
.cid-sShj8xbwTh .card-text {
  color: #000000;
  text-align: left;
}
.cid-sShj8xbwTh .mbr-section-subtitle {
  color: #6c758f;
}
.cid-sShj8xbwTh .mbr-section-title {
  color: #36187d;
}
.cid-sShrJ4xqIj {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-sShrJ4xqIj .container-fluid {
  position: relative;
}
.cid-sShrJ4xqIj .page-title-content {
  width: 100%;
}
.cid-sShrJ4xqIj .page-title-content .mbr-iconfont {
  font-size: 55px;
  height: 55px;
  line-height: 55px;
  width: 55px;
  margin-top: -10px;
  color: #f1a631;
}
.cid-sShrJ4xqIj .page-title-content .mbr-iconfont:hover {
  cursor: pointer;
}
@media (max-width: 576px) {
  .cid-sShrJ4xqIj .page-title-content {
    text-align: center;
  }
}
.cid-sShrJ4xqIj .title {
  letter-spacing: 0.8px;
  margin-top: 24px;
  font-weight: 300;
  margin: 0;
  position: relative;
  word-wrap: break-word;
}
.cid-sShrJ4xqIj a {
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.cid-sShrJ4xqIj a:not(:first-child) {
  margin-left: 20px;
}
.cid-sShrJ4xqIj a:after {
  position: absolute;
  margin-top: 7px;
  background-color: currentColor;
  display: block;
  content: "";
  height: 2px;
  width: 100%;
}
.cid-sShrJ4xqIj a::before {
  position: absolute;
  margin-top: 5px;
  background-color: currentColor;
  display: block;
  content: "";
  height: 2px;
  width: 0%;
  bottom: 7px;
}
.cid-sShrJ4xqIj a:hover:after,
.cid-sShrJ4xqIj a:focus:after {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: slidein;
  animation-name: slidein;
}
.cid-sShrJ4xqIj a:hover:before,
.cid-sShrJ4xqIj a:focus:before {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-name: slideout;
  animation-name: slideout;
}
.cid-sShrJ4xqIj a.text-white:hover,
.cid-sShrJ4xqIj a.text-white:focus {
  color: #ffffff !important;
}
.cid-sShrJ4xqIj .mbr-section-btn {
  margin-left: 0;
  margin-right: 0;
}
.cid-sShrJ4xqIj .page-title-content .title,
.cid-sShrJ4xqIj .icon-section,
.cid-sShrJ4xqIj .mbr-section-btn {
  color: #ffffff;
}
.cid-sSi0K7bId1 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fcff00;
}
.cid-sSi0K7bId1 img {
  width: 100%;
  object-fit: cover;
  height: 300px;
}
@media (max-width: 800px) {
  .cid-sSi0K7bId1 img {
    height: auto;
  }
}
.cid-sSi0K7bId1 .container-fluid {
  padding: 0;
}
.cid-sSEAM9mtUJ {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #f2f3f7;
}
.cid-sSEAM9mtUJ .row {
  align-items: center;
  justify-content: space-between;
}
.cid-sSEAM9mtUJ .mbr-section-title {
  width: 100%;
  text-align: left;
  margin-bottom: 24px;
  line-height: 1.171em;
}
.cid-sSEAM9mtUJ .mbr-section-subtitle {
  color: #4c4c4c;
  width: 100%;
  text-align: left;
}
.cid-sSEAM9mtUJ .mbr-text {
  color: #5f5d68;
  margin-bottom: 48px;
}
.cid-sSEAM9mtUJ .right-side {
  max-width: 554px;
  margin-right: 60px;
}
.cid-sSEAM9mtUJ .mbr-section-btn {
  width: auto;
  display: inline;
}
.cid-sSEAM9mtUJ .margin {
  margin-right: 14px;
}
.cid-sSEAM9mtUJ .shadow {
  margin: auto;
  max-width: 860px;
  padding: 79px 76px;
  box-shadow: 0 5px 16px 0 rgba(8, 15, 52, 0.07);
  overflow: hidden;
  border-style: solid;
  border-width: 1px;
  border-color: #eff0f6;
  border-radius: 24px;
  background-color: #fff;
}
.cid-sSEAM9mtUJ .socicon-bg-youtube {
  background-color: #c4302b;
}
.cid-sSEAM9mtUJ .socicon-bg-facebook {
  background-color: #3e5b98;
}
.cid-sSEAM9mtUJ .socicon-bg-twitter {
  background-color: #4da7de;
}
.cid-sSEAM9mtUJ .socicon-bg-pinterest {
  background-color: #bc4343;
}
.cid-sSEAM9mtUJ .socicon-bg-mail {
  background-color: #134785;
}
.cid-sSEAM9mtUJ .btn-social {
  margin-right: 3px !important;
  margin-left: 3px !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  font-size: 14px;
  border-radius: 50%;
  padding: 0;
  width: 32px;
  height: 32px;
  line-height: 44px;
  text-align: center;
  position: relative;
  border: none !important;
  border-color: #36187d;
  cursor: pointer;
}
.cid-sSEAM9mtUJ .btn-social .mbr-iconfont {
  top: 0;
  line-height: 22px;
  width: 22px;
  color: #fff;
}
.cid-sSEAM9mtUJ .btn-social:hover {
  color: #fff;
}
.cid-sSEAM9mtUJ .btn-social + .btn {
  margin-left: 0.1rem;
}
.cid-sSEAM9mtUJ img {
  max-width: 238px;
  height: auto;
  border-radius: 50%;
}
.cid-sSEAM9mtUJ .mbr-social-likes {
  max-width: 454px;
}
.cid-sSEAM9mtUJ .card-title {
  margin-bottom: 8px;
  color: #14142b;
}
.cid-sSEAM9mtUJ .card-subtitle {
  margin-bottom: 22px;
  color: #2461d8;
}
.cid-sSEAM9mtUJ .card-text {
  margin-bottom: 22px;
  color: #8c8c95;
}
.cid-sSEAM9mtUJ .card-title,
.cid-sSEAM9mtUJ .card-subtitle,
.cid-sSEAM9mtUJ .card-text {
  width: auto;
}
@media (max-width: 770px) {
  .cid-sSEAM9mtUJ .shadow {
    padding: 59px 56px;
  }
}
@media (max-width: 640px) {
  .cid-sSEAM9mtUJ .al {
    flex-direction: column;
  }
  .cid-sSEAM9mtUJ .shadow {
    padding: 39px 36px;
  }
  .cid-sSEAM9mtUJ img {
    padding-bottom: 20px;
  }
  .cid-sSEAM9mtUJ .card-title,
  .cid-sSEAM9mtUJ .card-subtitle,
  .cid-sSEAM9mtUJ .card-text,
  .cid-sSEAM9mtUJ .mbr-social-likes {
    text-align: center;
  }
}
@media (max-width: 600px) {
  .cid-sSEAM9mtUJ .shadow {
    padding: 35px 15px;
  }
}
.cid-sSEAM9mtUJ .mbr-iconfont {
  margin-left: 0;
}
.cid-sSEAM9mtUJ .card-text,
.cid-sSEAM9mtUJ .mbr-social-likes {
  color: #000000;
}
.cid-sSEy04HANZ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f2f3f7;
}
.cid-sSEy04HANZ .row {
  align-items: center;
  justify-content: space-between;
}
.cid-sSEy04HANZ .mbr-section-title {
  width: 100%;
  text-align: left;
  margin-bottom: 24px;
  line-height: 1.171em;
}
.cid-sSEy04HANZ .mbr-section-subtitle {
  color: #4c4c4c;
  width: 100%;
  text-align: left;
}
.cid-sSEy04HANZ .mbr-text {
  color: #5f5d68;
  margin-bottom: 48px;
}
.cid-sSEy04HANZ .right-side {
  max-width: 554px;
  margin-right: 60px;
}
.cid-sSEy04HANZ .mbr-section-btn {
  width: auto;
  display: inline;
}
.cid-sSEy04HANZ .margin {
  margin-right: 14px;
}
.cid-sSEy04HANZ .shadow {
  margin: auto;
  max-width: 860px;
  padding: 79px 76px;
  box-shadow: 0 5px 16px 0 rgba(8, 15, 52, 0.07);
  overflow: hidden;
  border-style: solid;
  border-width: 1px;
  border-color: #eff0f6;
  border-radius: 24px;
  background-color: #fff;
}
.cid-sSEy04HANZ .socicon-bg-youtube {
  background-color: #c4302b;
}
.cid-sSEy04HANZ .socicon-bg-facebook {
  background-color: #3e5b98;
}
.cid-sSEy04HANZ .socicon-bg-twitter {
  background-color: #4da7de;
}
.cid-sSEy04HANZ .socicon-bg-pinterest {
  background-color: #bc4343;
}
.cid-sSEy04HANZ .socicon-bg-mail {
  background-color: #134785;
}
.cid-sSEy04HANZ .btn-social {
  margin-right: 3px !important;
  margin-left: 3px !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  font-size: 14px;
  border-radius: 50%;
  padding: 0;
  width: 32px;
  height: 32px;
  line-height: 44px;
  text-align: center;
  position: relative;
  border: none !important;
  border-color: #36187d;
  cursor: pointer;
}
.cid-sSEy04HANZ .btn-social .mbr-iconfont {
  top: 0;
  line-height: 22px;
  width: 22px;
  color: #fff;
}
.cid-sSEy04HANZ .btn-social:hover {
  color: #fff;
}
.cid-sSEy04HANZ .btn-social + .btn {
  margin-left: 0.1rem;
}
.cid-sSEy04HANZ img {
  max-width: 238px;
  height: auto;
  border-radius: 50%;
}
.cid-sSEy04HANZ .mbr-social-likes {
  max-width: 454px;
}
.cid-sSEy04HANZ .card-title {
  margin-bottom: 8px;
  color: #14142b;
}
.cid-sSEy04HANZ .card-subtitle {
  margin-bottom: 22px;
  color: #2461d8;
}
.cid-sSEy04HANZ .card-text {
  margin-bottom: 22px;
  color: #8c8c95;
}
.cid-sSEy04HANZ .card-title,
.cid-sSEy04HANZ .card-subtitle,
.cid-sSEy04HANZ .card-text {
  width: auto;
}
@media (max-width: 770px) {
  .cid-sSEy04HANZ .shadow {
    padding: 59px 56px;
  }
}
@media (max-width: 640px) {
  .cid-sSEy04HANZ .al {
    flex-direction: column;
  }
  .cid-sSEy04HANZ .shadow {
    padding: 39px 36px;
  }
  .cid-sSEy04HANZ img {
    padding-bottom: 20px;
  }
  .cid-sSEy04HANZ .card-title,
  .cid-sSEy04HANZ .card-subtitle,
  .cid-sSEy04HANZ .card-text,
  .cid-sSEy04HANZ .mbr-social-likes {
    text-align: center;
  }
}
@media (max-width: 600px) {
  .cid-sSEy04HANZ .shadow {
    padding: 35px 15px;
  }
}
.cid-sSEy04HANZ .mbr-iconfont {
  margin-left: 0;
}
.cid-sSEmKEHlkt {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #f2f3f7;
}
.cid-sSEmKEHlkt .row {
  align-items: center;
  justify-content: space-between;
}
.cid-sSEmKEHlkt .mbr-section-title {
  width: 100%;
  text-align: left;
  margin-bottom: 24px;
  line-height: 1.171em;
}
.cid-sSEmKEHlkt .mbr-section-subtitle {
  color: #4c4c4c;
  width: 100%;
  text-align: left;
}
.cid-sSEmKEHlkt .mbr-text {
  color: #5f5d68;
  margin-bottom: 48px;
}
.cid-sSEmKEHlkt .right-side {
  max-width: 554px;
  margin-right: 60px;
}
.cid-sSEmKEHlkt .mbr-section-btn {
  width: auto;
  display: inline;
}
.cid-sSEmKEHlkt .margin {
  margin-right: 14px;
}
.cid-sSEmKEHlkt .shadow {
  margin: auto;
  max-width: 860px;
  padding: 79px 76px;
  box-shadow: 0 5px 16px 0 rgba(8, 15, 52, 0.07);
  overflow: hidden;
  border-style: solid;
  border-width: 1px;
  border-color: #eff0f6;
  border-radius: 24px;
  background-color: #fff;
}
.cid-sSEmKEHlkt .socicon-bg-youtube {
  background-color: #c4302b;
}
.cid-sSEmKEHlkt .socicon-bg-facebook {
  background-color: #3e5b98;
}
.cid-sSEmKEHlkt .socicon-bg-twitter {
  background-color: #4da7de;
}
.cid-sSEmKEHlkt .socicon-bg-pinterest {
  background-color: #bc4343;
}
.cid-sSEmKEHlkt .socicon-bg-mail {
  background-color: #134785;
}
.cid-sSEmKEHlkt .btn-social {
  margin-right: 3px !important;
  margin-left: 3px !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  font-size: 14px;
  border-radius: 50%;
  padding: 0;
  width: 32px;
  height: 32px;
  line-height: 44px;
  text-align: center;
  position: relative;
  border: none !important;
  border-color: #36187d;
  cursor: pointer;
}
.cid-sSEmKEHlkt .btn-social .mbr-iconfont {
  top: 0;
  line-height: 22px;
  width: 22px;
  color: #fff;
}
.cid-sSEmKEHlkt .btn-social:hover {
  color: #fff;
}
.cid-sSEmKEHlkt .btn-social + .btn {
  margin-left: 0.1rem;
}
.cid-sSEmKEHlkt img {
  max-width: 238px;
  height: auto;
  border-radius: 50%;
}
.cid-sSEmKEHlkt .mbr-social-likes {
  max-width: 454px;
}
.cid-sSEmKEHlkt .card-title {
  margin-bottom: 8px;
  color: #14142b;
}
.cid-sSEmKEHlkt .card-subtitle {
  margin-bottom: 22px;
  color: #2461d8;
}
.cid-sSEmKEHlkt .card-text {
  margin-bottom: 22px;
  color: #8c8c95;
}
.cid-sSEmKEHlkt .card-title,
.cid-sSEmKEHlkt .card-subtitle,
.cid-sSEmKEHlkt .card-text {
  width: auto;
}
@media (max-width: 770px) {
  .cid-sSEmKEHlkt .shadow {
    padding: 59px 56px;
  }
}
@media (max-width: 640px) {
  .cid-sSEmKEHlkt .al {
    flex-direction: column;
  }
  .cid-sSEmKEHlkt .shadow {
    padding: 39px 36px;
  }
  .cid-sSEmKEHlkt img {
    padding-bottom: 20px;
  }
  .cid-sSEmKEHlkt .card-title,
  .cid-sSEmKEHlkt .card-subtitle,
  .cid-sSEmKEHlkt .card-text,
  .cid-sSEmKEHlkt .mbr-social-likes {
    text-align: center;
  }
}
@media (max-width: 600px) {
  .cid-sSEmKEHlkt .shadow {
    padding: 35px 15px;
  }
}
.cid-sSEmKEHlkt .mbr-iconfont {
  margin-left: 0;
}
.cid-sSEmKEHlkt .card-text,
.cid-sSEmKEHlkt .mbr-social-likes {
  color: #0e0e0e;
}
.cid-sSEy2YnbEf {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f2f3f7;
}
.cid-sSEy2YnbEf .row {
  align-items: center;
  justify-content: space-between;
}
.cid-sSEy2YnbEf .mbr-section-title {
  width: 100%;
  text-align: left;
  margin-bottom: 24px;
  line-height: 1.171em;
}
.cid-sSEy2YnbEf .mbr-section-subtitle {
  color: #4c4c4c;
  width: 100%;
  text-align: left;
}
.cid-sSEy2YnbEf .mbr-text {
  color: #5f5d68;
  margin-bottom: 48px;
}
.cid-sSEy2YnbEf .right-side {
  max-width: 554px;
  margin-right: 60px;
}
.cid-sSEy2YnbEf .mbr-section-btn {
  width: auto;
  display: inline;
}
.cid-sSEy2YnbEf .margin {
  margin-right: 14px;
}
.cid-sSEy2YnbEf .shadow {
  margin: auto;
  max-width: 860px;
  padding: 79px 76px;
  box-shadow: 0 5px 16px 0 rgba(8, 15, 52, 0.07);
  overflow: hidden;
  border-style: solid;
  border-width: 1px;
  border-color: #eff0f6;
  border-radius: 24px;
  background-color: #fff;
}
.cid-sSEy2YnbEf .socicon-bg-youtube {
  background-color: #c4302b;
}
.cid-sSEy2YnbEf .socicon-bg-facebook {
  background-color: #3e5b98;
}
.cid-sSEy2YnbEf .socicon-bg-twitter {
  background-color: #4da7de;
}
.cid-sSEy2YnbEf .socicon-bg-pinterest {
  background-color: #bc4343;
}
.cid-sSEy2YnbEf .socicon-bg-mail {
  background-color: #134785;
}
.cid-sSEy2YnbEf .btn-social {
  margin-right: 3px !important;
  margin-left: 3px !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  font-size: 14px;
  border-radius: 50%;
  padding: 0;
  width: 32px;
  height: 32px;
  line-height: 44px;
  text-align: center;
  position: relative;
  border: none !important;
  border-color: #36187d;
  cursor: pointer;
}
.cid-sSEy2YnbEf .btn-social .mbr-iconfont {
  top: 0;
  line-height: 22px;
  width: 22px;
  color: #fff;
}
.cid-sSEy2YnbEf .btn-social:hover {
  color: #fff;
}
.cid-sSEy2YnbEf .btn-social + .btn {
  margin-left: 0.1rem;
}
.cid-sSEy2YnbEf img {
  max-width: 238px;
  height: auto;
  border-radius: 50%;
}
.cid-sSEy2YnbEf .mbr-social-likes {
  max-width: 454px;
}
.cid-sSEy2YnbEf .card-title {
  margin-bottom: 8px;
  color: #14142b;
}
.cid-sSEy2YnbEf .card-subtitle {
  margin-bottom: 22px;
  color: #2461d8;
}
.cid-sSEy2YnbEf .card-text {
  margin-bottom: 22px;
  color: #8c8c95;
}
.cid-sSEy2YnbEf .card-title,
.cid-sSEy2YnbEf .card-subtitle,
.cid-sSEy2YnbEf .card-text {
  width: auto;
}
@media (max-width: 770px) {
  .cid-sSEy2YnbEf .shadow {
    padding: 59px 56px;
  }
}
@media (max-width: 640px) {
  .cid-sSEy2YnbEf .al {
    flex-direction: column;
  }
  .cid-sSEy2YnbEf .shadow {
    padding: 39px 36px;
  }
  .cid-sSEy2YnbEf img {
    padding-bottom: 20px;
  }
  .cid-sSEy2YnbEf .card-title,
  .cid-sSEy2YnbEf .card-subtitle,
  .cid-sSEy2YnbEf .card-text,
  .cid-sSEy2YnbEf .mbr-social-likes {
    text-align: center;
  }
}
@media (max-width: 600px) {
  .cid-sSEy2YnbEf .shadow {
    padding: 35px 15px;
  }
}
.cid-sSEy2YnbEf .mbr-iconfont {
  margin-left: 0;
}
.cid-sT9IYZov2a {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f2f3f7;
}
.cid-sT9IYZov2a .row {
  align-items: center;
  justify-content: space-between;
}
.cid-sT9IYZov2a .mbr-section-title {
  width: 100%;
  text-align: left;
  margin-bottom: 24px;
  line-height: 1.171em;
}
.cid-sT9IYZov2a .mbr-section-subtitle {
  color: #4c4c4c;
  width: 100%;
  text-align: left;
}
.cid-sT9IYZov2a .mbr-text {
  color: #5f5d68;
  margin-bottom: 48px;
}
.cid-sT9IYZov2a .right-side {
  max-width: 554px;
  margin-right: 60px;
}
.cid-sT9IYZov2a .mbr-section-btn {
  width: auto;
  display: inline;
}
.cid-sT9IYZov2a .margin {
  margin-right: 14px;
}
.cid-sT9IYZov2a .shadow {
  margin: auto;
  max-width: 860px;
  padding: 79px 76px;
  box-shadow: 0 5px 16px 0 rgba(8, 15, 52, 0.07);
  overflow: hidden;
  border-style: solid;
  border-width: 1px;
  border-color: #eff0f6;
  border-radius: 24px;
  background-color: #fff;
}
.cid-sT9IYZov2a .socicon-bg-youtube {
  background-color: #c4302b;
}
.cid-sT9IYZov2a .socicon-bg-facebook {
  background-color: #3e5b98;
}
.cid-sT9IYZov2a .socicon-bg-twitter {
  background-color: #4da7de;
}
.cid-sT9IYZov2a .socicon-bg-pinterest {
  background-color: #bc4343;
}
.cid-sT9IYZov2a .socicon-bg-mail {
  background-color: #134785;
}
.cid-sT9IYZov2a .btn-social {
  margin-right: 3px !important;
  margin-left: 3px !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  font-size: 14px;
  border-radius: 50%;
  padding: 0;
  width: 32px;
  height: 32px;
  line-height: 44px;
  text-align: center;
  position: relative;
  border: none !important;
  border-color: #36187d;
  cursor: pointer;
}
.cid-sT9IYZov2a .btn-social .mbr-iconfont {
  top: 0;
  line-height: 22px;
  width: 22px;
  color: #fff;
}
.cid-sT9IYZov2a .btn-social:hover {
  color: #fff;
}
.cid-sT9IYZov2a .btn-social + .btn {
  margin-left: 0.1rem;
}
.cid-sT9IYZov2a img {
  max-width: 238px;
  height: auto;
  border-radius: 50%;
}
.cid-sT9IYZov2a .mbr-social-likes {
  max-width: 454px;
}
.cid-sT9IYZov2a .card-title {
  margin-bottom: 8px;
  color: #14142b;
}
.cid-sT9IYZov2a .card-subtitle {
  margin-bottom: 22px;
  color: #2461d8;
}
.cid-sT9IYZov2a .card-text {
  margin-bottom: 22px;
  color: #8c8c95;
}
.cid-sT9IYZov2a .card-title,
.cid-sT9IYZov2a .card-subtitle,
.cid-sT9IYZov2a .card-text {
  width: auto;
}
@media (max-width: 770px) {
  .cid-sT9IYZov2a .shadow {
    padding: 59px 56px;
  }
}
@media (max-width: 640px) {
  .cid-sT9IYZov2a .al {
    flex-direction: column;
  }
  .cid-sT9IYZov2a .shadow {
    padding: 39px 36px;
  }
  .cid-sT9IYZov2a img {
    padding-bottom: 20px;
  }
  .cid-sT9IYZov2a .card-title,
  .cid-sT9IYZov2a .card-subtitle,
  .cid-sT9IYZov2a .card-text,
  .cid-sT9IYZov2a .mbr-social-likes {
    text-align: center;
  }
}
@media (max-width: 600px) {
  .cid-sT9IYZov2a .shadow {
    padding: 35px 15px;
  }
}
.cid-sT9IYZov2a .mbr-iconfont {
  margin-left: 0;
}
.cid-sSEQdPpfVP {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f2f3f7;
}
.cid-sSEQdPpfVP .row {
  align-items: center;
  justify-content: space-between;
}
.cid-sSEQdPpfVP .mbr-section-title {
  width: 100%;
  text-align: left;
  margin-bottom: 24px;
  line-height: 1.171em;
}
.cid-sSEQdPpfVP .mbr-section-subtitle {
  color: #4c4c4c;
  width: 100%;
  text-align: left;
}
.cid-sSEQdPpfVP .mbr-text {
  color: #5f5d68;
  margin-bottom: 48px;
}
.cid-sSEQdPpfVP .right-side {
  max-width: 554px;
  margin-right: 60px;
}
.cid-sSEQdPpfVP .mbr-section-btn {
  width: auto;
  display: inline;
}
.cid-sSEQdPpfVP .margin {
  margin-right: 14px;
}
.cid-sSEQdPpfVP .shadow {
  margin: auto;
  max-width: 860px;
  padding: 79px 76px;
  box-shadow: 0 5px 16px 0 rgba(8, 15, 52, 0.07);
  overflow: hidden;
  border-style: solid;
  border-width: 1px;
  border-color: #eff0f6;
  border-radius: 24px;
  background-color: #fff;
}
.cid-sSEQdPpfVP .socicon-bg-youtube {
  background-color: #c4302b;
}
.cid-sSEQdPpfVP .socicon-bg-facebook {
  background-color: #3e5b98;
}
.cid-sSEQdPpfVP .socicon-bg-twitter {
  background-color: #4da7de;
}
.cid-sSEQdPpfVP .socicon-bg-pinterest {
  background-color: #bc4343;
}
.cid-sSEQdPpfVP .socicon-bg-mail {
  background-color: #134785;
}
.cid-sSEQdPpfVP .btn-social {
  margin-right: 3px !important;
  margin-left: 3px !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  font-size: 14px;
  border-radius: 50%;
  padding: 0;
  width: 32px;
  height: 32px;
  line-height: 44px;
  text-align: center;
  position: relative;
  border: none !important;
  border-color: #36187d;
  cursor: pointer;
}
.cid-sSEQdPpfVP .btn-social .mbr-iconfont {
  top: 0;
  line-height: 22px;
  width: 22px;
  color: #fff;
}
.cid-sSEQdPpfVP .btn-social:hover {
  color: #fff;
}
.cid-sSEQdPpfVP .btn-social + .btn {
  margin-left: 0.1rem;
}
.cid-sSEQdPpfVP img {
  max-width: 238px;
  height: auto;
  border-radius: 50%;
}
.cid-sSEQdPpfVP .mbr-social-likes {
  max-width: 454px;
}
.cid-sSEQdPpfVP .card-title {
  margin-bottom: 8px;
  color: #14142b;
}
.cid-sSEQdPpfVP .card-subtitle {
  margin-bottom: 22px;
  color: #2461d8;
}
.cid-sSEQdPpfVP .card-text {
  margin-bottom: 22px;
  color: #8c8c95;
}
.cid-sSEQdPpfVP .card-title,
.cid-sSEQdPpfVP .card-subtitle,
.cid-sSEQdPpfVP .card-text {
  width: auto;
}
@media (max-width: 770px) {
  .cid-sSEQdPpfVP .shadow {
    padding: 59px 56px;
  }
}
@media (max-width: 640px) {
  .cid-sSEQdPpfVP .al {
    flex-direction: column;
  }
  .cid-sSEQdPpfVP .shadow {
    padding: 39px 36px;
  }
  .cid-sSEQdPpfVP img {
    padding-bottom: 20px;
  }
  .cid-sSEQdPpfVP .card-title,
  .cid-sSEQdPpfVP .card-subtitle,
  .cid-sSEQdPpfVP .card-text,
  .cid-sSEQdPpfVP .mbr-social-likes {
    text-align: center;
  }
}
@media (max-width: 600px) {
  .cid-sSEQdPpfVP .shadow {
    padding: 35px 15px;
  }
}
.cid-sSEQdPpfVP .mbr-iconfont {
  margin-left: 0;
}
.cid-sSEWDECqoY {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f2f3f7;
}
.cid-sSEWDECqoY .row {
  align-items: center;
  justify-content: space-between;
}
.cid-sSEWDECqoY .mbr-section-title {
  width: 100%;
  text-align: left;
  margin-bottom: 24px;
  line-height: 1.171em;
}
.cid-sSEWDECqoY .mbr-section-subtitle {
  color: #4c4c4c;
  width: 100%;
  text-align: left;
}
.cid-sSEWDECqoY .mbr-text {
  color: #5f5d68;
  margin-bottom: 48px;
}
.cid-sSEWDECqoY .right-side {
  max-width: 554px;
  margin-right: 60px;
}
.cid-sSEWDECqoY .mbr-section-btn {
  width: auto;
  display: inline;
}
.cid-sSEWDECqoY .margin {
  margin-right: 14px;
}
.cid-sSEWDECqoY .shadow {
  margin: auto;
  max-width: 860px;
  padding: 79px 76px;
  box-shadow: 0 5px 16px 0 rgba(8, 15, 52, 0.07);
  overflow: hidden;
  border-style: solid;
  border-width: 1px;
  border-color: #eff0f6;
  border-radius: 24px;
  background-color: #fff;
}
.cid-sSEWDECqoY .socicon-bg-youtube {
  background-color: #c4302b;
}
.cid-sSEWDECqoY .socicon-bg-facebook {
  background-color: #3e5b98;
}
.cid-sSEWDECqoY .socicon-bg-twitter {
  background-color: #4da7de;
}
.cid-sSEWDECqoY .socicon-bg-pinterest {
  background-color: #bc4343;
}
.cid-sSEWDECqoY .socicon-bg-mail {
  background-color: #134785;
}
.cid-sSEWDECqoY .btn-social {
  margin-right: 3px !important;
  margin-left: 3px !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  font-size: 14px;
  border-radius: 50%;
  padding: 0;
  width: 32px;
  height: 32px;
  line-height: 44px;
  text-align: center;
  position: relative;
  border: none !important;
  border-color: #36187d;
  cursor: pointer;
}
.cid-sSEWDECqoY .btn-social .mbr-iconfont {
  top: 0;
  line-height: 22px;
  width: 22px;
  color: #fff;
}
.cid-sSEWDECqoY .btn-social:hover {
  color: #fff;
}
.cid-sSEWDECqoY .btn-social + .btn {
  margin-left: 0.1rem;
}
.cid-sSEWDECqoY img {
  max-width: 238px;
  height: auto;
  border-radius: 50%;
}
.cid-sSEWDECqoY .mbr-social-likes {
  max-width: 454px;
}
.cid-sSEWDECqoY .card-title {
  margin-bottom: 8px;
  color: #14142b;
}
.cid-sSEWDECqoY .card-subtitle {
  margin-bottom: 22px;
  color: #2461d8;
}
.cid-sSEWDECqoY .card-text {
  margin-bottom: 22px;
  color: #8c8c95;
}
.cid-sSEWDECqoY .card-title,
.cid-sSEWDECqoY .card-subtitle,
.cid-sSEWDECqoY .card-text {
  width: auto;
}
@media (max-width: 770px) {
  .cid-sSEWDECqoY .shadow {
    padding: 59px 56px;
  }
}
@media (max-width: 640px) {
  .cid-sSEWDECqoY .al {
    flex-direction: column;
  }
  .cid-sSEWDECqoY .shadow {
    padding: 39px 36px;
  }
  .cid-sSEWDECqoY img {
    padding-bottom: 20px;
  }
  .cid-sSEWDECqoY .card-title,
  .cid-sSEWDECqoY .card-subtitle,
  .cid-sSEWDECqoY .card-text,
  .cid-sSEWDECqoY .mbr-social-likes {
    text-align: center;
  }
}
@media (max-width: 600px) {
  .cid-sSEWDECqoY .shadow {
    padding: 35px 15px;
  }
}
.cid-sSEWDECqoY .mbr-iconfont {
  margin-left: 0;
}
.cid-sSESwG1o79 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f2f3f7;
}
.cid-sSESwG1o79 .row {
  align-items: center;
  justify-content: space-between;
}
.cid-sSESwG1o79 .mbr-section-title {
  width: 100%;
  text-align: left;
  margin-bottom: 24px;
  line-height: 1.171em;
}
.cid-sSESwG1o79 .mbr-section-subtitle {
  color: #4c4c4c;
  width: 100%;
  text-align: left;
}
.cid-sSESwG1o79 .mbr-text {
  color: #5f5d68;
  margin-bottom: 48px;
}
.cid-sSESwG1o79 .right-side {
  max-width: 554px;
  margin-right: 60px;
}
.cid-sSESwG1o79 .mbr-section-btn {
  width: auto;
  display: inline;
}
.cid-sSESwG1o79 .margin {
  margin-right: 14px;
}
.cid-sSESwG1o79 .shadow {
  margin: auto;
  max-width: 860px;
  padding: 79px 76px;
  box-shadow: 0 5px 16px 0 rgba(8, 15, 52, 0.07);
  overflow: hidden;
  border-style: solid;
  border-width: 1px;
  border-color: #eff0f6;
  border-radius: 24px;
  background-color: #fff;
}
.cid-sSESwG1o79 .socicon-bg-youtube {
  background-color: #c4302b;
}
.cid-sSESwG1o79 .socicon-bg-facebook {
  background-color: #3e5b98;
}
.cid-sSESwG1o79 .socicon-bg-twitter {
  background-color: #4da7de;
}
.cid-sSESwG1o79 .socicon-bg-pinterest {
  background-color: #bc4343;
}
.cid-sSESwG1o79 .socicon-bg-mail {
  background-color: #134785;
}
.cid-sSESwG1o79 .btn-social {
  margin-right: 3px !important;
  margin-left: 3px !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  font-size: 14px;
  border-radius: 50%;
  padding: 0;
  width: 32px;
  height: 32px;
  line-height: 44px;
  text-align: center;
  position: relative;
  border: none !important;
  border-color: #36187d;
  cursor: pointer;
}
.cid-sSESwG1o79 .btn-social .mbr-iconfont {
  top: 0;
  line-height: 22px;
  width: 22px;
  color: #fff;
}
.cid-sSESwG1o79 .btn-social:hover {
  color: #fff;
}
.cid-sSESwG1o79 .btn-social + .btn {
  margin-left: 0.1rem;
}
.cid-sSESwG1o79 img {
  max-width: 238px;
  height: auto;
  border-radius: 50%;
}
.cid-sSESwG1o79 .mbr-social-likes {
  max-width: 454px;
}
.cid-sSESwG1o79 .card-title {
  margin-bottom: 8px;
  color: #14142b;
}
.cid-sSESwG1o79 .card-subtitle {
  margin-bottom: 22px;
  color: #2461d8;
}
.cid-sSESwG1o79 .card-text {
  margin-bottom: 22px;
  color: #8c8c95;
}
.cid-sSESwG1o79 .card-title,
.cid-sSESwG1o79 .card-subtitle,
.cid-sSESwG1o79 .card-text {
  width: auto;
}
@media (max-width: 770px) {
  .cid-sSESwG1o79 .shadow {
    padding: 59px 56px;
  }
}
@media (max-width: 640px) {
  .cid-sSESwG1o79 .al {
    flex-direction: column;
  }
  .cid-sSESwG1o79 .shadow {
    padding: 39px 36px;
  }
  .cid-sSESwG1o79 img {
    padding-bottom: 20px;
  }
  .cid-sSESwG1o79 .card-title,
  .cid-sSESwG1o79 .card-subtitle,
  .cid-sSESwG1o79 .card-text,
  .cid-sSESwG1o79 .mbr-social-likes {
    text-align: center;
  }
}
@media (max-width: 600px) {
  .cid-sSESwG1o79 .shadow {
    padding: 35px 15px;
  }
}
.cid-sSESwG1o79 .mbr-iconfont {
  margin-left: 0;
}
.cid-sSSiyK8X6S {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f2f3f7;
}
.cid-sSSiyK8X6S .row {
  align-items: center;
  justify-content: space-between;
}
.cid-sSSiyK8X6S .mbr-section-title {
  width: 100%;
  text-align: left;
  margin-bottom: 24px;
  line-height: 1.171em;
}
.cid-sSSiyK8X6S .mbr-section-subtitle {
  color: #4c4c4c;
  width: 100%;
  text-align: left;
}
.cid-sSSiyK8X6S .mbr-text {
  color: #5f5d68;
  margin-bottom: 48px;
}
.cid-sSSiyK8X6S .right-side {
  max-width: 554px;
  margin-right: 60px;
}
.cid-sSSiyK8X6S .mbr-section-btn {
  width: auto;
  display: inline;
}
.cid-sSSiyK8X6S .margin {
  margin-right: 14px;
}
.cid-sSSiyK8X6S .shadow {
  margin: auto;
  max-width: 860px;
  padding: 79px 76px;
  box-shadow: 0 5px 16px 0 rgba(8, 15, 52, 0.07);
  overflow: hidden;
  border-style: solid;
  border-width: 1px;
  border-color: #eff0f6;
  border-radius: 24px;
  background-color: #fff;
}
.cid-sSSiyK8X6S .socicon-bg-youtube {
  background-color: #c4302b;
}
.cid-sSSiyK8X6S .socicon-bg-facebook {
  background-color: #3e5b98;
}
.cid-sSSiyK8X6S .socicon-bg-twitter {
  background-color: #4da7de;
}
.cid-sSSiyK8X6S .socicon-bg-pinterest {
  background-color: #bc4343;
}
.cid-sSSiyK8X6S .socicon-bg-mail {
  background-color: #134785;
}
.cid-sSSiyK8X6S .btn-social {
  margin-right: 3px !important;
  margin-left: 3px !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  font-size: 14px;
  border-radius: 50%;
  padding: 0;
  width: 32px;
  height: 32px;
  line-height: 44px;
  text-align: center;
  position: relative;
  border: none !important;
  border-color: #36187d;
  cursor: pointer;
}
.cid-sSSiyK8X6S .btn-social .mbr-iconfont {
  top: 0;
  line-height: 22px;
  width: 22px;
  color: #fff;
}
.cid-sSSiyK8X6S .btn-social:hover {
  color: #fff;
}
.cid-sSSiyK8X6S .btn-social + .btn {
  margin-left: 0.1rem;
}
.cid-sSSiyK8X6S img {
  max-width: 238px;
  height: auto;
  border-radius: 50%;
}
.cid-sSSiyK8X6S .mbr-social-likes {
  max-width: 454px;
}
.cid-sSSiyK8X6S .card-title {
  margin-bottom: 8px;
  color: #14142b;
}
.cid-sSSiyK8X6S .card-subtitle {
  margin-bottom: 22px;
  color: #2461d8;
}
.cid-sSSiyK8X6S .card-text {
  margin-bottom: 22px;
  color: #8c8c95;
}
.cid-sSSiyK8X6S .card-title,
.cid-sSSiyK8X6S .card-subtitle,
.cid-sSSiyK8X6S .card-text {
  width: auto;
}
@media (max-width: 770px) {
  .cid-sSSiyK8X6S .shadow {
    padding: 59px 56px;
  }
}
@media (max-width: 640px) {
  .cid-sSSiyK8X6S .al {
    flex-direction: column;
  }
  .cid-sSSiyK8X6S .shadow {
    padding: 39px 36px;
  }
  .cid-sSSiyK8X6S img {
    padding-bottom: 20px;
  }
  .cid-sSSiyK8X6S .card-title,
  .cid-sSSiyK8X6S .card-subtitle,
  .cid-sSSiyK8X6S .card-text,
  .cid-sSSiyK8X6S .mbr-social-likes {
    text-align: center;
  }
}
@media (max-width: 600px) {
  .cid-sSSiyK8X6S .shadow {
    padding: 35px 15px;
  }
}
.cid-sSSiyK8X6S .mbr-iconfont {
  margin-left: 0;
}
.cid-sSSk857BOw {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f2f3f7;
}
.cid-sSSk857BOw .row {
  align-items: center;
  justify-content: space-between;
}
.cid-sSSk857BOw .mbr-section-title {
  width: 100%;
  text-align: left;
  margin-bottom: 24px;
  line-height: 1.171em;
}
.cid-sSSk857BOw .mbr-section-subtitle {
  color: #4c4c4c;
  width: 100%;
  text-align: left;
}
.cid-sSSk857BOw .mbr-text {
  color: #5f5d68;
  margin-bottom: 48px;
}
.cid-sSSk857BOw .right-side {
  max-width: 554px;
  margin-right: 60px;
}
.cid-sSSk857BOw .mbr-section-btn {
  width: auto;
  display: inline;
}
.cid-sSSk857BOw .margin {
  margin-right: 14px;
}
.cid-sSSk857BOw .shadow {
  margin: auto;
  max-width: 860px;
  padding: 79px 76px;
  box-shadow: 0 5px 16px 0 rgba(8, 15, 52, 0.07);
  overflow: hidden;
  border-style: solid;
  border-width: 1px;
  border-color: #eff0f6;
  border-radius: 24px;
  background-color: #fff;
}
.cid-sSSk857BOw .socicon-bg-youtube {
  background-color: #c4302b;
}
.cid-sSSk857BOw .socicon-bg-facebook {
  background-color: #3e5b98;
}
.cid-sSSk857BOw .socicon-bg-twitter {
  background-color: #4da7de;
}
.cid-sSSk857BOw .socicon-bg-pinterest {
  background-color: #bc4343;
}
.cid-sSSk857BOw .socicon-bg-mail {
  background-color: #134785;
}
.cid-sSSk857BOw .btn-social {
  margin-right: 3px !important;
  margin-left: 3px !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  font-size: 14px;
  border-radius: 50%;
  padding: 0;
  width: 32px;
  height: 32px;
  line-height: 44px;
  text-align: center;
  position: relative;
  border: none !important;
  border-color: #36187d;
  cursor: pointer;
}
.cid-sSSk857BOw .btn-social .mbr-iconfont {
  top: 0;
  line-height: 22px;
  width: 22px;
  color: #fff;
}
.cid-sSSk857BOw .btn-social:hover {
  color: #fff;
}
.cid-sSSk857BOw .btn-social + .btn {
  margin-left: 0.1rem;
}
.cid-sSSk857BOw img {
  max-width: 238px;
  height: auto;
  border-radius: 50%;
}
.cid-sSSk857BOw .mbr-social-likes {
  max-width: 454px;
}
.cid-sSSk857BOw .card-title {
  margin-bottom: 8px;
  color: #14142b;
}
.cid-sSSk857BOw .card-subtitle {
  margin-bottom: 22px;
  color: #2461d8;
}
.cid-sSSk857BOw .card-text {
  margin-bottom: 22px;
  color: #8c8c95;
}
.cid-sSSk857BOw .card-title,
.cid-sSSk857BOw .card-subtitle,
.cid-sSSk857BOw .card-text {
  width: auto;
}
@media (max-width: 770px) {
  .cid-sSSk857BOw .shadow {
    padding: 59px 56px;
  }
}
@media (max-width: 640px) {
  .cid-sSSk857BOw .al {
    flex-direction: column;
  }
  .cid-sSSk857BOw .shadow {
    padding: 39px 36px;
  }
  .cid-sSSk857BOw img {
    padding-bottom: 20px;
  }
  .cid-sSSk857BOw .card-title,
  .cid-sSSk857BOw .card-subtitle,
  .cid-sSSk857BOw .card-text,
  .cid-sSSk857BOw .mbr-social-likes {
    text-align: center;
  }
}
@media (max-width: 600px) {
  .cid-sSSk857BOw .shadow {
    padding: 35px 15px;
  }
}
.cid-sSSk857BOw .mbr-iconfont {
  margin-left: 0;
}
.cid-sSSsajTljJ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f2f3f7;
}
.cid-sSSsajTljJ .row {
  align-items: center;
  justify-content: space-between;
}
.cid-sSSsajTljJ .mbr-section-title {
  width: 100%;
  text-align: left;
  margin-bottom: 24px;
  line-height: 1.171em;
}
.cid-sSSsajTljJ .mbr-section-subtitle {
  color: #4c4c4c;
  width: 100%;
  text-align: left;
}
.cid-sSSsajTljJ .mbr-text {
  color: #5f5d68;
  margin-bottom: 48px;
}
.cid-sSSsajTljJ .right-side {
  max-width: 554px;
  margin-right: 60px;
}
.cid-sSSsajTljJ .mbr-section-btn {
  width: auto;
  display: inline;
}
.cid-sSSsajTljJ .margin {
  margin-right: 14px;
}
.cid-sSSsajTljJ .shadow {
  margin: auto;
  max-width: 860px;
  padding: 79px 76px;
  box-shadow: 0 5px 16px 0 rgba(8, 15, 52, 0.07);
  overflow: hidden;
  border-style: solid;
  border-width: 1px;
  border-color: #eff0f6;
  border-radius: 24px;
  background-color: #fff;
}
.cid-sSSsajTljJ .socicon-bg-youtube {
  background-color: #c4302b;
}
.cid-sSSsajTljJ .socicon-bg-facebook {
  background-color: #3e5b98;
}
.cid-sSSsajTljJ .socicon-bg-twitter {
  background-color: #4da7de;
}
.cid-sSSsajTljJ .socicon-bg-pinterest {
  background-color: #bc4343;
}
.cid-sSSsajTljJ .socicon-bg-mail {
  background-color: #134785;
}
.cid-sSSsajTljJ .btn-social {
  margin-right: 3px !important;
  margin-left: 3px !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  font-size: 14px;
  border-radius: 50%;
  padding: 0;
  width: 32px;
  height: 32px;
  line-height: 44px;
  text-align: center;
  position: relative;
  border: none !important;
  border-color: #36187d;
  cursor: pointer;
}
.cid-sSSsajTljJ .btn-social .mbr-iconfont {
  top: 0;
  line-height: 22px;
  width: 22px;
  color: #fff;
}
.cid-sSSsajTljJ .btn-social:hover {
  color: #fff;
}
.cid-sSSsajTljJ .btn-social + .btn {
  margin-left: 0.1rem;
}
.cid-sSSsajTljJ img {
  max-width: 238px;
  height: auto;
  border-radius: 50%;
}
.cid-sSSsajTljJ .mbr-social-likes {
  max-width: 454px;
}
.cid-sSSsajTljJ .card-title {
  margin-bottom: 8px;
  color: #14142b;
}
.cid-sSSsajTljJ .card-subtitle {
  margin-bottom: 22px;
  color: #2461d8;
}
.cid-sSSsajTljJ .card-text {
  margin-bottom: 22px;
  color: #8c8c95;
}
.cid-sSSsajTljJ .card-title,
.cid-sSSsajTljJ .card-subtitle,
.cid-sSSsajTljJ .card-text {
  width: auto;
}
@media (max-width: 770px) {
  .cid-sSSsajTljJ .shadow {
    padding: 59px 56px;
  }
}
@media (max-width: 640px) {
  .cid-sSSsajTljJ .al {
    flex-direction: column;
  }
  .cid-sSSsajTljJ .shadow {
    padding: 39px 36px;
  }
  .cid-sSSsajTljJ img {
    padding-bottom: 20px;
  }
  .cid-sSSsajTljJ .card-title,
  .cid-sSSsajTljJ .card-subtitle,
  .cid-sSSsajTljJ .card-text,
  .cid-sSSsajTljJ .mbr-social-likes {
    text-align: center;
  }
}
@media (max-width: 600px) {
  .cid-sSSsajTljJ .shadow {
    padding: 35px 15px;
  }
}
.cid-sSSsajTljJ .mbr-iconfont {
  margin-left: 0;
}
.cid-sSSw42c7D3 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f2f3f7;
}
.cid-sSSw42c7D3 .row {
  align-items: center;
  justify-content: space-between;
}
.cid-sSSw42c7D3 .mbr-section-title {
  width: 100%;
  text-align: left;
  margin-bottom: 24px;
  line-height: 1.171em;
}
.cid-sSSw42c7D3 .mbr-section-subtitle {
  color: #4c4c4c;
  width: 100%;
  text-align: left;
}
.cid-sSSw42c7D3 .mbr-text {
  color: #5f5d68;
  margin-bottom: 48px;
}
.cid-sSSw42c7D3 .right-side {
  max-width: 554px;
  margin-right: 60px;
}
.cid-sSSw42c7D3 .mbr-section-btn {
  width: auto;
  display: inline;
}
.cid-sSSw42c7D3 .margin {
  margin-right: 14px;
}
.cid-sSSw42c7D3 .shadow {
  margin: auto;
  max-width: 860px;
  padding: 79px 76px;
  box-shadow: 0 5px 16px 0 rgba(8, 15, 52, 0.07);
  overflow: hidden;
  border-style: solid;
  border-width: 1px;
  border-color: #eff0f6;
  border-radius: 24px;
  background-color: #fff;
}
.cid-sSSw42c7D3 .socicon-bg-youtube {
  background-color: #c4302b;
}
.cid-sSSw42c7D3 .socicon-bg-facebook {
  background-color: #3e5b98;
}
.cid-sSSw42c7D3 .socicon-bg-twitter {
  background-color: #4da7de;
}
.cid-sSSw42c7D3 .socicon-bg-pinterest {
  background-color: #bc4343;
}
.cid-sSSw42c7D3 .socicon-bg-mail {
  background-color: #134785;
}
.cid-sSSw42c7D3 .btn-social {
  margin-right: 3px !important;
  margin-left: 3px !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  font-size: 14px;
  border-radius: 50%;
  padding: 0;
  width: 32px;
  height: 32px;
  line-height: 44px;
  text-align: center;
  position: relative;
  border: none !important;
  border-color: #36187d;
  cursor: pointer;
}
.cid-sSSw42c7D3 .btn-social .mbr-iconfont {
  top: 0;
  line-height: 22px;
  width: 22px;
  color: #fff;
}
.cid-sSSw42c7D3 .btn-social:hover {
  color: #fff;
}
.cid-sSSw42c7D3 .btn-social + .btn {
  margin-left: 0.1rem;
}
.cid-sSSw42c7D3 img {
  max-width: 238px;
  height: auto;
  border-radius: 50%;
}
.cid-sSSw42c7D3 .mbr-social-likes {
  max-width: 454px;
}
.cid-sSSw42c7D3 .card-title {
  margin-bottom: 8px;
  color: #14142b;
}
.cid-sSSw42c7D3 .card-subtitle {
  margin-bottom: 22px;
  color: #2461d8;
}
.cid-sSSw42c7D3 .card-text {
  margin-bottom: 22px;
  color: #8c8c95;
}
.cid-sSSw42c7D3 .card-title,
.cid-sSSw42c7D3 .card-subtitle,
.cid-sSSw42c7D3 .card-text {
  width: auto;
}
@media (max-width: 770px) {
  .cid-sSSw42c7D3 .shadow {
    padding: 59px 56px;
  }
}
@media (max-width: 640px) {
  .cid-sSSw42c7D3 .al {
    flex-direction: column;
  }
  .cid-sSSw42c7D3 .shadow {
    padding: 39px 36px;
  }
  .cid-sSSw42c7D3 img {
    padding-bottom: 20px;
  }
  .cid-sSSw42c7D3 .card-title,
  .cid-sSSw42c7D3 .card-subtitle,
  .cid-sSSw42c7D3 .card-text,
  .cid-sSSw42c7D3 .mbr-social-likes {
    text-align: center;
  }
}
@media (max-width: 600px) {
  .cid-sSSw42c7D3 .shadow {
    padding: 35px 15px;
  }
}
.cid-sSSw42c7D3 .mbr-iconfont {
  margin-left: 0;
}
.cid-uZzS65NKNW {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #f2f3f7;
}
.cid-uZzS65NKNW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZzS65NKNW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZzS65NKNW .mbr-section-title {
  color: #161616;
  margin-top: 24px;
}
.cid-uZzS65NKNW .mbr-section-btn .btn-black-outline {
  position: relative;
  padding: 15px;
  min-width: 10.57vw;
  min-height: 10.57vw;
  border-radius: 50%;
  transition: all 0.8s cubic-bezier(0.77, 0.2, 0.05, 1);
  border: none;
}
@media (max-width: 991px) {
  .cid-uZzS65NKNW .mbr-section-btn .btn-black-outline {
    min-width: 148px;
    min-height: 148px;
  }
}
.cid-uZzS65NKNW .mbr-section-btn .btn-black-outline:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  border: 1px solid;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.8s cubic-bezier(0.77, 0.2, 0.05, 1);
}
.cid-uZzS65NKNW .mbr-section-btn .btn-black-outline:hover:before {
  transform: translate(-50%, -50%) scale(0.8);
}
.cid-uZzLSlIwr8 {
  background-image: url("../../../assets/images/mbr-1920x1281.jpg");
}
.cid-uZzLSlIwr8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZzLSlIwr8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZzLSlIwr8 .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uZzLSlIwr8 .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uZzLSlIwr8 .container {
    padding: 0 20px;
  }
}
.cid-uZzLSlIwr8 .card {
  justify-content: center;
}
.cid-uZzLSlIwr8 .content-wrapper {
  padding-left: 100px;
}
@media (max-width: 1200px) {
  .cid-uZzLSlIwr8 .content-wrapper {
    padding-left: 50px;
  }
}
@media (max-width: 992px) {
  .cid-uZzLSlIwr8 .content-wrapper {
    padding-left: 0;
    margin-bottom: 40px;
  }
}
.cid-uZzLSlIwr8 .content-wrapper .mbr-desc {
  margin-bottom: 40px;
}
.cid-uZzLSlIwr8 .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uZzLSlIwr8 .image-wrapper {
  padding-right: 100px;
}
@media (max-width: 1200px) {
  .cid-uZzLSlIwr8 .image-wrapper {
    padding-right: 50px;
  }
}
@media (max-width: 992px) {
  .cid-uZzLSlIwr8 .image-wrapper {
    padding-right: 0;
  }
}
.cid-uZzLSlIwr8 .image-wrapper .image-wrap {
  padding-right: 116px;
}
@media (max-width: 1440px) {
  .cid-uZzLSlIwr8 .image-wrapper .image-wrap {
    padding-right: 0;
  }
}
.cid-uZzLSlIwr8 .image-wrapper .image-wrap img {
  height: 580px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uZzLSlIwr8 .image-wrapper .image-wrap img {
    height: 350px;
  }
}
.cid-uZzLSlIwr8 .mbr-section-title {
  color: #ffffff;
}
.cid-uZzLSlIwr8 .mbr-desc {
  color: #ffffff;
}
.cid-sSi82GsZ5H {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-sSi82GsZ5H .container-fluid {
  position: relative;
}
.cid-sSi82GsZ5H .page-title-content {
  width: 100%;
}
.cid-sSi82GsZ5H .page-title-content .mbr-iconfont {
  font-size: 55px;
  height: 55px;
  line-height: 55px;
  width: 55px;
  margin-top: -10px;
  color: #f1a631;
}
.cid-sSi82GsZ5H .page-title-content .mbr-iconfont:hover {
  cursor: pointer;
}
@media (max-width: 576px) {
  .cid-sSi82GsZ5H .page-title-content {
    text-align: center;
  }
}
.cid-sSi82GsZ5H .title {
  letter-spacing: 0.8px;
  margin-top: 24px;
  font-weight: 300;
  margin: 0;
  position: relative;
  word-wrap: break-word;
}
.cid-sSi82GsZ5H a {
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.cid-sSi82GsZ5H a:not(:first-child) {
  margin-left: 20px;
}
.cid-sSi82GsZ5H a:after {
  position: absolute;
  margin-top: 7px;
  background-color: currentColor;
  display: block;
  content: "";
  height: 2px;
  width: 100%;
}
.cid-sSi82GsZ5H a::before {
  position: absolute;
  margin-top: 5px;
  background-color: currentColor;
  display: block;
  content: "";
  height: 2px;
  width: 0%;
  bottom: 7px;
}
.cid-sSi82GsZ5H a:hover:after,
.cid-sSi82GsZ5H a:focus:after {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: slidein;
  animation-name: slidein;
}
.cid-sSi82GsZ5H a:hover:before,
.cid-sSi82GsZ5H a:focus:before {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-name: slideout;
  animation-name: slideout;
}
.cid-sSi82GsZ5H a.text-white:hover,
.cid-sSi82GsZ5H a.text-white:focus {
  color: #ffffff !important;
}
.cid-sSi82GsZ5H .mbr-section-btn {
  margin-left: 0;
  margin-right: 0;
}
.cid-sSi82GsZ5H .page-title-content .title,
.cid-sSi82GsZ5H .icon-section,
.cid-sSi82GsZ5H .mbr-section-btn {
  color: #ffffff;
}
.cid-sSjxqEpWuf {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fcff00;
}
.cid-sSjxqEpWuf img {
  width: 100%;
  object-fit: cover;
  height: 450px;
}
@media (max-width: 800px) {
  .cid-sSjxqEpWuf img {
    height: auto;
  }
}
.cid-sSjxqEpWuf .container-fluid {
  padding: 0;
}
.cid-sSjSqatRfk {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f2f3f7;
}
.cid-sSjSqatRfk .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #0196e3;
  margin-bottom: 1.5rem;
}
.cid-sSjSqatRfk .col-lg-4,
.cid-sSjSqatRfk .col-12 {
  padding: 0 2rem;
}
.cid-sSjSqatRfk .row {
  margin: 0 -2rem;
  justify-content: center;
}
.cid-sSjSqatRfk .card-wrapper {
  padding: 3rem 2rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 3rem;
}
@media (max-width: 767px) {
  .cid-sSjSqatRfk .card-wrapper {
    padding: 4rem 2rem;
  }
}
@media (max-width: 992px) {
  .cid-sSjSqatRfk .card-wrapper {
    margin-bottom: 3rem;
  }
}
.cid-sSjSqatRfk .card-title,
.cid-sSjSqatRfk .iconfont-wrapper {
  color: #000000;
  text-align: center;
}
.cid-sSjSqatRfk .card-text {
  color: #6c758f;
  text-align: center;
}
.cid-sSjSqatRfk .mbr-section-subtitle {
  color: #6c758f;
}
.cid-sSjSqatRfk .mbr-section-title {
  color: #000000;
}
.cid-sSjWfGpXYu {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #f2f3f7;
}
.cid-sSjWfGpXYu .google-map {
  height: 30rem;
  position: relative;
  filter: grayscale(1);
}
.cid-sSjWfGpXYu .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 3rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
}
.cid-sSjWfGpXYu .google-map [data-state-details] {
  color: #6b6763;
  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-sSjWfGpXYu .google-map[data-state] {
  background: #e9e5dc;
}
.cid-sSjWfGpXYu .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-sSjHSWLUMK {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #bed3f9;
}
.cid-sSjHSWLUMK .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-sSjHSWLUMK .btn {
  padding: 1rem 3rem;
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .cid-sSjHSWLUMK .col-auto {
    margin: auto;
  }
}
.cid-sSjHSWLUMK textarea {
  min-height: 200px;
}
.cid-sSjHSWLUMK .form-control,
.cid-sSjHSWLUMK .field-input {
  padding: 1.5rem 2rem;
  box-shadow: inset 1px 1px 2px 0 #d2dce9;
  background-color: #ffffff;
  border-radius: 3rem;
  border: 0!important;
  color: #000000;
  transition: 0.4s;
  outline: none;
}
.cid-sSjHSWLUMK .form-control::-webkit-input-placeholder,
.cid-sSjHSWLUMK .field-input::-webkit-input-placeholder,
.cid-sSjHSWLUMK .form-control::-webkit-input-placeholder,
.cid-sSjHSWLUMK .field-input::-webkit-input-placeholder {
  color: #36187d;
}
.cid-sSjHSWLUMK .form-control:-moz-placeholder,
.cid-sSjHSWLUMK .field-input:-moz-placeholder,
.cid-sSjHSWLUMK .form-control:-moz-placeholder,
.cid-sSjHSWLUMK .field-input:-moz-placeholder {
  color: #36187d;
}
.cid-sSjHSWLUMK .form-control:hover,
.cid-sSjHSWLUMK .field-input:hover,
.cid-sSjHSWLUMK .form-control:focus,
.cid-sSjHSWLUMK .field-input:focus {
  background-color: #ffffff;
  color: #232323;
  border: 0!important;
  box-shadow: inset 1px 1px 2px 0 #d2dce9;
  outline: none;
}
.cid-sSjHSWLUMK .form-control:hover::-webkit-input-placeholder,
.cid-sSjHSWLUMK .field-input:hover::-webkit-input-placeholder,
.cid-sSjHSWLUMK .form-control:focus::-webkit-input-placeholder,
.cid-sSjHSWLUMK .field-input:focus::-webkit-input-placeholder,
.cid-sSjHSWLUMK .form-control:hover::-webkit-input-placeholder,
.cid-sSjHSWLUMK .field-input:hover::-webkit-input-placeholder,
.cid-sSjHSWLUMK .form-control:focus::-webkit-input-placeholder,
.cid-sSjHSWLUMK .field-input:focus::-webkit-input-placeholder {
  color: #36187d;
}
.cid-sSjHSWLUMK .form-control:hover:-moz-placeholder,
.cid-sSjHSWLUMK .field-input:hover:-moz-placeholder,
.cid-sSjHSWLUMK .form-control:focus:-moz-placeholder,
.cid-sSjHSWLUMK .field-input:focus:-moz-placeholder,
.cid-sSjHSWLUMK .form-control:hover:-moz-placeholder,
.cid-sSjHSWLUMK .field-input:hover:-moz-placeholder,
.cid-sSjHSWLUMK .form-control:focus:-moz-placeholder,
.cid-sSjHSWLUMK .field-input:focus:-moz-placeholder {
  color: #36187d;
}
.cid-sSjHSWLUMK .jq-number__spin:hover,
.cid-sSjHSWLUMK .jq-number__spin:focus {
  background-color: #ffffff;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-sSjHSWLUMK .jq-number__spin {
  background-color: #ffffff;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-sSjHSWLUMK .jq-selectbox li,
.cid-sSjHSWLUMK .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-sSjHSWLUMK .jq-selectbox li:hover,
.cid-sSjHSWLUMK .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-sSjHSWLUMK .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-sSjHSWLUMK .jq-number__spin.minus:hover:after,
.cid-sSjHSWLUMK .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-sSjHSWLUMK .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-sSjHSWLUMK .jq-number__spin.minus:after,
.cid-sSjHSWLUMK .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-sSjHSWLUMK input::-webkit-clear-button {
  display: none;
}
.cid-sSjHSWLUMK input::-webkit-inner-spin-button {
  display: none;
}
.cid-sSjHSWLUMK input::-webkit-outer-spin-button {
  display: none;
}
.cid-sSjHSWLUMK input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-sSjHSWLUMK H4 {
  color: #000000;
  text-align: center;
}
.cid-sSjDmRcYaT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-sSjDmRcYaT .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-sSjDmRcYaT .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sSjDmRcYaT .row {
    text-align: center;
  }
  .cid-sSjDmRcYaT .row > div {
    margin: auto;
  }
  .cid-sSjDmRcYaT .social-row {
    justify-content: center;
  }
}
.cid-sSjDmRcYaT .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-sSjDmRcYaT .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sSjDmRcYaT .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sSjDmRcYaT .list {
    margin-bottom: 0rem;
  }
}
.cid-sSjDmRcYaT .mbr-text {
  color: #ffffff;
}
.cid-sSjDmRcYaT .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-sSjDmRcYaT .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-sSjDmRcYaT div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-sSjDmRcYaT .mbr-section-subtitle {
  text-align: left;
}
.cid-sSjDmRcYaT H5 {
  color: #fcff00;
}
.cid-sSjDmRcYaT .copyright {
  color: #ffffff;
}
.cid-sSjX4eiISr .navbar {
  padding: 0.5rem 0;
  background: #f2f3f7;
  transition: none;
  min-height: 50px;
}
.cid-sSjX4eiISr .navbar-fixed-top {
  padding-top: 0;
}
.cid-sSjX4eiISr .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-sSjX4eiISr .navbar-collapse.show {
  position: absolute;
  opacity: 1;
  visibility: visible;
  top: 100%;
  z-index: 999;
  background-color: #ffffff;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding: 15px 20px;
  bottom: auto;
  left: 0px;
  right: 0px;
}
.cid-sSjX4eiISr .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-sSjX4eiISr .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sSjX4eiISr .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-sSjX4eiISr .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sSjX4eiISr .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-sSjX4eiISr .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sSjX4eiISr .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sSjX4eiISr .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sSjX4eiISr .menu-content-top {
  background: #000000;
  max-width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 2rem;
  width: 100%;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-sSjX4eiISr .menu-content-top .right-wrap .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sSjX4eiISr .dropdown-item {
  font-weight: 400;
  margin: 0 !important;
  padding: 0 40px !important;
  line-height: 2.6;
}
.cid-sSjX4eiISr .dropdown-item,
.cid-sSjX4eiISr .nav-link,
.cid-sSjX4eiISr .brand-name {
  font-style: normal;
}
.cid-sSjX4eiISr .dropdown-item:hover,
.cid-sSjX4eiISr .nav-link:hover,
.cid-sSjX4eiISr .brand-name:hover {
  color: #fc1010 !important;
}
.cid-sSjX4eiISr .dropdown-menu {
  background-color: #ffffff;
}
.cid-sSjX4eiISr .dropdown-item:active {
  background-color: #ffffff;
}
.cid-sSjX4eiISr .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
}
.cid-sSjX4eiISr .navbar-dropdown.bg-color.transparent.opened {
  background: #f2f3f7;
}
.cid-sSjX4eiISr .nav-item {
  position: relative;
}
.cid-sSjX4eiISr .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sSjX4eiISr .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-sSjX4eiISr .nav-item .nav-link:focus {
  outline: none;
}
@media (min-width: 991px) {
  .cid-sSjX4eiISr .nav-link {
    line-height: 6.13;
  }
  .cid-sSjX4eiISr .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #fc1010;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-sSjX4eiISr .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
}
.cid-sSjX4eiISr .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sSjX4eiISr .content-text {
  margin-bottom: 0;
}
.cid-sSjX4eiISr .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sSjX4eiISr .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #36187d;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sSjX4eiISr .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sSjX4eiISr .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sSjX4eiISr .navbar-nav .nav-item .link {
  margin: 0 20px !important;
}
.cid-sSjX4eiISr .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sSjX4eiISr .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sSjX4eiISr .content-right-side {
  text-align: center;
}
.cid-sSjX4eiISr .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sSjX4eiISr .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sSjX4eiISr .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
  color: #ea2396;
}
.cid-sSjX4eiISr .widget-icon.mobi-mbri-phone {
  -webkit-animation: phone-icon-animate 1s ease-in-out infinite;
  animation: phone-icon-animate 1s ease-in-out infinite;
}
.cid-sSjX4eiISr .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sSjX4eiISr .info-widget:first-child {
  margin-left: 0;
}
.cid-sSjX4eiISr .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sSjX4eiISr .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.7;
}
.cid-sSjX4eiISr .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-sSjX4eiISr .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #d9dade;
}
@media (min-width: 992px) {
  .cid-sSjX4eiISr .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-sSjX4eiISr .navbar {
    display: block;
    padding: 0;
  }
  .cid-sSjX4eiISr .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-sSjX4eiISr .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    align-self: auto;
    display: flex;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-sSjX4eiISr .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-sSjX4eiISr .navbar-toggler {
    display: none;
  }
  .cid-sSjX4eiISr .navbar-collapse {
    justify-content: flex-start;
  }
}
.cid-sSjX4eiISr .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-sSjX4eiISr .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-right: 0;
}
.cid-sSjX4eiISr .btn-sm {
  padding: 13px 29px;
}
.cid-sSjX4eiISr .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sSjX4eiISr .btn::after {
  background-color: #fcff00;
  content: "";
  height: 150px;
  left: -75px;
  position: absolute;
  top: -60px;
  transform: rotate(35deg);
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  width: 40px;
  opacity: 0;
  outline: none;
  text-decoration: none;
}
.cid-sSjX4eiISr .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-sSjX4eiISr .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sSjX4eiISr .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sSjX4eiISr .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-sSjX4eiISr .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sSjX4eiISr .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sSjX4eiISr .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sSjX4eiISr .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sSjX4eiISr .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sSjX4eiISr .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-sSjX4eiISr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sSjX4eiISr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sSjX4eiISr .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sSjX4eiISr .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sSjX4eiISr .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-sSjX4eiISr .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-sSjX4eiISr .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sSjX4eiISr .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sSjX4eiISr .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sSjX4eiISr button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  margin-right: 0;
}
.cid-sSjX4eiISr button.navbar-toggler:focus {
  outline: none;
}
.cid-sSjX4eiISr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sSjX4eiISr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sSjX4eiISr button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sSjX4eiISr button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sSjX4eiISr button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sSjX4eiISr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sSjX4eiISr nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sSjX4eiISr nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sSjX4eiISr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sSjX4eiISr .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sSjX4eiISr .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sSjX4eiISr .collapsed .btn {
  display: flex;
}
.cid-sSjX4eiISr .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sSjX4eiISr .collapsed .navbar-collapse.collapsing,
.cid-sSjX4eiISr .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sSjX4eiISr .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sSjX4eiISr .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sSjX4eiISr .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sSjX4eiISr .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sSjX4eiISr .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sSjX4eiISr .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-sSjX4eiISr .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sSjX4eiISr .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sSjX4eiISr .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sSjX4eiISr .collapsed button.navbar-toggler {
  display: block;
}
.cid-sSjX4eiISr .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-sSjX4eiISr .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-sSjX4eiISr .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-sSjX4eiISr .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sSjX4eiISr .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sSjX4eiISr .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: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-sSjX4eiISr .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sSjX4eiISr .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-sSjX4eiISr .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-sSjX4eiISr .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-sSjX4eiISr .menu-bottom .menu-content-right {
    display: none;
  }
  .cid-sSjX4eiISr .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
    opacity: 0;
    transition: all 0.3s ease-in;
    position: absolute;
    top: 100%;
    bottom: auto;
    left: 0px;
    right: 0px;
    z-index: 999;
  }
  .cid-sSjX4eiISr .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-sSjX4eiISr .navbar-collapse.collapsing,
  .cid-sSjX4eiISr .navbar-collapse.show {
    display: block !important;
  }
  .cid-sSjX4eiISr .navbar-collapse.collapsing .navbar-nav,
  .cid-sSjX4eiISr .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sSjX4eiISr .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sSjX4eiISr .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sSjX4eiISr .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-sSjX4eiISr .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
  }
  .cid-sSjX4eiISr .navbar-collapse.collapsing .navbar-buttons,
  .cid-sSjX4eiISr .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-sSjX4eiISr .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sSjX4eiISr .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sSjX4eiISr img {
    height: 3.8rem !important;
  }
  .cid-sSjX4eiISr .btn {
    display: flex;
  }
  .cid-sSjX4eiISr button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-sSjX4eiISr .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-sSjX4eiISr .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-sSjX4eiISr .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-sSjX4eiISr .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sSjX4eiISr .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sSjX4eiISr .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: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-sSjX4eiISr .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sSjX4eiISr .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-sSjX4eiISr .navbar-toggler {
  position: relative;
}
.cid-sSjX4eiISr .dropdown-item.active,
.cid-sSjX4eiISr .dropdown-item:active {
  color: initial;
}
.cid-sSjX4eiISr .widget-title {
  color: #fcff00;
}
.cid-sSjX4eiISr .widget-text {
  color: #fcff00;
}
.cid-sSjX4eiISr .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-sSjX4eiISr .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #36187d;
  display: inline-flex;
  background-color: #232323;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-sSjX4eiISr .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-sSjX4eiISr .icons-menu .mbr-iconfont:hover {
  color: #ffffff;
  background-color: #000000;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-sSjX4eiISr .soc-item {
  margin: .5rem .3rem;
}
@media (max-width: 768px) {
  .cid-sSjX4eiISr .menu-content-top .icons-menu {
    padding-left: 0;
  }
  .cid-sSjX4eiISr .menu-content-top .icons-menu .soc-item .mbr-iconfont {
    font-size: 14px;
  }
  .cid-sSjX4eiISr .menu-content-top .icons-menu .soc-item .mbr-iconfont::before {
    padding: 0.44rem;
  }
  .cid-sSjX4eiISr .menu-content-top .right-wrap .info-widget {
    margin-left: 20px;
  }
  .cid-sSjX4eiISr .menu-content-top .right-wrap .info-widget:first-child {
    margin-left: 0;
  }
  .cid-sSjX4eiISr .menu-content-top .right-wrap .info-widget .widget-content {
    display: none;
  }
  .cid-sSjX4eiISr .menu-content-top .right-wrap .info-widget .widget-icon {
    font-size: 25px;
    padding-right: 0;
  }
  .cid-sSjX4eiISr .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-sSjX4eiISr .menu-content-top,
  .cid-sSjX4eiISr .menu-bottom {
    padding: 0 15px;
  }
  .cid-sSjX4eiISr button.navbar-toggler {
    align-self: center;
  }
}
@-webkit-keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
.cid-sSjX4eiISr .widget-title,
.cid-sSjX4eiISr .widget-icon {
  color: #ffffff;
}
.cid-sSlXaZ4UPF {
  padding-top: 2rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-sSlXaZ4UPF .date__block {
  margin-bottom: 17px;
}
.cid-sSlXaZ4UPF .date__article {
  display: inline-block;
  margin: 0;
  padding: 0 7.5px;
  color: #fc1010;
}
.cid-sSlXaZ4UPF .dot {
  display: inline-block;
  vertical-align: super;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #35b8fc;
}
.cid-sSlXaZ4UPF .date__d {
  display: inline-block;
  margin: 0;
  padding: 0 7.5px;
  color: #689bb2;
}
.cid-sSlXaZ4UPF .title__block {
  position: relative;
  z-index: 1;
  padding-top: 40px;
  padding-bottom: 91px;
}
.cid-sSlXaZ4UPF .mbr-section-title {
  margin-bottom: 18px;
}
.cid-sSlXaZ4UPF .mbr-text {
  margin-bottom: 20px;
}
.cid-sSlXaZ4UPF .link {
  display: block;
  margin-bottom: 0;
  white-space: nowrap;
}
.cid-sSlXaZ4UPF .link a {
  font-weight: 700;
}
.cid-sSlXaZ4UPF .link span {
  display: inline-block !important;
  transition: all 0.3s ease;
  margin-left: 13px;
}
.cid-sSlXaZ4UPF .link:hover span {
  transform: translateX(9px);
}
.cid-sSlXaZ4UPF .image__block {
  margin-bottom: -144px;
  padding-top: 121px;
  position: relative;
}
.cid-sSlXaZ4UPF .image__block:after {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 100%;
  background-color: #000000;
}
.cid-sSlXaZ4UPF .image {
  position: relative;
  width: 100%;
  z-index: 1;
}
.cid-sSlXaZ4UPF .image:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 575px;
  background-color: #232323;
}
.cid-sSlXaZ4UPF .image img {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform: translatex(-50%);
}
.cid-sSlXaZ4UPF .content__wrap {
  position: relative;
  z-index: 2;
  margin-bottom: 95px;
}
.cid-sSlXaZ4UPF .content__wrap:after {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  left: 15px;
  right: 15px;
  height: 100%;
  background-color: #000000;
  border-bottom: 1px solid #232323;
}
@media (max-width: 991px) {
  .cid-sSlXaZ4UPF .title__block {
    padding: 25px 30px 55px;
  }
  .cid-sSlXaZ4UPF .content__wrap {
    margin-bottom: 90px;
  }
  .cid-sSlXaZ4UPF .date__block {
    padding-top: 22px;
    margin-bottom: 17px;
  }
  .cid-sSlXaZ4UPF .mbr-section-title {
    margin-bottom: 15px;
  }
  .cid-sSlXaZ4UPF .mbr-text {
    margin-bottom: 11px;
  }
  .cid-sSlXaZ4UPF .image__block {
    min-height: 150px;
    padding-top: 68px;
    margin-bottom: 0;
  }
  .cid-sSlXaZ4UPF .image:before {
    padding-top: 375px;
  }
}
.cid-sSlXaZ4UPF .mbr-section-title,
.cid-sSlXaZ4UPF .date__block {
  color: #ffffff;
}
.cid-sSQcYoZ0MX {
  display: flex;
  background-image: url("../../../assets/images/005.jpg");
}
.cid-sSQcYoZ0MX .mbr-overlay {
  background: #e3d9ca;
  opacity: 0.5;
}
.cid-sSQcYoZ0MX .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 768px) {
  .cid-sSQcYoZ0MX {
    align-items: center;
  }
  .cid-sSQcYoZ0MX .row {
    justify-content: flex-start;
  }
  .cid-sSQcYoZ0MX .content-wrap {
    width: 42%;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-sSQcYoZ0MX .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-sSQcYoZ0MX {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sSQcYoZ0MX .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-sSQcYoZ0MX .content-wrap {
    width: 100%;
  }
}
.cid-sSQcYoZ0MX .mbr-section-title {
  color: #6a3649;
  text-align: left;
}
.cid-sSQcYoZ0MX .mbr-text {
  margin-bottom: 20.4px;
}
.cid-sSQcYoZ0MX .mbr-text,
.cid-sSQcYoZ0MX .mbr-section-btn {
  color: #282727;
}
.cid-sSlXovixIr {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-sSlXovixIr .container-fluid {
  position: relative;
}
.cid-sSlXovixIr .page-title-content {
  width: 100%;
}
.cid-sSlXovixIr .page-title-content .mbr-iconfont {
  font-size: 55px;
  height: 55px;
  line-height: 55px;
  width: 55px;
  margin-top: -10px;
  color: #f1a631;
}
.cid-sSlXovixIr .page-title-content .mbr-iconfont:hover {
  cursor: pointer;
}
@media (max-width: 576px) {
  .cid-sSlXovixIr .page-title-content {
    text-align: center;
  }
}
.cid-sSlXovixIr .title {
  letter-spacing: 0.8px;
  margin-top: 24px;
  font-weight: 300;
  margin: 0;
  position: relative;
  word-wrap: break-word;
}
.cid-sSlXovixIr a {
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.cid-sSlXovixIr a:not(:first-child) {
  margin-left: 20px;
}
.cid-sSlXovixIr a:after {
  position: absolute;
  margin-top: 7px;
  background-color: currentColor;
  display: block;
  content: "";
  height: 2px;
  width: 100%;
}
.cid-sSlXovixIr a::before {
  position: absolute;
  margin-top: 5px;
  background-color: currentColor;
  display: block;
  content: "";
  height: 2px;
  width: 0%;
  bottom: 7px;
}
.cid-sSlXovixIr a:hover:after,
.cid-sSlXovixIr a:focus:after {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: slidein;
  animation-name: slidein;
}
.cid-sSlXovixIr a:hover:before,
.cid-sSlXovixIr a:focus:before {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-name: slideout;
  animation-name: slideout;
}
.cid-sSlXovixIr a.text-white:hover,
.cid-sSlXovixIr a.text-white:focus {
  color: #ffffff !important;
}
.cid-sSlXovixIr .mbr-section-btn {
  margin-left: 0;
  margin-right: 0;
}
.cid-sSlXovixIr .page-title-content .title,
.cid-sSlXovixIr .icon-section,
.cid-sSlXovixIr .mbr-section-btn {
  color: #ffffff;
}
.cid-sSk7I7OJoV {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-sSk7I7OJoV img {
  width: 100%;
  object-fit: cover;
  height: 350px;
}
@media (max-width: 800px) {
  .cid-sSk7I7OJoV img {
    height: auto;
  }
}
.cid-sSk7I7OJoV .container-fluid {
  padding: 0;
}
.cid-sSk8NdhRZi {
  padding-top: 7rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sSk8NdhRZi .mbr-section-title {
  color: #36187d;
}
.cid-sSk8NdhRZi .mbr-section-subtitle {
  color: #0196e3;
}
.cid-sSk8NdhRZi .mbr-text {
  color: #000000;
}
.cid-sSk8NdhRZi .title-col {
  border-right: 3px solid currentColor;
  color: #0196e3;
  margin-right: 3rem;
  align-items: center;
  display: inline-flex;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-sSk8NdhRZi .title-col {
    margin-right: 0;
    border-right: 0;
  }
}
.cid-sSk8NdhRZi .text-col {
  align-items: center;
  display: flex;
}
.cid-sSk8NdhRZi .mbr-section-subtitle,
.cid-sSk8NdhRZi .title-col {
  width: 100%;
  color: #000000;
}
.cid-sSkRfE5QTJ {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-sSkRfE5QTJ .container-fluid {
  position: relative;
}
.cid-sSkRfE5QTJ .page-title-content {
  width: 100%;
}
.cid-sSkRfE5QTJ .page-title-content .mbr-iconfont {
  font-size: 55px;
  height: 55px;
  line-height: 55px;
  width: 55px;
  margin-top: -10px;
  color: #f1a631;
}
.cid-sSkRfE5QTJ .page-title-content .mbr-iconfont:hover {
  cursor: pointer;
}
@media (max-width: 576px) {
  .cid-sSkRfE5QTJ .page-title-content {
    text-align: center;
  }
}
.cid-sSkRfE5QTJ .title {
  letter-spacing: 0.8px;
  margin-top: 24px;
  font-weight: 300;
  margin: 0;
  position: relative;
  word-wrap: break-word;
}
.cid-sSkRfE5QTJ a {
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.cid-sSkRfE5QTJ a:not(:first-child) {
  margin-left: 20px;
}
.cid-sSkRfE5QTJ a:after {
  position: absolute;
  margin-top: 7px;
  background-color: currentColor;
  display: block;
  content: "";
  height: 2px;
  width: 100%;
}
.cid-sSkRfE5QTJ a::before {
  position: absolute;
  margin-top: 5px;
  background-color: currentColor;
  display: block;
  content: "";
  height: 2px;
  width: 0%;
  bottom: 7px;
}
.cid-sSkRfE5QTJ a:hover:after,
.cid-sSkRfE5QTJ a:focus:after {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: slidein;
  animation-name: slidein;
}
.cid-sSkRfE5QTJ a:hover:before,
.cid-sSkRfE5QTJ a:focus:before {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-name: slideout;
  animation-name: slideout;
}
.cid-sSkRfE5QTJ a.text-white:hover,
.cid-sSkRfE5QTJ a.text-white:focus {
  color: #ffffff !important;
}
.cid-sSkRfE5QTJ .mbr-section-btn {
  margin-left: 0;
  margin-right: 0;
}
.cid-sSkRfE5QTJ .page-title-content .title,
.cid-sSkRfE5QTJ .icon-section,
.cid-sSkRfE5QTJ .mbr-section-btn {
  color: #ffffff;
}
.cid-sSkTQvTktW {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fcff00;
}
.cid-sSkTQvTktW img {
  width: 100%;
  object-fit: cover;
  height: 300px;
}
@media (max-width: 800px) {
  .cid-sSkTQvTktW img {
    height: auto;
  }
}
.cid-sSkTQvTktW .container-fluid {
  padding: 0;
}
.cid-sSkRvocMOF {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #f2f3f7;
}
.cid-sSkRvocMOF .col-lg-6 {
  padding: 0 2rem;
}
.cid-sSkRvocMOF .row {
  margin: 0 -2rem;
  justify-content: center;
}
.cid-sSkRvocMOF .card-wrapper {
  overflow: visible;
  display: flex;
  padding: 3rem;
  transition: all 0.3s;
  border-radius: 3rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
}
@media (max-width: 991px) {
  .cid-sSkRvocMOF .card-wrapper {
    margin-bottom: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-sSkRvocMOF .card-wrapper {
    flex-direction: column;
    padding: 2rem;
  }
}
.cid-sSkRvocMOF .card-wrapper:hover {
  background: #f8f9fb;
}
.cid-sSkRvocMOF .mbr-iconfont {
  font-size: 3rem;
  color: #0196e3;
  padding: 2.5rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 50%;
}
.cid-sSkRvocMOF .card-box {
  margin: auto;
  padding-left: 3rem;
}
@media (max-width: 767px) {
  .cid-sSkRvocMOF .card-box {
    padding-left: 0;
    text-align: center;
    padding-top: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-sSkRvocMOF .mt-5 {
    margin-top: 0.5rem!important;
  }
}
.cid-sSkRvocMOF .card-text {
  color: #6c758f;
}
.cid-sSkRvocMOF .card-title {
  color: #000000;
}
.cid-sSkfHXJ2dR {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-sSkfHXJ2dR .container-fluid {
  position: relative;
}
.cid-sSkfHXJ2dR .page-title-content {
  width: 100%;
}
.cid-sSkfHXJ2dR .page-title-content .mbr-iconfont {
  font-size: 55px;
  height: 55px;
  line-height: 55px;
  width: 55px;
  margin-top: -10px;
  color: #f1a631;
}
.cid-sSkfHXJ2dR .page-title-content .mbr-iconfont:hover {
  cursor: pointer;
}
@media (max-width: 576px) {
  .cid-sSkfHXJ2dR .page-title-content {
    text-align: center;
  }
}
.cid-sSkfHXJ2dR .title {
  letter-spacing: 0.8px;
  margin-top: 24px;
  font-weight: 300;
  margin: 0;
  position: relative;
  word-wrap: break-word;
}
.cid-sSkfHXJ2dR a {
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.cid-sSkfHXJ2dR a:not(:first-child) {
  margin-left: 20px;
}
.cid-sSkfHXJ2dR a:after {
  position: absolute;
  margin-top: 7px;
  background-color: currentColor;
  display: block;
  content: "";
  height: 2px;
  width: 100%;
}
.cid-sSkfHXJ2dR a::before {
  position: absolute;
  margin-top: 5px;
  background-color: currentColor;
  display: block;
  content: "";
  height: 2px;
  width: 0%;
  bottom: 7px;
}
.cid-sSkfHXJ2dR a:hover:after,
.cid-sSkfHXJ2dR a:focus:after {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: slidein;
  animation-name: slidein;
}
.cid-sSkfHXJ2dR a:hover:before,
.cid-sSkfHXJ2dR a:focus:before {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-name: slideout;
  animation-name: slideout;
}
.cid-sSkfHXJ2dR a.text-white:hover,
.cid-sSkfHXJ2dR a.text-white:focus {
  color: #ffffff !important;
}
.cid-sSkfHXJ2dR .mbr-section-btn {
  margin-left: 0;
  margin-right: 0;
}
.cid-sSkfHXJ2dR .page-title-content .title,
.cid-sSkfHXJ2dR .icon-section,
.cid-sSkfHXJ2dR .mbr-section-btn {
  color: #ffffff;
}
.cid-sSkfMpNECS {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fcff00;
}
.cid-sSkfMpNECS img {
  width: 100%;
  object-fit: cover;
  height: 300px;
}
@media (max-width: 800px) {
  .cid-sSkfMpNECS img {
    height: auto;
  }
}
.cid-sSkfMpNECS .container-fluid {
  padding: 0;
}
.cid-sSkgA4LZAm {
  padding-top: 6rem;
  padding-bottom: 4rem;
  background-color: #f2f3f7;
}
.cid-sSkgA4LZAm .item {
  position: relative;
  display: flex;
  padding-bottom: 2rem;
}
.cid-sSkgA4LZAm .item:last-child .icon-box:before {
  display: none;
}
.cid-sSkgA4LZAm .item::before {
  content: "";
  width: 2px;
  height: 100%;
  left: 40px;
  position: absolute;
  top: 0;
  background: #dae2ec;
  transform: translate(-50%, 0);
}
.cid-sSkgA4LZAm .last:before {
  display: none;
}
.cid-sSkgA4LZAm .icon-box {
  width: 80px;
  min-width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #f2f3f7;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  margin-right: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media (max-width: 768px) {
  .cid-sSkgA4LZAm .icon-box {
    margin-right: 1rem;
  }
}
.cid-sSkgA4LZAm span {
  font-size: 2rem;
}
@media (max-width: 991px) {
  .cid-sSkgA4LZAm span .card {
    margin-bottom: 2rem;
  }
  .cid-sSkgA4LZAm span .card-wrapper {
    margin-bottom: 2rem;
  }
  .cid-sSkgA4LZAm span .icon-box::before {
    top: 141%;
  }
}
@media (max-width: 768px) {
  .cid-sSkgA4LZAm .icon-box::before {
    top: 114%;
  }
}
.cid-sSkgA4LZAm SPAN {
  color: #0196e3;
}
.cid-sSkgA4LZAm .icon-text {
  color: #6c758f;
}
.cid-sSkgA4LZAm .icon-title {
  color: #36187d;
}
.cid-sSkgA4LZAm .icon-subtitle {
  color: #000000;
}
.cid-sSkgA4LZAm .main-title {
  color: #000000;
}
.cid-sSkf476kjH {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-sSkf476kjH .container-fluid {
  position: relative;
}
.cid-sSkf476kjH .page-title-content {
  width: 100%;
}
.cid-sSkf476kjH .page-title-content .mbr-iconfont {
  font-size: 55px;
  height: 55px;
  line-height: 55px;
  width: 55px;
  margin-top: -10px;
  color: #f1a631;
}
.cid-sSkf476kjH .page-title-content .mbr-iconfont:hover {
  cursor: pointer;
}
@media (max-width: 576px) {
  .cid-sSkf476kjH .page-title-content {
    text-align: center;
  }
}
.cid-sSkf476kjH .title {
  letter-spacing: 0.8px;
  margin-top: 24px;
  font-weight: 300;
  margin: 0;
  position: relative;
  word-wrap: break-word;
}
.cid-sSkf476kjH a {
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.cid-sSkf476kjH a:not(:first-child) {
  margin-left: 20px;
}
.cid-sSkf476kjH a:after {
  position: absolute;
  margin-top: 7px;
  background-color: currentColor;
  display: block;
  content: "";
  height: 2px;
  width: 100%;
}
.cid-sSkf476kjH a::before {
  position: absolute;
  margin-top: 5px;
  background-color: currentColor;
  display: block;
  content: "";
  height: 2px;
  width: 0%;
  bottom: 7px;
}
.cid-sSkf476kjH a:hover:after,
.cid-sSkf476kjH a:focus:after {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: slidein;
  animation-name: slidein;
}
.cid-sSkf476kjH a:hover:before,
.cid-sSkf476kjH a:focus:before {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-name: slideout;
  animation-name: slideout;
}
.cid-sSkf476kjH a.text-white:hover,
.cid-sSkf476kjH a.text-white:focus {
  color: #ffffff !important;
}
.cid-sSkf476kjH .mbr-section-btn {
  margin-left: 0;
  margin-right: 0;
}
.cid-sSkf476kjH .page-title-content .title,
.cid-sSkf476kjH .icon-section,
.cid-sSkf476kjH .mbr-section-btn {
  color: #ffffff;
}
.cid-sSkfwI53q6 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fcff00;
}
.cid-sSkfwI53q6 img {
  width: 100%;
  object-fit: cover;
  height: 450px;
}
@media (max-width: 800px) {
  .cid-sSkfwI53q6 img {
    height: auto;
  }
}
.cid-sSkfwI53q6 .container-fluid {
  padding: 0;
}
.cid-sSkf6mcYl1 {
  padding-top: 7rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sSkf6mcYl1 .mbr-section-title {
  color: #36187d;
}
.cid-sSkf6mcYl1 .mbr-section-subtitle {
  color: #0196e3;
}
.cid-sSkf6mcYl1 .mbr-text {
  color: #000000;
}
.cid-sSkf6mcYl1 .title-col {
  border-right: 3px solid currentColor;
  color: #0196e3;
  margin-right: 3rem;
  align-items: center;
  display: inline-flex;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-sSkf6mcYl1 .title-col {
    margin-right: 0;
    border-right: 0;
  }
}
.cid-sSkf6mcYl1 .text-col {
  align-items: center;
  display: flex;
}
.cid-sSkf6mcYl1 .mbr-section-subtitle,
.cid-sSkf6mcYl1 .title-col {
  width: 100%;
  color: #000000;
}
.cid-uZzSnVMcyM {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-uZzSnVMcyM .container-fluid {
  position: relative;
}
.cid-uZzSnVMcyM .page-title-content {
  width: 100%;
}
.cid-uZzSnVMcyM .page-title-content .mbr-iconfont {
  font-size: 55px;
  height: 55px;
  line-height: 55px;
  width: 55px;
  margin-top: -10px;
  color: #f1a631;
}
.cid-uZzSnVMcyM .page-title-content .mbr-iconfont:hover {
  cursor: pointer;
}
@media (max-width: 576px) {
  .cid-uZzSnVMcyM .page-title-content {
    text-align: center;
  }
}
.cid-uZzSnVMcyM .title {
  letter-spacing: 0.8px;
  margin-top: 24px;
  font-weight: 300;
  margin: 0;
  position: relative;
  word-wrap: break-word;
}
.cid-uZzSnVMcyM a {
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.cid-uZzSnVMcyM a:not(:first-child) {
  margin-left: 20px;
}
.cid-uZzSnVMcyM a:after {
  position: absolute;
  margin-top: 7px;
  background-color: currentColor;
  display: block;
  content: "";
  height: 2px;
  width: 100%;
}
.cid-uZzSnVMcyM a::before {
  position: absolute;
  margin-top: 5px;
  background-color: currentColor;
  display: block;
  content: "";
  height: 2px;
  width: 0%;
  bottom: 7px;
}
.cid-uZzSnVMcyM a:hover:after,
.cid-uZzSnVMcyM a:focus:after {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: slidein;
  animation-name: slidein;
}
.cid-uZzSnVMcyM a:hover:before,
.cid-uZzSnVMcyM a:focus:before {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-name: slideout;
  animation-name: slideout;
}
.cid-uZzSnVMcyM a.text-white:hover,
.cid-uZzSnVMcyM a.text-white:focus {
  color: #ffffff !important;
}
.cid-uZzSnVMcyM .mbr-section-btn {
  margin-left: 0;
  margin-right: 0;
}
.cid-uZzSnVMcyM .page-title-content .title,
.cid-uZzSnVMcyM .icon-section,
.cid-uZzSnVMcyM .mbr-section-btn {
  color: #ffffff;
}
.cid-uZzSrxgckj {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fcff00;
}
.cid-uZzSrxgckj img {
  width: 100%;
  object-fit: cover;
  height: 300px;
}
@media (max-width: 800px) {
  .cid-uZzSrxgckj img {
    height: auto;
  }
}
.cid-uZzSrxgckj .container-fluid {
  padding: 0;
}
.cid-uZzSw9WY3N {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #f2f3f7;
}
.cid-uZzSw9WY3N .row {
  align-items: center;
  justify-content: space-between;
}
.cid-uZzSw9WY3N .mbr-section-title {
  width: 100%;
  text-align: left;
  margin-bottom: 24px;
  line-height: 1.171em;
}
.cid-uZzSw9WY3N .mbr-section-subtitle {
  color: #4c4c4c;
  width: 100%;
  text-align: left;
}
.cid-uZzSw9WY3N .mbr-text {
  color: #5f5d68;
  margin-bottom: 48px;
}
.cid-uZzSw9WY3N .right-side {
  max-width: 554px;
  margin-right: 60px;
}
.cid-uZzSw9WY3N .mbr-section-btn {
  width: auto;
  display: inline;
}
.cid-uZzSw9WY3N .margin {
  margin-right: 14px;
}
.cid-uZzSw9WY3N .shadow {
  margin: auto;
  max-width: 860px;
  padding: 79px 76px;
  box-shadow: 0 5px 16px 0 rgba(8, 15, 52, 0.07);
  overflow: hidden;
  border-style: solid;
  border-width: 1px;
  border-color: #eff0f6;
  border-radius: 24px;
  background-color: #fff;
}
.cid-uZzSw9WY3N .socicon-bg-youtube {
  background-color: #c4302b;
}
.cid-uZzSw9WY3N .socicon-bg-facebook {
  background-color: #3e5b98;
}
.cid-uZzSw9WY3N .socicon-bg-twitter {
  background-color: #4da7de;
}
.cid-uZzSw9WY3N .socicon-bg-pinterest {
  background-color: #bc4343;
}
.cid-uZzSw9WY3N .socicon-bg-mail {
  background-color: #134785;
}
.cid-uZzSw9WY3N .btn-social {
  margin-right: 3px !important;
  margin-left: 3px !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  font-size: 14px;
  border-radius: 50%;
  padding: 0;
  width: 32px;
  height: 32px;
  line-height: 44px;
  text-align: center;
  position: relative;
  border: none !important;
  border-color: #36187d;
  cursor: pointer;
}
.cid-uZzSw9WY3N .btn-social .mbr-iconfont {
  top: 0;
  line-height: 22px;
  width: 22px;
  color: #fff;
}
.cid-uZzSw9WY3N .btn-social:hover {
  color: #fff;
}
.cid-uZzSw9WY3N .btn-social + .btn {
  margin-left: 0.1rem;
}
.cid-uZzSw9WY3N img {
  max-width: 238px;
  height: auto;
  border-radius: 50%;
}
.cid-uZzSw9WY3N .mbr-social-likes {
  max-width: 454px;
}
.cid-uZzSw9WY3N .card-title {
  margin-bottom: 8px;
  color: #14142b;
}
.cid-uZzSw9WY3N .card-subtitle {
  margin-bottom: 22px;
  color: #2461d8;
}
.cid-uZzSw9WY3N .card-text {
  margin-bottom: 22px;
  color: #8c8c95;
}
.cid-uZzSw9WY3N .card-title,
.cid-uZzSw9WY3N .card-subtitle,
.cid-uZzSw9WY3N .card-text {
  width: auto;
}
@media (max-width: 770px) {
  .cid-uZzSw9WY3N .shadow {
    padding: 59px 56px;
  }
}
@media (max-width: 640px) {
  .cid-uZzSw9WY3N .al {
    flex-direction: column;
  }
  .cid-uZzSw9WY3N .shadow {
    padding: 39px 36px;
  }
  .cid-uZzSw9WY3N img {
    padding-bottom: 20px;
  }
  .cid-uZzSw9WY3N .card-title,
  .cid-uZzSw9WY3N .card-subtitle,
  .cid-uZzSw9WY3N .card-text,
  .cid-uZzSw9WY3N .mbr-social-likes {
    text-align: center;
  }
}
@media (max-width: 600px) {
  .cid-uZzSw9WY3N .shadow {
    padding: 35px 15px;
  }
}
.cid-uZzSw9WY3N .mbr-iconfont {
  margin-left: 0;
}
.cid-uZzSw9WY3N .card-text,
.cid-uZzSw9WY3N .mbr-social-likes {
  color: #000000;
}
.cid-uZzSwJ7qwh {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f2f3f7;
}
.cid-uZzSwJ7qwh .row {
  align-items: center;
  justify-content: space-between;
}
.cid-uZzSwJ7qwh .mbr-section-title {
  width: 100%;
  text-align: left;
  margin-bottom: 24px;
  line-height: 1.171em;
}
.cid-uZzSwJ7qwh .mbr-section-subtitle {
  color: #4c4c4c;
  width: 100%;
  text-align: left;
}
.cid-uZzSwJ7qwh .mbr-text {
  color: #5f5d68;
  margin-bottom: 48px;
}
.cid-uZzSwJ7qwh .right-side {
  max-width: 554px;
  margin-right: 60px;
}
.cid-uZzSwJ7qwh .mbr-section-btn {
  width: auto;
  display: inline;
}
.cid-uZzSwJ7qwh .margin {
  margin-right: 14px;
}
.cid-uZzSwJ7qwh .shadow {
  margin: auto;
  max-width: 860px;
  padding: 79px 76px;
  box-shadow: 0 5px 16px 0 rgba(8, 15, 52, 0.07);
  overflow: hidden;
  border-style: solid;
  border-width: 1px;
  border-color: #eff0f6;
  border-radius: 24px;
  background-color: #fff;
}
.cid-uZzSwJ7qwh .socicon-bg-youtube {
  background-color: #c4302b;
}
.cid-uZzSwJ7qwh .socicon-bg-facebook {
  background-color: #3e5b98;
}
.cid-uZzSwJ7qwh .socicon-bg-twitter {
  background-color: #4da7de;
}
.cid-uZzSwJ7qwh .socicon-bg-pinterest {
  background-color: #bc4343;
}
.cid-uZzSwJ7qwh .socicon-bg-mail {
  background-color: #134785;
}
.cid-uZzSwJ7qwh .btn-social {
  margin-right: 3px !important;
  margin-left: 3px !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  font-size: 14px;
  border-radius: 50%;
  padding: 0;
  width: 32px;
  height: 32px;
  line-height: 44px;
  text-align: center;
  position: relative;
  border: none !important;
  border-color: #36187d;
  cursor: pointer;
}
.cid-uZzSwJ7qwh .btn-social .mbr-iconfont {
  top: 0;
  line-height: 22px;
  width: 22px;
  color: #fff;
}
.cid-uZzSwJ7qwh .btn-social:hover {
  color: #fff;
}
.cid-uZzSwJ7qwh .btn-social + .btn {
  margin-left: 0.1rem;
}
.cid-uZzSwJ7qwh img {
  max-width: 238px;
  height: auto;
  border-radius: 50%;
}
.cid-uZzSwJ7qwh .mbr-social-likes {
  max-width: 454px;
}
.cid-uZzSwJ7qwh .card-title {
  margin-bottom: 8px;
  color: #14142b;
}
.cid-uZzSwJ7qwh .card-subtitle {
  margin-bottom: 22px;
  color: #2461d8;
}
.cid-uZzSwJ7qwh .card-text {
  margin-bottom: 22px;
  color: #8c8c95;
}
.cid-uZzSwJ7qwh .card-title,
.cid-uZzSwJ7qwh .card-subtitle,
.cid-uZzSwJ7qwh .card-text {
  width: auto;
}
@media (max-width: 770px) {
  .cid-uZzSwJ7qwh .shadow {
    padding: 59px 56px;
  }
}
@media (max-width: 640px) {
  .cid-uZzSwJ7qwh .al {
    flex-direction: column;
  }
  .cid-uZzSwJ7qwh .shadow {
    padding: 39px 36px;
  }
  .cid-uZzSwJ7qwh img {
    padding-bottom: 20px;
  }
  .cid-uZzSwJ7qwh .card-title,
  .cid-uZzSwJ7qwh .card-subtitle,
  .cid-uZzSwJ7qwh .card-text,
  .cid-uZzSwJ7qwh .mbr-social-likes {
    text-align: center;
  }
}
@media (max-width: 600px) {
  .cid-uZzSwJ7qwh .shadow {
    padding: 35px 15px;
  }
}
.cid-uZzSwJ7qwh .mbr-iconfont {
  margin-left: 0;
}
.cid-uZzSxgZ8Ej {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #f2f3f7;
}
.cid-uZzSxgZ8Ej .row {
  align-items: center;
  justify-content: space-between;
}
.cid-uZzSxgZ8Ej .mbr-section-title {
  width: 100%;
  text-align: left;
  margin-bottom: 24px;
  line-height: 1.171em;
}
.cid-uZzSxgZ8Ej .mbr-section-subtitle {
  color: #4c4c4c;
  width: 100%;
  text-align: left;
}
.cid-uZzSxgZ8Ej .mbr-text {
  color: #5f5d68;
  margin-bottom: 48px;
}
.cid-uZzSxgZ8Ej .right-side {
  max-width: 554px;
  margin-right: 60px;
}
.cid-uZzSxgZ8Ej .mbr-section-btn {
  width: auto;
  display: inline;
}
.cid-uZzSxgZ8Ej .margin {
  margin-right: 14px;
}
.cid-uZzSxgZ8Ej .shadow {
  margin: auto;
  max-width: 860px;
  padding: 79px 76px;
  box-shadow: 0 5px 16px 0 rgba(8, 15, 52, 0.07);
  overflow: hidden;
  border-style: solid;
  border-width: 1px;
  border-color: #eff0f6;
  border-radius: 24px;
  background-color: #fff;
}
.cid-uZzSxgZ8Ej .socicon-bg-youtube {
  background-color: #c4302b;
}
.cid-uZzSxgZ8Ej .socicon-bg-facebook {
  background-color: #3e5b98;
}
.cid-uZzSxgZ8Ej .socicon-bg-twitter {
  background-color: #4da7de;
}
.cid-uZzSxgZ8Ej .socicon-bg-pinterest {
  background-color: #bc4343;
}
.cid-uZzSxgZ8Ej .socicon-bg-mail {
  background-color: #134785;
}
.cid-uZzSxgZ8Ej .btn-social {
  margin-right: 3px !important;
  margin-left: 3px !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  font-size: 14px;
  border-radius: 50%;
  padding: 0;
  width: 32px;
  height: 32px;
  line-height: 44px;
  text-align: center;
  position: relative;
  border: none !important;
  border-color: #36187d;
  cursor: pointer;
}
.cid-uZzSxgZ8Ej .btn-social .mbr-iconfont {
  top: 0;
  line-height: 22px;
  width: 22px;
  color: #fff;
}
.cid-uZzSxgZ8Ej .btn-social:hover {
  color: #fff;
}
.cid-uZzSxgZ8Ej .btn-social + .btn {
  margin-left: 0.1rem;
}
.cid-uZzSxgZ8Ej img {
  max-width: 238px;
  height: auto;
  border-radius: 50%;
}
.cid-uZzSxgZ8Ej .mbr-social-likes {
  max-width: 454px;
}
.cid-uZzSxgZ8Ej .card-title {
  margin-bottom: 8px;
  color: #14142b;
}
.cid-uZzSxgZ8Ej .card-subtitle {
  margin-bottom: 22px;
  color: #2461d8;
}
.cid-uZzSxgZ8Ej .card-text {
  margin-bottom: 22px;
  color: #8c8c95;
}
.cid-uZzSxgZ8Ej .card-title,
.cid-uZzSxgZ8Ej .card-subtitle,
.cid-uZzSxgZ8Ej .card-text {
  width: auto;
}
@media (max-width: 770px) {
  .cid-uZzSxgZ8Ej .shadow {
    padding: 59px 56px;
  }
}
@media (max-width: 640px) {
  .cid-uZzSxgZ8Ej .al {
    flex-direction: column;
  }
  .cid-uZzSxgZ8Ej .shadow {
    padding: 39px 36px;
  }
  .cid-uZzSxgZ8Ej img {
    padding-bottom: 20px;
  }
  .cid-uZzSxgZ8Ej .card-title,
  .cid-uZzSxgZ8Ej .card-subtitle,
  .cid-uZzSxgZ8Ej .card-text,
  .cid-uZzSxgZ8Ej .mbr-social-likes {
    text-align: center;
  }
}
@media (max-width: 600px) {
  .cid-uZzSxgZ8Ej .shadow {
    padding: 35px 15px;
  }
}
.cid-uZzSxgZ8Ej .mbr-iconfont {
  margin-left: 0;
}
.cid-uZzSxgZ8Ej .card-text,
.cid-uZzSxgZ8Ej .mbr-social-likes {
  color: #0e0e0e;
}
.cid-uZzSBEQiOd {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f2f3f7;
}
.cid-uZzSBEQiOd .row {
  align-items: center;
  justify-content: space-between;
}
.cid-uZzSBEQiOd .mbr-section-title {
  width: 100%;
  text-align: left;
  margin-bottom: 24px;
  line-height: 1.171em;
}
.cid-uZzSBEQiOd .mbr-section-subtitle {
  color: #4c4c4c;
  width: 100%;
  text-align: left;
}
.cid-uZzSBEQiOd .mbr-text {
  color: #5f5d68;
  margin-bottom: 48px;
}
.cid-uZzSBEQiOd .right-side {
  max-width: 554px;
  margin-right: 60px;
}
.cid-uZzSBEQiOd .mbr-section-btn {
  width: auto;
  display: inline;
}
.cid-uZzSBEQiOd .margin {
  margin-right: 14px;
}
.cid-uZzSBEQiOd .shadow {
  margin: auto;
  max-width: 860px;
  padding: 79px 76px;
  box-shadow: 0 5px 16px 0 rgba(8, 15, 52, 0.07);
  overflow: hidden;
  border-style: solid;
  border-width: 1px;
  border-color: #eff0f6;
  border-radius: 24px;
  background-color: #fff;
}
.cid-uZzSBEQiOd .socicon-bg-youtube {
  background-color: #c4302b;
}
.cid-uZzSBEQiOd .socicon-bg-facebook {
  background-color: #3e5b98;
}
.cid-uZzSBEQiOd .socicon-bg-twitter {
  background-color: #4da7de;
}
.cid-uZzSBEQiOd .socicon-bg-pinterest {
  background-color: #bc4343;
}
.cid-uZzSBEQiOd .socicon-bg-mail {
  background-color: #134785;
}
.cid-uZzSBEQiOd .btn-social {
  margin-right: 3px !important;
  margin-left: 3px !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  font-size: 14px;
  border-radius: 50%;
  padding: 0;
  width: 32px;
  height: 32px;
  line-height: 44px;
  text-align: center;
  position: relative;
  border: none !important;
  border-color: #36187d;
  cursor: pointer;
}
.cid-uZzSBEQiOd .btn-social .mbr-iconfont {
  top: 0;
  line-height: 22px;
  width: 22px;
  color: #fff;
}
.cid-uZzSBEQiOd .btn-social:hover {
  color: #fff;
}
.cid-uZzSBEQiOd .btn-social + .btn {
  margin-left: 0.1rem;
}
.cid-uZzSBEQiOd img {
  max-width: 238px;
  height: auto;
  border-radius: 50%;
}
.cid-uZzSBEQiOd .mbr-social-likes {
  max-width: 454px;
}
.cid-uZzSBEQiOd .card-title {
  margin-bottom: 8px;
  color: #14142b;
}
.cid-uZzSBEQiOd .card-subtitle {
  margin-bottom: 22px;
  color: #2461d8;
}
.cid-uZzSBEQiOd .card-text {
  margin-bottom: 22px;
  color: #8c8c95;
}
.cid-uZzSBEQiOd .card-title,
.cid-uZzSBEQiOd .card-subtitle,
.cid-uZzSBEQiOd .card-text {
  width: auto;
}
@media (max-width: 770px) {
  .cid-uZzSBEQiOd .shadow {
    padding: 59px 56px;
  }
}
@media (max-width: 640px) {
  .cid-uZzSBEQiOd .al {
    flex-direction: column;
  }
  .cid-uZzSBEQiOd .shadow {
    padding: 39px 36px;
  }
  .cid-uZzSBEQiOd img {
    padding-bottom: 20px;
  }
  .cid-uZzSBEQiOd .card-title,
  .cid-uZzSBEQiOd .card-subtitle,
  .cid-uZzSBEQiOd .card-text,
  .cid-uZzSBEQiOd .mbr-social-likes {
    text-align: center;
  }
}
@media (max-width: 600px) {
  .cid-uZzSBEQiOd .shadow {
    padding: 35px 15px;
  }
}
.cid-uZzSBEQiOd .mbr-iconfont {
  margin-left: 0;
}
.cid-uZzY7EF7Zq {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f2f3f7;
}
.cid-uZzY7EF7Zq .row {
  align-items: center;
  justify-content: space-between;
}
.cid-uZzY7EF7Zq .mbr-section-title {
  width: 100%;
  text-align: left;
  margin-bottom: 24px;
  line-height: 1.171em;
}
.cid-uZzY7EF7Zq .mbr-section-subtitle {
  color: #4c4c4c;
  width: 100%;
  text-align: left;
}
.cid-uZzY7EF7Zq .mbr-text {
  color: #5f5d68;
  margin-bottom: 48px;
}
.cid-uZzY7EF7Zq .right-side {
  max-width: 554px;
  margin-right: 60px;
}
.cid-uZzY7EF7Zq .mbr-section-btn {
  width: auto;
  display: inline;
}
.cid-uZzY7EF7Zq .margin {
  margin-right: 14px;
}
.cid-uZzY7EF7Zq .shadow {
  margin: auto;
  max-width: 860px;
  padding: 79px 76px;
  box-shadow: 0 5px 16px 0 rgba(8, 15, 52, 0.07);
  overflow: hidden;
  border-style: solid;
  border-width: 1px;
  border-color: #eff0f6;
  border-radius: 24px;
  background-color: #fff;
}
.cid-uZzY7EF7Zq .socicon-bg-youtube {
  background-color: #c4302b;
}
.cid-uZzY7EF7Zq .socicon-bg-facebook {
  background-color: #3e5b98;
}
.cid-uZzY7EF7Zq .socicon-bg-twitter {
  background-color: #4da7de;
}
.cid-uZzY7EF7Zq .socicon-bg-pinterest {
  background-color: #bc4343;
}
.cid-uZzY7EF7Zq .socicon-bg-mail {
  background-color: #134785;
}
.cid-uZzY7EF7Zq .btn-social {
  margin-right: 3px !important;
  margin-left: 3px !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  font-size: 14px;
  border-radius: 50%;
  padding: 0;
  width: 32px;
  height: 32px;
  line-height: 44px;
  text-align: center;
  position: relative;
  border: none !important;
  border-color: #36187d;
  cursor: pointer;
}
.cid-uZzY7EF7Zq .btn-social .mbr-iconfont {
  top: 0;
  line-height: 22px;
  width: 22px;
  color: #fff;
}
.cid-uZzY7EF7Zq .btn-social:hover {
  color: #fff;
}
.cid-uZzY7EF7Zq .btn-social + .btn {
  margin-left: 0.1rem;
}
.cid-uZzY7EF7Zq img {
  max-width: 238px;
  height: auto;
  border-radius: 50%;
}
.cid-uZzY7EF7Zq .mbr-social-likes {
  max-width: 454px;
}
.cid-uZzY7EF7Zq .card-title {
  margin-bottom: 8px;
  color: #14142b;
}
.cid-uZzY7EF7Zq .card-subtitle {
  margin-bottom: 22px;
  color: #2461d8;
}
.cid-uZzY7EF7Zq .card-text {
  margin-bottom: 22px;
  color: #8c8c95;
}
.cid-uZzY7EF7Zq .card-title,
.cid-uZzY7EF7Zq .card-subtitle,
.cid-uZzY7EF7Zq .card-text {
  width: auto;
}
@media (max-width: 770px) {
  .cid-uZzY7EF7Zq .shadow {
    padding: 59px 56px;
  }
}
@media (max-width: 640px) {
  .cid-uZzY7EF7Zq .al {
    flex-direction: column;
  }
  .cid-uZzY7EF7Zq .shadow {
    padding: 39px 36px;
  }
  .cid-uZzY7EF7Zq img {
    padding-bottom: 20px;
  }
  .cid-uZzY7EF7Zq .card-title,
  .cid-uZzY7EF7Zq .card-subtitle,
  .cid-uZzY7EF7Zq .card-text,
  .cid-uZzY7EF7Zq .mbr-social-likes {
    text-align: center;
  }
}
@media (max-width: 600px) {
  .cid-uZzY7EF7Zq .shadow {
    padding: 35px 15px;
  }
}
.cid-uZzY7EF7Zq .mbr-iconfont {
  margin-left: 0;
}
.cid-uZzSFA5rbz {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f2f3f7;
}
.cid-uZzSFA5rbz .row {
  align-items: center;
  justify-content: space-between;
}
.cid-uZzSFA5rbz .mbr-section-title {
  width: 100%;
  text-align: left;
  margin-bottom: 24px;
  line-height: 1.171em;
}
.cid-uZzSFA5rbz .mbr-section-subtitle {
  color: #4c4c4c;
  width: 100%;
  text-align: left;
}
.cid-uZzSFA5rbz .mbr-text {
  color: #5f5d68;
  margin-bottom: 48px;
}
.cid-uZzSFA5rbz .right-side {
  max-width: 554px;
  margin-right: 60px;
}
.cid-uZzSFA5rbz .mbr-section-btn {
  width: auto;
  display: inline;
}
.cid-uZzSFA5rbz .margin {
  margin-right: 14px;
}
.cid-uZzSFA5rbz .shadow {
  margin: auto;
  max-width: 860px;
  padding: 79px 76px;
  box-shadow: 0 5px 16px 0 rgba(8, 15, 52, 0.07);
  overflow: hidden;
  border-style: solid;
  border-width: 1px;
  border-color: #eff0f6;
  border-radius: 24px;
  background-color: #fff;
}
.cid-uZzSFA5rbz .socicon-bg-youtube {
  background-color: #c4302b;
}
.cid-uZzSFA5rbz .socicon-bg-facebook {
  background-color: #3e5b98;
}
.cid-uZzSFA5rbz .socicon-bg-twitter {
  background-color: #4da7de;
}
.cid-uZzSFA5rbz .socicon-bg-pinterest {
  background-color: #bc4343;
}
.cid-uZzSFA5rbz .socicon-bg-mail {
  background-color: #134785;
}
.cid-uZzSFA5rbz .btn-social {
  margin-right: 3px !important;
  margin-left: 3px !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  font-size: 14px;
  border-radius: 50%;
  padding: 0;
  width: 32px;
  height: 32px;
  line-height: 44px;
  text-align: center;
  position: relative;
  border: none !important;
  border-color: #36187d;
  cursor: pointer;
}
.cid-uZzSFA5rbz .btn-social .mbr-iconfont {
  top: 0;
  line-height: 22px;
  width: 22px;
  color: #fff;
}
.cid-uZzSFA5rbz .btn-social:hover {
  color: #fff;
}
.cid-uZzSFA5rbz .btn-social + .btn {
  margin-left: 0.1rem;
}
.cid-uZzSFA5rbz img {
  max-width: 238px;
  height: auto;
  border-radius: 50%;
}
.cid-uZzSFA5rbz .mbr-social-likes {
  max-width: 454px;
}
.cid-uZzSFA5rbz .card-title {
  margin-bottom: 8px;
  color: #14142b;
}
.cid-uZzSFA5rbz .card-subtitle {
  margin-bottom: 22px;
  color: #2461d8;
}
.cid-uZzSFA5rbz .card-text {
  margin-bottom: 22px;
  color: #8c8c95;
}
.cid-uZzSFA5rbz .card-title,
.cid-uZzSFA5rbz .card-subtitle,
.cid-uZzSFA5rbz .card-text {
  width: auto;
}
@media (max-width: 770px) {
  .cid-uZzSFA5rbz .shadow {
    padding: 59px 56px;
  }
}
@media (max-width: 640px) {
  .cid-uZzSFA5rbz .al {
    flex-direction: column;
  }
  .cid-uZzSFA5rbz .shadow {
    padding: 39px 36px;
  }
  .cid-uZzSFA5rbz img {
    padding-bottom: 20px;
  }
  .cid-uZzSFA5rbz .card-title,
  .cid-uZzSFA5rbz .card-subtitle,
  .cid-uZzSFA5rbz .card-text,
  .cid-uZzSFA5rbz .mbr-social-likes {
    text-align: center;
  }
}
@media (max-width: 600px) {
  .cid-uZzSFA5rbz .shadow {
    padding: 35px 15px;
  }
}
.cid-uZzSFA5rbz .mbr-iconfont {
  margin-left: 0;
}
.cid-uZzTvusqFX {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f2f3f7;
}
.cid-uZzTvusqFX .row {
  align-items: center;
  justify-content: space-between;
}
.cid-uZzTvusqFX .mbr-section-title {
  width: 100%;
  text-align: left;
  margin-bottom: 24px;
  line-height: 1.171em;
}
.cid-uZzTvusqFX .mbr-section-subtitle {
  color: #4c4c4c;
  width: 100%;
  text-align: left;
}
.cid-uZzTvusqFX .mbr-text {
  color: #5f5d68;
  margin-bottom: 48px;
}
.cid-uZzTvusqFX .right-side {
  max-width: 554px;
  margin-right: 60px;
}
.cid-uZzTvusqFX .mbr-section-btn {
  width: auto;
  display: inline;
}
.cid-uZzTvusqFX .margin {
  margin-right: 14px;
}
.cid-uZzTvusqFX .shadow {
  margin: auto;
  max-width: 860px;
  padding: 79px 76px;
  box-shadow: 0 5px 16px 0 rgba(8, 15, 52, 0.07);
  overflow: hidden;
  border-style: solid;
  border-width: 1px;
  border-color: #eff0f6;
  border-radius: 24px;
  background-color: #fff;
}
.cid-uZzTvusqFX .socicon-bg-youtube {
  background-color: #c4302b;
}
.cid-uZzTvusqFX .socicon-bg-facebook {
  background-color: #3e5b98;
}
.cid-uZzTvusqFX .socicon-bg-twitter {
  background-color: #4da7de;
}
.cid-uZzTvusqFX .socicon-bg-pinterest {
  background-color: #bc4343;
}
.cid-uZzTvusqFX .socicon-bg-mail {
  background-color: #134785;
}
.cid-uZzTvusqFX .btn-social {
  margin-right: 3px !important;
  margin-left: 3px !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  font-size: 14px;
  border-radius: 50%;
  padding: 0;
  width: 32px;
  height: 32px;
  line-height: 44px;
  text-align: center;
  position: relative;
  border: none !important;
  border-color: #36187d;
  cursor: pointer;
}
.cid-uZzTvusqFX .btn-social .mbr-iconfont {
  top: 0;
  line-height: 22px;
  width: 22px;
  color: #fff;
}
.cid-uZzTvusqFX .btn-social:hover {
  color: #fff;
}
.cid-uZzTvusqFX .btn-social + .btn {
  margin-left: 0.1rem;
}
.cid-uZzTvusqFX img {
  max-width: 238px;
  height: auto;
  border-radius: 50%;
}
.cid-uZzTvusqFX .mbr-social-likes {
  max-width: 454px;
}
.cid-uZzTvusqFX .card-title {
  margin-bottom: 8px;
  color: #14142b;
}
.cid-uZzTvusqFX .card-subtitle {
  margin-bottom: 22px;
  color: #2461d8;
}
.cid-uZzTvusqFX .card-text {
  margin-bottom: 22px;
  color: #8c8c95;
}
.cid-uZzTvusqFX .card-title,
.cid-uZzTvusqFX .card-subtitle,
.cid-uZzTvusqFX .card-text {
  width: auto;
}
@media (max-width: 770px) {
  .cid-uZzTvusqFX .shadow {
    padding: 59px 56px;
  }
}
@media (max-width: 640px) {
  .cid-uZzTvusqFX .al {
    flex-direction: column;
  }
  .cid-uZzTvusqFX .shadow {
    padding: 39px 36px;
  }
  .cid-uZzTvusqFX img {
    padding-bottom: 20px;
  }
  .cid-uZzTvusqFX .card-title,
  .cid-uZzTvusqFX .card-subtitle,
  .cid-uZzTvusqFX .card-text,
  .cid-uZzTvusqFX .mbr-social-likes {
    text-align: center;
  }
}
@media (max-width: 600px) {
  .cid-uZzTvusqFX .shadow {
    padding: 35px 15px;
  }
}
.cid-uZzTvusqFX .mbr-iconfont {
  margin-left: 0;
}
.cid-uZzXy5lU6d {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f2f3f7;
}
.cid-uZzXy5lU6d .row {
  align-items: center;
  justify-content: space-between;
}
.cid-uZzXy5lU6d .mbr-section-title {
  width: 100%;
  text-align: left;
  margin-bottom: 24px;
  line-height: 1.171em;
}
.cid-uZzXy5lU6d .mbr-section-subtitle {
  color: #4c4c4c;
  width: 100%;
  text-align: left;
}
.cid-uZzXy5lU6d .mbr-text {
  color: #5f5d68;
  margin-bottom: 48px;
}
.cid-uZzXy5lU6d .right-side {
  max-width: 554px;
  margin-right: 60px;
}
.cid-uZzXy5lU6d .mbr-section-btn {
  width: auto;
  display: inline;
}
.cid-uZzXy5lU6d .margin {
  margin-right: 14px;
}
.cid-uZzXy5lU6d .shadow {
  margin: auto;
  max-width: 860px;
  padding: 79px 76px;
  box-shadow: 0 5px 16px 0 rgba(8, 15, 52, 0.07);
  overflow: hidden;
  border-style: solid;
  border-width: 1px;
  border-color: #eff0f6;
  border-radius: 24px;
  background-color: #fff;
}
.cid-uZzXy5lU6d .socicon-bg-youtube {
  background-color: #c4302b;
}
.cid-uZzXy5lU6d .socicon-bg-facebook {
  background-color: #3e5b98;
}
.cid-uZzXy5lU6d .socicon-bg-twitter {
  background-color: #4da7de;
}
.cid-uZzXy5lU6d .socicon-bg-pinterest {
  background-color: #bc4343;
}
.cid-uZzXy5lU6d .socicon-bg-mail {
  background-color: #134785;
}
.cid-uZzXy5lU6d .btn-social {
  margin-right: 3px !important;
  margin-left: 3px !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  font-size: 14px;
  border-radius: 50%;
  padding: 0;
  width: 32px;
  height: 32px;
  line-height: 44px;
  text-align: center;
  position: relative;
  border: none !important;
  border-color: #36187d;
  cursor: pointer;
}
.cid-uZzXy5lU6d .btn-social .mbr-iconfont {
  top: 0;
  line-height: 22px;
  width: 22px;
  color: #fff;
}
.cid-uZzXy5lU6d .btn-social:hover {
  color: #fff;
}
.cid-uZzXy5lU6d .btn-social + .btn {
  margin-left: 0.1rem;
}
.cid-uZzXy5lU6d img {
  max-width: 238px;
  height: auto;
  border-radius: 50%;
}
.cid-uZzXy5lU6d .mbr-social-likes {
  max-width: 454px;
}
.cid-uZzXy5lU6d .card-title {
  margin-bottom: 8px;
  color: #14142b;
}
.cid-uZzXy5lU6d .card-subtitle {
  margin-bottom: 22px;
  color: #2461d8;
}
.cid-uZzXy5lU6d .card-text {
  margin-bottom: 22px;
  color: #8c8c95;
}
.cid-uZzXy5lU6d .card-title,
.cid-uZzXy5lU6d .card-subtitle,
.cid-uZzXy5lU6d .card-text {
  width: auto;
}
@media (max-width: 770px) {
  .cid-uZzXy5lU6d .shadow {
    padding: 59px 56px;
  }
}
@media (max-width: 640px) {
  .cid-uZzXy5lU6d .al {
    flex-direction: column;
  }
  .cid-uZzXy5lU6d .shadow {
    padding: 39px 36px;
  }
  .cid-uZzXy5lU6d img {
    padding-bottom: 20px;
  }
  .cid-uZzXy5lU6d .card-title,
  .cid-uZzXy5lU6d .card-subtitle,
  .cid-uZzXy5lU6d .card-text,
  .cid-uZzXy5lU6d .mbr-social-likes {
    text-align: center;
  }
}
@media (max-width: 600px) {
  .cid-uZzXy5lU6d .shadow {
    padding: 35px 15px;
  }
}
.cid-uZzXy5lU6d .mbr-iconfont {
  margin-left: 0;
}
.cid-uZzTIoCUDc {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f2f3f7;
}
.cid-uZzTIoCUDc .row {
  align-items: center;
  justify-content: space-between;
}
.cid-uZzTIoCUDc .mbr-section-title {
  width: 100%;
  text-align: left;
  margin-bottom: 24px;
  line-height: 1.171em;
}
.cid-uZzTIoCUDc .mbr-section-subtitle {
  color: #4c4c4c;
  width: 100%;
  text-align: left;
}
.cid-uZzTIoCUDc .mbr-text {
  color: #5f5d68;
  margin-bottom: 48px;
}
.cid-uZzTIoCUDc .right-side {
  max-width: 554px;
  margin-right: 60px;
}
.cid-uZzTIoCUDc .mbr-section-btn {
  width: auto;
  display: inline;
}
.cid-uZzTIoCUDc .margin {
  margin-right: 14px;
}
.cid-uZzTIoCUDc .shadow {
  margin: auto;
  max-width: 860px;
  padding: 79px 76px;
  box-shadow: 0 5px 16px 0 rgba(8, 15, 52, 0.07);
  overflow: hidden;
  border-style: solid;
  border-width: 1px;
  border-color: #eff0f6;
  border-radius: 24px;
  background-color: #fff;
}
.cid-uZzTIoCUDc .socicon-bg-youtube {
  background-color: #c4302b;
}
.cid-uZzTIoCUDc .socicon-bg-facebook {
  background-color: #3e5b98;
}
.cid-uZzTIoCUDc .socicon-bg-twitter {
  background-color: #4da7de;
}
.cid-uZzTIoCUDc .socicon-bg-pinterest {
  background-color: #bc4343;
}
.cid-uZzTIoCUDc .socicon-bg-mail {
  background-color: #134785;
}
.cid-uZzTIoCUDc .btn-social {
  margin-right: 3px !important;
  margin-left: 3px !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  font-size: 14px;
  border-radius: 50%;
  padding: 0;
  width: 32px;
  height: 32px;
  line-height: 44px;
  text-align: center;
  position: relative;
  border: none !important;
  border-color: #36187d;
  cursor: pointer;
}
.cid-uZzTIoCUDc .btn-social .mbr-iconfont {
  top: 0;
  line-height: 22px;
  width: 22px;
  color: #fff;
}
.cid-uZzTIoCUDc .btn-social:hover {
  color: #fff;
}
.cid-uZzTIoCUDc .btn-social + .btn {
  margin-left: 0.1rem;
}
.cid-uZzTIoCUDc img {
  max-width: 238px;
  height: auto;
  border-radius: 50%;
}
.cid-uZzTIoCUDc .mbr-social-likes {
  max-width: 454px;
}
.cid-uZzTIoCUDc .card-title {
  margin-bottom: 8px;
  color: #14142b;
}
.cid-uZzTIoCUDc .card-subtitle {
  margin-bottom: 22px;
  color: #2461d8;
}
.cid-uZzTIoCUDc .card-text {
  margin-bottom: 22px;
  color: #8c8c95;
}
.cid-uZzTIoCUDc .card-title,
.cid-uZzTIoCUDc .card-subtitle,
.cid-uZzTIoCUDc .card-text {
  width: auto;
}
@media (max-width: 770px) {
  .cid-uZzTIoCUDc .shadow {
    padding: 59px 56px;
  }
}
@media (max-width: 640px) {
  .cid-uZzTIoCUDc .al {
    flex-direction: column;
  }
  .cid-uZzTIoCUDc .shadow {
    padding: 39px 36px;
  }
  .cid-uZzTIoCUDc img {
    padding-bottom: 20px;
  }
  .cid-uZzTIoCUDc .card-title,
  .cid-uZzTIoCUDc .card-subtitle,
  .cid-uZzTIoCUDc .card-text,
  .cid-uZzTIoCUDc .mbr-social-likes {
    text-align: center;
  }
}
@media (max-width: 600px) {
  .cid-uZzTIoCUDc .shadow {
    padding: 35px 15px;
  }
}
.cid-uZzTIoCUDc .mbr-iconfont {
  margin-left: 0;
}
.cid-uZzTyhPTKA {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f2f3f7;
}
.cid-uZzTyhPTKA .row {
  align-items: center;
  justify-content: space-between;
}
.cid-uZzTyhPTKA .mbr-section-title {
  width: 100%;
  text-align: left;
  margin-bottom: 24px;
  line-height: 1.171em;
}
.cid-uZzTyhPTKA .mbr-section-subtitle {
  color: #4c4c4c;
  width: 100%;
  text-align: left;
}
.cid-uZzTyhPTKA .mbr-text {
  color: #5f5d68;
  margin-bottom: 48px;
}
.cid-uZzTyhPTKA .right-side {
  max-width: 554px;
  margin-right: 60px;
}
.cid-uZzTyhPTKA .mbr-section-btn {
  width: auto;
  display: inline;
}
.cid-uZzTyhPTKA .margin {
  margin-right: 14px;
}
.cid-uZzTyhPTKA .shadow {
  margin: auto;
  max-width: 860px;
  padding: 79px 76px;
  box-shadow: 0 5px 16px 0 rgba(8, 15, 52, 0.07);
  overflow: hidden;
  border-style: solid;
  border-width: 1px;
  border-color: #eff0f6;
  border-radius: 24px;
  background-color: #fff;
}
.cid-uZzTyhPTKA .socicon-bg-youtube {
  background-color: #c4302b;
}
.cid-uZzTyhPTKA .socicon-bg-facebook {
  background-color: #3e5b98;
}
.cid-uZzTyhPTKA .socicon-bg-twitter {
  background-color: #4da7de;
}
.cid-uZzTyhPTKA .socicon-bg-pinterest {
  background-color: #bc4343;
}
.cid-uZzTyhPTKA .socicon-bg-mail {
  background-color: #134785;
}
.cid-uZzTyhPTKA .btn-social {
  margin-right: 3px !important;
  margin-left: 3px !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  font-size: 14px;
  border-radius: 50%;
  padding: 0;
  width: 32px;
  height: 32px;
  line-height: 44px;
  text-align: center;
  position: relative;
  border: none !important;
  border-color: #36187d;
  cursor: pointer;
}
.cid-uZzTyhPTKA .btn-social .mbr-iconfont {
  top: 0;
  line-height: 22px;
  width: 22px;
  color: #fff;
}
.cid-uZzTyhPTKA .btn-social:hover {
  color: #fff;
}
.cid-uZzTyhPTKA .btn-social + .btn {
  margin-left: 0.1rem;
}
.cid-uZzTyhPTKA img {
  max-width: 238px;
  height: auto;
  border-radius: 50%;
}
.cid-uZzTyhPTKA .mbr-social-likes {
  max-width: 454px;
}
.cid-uZzTyhPTKA .card-title {
  margin-bottom: 8px;
  color: #14142b;
}
.cid-uZzTyhPTKA .card-subtitle {
  margin-bottom: 22px;
  color: #2461d8;
}
.cid-uZzTyhPTKA .card-text {
  margin-bottom: 22px;
  color: #8c8c95;
}
.cid-uZzTyhPTKA .card-title,
.cid-uZzTyhPTKA .card-subtitle,
.cid-uZzTyhPTKA .card-text {
  width: auto;
}
@media (max-width: 770px) {
  .cid-uZzTyhPTKA .shadow {
    padding: 59px 56px;
  }
}
@media (max-width: 640px) {
  .cid-uZzTyhPTKA .al {
    flex-direction: column;
  }
  .cid-uZzTyhPTKA .shadow {
    padding: 39px 36px;
  }
  .cid-uZzTyhPTKA img {
    padding-bottom: 20px;
  }
  .cid-uZzTyhPTKA .card-title,
  .cid-uZzTyhPTKA .card-subtitle,
  .cid-uZzTyhPTKA .card-text,
  .cid-uZzTyhPTKA .mbr-social-likes {
    text-align: center;
  }
}
@media (max-width: 600px) {
  .cid-uZzTyhPTKA .shadow {
    padding: 35px 15px;
  }
}
.cid-uZzTyhPTKA .mbr-iconfont {
  margin-left: 0;
}
.cid-uZzTEEJqOL {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f2f3f7;
}
.cid-uZzTEEJqOL .row {
  align-items: center;
  justify-content: space-between;
}
.cid-uZzTEEJqOL .mbr-section-title {
  width: 100%;
  text-align: left;
  margin-bottom: 24px;
  line-height: 1.171em;
}
.cid-uZzTEEJqOL .mbr-section-subtitle {
  color: #4c4c4c;
  width: 100%;
  text-align: left;
}
.cid-uZzTEEJqOL .mbr-text {
  color: #5f5d68;
  margin-bottom: 48px;
}
.cid-uZzTEEJqOL .right-side {
  max-width: 554px;
  margin-right: 60px;
}
.cid-uZzTEEJqOL .mbr-section-btn {
  width: auto;
  display: inline;
}
.cid-uZzTEEJqOL .margin {
  margin-right: 14px;
}
.cid-uZzTEEJqOL .shadow {
  margin: auto;
  max-width: 860px;
  padding: 79px 76px;
  box-shadow: 0 5px 16px 0 rgba(8, 15, 52, 0.07);
  overflow: hidden;
  border-style: solid;
  border-width: 1px;
  border-color: #eff0f6;
  border-radius: 24px;
  background-color: #fff;
}
.cid-uZzTEEJqOL .socicon-bg-youtube {
  background-color: #c4302b;
}
.cid-uZzTEEJqOL .socicon-bg-facebook {
  background-color: #3e5b98;
}
.cid-uZzTEEJqOL .socicon-bg-twitter {
  background-color: #4da7de;
}
.cid-uZzTEEJqOL .socicon-bg-pinterest {
  background-color: #bc4343;
}
.cid-uZzTEEJqOL .socicon-bg-mail {
  background-color: #134785;
}
.cid-uZzTEEJqOL .btn-social {
  margin-right: 3px !important;
  margin-left: 3px !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  font-size: 14px;
  border-radius: 50%;
  padding: 0;
  width: 32px;
  height: 32px;
  line-height: 44px;
  text-align: center;
  position: relative;
  border: none !important;
  border-color: #36187d;
  cursor: pointer;
}
.cid-uZzTEEJqOL .btn-social .mbr-iconfont {
  top: 0;
  line-height: 22px;
  width: 22px;
  color: #fff;
}
.cid-uZzTEEJqOL .btn-social:hover {
  color: #fff;
}
.cid-uZzTEEJqOL .btn-social + .btn {
  margin-left: 0.1rem;
}
.cid-uZzTEEJqOL img {
  max-width: 238px;
  height: auto;
  border-radius: 50%;
}
.cid-uZzTEEJqOL .mbr-social-likes {
  max-width: 454px;
}
.cid-uZzTEEJqOL .card-title {
  margin-bottom: 8px;
  color: #14142b;
}
.cid-uZzTEEJqOL .card-subtitle {
  margin-bottom: 22px;
  color: #2461d8;
}
.cid-uZzTEEJqOL .card-text {
  margin-bottom: 22px;
  color: #8c8c95;
}
.cid-uZzTEEJqOL .card-title,
.cid-uZzTEEJqOL .card-subtitle,
.cid-uZzTEEJqOL .card-text {
  width: auto;
}
@media (max-width: 770px) {
  .cid-uZzTEEJqOL .shadow {
    padding: 59px 56px;
  }
}
@media (max-width: 640px) {
  .cid-uZzTEEJqOL .al {
    flex-direction: column;
  }
  .cid-uZzTEEJqOL .shadow {
    padding: 39px 36px;
  }
  .cid-uZzTEEJqOL img {
    padding-bottom: 20px;
  }
  .cid-uZzTEEJqOL .card-title,
  .cid-uZzTEEJqOL .card-subtitle,
  .cid-uZzTEEJqOL .card-text,
  .cid-uZzTEEJqOL .mbr-social-likes {
    text-align: center;
  }
}
@media (max-width: 600px) {
  .cid-uZzTEEJqOL .shadow {
    padding: 35px 15px;
  }
}
.cid-uZzTEEJqOL .mbr-iconfont {
  margin-left: 0;
}
.cid-uZzTznLhR1 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f2f3f7;
}
.cid-uZzTznLhR1 .row {
  align-items: center;
  justify-content: space-between;
}
.cid-uZzTznLhR1 .mbr-section-title {
  width: 100%;
  text-align: left;
  margin-bottom: 24px;
  line-height: 1.171em;
}
.cid-uZzTznLhR1 .mbr-section-subtitle {
  color: #4c4c4c;
  width: 100%;
  text-align: left;
}
.cid-uZzTznLhR1 .mbr-text {
  color: #5f5d68;
  margin-bottom: 48px;
}
.cid-uZzTznLhR1 .right-side {
  max-width: 554px;
  margin-right: 60px;
}
.cid-uZzTznLhR1 .mbr-section-btn {
  width: auto;
  display: inline;
}
.cid-uZzTznLhR1 .margin {
  margin-right: 14px;
}
.cid-uZzTznLhR1 .shadow {
  margin: auto;
  max-width: 860px;
  padding: 79px 76px;
  box-shadow: 0 5px 16px 0 rgba(8, 15, 52, 0.07);
  overflow: hidden;
  border-style: solid;
  border-width: 1px;
  border-color: #eff0f6;
  border-radius: 24px;
  background-color: #fff;
}
.cid-uZzTznLhR1 .socicon-bg-youtube {
  background-color: #c4302b;
}
.cid-uZzTznLhR1 .socicon-bg-facebook {
  background-color: #3e5b98;
}
.cid-uZzTznLhR1 .socicon-bg-twitter {
  background-color: #4da7de;
}
.cid-uZzTznLhR1 .socicon-bg-pinterest {
  background-color: #bc4343;
}
.cid-uZzTznLhR1 .socicon-bg-mail {
  background-color: #134785;
}
.cid-uZzTznLhR1 .btn-social {
  margin-right: 3px !important;
  margin-left: 3px !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  font-size: 14px;
  border-radius: 50%;
  padding: 0;
  width: 32px;
  height: 32px;
  line-height: 44px;
  text-align: center;
  position: relative;
  border: none !important;
  border-color: #36187d;
  cursor: pointer;
}
.cid-uZzTznLhR1 .btn-social .mbr-iconfont {
  top: 0;
  line-height: 22px;
  width: 22px;
  color: #fff;
}
.cid-uZzTznLhR1 .btn-social:hover {
  color: #fff;
}
.cid-uZzTznLhR1 .btn-social + .btn {
  margin-left: 0.1rem;
}
.cid-uZzTznLhR1 img {
  max-width: 238px;
  height: auto;
  border-radius: 50%;
}
.cid-uZzTznLhR1 .mbr-social-likes {
  max-width: 454px;
}
.cid-uZzTznLhR1 .card-title {
  margin-bottom: 8px;
  color: #14142b;
}
.cid-uZzTznLhR1 .card-subtitle {
  margin-bottom: 22px;
  color: #2461d8;
}
.cid-uZzTznLhR1 .card-text {
  margin-bottom: 22px;
  color: #8c8c95;
}
.cid-uZzTznLhR1 .card-title,
.cid-uZzTznLhR1 .card-subtitle,
.cid-uZzTznLhR1 .card-text {
  width: auto;
}
@media (max-width: 770px) {
  .cid-uZzTznLhR1 .shadow {
    padding: 59px 56px;
  }
}
@media (max-width: 640px) {
  .cid-uZzTznLhR1 .al {
    flex-direction: column;
  }
  .cid-uZzTznLhR1 .shadow {
    padding: 39px 36px;
  }
  .cid-uZzTznLhR1 img {
    padding-bottom: 20px;
  }
  .cid-uZzTznLhR1 .card-title,
  .cid-uZzTznLhR1 .card-subtitle,
  .cid-uZzTznLhR1 .card-text,
  .cid-uZzTznLhR1 .mbr-social-likes {
    text-align: center;
  }
}
@media (max-width: 600px) {
  .cid-uZzTznLhR1 .shadow {
    padding: 35px 15px;
  }
}
.cid-uZzTznLhR1 .mbr-iconfont {
  margin-left: 0;
}
.cid-uZzTFLwaOy {
  padding-top: 1rem;
  padding-bottom: 9rem;
  background-color: #f2f3f7;
}
.cid-uZzTFLwaOy .row {
  align-items: center;
  justify-content: space-between;
}
.cid-uZzTFLwaOy .mbr-section-title {
  width: 100%;
  text-align: left;
  margin-bottom: 24px;
  line-height: 1.171em;
}
.cid-uZzTFLwaOy .mbr-section-subtitle {
  color: #4c4c4c;
  width: 100%;
  text-align: left;
}
.cid-uZzTFLwaOy .mbr-text {
  color: #5f5d68;
  margin-bottom: 48px;
}
.cid-uZzTFLwaOy .right-side {
  max-width: 554px;
  margin-right: 60px;
}
.cid-uZzTFLwaOy .mbr-section-btn {
  width: auto;
  display: inline;
}
.cid-uZzTFLwaOy .margin {
  margin-right: 14px;
}
.cid-uZzTFLwaOy .shadow {
  margin: auto;
  max-width: 860px;
  padding: 79px 76px;
  box-shadow: 0 5px 16px 0 rgba(8, 15, 52, 0.07);
  overflow: hidden;
  border-style: solid;
  border-width: 1px;
  border-color: #eff0f6;
  border-radius: 24px;
  background-color: #fff;
}
.cid-uZzTFLwaOy .socicon-bg-youtube {
  background-color: #c4302b;
}
.cid-uZzTFLwaOy .socicon-bg-facebook {
  background-color: #3e5b98;
}
.cid-uZzTFLwaOy .socicon-bg-twitter {
  background-color: #4da7de;
}
.cid-uZzTFLwaOy .socicon-bg-pinterest {
  background-color: #bc4343;
}
.cid-uZzTFLwaOy .socicon-bg-mail {
  background-color: #134785;
}
.cid-uZzTFLwaOy .btn-social {
  margin-right: 3px !important;
  margin-left: 3px !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  font-size: 14px;
  border-radius: 50%;
  padding: 0;
  width: 32px;
  height: 32px;
  line-height: 44px;
  text-align: center;
  position: relative;
  border: none !important;
  border-color: #36187d;
  cursor: pointer;
}
.cid-uZzTFLwaOy .btn-social .mbr-iconfont {
  top: 0;
  line-height: 22px;
  width: 22px;
  color: #fff;
}
.cid-uZzTFLwaOy .btn-social:hover {
  color: #fff;
}
.cid-uZzTFLwaOy .btn-social + .btn {
  margin-left: 0.1rem;
}
.cid-uZzTFLwaOy img {
  max-width: 238px;
  height: auto;
  border-radius: 50%;
}
.cid-uZzTFLwaOy .mbr-social-likes {
  max-width: 454px;
}
.cid-uZzTFLwaOy .card-title {
  margin-bottom: 8px;
  color: #14142b;
}
.cid-uZzTFLwaOy .card-subtitle {
  margin-bottom: 22px;
  color: #2461d8;
}
.cid-uZzTFLwaOy .card-text {
  margin-bottom: 22px;
  color: #8c8c95;
}
.cid-uZzTFLwaOy .card-title,
.cid-uZzTFLwaOy .card-subtitle,
.cid-uZzTFLwaOy .card-text {
  width: auto;
}
@media (max-width: 770px) {
  .cid-uZzTFLwaOy .shadow {
    padding: 59px 56px;
  }
}
@media (max-width: 640px) {
  .cid-uZzTFLwaOy .al {
    flex-direction: column;
  }
  .cid-uZzTFLwaOy .shadow {
    padding: 39px 36px;
  }
  .cid-uZzTFLwaOy img {
    padding-bottom: 20px;
  }
  .cid-uZzTFLwaOy .card-title,
  .cid-uZzTFLwaOy .card-subtitle,
  .cid-uZzTFLwaOy .card-text,
  .cid-uZzTFLwaOy .mbr-social-likes {
    text-align: center;
  }
}
@media (max-width: 600px) {
  .cid-uZzTFLwaOy .shadow {
    padding: 35px 15px;
  }
}
.cid-uZzTFLwaOy .mbr-iconfont {
  margin-left: 0;
}
.cid-sSjX4xGrmf {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-sSjX4xGrmf .container-fluid {
  position: relative;
}
.cid-sSjX4xGrmf .page-title-content {
  width: 100%;
}
.cid-sSjX4xGrmf .page-title-content .mbr-iconfont {
  font-size: 55px;
  height: 55px;
  line-height: 55px;
  width: 55px;
  margin-top: -10px;
  color: #f1a631;
}
.cid-sSjX4xGrmf .page-title-content .mbr-iconfont:hover {
  cursor: pointer;
}
@media (max-width: 576px) {
  .cid-sSjX4xGrmf .page-title-content {
    text-align: center;
  }
}
.cid-sSjX4xGrmf .title {
  letter-spacing: 0.8px;
  margin-top: 24px;
  font-weight: 300;
  margin: 0;
  position: relative;
  word-wrap: break-word;
}
.cid-sSjX4xGrmf a {
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.cid-sSjX4xGrmf a:not(:first-child) {
  margin-left: 20px;
}
.cid-sSjX4xGrmf a:after {
  position: absolute;
  margin-top: 7px;
  background-color: currentColor;
  display: block;
  content: "";
  height: 2px;
  width: 100%;
}
.cid-sSjX4xGrmf a::before {
  position: absolute;
  margin-top: 5px;
  background-color: currentColor;
  display: block;
  content: "";
  height: 2px;
  width: 0%;
  bottom: 7px;
}
.cid-sSjX4xGrmf a:hover:after,
.cid-sSjX4xGrmf a:focus:after {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: slidein;
  animation-name: slidein;
}
.cid-sSjX4xGrmf a:hover:before,
.cid-sSjX4xGrmf a:focus:before {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-name: slideout;
  animation-name: slideout;
}
.cid-sSjX4xGrmf a.text-white:hover,
.cid-sSjX4xGrmf a.text-white:focus {
  color: #ffffff !important;
}
.cid-sSjX4xGrmf .mbr-section-btn {
  margin-left: 0;
  margin-right: 0;
}
.cid-sSjX4xGrmf .page-title-content .title,
.cid-sSjX4xGrmf .icon-section,
.cid-sSjX4xGrmf .mbr-section-btn {
  color: #ffffff;
}
.cid-sSjX4yCkLl {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fcff00;
}
.cid-sSjX4yCkLl img {
  width: 100%;
  object-fit: cover;
  height: 450px;
}
@media (max-width: 800px) {
  .cid-sSjX4yCkLl img {
    height: auto;
  }
}
.cid-sSjX4yCkLl .container-fluid {
  padding: 0;
}
.cid-sSjX4zs3OD {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #bbbbbb;
}
.cid-sSjX4zs3OD .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 3.5rem;
  color: #000000;
  margin-bottom: 1rem;
  border-radius: 50%;
  overflow: visible;
}
.cid-sSjX4zs3OD .row {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%);
  backdrop-filter: blur(3.5px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  padding: 3rem 3rem;
  padding-top: 5rem;
  padding-bottom: 2rem;
  margin: 0;
  overflow: visible;
  position: relative;
}
@media (max-width: 767px) {
  .cid-sSjX4zs3OD .row {
    padding: 2rem 1rem;
  }
}
.cid-sSjX4zs3OD .row:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  border: 2px solid white;
  border-radius: 30px;
  pointer-events: none;
}
.cid-sSjX4zs3OD .card-wrapper {
  overflow: visible;
  margin-bottom: 2rem;
}
.cid-sSjX4zs3OD .card-text {
  color: #31363b;
  text-align: center;
}
.cid-sSjX4zs3OD .card-title,
.cid-sSjX4zs3OD .iconfont-wrapper {
  color: #000000;
  text-align: center;
}
.cid-sSjX4zs3OD .mbr-section-subtitle {
  color: #263d5a;
  text-align: center;
}
.cid-sSjX4zs3OD .mbr-section-title {
  color: #000000;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-sSjX4zs3OD .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sSjX4zs3OD .card-link {
  text-align: center;
}
.cid-sSjX4AUiJB {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-sSjX4AUiJB .container-fluid {
  position: relative;
}
.cid-sSjX4AUiJB .page-title-content {
  width: 100%;
}
.cid-sSjX4AUiJB .page-title-content .mbr-iconfont {
  font-size: 55px;
  height: 55px;
  line-height: 55px;
  width: 55px;
  margin-top: -10px;
  color: #f1a631;
}
.cid-sSjX4AUiJB .page-title-content .mbr-iconfont:hover {
  cursor: pointer;
}
@media (max-width: 576px) {
  .cid-sSjX4AUiJB .page-title-content {
    text-align: center;
  }
}
.cid-sSjX4AUiJB .title {
  letter-spacing: 0.8px;
  margin-top: 24px;
  font-weight: 300;
  margin: 0;
  position: relative;
  word-wrap: break-word;
}
.cid-sSjX4AUiJB a {
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.cid-sSjX4AUiJB a:not(:first-child) {
  margin-left: 20px;
}
.cid-sSjX4AUiJB a:after {
  position: absolute;
  margin-top: 7px;
  background-color: currentColor;
  display: block;
  content: "";
  height: 2px;
  width: 100%;
}
.cid-sSjX4AUiJB a::before {
  position: absolute;
  margin-top: 5px;
  background-color: currentColor;
  display: block;
  content: "";
  height: 2px;
  width: 0%;
  bottom: 7px;
}
.cid-sSjX4AUiJB a:hover:after,
.cid-sSjX4AUiJB a:focus:after {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: slidein;
  animation-name: slidein;
}
.cid-sSjX4AUiJB a:hover:before,
.cid-sSjX4AUiJB a:focus:before {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-name: slideout;
  animation-name: slideout;
}
.cid-sSjX4AUiJB a.text-white:hover,
.cid-sSjX4AUiJB a.text-white:focus {
  color: #ffffff !important;
}
.cid-sSjX4AUiJB .mbr-section-btn {
  margin-left: 0;
  margin-right: 0;
}
.cid-sSjX4AUiJB .page-title-content .title,
.cid-sSjX4AUiJB .icon-section,
.cid-sSjX4AUiJB .mbr-section-btn {
  color: #ffffff;
}
.cid-sSjX4BPXLd {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fcff00;
}
.cid-sSjX4BPXLd img {
  width: 100%;
  object-fit: cover;
  height: 500px;
}
@media (max-width: 800px) {
  .cid-sSjX4BPXLd img {
    height: auto;
  }
}
.cid-sSjX4BPXLd .container-fluid {
  padding: 0;
}
.cid-sSjX4CGvQx {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-color: #f2f3f7;
}
.cid-sSjX4CGvQx .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #0196e3;
  margin-bottom: 1.5rem;
}
.cid-sSjX4CGvQx .col-lg-4,
.cid-sSjX4CGvQx .col-12 {
  padding: 0 2rem;
}
.cid-sSjX4CGvQx .row {
  margin: 0 -2rem;
  justify-content: center;
}
.cid-sSjX4CGvQx .card-wrapper {
  padding: 3rem 2rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 3rem;
}
@media (max-width: 767px) {
  .cid-sSjX4CGvQx .card-wrapper {
    padding: 4rem 2rem;
  }
}
@media (max-width: 992px) {
  .cid-sSjX4CGvQx .card-wrapper {
    margin-bottom: 3rem;
  }
}
.cid-sSjX4CGvQx .card-title,
.cid-sSjX4CGvQx .iconfont-wrapper {
  color: #000000;
  text-align: center;
}
.cid-sSjX4CGvQx .card-text {
  color: #000000;
  text-align: left;
}
.cid-sSjX4CGvQx .mbr-section-subtitle {
  color: #6c758f;
}
.cid-sSjX4CGvQx .mbr-section-title {
  color: #36187d;
}
.cid-sSjX4DR7T8 {
  padding-top: 4rem;
  padding-bottom: 6rem;
  background-color: #f2f3f7;
}
.cid-sSjX4DR7T8 .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #0196e3;
  margin-bottom: 1.5rem;
}
.cid-sSjX4DR7T8 .col-lg-4,
.cid-sSjX4DR7T8 .col-12 {
  padding: 0 2rem;
}
.cid-sSjX4DR7T8 .row {
  margin: 0 -2rem;
  justify-content: center;
}
.cid-sSjX4DR7T8 .card-wrapper {
  padding: 3rem 2rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 3rem;
}
@media (max-width: 767px) {
  .cid-sSjX4DR7T8 .card-wrapper {
    padding: 4rem 2rem;
  }
}
@media (max-width: 992px) {
  .cid-sSjX4DR7T8 .card-wrapper {
    margin-bottom: 3rem;
  }
}
.cid-sSjX4DR7T8 .card-title,
.cid-sSjX4DR7T8 .iconfont-wrapper {
  color: #000000;
  text-align: center;
}
.cid-sSjX4DR7T8 .card-text {
  color: #000000;
  text-align: left;
}
.cid-sSjX4DR7T8 .mbr-section-subtitle {
  color: #6c758f;
}
.cid-sSjX4DR7T8 .mbr-section-title {
  color: #36187d;
}
.cid-sStxAQvlCN {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-sStxAQvlCN .container-fluid {
  position: relative;
}
.cid-sStxAQvlCN .page-title-content {
  width: 100%;
}
.cid-sStxAQvlCN .page-title-content .mbr-iconfont {
  font-size: 55px;
  height: 55px;
  line-height: 55px;
  width: 55px;
  margin-top: -10px;
  color: #f1a631;
}
.cid-sStxAQvlCN .page-title-content .mbr-iconfont:hover {
  cursor: pointer;
}
@media (max-width: 576px) {
  .cid-sStxAQvlCN .page-title-content {
    text-align: center;
  }
}
.cid-sStxAQvlCN .title {
  letter-spacing: 0.8px;
  margin-top: 24px;
  font-weight: 300;
  margin: 0;
  position: relative;
  word-wrap: break-word;
}
.cid-sStxAQvlCN a {
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.cid-sStxAQvlCN a:not(:first-child) {
  margin-left: 20px;
}
.cid-sStxAQvlCN a:after {
  position: absolute;
  margin-top: 7px;
  background-color: currentColor;
  display: block;
  content: "";
  height: 2px;
  width: 100%;
}
.cid-sStxAQvlCN a::before {
  position: absolute;
  margin-top: 5px;
  background-color: currentColor;
  display: block;
  content: "";
  height: 2px;
  width: 0%;
  bottom: 7px;
}
.cid-sStxAQvlCN a:hover:after,
.cid-sStxAQvlCN a:focus:after {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: slidein;
  animation-name: slidein;
}
.cid-sStxAQvlCN a:hover:before,
.cid-sStxAQvlCN a:focus:before {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-name: slideout;
  animation-name: slideout;
}
.cid-sStxAQvlCN a.text-white:hover,
.cid-sStxAQvlCN a.text-white:focus {
  color: #ffffff !important;
}
.cid-sStxAQvlCN .mbr-section-btn {
  margin-left: 0;
  margin-right: 0;
}
.cid-sStxAQvlCN .page-title-content .title,
.cid-sStxAQvlCN .icon-section,
.cid-sStxAQvlCN .mbr-section-btn {
  color: #ffffff;
}
.cid-sStAJ1iaaT {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fcff00;
}
.cid-sStAJ1iaaT img {
  width: 100%;
  object-fit: cover;
  height: 300px;
}
@media (max-width: 800px) {
  .cid-sStAJ1iaaT img {
    height: auto;
  }
}
.cid-sStAJ1iaaT .container-fluid {
  padding: 0;
}
.cid-sStwcopH1O {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #bed3f9;
}
.cid-sStwcopH1O img {
  max-width: 500px;
  width: 100%;
  margin: auto;
}
.cid-sStwcopH1O H2 {
  color: #e7272d;
}
.cid-sStwcopH1O H3 {
  color: #000000;
}
.cid-sSkWLyS8Q5 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-sSkWLyS8Q5 .container-fluid {
  position: relative;
}
.cid-sSkWLyS8Q5 .page-title-content {
  width: 100%;
}
.cid-sSkWLyS8Q5 .page-title-content .mbr-iconfont {
  font-size: 55px;
  height: 55px;
  line-height: 55px;
  width: 55px;
  margin-top: -10px;
  color: #f1a631;
}
.cid-sSkWLyS8Q5 .page-title-content .mbr-iconfont:hover {
  cursor: pointer;
}
@media (max-width: 576px) {
  .cid-sSkWLyS8Q5 .page-title-content {
    text-align: center;
  }
}
.cid-sSkWLyS8Q5 .title {
  letter-spacing: 0.8px;
  margin-top: 24px;
  font-weight: 300;
  margin: 0;
  position: relative;
  word-wrap: break-word;
}
.cid-sSkWLyS8Q5 a {
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.cid-sSkWLyS8Q5 a:not(:first-child) {
  margin-left: 20px;
}
.cid-sSkWLyS8Q5 a:after {
  position: absolute;
  margin-top: 7px;
  background-color: currentColor;
  display: block;
  content: "";
  height: 2px;
  width: 100%;
}
.cid-sSkWLyS8Q5 a::before {
  position: absolute;
  margin-top: 5px;
  background-color: currentColor;
  display: block;
  content: "";
  height: 2px;
  width: 0%;
  bottom: 7px;
}
.cid-sSkWLyS8Q5 a:hover:after,
.cid-sSkWLyS8Q5 a:focus:after {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: slidein;
  animation-name: slidein;
}
.cid-sSkWLyS8Q5 a:hover:before,
.cid-sSkWLyS8Q5 a:focus:before {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-name: slideout;
  animation-name: slideout;
}
.cid-sSkWLyS8Q5 a.text-white:hover,
.cid-sSkWLyS8Q5 a.text-white:focus {
  color: #ffffff !important;
}
.cid-sSkWLyS8Q5 .mbr-section-btn {
  margin-left: 0;
  margin-right: 0;
}
.cid-sSkWLyS8Q5 .page-title-content .title,
.cid-sSkWLyS8Q5 .icon-section,
.cid-sSkWLyS8Q5 .mbr-section-btn {
  color: #ffffff;
}
.cid-sSkWPvDXoj {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sSkWPvDXoj img {
  width: 100%;
  object-fit: cover;
  height: 600px;
}
@media (max-width: 800px) {
  .cid-sSkWPvDXoj img {
    height: auto;
  }
}
.cid-sSkWPvDXoj .container-fluid {
  padding: 0;
}
.cid-sSkXeJ6b2B {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sSkXeJ6b2B .title {
  padding: 0 2rem;
  color: #36187d;
}
.cid-sSkXeJ6b2B .card-number {
  min-width: fit-content;
  color: #0196e3;
}
.cid-sSkXeJ6b2B .card-title {
  color: #36187d;
}
.cid-sSkXeJ6b2B .card-wrapper {
  overflow: visible;
  display: flex;
  align-items: center;
  padding: 3rem 4rem;
  border-radius: 3rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  transition: all 0.3s;
  margin-bottom: 4rem;
}
@media (max-width: 767px) {
  .cid-sSkXeJ6b2B .card-wrapper {
    flex-direction: row;
    padding: 1rem 2rem;
  }
}
.cid-sSkXeJ6b2B .card-wrapper:hover {
  background: #f8f9fb;
}
.cid-sSkXeJ6b2B .mbr-iconfont {
  font-size: 1.5rem;
  color: #0196e3;
}
.cid-sSkXeJ6b2B .card-box {
  margin: auto;
  padding-left: 3rem;
}
@media (max-width: 767px) {
  .cid-sSkXeJ6b2B .card-box {
    padding-left: 0;
    text-align: center;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
@media (max-width: 992px) {
  .cid-sSkXeJ6b2B .mt-5 {
    margin-top: 0.5rem!important;
  }
}
.cid-sSl0VyjF7b {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f2f3f7;
}
.cid-sSl0VyjF7b .title {
  padding: 0 2rem;
  color: #36187d;
}
.cid-sSl0VyjF7b .card-number {
  min-width: fit-content;
  color: #0196e3;
}
.cid-sSl0VyjF7b .card-title {
  color: #36187d;
}
.cid-sSl0VyjF7b .card-wrapper {
  overflow: visible;
  display: flex;
  align-items: center;
  padding: 3rem 4rem;
  border-radius: 3rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  transition: all 0.3s;
  margin-bottom: 4rem;
}
@media (max-width: 767px) {
  .cid-sSl0VyjF7b .card-wrapper {
    flex-direction: row;
    padding: 1rem 2rem;
  }
}
.cid-sSl0VyjF7b .card-wrapper:hover {
  background: #f8f9fb;
}
.cid-sSl0VyjF7b .mbr-iconfont {
  font-size: 1.5rem;
  color: #0196e3;
}
.cid-sSl0VyjF7b .card-box {
  margin: auto;
  padding-left: 3rem;
}
@media (max-width: 767px) {
  .cid-sSl0VyjF7b .card-box {
    padding-left: 0;
    text-align: center;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
@media (max-width: 992px) {
  .cid-sSl0VyjF7b .mt-5 {
    margin-top: 0.5rem!important;
  }
}
.cid-sSl0WjLWWW {
  padding-top: 1rem;
  padding-bottom: 7rem;
  background-color: #f2f3f7;
}
.cid-sSl0WjLWWW .title {
  padding: 0 2rem;
  color: #36187d;
}
.cid-sSl0WjLWWW .card-number {
  min-width: fit-content;
  color: #0196e3;
}
.cid-sSl0WjLWWW .card-title {
  color: #36187d;
}
.cid-sSl0WjLWWW .card-wrapper {
  overflow: visible;
  display: flex;
  align-items: center;
  padding: 3rem 4rem;
  border-radius: 3rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  transition: all 0.3s;
  margin-bottom: 4rem;
}
@media (max-width: 767px) {
  .cid-sSl0WjLWWW .card-wrapper {
    flex-direction: row;
    padding: 1rem 2rem;
  }
}
.cid-sSl0WjLWWW .card-wrapper:hover {
  background: #f8f9fb;
}
.cid-sSl0WjLWWW .mbr-iconfont {
  font-size: 1.5rem;
  color: #0196e3;
}
.cid-sSl0WjLWWW .card-box {
  margin: auto;
  padding-left: 3rem;
}
@media (max-width: 767px) {
  .cid-sSl0WjLWWW .card-box {
    padding-left: 0;
    text-align: center;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
@media (max-width: 992px) {
  .cid-sSl0WjLWWW .mt-5 {
    margin-top: 0.5rem!important;
  }
}
.cid-sSloFcjXmW {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-sSloFcjXmW .container-fluid {
  position: relative;
}
.cid-sSloFcjXmW .page-title-content {
  width: 100%;
}
.cid-sSloFcjXmW .page-title-content .mbr-iconfont {
  font-size: 55px;
  height: 55px;
  line-height: 55px;
  width: 55px;
  margin-top: -10px;
  color: #f1a631;
}
.cid-sSloFcjXmW .page-title-content .mbr-iconfont:hover {
  cursor: pointer;
}
@media (max-width: 576px) {
  .cid-sSloFcjXmW .page-title-content {
    text-align: center;
  }
}
.cid-sSloFcjXmW .title {
  letter-spacing: 0.8px;
  margin-top: 24px;
  font-weight: 300;
  margin: 0;
  position: relative;
  word-wrap: break-word;
}
.cid-sSloFcjXmW a {
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.cid-sSloFcjXmW a:not(:first-child) {
  margin-left: 20px;
}
.cid-sSloFcjXmW a:after {
  position: absolute;
  margin-top: 7px;
  background-color: currentColor;
  display: block;
  content: "";
  height: 2px;
  width: 100%;
}
.cid-sSloFcjXmW a::before {
  position: absolute;
  margin-top: 5px;
  background-color: currentColor;
  display: block;
  content: "";
  height: 2px;
  width: 0%;
  bottom: 7px;
}
.cid-sSloFcjXmW a:hover:after,
.cid-sSloFcjXmW a:focus:after {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: slidein;
  animation-name: slidein;
}
.cid-sSloFcjXmW a:hover:before,
.cid-sSloFcjXmW a:focus:before {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-name: slideout;
  animation-name: slideout;
}
.cid-sSloFcjXmW a.text-white:hover,
.cid-sSloFcjXmW a.text-white:focus {
  color: #ffffff !important;
}
.cid-sSloFcjXmW .mbr-section-btn {
  margin-left: 0;
  margin-right: 0;
}
.cid-sSloFcjXmW .page-title-content .title,
.cid-sSloFcjXmW .icon-section,
.cid-sSloFcjXmW .mbr-section-btn {
  color: #ffffff;
}
.cid-sSloJHjH2R {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fcff00;
}
.cid-sSloJHjH2R img {
  width: 100%;
  object-fit: cover;
  height: 300px;
}
@media (max-width: 800px) {
  .cid-sSloJHjH2R img {
    height: auto;
  }
}
.cid-sSloJHjH2R .container-fluid {
  padding: 0;
}
.cid-sSlpQ3ZIm6 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #000000;
}
.cid-sSlpQ3ZIm6 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-sSlpQ3ZIm6 .img-item,
.cid-sSlpQ3ZIm6 img {
  height: 100%;
  object-fit: cover;
}
.cid-sSlpQ3ZIm6 .img-col {
  padding: 0;
}
.cid-sSlpQ3ZIm6 .col-auto {
  width: 100%;
}
.cid-sSlpQ3ZIm6 .wrapper {
  background: #f2f3f7;
  padding: 6rem 4rem;
  border-radius: 10px;
  margin: 0 1rem;
}
@media (max-width: 767px) {
  .cid-sSlpQ3ZIm6 .wrapper {
    padding: 3rem 0rem;
    margin: 0 1rem;
  }
}
.cid-sSlpQ3ZIm6 textarea {
  min-height: 200px;
}
.cid-sSlpQ3ZIm6 .btn {
  display: inline-block;
  padding: 0.8rem 1.8rem;
}
.cid-sSlpQ3ZIm6 .content {
  max-width: 500px;
  margin: 5rem auto;
}
.cid-sSlpQ3ZIm6 .form-control,
.cid-sSlpQ3ZIm6 .field-input {
  padding: 1rem 1.5rem;
  border-radius: 10px;
  background-color: #9fdbf8;
  border-color: #ffffff;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-sSlpQ3ZIm6 .form-control::-webkit-input-placeholder,
.cid-sSlpQ3ZIm6 .field-input::-webkit-input-placeholder,
.cid-sSlpQ3ZIm6 .form-control::-webkit-input-placeholder,
.cid-sSlpQ3ZIm6 .field-input::-webkit-input-placeholder {
  color: #232323;
}
.cid-sSlpQ3ZIm6 .form-control:-moz-placeholder,
.cid-sSlpQ3ZIm6 .field-input:-moz-placeholder,
.cid-sSlpQ3ZIm6 .form-control:-moz-placeholder,
.cid-sSlpQ3ZIm6 .field-input:-moz-placeholder {
  color: #232323;
}
.cid-sSlpQ3ZIm6 .form-control:hover,
.cid-sSlpQ3ZIm6 .field-input:hover,
.cid-sSlpQ3ZIm6 .form-control:focus,
.cid-sSlpQ3ZIm6 .field-input:focus {
  background-color: #ffffff;
  border-color: #4c4c4c !important;
  color: #060468;
  box-shadow: none;
  outline: none;
}
.cid-sSlpQ3ZIm6 .form-control:hover::-webkit-input-placeholder,
.cid-sSlpQ3ZIm6 .field-input:hover::-webkit-input-placeholder,
.cid-sSlpQ3ZIm6 .form-control:focus::-webkit-input-placeholder,
.cid-sSlpQ3ZIm6 .field-input:focus::-webkit-input-placeholder,
.cid-sSlpQ3ZIm6 .form-control:hover::-webkit-input-placeholder,
.cid-sSlpQ3ZIm6 .field-input:hover::-webkit-input-placeholder,
.cid-sSlpQ3ZIm6 .form-control:focus::-webkit-input-placeholder,
.cid-sSlpQ3ZIm6 .field-input:focus::-webkit-input-placeholder {
  color: #fcff00;
}
.cid-sSlpQ3ZIm6 .form-control:hover:-moz-placeholder,
.cid-sSlpQ3ZIm6 .field-input:hover:-moz-placeholder,
.cid-sSlpQ3ZIm6 .form-control:focus:-moz-placeholder,
.cid-sSlpQ3ZIm6 .field-input:focus:-moz-placeholder,
.cid-sSlpQ3ZIm6 .form-control:hover:-moz-placeholder,
.cid-sSlpQ3ZIm6 .field-input:hover:-moz-placeholder,
.cid-sSlpQ3ZIm6 .form-control:focus:-moz-placeholder,
.cid-sSlpQ3ZIm6 .field-input:focus:-moz-placeholder {
  color: #fcff00;
}
.cid-sSlpQ3ZIm6 .jq-number__spin:hover,
.cid-sSlpQ3ZIm6 .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #4c4c4c;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-sSlpQ3ZIm6 .jq-number__spin {
  background-color: #9fdbf8;
  border-color: #ffffff;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-sSlpQ3ZIm6 .jq-selectbox li,
.cid-sSlpQ3ZIm6 .jq-selectbox li {
  background-color: #9fdbf8;
  color: #000000;
}
.cid-sSlpQ3ZIm6 .jq-selectbox li:hover,
.cid-sSlpQ3ZIm6 .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-sSlpQ3ZIm6 .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-sSlpQ3ZIm6 .jq-number__spin.minus:hover:after,
.cid-sSlpQ3ZIm6 .jq-number__spin.plus:hover:after {
  border-top-color: #9fdbf8;
  border-bottom-color: #9fdbf8;
}
.cid-sSlpQ3ZIm6 .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-sSlpQ3ZIm6 .jq-number__spin.minus:after,
.cid-sSlpQ3ZIm6 .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-sSlpQ3ZIm6 input::-webkit-clear-button {
  display: none;
}
.cid-sSlpQ3ZIm6 input::-webkit-inner-spin-button {
  display: none;
}
.cid-sSlpQ3ZIm6 input::-webkit-outer-spin-button {
  display: none;
}
.cid-sSlpQ3ZIm6 input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-sSlpQ3ZIm6 H4 {
  color: #777777;
}
.cid-sSlpQ3ZIm6 H3 {
  text-align: center;
}
.cid-sSmOBdNXkD {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-sSmOBdNXkD .container-fluid {
  position: relative;
}
.cid-sSmOBdNXkD .page-title-content {
  width: 100%;
}
.cid-sSmOBdNXkD .page-title-content .mbr-iconfont {
  font-size: 55px;
  height: 55px;
  line-height: 55px;
  width: 55px;
  margin-top: -10px;
  color: #f1a631;
}
.cid-sSmOBdNXkD .page-title-content .mbr-iconfont:hover {
  cursor: pointer;
}
@media (max-width: 576px) {
  .cid-sSmOBdNXkD .page-title-content {
    text-align: center;
  }
}
.cid-sSmOBdNXkD .title {
  letter-spacing: 0.8px;
  margin-top: 24px;
  font-weight: 300;
  margin: 0;
  position: relative;
  word-wrap: break-word;
}
.cid-sSmOBdNXkD a {
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.cid-sSmOBdNXkD a:not(:first-child) {
  margin-left: 20px;
}
.cid-sSmOBdNXkD a:after {
  position: absolute;
  margin-top: 7px;
  background-color: currentColor;
  display: block;
  content: "";
  height: 2px;
  width: 100%;
}
.cid-sSmOBdNXkD a::before {
  position: absolute;
  margin-top: 5px;
  background-color: currentColor;
  display: block;
  content: "";
  height: 2px;
  width: 0%;
  bottom: 7px;
}
.cid-sSmOBdNXkD a:hover:after,
.cid-sSmOBdNXkD a:focus:after {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: slidein;
  animation-name: slidein;
}
.cid-sSmOBdNXkD a:hover:before,
.cid-sSmOBdNXkD a:focus:before {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-name: slideout;
  animation-name: slideout;
}
.cid-sSmOBdNXkD a.text-white:hover,
.cid-sSmOBdNXkD a.text-white:focus {
  color: #ffffff !important;
}
.cid-sSmOBdNXkD .mbr-section-btn {
  margin-left: 0;
  margin-right: 0;
}
.cid-sSmOBdNXkD .page-title-content .title,
.cid-sSmOBdNXkD .icon-section,
.cid-sSmOBdNXkD .mbr-section-btn {
  color: #ffffff;
}
.cid-uZzL92B7Cp {
  padding-top: 90px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/ar-ge-250x200.png");
}
.cid-uZzL92B7Cp .progress {
  width: 100%;
}
.cid-uZzL92B7Cp .col-lg-6,
.cid-uZzL92B7Cp .col-12 {
  padding: 0 2rem;
}
.cid-uZzL92B7Cp .row {
  margin: 0 -2rem;
  justify-content: center;
}
.cid-uZzL92B7Cp p {
  margin-bottom: 0.4rem;
}
.cid-uZzL92B7Cp .title-wrap {
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.cid-uZzL92B7Cp img {
  width: 100%;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 3rem;
}
.cid-uZzL92B7Cp progress {
  height: 10px;
}
.cid-uZzL92B7Cp .progressbar-number {
  display: inline-block;
  width: 50px;
}
.cid-uZzL92B7Cp .progress-primary {
  background: rgba(206, 206, 206, 0.4);
  border: none;
  outline: none;
}
.cid-uZzL92B7Cp .progress-primary::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-uZzL92B7Cp .progress_value {
  position: relative;
}
.cid-uZzL92B7Cp .progress1 .progressbar-number:before,
.cid-uZzL92B7Cp .progress2 .progressbar-number:before,
.cid-uZzL92B7Cp .progress3 .progressbar-number:before,
.cid-uZzL92B7Cp .progress4 .progressbar-number:before,
.cid-uZzL92B7Cp .progress5 .progressbar-number:before {
  position: absolute;
  right: 15px;
  top: 0;
}
.cid-uZzL92B7Cp progress[value]::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-uZzL92B7Cp progress::-webkit-progress-value {
  background: #36187d;
}
.cid-uZzL92B7Cp progress[value]::-moz-progress-bar {
  background: #36187d;
}
.cid-uZzL92B7Cp progress::-ms-fill {
  background: #36187d;
}
.cid-uZzL92B7Cp .progress1 .progressbar-number:before {
  content: '91';
}
.cid-uZzL92B7Cp .progress2 .progressbar-number:before {
  content: '98';
}
.cid-uZzL92B7Cp .progress3 .progressbar-number:before {
  content: '94';
}
.cid-uZzL92B7Cp .progress4 .progressbar-number:before {
  content: '96';
}
.cid-uZzL92B7Cp .progress5 .progressbar-number:before {
  content: '92';
}
.cid-uZzL92B7Cp .section-content-text {
  color: #000000;
}
.cid-uZzL92B7Cp .progressbar-title p,
.cid-uZzL92B7Cp .progress_value {
  color: #000000;
}
.cid-uZzL92B7Cp .mbr-section-subtitle {
  color: #6c758f;
}
.cid-uZzL92B7Cp .section-content-title {
  color: #36187d;
}
.cid-sSjX4Wu6DM {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fcff00;
}
.cid-sSjX4Wu6DM img {
  width: 100%;
  object-fit: cover;
  height: 450px;
}
@media (max-width: 800px) {
  .cid-sSjX4Wu6DM img {
    height: auto;
  }
}
.cid-sSjX4Wu6DM .container-fluid {
  padding: 0;
}
.cid-sSmXYQKJMl {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-sSmXYQKJMl .container-fluid {
  position: relative;
}
.cid-sSmXYQKJMl .page-title-content {
  width: 100%;
}
.cid-sSmXYQKJMl .page-title-content .mbr-iconfont {
  font-size: 55px;
  height: 55px;
  line-height: 55px;
  width: 55px;
  margin-top: -10px;
  color: #f1a631;
}
.cid-sSmXYQKJMl .page-title-content .mbr-iconfont:hover {
  cursor: pointer;
}
@media (max-width: 576px) {
  .cid-sSmXYQKJMl .page-title-content {
    text-align: center;
  }
}
.cid-sSmXYQKJMl .title {
  letter-spacing: 0.8px;
  margin-top: 24px;
  font-weight: 300;
  margin: 0;
  position: relative;
  word-wrap: break-word;
}
.cid-sSmXYQKJMl a {
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.cid-sSmXYQKJMl a:not(:first-child) {
  margin-left: 20px;
}
.cid-sSmXYQKJMl a:after {
  position: absolute;
  margin-top: 7px;
  background-color: currentColor;
  display: block;
  content: "";
  height: 2px;
  width: 100%;
}
.cid-sSmXYQKJMl a::before {
  position: absolute;
  margin-top: 5px;
  background-color: currentColor;
  display: block;
  content: "";
  height: 2px;
  width: 0%;
  bottom: 7px;
}
.cid-sSmXYQKJMl a:hover:after,
.cid-sSmXYQKJMl a:focus:after {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: slidein;
  animation-name: slidein;
}
.cid-sSmXYQKJMl a:hover:before,
.cid-sSmXYQKJMl a:focus:before {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-name: slideout;
  animation-name: slideout;
}
.cid-sSmXYQKJMl a.text-white:hover,
.cid-sSmXYQKJMl a.text-white:focus {
  color: #ffffff !important;
}
.cid-sSmXYQKJMl .mbr-section-btn {
  margin-left: 0;
  margin-right: 0;
}
.cid-sSmXYQKJMl .page-title-content .title,
.cid-sSmXYQKJMl .icon-section,
.cid-sSmXYQKJMl .mbr-section-btn {
  color: #ffffff;
}
.cid-sSmZFWlnwi {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fcff00;
}
.cid-sSmZFWlnwi img {
  width: 100%;
  object-fit: cover;
  height: 300px;
}
@media (max-width: 800px) {
  .cid-sSmZFWlnwi img {
    height: auto;
  }
}
.cid-sSmZFWlnwi .container-fluid {
  padding: 0;
}
.cid-sSmY6Z71GX {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("");
}
.cid-sSmY6Z71GX img,
.cid-sSmY6Z71GX .item-img {
  width: 100%;
}
.cid-sSmY6Z71GX .item:focus,
.cid-sSmY6Z71GX span:focus {
  outline: none;
}
.cid-sSmY6Z71GX .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-sSmY6Z71GX .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sSmY6Z71GX .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-sSmY6Z71GX .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sSmY6Z71GX .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-sSmY6Z71GX .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-sSmY6Z71GX .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sSmY6Z71GX .mbr-section-title {
  color: #ffffff;
}
.cid-sSmY6Z71GX .mbr-text,
.cid-sSmY6Z71GX .mbr-section-btn {
  text-align: center;
}
.cid-sSmY6Z71GX .item-title {
  text-align: center;
}
.cid-sSmY6Z71GX .item-subtitle {
  text-align: left;
}
.cid-sSjX54sWWc {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-sSjX54sWWc .mbr-section-subtitle {
  color: #8c8c95;
  text-align: center;
  max-width: 552px;
  margin: auto;
}
.cid-sSjX54sWWc .mbr-section-title {
  text-align: center;
  color: #14142b;
  margin: auto;
}
.cid-sSjX54sWWc .row {
  align-items: center;
  height: 100%;
}
.cid-sSjX54sWWc .wrapper {
  margin: auto;
}
.cid-sSjX55hD7o {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-sSjX55hD7o .card-wrapper {
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  border-radius: 30px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #ffffff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 1rem 1rem !important;
  box-shadow: 0 15px 50px 10px rgba(179, 179, 179, 0.6);
}
.cid-sSjX55hD7o .card-wrapper:hover {
  -webkit-transform: translateY(1rem);
  transform: translateY(1rem);
}
.cid-sSjX55hD7o .card-wrapper:hover .ico2 {
  color: #36187d !important;
}
.cid-sSjX55hD7o .ico2 {
  color: #fcff00 !important;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.cid-sSjX55hD7o .text-info:hover {
  color: inherit !important;
}
.cid-sSjX55hD7o .card-box {
  padding: 0rem 1rem;
}
.cid-sSjX55hD7o .ico1 {
  font-size: 3rem !important;
}
.cid-sSjX55hD7o h3,
.cid-sSjX55hD7o h4 {
  padding: 0;
  margin: 0;
}
.cid-sSjX56sOhb {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #bed3f9;
}
.cid-sSjX56sOhb .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-sSjX56sOhb .btn {
  padding: 1rem 3rem;
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .cid-sSjX56sOhb .col-auto {
    margin: auto;
  }
}
.cid-sSjX56sOhb textarea {
  min-height: 200px;
}
.cid-sSjX56sOhb .form-control,
.cid-sSjX56sOhb .field-input {
  padding: 1.5rem 2rem;
  box-shadow: inset 1px 1px 2px 0 #d2dce9;
  background-color: #edeff3;
  border-radius: 3rem;
  border: 0!important;
  color: #000000;
  transition: 0.4s;
  outline: none;
}
.cid-sSjX56sOhb .form-control::-webkit-input-placeholder,
.cid-sSjX56sOhb .field-input::-webkit-input-placeholder,
.cid-sSjX56sOhb .form-control::-webkit-input-placeholder,
.cid-sSjX56sOhb .field-input::-webkit-input-placeholder {
  color: #36187d;
}
.cid-sSjX56sOhb .form-control:-moz-placeholder,
.cid-sSjX56sOhb .field-input:-moz-placeholder,
.cid-sSjX56sOhb .form-control:-moz-placeholder,
.cid-sSjX56sOhb .field-input:-moz-placeholder {
  color: #36187d;
}
.cid-sSjX56sOhb .form-control:hover,
.cid-sSjX56sOhb .field-input:hover,
.cid-sSjX56sOhb .form-control:focus,
.cid-sSjX56sOhb .field-input:focus {
  background-color: #edeff3;
  color: #232323;
  border: 0!important;
  box-shadow: inset 1px 1px 2px 0 #d2dce9;
  outline: none;
}
.cid-sSjX56sOhb .form-control:hover::-webkit-input-placeholder,
.cid-sSjX56sOhb .field-input:hover::-webkit-input-placeholder,
.cid-sSjX56sOhb .form-control:focus::-webkit-input-placeholder,
.cid-sSjX56sOhb .field-input:focus::-webkit-input-placeholder,
.cid-sSjX56sOhb .form-control:hover::-webkit-input-placeholder,
.cid-sSjX56sOhb .field-input:hover::-webkit-input-placeholder,
.cid-sSjX56sOhb .form-control:focus::-webkit-input-placeholder,
.cid-sSjX56sOhb .field-input:focus::-webkit-input-placeholder {
  color: #36187d;
}
.cid-sSjX56sOhb .form-control:hover:-moz-placeholder,
.cid-sSjX56sOhb .field-input:hover:-moz-placeholder,
.cid-sSjX56sOhb .form-control:focus:-moz-placeholder,
.cid-sSjX56sOhb .field-input:focus:-moz-placeholder,
.cid-sSjX56sOhb .form-control:hover:-moz-placeholder,
.cid-sSjX56sOhb .field-input:hover:-moz-placeholder,
.cid-sSjX56sOhb .form-control:focus:-moz-placeholder,
.cid-sSjX56sOhb .field-input:focus:-moz-placeholder {
  color: #36187d;
}
.cid-sSjX56sOhb .jq-number__spin:hover,
.cid-sSjX56sOhb .jq-number__spin:focus {
  background-color: #edeff3;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-sSjX56sOhb .jq-number__spin {
  background-color: #edeff3;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-sSjX56sOhb .jq-selectbox li,
.cid-sSjX56sOhb .jq-selectbox li {
  background-color: #edeff3;
  color: #000000;
}
.cid-sSjX56sOhb .jq-selectbox li:hover,
.cid-sSjX56sOhb .jq-selectbox li.selected {
  background-color: #edeff3;
  color: #000000;
}
.cid-sSjX56sOhb .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-sSjX56sOhb .jq-number__spin.minus:hover:after,
.cid-sSjX56sOhb .jq-number__spin.plus:hover:after {
  border-top-color: #edeff3;
  border-bottom-color: #edeff3;
}
.cid-sSjX56sOhb .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-sSjX56sOhb .jq-number__spin.minus:after,
.cid-sSjX56sOhb .jq-number__spin.plus:after {
  border-top-color: #edeff3;
  border-bottom-color: #edeff3;
}
.cid-sSjX56sOhb input::-webkit-clear-button {
  display: none;
}
.cid-sSjX56sOhb input::-webkit-inner-spin-button {
  display: none;
}
.cid-sSjX56sOhb input::-webkit-outer-spin-button {
  display: none;
}
.cid-sSjX56sOhb input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-sSjX56sOhb H4 {
  color: #36187d;
}
.cid-sSjX56sOhb .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-sSjX56sOhb P {
  text-align: center;
  color: #000000;
}
@media (max-width: 767px) {
  .cid-sSjX56sOhb .form-row {
    flex-direction: column;
  }
}
.cid-sSjX57hm2R {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-sSjX57hm2R .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-sSjX57hm2R .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sSjX57hm2R .row {
    text-align: center;
  }
  .cid-sSjX57hm2R .row > div {
    margin: auto;
  }
  .cid-sSjX57hm2R .social-row {
    justify-content: center;
  }
}
.cid-sSjX57hm2R .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-sSjX57hm2R .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sSjX57hm2R .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sSjX57hm2R .list {
    margin-bottom: 0rem;
  }
}
.cid-sSjX57hm2R .mbr-text {
  color: #ffffff;
}
.cid-sSjX57hm2R .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-sSjX57hm2R .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-sSjX57hm2R div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-sSjX57hm2R .mbr-section-subtitle {
  text-align: left;
}
.cid-sSjX57hm2R H5 {
  color: #fcff00;
}
.cid-sSjX57hm2R .copyright {
  color: #ffffff;
}
.cid-uZzQoyAyn4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f2f3f7;
}
.cid-uZzQoyAyn4 .row {
  align-items: center;
  justify-content: space-between;
}
.cid-uZzQoyAyn4 .mbr-section-title {
  width: 100%;
  text-align: left;
  margin-bottom: 24px;
  line-height: 1.171em;
}
.cid-uZzQoyAyn4 .mbr-section-subtitle {
  color: #4c4c4c;
  width: 100%;
  text-align: left;
}
.cid-uZzQoyAyn4 .mbr-text {
  color: #5f5d68;
  margin-bottom: 48px;
}
.cid-uZzQoyAyn4 .right-side {
  max-width: 554px;
  margin-right: 60px;
}
.cid-uZzQoyAyn4 .mbr-section-btn {
  width: auto;
  display: inline;
}
.cid-uZzQoyAyn4 .margin {
  margin-right: 14px;
}
.cid-uZzQoyAyn4 .shadow {
  margin: auto;
  max-width: 860px;
  padding: 79px 76px;
  box-shadow: 0 5px 16px 0 rgba(8, 15, 52, 0.07);
  overflow: hidden;
  border-style: solid;
  border-width: 1px;
  border-color: #eff0f6;
  border-radius: 24px;
  background-color: #fff;
}
.cid-uZzQoyAyn4 .socicon-bg-youtube {
  background-color: #c4302b;
}
.cid-uZzQoyAyn4 .socicon-bg-facebook {
  background-color: #3e5b98;
}
.cid-uZzQoyAyn4 .socicon-bg-twitter {
  background-color: #4da7de;
}
.cid-uZzQoyAyn4 .socicon-bg-pinterest {
  background-color: #bc4343;
}
.cid-uZzQoyAyn4 .socicon-bg-mail {
  background-color: #134785;
}
.cid-uZzQoyAyn4 .btn-social {
  margin-right: 3px !important;
  margin-left: 3px !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  font-size: 14px;
  border-radius: 50%;
  padding: 0;
  width: 32px;
  height: 32px;
  line-height: 44px;
  text-align: center;
  position: relative;
  border: none !important;
  border-color: #36187d;
  cursor: pointer;
}
.cid-uZzQoyAyn4 .btn-social .mbr-iconfont {
  top: 0;
  line-height: 22px;
  width: 22px;
  color: #fff;
}
.cid-uZzQoyAyn4 .btn-social:hover {
  color: #fff;
}
.cid-uZzQoyAyn4 .btn-social + .btn {
  margin-left: 0.1rem;
}
.cid-uZzQoyAyn4 img {
  max-width: 238px;
  height: auto;
  border-radius: 50%;
}
.cid-uZzQoyAyn4 .mbr-social-likes {
  max-width: 454px;
}
.cid-uZzQoyAyn4 .card-title {
  margin-bottom: 8px;
  color: #14142b;
}
.cid-uZzQoyAyn4 .card-subtitle {
  margin-bottom: 22px;
  color: #2461d8;
}
.cid-uZzQoyAyn4 .card-text {
  margin-bottom: 22px;
  color: #8c8c95;
}
.cid-uZzQoyAyn4 .card-title,
.cid-uZzQoyAyn4 .card-subtitle,
.cid-uZzQoyAyn4 .card-text {
  width: auto;
}
@media (max-width: 770px) {
  .cid-uZzQoyAyn4 .shadow {
    padding: 59px 56px;
  }
}
@media (max-width: 640px) {
  .cid-uZzQoyAyn4 .al {
    flex-direction: column;
  }
  .cid-uZzQoyAyn4 .shadow {
    padding: 39px 36px;
  }
  .cid-uZzQoyAyn4 img {
    padding-bottom: 20px;
  }
  .cid-uZzQoyAyn4 .card-title,
  .cid-uZzQoyAyn4 .card-subtitle,
  .cid-uZzQoyAyn4 .card-text,
  .cid-uZzQoyAyn4 .mbr-social-likes {
    text-align: center;
  }
}
@media (max-width: 600px) {
  .cid-uZzQoyAyn4 .shadow {
    padding: 35px 15px;
  }
}
.cid-uZzQoyAyn4 .mbr-iconfont {
  margin-left: 0;
}
.cid-sSjXQNFbYq .navbar {
  padding: 0.5rem 0;
  background: #f2f3f7;
  transition: none;
  min-height: 50px;
}
.cid-sSjXQNFbYq .navbar-fixed-top {
  padding-top: 0;
}
.cid-sSjXQNFbYq .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-sSjXQNFbYq .navbar-collapse.show {
  position: absolute;
  opacity: 1;
  visibility: visible;
  top: 100%;
  z-index: 999;
  background-color: #ffffff;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding: 15px 20px;
  bottom: auto;
  left: 0px;
  right: 0px;
}
.cid-sSjXQNFbYq .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-sSjXQNFbYq .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sSjXQNFbYq .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-sSjXQNFbYq .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sSjXQNFbYq .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-sSjXQNFbYq .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sSjXQNFbYq .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sSjXQNFbYq .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sSjXQNFbYq .menu-content-top {
  background: #000000;
  max-width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 2rem;
  width: 100%;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-sSjXQNFbYq .menu-content-top .right-wrap .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sSjXQNFbYq .dropdown-item {
  font-weight: 400;
  margin: 0 !important;
  padding: 0 40px !important;
  line-height: 2.6;
}
.cid-sSjXQNFbYq .dropdown-item,
.cid-sSjXQNFbYq .nav-link,
.cid-sSjXQNFbYq .brand-name {
  font-style: normal;
}
.cid-sSjXQNFbYq .dropdown-item:hover,
.cid-sSjXQNFbYq .nav-link:hover,
.cid-sSjXQNFbYq .brand-name:hover {
  color: #fc1010 !important;
}
.cid-sSjXQNFbYq .dropdown-menu {
  background-color: #ffffff;
}
.cid-sSjXQNFbYq .dropdown-item:active {
  background-color: #ffffff;
}
.cid-sSjXQNFbYq .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
}
.cid-sSjXQNFbYq .navbar-dropdown.bg-color.transparent.opened {
  background: #f2f3f7;
}
.cid-sSjXQNFbYq .nav-item {
  position: relative;
}
.cid-sSjXQNFbYq .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sSjXQNFbYq .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-sSjXQNFbYq .nav-item .nav-link:focus {
  outline: none;
}
@media (min-width: 991px) {
  .cid-sSjXQNFbYq .nav-link {
    line-height: 6.13;
  }
  .cid-sSjXQNFbYq .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #fc1010;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-sSjXQNFbYq .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
}
.cid-sSjXQNFbYq .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sSjXQNFbYq .content-text {
  margin-bottom: 0;
}
.cid-sSjXQNFbYq .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sSjXQNFbYq .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #36187d;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sSjXQNFbYq .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sSjXQNFbYq .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sSjXQNFbYq .navbar-nav .nav-item .link {
  margin: 0 20px !important;
}
.cid-sSjXQNFbYq .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sSjXQNFbYq .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sSjXQNFbYq .content-right-side {
  text-align: center;
}
.cid-sSjXQNFbYq .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sSjXQNFbYq .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sSjXQNFbYq .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
  color: #ea2396;
}
.cid-sSjXQNFbYq .widget-icon.mobi-mbri-phone {
  -webkit-animation: phone-icon-animate 1s ease-in-out infinite;
  animation: phone-icon-animate 1s ease-in-out infinite;
}
.cid-sSjXQNFbYq .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sSjXQNFbYq .info-widget:first-child {
  margin-left: 0;
}
.cid-sSjXQNFbYq .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sSjXQNFbYq .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.7;
}
.cid-sSjXQNFbYq .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-sSjXQNFbYq .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #d9dade;
}
@media (min-width: 992px) {
  .cid-sSjXQNFbYq .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-sSjXQNFbYq .navbar {
    display: block;
    padding: 0;
  }
  .cid-sSjXQNFbYq .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-sSjXQNFbYq .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    align-self: auto;
    display: flex;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-sSjXQNFbYq .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-sSjXQNFbYq .navbar-toggler {
    display: none;
  }
  .cid-sSjXQNFbYq .navbar-collapse {
    justify-content: flex-start;
  }
}
.cid-sSjXQNFbYq .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-sSjXQNFbYq .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-right: 0;
}
.cid-sSjXQNFbYq .btn-sm {
  padding: 13px 29px;
}
.cid-sSjXQNFbYq .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sSjXQNFbYq .btn::after {
  background-color: #fcff00;
  content: "";
  height: 150px;
  left: -75px;
  position: absolute;
  top: -60px;
  transform: rotate(35deg);
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  width: 40px;
  opacity: 0;
  outline: none;
  text-decoration: none;
}
.cid-sSjXQNFbYq .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-sSjXQNFbYq .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sSjXQNFbYq .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sSjXQNFbYq .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-sSjXQNFbYq .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sSjXQNFbYq .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sSjXQNFbYq .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sSjXQNFbYq .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sSjXQNFbYq .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sSjXQNFbYq .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-sSjXQNFbYq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sSjXQNFbYq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sSjXQNFbYq .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sSjXQNFbYq .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sSjXQNFbYq .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-sSjXQNFbYq .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-sSjXQNFbYq .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sSjXQNFbYq .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sSjXQNFbYq .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sSjXQNFbYq button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  margin-right: 0;
}
.cid-sSjXQNFbYq button.navbar-toggler:focus {
  outline: none;
}
.cid-sSjXQNFbYq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sSjXQNFbYq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sSjXQNFbYq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sSjXQNFbYq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sSjXQNFbYq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sSjXQNFbYq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sSjXQNFbYq nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sSjXQNFbYq nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sSjXQNFbYq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sSjXQNFbYq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sSjXQNFbYq .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sSjXQNFbYq .collapsed .btn {
  display: flex;
}
.cid-sSjXQNFbYq .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sSjXQNFbYq .collapsed .navbar-collapse.collapsing,
.cid-sSjXQNFbYq .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sSjXQNFbYq .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sSjXQNFbYq .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sSjXQNFbYq .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sSjXQNFbYq .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sSjXQNFbYq .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sSjXQNFbYq .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-sSjXQNFbYq .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sSjXQNFbYq .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sSjXQNFbYq .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sSjXQNFbYq .collapsed button.navbar-toggler {
  display: block;
}
.cid-sSjXQNFbYq .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-sSjXQNFbYq .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-sSjXQNFbYq .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-sSjXQNFbYq .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sSjXQNFbYq .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sSjXQNFbYq .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: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-sSjXQNFbYq .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sSjXQNFbYq .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-sSjXQNFbYq .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-sSjXQNFbYq .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-sSjXQNFbYq .menu-bottom .menu-content-right {
    display: none;
  }
  .cid-sSjXQNFbYq .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
    opacity: 0;
    transition: all 0.3s ease-in;
    position: absolute;
    top: 100%;
    bottom: auto;
    left: 0px;
    right: 0px;
    z-index: 999;
  }
  .cid-sSjXQNFbYq .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-sSjXQNFbYq .navbar-collapse.collapsing,
  .cid-sSjXQNFbYq .navbar-collapse.show {
    display: block !important;
  }
  .cid-sSjXQNFbYq .navbar-collapse.collapsing .navbar-nav,
  .cid-sSjXQNFbYq .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sSjXQNFbYq .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sSjXQNFbYq .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sSjXQNFbYq .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-sSjXQNFbYq .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
  }
  .cid-sSjXQNFbYq .navbar-collapse.collapsing .navbar-buttons,
  .cid-sSjXQNFbYq .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-sSjXQNFbYq .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sSjXQNFbYq .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sSjXQNFbYq img {
    height: 3.8rem !important;
  }
  .cid-sSjXQNFbYq .btn {
    display: flex;
  }
  .cid-sSjXQNFbYq button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-sSjXQNFbYq .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-sSjXQNFbYq .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-sSjXQNFbYq .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-sSjXQNFbYq .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sSjXQNFbYq .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sSjXQNFbYq .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: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-sSjXQNFbYq .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sSjXQNFbYq .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-sSjXQNFbYq .navbar-toggler {
  position: relative;
}
.cid-sSjXQNFbYq .dropdown-item.active,
.cid-sSjXQNFbYq .dropdown-item:active {
  color: initial;
}
.cid-sSjXQNFbYq .widget-title {
  color: #fcff00;
}
.cid-sSjXQNFbYq .widget-text {
  color: #fcff00;
}
.cid-sSjXQNFbYq .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-sSjXQNFbYq .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #36187d;
  display: inline-flex;
  background-color: #232323;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-sSjXQNFbYq .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-sSjXQNFbYq .icons-menu .mbr-iconfont:hover {
  color: #ffffff;
  background-color: #000000;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-sSjXQNFbYq .soc-item {
  margin: .5rem .3rem;
}
@media (max-width: 768px) {
  .cid-sSjXQNFbYq .menu-content-top .icons-menu {
    padding-left: 0;
  }
  .cid-sSjXQNFbYq .menu-content-top .icons-menu .soc-item .mbr-iconfont {
    font-size: 14px;
  }
  .cid-sSjXQNFbYq .menu-content-top .icons-menu .soc-item .mbr-iconfont::before {
    padding: 0.44rem;
  }
  .cid-sSjXQNFbYq .menu-content-top .right-wrap .info-widget {
    margin-left: 20px;
  }
  .cid-sSjXQNFbYq .menu-content-top .right-wrap .info-widget:first-child {
    margin-left: 0;
  }
  .cid-sSjXQNFbYq .menu-content-top .right-wrap .info-widget .widget-content {
    display: none;
  }
  .cid-sSjXQNFbYq .menu-content-top .right-wrap .info-widget .widget-icon {
    font-size: 25px;
    padding-right: 0;
  }
  .cid-sSjXQNFbYq .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-sSjXQNFbYq .menu-content-top,
  .cid-sSjXQNFbYq .menu-bottom {
    padding: 0 15px;
  }
  .cid-sSjXQNFbYq button.navbar-toggler {
    align-self: center;
  }
}
@-webkit-keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
.cid-sSjXQNFbYq .widget-title,
.cid-sSjXQNFbYq .widget-icon {
  color: #ffffff;
}
.cid-sSpOQmXo5X {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-sSpOQmXo5X .date__block {
  margin-bottom: 17px;
}
.cid-sSpOQmXo5X .date__article {
  display: inline-block;
  margin: 0;
  padding: 0 7.5px;
  color: #fc1010;
}
.cid-sSpOQmXo5X .dot {
  display: inline-block;
  vertical-align: super;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #35b8fc;
}
.cid-sSpOQmXo5X .date__d {
  display: inline-block;
  margin: 0;
  padding: 0 7.5px;
  color: #689bb2;
}
.cid-sSpOQmXo5X .title__block {
  position: relative;
  z-index: 1;
  padding-top: 40px;
  padding-bottom: 91px;
}
.cid-sSpOQmXo5X .mbr-section-title {
  margin-bottom: 18px;
}
.cid-sSpOQmXo5X .mbr-text {
  margin-bottom: 20px;
}
.cid-sSpOQmXo5X .link {
  display: block;
  margin-bottom: 0;
  white-space: nowrap;
}
.cid-sSpOQmXo5X .link a {
  font-weight: 700;
}
.cid-sSpOQmXo5X .link span {
  display: inline-block !important;
  transition: all 0.3s ease;
  margin-left: 13px;
}
.cid-sSpOQmXo5X .link:hover span {
  transform: translateX(9px);
}
.cid-sSpOQmXo5X .image__block {
  margin-bottom: -144px;
  padding-top: 121px;
  position: relative;
}
.cid-sSpOQmXo5X .image__block:after {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 100%;
  background-color: #000000;
}
.cid-sSpOQmXo5X .image {
  position: relative;
  width: 100%;
  z-index: 1;
}
.cid-sSpOQmXo5X .image:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 575px;
  background-color: #fcff00;
}
.cid-sSpOQmXo5X .image img {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform: translatex(-50%);
}
.cid-sSpOQmXo5X .content__wrap {
  position: relative;
  z-index: 2;
  margin-bottom: 95px;
}
.cid-sSpOQmXo5X .content__wrap:after {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  left: 15px;
  right: 15px;
  height: 100%;
  background-color: #000000;
  border-bottom: 1px solid #fcff00;
}
@media (max-width: 991px) {
  .cid-sSpOQmXo5X .title__block {
    padding: 25px 30px 55px;
  }
  .cid-sSpOQmXo5X .content__wrap {
    margin-bottom: 90px;
  }
  .cid-sSpOQmXo5X .date__block {
    padding-top: 22px;
    margin-bottom: 17px;
  }
  .cid-sSpOQmXo5X .mbr-section-title {
    margin-bottom: 15px;
  }
  .cid-sSpOQmXo5X .mbr-text {
    margin-bottom: 11px;
  }
  .cid-sSpOQmXo5X .image__block {
    min-height: 150px;
    padding-top: 68px;
    margin-bottom: 0;
  }
  .cid-sSpOQmXo5X .image:before {
    padding-top: 375px;
  }
}
.cid-sSpOQmXo5X .mbr-section-title,
.cid-sSpOQmXo5X .date__block {
  color: #ffffff;
}
.cid-sSpPgTK8YI {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-sSpPgTK8YI .container-fluid {
  position: relative;
}
.cid-sSpPgTK8YI .page-title-content {
  width: 100%;
}
.cid-sSpPgTK8YI .page-title-content .mbr-iconfont {
  font-size: 55px;
  height: 55px;
  line-height: 55px;
  width: 55px;
  margin-top: -10px;
  color: #f1a631;
}
.cid-sSpPgTK8YI .page-title-content .mbr-iconfont:hover {
  cursor: pointer;
}
@media (max-width: 576px) {
  .cid-sSpPgTK8YI .page-title-content {
    text-align: center;
  }
}
.cid-sSpPgTK8YI .title {
  letter-spacing: 0.8px;
  margin-top: 24px;
  font-weight: 300;
  margin: 0;
  position: relative;
  word-wrap: break-word;
}
.cid-sSpPgTK8YI a {
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.cid-sSpPgTK8YI a:not(:first-child) {
  margin-left: 20px;
}
.cid-sSpPgTK8YI a:after {
  position: absolute;
  margin-top: 7px;
  background-color: currentColor;
  display: block;
  content: "";
  height: 2px;
  width: 100%;
}
.cid-sSpPgTK8YI a::before {
  position: absolute;
  margin-top: 5px;
  background-color: currentColor;
  display: block;
  content: "";
  height: 2px;
  width: 0%;
  bottom: 7px;
}
.cid-sSpPgTK8YI a:hover:after,
.cid-sSpPgTK8YI a:focus:after {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: slidein;
  animation-name: slidein;
}
.cid-sSpPgTK8YI a:hover:before,
.cid-sSpPgTK8YI a:focus:before {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-name: slideout;
  animation-name: slideout;
}
.cid-sSpPgTK8YI a.text-white:hover,
.cid-sSpPgTK8YI a.text-white:focus {
  color: #ffffff !important;
}
.cid-sSpPgTK8YI .mbr-section-btn {
  margin-left: 0;
  margin-right: 0;
}
.cid-sSpPgTK8YI .page-title-content .title,
.cid-sSpPgTK8YI .icon-section,
.cid-sSpPgTK8YI .mbr-section-btn {
  color: #ffffff;
}
.cid-sSpP0eMKSg {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fcff00;
}
.cid-sSpP0eMKSg img {
  width: 100%;
  object-fit: cover;
  height: 300px;
}
@media (max-width: 800px) {
  .cid-sSpP0eMKSg img {
    height: auto;
  }
}
.cid-sSpP0eMKSg .container-fluid {
  padding: 0;
}
.cid-sSpWdZRn3x {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #bbbbbb;
}
.cid-sSpWdZRn3x .container-fluid {
  padding: 0 3rem;
}
.cid-sSpWdZRn3x .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(to right, #36187d 50%, #ea2396 120%);
  display: inline-block;
}
.cid-sSpWdZRn3x .panel-group {
  width: 100%;
  margin: 2rem auto;
  margin-top: 0;
}
.cid-sSpWdZRn3x .header-text {
  padding: 2rem 1rem !important;
}
.cid-sSpWdZRn3x .card {
  border-radius: 25px !important;
  background: #ffffff;
  margin-bottom: 1rem;
  box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
}
.cid-sSpWdZRn3x .card .card-header {
  border-radius: 25px;
  border: 0px;
  padding: 0;
  background-color: transparent !important;
}
.cid-sSpWdZRn3x .card .card-header a.panel-title {
  transition: all .3s;
  border-radius: 25px 25px 0 0;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
  padding-right: 2rem;
}
.cid-sSpWdZRn3x .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sSpWdZRn3x .card .card-header a.panel-title:hover .sign {
  background-color: #fcff00 !important;
}
.cid-sSpWdZRn3x .card .card-header a.panel-title .sign {
  position: absolute;
  right: 0;
  top: -1px;
  bottom: 0;
  border-radius: 0 25px 25px 0;
  background-color: #000000;
  padding: 2rem;
  padding-top: 36px;
  color: #ffffff;
}
.cid-sSpWdZRn3x .card .card-header a.panel-title h4 {
  padding: 1rem 1rem;
  margin-bottom: 0;
}
.cid-sSpWdZRn3x .card .card-header a.collapsed {
  border-radius: 25px;
}
.cid-sSpWdZRn3x .card .panel-body {
  width: calc(100% - 80px);
  border-radius: 0 0 0 25px;
}
@media (max-width: 767px) {
  .cid-sSpWdZRn3x .container-fluid {
    padding: 0 1rem;
  }
  .cid-sSpWdZRn3x .header-text {
    padding: 1rem !important;
  }
  .cid-sSpWdZRn3x .sign {
    padding: 16px !important;
    padding-top: 22px !important;
  }
  .cid-sSpWdZRn3x .panel-body {
    width: calc(100% - 48px);
  }
  .cid-sSpWdZRn3x .panel-group {
    padding: 0;
  }
}
.cid-sSpWdZRn3x .header-text,
.cid-sSpWdZRn3x .sign {
  color: #232323;
}
.cid-sSpYhF6dYn {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #bbbbbb;
}
.cid-sSpYhF6dYn .container-fluid {
  padding: 0 3rem;
}
.cid-sSpYhF6dYn .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(to right, #36187d 50%, #ea2396 120%);
  display: inline-block;
}
.cid-sSpYhF6dYn .panel-group {
  width: 100%;
  margin: 2rem auto;
  margin-top: 0;
}
.cid-sSpYhF6dYn .header-text {
  padding: 2rem 1rem !important;
}
.cid-sSpYhF6dYn .card {
  border-radius: 25px !important;
  background: #ffffff;
  margin-bottom: 1rem;
  box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
}
.cid-sSpYhF6dYn .card .card-header {
  border-radius: 25px;
  border: 0px;
  padding: 0;
  background-color: transparent !important;
}
.cid-sSpYhF6dYn .card .card-header a.panel-title {
  transition: all .3s;
  border-radius: 25px 25px 0 0;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
  padding-right: 2rem;
}
.cid-sSpYhF6dYn .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sSpYhF6dYn .card .card-header a.panel-title:hover .sign {
  background-color: #fcff00 !important;
}
.cid-sSpYhF6dYn .card .card-header a.panel-title .sign {
  position: absolute;
  right: 0;
  top: -1px;
  bottom: 0;
  border-radius: 0 25px 25px 0;
  background-color: #000000;
  padding: 2rem;
  padding-top: 36px;
  color: #ffffff;
}
.cid-sSpYhF6dYn .card .card-header a.panel-title h4 {
  padding: 1rem 1rem;
  margin-bottom: 0;
}
.cid-sSpYhF6dYn .card .card-header a.collapsed {
  border-radius: 25px;
}
.cid-sSpYhF6dYn .card .panel-body {
  width: calc(100% - 80px);
  border-radius: 0 0 0 25px;
}
@media (max-width: 767px) {
  .cid-sSpYhF6dYn .container-fluid {
    padding: 0 1rem;
  }
  .cid-sSpYhF6dYn .header-text {
    padding: 1rem !important;
  }
  .cid-sSpYhF6dYn .sign {
    padding: 16px !important;
    padding-top: 22px !important;
  }
  .cid-sSpYhF6dYn .panel-body {
    width: calc(100% - 48px);
  }
  .cid-sSpYhF6dYn .panel-group {
    padding: 0;
  }
}
.cid-sSpYhF6dYn .header-text,
.cid-sSpYhF6dYn .sign {
  color: #232323;
}
.cid-sSpZLl5Fp4 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #bbbbbb;
}
.cid-sSpZLl5Fp4 .container-fluid {
  padding: 0 3rem;
}
.cid-sSpZLl5Fp4 .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(to right, #36187d 50%, #ea2396 120%);
  display: inline-block;
}
.cid-sSpZLl5Fp4 .panel-group {
  width: 100%;
  margin: 2rem auto;
  margin-top: 0;
}
.cid-sSpZLl5Fp4 .header-text {
  padding: 2rem 1rem !important;
}
.cid-sSpZLl5Fp4 .card {
  border-radius: 25px !important;
  background: #ffffff;
  margin-bottom: 1rem;
  box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
}
.cid-sSpZLl5Fp4 .card .card-header {
  border-radius: 25px;
  border: 0px;
  padding: 0;
  background-color: transparent !important;
}
.cid-sSpZLl5Fp4 .card .card-header a.panel-title {
  transition: all .3s;
  border-radius: 25px 25px 0 0;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
  padding-right: 2rem;
}
.cid-sSpZLl5Fp4 .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sSpZLl5Fp4 .card .card-header a.panel-title:hover .sign {
  background-color: #fcff00 !important;
}
.cid-sSpZLl5Fp4 .card .card-header a.panel-title .sign {
  position: absolute;
  right: 0;
  top: -1px;
  bottom: 0;
  border-radius: 0 25px 25px 0;
  background-color: #000000;
  padding: 2rem;
  padding-top: 36px;
  color: #ffffff;
}
.cid-sSpZLl5Fp4 .card .card-header a.panel-title h4 {
  padding: 1rem 1rem;
  margin-bottom: 0;
}
.cid-sSpZLl5Fp4 .card .card-header a.collapsed {
  border-radius: 25px;
}
.cid-sSpZLl5Fp4 .card .panel-body {
  width: calc(100% - 80px);
  border-radius: 0 0 0 25px;
}
@media (max-width: 767px) {
  .cid-sSpZLl5Fp4 .container-fluid {
    padding: 0 1rem;
  }
  .cid-sSpZLl5Fp4 .header-text {
    padding: 1rem !important;
  }
  .cid-sSpZLl5Fp4 .sign {
    padding: 16px !important;
    padding-top: 22px !important;
  }
  .cid-sSpZLl5Fp4 .panel-body {
    width: calc(100% - 48px);
  }
  .cid-sSpZLl5Fp4 .panel-group {
    padding: 0;
  }
}
.cid-sSpZLl5Fp4 .header-text,
.cid-sSpZLl5Fp4 .sign {
  color: #232323;
}
.cid-sSjXRDuVY9 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-sSjXRDuVY9 .mbr-section-subtitle {
  color: #8c8c95;
  text-align: center;
  max-width: 552px;
  margin: auto;
}
.cid-sSjXRDuVY9 .mbr-section-title {
  text-align: center;
  color: #14142b;
  margin: auto;
}
.cid-sSjXRDuVY9 .row {
  align-items: center;
  height: 100%;
}
.cid-sSjXRDuVY9 .wrapper {
  margin: auto;
}
.cid-sSjXREjYFc {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-sSjXREjYFc .card-wrapper {
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  border-radius: 30px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #ffffff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 1rem 1rem !important;
  box-shadow: 0 15px 50px 10px rgba(179, 179, 179, 0.6);
}
.cid-sSjXREjYFc .card-wrapper:hover {
  -webkit-transform: translateY(1rem);
  transform: translateY(1rem);
}
.cid-sSjXREjYFc .card-wrapper:hover .ico2 {
  color: #36187d !important;
}
.cid-sSjXREjYFc .ico2 {
  color: #fcff00 !important;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.cid-sSjXREjYFc .text-info:hover {
  color: inherit !important;
}
.cid-sSjXREjYFc .card-box {
  padding: 0rem 1rem;
}
.cid-sSjXREjYFc .ico1 {
  font-size: 3rem !important;
}
.cid-sSjXREjYFc h3,
.cid-sSjXREjYFc h4 {
  padding: 0;
  margin: 0;
}
.cid-sSjXRFoCYJ {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #f2f3f7;
}
.cid-sSjXRFoCYJ .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-sSjXRFoCYJ .btn {
  padding: 1rem 3rem;
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .cid-sSjXRFoCYJ .col-auto {
    margin: auto;
  }
}
.cid-sSjXRFoCYJ textarea {
  min-height: 200px;
}
.cid-sSjXRFoCYJ .form-control,
.cid-sSjXRFoCYJ .field-input {
  padding: 1.5rem 2rem;
  box-shadow: inset 1px 1px 2px 0 #d2dce9;
  background-color: #edeff3;
  border-radius: 3rem;
  border: 0!important;
  color: #000000;
  transition: 0.4s;
  outline: none;
}
.cid-sSjXRFoCYJ .form-control::-webkit-input-placeholder,
.cid-sSjXRFoCYJ .field-input::-webkit-input-placeholder,
.cid-sSjXRFoCYJ .form-control::-webkit-input-placeholder,
.cid-sSjXRFoCYJ .field-input::-webkit-input-placeholder {
  color: #36187d;
}
.cid-sSjXRFoCYJ .form-control:-moz-placeholder,
.cid-sSjXRFoCYJ .field-input:-moz-placeholder,
.cid-sSjXRFoCYJ .form-control:-moz-placeholder,
.cid-sSjXRFoCYJ .field-input:-moz-placeholder {
  color: #36187d;
}
.cid-sSjXRFoCYJ .form-control:hover,
.cid-sSjXRFoCYJ .field-input:hover,
.cid-sSjXRFoCYJ .form-control:focus,
.cid-sSjXRFoCYJ .field-input:focus {
  background-color: #edeff3;
  color: #232323;
  border: 0!important;
  box-shadow: inset 1px 1px 2px 0 #d2dce9;
  outline: none;
}
.cid-sSjXRFoCYJ .form-control:hover::-webkit-input-placeholder,
.cid-sSjXRFoCYJ .field-input:hover::-webkit-input-placeholder,
.cid-sSjXRFoCYJ .form-control:focus::-webkit-input-placeholder,
.cid-sSjXRFoCYJ .field-input:focus::-webkit-input-placeholder,
.cid-sSjXRFoCYJ .form-control:hover::-webkit-input-placeholder,
.cid-sSjXRFoCYJ .field-input:hover::-webkit-input-placeholder,
.cid-sSjXRFoCYJ .form-control:focus::-webkit-input-placeholder,
.cid-sSjXRFoCYJ .field-input:focus::-webkit-input-placeholder {
  color: #36187d;
}
.cid-sSjXRFoCYJ .form-control:hover:-moz-placeholder,
.cid-sSjXRFoCYJ .field-input:hover:-moz-placeholder,
.cid-sSjXRFoCYJ .form-control:focus:-moz-placeholder,
.cid-sSjXRFoCYJ .field-input:focus:-moz-placeholder,
.cid-sSjXRFoCYJ .form-control:hover:-moz-placeholder,
.cid-sSjXRFoCYJ .field-input:hover:-moz-placeholder,
.cid-sSjXRFoCYJ .form-control:focus:-moz-placeholder,
.cid-sSjXRFoCYJ .field-input:focus:-moz-placeholder {
  color: #36187d;
}
.cid-sSjXRFoCYJ .jq-number__spin:hover,
.cid-sSjXRFoCYJ .jq-number__spin:focus {
  background-color: #edeff3;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-sSjXRFoCYJ .jq-number__spin {
  background-color: #edeff3;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-sSjXRFoCYJ .jq-selectbox li,
.cid-sSjXRFoCYJ .jq-selectbox li {
  background-color: #edeff3;
  color: #000000;
}
.cid-sSjXRFoCYJ .jq-selectbox li:hover,
.cid-sSjXRFoCYJ .jq-selectbox li.selected {
  background-color: #edeff3;
  color: #000000;
}
.cid-sSjXRFoCYJ .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-sSjXRFoCYJ .jq-number__spin.minus:hover:after,
.cid-sSjXRFoCYJ .jq-number__spin.plus:hover:after {
  border-top-color: #edeff3;
  border-bottom-color: #edeff3;
}
.cid-sSjXRFoCYJ .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-sSjXRFoCYJ .jq-number__spin.minus:after,
.cid-sSjXRFoCYJ .jq-number__spin.plus:after {
  border-top-color: #edeff3;
  border-bottom-color: #edeff3;
}
.cid-sSjXRFoCYJ input::-webkit-clear-button {
  display: none;
}
.cid-sSjXRFoCYJ input::-webkit-inner-spin-button {
  display: none;
}
.cid-sSjXRFoCYJ input::-webkit-outer-spin-button {
  display: none;
}
.cid-sSjXRFoCYJ input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-sSjXRFoCYJ H4 {
  color: #36187d;
}
.cid-sSjXRFoCYJ .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-sSjXRFoCYJ P {
  text-align: center;
  color: #000000;
}
@media (max-width: 767px) {
  .cid-sSjXRFoCYJ .form-row {
    flex-direction: column;
  }
}
.cid-sSjXRGchFi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-sSjXRGchFi .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-sSjXRGchFi .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sSjXRGchFi .row {
    text-align: center;
  }
  .cid-sSjXRGchFi .row > div {
    margin: auto;
  }
  .cid-sSjXRGchFi .social-row {
    justify-content: center;
  }
}
.cid-sSjXRGchFi .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-sSjXRGchFi .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sSjXRGchFi .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sSjXRGchFi .list {
    margin-bottom: 0rem;
  }
}
.cid-sSjXRGchFi .mbr-text {
  color: #ffffff;
}
.cid-sSjXRGchFi .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-sSjXRGchFi .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-sSjXRGchFi div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-sSjXRGchFi .mbr-section-subtitle {
  text-align: left;
}
.cid-sSjXRGchFi H5 {
  color: #fcff00;
}
.cid-sSjXRGchFi .copyright {
  color: #ffffff;
}
.cid-sSjY6LOtxR .navbar {
  padding: 0.5rem 0;
  background: #f2f3f7;
  transition: none;
  min-height: 50px;
}
.cid-sSjY6LOtxR .navbar-fixed-top {
  padding-top: 0;
}
.cid-sSjY6LOtxR .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-sSjY6LOtxR .navbar-collapse.show {
  position: absolute;
  opacity: 1;
  visibility: visible;
  top: 100%;
  z-index: 999;
  background-color: #ffffff;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding: 15px 20px;
  bottom: auto;
  left: 0px;
  right: 0px;
}
.cid-sSjY6LOtxR .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-sSjY6LOtxR .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sSjY6LOtxR .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-sSjY6LOtxR .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sSjY6LOtxR .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-sSjY6LOtxR .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sSjY6LOtxR .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sSjY6LOtxR .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sSjY6LOtxR .menu-content-top {
  background: #000000;
  max-width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 2rem;
  width: 100%;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-sSjY6LOtxR .menu-content-top .right-wrap .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sSjY6LOtxR .dropdown-item {
  font-weight: 400;
  margin: 0 !important;
  padding: 0 40px !important;
  line-height: 2.6;
}
.cid-sSjY6LOtxR .dropdown-item,
.cid-sSjY6LOtxR .nav-link,
.cid-sSjY6LOtxR .brand-name {
  font-style: normal;
}
.cid-sSjY6LOtxR .dropdown-item:hover,
.cid-sSjY6LOtxR .nav-link:hover,
.cid-sSjY6LOtxR .brand-name:hover {
  color: #fc1010 !important;
}
.cid-sSjY6LOtxR .dropdown-menu {
  background-color: #ffffff;
}
.cid-sSjY6LOtxR .dropdown-item:active {
  background-color: #ffffff;
}
.cid-sSjY6LOtxR .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
}
.cid-sSjY6LOtxR .navbar-dropdown.bg-color.transparent.opened {
  background: #f2f3f7;
}
.cid-sSjY6LOtxR .nav-item {
  position: relative;
}
.cid-sSjY6LOtxR .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sSjY6LOtxR .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-sSjY6LOtxR .nav-item .nav-link:focus {
  outline: none;
}
@media (min-width: 991px) {
  .cid-sSjY6LOtxR .nav-link {
    line-height: 6.13;
  }
  .cid-sSjY6LOtxR .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #fc1010;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-sSjY6LOtxR .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
}
.cid-sSjY6LOtxR .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sSjY6LOtxR .content-text {
  margin-bottom: 0;
}
.cid-sSjY6LOtxR .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sSjY6LOtxR .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #36187d;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sSjY6LOtxR .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sSjY6LOtxR .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sSjY6LOtxR .navbar-nav .nav-item .link {
  margin: 0 20px !important;
}
.cid-sSjY6LOtxR .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sSjY6LOtxR .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sSjY6LOtxR .content-right-side {
  text-align: center;
}
.cid-sSjY6LOtxR .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sSjY6LOtxR .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sSjY6LOtxR .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
  color: #ea2396;
}
.cid-sSjY6LOtxR .widget-icon.mobi-mbri-phone {
  -webkit-animation: phone-icon-animate 1s ease-in-out infinite;
  animation: phone-icon-animate 1s ease-in-out infinite;
}
.cid-sSjY6LOtxR .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sSjY6LOtxR .info-widget:first-child {
  margin-left: 0;
}
.cid-sSjY6LOtxR .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sSjY6LOtxR .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.7;
}
.cid-sSjY6LOtxR .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-sSjY6LOtxR .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #d9dade;
}
@media (min-width: 992px) {
  .cid-sSjY6LOtxR .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-sSjY6LOtxR .navbar {
    display: block;
    padding: 0;
  }
  .cid-sSjY6LOtxR .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-sSjY6LOtxR .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    align-self: auto;
    display: flex;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-sSjY6LOtxR .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-sSjY6LOtxR .navbar-toggler {
    display: none;
  }
  .cid-sSjY6LOtxR .navbar-collapse {
    justify-content: flex-start;
  }
}
.cid-sSjY6LOtxR .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-sSjY6LOtxR .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-right: 0;
}
.cid-sSjY6LOtxR .btn-sm {
  padding: 13px 29px;
}
.cid-sSjY6LOtxR .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sSjY6LOtxR .btn::after {
  background-color: #fcff00;
  content: "";
  height: 150px;
  left: -75px;
  position: absolute;
  top: -60px;
  transform: rotate(35deg);
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  width: 40px;
  opacity: 0;
  outline: none;
  text-decoration: none;
}
.cid-sSjY6LOtxR .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-sSjY6LOtxR .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sSjY6LOtxR .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sSjY6LOtxR .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-sSjY6LOtxR .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sSjY6LOtxR .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sSjY6LOtxR .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sSjY6LOtxR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sSjY6LOtxR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sSjY6LOtxR .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-sSjY6LOtxR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sSjY6LOtxR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sSjY6LOtxR .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sSjY6LOtxR .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sSjY6LOtxR .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-sSjY6LOtxR .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-sSjY6LOtxR .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sSjY6LOtxR .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sSjY6LOtxR .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sSjY6LOtxR button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  margin-right: 0;
}
.cid-sSjY6LOtxR button.navbar-toggler:focus {
  outline: none;
}
.cid-sSjY6LOtxR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sSjY6LOtxR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sSjY6LOtxR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sSjY6LOtxR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sSjY6LOtxR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sSjY6LOtxR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sSjY6LOtxR nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sSjY6LOtxR nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sSjY6LOtxR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sSjY6LOtxR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sSjY6LOtxR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sSjY6LOtxR .collapsed .btn {
  display: flex;
}
.cid-sSjY6LOtxR .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sSjY6LOtxR .collapsed .navbar-collapse.collapsing,
.cid-sSjY6LOtxR .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sSjY6LOtxR .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sSjY6LOtxR .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sSjY6LOtxR .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sSjY6LOtxR .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sSjY6LOtxR .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sSjY6LOtxR .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-sSjY6LOtxR .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sSjY6LOtxR .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sSjY6LOtxR .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sSjY6LOtxR .collapsed button.navbar-toggler {
  display: block;
}
.cid-sSjY6LOtxR .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-sSjY6LOtxR .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-sSjY6LOtxR .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-sSjY6LOtxR .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sSjY6LOtxR .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sSjY6LOtxR .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: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-sSjY6LOtxR .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sSjY6LOtxR .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-sSjY6LOtxR .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-sSjY6LOtxR .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-sSjY6LOtxR .menu-bottom .menu-content-right {
    display: none;
  }
  .cid-sSjY6LOtxR .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
    opacity: 0;
    transition: all 0.3s ease-in;
    position: absolute;
    top: 100%;
    bottom: auto;
    left: 0px;
    right: 0px;
    z-index: 999;
  }
  .cid-sSjY6LOtxR .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-sSjY6LOtxR .navbar-collapse.collapsing,
  .cid-sSjY6LOtxR .navbar-collapse.show {
    display: block !important;
  }
  .cid-sSjY6LOtxR .navbar-collapse.collapsing .navbar-nav,
  .cid-sSjY6LOtxR .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sSjY6LOtxR .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sSjY6LOtxR .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sSjY6LOtxR .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-sSjY6LOtxR .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
  }
  .cid-sSjY6LOtxR .navbar-collapse.collapsing .navbar-buttons,
  .cid-sSjY6LOtxR .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-sSjY6LOtxR .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sSjY6LOtxR .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sSjY6LOtxR img {
    height: 3.8rem !important;
  }
  .cid-sSjY6LOtxR .btn {
    display: flex;
  }
  .cid-sSjY6LOtxR button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-sSjY6LOtxR .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-sSjY6LOtxR .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-sSjY6LOtxR .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-sSjY6LOtxR .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sSjY6LOtxR .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sSjY6LOtxR .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: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-sSjY6LOtxR .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sSjY6LOtxR .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-sSjY6LOtxR .navbar-toggler {
  position: relative;
}
.cid-sSjY6LOtxR .dropdown-item.active,
.cid-sSjY6LOtxR .dropdown-item:active {
  color: initial;
}
.cid-sSjY6LOtxR .widget-title {
  color: #fcff00;
}
.cid-sSjY6LOtxR .widget-text {
  color: #fcff00;
}
.cid-sSjY6LOtxR .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-sSjY6LOtxR .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #36187d;
  display: inline-flex;
  background-color: #232323;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-sSjY6LOtxR .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-sSjY6LOtxR .icons-menu .mbr-iconfont:hover {
  color: #ffffff;
  background-color: #000000;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-sSjY6LOtxR .soc-item {
  margin: .5rem .3rem;
}
@media (max-width: 768px) {
  .cid-sSjY6LOtxR .menu-content-top .icons-menu {
    padding-left: 0;
  }
  .cid-sSjY6LOtxR .menu-content-top .icons-menu .soc-item .mbr-iconfont {
    font-size: 14px;
  }
  .cid-sSjY6LOtxR .menu-content-top .icons-menu .soc-item .mbr-iconfont::before {
    padding: 0.44rem;
  }
  .cid-sSjY6LOtxR .menu-content-top .right-wrap .info-widget {
    margin-left: 20px;
  }
  .cid-sSjY6LOtxR .menu-content-top .right-wrap .info-widget:first-child {
    margin-left: 0;
  }
  .cid-sSjY6LOtxR .menu-content-top .right-wrap .info-widget .widget-content {
    display: none;
  }
  .cid-sSjY6LOtxR .menu-content-top .right-wrap .info-widget .widget-icon {
    font-size: 25px;
    padding-right: 0;
  }
  .cid-sSjY6LOtxR .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-sSjY6LOtxR .menu-content-top,
  .cid-sSjY6LOtxR .menu-bottom {
    padding: 0 15px;
  }
  .cid-sSjY6LOtxR button.navbar-toggler {
    align-self: center;
  }
}
@-webkit-keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
.cid-sSjY6LOtxR .widget-title,
.cid-sSjY6LOtxR .widget-icon {
  color: #ffffff;
}
.cid-sSlSmzp20V {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-sSlSmzp20V .date__block {
  margin-bottom: 17px;
}
.cid-sSlSmzp20V .date__article {
  display: inline-block;
  margin: 0;
  padding: 0 7.5px;
  color: #fc1010;
}
.cid-sSlSmzp20V .dot {
  display: inline-block;
  vertical-align: super;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #35b8fc;
}
.cid-sSlSmzp20V .date__d {
  display: inline-block;
  margin: 0;
  padding: 0 7.5px;
  color: #689bb2;
}
.cid-sSlSmzp20V .title__block {
  position: relative;
  z-index: 1;
  padding-top: 40px;
  padding-bottom: 91px;
}
.cid-sSlSmzp20V .mbr-section-title {
  margin-bottom: 18px;
}
.cid-sSlSmzp20V .mbr-text {
  margin-bottom: 20px;
}
.cid-sSlSmzp20V .link {
  display: block;
  margin-bottom: 0;
  white-space: nowrap;
}
.cid-sSlSmzp20V .link a {
  font-weight: 700;
}
.cid-sSlSmzp20V .link span {
  display: inline-block !important;
  transition: all 0.3s ease;
  margin-left: 13px;
}
.cid-sSlSmzp20V .link:hover span {
  transform: translateX(9px);
}
.cid-sSlSmzp20V .image__block {
  margin-bottom: -144px;
  padding-top: 121px;
  position: relative;
}
.cid-sSlSmzp20V .image__block:after {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 100%;
  background-color: #000000;
}
.cid-sSlSmzp20V .image {
  position: relative;
  width: 100%;
  z-index: 1;
}
.cid-sSlSmzp20V .image:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 575px;
  background-color: #fcff00;
}
.cid-sSlSmzp20V .image img {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform: translatex(-50%);
}
.cid-sSlSmzp20V .content__wrap {
  position: relative;
  z-index: 2;
  margin-bottom: 95px;
}
.cid-sSlSmzp20V .content__wrap:after {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  left: 15px;
  right: 15px;
  height: 100%;
  background-color: #000000;
  border-bottom: 1px solid #fcff00;
}
@media (max-width: 991px) {
  .cid-sSlSmzp20V .title__block {
    padding: 25px 30px 55px;
  }
  .cid-sSlSmzp20V .content__wrap {
    margin-bottom: 90px;
  }
  .cid-sSlSmzp20V .date__block {
    padding-top: 22px;
    margin-bottom: 17px;
  }
  .cid-sSlSmzp20V .mbr-section-title {
    margin-bottom: 15px;
  }
  .cid-sSlSmzp20V .mbr-text {
    margin-bottom: 11px;
  }
  .cid-sSlSmzp20V .image__block {
    min-height: 150px;
    padding-top: 68px;
    margin-bottom: 0;
  }
  .cid-sSlSmzp20V .image:before {
    padding-top: 375px;
  }
}
.cid-sSlSmzp20V .mbr-section-title,
.cid-sSlSmzp20V .date__block {
  color: #ffffff;
}
.cid-sSjY7m7ZaK {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #f2f3f7;
}
.cid-sSjY7m7ZaK .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #0196e3;
  margin-bottom: 1.5rem;
}
.cid-sSjY7m7ZaK .col-lg-4,
.cid-sSjY7m7ZaK .col-12 {
  padding: 0 2rem;
}
.cid-sSjY7m7ZaK .row {
  margin: 0 -2rem;
  justify-content: center;
}
.cid-sSjY7m7ZaK .card-wrapper {
  padding: 3rem 2rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 3rem;
}
@media (max-width: 767px) {
  .cid-sSjY7m7ZaK .card-wrapper {
    padding: 4rem 2rem;
  }
}
@media (max-width: 992px) {
  .cid-sSjY7m7ZaK .card-wrapper {
    margin-bottom: 3rem;
  }
}
.cid-sSjY7m7ZaK .card-title,
.cid-sSjY7m7ZaK .iconfont-wrapper {
  color: #000000;
  text-align: center;
}
.cid-sSjY7m7ZaK .card-text {
  color: #6c758f;
  text-align: center;
}
.cid-sSjY7m7ZaK .mbr-section-subtitle {
  color: #6c758f;
}
.cid-sSjY7m7ZaK .mbr-section-title {
  color: #000000;
}
.cid-sSjY7n5TBp {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #f2f3f7;
}
.cid-sSjY7n5TBp .google-map {
  height: 30rem;
  position: relative;
  filter: grayscale(1);
}
.cid-sSjY7n5TBp .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 3rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
}
.cid-sSjY7n5TBp .google-map [data-state-details] {
  color: #6b6763;
  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-sSjY7n5TBp .google-map[data-state] {
  background: #e9e5dc;
}
.cid-sSjY7n5TBp .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-sSHM7ugd03 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #bed3f9;
}
.cid-sSHM7ugd03 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-sSHM7ugd03 .btn {
  padding: 1rem 3rem;
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .cid-sSHM7ugd03 .col-auto {
    margin: auto;
  }
}
.cid-sSHM7ugd03 textarea {
  min-height: 200px;
}
.cid-sSHM7ugd03 .form-control,
.cid-sSHM7ugd03 .field-input {
  padding: 1.5rem 2rem;
  box-shadow: inset 1px 1px 2px 0 #d2dce9;
  background-color: #ffffff;
  border-radius: 3rem;
  border: 0!important;
  color: #000000;
  transition: 0.4s;
  outline: none;
}
.cid-sSHM7ugd03 .form-control::-webkit-input-placeholder,
.cid-sSHM7ugd03 .field-input::-webkit-input-placeholder,
.cid-sSHM7ugd03 .form-control::-webkit-input-placeholder,
.cid-sSHM7ugd03 .field-input::-webkit-input-placeholder {
  color: #36187d;
}
.cid-sSHM7ugd03 .form-control:-moz-placeholder,
.cid-sSHM7ugd03 .field-input:-moz-placeholder,
.cid-sSHM7ugd03 .form-control:-moz-placeholder,
.cid-sSHM7ugd03 .field-input:-moz-placeholder {
  color: #36187d;
}
.cid-sSHM7ugd03 .form-control:hover,
.cid-sSHM7ugd03 .field-input:hover,
.cid-sSHM7ugd03 .form-control:focus,
.cid-sSHM7ugd03 .field-input:focus {
  background-color: #ffffff;
  color: #232323;
  border: 0!important;
  box-shadow: inset 1px 1px 2px 0 #d2dce9;
  outline: none;
}
.cid-sSHM7ugd03 .form-control:hover::-webkit-input-placeholder,
.cid-sSHM7ugd03 .field-input:hover::-webkit-input-placeholder,
.cid-sSHM7ugd03 .form-control:focus::-webkit-input-placeholder,
.cid-sSHM7ugd03 .field-input:focus::-webkit-input-placeholder,
.cid-sSHM7ugd03 .form-control:hover::-webkit-input-placeholder,
.cid-sSHM7ugd03 .field-input:hover::-webkit-input-placeholder,
.cid-sSHM7ugd03 .form-control:focus::-webkit-input-placeholder,
.cid-sSHM7ugd03 .field-input:focus::-webkit-input-placeholder {
  color: #36187d;
}
.cid-sSHM7ugd03 .form-control:hover:-moz-placeholder,
.cid-sSHM7ugd03 .field-input:hover:-moz-placeholder,
.cid-sSHM7ugd03 .form-control:focus:-moz-placeholder,
.cid-sSHM7ugd03 .field-input:focus:-moz-placeholder,
.cid-sSHM7ugd03 .form-control:hover:-moz-placeholder,
.cid-sSHM7ugd03 .field-input:hover:-moz-placeholder,
.cid-sSHM7ugd03 .form-control:focus:-moz-placeholder,
.cid-sSHM7ugd03 .field-input:focus:-moz-placeholder {
  color: #36187d;
}
.cid-sSHM7ugd03 .jq-number__spin:hover,
.cid-sSHM7ugd03 .jq-number__spin:focus {
  background-color: #ffffff;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-sSHM7ugd03 .jq-number__spin {
  background-color: #ffffff;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-sSHM7ugd03 .jq-selectbox li,
.cid-sSHM7ugd03 .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-sSHM7ugd03 .jq-selectbox li:hover,
.cid-sSHM7ugd03 .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-sSHM7ugd03 .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-sSHM7ugd03 .jq-number__spin.minus:hover:after,
.cid-sSHM7ugd03 .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-sSHM7ugd03 .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-sSHM7ugd03 .jq-number__spin.minus:after,
.cid-sSHM7ugd03 .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-sSHM7ugd03 input::-webkit-clear-button {
  display: none;
}
.cid-sSHM7ugd03 input::-webkit-inner-spin-button {
  display: none;
}
.cid-sSHM7ugd03 input::-webkit-outer-spin-button {
  display: none;
}
.cid-sSHM7ugd03 input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-sSHM7ugd03 H4 {
  color: #000000;
  text-align: center;
}
.cid-sSjY7oPg98 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-sSjY7oPg98 .mbr-section-subtitle {
  color: #8c8c95;
  text-align: center;
  max-width: 552px;
  margin: auto;
}
.cid-sSjY7oPg98 .mbr-section-title {
  text-align: center;
  color: #14142b;
  margin: auto;
}
.cid-sSjY7oPg98 .row {
  align-items: center;
  height: 100%;
}
.cid-sSjY7oPg98 .wrapper {
  margin: auto;
}
.cid-sSjY7pHNI7 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-sSjY7pHNI7 .card-wrapper {
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  border-radius: 30px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #ffffff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 1rem 1rem !important;
  box-shadow: 0 15px 50px 10px rgba(179, 179, 179, 0.6);
}
.cid-sSjY7pHNI7 .card-wrapper:hover {
  -webkit-transform: translateY(1rem);
  transform: translateY(1rem);
}
.cid-sSjY7pHNI7 .card-wrapper:hover .ico2 {
  color: #36187d !important;
}
.cid-sSjY7pHNI7 .ico2 {
  color: #fcff00 !important;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.cid-sSjY7pHNI7 .text-info:hover {
  color: inherit !important;
}
.cid-sSjY7pHNI7 .card-box {
  padding: 0rem 1rem;
}
.cid-sSjY7pHNI7 .ico1 {
  font-size: 3rem !important;
}
.cid-sSjY7pHNI7 h3,
.cid-sSjY7pHNI7 h4 {
  padding: 0;
  margin: 0;
}
.cid-sSjY7qNjB2 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #f2f3f7;
}
.cid-sSjY7qNjB2 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-sSjY7qNjB2 .btn {
  padding: 1rem 3rem;
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .cid-sSjY7qNjB2 .col-auto {
    margin: auto;
  }
}
.cid-sSjY7qNjB2 textarea {
  min-height: 200px;
}
.cid-sSjY7qNjB2 .form-control,
.cid-sSjY7qNjB2 .field-input {
  padding: 1.5rem 2rem;
  box-shadow: inset 1px 1px 2px 0 #d2dce9;
  background-color: #edeff3;
  border-radius: 3rem;
  border: 0!important;
  color: #000000;
  transition: 0.4s;
  outline: none;
}
.cid-sSjY7qNjB2 .form-control::-webkit-input-placeholder,
.cid-sSjY7qNjB2 .field-input::-webkit-input-placeholder,
.cid-sSjY7qNjB2 .form-control::-webkit-input-placeholder,
.cid-sSjY7qNjB2 .field-input::-webkit-input-placeholder {
  color: #36187d;
}
.cid-sSjY7qNjB2 .form-control:-moz-placeholder,
.cid-sSjY7qNjB2 .field-input:-moz-placeholder,
.cid-sSjY7qNjB2 .form-control:-moz-placeholder,
.cid-sSjY7qNjB2 .field-input:-moz-placeholder {
  color: #36187d;
}
.cid-sSjY7qNjB2 .form-control:hover,
.cid-sSjY7qNjB2 .field-input:hover,
.cid-sSjY7qNjB2 .form-control:focus,
.cid-sSjY7qNjB2 .field-input:focus {
  background-color: #edeff3;
  color: #232323;
  border: 0!important;
  box-shadow: inset 1px 1px 2px 0 #d2dce9;
  outline: none;
}
.cid-sSjY7qNjB2 .form-control:hover::-webkit-input-placeholder,
.cid-sSjY7qNjB2 .field-input:hover::-webkit-input-placeholder,
.cid-sSjY7qNjB2 .form-control:focus::-webkit-input-placeholder,
.cid-sSjY7qNjB2 .field-input:focus::-webkit-input-placeholder,
.cid-sSjY7qNjB2 .form-control:hover::-webkit-input-placeholder,
.cid-sSjY7qNjB2 .field-input:hover::-webkit-input-placeholder,
.cid-sSjY7qNjB2 .form-control:focus::-webkit-input-placeholder,
.cid-sSjY7qNjB2 .field-input:focus::-webkit-input-placeholder {
  color: #36187d;
}
.cid-sSjY7qNjB2 .form-control:hover:-moz-placeholder,
.cid-sSjY7qNjB2 .field-input:hover:-moz-placeholder,
.cid-sSjY7qNjB2 .form-control:focus:-moz-placeholder,
.cid-sSjY7qNjB2 .field-input:focus:-moz-placeholder,
.cid-sSjY7qNjB2 .form-control:hover:-moz-placeholder,
.cid-sSjY7qNjB2 .field-input:hover:-moz-placeholder,
.cid-sSjY7qNjB2 .form-control:focus:-moz-placeholder,
.cid-sSjY7qNjB2 .field-input:focus:-moz-placeholder {
  color: #36187d;
}
.cid-sSjY7qNjB2 .jq-number__spin:hover,
.cid-sSjY7qNjB2 .jq-number__spin:focus {
  background-color: #edeff3;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-sSjY7qNjB2 .jq-number__spin {
  background-color: #edeff3;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-sSjY7qNjB2 .jq-selectbox li,
.cid-sSjY7qNjB2 .jq-selectbox li {
  background-color: #edeff3;
  color: #000000;
}
.cid-sSjY7qNjB2 .jq-selectbox li:hover,
.cid-sSjY7qNjB2 .jq-selectbox li.selected {
  background-color: #edeff3;
  color: #000000;
}
.cid-sSjY7qNjB2 .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-sSjY7qNjB2 .jq-number__spin.minus:hover:after,
.cid-sSjY7qNjB2 .jq-number__spin.plus:hover:after {
  border-top-color: #edeff3;
  border-bottom-color: #edeff3;
}
.cid-sSjY7qNjB2 .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-sSjY7qNjB2 .jq-number__spin.minus:after,
.cid-sSjY7qNjB2 .jq-number__spin.plus:after {
  border-top-color: #edeff3;
  border-bottom-color: #edeff3;
}
.cid-sSjY7qNjB2 input::-webkit-clear-button {
  display: none;
}
.cid-sSjY7qNjB2 input::-webkit-inner-spin-button {
  display: none;
}
.cid-sSjY7qNjB2 input::-webkit-outer-spin-button {
  display: none;
}
.cid-sSjY7qNjB2 input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-sSjY7qNjB2 H4 {
  color: #36187d;
}
.cid-sSjY7qNjB2 .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-sSjY7qNjB2 P {
  text-align: center;
  color: #000000;
}
@media (max-width: 767px) {
  .cid-sSjY7qNjB2 .form-row {
    flex-direction: column;
  }
}
.cid-sSjY7rD0SP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-sSjY7rD0SP .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-sSjY7rD0SP .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sSjY7rD0SP .row {
    text-align: center;
  }
  .cid-sSjY7rD0SP .row > div {
    margin: auto;
  }
  .cid-sSjY7rD0SP .social-row {
    justify-content: center;
  }
}
.cid-sSjY7rD0SP .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-sSjY7rD0SP .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sSjY7rD0SP .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sSjY7rD0SP .list {
    margin-bottom: 0rem;
  }
}
.cid-sSjY7rD0SP .mbr-text {
  color: #ffffff;
}
.cid-sSjY7rD0SP .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-sSjY7rD0SP .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-sSjY7rD0SP div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-sSjY7rD0SP .mbr-section-subtitle {
  text-align: left;
}
.cid-sSjY7rD0SP H5 {
  color: #fcff00;
}
.cid-sSjY7rD0SP .copyright {
  color: #ffffff;
}
.cid-sSlHMVSkBv .navbar {
  padding: 0.5rem 0;
  background: #f2f3f7;
  transition: none;
  min-height: 50px;
}
.cid-sSlHMVSkBv .navbar-fixed-top {
  padding-top: 0;
}
.cid-sSlHMVSkBv .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-sSlHMVSkBv .navbar-collapse.show {
  position: absolute;
  opacity: 1;
  visibility: visible;
  top: 100%;
  z-index: 999;
  background-color: #ffffff;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding: 15px 20px;
  bottom: auto;
  left: 0px;
  right: 0px;
}
.cid-sSlHMVSkBv .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-sSlHMVSkBv .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sSlHMVSkBv .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-sSlHMVSkBv .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sSlHMVSkBv .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-sSlHMVSkBv .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sSlHMVSkBv .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sSlHMVSkBv .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sSlHMVSkBv .menu-content-top {
  background: #000000;
  max-width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 2rem;
  width: 100%;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-sSlHMVSkBv .menu-content-top .right-wrap .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sSlHMVSkBv .dropdown-item {
  font-weight: 400;
  margin: 0 !important;
  padding: 0 40px !important;
  line-height: 2.6;
}
.cid-sSlHMVSkBv .dropdown-item,
.cid-sSlHMVSkBv .nav-link,
.cid-sSlHMVSkBv .brand-name {
  font-style: normal;
}
.cid-sSlHMVSkBv .dropdown-item:hover,
.cid-sSlHMVSkBv .nav-link:hover,
.cid-sSlHMVSkBv .brand-name:hover {
  color: #fc1010 !important;
}
.cid-sSlHMVSkBv .dropdown-menu {
  background-color: #ffffff;
}
.cid-sSlHMVSkBv .dropdown-item:active {
  background-color: #ffffff;
}
.cid-sSlHMVSkBv .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
}
.cid-sSlHMVSkBv .navbar-dropdown.bg-color.transparent.opened {
  background: #f2f3f7;
}
.cid-sSlHMVSkBv .nav-item {
  position: relative;
}
.cid-sSlHMVSkBv .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sSlHMVSkBv .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-sSlHMVSkBv .nav-item .nav-link:focus {
  outline: none;
}
@media (min-width: 991px) {
  .cid-sSlHMVSkBv .nav-link {
    line-height: 6.13;
  }
  .cid-sSlHMVSkBv .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #fc1010;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-sSlHMVSkBv .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
}
.cid-sSlHMVSkBv .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sSlHMVSkBv .content-text {
  margin-bottom: 0;
}
.cid-sSlHMVSkBv .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sSlHMVSkBv .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #36187d;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sSlHMVSkBv .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sSlHMVSkBv .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sSlHMVSkBv .navbar-nav .nav-item .link {
  margin: 0 20px !important;
}
.cid-sSlHMVSkBv .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sSlHMVSkBv .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sSlHMVSkBv .content-right-side {
  text-align: center;
}
.cid-sSlHMVSkBv .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sSlHMVSkBv .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sSlHMVSkBv .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
  color: #ea2396;
}
.cid-sSlHMVSkBv .widget-icon.mobi-mbri-phone {
  -webkit-animation: phone-icon-animate 1s ease-in-out infinite;
  animation: phone-icon-animate 1s ease-in-out infinite;
}
.cid-sSlHMVSkBv .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sSlHMVSkBv .info-widget:first-child {
  margin-left: 0;
}
.cid-sSlHMVSkBv .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sSlHMVSkBv .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.7;
}
.cid-sSlHMVSkBv .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-sSlHMVSkBv .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #d9dade;
}
@media (min-width: 992px) {
  .cid-sSlHMVSkBv .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-sSlHMVSkBv .navbar {
    display: block;
    padding: 0;
  }
  .cid-sSlHMVSkBv .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-sSlHMVSkBv .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    align-self: auto;
    display: flex;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-sSlHMVSkBv .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-sSlHMVSkBv .navbar-toggler {
    display: none;
  }
  .cid-sSlHMVSkBv .navbar-collapse {
    justify-content: flex-start;
  }
}
.cid-sSlHMVSkBv .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-sSlHMVSkBv .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-right: 0;
}
.cid-sSlHMVSkBv .btn-sm {
  padding: 13px 29px;
}
.cid-sSlHMVSkBv .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sSlHMVSkBv .btn::after {
  background-color: #fcff00;
  content: "";
  height: 150px;
  left: -75px;
  position: absolute;
  top: -60px;
  transform: rotate(35deg);
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  width: 40px;
  opacity: 0;
  outline: none;
  text-decoration: none;
}
.cid-sSlHMVSkBv .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-sSlHMVSkBv .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sSlHMVSkBv .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sSlHMVSkBv .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-sSlHMVSkBv .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sSlHMVSkBv .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sSlHMVSkBv .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sSlHMVSkBv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sSlHMVSkBv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sSlHMVSkBv .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-sSlHMVSkBv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sSlHMVSkBv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sSlHMVSkBv .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sSlHMVSkBv .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sSlHMVSkBv .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-sSlHMVSkBv .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-sSlHMVSkBv .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sSlHMVSkBv .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sSlHMVSkBv .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sSlHMVSkBv button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  margin-right: 0;
}
.cid-sSlHMVSkBv button.navbar-toggler:focus {
  outline: none;
}
.cid-sSlHMVSkBv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sSlHMVSkBv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sSlHMVSkBv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sSlHMVSkBv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sSlHMVSkBv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sSlHMVSkBv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sSlHMVSkBv nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sSlHMVSkBv nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sSlHMVSkBv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sSlHMVSkBv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sSlHMVSkBv .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sSlHMVSkBv .collapsed .btn {
  display: flex;
}
.cid-sSlHMVSkBv .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sSlHMVSkBv .collapsed .navbar-collapse.collapsing,
.cid-sSlHMVSkBv .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sSlHMVSkBv .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sSlHMVSkBv .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sSlHMVSkBv .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sSlHMVSkBv .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sSlHMVSkBv .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sSlHMVSkBv .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-sSlHMVSkBv .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sSlHMVSkBv .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sSlHMVSkBv .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sSlHMVSkBv .collapsed button.navbar-toggler {
  display: block;
}
.cid-sSlHMVSkBv .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-sSlHMVSkBv .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-sSlHMVSkBv .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-sSlHMVSkBv .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sSlHMVSkBv .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sSlHMVSkBv .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: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-sSlHMVSkBv .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sSlHMVSkBv .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-sSlHMVSkBv .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-sSlHMVSkBv .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-sSlHMVSkBv .menu-bottom .menu-content-right {
    display: none;
  }
  .cid-sSlHMVSkBv .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
    opacity: 0;
    transition: all 0.3s ease-in;
    position: absolute;
    top: 100%;
    bottom: auto;
    left: 0px;
    right: 0px;
    z-index: 999;
  }
  .cid-sSlHMVSkBv .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-sSlHMVSkBv .navbar-collapse.collapsing,
  .cid-sSlHMVSkBv .navbar-collapse.show {
    display: block !important;
  }
  .cid-sSlHMVSkBv .navbar-collapse.collapsing .navbar-nav,
  .cid-sSlHMVSkBv .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sSlHMVSkBv .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sSlHMVSkBv .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sSlHMVSkBv .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-sSlHMVSkBv .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
  }
  .cid-sSlHMVSkBv .navbar-collapse.collapsing .navbar-buttons,
  .cid-sSlHMVSkBv .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-sSlHMVSkBv .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sSlHMVSkBv .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sSlHMVSkBv img {
    height: 3.8rem !important;
  }
  .cid-sSlHMVSkBv .btn {
    display: flex;
  }
  .cid-sSlHMVSkBv button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-sSlHMVSkBv .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-sSlHMVSkBv .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-sSlHMVSkBv .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-sSlHMVSkBv .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sSlHMVSkBv .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sSlHMVSkBv .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: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-sSlHMVSkBv .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sSlHMVSkBv .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-sSlHMVSkBv .navbar-toggler {
  position: relative;
}
.cid-sSlHMVSkBv .dropdown-item.active,
.cid-sSlHMVSkBv .dropdown-item:active {
  color: initial;
}
.cid-sSlHMVSkBv .widget-title {
  color: #fcff00;
}
.cid-sSlHMVSkBv .widget-text {
  color: #fcff00;
}
.cid-sSlHMVSkBv .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-sSlHMVSkBv .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #36187d;
  display: inline-flex;
  background-color: #232323;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-sSlHMVSkBv .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-sSlHMVSkBv .icons-menu .mbr-iconfont:hover {
  color: #ffffff;
  background-color: #000000;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-sSlHMVSkBv .soc-item {
  margin: .5rem .3rem;
}
@media (max-width: 768px) {
  .cid-sSlHMVSkBv .menu-content-top .icons-menu {
    padding-left: 0;
  }
  .cid-sSlHMVSkBv .menu-content-top .icons-menu .soc-item .mbr-iconfont {
    font-size: 14px;
  }
  .cid-sSlHMVSkBv .menu-content-top .icons-menu .soc-item .mbr-iconfont::before {
    padding: 0.44rem;
  }
  .cid-sSlHMVSkBv .menu-content-top .right-wrap .info-widget {
    margin-left: 20px;
  }
  .cid-sSlHMVSkBv .menu-content-top .right-wrap .info-widget:first-child {
    margin-left: 0;
  }
  .cid-sSlHMVSkBv .menu-content-top .right-wrap .info-widget .widget-content {
    display: none;
  }
  .cid-sSlHMVSkBv .menu-content-top .right-wrap .info-widget .widget-icon {
    font-size: 25px;
    padding-right: 0;
  }
  .cid-sSlHMVSkBv .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-sSlHMVSkBv .menu-content-top,
  .cid-sSlHMVSkBv .menu-bottom {
    padding: 0 15px;
  }
  .cid-sSlHMVSkBv button.navbar-toggler {
    align-self: center;
  }
}
@-webkit-keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
.cid-sSlHMVSkBv .widget-title,
.cid-sSlHMVSkBv .widget-icon {
  color: #ffffff;
}
.cid-sSlZDwUF9U {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-sSlZDwUF9U .date__block {
  margin-bottom: 17px;
}
.cid-sSlZDwUF9U .date__article {
  display: inline-block;
  margin: 0;
  padding: 0 7.5px;
  color: #fc1010;
}
.cid-sSlZDwUF9U .dot {
  display: inline-block;
  vertical-align: super;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #35b8fc;
}
.cid-sSlZDwUF9U .date__d {
  display: inline-block;
  margin: 0;
  padding: 0 7.5px;
  color: #689bb2;
}
.cid-sSlZDwUF9U .title__block {
  position: relative;
  z-index: 1;
  padding-top: 40px;
  padding-bottom: 91px;
}
.cid-sSlZDwUF9U .mbr-section-title {
  margin-bottom: 18px;
}
.cid-sSlZDwUF9U .mbr-text {
  margin-bottom: 20px;
}
.cid-sSlZDwUF9U .link {
  display: block;
  margin-bottom: 0;
  white-space: nowrap;
}
.cid-sSlZDwUF9U .link a {
  font-weight: 700;
}
.cid-sSlZDwUF9U .link span {
  display: inline-block !important;
  transition: all 0.3s ease;
  margin-left: 13px;
}
.cid-sSlZDwUF9U .link:hover span {
  transform: translateX(9px);
}
.cid-sSlZDwUF9U .image__block {
  margin-bottom: -144px;
  padding-top: 121px;
  position: relative;
}
.cid-sSlZDwUF9U .image__block:after {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 100%;
  background-color: #000000;
}
.cid-sSlZDwUF9U .image {
  position: relative;
  width: 100%;
  z-index: 1;
}
.cid-sSlZDwUF9U .image:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 575px;
  background-color: #fcff00;
}
.cid-sSlZDwUF9U .image img {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform: translatex(-50%);
}
.cid-sSlZDwUF9U .content__wrap {
  position: relative;
  z-index: 2;
  margin-bottom: 95px;
}
.cid-sSlZDwUF9U .content__wrap:after {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  left: 15px;
  right: 15px;
  height: 100%;
  background-color: #000000;
  border-bottom: 1px solid #fcff00;
}
@media (max-width: 991px) {
  .cid-sSlZDwUF9U .title__block {
    padding: 25px 30px 55px;
  }
  .cid-sSlZDwUF9U .content__wrap {
    margin-bottom: 90px;
  }
  .cid-sSlZDwUF9U .date__block {
    padding-top: 22px;
    margin-bottom: 17px;
  }
  .cid-sSlZDwUF9U .mbr-section-title {
    margin-bottom: 15px;
  }
  .cid-sSlZDwUF9U .mbr-text {
    margin-bottom: 11px;
  }
  .cid-sSlZDwUF9U .image__block {
    min-height: 150px;
    padding-top: 68px;
    margin-bottom: 0;
  }
  .cid-sSlZDwUF9U .image:before {
    padding-top: 375px;
  }
}
.cid-sSlZDwUF9U .mbr-section-title,
.cid-sSlZDwUF9U .date__block {
  color: #ffffff;
}
.cid-sSlZGizZY4 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-sSlZGizZY4 .container-fluid {
  position: relative;
}
.cid-sSlZGizZY4 .page-title-content {
  width: 100%;
}
.cid-sSlZGizZY4 .page-title-content .mbr-iconfont {
  font-size: 55px;
  height: 55px;
  line-height: 55px;
  width: 55px;
  margin-top: -10px;
  color: #f1a631;
}
.cid-sSlZGizZY4 .page-title-content .mbr-iconfont:hover {
  cursor: pointer;
}
@media (max-width: 576px) {
  .cid-sSlZGizZY4 .page-title-content {
    text-align: center;
  }
}
.cid-sSlZGizZY4 .title {
  letter-spacing: 0.8px;
  margin-top: 24px;
  font-weight: 300;
  margin: 0;
  position: relative;
  word-wrap: break-word;
}
.cid-sSlZGizZY4 a {
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.cid-sSlZGizZY4 a:not(:first-child) {
  margin-left: 20px;
}
.cid-sSlZGizZY4 a:after {
  position: absolute;
  margin-top: 7px;
  background-color: currentColor;
  display: block;
  content: "";
  height: 2px;
  width: 100%;
}
.cid-sSlZGizZY4 a::before {
  position: absolute;
  margin-top: 5px;
  background-color: currentColor;
  display: block;
  content: "";
  height: 2px;
  width: 0%;
  bottom: 7px;
}
.cid-sSlZGizZY4 a:hover:after,
.cid-sSlZGizZY4 a:focus:after {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: slidein;
  animation-name: slidein;
}
.cid-sSlZGizZY4 a:hover:before,
.cid-sSlZGizZY4 a:focus:before {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-name: slideout;
  animation-name: slideout;
}
.cid-sSlZGizZY4 a.text-white:hover,
.cid-sSlZGizZY4 a.text-white:focus {
  color: #ffffff !important;
}
.cid-sSlZGizZY4 .mbr-section-btn {
  margin-left: 0;
  margin-right: 0;
}
.cid-sSlZGizZY4 .page-title-content .title,
.cid-sSlZGizZY4 .icon-section,
.cid-sSlZGizZY4 .mbr-section-btn {
  color: #ffffff;
}
.cid-sSlHN0d91t {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #f2f3f7;
}
.cid-sSlHN0d91t img,
.cid-sSlHN0d91t .item-img {
  border-radius: 2rem;
  transition: all 0.3s;
  overflow: hidden;
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-sSlHN0d91t .item:focus,
.cid-sSlHN0d91t span:focus {
  outline: none;
}
.cid-sSlHN0d91t .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sSlHN0d91t .item-wrapper {
  position: relative;
  padding: 1rem;
  border-radius: 3rem;
  background: #f2f3f7;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
}
.cid-sSlHN0d91t .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 767px) {
  .cid-sSlHN0d91t .item-wrapper {
    border-radius: 2rem;
  }
}
.cid-sSlHN0d91t .item-content {
  padding: 1.5rem 1rem;
}
@media (max-width: 767px) {
  .cid-sSlHN0d91t .item-content {
    padding: 1rem 0;
  }
}
.cid-sSlHN0d91t .mbr-section-title {
  color: #000000;
}
.cid-sSlHN0d91t .item-title {
  color: #000000;
}
.cid-sSlHN0d91t .item-subtitle {
  color: #bec2cf;
}
.cid-sSlHN0d91t .mbr-text,
.cid-sSlHN0d91t .mbr-section-btn {
  color: #6c758f;
}
.cid-sSlHN0d91t .mbr-link {
  color: #0196e3;
  display: block;
}
.cid-sSlHN1pm4H {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #f2f3f7;
}
.cid-sSlHN1pm4H img,
.cid-sSlHN1pm4H .item-img {
  border-radius: 2rem;
  transition: all 0.3s;
  overflow: hidden;
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-sSlHN1pm4H .item:focus,
.cid-sSlHN1pm4H span:focus {
  outline: none;
}
.cid-sSlHN1pm4H .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sSlHN1pm4H .item-wrapper {
  position: relative;
  padding: 1rem;
  border-radius: 3rem;
  background: #f2f3f7;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
}
.cid-sSlHN1pm4H .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 767px) {
  .cid-sSlHN1pm4H .item-wrapper {
    border-radius: 2rem;
  }
}
.cid-sSlHN1pm4H .item-content {
  padding: 1.5rem 1rem;
}
@media (max-width: 767px) {
  .cid-sSlHN1pm4H .item-content {
    padding: 1rem 0;
  }
}
.cid-sSlHN1pm4H .mbr-section-title {
  color: #36187d;
}
.cid-sSlHN1pm4H .item-title {
  color: #000000;
}
.cid-sSlHN1pm4H .item-subtitle {
  color: #bec2cf;
}
.cid-sSlHN1pm4H .mbr-text,
.cid-sSlHN1pm4H .mbr-section-btn {
  color: #6c758f;
}
.cid-sSlHN1pm4H .mbr-link {
  color: #0196e3;
  display: block;
}
.cid-sSlHN2zbek {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #f2f3f7;
}
.cid-sSlHN2zbek img,
.cid-sSlHN2zbek .item-img {
  border-radius: 2rem;
  transition: all 0.3s;
  overflow: hidden;
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-sSlHN2zbek .item:focus,
.cid-sSlHN2zbek span:focus {
  outline: none;
}
.cid-sSlHN2zbek .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sSlHN2zbek .item-wrapper {
  position: relative;
  padding: 1rem;
  border-radius: 3rem;
  background: #f2f3f7;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
}
.cid-sSlHN2zbek .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 767px) {
  .cid-sSlHN2zbek .item-wrapper {
    border-radius: 2rem;
  }
}
.cid-sSlHN2zbek .item-content {
  padding: 1.5rem 1rem;
}
@media (max-width: 767px) {
  .cid-sSlHN2zbek .item-content {
    padding: 1rem 0;
  }
}
.cid-sSlHN2zbek .mbr-section-title {
  color: #36187d;
}
.cid-sSlHN2zbek .item-title {
  color: #000000;
}
.cid-sSlHN2zbek .item-subtitle {
  color: #bec2cf;
}
.cid-sSlHN2zbek .mbr-text,
.cid-sSlHN2zbek .mbr-section-btn {
  color: #6c758f;
}
.cid-sSlHN2zbek .mbr-link {
  color: #0196e3;
  display: block;
}
.cid-sSlHN3Rbh1 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #f2f3f7;
}
.cid-sSlHN3Rbh1 img,
.cid-sSlHN3Rbh1 .item-img {
  border-radius: 2rem;
  transition: all 0.3s;
  overflow: hidden;
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-sSlHN3Rbh1 .item:focus,
.cid-sSlHN3Rbh1 span:focus {
  outline: none;
}
.cid-sSlHN3Rbh1 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sSlHN3Rbh1 .item-wrapper {
  position: relative;
  padding: 1rem;
  border-radius: 3rem;
  background: #f2f3f7;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
}
.cid-sSlHN3Rbh1 .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 767px) {
  .cid-sSlHN3Rbh1 .item-wrapper {
    border-radius: 2rem;
  }
}
.cid-sSlHN3Rbh1 .item-content {
  padding: 1.5rem 1rem;
}
@media (max-width: 767px) {
  .cid-sSlHN3Rbh1 .item-content {
    padding: 1rem 0;
  }
}
.cid-sSlHN3Rbh1 .mbr-section-title {
  color: #36187d;
}
.cid-sSlHN3Rbh1 .item-title {
  color: #000000;
}
.cid-sSlHN3Rbh1 .item-subtitle {
  color: #bec2cf;
}
.cid-sSlHN3Rbh1 .mbr-text,
.cid-sSlHN3Rbh1 .mbr-section-btn {
  color: #6c758f;
}
.cid-sSlHN3Rbh1 .mbr-link {
  color: #0196e3;
  display: block;
}
.cid-sSlHN51I7z {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #f2f3f7;
}
.cid-sSlHN51I7z img,
.cid-sSlHN51I7z .item-img {
  border-radius: 2rem;
  transition: all 0.3s;
  overflow: hidden;
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-sSlHN51I7z .item:focus,
.cid-sSlHN51I7z span:focus {
  outline: none;
}
.cid-sSlHN51I7z .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sSlHN51I7z .item-wrapper {
  position: relative;
  padding: 1rem;
  border-radius: 3rem;
  background: #f2f3f7;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
}
.cid-sSlHN51I7z .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 767px) {
  .cid-sSlHN51I7z .item-wrapper {
    border-radius: 2rem;
  }
}
.cid-sSlHN51I7z .item-content {
  padding: 1.5rem 1rem;
}
@media (max-width: 767px) {
  .cid-sSlHN51I7z .item-content {
    padding: 1rem 0;
  }
}
.cid-sSlHN51I7z .mbr-section-title {
  color: #36187d;
}
.cid-sSlHN51I7z .item-title {
  color: #000000;
}
.cid-sSlHN51I7z .item-subtitle {
  color: #bec2cf;
}
.cid-sSlHN51I7z .mbr-text,
.cid-sSlHN51I7z .mbr-section-btn {
  color: #6c758f;
}
.cid-sSlHN51I7z .mbr-link {
  color: #0196e3;
  display: block;
}
.cid-sSlHN6jvYz {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #f2f3f7;
}
.cid-sSlHN6jvYz img,
.cid-sSlHN6jvYz .item-img {
  border-radius: 2rem;
  transition: all 0.3s;
  overflow: hidden;
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-sSlHN6jvYz .item:focus,
.cid-sSlHN6jvYz span:focus {
  outline: none;
}
.cid-sSlHN6jvYz .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sSlHN6jvYz .item-wrapper {
  position: relative;
  padding: 1rem;
  border-radius: 3rem;
  background: #f2f3f7;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
}
.cid-sSlHN6jvYz .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 767px) {
  .cid-sSlHN6jvYz .item-wrapper {
    border-radius: 2rem;
  }
}
.cid-sSlHN6jvYz .item-content {
  padding: 1.5rem 1rem;
}
@media (max-width: 767px) {
  .cid-sSlHN6jvYz .item-content {
    padding: 1rem 0;
  }
}
.cid-sSlHN6jvYz .mbr-section-title {
  color: #36187d;
}
.cid-sSlHN6jvYz .item-title {
  color: #000000;
}
.cid-sSlHN6jvYz .item-subtitle {
  color: #bec2cf;
}
.cid-sSlHN6jvYz .mbr-text,
.cid-sSlHN6jvYz .mbr-section-btn {
  color: #6c758f;
}
.cid-sSlHN6jvYz .mbr-link {
  color: #0196e3;
  display: block;
}
.cid-sSlHN7yi76 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #f2f3f7;
}
.cid-sSlHN7yi76 img,
.cid-sSlHN7yi76 .item-img {
  border-radius: 2rem;
  transition: all 0.3s;
  overflow: hidden;
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-sSlHN7yi76 .item:focus,
.cid-sSlHN7yi76 span:focus {
  outline: none;
}
.cid-sSlHN7yi76 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sSlHN7yi76 .item-wrapper {
  position: relative;
  padding: 1rem;
  border-radius: 3rem;
  background: #f2f3f7;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
}
.cid-sSlHN7yi76 .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 767px) {
  .cid-sSlHN7yi76 .item-wrapper {
    border-radius: 2rem;
  }
}
.cid-sSlHN7yi76 .item-content {
  padding: 1.5rem 1rem;
}
@media (max-width: 767px) {
  .cid-sSlHN7yi76 .item-content {
    padding: 1rem 0;
  }
}
.cid-sSlHN7yi76 .mbr-section-title {
  color: #36187d;
}
.cid-sSlHN7yi76 .item-title {
  color: #000000;
}
.cid-sSlHN7yi76 .item-subtitle {
  color: #bec2cf;
}
.cid-sSlHN7yi76 .mbr-text,
.cid-sSlHN7yi76 .mbr-section-btn {
  color: #6c758f;
}
.cid-sSlHN7yi76 .mbr-link {
  color: #0196e3;
  display: block;
}
.cid-sSlHN8J0ak {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #f2f3f7;
}
.cid-sSlHN8J0ak img,
.cid-sSlHN8J0ak .item-img {
  border-radius: 2rem;
  transition: all 0.3s;
  overflow: hidden;
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-sSlHN8J0ak .item:focus,
.cid-sSlHN8J0ak span:focus {
  outline: none;
}
.cid-sSlHN8J0ak .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sSlHN8J0ak .item-wrapper {
  position: relative;
  padding: 1rem;
  border-radius: 3rem;
  background: #f2f3f7;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
}
.cid-sSlHN8J0ak .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 767px) {
  .cid-sSlHN8J0ak .item-wrapper {
    border-radius: 2rem;
  }
}
.cid-sSlHN8J0ak .item-content {
  padding: 1.5rem 1rem;
}
@media (max-width: 767px) {
  .cid-sSlHN8J0ak .item-content {
    padding: 1rem 0;
  }
}
.cid-sSlHN8J0ak .mbr-section-title {
  color: #36187d;
}
.cid-sSlHN8J0ak .item-title {
  color: #000000;
}
.cid-sSlHN8J0ak .item-subtitle {
  color: #bec2cf;
}
.cid-sSlHN8J0ak .mbr-text,
.cid-sSlHN8J0ak .mbr-section-btn {
  color: #6c758f;
}
.cid-sSlHN8J0ak .mbr-link {
  color: #0196e3;
  display: block;
}
.cid-sSlHN9Yu3J {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #f2f3f7;
}
.cid-sSlHN9Yu3J img,
.cid-sSlHN9Yu3J .item-img {
  border-radius: 2rem;
  transition: all 0.3s;
  overflow: hidden;
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-sSlHN9Yu3J .item:focus,
.cid-sSlHN9Yu3J span:focus {
  outline: none;
}
.cid-sSlHN9Yu3J .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sSlHN9Yu3J .item-wrapper {
  position: relative;
  padding: 1rem;
  border-radius: 3rem;
  background: #f2f3f7;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
}
.cid-sSlHN9Yu3J .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 767px) {
  .cid-sSlHN9Yu3J .item-wrapper {
    border-radius: 2rem;
  }
}
.cid-sSlHN9Yu3J .item-content {
  padding: 1.5rem 1rem;
}
@media (max-width: 767px) {
  .cid-sSlHN9Yu3J .item-content {
    padding: 1rem 0;
  }
}
.cid-sSlHN9Yu3J .mbr-section-title {
  color: #36187d;
}
.cid-sSlHN9Yu3J .item-title {
  color: #000000;
}
.cid-sSlHN9Yu3J .item-subtitle {
  color: #bec2cf;
}
.cid-sSlHN9Yu3J .mbr-text,
.cid-sSlHN9Yu3J .mbr-section-btn {
  color: #6c758f;
}
.cid-sSlHN9Yu3J .mbr-link {
  color: #0196e3;
  display: block;
}
.cid-sSlHNg1qPv {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f2f3f7;
}
.cid-sSlHNg1qPv .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 3.5rem;
  color: #000000;
  margin-bottom: 1rem;
  border-radius: 50%;
  overflow: visible;
}
.cid-sSlHNg1qPv .row {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%);
  backdrop-filter: blur(3.5px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  padding: 3rem 3rem;
  padding-top: 5rem;
  padding-bottom: 2rem;
  margin: 0;
  overflow: visible;
  position: relative;
}
@media (max-width: 767px) {
  .cid-sSlHNg1qPv .row {
    padding: 2rem 1rem;
  }
}
.cid-sSlHNg1qPv .row:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  border: 2px solid white;
  border-radius: 30px;
  pointer-events: none;
}
.cid-sSlHNg1qPv .card-wrapper {
  overflow: visible;
  margin-bottom: 2rem;
}
.cid-sSlHNg1qPv .card-text {
  color: #31363b;
  text-align: center;
}
.cid-sSlHNg1qPv .card-title,
.cid-sSlHNg1qPv .iconfont-wrapper {
  color: #000000;
  text-align: center;
}
.cid-sSlHNg1qPv .mbr-section-subtitle {
  color: #263d5a;
  text-align: center;
}
.cid-sSlHNg1qPv .mbr-section-title {
  color: #000000;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-sSlHNg1qPv .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sSlHNg1qPv .card-link {
  text-align: center;
}
.cid-sSlHNPMokq {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-sSlHNPMokq .mbr-section-subtitle {
  color: #8c8c95;
  text-align: center;
  max-width: 552px;
  margin: auto;
}
.cid-sSlHNPMokq .mbr-section-title {
  text-align: center;
  color: #14142b;
  margin: auto;
}
.cid-sSlHNPMokq .row {
  align-items: center;
  height: 100%;
}
.cid-sSlHNPMokq .wrapper {
  margin: auto;
}
.cid-sSlHNQXQLD {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-sSlHNQXQLD .card-wrapper {
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  border-radius: 30px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #ffffff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 1rem 1rem !important;
  box-shadow: 0 15px 50px 10px rgba(179, 179, 179, 0.6);
}
.cid-sSlHNQXQLD .card-wrapper:hover {
  -webkit-transform: translateY(1rem);
  transform: translateY(1rem);
}
.cid-sSlHNQXQLD .card-wrapper:hover .ico2 {
  color: #36187d !important;
}
.cid-sSlHNQXQLD .ico2 {
  color: #fcff00 !important;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.cid-sSlHNQXQLD .text-info:hover {
  color: inherit !important;
}
.cid-sSlHNQXQLD .card-box {
  padding: 0rem 1rem;
}
.cid-sSlHNQXQLD .ico1 {
  font-size: 3rem !important;
}
.cid-sSlHNQXQLD h3,
.cid-sSlHNQXQLD h4 {
  padding: 0;
  margin: 0;
}
.cid-sSlHNSsqsV {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #f2f3f7;
}
.cid-sSlHNSsqsV .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-sSlHNSsqsV .btn {
  padding: 1rem 3rem;
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .cid-sSlHNSsqsV .col-auto {
    margin: auto;
  }
}
.cid-sSlHNSsqsV textarea {
  min-height: 200px;
}
.cid-sSlHNSsqsV .form-control,
.cid-sSlHNSsqsV .field-input {
  padding: 1.5rem 2rem;
  box-shadow: inset 1px 1px 2px 0 #d2dce9;
  background-color: #edeff3;
  border-radius: 3rem;
  border: 0!important;
  color: #000000;
  transition: 0.4s;
  outline: none;
}
.cid-sSlHNSsqsV .form-control::-webkit-input-placeholder,
.cid-sSlHNSsqsV .field-input::-webkit-input-placeholder,
.cid-sSlHNSsqsV .form-control::-webkit-input-placeholder,
.cid-sSlHNSsqsV .field-input::-webkit-input-placeholder {
  color: #36187d;
}
.cid-sSlHNSsqsV .form-control:-moz-placeholder,
.cid-sSlHNSsqsV .field-input:-moz-placeholder,
.cid-sSlHNSsqsV .form-control:-moz-placeholder,
.cid-sSlHNSsqsV .field-input:-moz-placeholder {
  color: #36187d;
}
.cid-sSlHNSsqsV .form-control:hover,
.cid-sSlHNSsqsV .field-input:hover,
.cid-sSlHNSsqsV .form-control:focus,
.cid-sSlHNSsqsV .field-input:focus {
  background-color: #edeff3;
  color: #232323;
  border: 0!important;
  box-shadow: inset 1px 1px 2px 0 #d2dce9;
  outline: none;
}
.cid-sSlHNSsqsV .form-control:hover::-webkit-input-placeholder,
.cid-sSlHNSsqsV .field-input:hover::-webkit-input-placeholder,
.cid-sSlHNSsqsV .form-control:focus::-webkit-input-placeholder,
.cid-sSlHNSsqsV .field-input:focus::-webkit-input-placeholder,
.cid-sSlHNSsqsV .form-control:hover::-webkit-input-placeholder,
.cid-sSlHNSsqsV .field-input:hover::-webkit-input-placeholder,
.cid-sSlHNSsqsV .form-control:focus::-webkit-input-placeholder,
.cid-sSlHNSsqsV .field-input:focus::-webkit-input-placeholder {
  color: #36187d;
}
.cid-sSlHNSsqsV .form-control:hover:-moz-placeholder,
.cid-sSlHNSsqsV .field-input:hover:-moz-placeholder,
.cid-sSlHNSsqsV .form-control:focus:-moz-placeholder,
.cid-sSlHNSsqsV .field-input:focus:-moz-placeholder,
.cid-sSlHNSsqsV .form-control:hover:-moz-placeholder,
.cid-sSlHNSsqsV .field-input:hover:-moz-placeholder,
.cid-sSlHNSsqsV .form-control:focus:-moz-placeholder,
.cid-sSlHNSsqsV .field-input:focus:-moz-placeholder {
  color: #36187d;
}
.cid-sSlHNSsqsV .jq-number__spin:hover,
.cid-sSlHNSsqsV .jq-number__spin:focus {
  background-color: #edeff3;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-sSlHNSsqsV .jq-number__spin {
  background-color: #edeff3;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-sSlHNSsqsV .jq-selectbox li,
.cid-sSlHNSsqsV .jq-selectbox li {
  background-color: #edeff3;
  color: #000000;
}
.cid-sSlHNSsqsV .jq-selectbox li:hover,
.cid-sSlHNSsqsV .jq-selectbox li.selected {
  background-color: #edeff3;
  color: #000000;
}
.cid-sSlHNSsqsV .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-sSlHNSsqsV .jq-number__spin.minus:hover:after,
.cid-sSlHNSsqsV .jq-number__spin.plus:hover:after {
  border-top-color: #edeff3;
  border-bottom-color: #edeff3;
}
.cid-sSlHNSsqsV .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-sSlHNSsqsV .jq-number__spin.minus:after,
.cid-sSlHNSsqsV .jq-number__spin.plus:after {
  border-top-color: #edeff3;
  border-bottom-color: #edeff3;
}
.cid-sSlHNSsqsV input::-webkit-clear-button {
  display: none;
}
.cid-sSlHNSsqsV input::-webkit-inner-spin-button {
  display: none;
}
.cid-sSlHNSsqsV input::-webkit-outer-spin-button {
  display: none;
}
.cid-sSlHNSsqsV input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-sSlHNSsqsV H4 {
  color: #36187d;
}
.cid-sSlHNSsqsV .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-sSlHNSsqsV P {
  text-align: center;
  color: #000000;
}
@media (max-width: 767px) {
  .cid-sSlHNSsqsV .form-row {
    flex-direction: column;
  }
}
.cid-sSlHNTMhae {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-sSlHNTMhae .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-sSlHNTMhae .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sSlHNTMhae .row {
    text-align: center;
  }
  .cid-sSlHNTMhae .row > div {
    margin: auto;
  }
  .cid-sSlHNTMhae .social-row {
    justify-content: center;
  }
}
.cid-sSlHNTMhae .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-sSlHNTMhae .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sSlHNTMhae .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sSlHNTMhae .list {
    margin-bottom: 0rem;
  }
}
.cid-sSlHNTMhae .mbr-text {
  color: #ffffff;
}
.cid-sSlHNTMhae .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-sSlHNTMhae .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-sSlHNTMhae div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-sSlHNTMhae .mbr-section-subtitle {
  text-align: left;
}
.cid-sSlHNTMhae H5 {
  color: #fcff00;
}
.cid-sSlHNTMhae .copyright {
  color: #ffffff;
}
.cid-sSqyCBrDyn .navbar {
  padding: 0.5rem 0;
  background: #f2f3f7;
  transition: none;
  min-height: 50px;
}
.cid-sSqyCBrDyn .navbar-fixed-top {
  padding-top: 0;
}
.cid-sSqyCBrDyn .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-sSqyCBrDyn .navbar-collapse.show {
  position: absolute;
  opacity: 1;
  visibility: visible;
  top: 100%;
  z-index: 999;
  background-color: #ffffff;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding: 15px 20px;
  bottom: auto;
  left: 0px;
  right: 0px;
}
.cid-sSqyCBrDyn .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-sSqyCBrDyn .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sSqyCBrDyn .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-sSqyCBrDyn .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sSqyCBrDyn .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-sSqyCBrDyn .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sSqyCBrDyn .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sSqyCBrDyn .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sSqyCBrDyn .menu-content-top {
  background: #000000;
  max-width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 2rem;
  width: 100%;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-sSqyCBrDyn .menu-content-top .right-wrap .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sSqyCBrDyn .dropdown-item {
  font-weight: 400;
  margin: 0 !important;
  padding: 0 40px !important;
  line-height: 2.6;
}
.cid-sSqyCBrDyn .dropdown-item,
.cid-sSqyCBrDyn .nav-link,
.cid-sSqyCBrDyn .brand-name {
  font-style: normal;
}
.cid-sSqyCBrDyn .dropdown-item:hover,
.cid-sSqyCBrDyn .nav-link:hover,
.cid-sSqyCBrDyn .brand-name:hover {
  color: #fc1010 !important;
}
.cid-sSqyCBrDyn .dropdown-menu {
  background-color: #ffffff;
}
.cid-sSqyCBrDyn .dropdown-item:active {
  background-color: #ffffff;
}
.cid-sSqyCBrDyn .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
}
.cid-sSqyCBrDyn .navbar-dropdown.bg-color.transparent.opened {
  background: #f2f3f7;
}
.cid-sSqyCBrDyn .nav-item {
  position: relative;
}
.cid-sSqyCBrDyn .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sSqyCBrDyn .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-sSqyCBrDyn .nav-item .nav-link:focus {
  outline: none;
}
@media (min-width: 991px) {
  .cid-sSqyCBrDyn .nav-link {
    line-height: 6.13;
  }
  .cid-sSqyCBrDyn .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #fc1010;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-sSqyCBrDyn .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
}
.cid-sSqyCBrDyn .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sSqyCBrDyn .content-text {
  margin-bottom: 0;
}
.cid-sSqyCBrDyn .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sSqyCBrDyn .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #36187d;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sSqyCBrDyn .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sSqyCBrDyn .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sSqyCBrDyn .navbar-nav .nav-item .link {
  margin: 0 20px !important;
}
.cid-sSqyCBrDyn .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sSqyCBrDyn .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sSqyCBrDyn .content-right-side {
  text-align: center;
}
.cid-sSqyCBrDyn .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sSqyCBrDyn .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sSqyCBrDyn .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
  color: #ea2396;
}
.cid-sSqyCBrDyn .widget-icon.mobi-mbri-phone {
  -webkit-animation: phone-icon-animate 1s ease-in-out infinite;
  animation: phone-icon-animate 1s ease-in-out infinite;
}
.cid-sSqyCBrDyn .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sSqyCBrDyn .info-widget:first-child {
  margin-left: 0;
}
.cid-sSqyCBrDyn .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sSqyCBrDyn .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.7;
}
.cid-sSqyCBrDyn .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-sSqyCBrDyn .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #d9dade;
}
@media (min-width: 992px) {
  .cid-sSqyCBrDyn .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-sSqyCBrDyn .navbar {
    display: block;
    padding: 0;
  }
  .cid-sSqyCBrDyn .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-sSqyCBrDyn .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    align-self: auto;
    display: flex;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-sSqyCBrDyn .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-sSqyCBrDyn .navbar-toggler {
    display: none;
  }
  .cid-sSqyCBrDyn .navbar-collapse {
    justify-content: flex-start;
  }
}
.cid-sSqyCBrDyn .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-sSqyCBrDyn .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-right: 0;
}
.cid-sSqyCBrDyn .btn-sm {
  padding: 13px 29px;
}
.cid-sSqyCBrDyn .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sSqyCBrDyn .btn::after {
  background-color: #fcff00;
  content: "";
  height: 150px;
  left: -75px;
  position: absolute;
  top: -60px;
  transform: rotate(35deg);
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  width: 40px;
  opacity: 0;
  outline: none;
  text-decoration: none;
}
.cid-sSqyCBrDyn .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-sSqyCBrDyn .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sSqyCBrDyn .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sSqyCBrDyn .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-sSqyCBrDyn .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sSqyCBrDyn .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sSqyCBrDyn .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sSqyCBrDyn .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sSqyCBrDyn .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sSqyCBrDyn .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-sSqyCBrDyn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sSqyCBrDyn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sSqyCBrDyn .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sSqyCBrDyn .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sSqyCBrDyn .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-sSqyCBrDyn .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-sSqyCBrDyn .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sSqyCBrDyn .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sSqyCBrDyn .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sSqyCBrDyn button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  margin-right: 0;
}
.cid-sSqyCBrDyn button.navbar-toggler:focus {
  outline: none;
}
.cid-sSqyCBrDyn button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sSqyCBrDyn button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sSqyCBrDyn button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sSqyCBrDyn button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sSqyCBrDyn button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sSqyCBrDyn nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sSqyCBrDyn nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sSqyCBrDyn nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sSqyCBrDyn nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sSqyCBrDyn .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sSqyCBrDyn .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sSqyCBrDyn .collapsed .btn {
  display: flex;
}
.cid-sSqyCBrDyn .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sSqyCBrDyn .collapsed .navbar-collapse.collapsing,
.cid-sSqyCBrDyn .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sSqyCBrDyn .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sSqyCBrDyn .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sSqyCBrDyn .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sSqyCBrDyn .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sSqyCBrDyn .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sSqyCBrDyn .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-sSqyCBrDyn .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sSqyCBrDyn .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sSqyCBrDyn .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sSqyCBrDyn .collapsed button.navbar-toggler {
  display: block;
}
.cid-sSqyCBrDyn .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-sSqyCBrDyn .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-sSqyCBrDyn .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-sSqyCBrDyn .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sSqyCBrDyn .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sSqyCBrDyn .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: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-sSqyCBrDyn .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sSqyCBrDyn .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-sSqyCBrDyn .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-sSqyCBrDyn .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-sSqyCBrDyn .menu-bottom .menu-content-right {
    display: none;
  }
  .cid-sSqyCBrDyn .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
    opacity: 0;
    transition: all 0.3s ease-in;
    position: absolute;
    top: 100%;
    bottom: auto;
    left: 0px;
    right: 0px;
    z-index: 999;
  }
  .cid-sSqyCBrDyn .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-sSqyCBrDyn .navbar-collapse.collapsing,
  .cid-sSqyCBrDyn .navbar-collapse.show {
    display: block !important;
  }
  .cid-sSqyCBrDyn .navbar-collapse.collapsing .navbar-nav,
  .cid-sSqyCBrDyn .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sSqyCBrDyn .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sSqyCBrDyn .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sSqyCBrDyn .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-sSqyCBrDyn .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
  }
  .cid-sSqyCBrDyn .navbar-collapse.collapsing .navbar-buttons,
  .cid-sSqyCBrDyn .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-sSqyCBrDyn .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sSqyCBrDyn .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sSqyCBrDyn img {
    height: 3.8rem !important;
  }
  .cid-sSqyCBrDyn .btn {
    display: flex;
  }
  .cid-sSqyCBrDyn button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-sSqyCBrDyn .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-sSqyCBrDyn .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-sSqyCBrDyn .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-sSqyCBrDyn .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sSqyCBrDyn .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sSqyCBrDyn .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: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-sSqyCBrDyn .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sSqyCBrDyn .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-sSqyCBrDyn .navbar-toggler {
  position: relative;
}
.cid-sSqyCBrDyn .dropdown-item.active,
.cid-sSqyCBrDyn .dropdown-item:active {
  color: initial;
}
.cid-sSqyCBrDyn .widget-title {
  color: #fcff00;
}
.cid-sSqyCBrDyn .widget-text {
  color: #fcff00;
}
.cid-sSqyCBrDyn .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-sSqyCBrDyn .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #36187d;
  display: inline-flex;
  background-color: #232323;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-sSqyCBrDyn .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-sSqyCBrDyn .icons-menu .mbr-iconfont:hover {
  color: #ffffff;
  background-color: #000000;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-sSqyCBrDyn .soc-item {
  margin: .5rem .3rem;
}
@media (max-width: 768px) {
  .cid-sSqyCBrDyn .menu-content-top .icons-menu {
    padding-left: 0;
  }
  .cid-sSqyCBrDyn .menu-content-top .icons-menu .soc-item .mbr-iconfont {
    font-size: 14px;
  }
  .cid-sSqyCBrDyn .menu-content-top .icons-menu .soc-item .mbr-iconfont::before {
    padding: 0.44rem;
  }
  .cid-sSqyCBrDyn .menu-content-top .right-wrap .info-widget {
    margin-left: 20px;
  }
  .cid-sSqyCBrDyn .menu-content-top .right-wrap .info-widget:first-child {
    margin-left: 0;
  }
  .cid-sSqyCBrDyn .menu-content-top .right-wrap .info-widget .widget-content {
    display: none;
  }
  .cid-sSqyCBrDyn .menu-content-top .right-wrap .info-widget .widget-icon {
    font-size: 25px;
    padding-right: 0;
  }
  .cid-sSqyCBrDyn .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-sSqyCBrDyn .menu-content-top,
  .cid-sSqyCBrDyn .menu-bottom {
    padding: 0 15px;
  }
  .cid-sSqyCBrDyn button.navbar-toggler {
    align-self: center;
  }
}
@-webkit-keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
.cid-sSqyCBrDyn .widget-title,
.cid-sSqyCBrDyn .widget-icon {
  color: #ffffff;
}
.cid-sSqyCDk8IC {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-sSqyCDk8IC .date__block {
  margin-bottom: 17px;
}
.cid-sSqyCDk8IC .date__article {
  display: inline-block;
  margin: 0;
  padding: 0 7.5px;
  color: #fc1010;
}
.cid-sSqyCDk8IC .dot {
  display: inline-block;
  vertical-align: super;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #35b8fc;
}
.cid-sSqyCDk8IC .date__d {
  display: inline-block;
  margin: 0;
  padding: 0 7.5px;
  color: #689bb2;
}
.cid-sSqyCDk8IC .title__block {
  position: relative;
  z-index: 1;
  padding-top: 40px;
  padding-bottom: 91px;
}
.cid-sSqyCDk8IC .mbr-section-title {
  margin-bottom: 18px;
}
.cid-sSqyCDk8IC .mbr-text {
  margin-bottom: 20px;
}
.cid-sSqyCDk8IC .link {
  display: block;
  margin-bottom: 0;
  white-space: nowrap;
}
.cid-sSqyCDk8IC .link a {
  font-weight: 700;
}
.cid-sSqyCDk8IC .link span {
  display: inline-block !important;
  transition: all 0.3s ease;
  margin-left: 13px;
}
.cid-sSqyCDk8IC .link:hover span {
  transform: translateX(9px);
}
.cid-sSqyCDk8IC .image__block {
  margin-bottom: -144px;
  padding-top: 121px;
  position: relative;
}
.cid-sSqyCDk8IC .image__block:after {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 100%;
  background-color: #000000;
}
.cid-sSqyCDk8IC .image {
  position: relative;
  width: 100%;
  z-index: 1;
}
.cid-sSqyCDk8IC .image:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 575px;
  background-color: #fcff00;
}
.cid-sSqyCDk8IC .image img {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform: translatex(-50%);
}
.cid-sSqyCDk8IC .content__wrap {
  position: relative;
  z-index: 2;
  margin-bottom: 95px;
}
.cid-sSqyCDk8IC .content__wrap:after {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  left: 15px;
  right: 15px;
  height: 100%;
  background-color: #000000;
  border-bottom: 1px solid #fcff00;
}
@media (max-width: 991px) {
  .cid-sSqyCDk8IC .title__block {
    padding: 25px 30px 55px;
  }
  .cid-sSqyCDk8IC .content__wrap {
    margin-bottom: 90px;
  }
  .cid-sSqyCDk8IC .date__block {
    padding-top: 22px;
    margin-bottom: 17px;
  }
  .cid-sSqyCDk8IC .mbr-section-title {
    margin-bottom: 15px;
  }
  .cid-sSqyCDk8IC .mbr-text {
    margin-bottom: 11px;
  }
  .cid-sSqyCDk8IC .image__block {
    min-height: 150px;
    padding-top: 68px;
    margin-bottom: 0;
  }
  .cid-sSqyCDk8IC .image:before {
    padding-top: 375px;
  }
}
.cid-sSqyCDk8IC .mbr-section-title,
.cid-sSqyCDk8IC .date__block {
  color: #ffffff;
}
.cid-sSqyCEwE9Y {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-sSqyCEwE9Y .container-fluid {
  position: relative;
}
.cid-sSqyCEwE9Y .page-title-content {
  width: 100%;
}
.cid-sSqyCEwE9Y .page-title-content .mbr-iconfont {
  font-size: 55px;
  height: 55px;
  line-height: 55px;
  width: 55px;
  margin-top: -10px;
  color: #f1a631;
}
.cid-sSqyCEwE9Y .page-title-content .mbr-iconfont:hover {
  cursor: pointer;
}
@media (max-width: 576px) {
  .cid-sSqyCEwE9Y .page-title-content {
    text-align: center;
  }
}
.cid-sSqyCEwE9Y .title {
  letter-spacing: 0.8px;
  margin-top: 24px;
  font-weight: 300;
  margin: 0;
  position: relative;
  word-wrap: break-word;
}
.cid-sSqyCEwE9Y a {
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.cid-sSqyCEwE9Y a:not(:first-child) {
  margin-left: 20px;
}
.cid-sSqyCEwE9Y a:after {
  position: absolute;
  margin-top: 7px;
  background-color: currentColor;
  display: block;
  content: "";
  height: 2px;
  width: 100%;
}
.cid-sSqyCEwE9Y a::before {
  position: absolute;
  margin-top: 5px;
  background-color: currentColor;
  display: block;
  content: "";
  height: 2px;
  width: 0%;
  bottom: 7px;
}
.cid-sSqyCEwE9Y a:hover:after,
.cid-sSqyCEwE9Y a:focus:after {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: slidein;
  animation-name: slidein;
}
.cid-sSqyCEwE9Y a:hover:before,
.cid-sSqyCEwE9Y a:focus:before {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-name: slideout;
  animation-name: slideout;
}
.cid-sSqyCEwE9Y a.text-white:hover,
.cid-sSqyCEwE9Y a.text-white:focus {
  color: #ffffff !important;
}
.cid-sSqyCEwE9Y .mbr-section-btn {
  margin-left: 0;
  margin-right: 0;
}
.cid-sSqyCEwE9Y .page-title-content .title,
.cid-sSqyCEwE9Y .icon-section,
.cid-sSqyCEwE9Y .mbr-section-btn {
  color: #ffffff;
}
.cid-sSqyCF1Da8 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fcff00;
}
.cid-sSqyCF1Da8 img {
  width: 100%;
  object-fit: cover;
  height: 300px;
}
@media (max-width: 800px) {
  .cid-sSqyCF1Da8 img {
    height: auto;
  }
}
.cid-sSqyCF1Da8 .container-fluid {
  padding: 0;
}
.cid-sSqyCFpmli {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #bed3f9;
}
.cid-sSqyCFpmli .card-heading {
  padding-bottom: 20px;
  color: #111213;
}
.cid-sSqyCFpmli .p {
  padding-bottom: 29px;
  color: #000000;
}
.cid-sSqyCFpmli .p:last-child {
  padding-bottom: 0;
}
.cid-sSqyCFpmli .row {
  justify-content: center;
}
.cid-sSqyCG0hsk {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-sSqyCG0hsk .mbr-section-subtitle {
  color: #8c8c95;
  text-align: center;
  max-width: 552px;
  margin: auto;
}
.cid-sSqyCG0hsk .mbr-section-title {
  text-align: center;
  color: #14142b;
  margin: auto;
}
.cid-sSqyCG0hsk .row {
  align-items: center;
  height: 100%;
}
.cid-sSqyCG0hsk .wrapper {
  margin: auto;
}
.cid-sSqyCGqLQm {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-sSqyCGqLQm .card-wrapper {
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  border-radius: 30px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #ffffff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 1rem 1rem !important;
  box-shadow: 0 15px 50px 10px rgba(179, 179, 179, 0.6);
}
.cid-sSqyCGqLQm .card-wrapper:hover {
  -webkit-transform: translateY(1rem);
  transform: translateY(1rem);
}
.cid-sSqyCGqLQm .card-wrapper:hover .ico2 {
  color: #36187d !important;
}
.cid-sSqyCGqLQm .ico2 {
  color: #fcff00 !important;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.cid-sSqyCGqLQm .text-info:hover {
  color: inherit !important;
}
.cid-sSqyCGqLQm .card-box {
  padding: 0rem 1rem;
}
.cid-sSqyCGqLQm .ico1 {
  font-size: 3rem !important;
}
.cid-sSqyCGqLQm h3,
.cid-sSqyCGqLQm h4 {
  padding: 0;
  margin: 0;
}
.cid-sSqyCHsyXy {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #f2f3f7;
}
.cid-sSqyCHsyXy .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-sSqyCHsyXy .btn {
  padding: 1rem 3rem;
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .cid-sSqyCHsyXy .col-auto {
    margin: auto;
  }
}
.cid-sSqyCHsyXy textarea {
  min-height: 200px;
}
.cid-sSqyCHsyXy .form-control,
.cid-sSqyCHsyXy .field-input {
  padding: 1.5rem 2rem;
  box-shadow: inset 1px 1px 2px 0 #d2dce9;
  background-color: #edeff3;
  border-radius: 3rem;
  border: 0!important;
  color: #000000;
  transition: 0.4s;
  outline: none;
}
.cid-sSqyCHsyXy .form-control::-webkit-input-placeholder,
.cid-sSqyCHsyXy .field-input::-webkit-input-placeholder,
.cid-sSqyCHsyXy .form-control::-webkit-input-placeholder,
.cid-sSqyCHsyXy .field-input::-webkit-input-placeholder {
  color: #36187d;
}
.cid-sSqyCHsyXy .form-control:-moz-placeholder,
.cid-sSqyCHsyXy .field-input:-moz-placeholder,
.cid-sSqyCHsyXy .form-control:-moz-placeholder,
.cid-sSqyCHsyXy .field-input:-moz-placeholder {
  color: #36187d;
}
.cid-sSqyCHsyXy .form-control:hover,
.cid-sSqyCHsyXy .field-input:hover,
.cid-sSqyCHsyXy .form-control:focus,
.cid-sSqyCHsyXy .field-input:focus {
  background-color: #edeff3;
  color: #232323;
  border: 0!important;
  box-shadow: inset 1px 1px 2px 0 #d2dce9;
  outline: none;
}
.cid-sSqyCHsyXy .form-control:hover::-webkit-input-placeholder,
.cid-sSqyCHsyXy .field-input:hover::-webkit-input-placeholder,
.cid-sSqyCHsyXy .form-control:focus::-webkit-input-placeholder,
.cid-sSqyCHsyXy .field-input:focus::-webkit-input-placeholder,
.cid-sSqyCHsyXy .form-control:hover::-webkit-input-placeholder,
.cid-sSqyCHsyXy .field-input:hover::-webkit-input-placeholder,
.cid-sSqyCHsyXy .form-control:focus::-webkit-input-placeholder,
.cid-sSqyCHsyXy .field-input:focus::-webkit-input-placeholder {
  color: #36187d;
}
.cid-sSqyCHsyXy .form-control:hover:-moz-placeholder,
.cid-sSqyCHsyXy .field-input:hover:-moz-placeholder,
.cid-sSqyCHsyXy .form-control:focus:-moz-placeholder,
.cid-sSqyCHsyXy .field-input:focus:-moz-placeholder,
.cid-sSqyCHsyXy .form-control:hover:-moz-placeholder,
.cid-sSqyCHsyXy .field-input:hover:-moz-placeholder,
.cid-sSqyCHsyXy .form-control:focus:-moz-placeholder,
.cid-sSqyCHsyXy .field-input:focus:-moz-placeholder {
  color: #36187d;
}
.cid-sSqyCHsyXy .jq-number__spin:hover,
.cid-sSqyCHsyXy .jq-number__spin:focus {
  background-color: #edeff3;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-sSqyCHsyXy .jq-number__spin {
  background-color: #edeff3;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-sSqyCHsyXy .jq-selectbox li,
.cid-sSqyCHsyXy .jq-selectbox li {
  background-color: #edeff3;
  color: #000000;
}
.cid-sSqyCHsyXy .jq-selectbox li:hover,
.cid-sSqyCHsyXy .jq-selectbox li.selected {
  background-color: #edeff3;
  color: #000000;
}
.cid-sSqyCHsyXy .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-sSqyCHsyXy .jq-number__spin.minus:hover:after,
.cid-sSqyCHsyXy .jq-number__spin.plus:hover:after {
  border-top-color: #edeff3;
  border-bottom-color: #edeff3;
}
.cid-sSqyCHsyXy .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-sSqyCHsyXy .jq-number__spin.minus:after,
.cid-sSqyCHsyXy .jq-number__spin.plus:after {
  border-top-color: #edeff3;
  border-bottom-color: #edeff3;
}
.cid-sSqyCHsyXy input::-webkit-clear-button {
  display: none;
}
.cid-sSqyCHsyXy input::-webkit-inner-spin-button {
  display: none;
}
.cid-sSqyCHsyXy input::-webkit-outer-spin-button {
  display: none;
}
.cid-sSqyCHsyXy input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-sSqyCHsyXy H4 {
  color: #36187d;
}
.cid-sSqyCHsyXy .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-sSqyCHsyXy P {
  text-align: center;
  color: #000000;
}
@media (max-width: 767px) {
  .cid-sSqyCHsyXy .form-row {
    flex-direction: column;
  }
}
.cid-sSqyCI4BQ6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-sSqyCI4BQ6 .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-sSqyCI4BQ6 .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sSqyCI4BQ6 .row {
    text-align: center;
  }
  .cid-sSqyCI4BQ6 .row > div {
    margin: auto;
  }
  .cid-sSqyCI4BQ6 .social-row {
    justify-content: center;
  }
}
.cid-sSqyCI4BQ6 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-sSqyCI4BQ6 .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sSqyCI4BQ6 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sSqyCI4BQ6 .list {
    margin-bottom: 0rem;
  }
}
.cid-sSqyCI4BQ6 .mbr-text {
  color: #ffffff;
}
.cid-sSqyCI4BQ6 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-sSqyCI4BQ6 .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-sSqyCI4BQ6 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-sSqyCI4BQ6 .mbr-section-subtitle {
  text-align: left;
}
.cid-sSqyCI4BQ6 H5 {
  color: #fcff00;
}
.cid-sSqyCI4BQ6 .copyright {
  color: #ffffff;
}
.cid-sSqsZupaLI .navbar {
  padding: 0.5rem 0;
  background: #f2f3f7;
  transition: none;
  min-height: 50px;
}
.cid-sSqsZupaLI .navbar-fixed-top {
  padding-top: 0;
}
.cid-sSqsZupaLI .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-sSqsZupaLI .navbar-collapse.show {
  position: absolute;
  opacity: 1;
  visibility: visible;
  top: 100%;
  z-index: 999;
  background-color: #ffffff;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding: 15px 20px;
  bottom: auto;
  left: 0px;
  right: 0px;
}
.cid-sSqsZupaLI .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-sSqsZupaLI .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sSqsZupaLI .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-sSqsZupaLI .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sSqsZupaLI .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-sSqsZupaLI .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sSqsZupaLI .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sSqsZupaLI .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sSqsZupaLI .menu-content-top {
  background: #000000;
  max-width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 2rem;
  width: 100%;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-sSqsZupaLI .menu-content-top .right-wrap .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sSqsZupaLI .dropdown-item {
  font-weight: 400;
  margin: 0 !important;
  padding: 0 40px !important;
  line-height: 2.6;
}
.cid-sSqsZupaLI .dropdown-item,
.cid-sSqsZupaLI .nav-link,
.cid-sSqsZupaLI .brand-name {
  font-style: normal;
}
.cid-sSqsZupaLI .dropdown-item:hover,
.cid-sSqsZupaLI .nav-link:hover,
.cid-sSqsZupaLI .brand-name:hover {
  color: #fc1010 !important;
}
.cid-sSqsZupaLI .dropdown-menu {
  background-color: #ffffff;
}
.cid-sSqsZupaLI .dropdown-item:active {
  background-color: #ffffff;
}
.cid-sSqsZupaLI .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
}
.cid-sSqsZupaLI .navbar-dropdown.bg-color.transparent.opened {
  background: #f2f3f7;
}
.cid-sSqsZupaLI .nav-item {
  position: relative;
}
.cid-sSqsZupaLI .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sSqsZupaLI .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-sSqsZupaLI .nav-item .nav-link:focus {
  outline: none;
}
@media (min-width: 991px) {
  .cid-sSqsZupaLI .nav-link {
    line-height: 6.13;
  }
  .cid-sSqsZupaLI .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #fc1010;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-sSqsZupaLI .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
}
.cid-sSqsZupaLI .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sSqsZupaLI .content-text {
  margin-bottom: 0;
}
.cid-sSqsZupaLI .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sSqsZupaLI .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #36187d;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sSqsZupaLI .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sSqsZupaLI .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sSqsZupaLI .navbar-nav .nav-item .link {
  margin: 0 20px !important;
}
.cid-sSqsZupaLI .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sSqsZupaLI .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sSqsZupaLI .content-right-side {
  text-align: center;
}
.cid-sSqsZupaLI .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sSqsZupaLI .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sSqsZupaLI .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
  color: #ea2396;
}
.cid-sSqsZupaLI .widget-icon.mobi-mbri-phone {
  -webkit-animation: phone-icon-animate 1s ease-in-out infinite;
  animation: phone-icon-animate 1s ease-in-out infinite;
}
.cid-sSqsZupaLI .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sSqsZupaLI .info-widget:first-child {
  margin-left: 0;
}
.cid-sSqsZupaLI .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sSqsZupaLI .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.7;
}
.cid-sSqsZupaLI .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-sSqsZupaLI .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #d9dade;
}
@media (min-width: 992px) {
  .cid-sSqsZupaLI .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-sSqsZupaLI .navbar {
    display: block;
    padding: 0;
  }
  .cid-sSqsZupaLI .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-sSqsZupaLI .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    align-self: auto;
    display: flex;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-sSqsZupaLI .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-sSqsZupaLI .navbar-toggler {
    display: none;
  }
  .cid-sSqsZupaLI .navbar-collapse {
    justify-content: flex-start;
  }
}
.cid-sSqsZupaLI .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-sSqsZupaLI .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-right: 0;
}
.cid-sSqsZupaLI .btn-sm {
  padding: 13px 29px;
}
.cid-sSqsZupaLI .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sSqsZupaLI .btn::after {
  background-color: #fcff00;
  content: "";
  height: 150px;
  left: -75px;
  position: absolute;
  top: -60px;
  transform: rotate(35deg);
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  width: 40px;
  opacity: 0;
  outline: none;
  text-decoration: none;
}
.cid-sSqsZupaLI .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-sSqsZupaLI .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sSqsZupaLI .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sSqsZupaLI .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-sSqsZupaLI .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sSqsZupaLI .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sSqsZupaLI .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sSqsZupaLI .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sSqsZupaLI .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sSqsZupaLI .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-sSqsZupaLI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sSqsZupaLI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sSqsZupaLI .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sSqsZupaLI .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sSqsZupaLI .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-sSqsZupaLI .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-sSqsZupaLI .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sSqsZupaLI .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sSqsZupaLI .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sSqsZupaLI button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  margin-right: 0;
}
.cid-sSqsZupaLI button.navbar-toggler:focus {
  outline: none;
}
.cid-sSqsZupaLI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sSqsZupaLI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sSqsZupaLI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sSqsZupaLI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sSqsZupaLI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sSqsZupaLI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sSqsZupaLI nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sSqsZupaLI nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sSqsZupaLI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sSqsZupaLI .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sSqsZupaLI .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sSqsZupaLI .collapsed .btn {
  display: flex;
}
.cid-sSqsZupaLI .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sSqsZupaLI .collapsed .navbar-collapse.collapsing,
.cid-sSqsZupaLI .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sSqsZupaLI .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sSqsZupaLI .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sSqsZupaLI .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sSqsZupaLI .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sSqsZupaLI .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sSqsZupaLI .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-sSqsZupaLI .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sSqsZupaLI .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sSqsZupaLI .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sSqsZupaLI .collapsed button.navbar-toggler {
  display: block;
}
.cid-sSqsZupaLI .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-sSqsZupaLI .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-sSqsZupaLI .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-sSqsZupaLI .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sSqsZupaLI .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sSqsZupaLI .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: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-sSqsZupaLI .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sSqsZupaLI .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-sSqsZupaLI .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-sSqsZupaLI .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-sSqsZupaLI .menu-bottom .menu-content-right {
    display: none;
  }
  .cid-sSqsZupaLI .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
    opacity: 0;
    transition: all 0.3s ease-in;
    position: absolute;
    top: 100%;
    bottom: auto;
    left: 0px;
    right: 0px;
    z-index: 999;
  }
  .cid-sSqsZupaLI .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-sSqsZupaLI .navbar-collapse.collapsing,
  .cid-sSqsZupaLI .navbar-collapse.show {
    display: block !important;
  }
  .cid-sSqsZupaLI .navbar-collapse.collapsing .navbar-nav,
  .cid-sSqsZupaLI .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sSqsZupaLI .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sSqsZupaLI .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sSqsZupaLI .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-sSqsZupaLI .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
  }
  .cid-sSqsZupaLI .navbar-collapse.collapsing .navbar-buttons,
  .cid-sSqsZupaLI .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-sSqsZupaLI .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sSqsZupaLI .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sSqsZupaLI img {
    height: 3.8rem !important;
  }
  .cid-sSqsZupaLI .btn {
    display: flex;
  }
  .cid-sSqsZupaLI button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-sSqsZupaLI .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-sSqsZupaLI .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-sSqsZupaLI .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-sSqsZupaLI .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sSqsZupaLI .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sSqsZupaLI .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: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-sSqsZupaLI .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sSqsZupaLI .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-sSqsZupaLI .navbar-toggler {
  position: relative;
}
.cid-sSqsZupaLI .dropdown-item.active,
.cid-sSqsZupaLI .dropdown-item:active {
  color: initial;
}
.cid-sSqsZupaLI .widget-title {
  color: #fcff00;
}
.cid-sSqsZupaLI .widget-text {
  color: #fcff00;
}
.cid-sSqsZupaLI .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-sSqsZupaLI .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #36187d;
  display: inline-flex;
  background-color: #232323;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-sSqsZupaLI .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-sSqsZupaLI .icons-menu .mbr-iconfont:hover {
  color: #ffffff;
  background-color: #000000;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-sSqsZupaLI .soc-item {
  margin: .5rem .3rem;
}
@media (max-width: 768px) {
  .cid-sSqsZupaLI .menu-content-top .icons-menu {
    padding-left: 0;
  }
  .cid-sSqsZupaLI .menu-content-top .icons-menu .soc-item .mbr-iconfont {
    font-size: 14px;
  }
  .cid-sSqsZupaLI .menu-content-top .icons-menu .soc-item .mbr-iconfont::before {
    padding: 0.44rem;
  }
  .cid-sSqsZupaLI .menu-content-top .right-wrap .info-widget {
    margin-left: 20px;
  }
  .cid-sSqsZupaLI .menu-content-top .right-wrap .info-widget:first-child {
    margin-left: 0;
  }
  .cid-sSqsZupaLI .menu-content-top .right-wrap .info-widget .widget-content {
    display: none;
  }
  .cid-sSqsZupaLI .menu-content-top .right-wrap .info-widget .widget-icon {
    font-size: 25px;
    padding-right: 0;
  }
  .cid-sSqsZupaLI .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-sSqsZupaLI .menu-content-top,
  .cid-sSqsZupaLI .menu-bottom {
    padding: 0 15px;
  }
  .cid-sSqsZupaLI button.navbar-toggler {
    align-self: center;
  }
}
@-webkit-keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
.cid-sSqsZupaLI .widget-title,
.cid-sSqsZupaLI .widget-icon {
  color: #ffffff;
}
.cid-sSqsZvLrQJ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-sSqsZvLrQJ .date__block {
  margin-bottom: 17px;
}
.cid-sSqsZvLrQJ .date__article {
  display: inline-block;
  margin: 0;
  padding: 0 7.5px;
  color: #fc1010;
}
.cid-sSqsZvLrQJ .dot {
  display: inline-block;
  vertical-align: super;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #35b8fc;
}
.cid-sSqsZvLrQJ .date__d {
  display: inline-block;
  margin: 0;
  padding: 0 7.5px;
  color: #689bb2;
}
.cid-sSqsZvLrQJ .title__block {
  position: relative;
  z-index: 1;
  padding-top: 40px;
  padding-bottom: 91px;
}
.cid-sSqsZvLrQJ .mbr-section-title {
  margin-bottom: 18px;
}
.cid-sSqsZvLrQJ .mbr-text {
  margin-bottom: 20px;
}
.cid-sSqsZvLrQJ .link {
  display: block;
  margin-bottom: 0;
  white-space: nowrap;
}
.cid-sSqsZvLrQJ .link a {
  font-weight: 700;
}
.cid-sSqsZvLrQJ .link span {
  display: inline-block !important;
  transition: all 0.3s ease;
  margin-left: 13px;
}
.cid-sSqsZvLrQJ .link:hover span {
  transform: translateX(9px);
}
.cid-sSqsZvLrQJ .image__block {
  margin-bottom: -144px;
  padding-top: 121px;
  position: relative;
}
.cid-sSqsZvLrQJ .image__block:after {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 100%;
  background-color: #000000;
}
.cid-sSqsZvLrQJ .image {
  position: relative;
  width: 100%;
  z-index: 1;
}
.cid-sSqsZvLrQJ .image:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 575px;
  background-color: #fcff00;
}
.cid-sSqsZvLrQJ .image img {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform: translatex(-50%);
}
.cid-sSqsZvLrQJ .content__wrap {
  position: relative;
  z-index: 2;
  margin-bottom: 95px;
}
.cid-sSqsZvLrQJ .content__wrap:after {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  left: 15px;
  right: 15px;
  height: 100%;
  background-color: #000000;
  border-bottom: 1px solid #fcff00;
}
@media (max-width: 991px) {
  .cid-sSqsZvLrQJ .title__block {
    padding: 25px 30px 55px;
  }
  .cid-sSqsZvLrQJ .content__wrap {
    margin-bottom: 90px;
  }
  .cid-sSqsZvLrQJ .date__block {
    padding-top: 22px;
    margin-bottom: 17px;
  }
  .cid-sSqsZvLrQJ .mbr-section-title {
    margin-bottom: 15px;
  }
  .cid-sSqsZvLrQJ .mbr-text {
    margin-bottom: 11px;
  }
  .cid-sSqsZvLrQJ .image__block {
    min-height: 150px;
    padding-top: 68px;
    margin-bottom: 0;
  }
  .cid-sSqsZvLrQJ .image:before {
    padding-top: 375px;
  }
}
.cid-sSqsZvLrQJ .mbr-section-title,
.cid-sSqsZvLrQJ .date__block {
  color: #ffffff;
}
.cid-sSqsZwjwil {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-sSqsZwjwil .container-fluid {
  position: relative;
}
.cid-sSqsZwjwil .page-title-content {
  width: 100%;
}
.cid-sSqsZwjwil .page-title-content .mbr-iconfont {
  font-size: 55px;
  height: 55px;
  line-height: 55px;
  width: 55px;
  margin-top: -10px;
  color: #f1a631;
}
.cid-sSqsZwjwil .page-title-content .mbr-iconfont:hover {
  cursor: pointer;
}
@media (max-width: 576px) {
  .cid-sSqsZwjwil .page-title-content {
    text-align: center;
  }
}
.cid-sSqsZwjwil .title {
  letter-spacing: 0.8px;
  margin-top: 24px;
  font-weight: 300;
  margin: 0;
  position: relative;
  word-wrap: break-word;
}
.cid-sSqsZwjwil a {
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.cid-sSqsZwjwil a:not(:first-child) {
  margin-left: 20px;
}
.cid-sSqsZwjwil a:after {
  position: absolute;
  margin-top: 7px;
  background-color: currentColor;
  display: block;
  content: "";
  height: 2px;
  width: 100%;
}
.cid-sSqsZwjwil a::before {
  position: absolute;
  margin-top: 5px;
  background-color: currentColor;
  display: block;
  content: "";
  height: 2px;
  width: 0%;
  bottom: 7px;
}
.cid-sSqsZwjwil a:hover:after,
.cid-sSqsZwjwil a:focus:after {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: slidein;
  animation-name: slidein;
}
.cid-sSqsZwjwil a:hover:before,
.cid-sSqsZwjwil a:focus:before {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-name: slideout;
  animation-name: slideout;
}
.cid-sSqsZwjwil a.text-white:hover,
.cid-sSqsZwjwil a.text-white:focus {
  color: #ffffff !important;
}
.cid-sSqsZwjwil .mbr-section-btn {
  margin-left: 0;
  margin-right: 0;
}
.cid-sSqsZwjwil .page-title-content .title,
.cid-sSqsZwjwil .icon-section,
.cid-sSqsZwjwil .mbr-section-btn {
  color: #ffffff;
}
.cid-sSqsZwZLls {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fcff00;
}
.cid-sSqsZwZLls img {
  width: 100%;
  object-fit: cover;
  height: 300px;
}
@media (max-width: 800px) {
  .cid-sSqsZwZLls img {
    height: auto;
  }
}
.cid-sSqsZwZLls .container-fluid {
  padding: 0;
}
.cid-sSqvoGD7Bu {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #bed3f9;
}
.cid-sSqvoGD7Bu .card-heading {
  padding-bottom: 20px;
  color: #111213;
}
.cid-sSqvoGD7Bu .p {
  padding-bottom: 29px;
  color: #000000;
}
.cid-sSqvoGD7Bu .p:last-child {
  padding-bottom: 0;
}
.cid-sSqvoGD7Bu .row {
  justify-content: center;
}
.cid-sSqsZAeZhR {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-sSqsZAeZhR .mbr-section-subtitle {
  color: #8c8c95;
  text-align: center;
  max-width: 552px;
  margin: auto;
}
.cid-sSqsZAeZhR .mbr-section-title {
  text-align: center;
  color: #14142b;
  margin: auto;
}
.cid-sSqsZAeZhR .row {
  align-items: center;
  height: 100%;
}
.cid-sSqsZAeZhR .wrapper {
  margin: auto;
}
.cid-sSqsZAK2Y2 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-sSqsZAK2Y2 .card-wrapper {
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  border-radius: 30px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #ffffff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 1rem 1rem !important;
  box-shadow: 0 15px 50px 10px rgba(179, 179, 179, 0.6);
}
.cid-sSqsZAK2Y2 .card-wrapper:hover {
  -webkit-transform: translateY(1rem);
  transform: translateY(1rem);
}
.cid-sSqsZAK2Y2 .card-wrapper:hover .ico2 {
  color: #36187d !important;
}
.cid-sSqsZAK2Y2 .ico2 {
  color: #fcff00 !important;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.cid-sSqsZAK2Y2 .text-info:hover {
  color: inherit !important;
}
.cid-sSqsZAK2Y2 .card-box {
  padding: 0rem 1rem;
}
.cid-sSqsZAK2Y2 .ico1 {
  font-size: 3rem !important;
}
.cid-sSqsZAK2Y2 h3,
.cid-sSqsZAK2Y2 h4 {
  padding: 0;
  margin: 0;
}
.cid-sSqsZBGvZc {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #f2f3f7;
}
.cid-sSqsZBGvZc .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-sSqsZBGvZc .btn {
  padding: 1rem 3rem;
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .cid-sSqsZBGvZc .col-auto {
    margin: auto;
  }
}
.cid-sSqsZBGvZc textarea {
  min-height: 200px;
}
.cid-sSqsZBGvZc .form-control,
.cid-sSqsZBGvZc .field-input {
  padding: 1.5rem 2rem;
  box-shadow: inset 1px 1px 2px 0 #d2dce9;
  background-color: #edeff3;
  border-radius: 3rem;
  border: 0!important;
  color: #000000;
  transition: 0.4s;
  outline: none;
}
.cid-sSqsZBGvZc .form-control::-webkit-input-placeholder,
.cid-sSqsZBGvZc .field-input::-webkit-input-placeholder,
.cid-sSqsZBGvZc .form-control::-webkit-input-placeholder,
.cid-sSqsZBGvZc .field-input::-webkit-input-placeholder {
  color: #36187d;
}
.cid-sSqsZBGvZc .form-control:-moz-placeholder,
.cid-sSqsZBGvZc .field-input:-moz-placeholder,
.cid-sSqsZBGvZc .form-control:-moz-placeholder,
.cid-sSqsZBGvZc .field-input:-moz-placeholder {
  color: #36187d;
}
.cid-sSqsZBGvZc .form-control:hover,
.cid-sSqsZBGvZc .field-input:hover,
.cid-sSqsZBGvZc .form-control:focus,
.cid-sSqsZBGvZc .field-input:focus {
  background-color: #edeff3;
  color: #232323;
  border: 0!important;
  box-shadow: inset 1px 1px 2px 0 #d2dce9;
  outline: none;
}
.cid-sSqsZBGvZc .form-control:hover::-webkit-input-placeholder,
.cid-sSqsZBGvZc .field-input:hover::-webkit-input-placeholder,
.cid-sSqsZBGvZc .form-control:focus::-webkit-input-placeholder,
.cid-sSqsZBGvZc .field-input:focus::-webkit-input-placeholder,
.cid-sSqsZBGvZc .form-control:hover::-webkit-input-placeholder,
.cid-sSqsZBGvZc .field-input:hover::-webkit-input-placeholder,
.cid-sSqsZBGvZc .form-control:focus::-webkit-input-placeholder,
.cid-sSqsZBGvZc .field-input:focus::-webkit-input-placeholder {
  color: #36187d;
}
.cid-sSqsZBGvZc .form-control:hover:-moz-placeholder,
.cid-sSqsZBGvZc .field-input:hover:-moz-placeholder,
.cid-sSqsZBGvZc .form-control:focus:-moz-placeholder,
.cid-sSqsZBGvZc .field-input:focus:-moz-placeholder,
.cid-sSqsZBGvZc .form-control:hover:-moz-placeholder,
.cid-sSqsZBGvZc .field-input:hover:-moz-placeholder,
.cid-sSqsZBGvZc .form-control:focus:-moz-placeholder,
.cid-sSqsZBGvZc .field-input:focus:-moz-placeholder {
  color: #36187d;
}
.cid-sSqsZBGvZc .jq-number__spin:hover,
.cid-sSqsZBGvZc .jq-number__spin:focus {
  background-color: #edeff3;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-sSqsZBGvZc .jq-number__spin {
  background-color: #edeff3;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-sSqsZBGvZc .jq-selectbox li,
.cid-sSqsZBGvZc .jq-selectbox li {
  background-color: #edeff3;
  color: #000000;
}
.cid-sSqsZBGvZc .jq-selectbox li:hover,
.cid-sSqsZBGvZc .jq-selectbox li.selected {
  background-color: #edeff3;
  color: #000000;
}
.cid-sSqsZBGvZc .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-sSqsZBGvZc .jq-number__spin.minus:hover:after,
.cid-sSqsZBGvZc .jq-number__spin.plus:hover:after {
  border-top-color: #edeff3;
  border-bottom-color: #edeff3;
}
.cid-sSqsZBGvZc .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-sSqsZBGvZc .jq-number__spin.minus:after,
.cid-sSqsZBGvZc .jq-number__spin.plus:after {
  border-top-color: #edeff3;
  border-bottom-color: #edeff3;
}
.cid-sSqsZBGvZc input::-webkit-clear-button {
  display: none;
}
.cid-sSqsZBGvZc input::-webkit-inner-spin-button {
  display: none;
}
.cid-sSqsZBGvZc input::-webkit-outer-spin-button {
  display: none;
}
.cid-sSqsZBGvZc input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-sSqsZBGvZc H4 {
  color: #36187d;
}
.cid-sSqsZBGvZc .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-sSqsZBGvZc P {
  text-align: center;
  color: #000000;
}
@media (max-width: 767px) {
  .cid-sSqsZBGvZc .form-row {
    flex-direction: column;
  }
}
.cid-sSqsZCjPO0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-sSqsZCjPO0 .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-sSqsZCjPO0 .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sSqsZCjPO0 .row {
    text-align: center;
  }
  .cid-sSqsZCjPO0 .row > div {
    margin: auto;
  }
  .cid-sSqsZCjPO0 .social-row {
    justify-content: center;
  }
}
.cid-sSqsZCjPO0 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-sSqsZCjPO0 .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sSqsZCjPO0 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sSqsZCjPO0 .list {
    margin-bottom: 0rem;
  }
}
.cid-sSqsZCjPO0 .mbr-text {
  color: #ffffff;
}
.cid-sSqsZCjPO0 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-sSqsZCjPO0 .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-sSqsZCjPO0 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-sSqsZCjPO0 .mbr-section-subtitle {
  text-align: left;
}
.cid-sSqsZCjPO0 H5 {
  color: #fcff00;
}
.cid-sSqsZCjPO0 .copyright {
  color: #ffffff;
}
.cid-sSqx1Y3t99 .navbar {
  padding: 0.5rem 0;
  background: #f2f3f7;
  transition: none;
  min-height: 50px;
}
.cid-sSqx1Y3t99 .navbar-fixed-top {
  padding-top: 0;
}
.cid-sSqx1Y3t99 .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-sSqx1Y3t99 .navbar-collapse.show {
  position: absolute;
  opacity: 1;
  visibility: visible;
  top: 100%;
  z-index: 999;
  background-color: #ffffff;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding: 15px 20px;
  bottom: auto;
  left: 0px;
  right: 0px;
}
.cid-sSqx1Y3t99 .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-sSqx1Y3t99 .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sSqx1Y3t99 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-sSqx1Y3t99 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sSqx1Y3t99 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-sSqx1Y3t99 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sSqx1Y3t99 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sSqx1Y3t99 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sSqx1Y3t99 .menu-content-top {
  background: #000000;
  max-width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 2rem;
  width: 100%;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-sSqx1Y3t99 .menu-content-top .right-wrap .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sSqx1Y3t99 .dropdown-item {
  font-weight: 400;
  margin: 0 !important;
  padding: 0 40px !important;
  line-height: 2.6;
}
.cid-sSqx1Y3t99 .dropdown-item,
.cid-sSqx1Y3t99 .nav-link,
.cid-sSqx1Y3t99 .brand-name {
  font-style: normal;
}
.cid-sSqx1Y3t99 .dropdown-item:hover,
.cid-sSqx1Y3t99 .nav-link:hover,
.cid-sSqx1Y3t99 .brand-name:hover {
  color: #fc1010 !important;
}
.cid-sSqx1Y3t99 .dropdown-menu {
  background-color: #ffffff;
}
.cid-sSqx1Y3t99 .dropdown-item:active {
  background-color: #ffffff;
}
.cid-sSqx1Y3t99 .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
}
.cid-sSqx1Y3t99 .navbar-dropdown.bg-color.transparent.opened {
  background: #f2f3f7;
}
.cid-sSqx1Y3t99 .nav-item {
  position: relative;
}
.cid-sSqx1Y3t99 .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sSqx1Y3t99 .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-sSqx1Y3t99 .nav-item .nav-link:focus {
  outline: none;
}
@media (min-width: 991px) {
  .cid-sSqx1Y3t99 .nav-link {
    line-height: 6.13;
  }
  .cid-sSqx1Y3t99 .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #fc1010;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-sSqx1Y3t99 .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
}
.cid-sSqx1Y3t99 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sSqx1Y3t99 .content-text {
  margin-bottom: 0;
}
.cid-sSqx1Y3t99 .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sSqx1Y3t99 .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #36187d;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sSqx1Y3t99 .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sSqx1Y3t99 .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sSqx1Y3t99 .navbar-nav .nav-item .link {
  margin: 0 20px !important;
}
.cid-sSqx1Y3t99 .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sSqx1Y3t99 .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sSqx1Y3t99 .content-right-side {
  text-align: center;
}
.cid-sSqx1Y3t99 .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sSqx1Y3t99 .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sSqx1Y3t99 .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
  color: #ea2396;
}
.cid-sSqx1Y3t99 .widget-icon.mobi-mbri-phone {
  -webkit-animation: phone-icon-animate 1s ease-in-out infinite;
  animation: phone-icon-animate 1s ease-in-out infinite;
}
.cid-sSqx1Y3t99 .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sSqx1Y3t99 .info-widget:first-child {
  margin-left: 0;
}
.cid-sSqx1Y3t99 .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sSqx1Y3t99 .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.7;
}
.cid-sSqx1Y3t99 .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-sSqx1Y3t99 .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #d9dade;
}
@media (min-width: 992px) {
  .cid-sSqx1Y3t99 .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-sSqx1Y3t99 .navbar {
    display: block;
    padding: 0;
  }
  .cid-sSqx1Y3t99 .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-sSqx1Y3t99 .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    align-self: auto;
    display: flex;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-sSqx1Y3t99 .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-sSqx1Y3t99 .navbar-toggler {
    display: none;
  }
  .cid-sSqx1Y3t99 .navbar-collapse {
    justify-content: flex-start;
  }
}
.cid-sSqx1Y3t99 .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-sSqx1Y3t99 .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-right: 0;
}
.cid-sSqx1Y3t99 .btn-sm {
  padding: 13px 29px;
}
.cid-sSqx1Y3t99 .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sSqx1Y3t99 .btn::after {
  background-color: #fcff00;
  content: "";
  height: 150px;
  left: -75px;
  position: absolute;
  top: -60px;
  transform: rotate(35deg);
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  width: 40px;
  opacity: 0;
  outline: none;
  text-decoration: none;
}
.cid-sSqx1Y3t99 .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-sSqx1Y3t99 .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sSqx1Y3t99 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sSqx1Y3t99 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-sSqx1Y3t99 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sSqx1Y3t99 .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sSqx1Y3t99 .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sSqx1Y3t99 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sSqx1Y3t99 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sSqx1Y3t99 .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-sSqx1Y3t99 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sSqx1Y3t99 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sSqx1Y3t99 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sSqx1Y3t99 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sSqx1Y3t99 .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-sSqx1Y3t99 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-sSqx1Y3t99 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sSqx1Y3t99 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sSqx1Y3t99 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sSqx1Y3t99 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  margin-right: 0;
}
.cid-sSqx1Y3t99 button.navbar-toggler:focus {
  outline: none;
}
.cid-sSqx1Y3t99 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sSqx1Y3t99 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sSqx1Y3t99 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sSqx1Y3t99 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sSqx1Y3t99 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sSqx1Y3t99 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sSqx1Y3t99 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sSqx1Y3t99 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sSqx1Y3t99 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sSqx1Y3t99 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sSqx1Y3t99 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sSqx1Y3t99 .collapsed .btn {
  display: flex;
}
.cid-sSqx1Y3t99 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sSqx1Y3t99 .collapsed .navbar-collapse.collapsing,
.cid-sSqx1Y3t99 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sSqx1Y3t99 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sSqx1Y3t99 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sSqx1Y3t99 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sSqx1Y3t99 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sSqx1Y3t99 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sSqx1Y3t99 .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-sSqx1Y3t99 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sSqx1Y3t99 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sSqx1Y3t99 .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sSqx1Y3t99 .collapsed button.navbar-toggler {
  display: block;
}
.cid-sSqx1Y3t99 .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-sSqx1Y3t99 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-sSqx1Y3t99 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-sSqx1Y3t99 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sSqx1Y3t99 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sSqx1Y3t99 .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: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-sSqx1Y3t99 .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sSqx1Y3t99 .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-sSqx1Y3t99 .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-sSqx1Y3t99 .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-sSqx1Y3t99 .menu-bottom .menu-content-right {
    display: none;
  }
  .cid-sSqx1Y3t99 .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
    opacity: 0;
    transition: all 0.3s ease-in;
    position: absolute;
    top: 100%;
    bottom: auto;
    left: 0px;
    right: 0px;
    z-index: 999;
  }
  .cid-sSqx1Y3t99 .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-sSqx1Y3t99 .navbar-collapse.collapsing,
  .cid-sSqx1Y3t99 .navbar-collapse.show {
    display: block !important;
  }
  .cid-sSqx1Y3t99 .navbar-collapse.collapsing .navbar-nav,
  .cid-sSqx1Y3t99 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sSqx1Y3t99 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sSqx1Y3t99 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sSqx1Y3t99 .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-sSqx1Y3t99 .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
  }
  .cid-sSqx1Y3t99 .navbar-collapse.collapsing .navbar-buttons,
  .cid-sSqx1Y3t99 .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-sSqx1Y3t99 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sSqx1Y3t99 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sSqx1Y3t99 img {
    height: 3.8rem !important;
  }
  .cid-sSqx1Y3t99 .btn {
    display: flex;
  }
  .cid-sSqx1Y3t99 button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-sSqx1Y3t99 .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-sSqx1Y3t99 .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-sSqx1Y3t99 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-sSqx1Y3t99 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sSqx1Y3t99 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sSqx1Y3t99 .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: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-sSqx1Y3t99 .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sSqx1Y3t99 .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-sSqx1Y3t99 .navbar-toggler {
  position: relative;
}
.cid-sSqx1Y3t99 .dropdown-item.active,
.cid-sSqx1Y3t99 .dropdown-item:active {
  color: initial;
}
.cid-sSqx1Y3t99 .widget-title {
  color: #fcff00;
}
.cid-sSqx1Y3t99 .widget-text {
  color: #fcff00;
}
.cid-sSqx1Y3t99 .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-sSqx1Y3t99 .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #36187d;
  display: inline-flex;
  background-color: #232323;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-sSqx1Y3t99 .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-sSqx1Y3t99 .icons-menu .mbr-iconfont:hover {
  color: #ffffff;
  background-color: #000000;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-sSqx1Y3t99 .soc-item {
  margin: .5rem .3rem;
}
@media (max-width: 768px) {
  .cid-sSqx1Y3t99 .menu-content-top .icons-menu {
    padding-left: 0;
  }
  .cid-sSqx1Y3t99 .menu-content-top .icons-menu .soc-item .mbr-iconfont {
    font-size: 14px;
  }
  .cid-sSqx1Y3t99 .menu-content-top .icons-menu .soc-item .mbr-iconfont::before {
    padding: 0.44rem;
  }
  .cid-sSqx1Y3t99 .menu-content-top .right-wrap .info-widget {
    margin-left: 20px;
  }
  .cid-sSqx1Y3t99 .menu-content-top .right-wrap .info-widget:first-child {
    margin-left: 0;
  }
  .cid-sSqx1Y3t99 .menu-content-top .right-wrap .info-widget .widget-content {
    display: none;
  }
  .cid-sSqx1Y3t99 .menu-content-top .right-wrap .info-widget .widget-icon {
    font-size: 25px;
    padding-right: 0;
  }
  .cid-sSqx1Y3t99 .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-sSqx1Y3t99 .menu-content-top,
  .cid-sSqx1Y3t99 .menu-bottom {
    padding: 0 15px;
  }
  .cid-sSqx1Y3t99 button.navbar-toggler {
    align-self: center;
  }
}
@-webkit-keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
.cid-sSqx1Y3t99 .widget-title,
.cid-sSqx1Y3t99 .widget-icon {
  color: #ffffff;
}
.cid-sSqx1ZYTct {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-sSqx1ZYTct .date__block {
  margin-bottom: 17px;
}
.cid-sSqx1ZYTct .date__article {
  display: inline-block;
  margin: 0;
  padding: 0 7.5px;
  color: #fc1010;
}
.cid-sSqx1ZYTct .dot {
  display: inline-block;
  vertical-align: super;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #35b8fc;
}
.cid-sSqx1ZYTct .date__d {
  display: inline-block;
  margin: 0;
  padding: 0 7.5px;
  color: #689bb2;
}
.cid-sSqx1ZYTct .title__block {
  position: relative;
  z-index: 1;
  padding-top: 40px;
  padding-bottom: 91px;
}
.cid-sSqx1ZYTct .mbr-section-title {
  margin-bottom: 18px;
}
.cid-sSqx1ZYTct .mbr-text {
  margin-bottom: 20px;
}
.cid-sSqx1ZYTct .link {
  display: block;
  margin-bottom: 0;
  white-space: nowrap;
}
.cid-sSqx1ZYTct .link a {
  font-weight: 700;
}
.cid-sSqx1ZYTct .link span {
  display: inline-block !important;
  transition: all 0.3s ease;
  margin-left: 13px;
}
.cid-sSqx1ZYTct .link:hover span {
  transform: translateX(9px);
}
.cid-sSqx1ZYTct .image__block {
  margin-bottom: -144px;
  padding-top: 121px;
  position: relative;
}
.cid-sSqx1ZYTct .image__block:after {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 100%;
  background-color: #000000;
}
.cid-sSqx1ZYTct .image {
  position: relative;
  width: 100%;
  z-index: 1;
}
.cid-sSqx1ZYTct .image:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 575px;
  background-color: #fcff00;
}
.cid-sSqx1ZYTct .image img {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform: translatex(-50%);
}
.cid-sSqx1ZYTct .content__wrap {
  position: relative;
  z-index: 2;
  margin-bottom: 95px;
}
.cid-sSqx1ZYTct .content__wrap:after {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  left: 15px;
  right: 15px;
  height: 100%;
  background-color: #000000;
  border-bottom: 1px solid #fcff00;
}
@media (max-width: 991px) {
  .cid-sSqx1ZYTct .title__block {
    padding: 25px 30px 55px;
  }
  .cid-sSqx1ZYTct .content__wrap {
    margin-bottom: 90px;
  }
  .cid-sSqx1ZYTct .date__block {
    padding-top: 22px;
    margin-bottom: 17px;
  }
  .cid-sSqx1ZYTct .mbr-section-title {
    margin-bottom: 15px;
  }
  .cid-sSqx1ZYTct .mbr-text {
    margin-bottom: 11px;
  }
  .cid-sSqx1ZYTct .image__block {
    min-height: 150px;
    padding-top: 68px;
    margin-bottom: 0;
  }
  .cid-sSqx1ZYTct .image:before {
    padding-top: 375px;
  }
}
.cid-sSqx1ZYTct .mbr-section-title,
.cid-sSqx1ZYTct .date__block {
  color: #ffffff;
}
.cid-sSqx20VQLm {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-sSqx20VQLm .container-fluid {
  position: relative;
}
.cid-sSqx20VQLm .page-title-content {
  width: 100%;
}
.cid-sSqx20VQLm .page-title-content .mbr-iconfont {
  font-size: 55px;
  height: 55px;
  line-height: 55px;
  width: 55px;
  margin-top: -10px;
  color: #f1a631;
}
.cid-sSqx20VQLm .page-title-content .mbr-iconfont:hover {
  cursor: pointer;
}
@media (max-width: 576px) {
  .cid-sSqx20VQLm .page-title-content {
    text-align: center;
  }
}
.cid-sSqx20VQLm .title {
  letter-spacing: 0.8px;
  margin-top: 24px;
  font-weight: 300;
  margin: 0;
  position: relative;
  word-wrap: break-word;
}
.cid-sSqx20VQLm a {
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.cid-sSqx20VQLm a:not(:first-child) {
  margin-left: 20px;
}
.cid-sSqx20VQLm a:after {
  position: absolute;
  margin-top: 7px;
  background-color: currentColor;
  display: block;
  content: "";
  height: 2px;
  width: 100%;
}
.cid-sSqx20VQLm a::before {
  position: absolute;
  margin-top: 5px;
  background-color: currentColor;
  display: block;
  content: "";
  height: 2px;
  width: 0%;
  bottom: 7px;
}
.cid-sSqx20VQLm a:hover:after,
.cid-sSqx20VQLm a:focus:after {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: slidein;
  animation-name: slidein;
}
.cid-sSqx20VQLm a:hover:before,
.cid-sSqx20VQLm a:focus:before {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-name: slideout;
  animation-name: slideout;
}
.cid-sSqx20VQLm a.text-white:hover,
.cid-sSqx20VQLm a.text-white:focus {
  color: #ffffff !important;
}
.cid-sSqx20VQLm .mbr-section-btn {
  margin-left: 0;
  margin-right: 0;
}
.cid-sSqx20VQLm .page-title-content .title,
.cid-sSqx20VQLm .icon-section,
.cid-sSqx20VQLm .mbr-section-btn {
  color: #ffffff;
}
.cid-sSqx21tkfg {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fcff00;
}
.cid-sSqx21tkfg img {
  width: 100%;
  object-fit: cover;
  height: 300px;
}
@media (max-width: 800px) {
  .cid-sSqx21tkfg img {
    height: auto;
  }
}
.cid-sSqx21tkfg .container-fluid {
  padding: 0;
}
.cid-sSqx21Sixa {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #bed3f9;
}
.cid-sSqx21Sixa .card-heading {
  padding-bottom: 20px;
  color: #111213;
}
.cid-sSqx21Sixa .p {
  padding-bottom: 29px;
  color: #000000;
}
.cid-sSqx21Sixa .p:last-child {
  padding-bottom: 0;
}
.cid-sSqx21Sixa .row {
  justify-content: center;
}
.cid-sSqx22yap6 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-sSqx22yap6 .mbr-section-subtitle {
  color: #8c8c95;
  text-align: center;
  max-width: 552px;
  margin: auto;
}
.cid-sSqx22yap6 .mbr-section-title {
  text-align: center;
  color: #14142b;
  margin: auto;
}
.cid-sSqx22yap6 .row {
  align-items: center;
  height: 100%;
}
.cid-sSqx22yap6 .wrapper {
  margin: auto;
}
.cid-sSqx22Yiad {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-sSqx22Yiad .card-wrapper {
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  border-radius: 30px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #ffffff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 1rem 1rem !important;
  box-shadow: 0 15px 50px 10px rgba(179, 179, 179, 0.6);
}
.cid-sSqx22Yiad .card-wrapper:hover {
  -webkit-transform: translateY(1rem);
  transform: translateY(1rem);
}
.cid-sSqx22Yiad .card-wrapper:hover .ico2 {
  color: #36187d !important;
}
.cid-sSqx22Yiad .ico2 {
  color: #fcff00 !important;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.cid-sSqx22Yiad .text-info:hover {
  color: inherit !important;
}
.cid-sSqx22Yiad .card-box {
  padding: 0rem 1rem;
}
.cid-sSqx22Yiad .ico1 {
  font-size: 3rem !important;
}
.cid-sSqx22Yiad h3,
.cid-sSqx22Yiad h4 {
  padding: 0;
  margin: 0;
}
.cid-sSqx23VLDI {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #f2f3f7;
}
.cid-sSqx23VLDI .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-sSqx23VLDI .btn {
  padding: 1rem 3rem;
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .cid-sSqx23VLDI .col-auto {
    margin: auto;
  }
}
.cid-sSqx23VLDI textarea {
  min-height: 200px;
}
.cid-sSqx23VLDI .form-control,
.cid-sSqx23VLDI .field-input {
  padding: 1.5rem 2rem;
  box-shadow: inset 1px 1px 2px 0 #d2dce9;
  background-color: #edeff3;
  border-radius: 3rem;
  border: 0!important;
  color: #000000;
  transition: 0.4s;
  outline: none;
}
.cid-sSqx23VLDI .form-control::-webkit-input-placeholder,
.cid-sSqx23VLDI .field-input::-webkit-input-placeholder,
.cid-sSqx23VLDI .form-control::-webkit-input-placeholder,
.cid-sSqx23VLDI .field-input::-webkit-input-placeholder {
  color: #36187d;
}
.cid-sSqx23VLDI .form-control:-moz-placeholder,
.cid-sSqx23VLDI .field-input:-moz-placeholder,
.cid-sSqx23VLDI .form-control:-moz-placeholder,
.cid-sSqx23VLDI .field-input:-moz-placeholder {
  color: #36187d;
}
.cid-sSqx23VLDI .form-control:hover,
.cid-sSqx23VLDI .field-input:hover,
.cid-sSqx23VLDI .form-control:focus,
.cid-sSqx23VLDI .field-input:focus {
  background-color: #edeff3;
  color: #232323;
  border: 0!important;
  box-shadow: inset 1px 1px 2px 0 #d2dce9;
  outline: none;
}
.cid-sSqx23VLDI .form-control:hover::-webkit-input-placeholder,
.cid-sSqx23VLDI .field-input:hover::-webkit-input-placeholder,
.cid-sSqx23VLDI .form-control:focus::-webkit-input-placeholder,
.cid-sSqx23VLDI .field-input:focus::-webkit-input-placeholder,
.cid-sSqx23VLDI .form-control:hover::-webkit-input-placeholder,
.cid-sSqx23VLDI .field-input:hover::-webkit-input-placeholder,
.cid-sSqx23VLDI .form-control:focus::-webkit-input-placeholder,
.cid-sSqx23VLDI .field-input:focus::-webkit-input-placeholder {
  color: #36187d;
}
.cid-sSqx23VLDI .form-control:hover:-moz-placeholder,
.cid-sSqx23VLDI .field-input:hover:-moz-placeholder,
.cid-sSqx23VLDI .form-control:focus:-moz-placeholder,
.cid-sSqx23VLDI .field-input:focus:-moz-placeholder,
.cid-sSqx23VLDI .form-control:hover:-moz-placeholder,
.cid-sSqx23VLDI .field-input:hover:-moz-placeholder,
.cid-sSqx23VLDI .form-control:focus:-moz-placeholder,
.cid-sSqx23VLDI .field-input:focus:-moz-placeholder {
  color: #36187d;
}
.cid-sSqx23VLDI .jq-number__spin:hover,
.cid-sSqx23VLDI .jq-number__spin:focus {
  background-color: #edeff3;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-sSqx23VLDI .jq-number__spin {
  background-color: #edeff3;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-sSqx23VLDI .jq-selectbox li,
.cid-sSqx23VLDI .jq-selectbox li {
  background-color: #edeff3;
  color: #000000;
}
.cid-sSqx23VLDI .jq-selectbox li:hover,
.cid-sSqx23VLDI .jq-selectbox li.selected {
  background-color: #edeff3;
  color: #000000;
}
.cid-sSqx23VLDI .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-sSqx23VLDI .jq-number__spin.minus:hover:after,
.cid-sSqx23VLDI .jq-number__spin.plus:hover:after {
  border-top-color: #edeff3;
  border-bottom-color: #edeff3;
}
.cid-sSqx23VLDI .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-sSqx23VLDI .jq-number__spin.minus:after,
.cid-sSqx23VLDI .jq-number__spin.plus:after {
  border-top-color: #edeff3;
  border-bottom-color: #edeff3;
}
.cid-sSqx23VLDI input::-webkit-clear-button {
  display: none;
}
.cid-sSqx23VLDI input::-webkit-inner-spin-button {
  display: none;
}
.cid-sSqx23VLDI input::-webkit-outer-spin-button {
  display: none;
}
.cid-sSqx23VLDI input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-sSqx23VLDI H4 {
  color: #36187d;
}
.cid-sSqx23VLDI .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-sSqx23VLDI P {
  text-align: center;
  color: #000000;
}
@media (max-width: 767px) {
  .cid-sSqx23VLDI .form-row {
    flex-direction: column;
  }
}
.cid-sSqx24wOnU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-sSqx24wOnU .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-sSqx24wOnU .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sSqx24wOnU .row {
    text-align: center;
  }
  .cid-sSqx24wOnU .row > div {
    margin: auto;
  }
  .cid-sSqx24wOnU .social-row {
    justify-content: center;
  }
}
.cid-sSqx24wOnU .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-sSqx24wOnU .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sSqx24wOnU .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sSqx24wOnU .list {
    margin-bottom: 0rem;
  }
}
.cid-sSqx24wOnU .mbr-text {
  color: #ffffff;
}
.cid-sSqx24wOnU .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-sSqx24wOnU .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-sSqx24wOnU div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-sSqx24wOnU .mbr-section-subtitle {
  text-align: left;
}
.cid-sSqx24wOnU H5 {
  color: #fcff00;
}
.cid-sSqx24wOnU .copyright {
  color: #ffffff;
}
.cid-sSrQXStgdU .navbar {
  padding: 0.5rem 0;
  background: #f2f3f7;
  transition: none;
  min-height: 50px;
}
.cid-sSrQXStgdU .navbar-fixed-top {
  padding-top: 0;
}
.cid-sSrQXStgdU .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-sSrQXStgdU .navbar-collapse.show {
  position: absolute;
  opacity: 1;
  visibility: visible;
  top: 100%;
  z-index: 999;
  background-color: #ffffff;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding: 15px 20px;
  bottom: auto;
  left: 0px;
  right: 0px;
}
.cid-sSrQXStgdU .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-sSrQXStgdU .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sSrQXStgdU .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-sSrQXStgdU .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sSrQXStgdU .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-sSrQXStgdU .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sSrQXStgdU .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sSrQXStgdU .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sSrQXStgdU .menu-content-top {
  background: #000000;
  max-width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 2rem;
  width: 100%;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-sSrQXStgdU .menu-content-top .right-wrap .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sSrQXStgdU .dropdown-item {
  font-weight: 400;
  margin: 0 !important;
  padding: 0 40px !important;
  line-height: 2.6;
}
.cid-sSrQXStgdU .dropdown-item,
.cid-sSrQXStgdU .nav-link,
.cid-sSrQXStgdU .brand-name {
  font-style: normal;
}
.cid-sSrQXStgdU .dropdown-item:hover,
.cid-sSrQXStgdU .nav-link:hover,
.cid-sSrQXStgdU .brand-name:hover {
  color: #fc1010 !important;
}
.cid-sSrQXStgdU .dropdown-menu {
  background-color: #ffffff;
}
.cid-sSrQXStgdU .dropdown-item:active {
  background-color: #ffffff;
}
.cid-sSrQXStgdU .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
}
.cid-sSrQXStgdU .navbar-dropdown.bg-color.transparent.opened {
  background: #f2f3f7;
}
.cid-sSrQXStgdU .nav-item {
  position: relative;
}
.cid-sSrQXStgdU .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sSrQXStgdU .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-sSrQXStgdU .nav-item .nav-link:focus {
  outline: none;
}
@media (min-width: 991px) {
  .cid-sSrQXStgdU .nav-link {
    line-height: 6.13;
  }
  .cid-sSrQXStgdU .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #fc1010;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-sSrQXStgdU .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
}
.cid-sSrQXStgdU .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sSrQXStgdU .content-text {
  margin-bottom: 0;
}
.cid-sSrQXStgdU .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sSrQXStgdU .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #36187d;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sSrQXStgdU .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sSrQXStgdU .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sSrQXStgdU .navbar-nav .nav-item .link {
  margin: 0 20px !important;
}
.cid-sSrQXStgdU .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sSrQXStgdU .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sSrQXStgdU .content-right-side {
  text-align: center;
}
.cid-sSrQXStgdU .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sSrQXStgdU .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sSrQXStgdU .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
  color: #ea2396;
}
.cid-sSrQXStgdU .widget-icon.mobi-mbri-phone {
  -webkit-animation: phone-icon-animate 1s ease-in-out infinite;
  animation: phone-icon-animate 1s ease-in-out infinite;
}
.cid-sSrQXStgdU .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sSrQXStgdU .info-widget:first-child {
  margin-left: 0;
}
.cid-sSrQXStgdU .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sSrQXStgdU .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.7;
}
.cid-sSrQXStgdU .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-sSrQXStgdU .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #d9dade;
}
@media (min-width: 992px) {
  .cid-sSrQXStgdU .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-sSrQXStgdU .navbar {
    display: block;
    padding: 0;
  }
  .cid-sSrQXStgdU .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-sSrQXStgdU .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    align-self: auto;
    display: flex;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-sSrQXStgdU .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-sSrQXStgdU .navbar-toggler {
    display: none;
  }
  .cid-sSrQXStgdU .navbar-collapse {
    justify-content: flex-start;
  }
}
.cid-sSrQXStgdU .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-sSrQXStgdU .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-right: 0;
}
.cid-sSrQXStgdU .btn-sm {
  padding: 13px 29px;
}
.cid-sSrQXStgdU .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sSrQXStgdU .btn::after {
  background-color: #fcff00;
  content: "";
  height: 150px;
  left: -75px;
  position: absolute;
  top: -60px;
  transform: rotate(35deg);
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  width: 40px;
  opacity: 0;
  outline: none;
  text-decoration: none;
}
.cid-sSrQXStgdU .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-sSrQXStgdU .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sSrQXStgdU .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sSrQXStgdU .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-sSrQXStgdU .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sSrQXStgdU .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sSrQXStgdU .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sSrQXStgdU .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sSrQXStgdU .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sSrQXStgdU .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-sSrQXStgdU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sSrQXStgdU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sSrQXStgdU .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sSrQXStgdU .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sSrQXStgdU .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-sSrQXStgdU .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-sSrQXStgdU .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sSrQXStgdU .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sSrQXStgdU .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sSrQXStgdU button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  margin-right: 0;
}
.cid-sSrQXStgdU button.navbar-toggler:focus {
  outline: none;
}
.cid-sSrQXStgdU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sSrQXStgdU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sSrQXStgdU button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sSrQXStgdU button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sSrQXStgdU button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sSrQXStgdU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sSrQXStgdU nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sSrQXStgdU nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sSrQXStgdU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sSrQXStgdU .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sSrQXStgdU .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sSrQXStgdU .collapsed .btn {
  display: flex;
}
.cid-sSrQXStgdU .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sSrQXStgdU .collapsed .navbar-collapse.collapsing,
.cid-sSrQXStgdU .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sSrQXStgdU .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sSrQXStgdU .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sSrQXStgdU .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sSrQXStgdU .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sSrQXStgdU .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sSrQXStgdU .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-sSrQXStgdU .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sSrQXStgdU .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sSrQXStgdU .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sSrQXStgdU .collapsed button.navbar-toggler {
  display: block;
}
.cid-sSrQXStgdU .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-sSrQXStgdU .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-sSrQXStgdU .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-sSrQXStgdU .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sSrQXStgdU .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sSrQXStgdU .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: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-sSrQXStgdU .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sSrQXStgdU .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-sSrQXStgdU .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-sSrQXStgdU .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-sSrQXStgdU .menu-bottom .menu-content-right {
    display: none;
  }
  .cid-sSrQXStgdU .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
    opacity: 0;
    transition: all 0.3s ease-in;
    position: absolute;
    top: 100%;
    bottom: auto;
    left: 0px;
    right: 0px;
    z-index: 999;
  }
  .cid-sSrQXStgdU .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-sSrQXStgdU .navbar-collapse.collapsing,
  .cid-sSrQXStgdU .navbar-collapse.show {
    display: block !important;
  }
  .cid-sSrQXStgdU .navbar-collapse.collapsing .navbar-nav,
  .cid-sSrQXStgdU .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sSrQXStgdU .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sSrQXStgdU .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sSrQXStgdU .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-sSrQXStgdU .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
  }
  .cid-sSrQXStgdU .navbar-collapse.collapsing .navbar-buttons,
  .cid-sSrQXStgdU .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-sSrQXStgdU .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sSrQXStgdU .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sSrQXStgdU img {
    height: 3.8rem !important;
  }
  .cid-sSrQXStgdU .btn {
    display: flex;
  }
  .cid-sSrQXStgdU button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-sSrQXStgdU .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-sSrQXStgdU .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-sSrQXStgdU .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-sSrQXStgdU .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sSrQXStgdU .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sSrQXStgdU .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: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-sSrQXStgdU .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sSrQXStgdU .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-sSrQXStgdU .navbar-toggler {
  position: relative;
}
.cid-sSrQXStgdU .dropdown-item.active,
.cid-sSrQXStgdU .dropdown-item:active {
  color: initial;
}
.cid-sSrQXStgdU .widget-title {
  color: #fcff00;
}
.cid-sSrQXStgdU .widget-text {
  color: #fcff00;
}
.cid-sSrQXStgdU .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-sSrQXStgdU .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #36187d;
  display: inline-flex;
  background-color: #232323;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-sSrQXStgdU .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-sSrQXStgdU .icons-menu .mbr-iconfont:hover {
  color: #ffffff;
  background-color: #000000;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-sSrQXStgdU .soc-item {
  margin: .5rem .3rem;
}
@media (max-width: 768px) {
  .cid-sSrQXStgdU .menu-content-top .icons-menu {
    padding-left: 0;
  }
  .cid-sSrQXStgdU .menu-content-top .icons-menu .soc-item .mbr-iconfont {
    font-size: 14px;
  }
  .cid-sSrQXStgdU .menu-content-top .icons-menu .soc-item .mbr-iconfont::before {
    padding: 0.44rem;
  }
  .cid-sSrQXStgdU .menu-content-top .right-wrap .info-widget {
    margin-left: 20px;
  }
  .cid-sSrQXStgdU .menu-content-top .right-wrap .info-widget:first-child {
    margin-left: 0;
  }
  .cid-sSrQXStgdU .menu-content-top .right-wrap .info-widget .widget-content {
    display: none;
  }
  .cid-sSrQXStgdU .menu-content-top .right-wrap .info-widget .widget-icon {
    font-size: 25px;
    padding-right: 0;
  }
  .cid-sSrQXStgdU .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-sSrQXStgdU .menu-content-top,
  .cid-sSrQXStgdU .menu-bottom {
    padding: 0 15px;
  }
  .cid-sSrQXStgdU button.navbar-toggler {
    align-self: center;
  }
}
@-webkit-keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
.cid-sSrQXStgdU .widget-title,
.cid-sSrQXStgdU .widget-icon {
  color: #ffffff;
}
.cid-sSrQXV0XKg {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-sSrQXV0XKg .date__block {
  margin-bottom: 17px;
}
.cid-sSrQXV0XKg .date__article {
  display: inline-block;
  margin: 0;
  padding: 0 7.5px;
  color: #fc1010;
}
.cid-sSrQXV0XKg .dot {
  display: inline-block;
  vertical-align: super;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #35b8fc;
}
.cid-sSrQXV0XKg .date__d {
  display: inline-block;
  margin: 0;
  padding: 0 7.5px;
  color: #689bb2;
}
.cid-sSrQXV0XKg .title__block {
  position: relative;
  z-index: 1;
  padding-top: 40px;
  padding-bottom: 91px;
}
.cid-sSrQXV0XKg .mbr-section-title {
  margin-bottom: 18px;
}
.cid-sSrQXV0XKg .mbr-text {
  margin-bottom: 20px;
}
.cid-sSrQXV0XKg .link {
  display: block;
  margin-bottom: 0;
  white-space: nowrap;
}
.cid-sSrQXV0XKg .link a {
  font-weight: 700;
}
.cid-sSrQXV0XKg .link span {
  display: inline-block !important;
  transition: all 0.3s ease;
  margin-left: 13px;
}
.cid-sSrQXV0XKg .link:hover span {
  transform: translateX(9px);
}
.cid-sSrQXV0XKg .image__block {
  margin-bottom: -144px;
  padding-top: 121px;
  position: relative;
}
.cid-sSrQXV0XKg .image__block:after {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 100%;
  background-color: #000000;
}
.cid-sSrQXV0XKg .image {
  position: relative;
  width: 100%;
  z-index: 1;
}
.cid-sSrQXV0XKg .image:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 575px;
  background-color: #fcff00;
}
.cid-sSrQXV0XKg .image img {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform: translatex(-50%);
}
.cid-sSrQXV0XKg .content__wrap {
  position: relative;
  z-index: 2;
  margin-bottom: 95px;
}
.cid-sSrQXV0XKg .content__wrap:after {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  left: 15px;
  right: 15px;
  height: 100%;
  background-color: #000000;
  border-bottom: 1px solid #fcff00;
}
@media (max-width: 991px) {
  .cid-sSrQXV0XKg .title__block {
    padding: 25px 30px 55px;
  }
  .cid-sSrQXV0XKg .content__wrap {
    margin-bottom: 90px;
  }
  .cid-sSrQXV0XKg .date__block {
    padding-top: 22px;
    margin-bottom: 17px;
  }
  .cid-sSrQXV0XKg .mbr-section-title {
    margin-bottom: 15px;
  }
  .cid-sSrQXV0XKg .mbr-text {
    margin-bottom: 11px;
  }
  .cid-sSrQXV0XKg .image__block {
    min-height: 150px;
    padding-top: 68px;
    margin-bottom: 0;
  }
  .cid-sSrQXV0XKg .image:before {
    padding-top: 375px;
  }
}
.cid-sSrQXV0XKg .mbr-section-title,
.cid-sSrQXV0XKg .date__block {
  color: #ffffff;
}
.cid-sSrREsMuRz {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-sSrREsMuRz .container-fluid {
  position: relative;
}
.cid-sSrREsMuRz .page-title-content {
  width: 100%;
}
.cid-sSrREsMuRz .page-title-content .mbr-iconfont {
  font-size: 55px;
  height: 55px;
  line-height: 55px;
  width: 55px;
  margin-top: -10px;
  color: #f1a631;
}
.cid-sSrREsMuRz .page-title-content .mbr-iconfont:hover {
  cursor: pointer;
}
@media (max-width: 576px) {
  .cid-sSrREsMuRz .page-title-content {
    text-align: center;
  }
}
.cid-sSrREsMuRz .title {
  letter-spacing: 0.8px;
  margin-top: 24px;
  font-weight: 300;
  margin: 0;
  position: relative;
  word-wrap: break-word;
}
.cid-sSrREsMuRz a {
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.cid-sSrREsMuRz a:not(:first-child) {
  margin-left: 20px;
}
.cid-sSrREsMuRz a:after {
  position: absolute;
  margin-top: 7px;
  background-color: currentColor;
  display: block;
  content: "";
  height: 2px;
  width: 100%;
}
.cid-sSrREsMuRz a::before {
  position: absolute;
  margin-top: 5px;
  background-color: currentColor;
  display: block;
  content: "";
  height: 2px;
  width: 0%;
  bottom: 7px;
}
.cid-sSrREsMuRz a:hover:after,
.cid-sSrREsMuRz a:focus:after {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: slidein;
  animation-name: slidein;
}
.cid-sSrREsMuRz a:hover:before,
.cid-sSrREsMuRz a:focus:before {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-name: slideout;
  animation-name: slideout;
}
.cid-sSrREsMuRz a.text-white:hover,
.cid-sSrREsMuRz a.text-white:focus {
  color: #ffffff !important;
}
.cid-sSrREsMuRz .mbr-section-btn {
  margin-left: 0;
  margin-right: 0;
}
.cid-sSrREsMuRz .page-title-content .title,
.cid-sSrREsMuRz .icon-section,
.cid-sSrREsMuRz .mbr-section-btn {
  color: #ffffff;
}
.cid-sSrTxyHzK4 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fcff00;
}
.cid-sSrTxyHzK4 img {
  width: 100%;
  object-fit: cover;
  height: 300px;
}
@media (max-width: 800px) {
  .cid-sSrTxyHzK4 img {
    height: auto;
  }
}
.cid-sSrTxyHzK4 .container-fluid {
  padding: 0;
}
.cid-sSss395XaY {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #fafafa;
}
.cid-sSss395XaY .main-text {
  margin-top: 1.5rem;
  text-align: center;
}
.cid-sSss395XaY .card {
  margin: 0 0 1.5rem 0 !important;
  padding: 0!important;
  border-radius: 0;
  box-shadow: 0 14px 10px 0 rgba(0, 0, 0, 0.02);
}
.cid-sSss395XaY .link-ico {
  font-size: 0.8rem;
  color: #000000;
  border: 2px solid #000000;
  border-radius: 100%;
  padding: 0.5rem 0;
  font-weight: 900;
  padding-left: 9px;
  padding-right: 9px;
}
.cid-sSss395XaY .card:first-of-type {
  background: #ffffff;
}
.cid-sSss395XaY .card:nth-of-type(2) {
  background: #ffffff;
}
.cid-sSss395XaY .card:nth-of-type(3) {
  background: #ffffff;
}
.cid-sSss395XaY .card:nth-of-type(4) {
  background: #ffffff;
}
.cid-sSss395XaY .card:nth-of-type(5) {
  background: #ffffff;
}
.cid-sSss395XaY .card:nth-of-type(6) {
  background: #ffffff;
}
.cid-sSss395XaY .card-wrapper {
  padding: 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-sSss395XaY .card-wrapper {
    flex-direction: column;
    padding: 1rem;
  }
  .cid-sSss395XaY .cards-header {
    margin-bottom: 2rem;
  }
}
.cid-sSss395XaY .card-link .mbr-text {
  color: #fc1010;
}
.cid-sSss395XaY .cards-header .mbr-text {
  text-align: left;
  color: #000000;
}
.cid-sSss395XaY .mbr-text {
  text-align: center;
}
.cid-sSss395XaY .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-sSss395XaY .card-title {
  text-align: left;
  color: #fcff00;
}
.cid-sStM81zZYG {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #fafafa;
}
.cid-sStM81zZYG .main-text {
  margin-top: 1.5rem;
  text-align: center;
}
.cid-sStM81zZYG .card {
  margin: 0 0 1.5rem 0 !important;
  padding: 0!important;
  border-radius: 0;
  box-shadow: 0 14px 10px 0 rgba(0, 0, 0, 0.02);
}
.cid-sStM81zZYG .link-ico {
  font-size: 0.8rem;
  color: #000000;
  border: 2px solid #000000;
  border-radius: 100%;
  padding: 0.5rem 0;
  font-weight: 900;
  padding-left: 9px;
  padding-right: 9px;
}
.cid-sStM81zZYG .card:first-of-type {
  background: #ffffff;
}
.cid-sStM81zZYG .card:nth-of-type(2) {
  background: #ffffff;
}
.cid-sStM81zZYG .card:nth-of-type(3) {
  background: #ffffff;
}
.cid-sStM81zZYG .card:nth-of-type(4) {
  background: #ffffff;
}
.cid-sStM81zZYG .card:nth-of-type(5) {
  background: #ffffff;
}
.cid-sStM81zZYG .card:nth-of-type(6) {
  background: #ffffff;
}
.cid-sStM81zZYG .card-wrapper {
  padding: 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-sStM81zZYG .card-wrapper {
    flex-direction: column;
    padding: 1rem;
  }
  .cid-sStM81zZYG .cards-header {
    margin-bottom: 2rem;
  }
}
.cid-sStM81zZYG .card-link .mbr-text {
  color: #fc1010;
}
.cid-sStM81zZYG .cards-header .mbr-text {
  text-align: left;
  color: #000000;
}
.cid-sStM81zZYG .mbr-text {
  text-align: center;
}
.cid-sStM81zZYG .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-sStM81zZYG .card-title {
  text-align: left;
  color: #fcff00;
}
.cid-sT7YcwKi3R {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #000000;
}
.cid-sT7YcwKi3R p {
  margin-bottom: 0;
}
.cid-sT7YcwKi3R .section-header {
  margin-bottom: 2rem;
}
.cid-sT7YcwKi3R .wrap {
  display: flex;
  align-items: center;
  padding-bottom: 2px;
}
.cid-sT7YcwKi3R .icon-wrapper {
  border-radius: 100%;
  border: 2px solid #ffffff;
}
.cid-sT7YcwKi3R .icon {
  min-width: 33px;
  height: 33px;
  font-size: .7rem;
  font-weight: 900;
  color: black;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  transition: all 0.3s;
  transform: scaleY(-1);
}
.cid-sT7YcwKi3R .icon:before {
  content: "\e908" !important;
}
.cid-sT7YcwKi3R .panel-title.collapsed .icon {
  transform: scaleY(1) !important;
}
.cid-sT7YcwKi3R .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-sT7YcwKi3R .card .card-header a.panel-title {
  background-color: transparent!important;
  margin-top: 0px!important;
}
.cid-sT7YcwKi3R .accordion-content {
  max-width: 28rem !important;
  margin: 0 auto;
  padding-left: 2rem;
  padding-right: 2rem;
}
.cid-sT7YcwKi3R .panel-group {
  width: 100%;
}
.cid-sT7YcwKi3R .panel-title {
  border-radius: 0px;
}
.cid-sT7YcwKi3R .card {
  margin-bottom: 1rem !important;
}
.cid-sT7YcwKi3R .card .card-header {
  background: none;
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-sT7YcwKi3R .card .card-header a.panel-title {
  transition: all .3s;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 900;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-sT7YcwKi3R .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sT7YcwKi3R .card .panel-body {
  padding: 1rem  0 1.5rem 0;
}
.cid-sT7YcwKi3R .media-container-row .accordion-section {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sT7YcwKi3R .media-container-row > div {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.cid-sT7YcwKi3R .header-text {
  color: #ffffff;
  margin-left: .75rem;
}
.cid-sT7YcwKi3R .panel-text {
  color: #ffffff;
}
.cid-sT7YcwKi3R .mbr-section-subtitle {
  text-align: left;
  color: #000000;
}
@media (max-width: 767px) {
  .cid-sT7YcwKi3R .accordion-section {
    margin-top: 2rem;
  }
}
.cid-sT7YcwKi3R .sign {
  color: #ffffff;
}
.cid-sSrQXZGSdz {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-sSrQXZGSdz .mbr-section-subtitle {
  color: #8c8c95;
  text-align: center;
  max-width: 552px;
  margin: auto;
}
.cid-sSrQXZGSdz .mbr-section-title {
  text-align: center;
  color: #14142b;
  margin: auto;
}
.cid-sSrQXZGSdz .row {
  align-items: center;
  height: 100%;
}
.cid-sSrQXZGSdz .wrapper {
  margin: auto;
}
.cid-sSrQY0lLdA {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-sSrQY0lLdA .card-wrapper {
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  border-radius: 30px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #ffffff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 1rem 1rem !important;
  box-shadow: 0 15px 50px 10px rgba(179, 179, 179, 0.6);
}
.cid-sSrQY0lLdA .card-wrapper:hover {
  -webkit-transform: translateY(1rem);
  transform: translateY(1rem);
}
.cid-sSrQY0lLdA .card-wrapper:hover .ico2 {
  color: #36187d !important;
}
.cid-sSrQY0lLdA .ico2 {
  color: #fcff00 !important;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.cid-sSrQY0lLdA .text-info:hover {
  color: inherit !important;
}
.cid-sSrQY0lLdA .card-box {
  padding: 0rem 1rem;
}
.cid-sSrQY0lLdA .ico1 {
  font-size: 3rem !important;
}
.cid-sSrQY0lLdA h3,
.cid-sSrQY0lLdA h4 {
  padding: 0;
  margin: 0;
}
.cid-sSrQY1ugSU {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #f2f3f7;
}
.cid-sSrQY1ugSU .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-sSrQY1ugSU .btn {
  padding: 1rem 3rem;
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .cid-sSrQY1ugSU .col-auto {
    margin: auto;
  }
}
.cid-sSrQY1ugSU textarea {
  min-height: 200px;
}
.cid-sSrQY1ugSU .form-control,
.cid-sSrQY1ugSU .field-input {
  padding: 1.5rem 2rem;
  box-shadow: inset 1px 1px 2px 0 #d2dce9;
  background-color: #edeff3;
  border-radius: 3rem;
  border: 0!important;
  color: #000000;
  transition: 0.4s;
  outline: none;
}
.cid-sSrQY1ugSU .form-control::-webkit-input-placeholder,
.cid-sSrQY1ugSU .field-input::-webkit-input-placeholder,
.cid-sSrQY1ugSU .form-control::-webkit-input-placeholder,
.cid-sSrQY1ugSU .field-input::-webkit-input-placeholder {
  color: #36187d;
}
.cid-sSrQY1ugSU .form-control:-moz-placeholder,
.cid-sSrQY1ugSU .field-input:-moz-placeholder,
.cid-sSrQY1ugSU .form-control:-moz-placeholder,
.cid-sSrQY1ugSU .field-input:-moz-placeholder {
  color: #36187d;
}
.cid-sSrQY1ugSU .form-control:hover,
.cid-sSrQY1ugSU .field-input:hover,
.cid-sSrQY1ugSU .form-control:focus,
.cid-sSrQY1ugSU .field-input:focus {
  background-color: #edeff3;
  color: #232323;
  border: 0!important;
  box-shadow: inset 1px 1px 2px 0 #d2dce9;
  outline: none;
}
.cid-sSrQY1ugSU .form-control:hover::-webkit-input-placeholder,
.cid-sSrQY1ugSU .field-input:hover::-webkit-input-placeholder,
.cid-sSrQY1ugSU .form-control:focus::-webkit-input-placeholder,
.cid-sSrQY1ugSU .field-input:focus::-webkit-input-placeholder,
.cid-sSrQY1ugSU .form-control:hover::-webkit-input-placeholder,
.cid-sSrQY1ugSU .field-input:hover::-webkit-input-placeholder,
.cid-sSrQY1ugSU .form-control:focus::-webkit-input-placeholder,
.cid-sSrQY1ugSU .field-input:focus::-webkit-input-placeholder {
  color: #36187d;
}
.cid-sSrQY1ugSU .form-control:hover:-moz-placeholder,
.cid-sSrQY1ugSU .field-input:hover:-moz-placeholder,
.cid-sSrQY1ugSU .form-control:focus:-moz-placeholder,
.cid-sSrQY1ugSU .field-input:focus:-moz-placeholder,
.cid-sSrQY1ugSU .form-control:hover:-moz-placeholder,
.cid-sSrQY1ugSU .field-input:hover:-moz-placeholder,
.cid-sSrQY1ugSU .form-control:focus:-moz-placeholder,
.cid-sSrQY1ugSU .field-input:focus:-moz-placeholder {
  color: #36187d;
}
.cid-sSrQY1ugSU .jq-number__spin:hover,
.cid-sSrQY1ugSU .jq-number__spin:focus {
  background-color: #edeff3;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-sSrQY1ugSU .jq-number__spin {
  background-color: #edeff3;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-sSrQY1ugSU .jq-selectbox li,
.cid-sSrQY1ugSU .jq-selectbox li {
  background-color: #edeff3;
  color: #000000;
}
.cid-sSrQY1ugSU .jq-selectbox li:hover,
.cid-sSrQY1ugSU .jq-selectbox li.selected {
  background-color: #edeff3;
  color: #000000;
}
.cid-sSrQY1ugSU .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-sSrQY1ugSU .jq-number__spin.minus:hover:after,
.cid-sSrQY1ugSU .jq-number__spin.plus:hover:after {
  border-top-color: #edeff3;
  border-bottom-color: #edeff3;
}
.cid-sSrQY1ugSU .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-sSrQY1ugSU .jq-number__spin.minus:after,
.cid-sSrQY1ugSU .jq-number__spin.plus:after {
  border-top-color: #edeff3;
  border-bottom-color: #edeff3;
}
.cid-sSrQY1ugSU input::-webkit-clear-button {
  display: none;
}
.cid-sSrQY1ugSU input::-webkit-inner-spin-button {
  display: none;
}
.cid-sSrQY1ugSU input::-webkit-outer-spin-button {
  display: none;
}
.cid-sSrQY1ugSU input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-sSrQY1ugSU H4 {
  color: #36187d;
}
.cid-sSrQY1ugSU .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-sSrQY1ugSU P {
  text-align: center;
  color: #000000;
}
@media (max-width: 767px) {
  .cid-sSrQY1ugSU .form-row {
    flex-direction: column;
  }
}
.cid-sSrQY2k7Yz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-sSrQY2k7Yz .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-sSrQY2k7Yz .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sSrQY2k7Yz .row {
    text-align: center;
  }
  .cid-sSrQY2k7Yz .row > div {
    margin: auto;
  }
  .cid-sSrQY2k7Yz .social-row {
    justify-content: center;
  }
}
.cid-sSrQY2k7Yz .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-sSrQY2k7Yz .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sSrQY2k7Yz .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sSrQY2k7Yz .list {
    margin-bottom: 0rem;
  }
}
.cid-sSrQY2k7Yz .mbr-text {
  color: #ffffff;
}
.cid-sSrQY2k7Yz .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-sSrQY2k7Yz .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-sSrQY2k7Yz div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-sSrQY2k7Yz .mbr-section-subtitle {
  text-align: left;
}
.cid-sSrQY2k7Yz H5 {
  color: #fcff00;
}
.cid-sSrQY2k7Yz .copyright {
  color: #ffffff;
}
.cid-sRTmExLLdQ .navbar {
  padding: 0.5rem 0;
  background: #f2f3f7;
  transition: none;
  min-height: 50px;
}
.cid-sRTmExLLdQ .navbar-fixed-top {
  padding-top: 0;
}
.cid-sRTmExLLdQ .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-sRTmExLLdQ .navbar-collapse.show {
  position: absolute;
  opacity: 1;
  visibility: visible;
  top: 100%;
  z-index: 999;
  background-color: #ffffff;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding: 15px 20px;
  bottom: auto;
  left: 0px;
  right: 0px;
}
.cid-sRTmExLLdQ .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-sRTmExLLdQ .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sRTmExLLdQ .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-sRTmExLLdQ .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sRTmExLLdQ .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-sRTmExLLdQ .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sRTmExLLdQ .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sRTmExLLdQ .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sRTmExLLdQ .menu-content-top {
  background: #000000;
  max-width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 2rem;
  width: 100%;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-sRTmExLLdQ .menu-content-top .right-wrap .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sRTmExLLdQ .dropdown-item {
  font-weight: 400;
  margin: 0 !important;
  padding: 0 40px !important;
  line-height: 2.6;
}
.cid-sRTmExLLdQ .dropdown-item,
.cid-sRTmExLLdQ .nav-link,
.cid-sRTmExLLdQ .brand-name {
  font-style: normal;
}
.cid-sRTmExLLdQ .dropdown-item:hover,
.cid-sRTmExLLdQ .nav-link:hover,
.cid-sRTmExLLdQ .brand-name:hover {
  color: #fc1010 !important;
}
.cid-sRTmExLLdQ .dropdown-menu {
  background-color: #ffffff;
}
.cid-sRTmExLLdQ .dropdown-item:active {
  background-color: #ffffff;
}
.cid-sRTmExLLdQ .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
}
.cid-sRTmExLLdQ .navbar-dropdown.bg-color.transparent.opened {
  background: #f2f3f7;
}
.cid-sRTmExLLdQ .nav-item {
  position: relative;
}
.cid-sRTmExLLdQ .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sRTmExLLdQ .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-sRTmExLLdQ .nav-item .nav-link:focus {
  outline: none;
}
@media (min-width: 991px) {
  .cid-sRTmExLLdQ .nav-link {
    line-height: 6.13;
  }
  .cid-sRTmExLLdQ .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #fc1010;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-sRTmExLLdQ .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
}
.cid-sRTmExLLdQ .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sRTmExLLdQ .content-text {
  margin-bottom: 0;
}
.cid-sRTmExLLdQ .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sRTmExLLdQ .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #36187d;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sRTmExLLdQ .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sRTmExLLdQ .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sRTmExLLdQ .navbar-nav .nav-item .link {
  margin: 0 20px !important;
}
.cid-sRTmExLLdQ .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sRTmExLLdQ .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sRTmExLLdQ .content-right-side {
  text-align: center;
}
.cid-sRTmExLLdQ .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sRTmExLLdQ .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sRTmExLLdQ .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
  color: #ea2396;
}
.cid-sRTmExLLdQ .widget-icon.mobi-mbri-phone {
  -webkit-animation: phone-icon-animate 1s ease-in-out infinite;
  animation: phone-icon-animate 1s ease-in-out infinite;
}
.cid-sRTmExLLdQ .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sRTmExLLdQ .info-widget:first-child {
  margin-left: 0;
}
.cid-sRTmExLLdQ .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sRTmExLLdQ .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.7;
}
.cid-sRTmExLLdQ .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-sRTmExLLdQ .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #d9dade;
}
@media (min-width: 992px) {
  .cid-sRTmExLLdQ .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-sRTmExLLdQ .navbar {
    display: block;
    padding: 0;
  }
  .cid-sRTmExLLdQ .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-sRTmExLLdQ .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    align-self: auto;
    display: flex;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-sRTmExLLdQ .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-sRTmExLLdQ .navbar-toggler {
    display: none;
  }
  .cid-sRTmExLLdQ .navbar-collapse {
    justify-content: flex-start;
  }
}
.cid-sRTmExLLdQ .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-sRTmExLLdQ .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-right: 0;
}
.cid-sRTmExLLdQ .btn-sm {
  padding: 13px 29px;
}
.cid-sRTmExLLdQ .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sRTmExLLdQ .btn::after {
  background-color: #fcff00;
  content: "";
  height: 150px;
  left: -75px;
  position: absolute;
  top: -60px;
  transform: rotate(35deg);
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  width: 40px;
  opacity: 0;
  outline: none;
  text-decoration: none;
}
.cid-sRTmExLLdQ .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-sRTmExLLdQ .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sRTmExLLdQ .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sRTmExLLdQ .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-sRTmExLLdQ .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sRTmExLLdQ .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sRTmExLLdQ .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sRTmExLLdQ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sRTmExLLdQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sRTmExLLdQ .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-sRTmExLLdQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sRTmExLLdQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sRTmExLLdQ .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sRTmExLLdQ .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sRTmExLLdQ .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-sRTmExLLdQ .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-sRTmExLLdQ .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sRTmExLLdQ .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sRTmExLLdQ .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sRTmExLLdQ button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  margin-right: 0;
}
.cid-sRTmExLLdQ button.navbar-toggler:focus {
  outline: none;
}
.cid-sRTmExLLdQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sRTmExLLdQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sRTmExLLdQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRTmExLLdQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRTmExLLdQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sRTmExLLdQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRTmExLLdQ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sRTmExLLdQ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sRTmExLLdQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRTmExLLdQ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sRTmExLLdQ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sRTmExLLdQ .collapsed .btn {
  display: flex;
}
.cid-sRTmExLLdQ .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sRTmExLLdQ .collapsed .navbar-collapse.collapsing,
.cid-sRTmExLLdQ .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sRTmExLLdQ .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sRTmExLLdQ .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sRTmExLLdQ .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sRTmExLLdQ .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sRTmExLLdQ .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sRTmExLLdQ .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-sRTmExLLdQ .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sRTmExLLdQ .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sRTmExLLdQ .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sRTmExLLdQ .collapsed button.navbar-toggler {
  display: block;
}
.cid-sRTmExLLdQ .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-sRTmExLLdQ .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-sRTmExLLdQ .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-sRTmExLLdQ .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sRTmExLLdQ .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sRTmExLLdQ .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: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-sRTmExLLdQ .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sRTmExLLdQ .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-sRTmExLLdQ .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-sRTmExLLdQ .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-sRTmExLLdQ .menu-bottom .menu-content-right {
    display: none;
  }
  .cid-sRTmExLLdQ .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
    opacity: 0;
    transition: all 0.3s ease-in;
    position: absolute;
    top: 100%;
    bottom: auto;
    left: 0px;
    right: 0px;
    z-index: 999;
  }
  .cid-sRTmExLLdQ .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-sRTmExLLdQ .navbar-collapse.collapsing,
  .cid-sRTmExLLdQ .navbar-collapse.show {
    display: block !important;
  }
  .cid-sRTmExLLdQ .navbar-collapse.collapsing .navbar-nav,
  .cid-sRTmExLLdQ .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sRTmExLLdQ .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sRTmExLLdQ .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sRTmExLLdQ .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-sRTmExLLdQ .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
  }
  .cid-sRTmExLLdQ .navbar-collapse.collapsing .navbar-buttons,
  .cid-sRTmExLLdQ .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-sRTmExLLdQ .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sRTmExLLdQ .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sRTmExLLdQ img {
    height: 3.8rem !important;
  }
  .cid-sRTmExLLdQ .btn {
    display: flex;
  }
  .cid-sRTmExLLdQ button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-sRTmExLLdQ .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-sRTmExLLdQ .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-sRTmExLLdQ .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-sRTmExLLdQ .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sRTmExLLdQ .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sRTmExLLdQ .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: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-sRTmExLLdQ .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sRTmExLLdQ .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-sRTmExLLdQ .navbar-toggler {
  position: relative;
}
.cid-sRTmExLLdQ .dropdown-item.active,
.cid-sRTmExLLdQ .dropdown-item:active {
  color: initial;
}
.cid-sRTmExLLdQ .widget-title {
  color: #fcff00;
}
.cid-sRTmExLLdQ .widget-text {
  color: #fcff00;
}
.cid-sRTmExLLdQ .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-sRTmExLLdQ .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #36187d;
  display: inline-flex;
  background-color: #232323;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-sRTmExLLdQ .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-sRTmExLLdQ .icons-menu .mbr-iconfont:hover {
  color: #ffffff;
  background-color: #000000;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-sRTmExLLdQ .soc-item {
  margin: .5rem .3rem;
}
@media (max-width: 768px) {
  .cid-sRTmExLLdQ .menu-content-top .icons-menu {
    padding-left: 0;
  }
  .cid-sRTmExLLdQ .menu-content-top .icons-menu .soc-item .mbr-iconfont {
    font-size: 14px;
  }
  .cid-sRTmExLLdQ .menu-content-top .icons-menu .soc-item .mbr-iconfont::before {
    padding: 0.44rem;
  }
  .cid-sRTmExLLdQ .menu-content-top .right-wrap .info-widget {
    margin-left: 20px;
  }
  .cid-sRTmExLLdQ .menu-content-top .right-wrap .info-widget:first-child {
    margin-left: 0;
  }
  .cid-sRTmExLLdQ .menu-content-top .right-wrap .info-widget .widget-content {
    display: none;
  }
  .cid-sRTmExLLdQ .menu-content-top .right-wrap .info-widget .widget-icon {
    font-size: 25px;
    padding-right: 0;
  }
  .cid-sRTmExLLdQ .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-sRTmExLLdQ .menu-content-top,
  .cid-sRTmExLLdQ .menu-bottom {
    padding: 0 15px;
  }
  .cid-sRTmExLLdQ button.navbar-toggler {
    align-self: center;
  }
}
@-webkit-keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
.cid-sRTmExLLdQ .widget-title,
.cid-sRTmExLLdQ .widget-icon {
  color: #ffffff;
}
.cid-sSqV0J1FqD {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-sSqV0J1FqD .date__block {
  margin-bottom: 17px;
}
.cid-sSqV0J1FqD .date__article {
  display: inline-block;
  margin: 0;
  padding: 0 7.5px;
  color: #fc1010;
}
.cid-sSqV0J1FqD .dot {
  display: inline-block;
  vertical-align: super;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #35b8fc;
}
.cid-sSqV0J1FqD .date__d {
  display: inline-block;
  margin: 0;
  padding: 0 7.5px;
  color: #689bb2;
}
.cid-sSqV0J1FqD .title__block {
  position: relative;
  z-index: 1;
  padding-top: 40px;
  padding-bottom: 91px;
}
.cid-sSqV0J1FqD .mbr-section-title {
  margin-bottom: 18px;
}
.cid-sSqV0J1FqD .mbr-text {
  margin-bottom: 20px;
}
.cid-sSqV0J1FqD .link {
  display: block;
  margin-bottom: 0;
  white-space: nowrap;
}
.cid-sSqV0J1FqD .link a {
  font-weight: 700;
}
.cid-sSqV0J1FqD .link span {
  display: inline-block !important;
  transition: all 0.3s ease;
  margin-left: 13px;
}
.cid-sSqV0J1FqD .link:hover span {
  transform: translateX(9px);
}
.cid-sSqV0J1FqD .image__block {
  margin-bottom: -144px;
  padding-top: 121px;
  position: relative;
}
.cid-sSqV0J1FqD .image__block:after {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 100%;
  background-color: #000000;
}
.cid-sSqV0J1FqD .image {
  position: relative;
  width: 100%;
  z-index: 1;
}
.cid-sSqV0J1FqD .image:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 575px;
  background-color: #fcff00;
}
.cid-sSqV0J1FqD .image img {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform: translatex(-50%);
}
.cid-sSqV0J1FqD .content__wrap {
  position: relative;
  z-index: 2;
  margin-bottom: 95px;
}
.cid-sSqV0J1FqD .content__wrap:after {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  left: 15px;
  right: 15px;
  height: 100%;
  background-color: #000000;
  border-bottom: 1px solid #fcff00;
}
@media (max-width: 991px) {
  .cid-sSqV0J1FqD .title__block {
    padding: 25px 30px 55px;
  }
  .cid-sSqV0J1FqD .content__wrap {
    margin-bottom: 90px;
  }
  .cid-sSqV0J1FqD .date__block {
    padding-top: 22px;
    margin-bottom: 17px;
  }
  .cid-sSqV0J1FqD .mbr-section-title {
    margin-bottom: 15px;
  }
  .cid-sSqV0J1FqD .mbr-text {
    margin-bottom: 11px;
  }
  .cid-sSqV0J1FqD .image__block {
    min-height: 150px;
    padding-top: 68px;
    margin-bottom: 0;
  }
  .cid-sSqV0J1FqD .image:before {
    padding-top: 375px;
  }
}
.cid-sSqV0J1FqD .mbr-section-title,
.cid-sSqV0J1FqD .date__block {
  color: #ffffff;
}
.cid-sTa2IXqxII {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fcff00;
}
.cid-sTa2IXqxII img {
  width: 100%;
  object-fit: cover;
  height: 350px;
}
@media (max-width: 800px) {
  .cid-sTa2IXqxII img {
    height: auto;
  }
}
.cid-sTa2IXqxII .container-fluid {
  padding: 0;
}
.cid-sTa2KmfWbd {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sTa2KmfWbd .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-sTa2KmfWbd .img-item,
.cid-sTa2KmfWbd img {
  height: 100%;
  object-fit: cover;
}
.cid-sTa2KmfWbd .img-col {
  padding: 0;
}
.cid-sTa2KmfWbd .col-auto {
  width: 100%;
}
.cid-sTa2KmfWbd .wrapper {
  background: #31363b;
  padding: 6rem 4rem;
  border-radius: 10px;
  margin: 0 1rem;
}
@media (max-width: 767px) {
  .cid-sTa2KmfWbd .wrapper {
    padding: 3rem 0rem;
    margin: 0 1rem;
  }
}
.cid-sTa2KmfWbd textarea {
  min-height: 200px;
}
.cid-sTa2KmfWbd .btn {
  display: inline-block;
  padding: 0.8rem 1.8rem;
}
.cid-sTa2KmfWbd .content {
  max-width: 500px;
  margin: 5rem auto;
}
.cid-sTa2KmfWbd .form-control,
.cid-sTa2KmfWbd .field-input {
  padding: 1rem 1.5rem;
  border-radius: 10px;
  background-color: #ffffff;
  border-color: #ffffff;
  color: #1b2026;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-sTa2KmfWbd .form-control::-webkit-input-placeholder,
.cid-sTa2KmfWbd .field-input::-webkit-input-placeholder,
.cid-sTa2KmfWbd .form-control::-webkit-input-placeholder,
.cid-sTa2KmfWbd .field-input::-webkit-input-placeholder {
  color: #777777;
}
.cid-sTa2KmfWbd .form-control:-moz-placeholder,
.cid-sTa2KmfWbd .field-input:-moz-placeholder,
.cid-sTa2KmfWbd .form-control:-moz-placeholder,
.cid-sTa2KmfWbd .field-input:-moz-placeholder {
  color: #777777;
}
.cid-sTa2KmfWbd .form-control:hover,
.cid-sTa2KmfWbd .field-input:hover,
.cid-sTa2KmfWbd .form-control:focus,
.cid-sTa2KmfWbd .field-input:focus {
  background-color: #ffffff;
  border-color: #ffffff !important;
  color: #1b2026;
  box-shadow: none;
  outline: none;
}
.cid-sTa2KmfWbd .form-control:hover::-webkit-input-placeholder,
.cid-sTa2KmfWbd .field-input:hover::-webkit-input-placeholder,
.cid-sTa2KmfWbd .form-control:focus::-webkit-input-placeholder,
.cid-sTa2KmfWbd .field-input:focus::-webkit-input-placeholder,
.cid-sTa2KmfWbd .form-control:hover::-webkit-input-placeholder,
.cid-sTa2KmfWbd .field-input:hover::-webkit-input-placeholder,
.cid-sTa2KmfWbd .form-control:focus::-webkit-input-placeholder,
.cid-sTa2KmfWbd .field-input:focus::-webkit-input-placeholder {
  color: #777777;
}
.cid-sTa2KmfWbd .form-control:hover:-moz-placeholder,
.cid-sTa2KmfWbd .field-input:hover:-moz-placeholder,
.cid-sTa2KmfWbd .form-control:focus:-moz-placeholder,
.cid-sTa2KmfWbd .field-input:focus:-moz-placeholder,
.cid-sTa2KmfWbd .form-control:hover:-moz-placeholder,
.cid-sTa2KmfWbd .field-input:hover:-moz-placeholder,
.cid-sTa2KmfWbd .form-control:focus:-moz-placeholder,
.cid-sTa2KmfWbd .field-input:focus:-moz-placeholder {
  color: #777777;
}
.cid-sTa2KmfWbd .jq-number__spin:hover,
.cid-sTa2KmfWbd .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-sTa2KmfWbd .jq-number__spin {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #1b2026;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-sTa2KmfWbd .jq-selectbox li,
.cid-sTa2KmfWbd .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-sTa2KmfWbd .jq-selectbox li:hover,
.cid-sTa2KmfWbd .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-sTa2KmfWbd .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-sTa2KmfWbd .jq-number__spin.minus:hover:after,
.cid-sTa2KmfWbd .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-sTa2KmfWbd .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-sTa2KmfWbd .jq-number__spin.minus:after,
.cid-sTa2KmfWbd .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-sTa2KmfWbd input::-webkit-clear-button {
  display: none;
}
.cid-sTa2KmfWbd input::-webkit-inner-spin-button {
  display: none;
}
.cid-sTa2KmfWbd input::-webkit-outer-spin-button {
  display: none;
}
.cid-sTa2KmfWbd input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-sTa2KmfWbd H4 {
  color: #777777;
}
.cid-sTa2KmfWbd H3 {
  text-align: center;
  color: #ffffff;
}
.cid-sTa2KmfWbd LABEL {
  color: #ffffff;
}
.cid-sTa2KmfWbd H5 {
  color: #ffffff;
}
.cid-sTa2KmfWbd H1 {
  color: #ffffff;
}
.cid-sTa2KmfWbd H6 {
  color: #ffffff;
}
.cid-sSqUL707V3 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fcff00;
}
.cid-sSqUL707V3 img {
  width: 100%;
  object-fit: cover;
  height: 300px;
}
@media (max-width: 800px) {
  .cid-sSqUL707V3 img {
    height: auto;
  }
}
.cid-sSqUL707V3 .container-fluid {
  padding: 0;
}
.cid-sS5iUJqOXn {
  padding-top: 75px;
  padding-bottom: 225px;
  background-color: #000000;
}
.cid-sS5iUJqOXn .form-group {
  text-align: left;
  min-height: 0px;
  border: 0px solid #CCC;
  border-radius: 5px;
  margin-bottom: 0;
}
.cid-sS5iUJqOXn .jq-selectbox li.selected {
  background-color: #060468;
}
.cid-sS5iUJqOXn .jq-selectbox li:hover {
  background-color: #060468;
}
.cid-sS5iUJqOXn .jq-selectbox ul {
  background-color: #fff;
}
.cid-sS5iUJqOXn .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #060468;
}
.cid-sS5iUJqOXn .form-control[name="email"]:focus {
  outline: none;
  box-shadow: 0;
}
.cid-sS5iUJqOXn .form-control[name="email"]:active {
  outline: none;
  box-shadow: 0;
}
.cid-sS5iUJqOXn .mbr-iconfont-btn {
  margin: 0;
}
.cid-sS5iUJqOXn .jq-selectbox__dropdown {
  top: 65px!important;
}
.cid-sS5iUJqOXn .mbr-form .mbr-section-btn .btn {
  margin: 0 !important;
  padding: 1.1rem 20px;
  border-radius: 5px;
}
.cid-sS5iUJqOXn .form-group,
.cid-sS5iUJqOXn .mbr-section-btn {
  margin-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-sS5iUJqOXn .align-left {
    text-align: center;
  }
}
@media (max-width: 576px) {
  .cid-sS5iUJqOXn .mbr-section-btn {
    margin: auto;
  }
}
@media (min-width: 577px) {
  .cid-sS5iUJqOXn .mbr-form .row {
    align-items: stretch;
  }
  .cid-sS5iUJqOXn .mbr-form .col + .mbr-section-btn .btn,
  .cid-sS5iUJqOXn .mbr-form .col-auto + .mbr-section-btn .btn,
  .cid-sS5iUJqOXn .mbr-form .dragArea > *:not(.col-lg-12) + .col-auto.mbr-section-btn .btn {
    margin: 0 !important;
    height: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }
  .cid-sS5iUJqOXn .mbr-form .col + .mbr-section-btn,
  .cid-sS5iUJqOXn .mbr-form .col-auto + .mbr-section-btn {
    margin: 0;
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-sS5iUJqOXn .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-sS5iUJqOXn LABEL {
  color: #fcff00;
}
.cid-sSE7fiwUxU {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fcff00;
}
.cid-sSE7fiwUxU img {
  width: 100%;
  object-fit: cover;
  height: 400px;
}
@media (max-width: 800px) {
  .cid-sSE7fiwUxU img {
    height: auto;
  }
}
.cid-sSE7fiwUxU .container-fluid {
  padding: 0;
}
.cid-sSFaNrGk67 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e8ebe8;
}
.cid-sSFaNrGk67 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-sSFaNrGk67 .form-group {
  border-bottom: 2px solid #191919 !important;
}
.cid-sSFaNrGk67 .form-group:nth-child(odd) {
  border-left: 2px solid #191919;
}
.cid-sSFaNrGk67 form .row [class*=col] {
  padding: 40px 0 0 0;
}
.cid-sSFaNrGk67 form .row [class*=col]:nth-child(odd):not(:first-child, :last-child) {
  padding-left: 40px;
}
.cid-sSFaNrGk67 .form-group {
  margin-bottom: 0;
  padding-top: 40px;
}
.cid-sSFaNrGk67 .form-control {
  box-shadow: none;
  background-color: #e8ebe8;
  padding: 0 40px 40px 0;
  border-radius: 0;
}
.cid-sSFaNrGk67 .form-control.area {
  min-height: 156px;
}
.cid-sSFaNrGk67 .form-button {
  margin-top: 48px;
  height: 74px;
  width: 320px;
}
.cid-sSFaNrGk67 .form-check-input:checked {
  background-color: #191919;
  border-color: #191919;
}
.cid-sSFaNrGk67 .form-check-input:focus {
  border-color: #191919;
  box-shadow: none;
}
.cid-sSFaNrGk67 .form-row .col {
  padding-left: 0;
}
.cid-sSFaNrGk67 label {
  margin-bottom: 5px;
}
.cid-sSFaNrGk67 .btn {
  margin-top: 48px;
  width: 360px;
  height: 76px;
}
@media (max-width: 991px) {
  .cid-sSFaNrGk67 .dragArea {
    padding: 0 1rem;
  }
  .cid-sSFaNrGk67 .btn {
    width: 260px;
    height: 66px;
  }
  .cid-sSFaNrGk67 .form-group:nth-child(odd) {
    border-left: none;
  }
  .cid-sSFaNrGk67 form .row [class*=col]:nth-child(odd):not(:first-child, :last-child) {
    padding-left: 0;
  }
}
@media (max-width: 425px) {
  .cid-sSFaNrGk67 .form-button {
    margin-top: 38px;
    height: 64px;
    width: 220px;
  }
  .cid-sSFaNrGk67 .btn {
    width: 200px;
    height: 56px;
  }
}
@media (max-width: 320px) {
  .cid-sSFaNrGk67 .form-button {
    margin-top: 38px;
    height: 64px;
    width: 215px;
  }
  .cid-sSFaNrGk67 .btn {
    width: 181px;
    height: 50px;
  }
}
.cid-sSFaNrGk67 H2 {
  text-align: center;
}
.cid-sSDcdUpRIQ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fcff00;
}
.cid-sSDcdUpRIQ img {
  width: 100%;
  object-fit: cover;
  height: 300px;
}
@media (max-width: 800px) {
  .cid-sSDcdUpRIQ img {
    height: auto;
  }
}
.cid-sSDcdUpRIQ .container-fluid {
  padding: 0;
}
.cid-sSDcfyVu13 {
  padding-top: 105px;
  padding-bottom: 90px;
  background-color: #000000;
}
.cid-sSDcfyVu13 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-sSDcfyVu13 .img-item,
.cid-sSDcfyVu13 img {
  height: 100%;
  object-fit: cover;
}
.cid-sSDcfyVu13 .img-col {
  padding: 0;
}
.cid-sSDcfyVu13 .col-auto {
  width: 100%;
}
.cid-sSDcfyVu13 .wrapper {
  background: #f2f3f7;
  padding: 6rem 4rem;
  border-radius: 10px;
  margin: 0 1rem;
}
@media (max-width: 767px) {
  .cid-sSDcfyVu13 .wrapper {
    padding: 3rem 0rem;
    margin: 0 1rem;
  }
}
.cid-sSDcfyVu13 textarea {
  min-height: 200px;
}
.cid-sSDcfyVu13 .btn {
  display: inline-block;
  padding: 0.8rem 1.8rem;
}
.cid-sSDcfyVu13 .content {
  max-width: 500px;
  margin: 5rem auto;
}
.cid-sSDcfyVu13 .form-control,
.cid-sSDcfyVu13 .field-input {
  padding: 1rem 1.5rem;
  border-radius: 10px;
  background-color: #dce8eb;
  border-color: #ffffff;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-sSDcfyVu13 .form-control::-webkit-input-placeholder,
.cid-sSDcfyVu13 .field-input::-webkit-input-placeholder,
.cid-sSDcfyVu13 .form-control::-webkit-input-placeholder,
.cid-sSDcfyVu13 .field-input::-webkit-input-placeholder {
  color: #232323;
}
.cid-sSDcfyVu13 .form-control:-moz-placeholder,
.cid-sSDcfyVu13 .field-input:-moz-placeholder,
.cid-sSDcfyVu13 .form-control:-moz-placeholder,
.cid-sSDcfyVu13 .field-input:-moz-placeholder {
  color: #232323;
}
.cid-sSDcfyVu13 .form-control:hover,
.cid-sSDcfyVu13 .field-input:hover,
.cid-sSDcfyVu13 .form-control:focus,
.cid-sSDcfyVu13 .field-input:focus {
  background-color: #ffffff;
  border-color: #4c4c4c !important;
  color: #060468;
  box-shadow: none;
  outline: none;
}
.cid-sSDcfyVu13 .form-control:hover::-webkit-input-placeholder,
.cid-sSDcfyVu13 .field-input:hover::-webkit-input-placeholder,
.cid-sSDcfyVu13 .form-control:focus::-webkit-input-placeholder,
.cid-sSDcfyVu13 .field-input:focus::-webkit-input-placeholder,
.cid-sSDcfyVu13 .form-control:hover::-webkit-input-placeholder,
.cid-sSDcfyVu13 .field-input:hover::-webkit-input-placeholder,
.cid-sSDcfyVu13 .form-control:focus::-webkit-input-placeholder,
.cid-sSDcfyVu13 .field-input:focus::-webkit-input-placeholder {
  color: #fcff00;
}
.cid-sSDcfyVu13 .form-control:hover:-moz-placeholder,
.cid-sSDcfyVu13 .field-input:hover:-moz-placeholder,
.cid-sSDcfyVu13 .form-control:focus:-moz-placeholder,
.cid-sSDcfyVu13 .field-input:focus:-moz-placeholder,
.cid-sSDcfyVu13 .form-control:hover:-moz-placeholder,
.cid-sSDcfyVu13 .field-input:hover:-moz-placeholder,
.cid-sSDcfyVu13 .form-control:focus:-moz-placeholder,
.cid-sSDcfyVu13 .field-input:focus:-moz-placeholder {
  color: #fcff00;
}
.cid-sSDcfyVu13 .jq-number__spin:hover,
.cid-sSDcfyVu13 .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #4c4c4c;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-sSDcfyVu13 .jq-number__spin {
  background-color: #dce8eb;
  border-color: #ffffff;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-sSDcfyVu13 .jq-selectbox li,
.cid-sSDcfyVu13 .jq-selectbox li {
  background-color: #dce8eb;
  color: #000000;
}
.cid-sSDcfyVu13 .jq-selectbox li:hover,
.cid-sSDcfyVu13 .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-sSDcfyVu13 .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-sSDcfyVu13 .jq-number__spin.minus:hover:after,
.cid-sSDcfyVu13 .jq-number__spin.plus:hover:after {
  border-top-color: #dce8eb;
  border-bottom-color: #dce8eb;
}
.cid-sSDcfyVu13 .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-sSDcfyVu13 .jq-number__spin.minus:after,
.cid-sSDcfyVu13 .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-sSDcfyVu13 input::-webkit-clear-button {
  display: none;
}
.cid-sSDcfyVu13 input::-webkit-inner-spin-button {
  display: none;
}
.cid-sSDcfyVu13 input::-webkit-outer-spin-button {
  display: none;
}
.cid-sSDcfyVu13 input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-sSDcfyVu13 H4 {
  color: #777777;
}
.cid-sSDcfyVu13 H3 {
  text-align: center;
}
.cid-sSDe6zSbMU {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fcff00;
}
.cid-sSDe6zSbMU img {
  width: 100%;
  object-fit: cover;
  height: 300px;
}
@media (max-width: 800px) {
  .cid-sSDe6zSbMU img {
    height: auto;
  }
}
.cid-sSDe6zSbMU .container-fluid {
  padding: 0;
}
.cid-sSDjnbSEmW {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sSDjnbSEmW .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-sSDjnbSEmW .img-item,
.cid-sSDjnbSEmW img {
  height: 100%;
  object-fit: cover;
}
.cid-sSDjnbSEmW .img-col {
  padding: 0;
}
.cid-sSDjnbSEmW .col-auto {
  width: 100%;
}
.cid-sSDjnbSEmW .wrapper {
  background: #31363b;
  padding: 6rem 4rem;
  border-radius: 10px;
  margin: 0 1rem;
}
@media (max-width: 767px) {
  .cid-sSDjnbSEmW .wrapper {
    padding: 3rem 0rem;
    margin: 0 1rem;
  }
}
.cid-sSDjnbSEmW textarea {
  min-height: 200px;
}
.cid-sSDjnbSEmW .btn {
  display: inline-block;
  padding: 0.8rem 1.8rem;
}
.cid-sSDjnbSEmW .content {
  max-width: 500px;
  margin: 5rem auto;
}
.cid-sSDjnbSEmW .form-control,
.cid-sSDjnbSEmW .field-input {
  padding: 1rem 1.5rem;
  border-radius: 10px;
  background-color: #ffffff;
  border-color: #ffffff;
  color: #1b2026;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-sSDjnbSEmW .form-control::-webkit-input-placeholder,
.cid-sSDjnbSEmW .field-input::-webkit-input-placeholder,
.cid-sSDjnbSEmW .form-control::-webkit-input-placeholder,
.cid-sSDjnbSEmW .field-input::-webkit-input-placeholder {
  color: #777777;
}
.cid-sSDjnbSEmW .form-control:-moz-placeholder,
.cid-sSDjnbSEmW .field-input:-moz-placeholder,
.cid-sSDjnbSEmW .form-control:-moz-placeholder,
.cid-sSDjnbSEmW .field-input:-moz-placeholder {
  color: #777777;
}
.cid-sSDjnbSEmW .form-control:hover,
.cid-sSDjnbSEmW .field-input:hover,
.cid-sSDjnbSEmW .form-control:focus,
.cid-sSDjnbSEmW .field-input:focus {
  background-color: #ffffff;
  border-color: #ffffff !important;
  color: #1b2026;
  box-shadow: none;
  outline: none;
}
.cid-sSDjnbSEmW .form-control:hover::-webkit-input-placeholder,
.cid-sSDjnbSEmW .field-input:hover::-webkit-input-placeholder,
.cid-sSDjnbSEmW .form-control:focus::-webkit-input-placeholder,
.cid-sSDjnbSEmW .field-input:focus::-webkit-input-placeholder,
.cid-sSDjnbSEmW .form-control:hover::-webkit-input-placeholder,
.cid-sSDjnbSEmW .field-input:hover::-webkit-input-placeholder,
.cid-sSDjnbSEmW .form-control:focus::-webkit-input-placeholder,
.cid-sSDjnbSEmW .field-input:focus::-webkit-input-placeholder {
  color: #777777;
}
.cid-sSDjnbSEmW .form-control:hover:-moz-placeholder,
.cid-sSDjnbSEmW .field-input:hover:-moz-placeholder,
.cid-sSDjnbSEmW .form-control:focus:-moz-placeholder,
.cid-sSDjnbSEmW .field-input:focus:-moz-placeholder,
.cid-sSDjnbSEmW .form-control:hover:-moz-placeholder,
.cid-sSDjnbSEmW .field-input:hover:-moz-placeholder,
.cid-sSDjnbSEmW .form-control:focus:-moz-placeholder,
.cid-sSDjnbSEmW .field-input:focus:-moz-placeholder {
  color: #777777;
}
.cid-sSDjnbSEmW .jq-number__spin:hover,
.cid-sSDjnbSEmW .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-sSDjnbSEmW .jq-number__spin {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #1b2026;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-sSDjnbSEmW .jq-selectbox li,
.cid-sSDjnbSEmW .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-sSDjnbSEmW .jq-selectbox li:hover,
.cid-sSDjnbSEmW .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-sSDjnbSEmW .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-sSDjnbSEmW .jq-number__spin.minus:hover:after,
.cid-sSDjnbSEmW .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-sSDjnbSEmW .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-sSDjnbSEmW .jq-number__spin.minus:after,
.cid-sSDjnbSEmW .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-sSDjnbSEmW input::-webkit-clear-button {
  display: none;
}
.cid-sSDjnbSEmW input::-webkit-inner-spin-button {
  display: none;
}
.cid-sSDjnbSEmW input::-webkit-outer-spin-button {
  display: none;
}
.cid-sSDjnbSEmW input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-sSDjnbSEmW H4 {
  color: #777777;
}
.cid-sSDjnbSEmW H3 {
  text-align: center;
  color: #ffffff;
}
.cid-sSDjnbSEmW LABEL {
  color: #ffffff;
}
.cid-sSDjnbSEmW H5 {
  color: #ffffff;
}
.cid-sSDjnbSEmW H1 {
  color: #ffffff;
}
.cid-sSDjnbSEmW H6 {
  color: #ffffff;
}
.cid-sT5dNmBVxS {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fcff00;
}
.cid-sT5dNmBVxS img {
  width: 100%;
  object-fit: cover;
  height: 300px;
}
@media (max-width: 800px) {
  .cid-sT5dNmBVxS img {
    height: auto;
  }
}
.cid-sT5dNmBVxS .container-fluid {
  padding: 0;
}
.cid-sT8eS88kHg {
  padding-top: 75px;
  padding-bottom: 225px;
  background-color: #31363b;
}
.cid-sT8eS88kHg .form-group {
  text-align: left;
  min-height: 0px;
  border: 0px solid #CCC;
  border-radius: 5px;
  margin-bottom: 0;
}
.cid-sT8eS88kHg .jq-selectbox li.selected {
  background-color: #f2f3f7;
}
.cid-sT8eS88kHg .jq-selectbox li:hover {
  background-color: #f2f3f7;
}
.cid-sT8eS88kHg .jq-selectbox ul {
  background-color: #fff;
}
.cid-sT8eS88kHg .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f2f3f7;
}
.cid-sT8eS88kHg .form-control[name="email"]:focus {
  outline: none;
  box-shadow: 0;
}
.cid-sT8eS88kHg .form-control[name="email"]:active {
  outline: none;
  box-shadow: 0;
}
.cid-sT8eS88kHg .mbr-iconfont-btn {
  margin: 0;
}
.cid-sT8eS88kHg .jq-selectbox__dropdown {
  top: 65px!important;
}
.cid-sT8eS88kHg .mbr-form .mbr-section-btn .btn {
  margin: 0 !important;
  padding: 1.1rem 20px;
  border-radius: 5px;
}
.cid-sT8eS88kHg .form-group,
.cid-sT8eS88kHg .mbr-section-btn {
  margin-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-sT8eS88kHg .align-left {
    text-align: center;
  }
}
@media (max-width: 576px) {
  .cid-sT8eS88kHg .mbr-section-btn {
    margin: auto;
  }
}
@media (min-width: 577px) {
  .cid-sT8eS88kHg .mbr-form .row {
    align-items: stretch;
  }
  .cid-sT8eS88kHg .mbr-form .col + .mbr-section-btn .btn,
  .cid-sT8eS88kHg .mbr-form .col-auto + .mbr-section-btn .btn,
  .cid-sT8eS88kHg .mbr-form .dragArea > *:not(.col-lg-12) + .col-auto.mbr-section-btn .btn {
    margin: 0 !important;
    height: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }
  .cid-sT8eS88kHg .mbr-form .col + .mbr-section-btn,
  .cid-sT8eS88kHg .mbr-form .col-auto + .mbr-section-btn {
    margin: 0;
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-sT8eS88kHg .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-sT8eS88kHg LABEL {
  color: #ffffff;
}
.cid-sT8eS88kHg P {
  text-align: center;
  color: #ffffff;
}
.cid-sT8cM4kFe9 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fcff00;
}
.cid-sT8cM4kFe9 img {
  width: 100%;
  object-fit: cover;
  height: 300px;
}
@media (max-width: 800px) {
  .cid-sT8cM4kFe9 img {
    height: auto;
  }
}
.cid-sT8cM4kFe9 .container-fluid {
  padding: 0;
}
.cid-sT8eUEeekn {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sT8eUEeekn .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-sT8eUEeekn .img-item,
.cid-sT8eUEeekn img {
  height: 100%;
  object-fit: cover;
}
.cid-sT8eUEeekn .img-col {
  padding: 0;
}
.cid-sT8eUEeekn .col-auto {
  width: 100%;
}
.cid-sT8eUEeekn .wrapper {
  background: #31363b;
  padding: 6rem 4rem;
  border-radius: 10px;
  margin: 0 1rem;
}
@media (max-width: 767px) {
  .cid-sT8eUEeekn .wrapper {
    padding: 3rem 0rem;
    margin: 0 1rem;
  }
}
.cid-sT8eUEeekn textarea {
  min-height: 200px;
}
.cid-sT8eUEeekn .btn {
  display: inline-block;
  padding: 0.8rem 1.8rem;
}
.cid-sT8eUEeekn .content {
  max-width: 500px;
  margin: 5rem auto;
}
.cid-sT8eUEeekn .form-control,
.cid-sT8eUEeekn .field-input {
  padding: 1rem 1.5rem;
  border-radius: 10px;
  background-color: #ffffff;
  border-color: #ffffff;
  color: #1b2026;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-sT8eUEeekn .form-control::-webkit-input-placeholder,
.cid-sT8eUEeekn .field-input::-webkit-input-placeholder,
.cid-sT8eUEeekn .form-control::-webkit-input-placeholder,
.cid-sT8eUEeekn .field-input::-webkit-input-placeholder {
  color: #777777;
}
.cid-sT8eUEeekn .form-control:-moz-placeholder,
.cid-sT8eUEeekn .field-input:-moz-placeholder,
.cid-sT8eUEeekn .form-control:-moz-placeholder,
.cid-sT8eUEeekn .field-input:-moz-placeholder {
  color: #777777;
}
.cid-sT8eUEeekn .form-control:hover,
.cid-sT8eUEeekn .field-input:hover,
.cid-sT8eUEeekn .form-control:focus,
.cid-sT8eUEeekn .field-input:focus {
  background-color: #ffffff;
  border-color: #ffffff !important;
  color: #1b2026;
  box-shadow: none;
  outline: none;
}
.cid-sT8eUEeekn .form-control:hover::-webkit-input-placeholder,
.cid-sT8eUEeekn .field-input:hover::-webkit-input-placeholder,
.cid-sT8eUEeekn .form-control:focus::-webkit-input-placeholder,
.cid-sT8eUEeekn .field-input:focus::-webkit-input-placeholder,
.cid-sT8eUEeekn .form-control:hover::-webkit-input-placeholder,
.cid-sT8eUEeekn .field-input:hover::-webkit-input-placeholder,
.cid-sT8eUEeekn .form-control:focus::-webkit-input-placeholder,
.cid-sT8eUEeekn .field-input:focus::-webkit-input-placeholder {
  color: #777777;
}
.cid-sT8eUEeekn .form-control:hover:-moz-placeholder,
.cid-sT8eUEeekn .field-input:hover:-moz-placeholder,
.cid-sT8eUEeekn .form-control:focus:-moz-placeholder,
.cid-sT8eUEeekn .field-input:focus:-moz-placeholder,
.cid-sT8eUEeekn .form-control:hover:-moz-placeholder,
.cid-sT8eUEeekn .field-input:hover:-moz-placeholder,
.cid-sT8eUEeekn .form-control:focus:-moz-placeholder,
.cid-sT8eUEeekn .field-input:focus:-moz-placeholder {
  color: #777777;
}
.cid-sT8eUEeekn .jq-number__spin:hover,
.cid-sT8eUEeekn .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-sT8eUEeekn .jq-number__spin {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #1b2026;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-sT8eUEeekn .jq-selectbox li,
.cid-sT8eUEeekn .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-sT8eUEeekn .jq-selectbox li:hover,
.cid-sT8eUEeekn .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-sT8eUEeekn .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-sT8eUEeekn .jq-number__spin.minus:hover:after,
.cid-sT8eUEeekn .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-sT8eUEeekn .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-sT8eUEeekn .jq-number__spin.minus:after,
.cid-sT8eUEeekn .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-sT8eUEeekn input::-webkit-clear-button {
  display: none;
}
.cid-sT8eUEeekn input::-webkit-inner-spin-button {
  display: none;
}
.cid-sT8eUEeekn input::-webkit-outer-spin-button {
  display: none;
}
.cid-sT8eUEeekn input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-sT8eUEeekn H4 {
  color: #777777;
}
.cid-sT8eUEeekn H3 {
  text-align: center;
  color: #ffffff;
}
.cid-sT8eUEeekn LABEL {
  color: #ffffff;
}
.cid-sT8eUEeekn H5 {
  color: #ffffff;
}
.cid-sT8eUEeekn H1 {
  color: #ffffff;
}
.cid-sT8eUEeekn H6 {
  color: #ffffff;
}
.cid-sTnfODl8q2 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fcff00;
}
.cid-sTnfODl8q2 img {
  width: 100%;
  object-fit: cover;
  height: 300px;
}
@media (max-width: 800px) {
  .cid-sTnfODl8q2 img {
    height: auto;
  }
}
.cid-sTnfODl8q2 .container-fluid {
  padding: 0;
}
.cid-sTnfQ4UYLE {
  padding-top: 75px;
  padding-bottom: 225px;
  background-color: #000000;
}
.cid-sTnfQ4UYLE .form-group {
  text-align: left;
  min-height: 0px;
  border: 0px solid #CCC;
  border-radius: 5px;
  margin-bottom: 0;
}
.cid-sTnfQ4UYLE .jq-selectbox li.selected {
  background-color: #f2f3f7;
}
.cid-sTnfQ4UYLE .jq-selectbox li:hover {
  background-color: #f2f3f7;
}
.cid-sTnfQ4UYLE .jq-selectbox ul {
  background-color: #fff;
}
.cid-sTnfQ4UYLE .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f2f3f7;
}
.cid-sTnfQ4UYLE .form-control[name="email"]:focus {
  outline: none;
  box-shadow: 0;
}
.cid-sTnfQ4UYLE .form-control[name="email"]:active {
  outline: none;
  box-shadow: 0;
}
.cid-sTnfQ4UYLE .mbr-iconfont-btn {
  margin: 0;
}
.cid-sTnfQ4UYLE .jq-selectbox__dropdown {
  top: 65px!important;
}
.cid-sTnfQ4UYLE .mbr-form .mbr-section-btn .btn {
  margin: 0 !important;
  padding: 1.1rem 20px;
  border-radius: 5px;
}
.cid-sTnfQ4UYLE .form-group,
.cid-sTnfQ4UYLE .mbr-section-btn {
  margin-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-sTnfQ4UYLE .align-left {
    text-align: center;
  }
}
@media (max-width: 576px) {
  .cid-sTnfQ4UYLE .mbr-section-btn {
    margin: auto;
  }
}
@media (min-width: 577px) {
  .cid-sTnfQ4UYLE .mbr-form .row {
    align-items: stretch;
  }
  .cid-sTnfQ4UYLE .mbr-form .col + .mbr-section-btn .btn,
  .cid-sTnfQ4UYLE .mbr-form .col-auto + .mbr-section-btn .btn,
  .cid-sTnfQ4UYLE .mbr-form .dragArea > *:not(.col-lg-12) + .col-auto.mbr-section-btn .btn {
    margin: 0 !important;
    height: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }
  .cid-sTnfQ4UYLE .mbr-form .col + .mbr-section-btn,
  .cid-sTnfQ4UYLE .mbr-form .col-auto + .mbr-section-btn {
    margin: 0;
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-sTnfQ4UYLE .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-sTnfQ4UYLE LABEL {
  color: #ffffff;
}
.cid-sTnfQ4UYLE P {
  text-align: center;
  color: #ffffff;
}
.cid-sSjDmRcYaT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-sSjDmRcYaT .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-sSjDmRcYaT .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sSjDmRcYaT .row {
    text-align: center;
  }
  .cid-sSjDmRcYaT .row > div {
    margin: auto;
  }
  .cid-sSjDmRcYaT .social-row {
    justify-content: center;
  }
}
.cid-sSjDmRcYaT .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-sSjDmRcYaT .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sSjDmRcYaT .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sSjDmRcYaT .list {
    margin-bottom: 0rem;
  }
}
.cid-sSjDmRcYaT .mbr-text {
  color: #ffffff;
}
.cid-sSjDmRcYaT .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-sSjDmRcYaT .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-sSjDmRcYaT div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-sSjDmRcYaT .mbr-section-subtitle {
  text-align: left;
}
.cid-sSjDmRcYaT H5 {
  color: #fcff00;
}
.cid-sSjDmRcYaT .copyright {
  color: #ffffff;
}
.cid-sSDO2Bb6TY .navbar {
  padding: 0.5rem 0;
  background: #f2f3f7;
  transition: none;
  min-height: 50px;
}
.cid-sSDO2Bb6TY .navbar-fixed-top {
  padding-top: 0;
}
.cid-sSDO2Bb6TY .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-sSDO2Bb6TY .navbar-collapse.show {
  position: absolute;
  opacity: 1;
  visibility: visible;
  top: 100%;
  z-index: 999;
  background-color: #ffffff;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding: 15px 20px;
  bottom: auto;
  left: 0px;
  right: 0px;
}
.cid-sSDO2Bb6TY .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-sSDO2Bb6TY .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sSDO2Bb6TY .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-sSDO2Bb6TY .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sSDO2Bb6TY .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-sSDO2Bb6TY .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sSDO2Bb6TY .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sSDO2Bb6TY .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sSDO2Bb6TY .menu-content-top {
  background: #000000;
  max-width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 2rem;
  width: 100%;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-sSDO2Bb6TY .menu-content-top .right-wrap .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sSDO2Bb6TY .dropdown-item {
  font-weight: 400;
  margin: 0 !important;
  padding: 0 40px !important;
  line-height: 2.6;
}
.cid-sSDO2Bb6TY .dropdown-item,
.cid-sSDO2Bb6TY .nav-link,
.cid-sSDO2Bb6TY .brand-name {
  font-style: normal;
}
.cid-sSDO2Bb6TY .dropdown-item:hover,
.cid-sSDO2Bb6TY .nav-link:hover,
.cid-sSDO2Bb6TY .brand-name:hover {
  color: #fc1010 !important;
}
.cid-sSDO2Bb6TY .dropdown-menu {
  background-color: #ffffff;
}
.cid-sSDO2Bb6TY .dropdown-item:active {
  background-color: #ffffff;
}
.cid-sSDO2Bb6TY .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
}
.cid-sSDO2Bb6TY .navbar-dropdown.bg-color.transparent.opened {
  background: #f2f3f7;
}
.cid-sSDO2Bb6TY .nav-item {
  position: relative;
}
.cid-sSDO2Bb6TY .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sSDO2Bb6TY .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-sSDO2Bb6TY .nav-item .nav-link:focus {
  outline: none;
}
@media (min-width: 991px) {
  .cid-sSDO2Bb6TY .nav-link {
    line-height: 6.13;
  }
  .cid-sSDO2Bb6TY .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #fc1010;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-sSDO2Bb6TY .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
}
.cid-sSDO2Bb6TY .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sSDO2Bb6TY .content-text {
  margin-bottom: 0;
}
.cid-sSDO2Bb6TY .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sSDO2Bb6TY .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #36187d;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sSDO2Bb6TY .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sSDO2Bb6TY .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sSDO2Bb6TY .navbar-nav .nav-item .link {
  margin: 0 20px !important;
}
.cid-sSDO2Bb6TY .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sSDO2Bb6TY .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sSDO2Bb6TY .content-right-side {
  text-align: center;
}
.cid-sSDO2Bb6TY .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sSDO2Bb6TY .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sSDO2Bb6TY .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
  color: #ea2396;
}
.cid-sSDO2Bb6TY .widget-icon.mobi-mbri-phone {
  -webkit-animation: phone-icon-animate 1s ease-in-out infinite;
  animation: phone-icon-animate 1s ease-in-out infinite;
}
.cid-sSDO2Bb6TY .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sSDO2Bb6TY .info-widget:first-child {
  margin-left: 0;
}
.cid-sSDO2Bb6TY .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sSDO2Bb6TY .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.7;
}
.cid-sSDO2Bb6TY .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-sSDO2Bb6TY .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #d9dade;
}
@media (min-width: 992px) {
  .cid-sSDO2Bb6TY .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-sSDO2Bb6TY .navbar {
    display: block;
    padding: 0;
  }
  .cid-sSDO2Bb6TY .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-sSDO2Bb6TY .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    align-self: auto;
    display: flex;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-sSDO2Bb6TY .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-sSDO2Bb6TY .navbar-toggler {
    display: none;
  }
  .cid-sSDO2Bb6TY .navbar-collapse {
    justify-content: flex-start;
  }
}
.cid-sSDO2Bb6TY .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-sSDO2Bb6TY .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-right: 0;
}
.cid-sSDO2Bb6TY .btn-sm {
  padding: 13px 29px;
}
.cid-sSDO2Bb6TY .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sSDO2Bb6TY .btn::after {
  background-color: #fcff00;
  content: "";
  height: 150px;
  left: -75px;
  position: absolute;
  top: -60px;
  transform: rotate(35deg);
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  width: 40px;
  opacity: 0;
  outline: none;
  text-decoration: none;
}
.cid-sSDO2Bb6TY .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-sSDO2Bb6TY .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sSDO2Bb6TY .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sSDO2Bb6TY .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-sSDO2Bb6TY .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sSDO2Bb6TY .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sSDO2Bb6TY .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sSDO2Bb6TY .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sSDO2Bb6TY .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sSDO2Bb6TY .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-sSDO2Bb6TY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sSDO2Bb6TY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sSDO2Bb6TY .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sSDO2Bb6TY .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sSDO2Bb6TY .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-sSDO2Bb6TY .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-sSDO2Bb6TY .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sSDO2Bb6TY .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sSDO2Bb6TY .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sSDO2Bb6TY button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  margin-right: 0;
}
.cid-sSDO2Bb6TY button.navbar-toggler:focus {
  outline: none;
}
.cid-sSDO2Bb6TY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sSDO2Bb6TY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sSDO2Bb6TY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sSDO2Bb6TY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sSDO2Bb6TY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sSDO2Bb6TY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sSDO2Bb6TY nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sSDO2Bb6TY nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sSDO2Bb6TY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sSDO2Bb6TY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sSDO2Bb6TY .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sSDO2Bb6TY .collapsed .btn {
  display: flex;
}
.cid-sSDO2Bb6TY .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sSDO2Bb6TY .collapsed .navbar-collapse.collapsing,
.cid-sSDO2Bb6TY .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sSDO2Bb6TY .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sSDO2Bb6TY .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sSDO2Bb6TY .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sSDO2Bb6TY .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sSDO2Bb6TY .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sSDO2Bb6TY .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-sSDO2Bb6TY .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sSDO2Bb6TY .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sSDO2Bb6TY .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sSDO2Bb6TY .collapsed button.navbar-toggler {
  display: block;
}
.cid-sSDO2Bb6TY .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-sSDO2Bb6TY .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-sSDO2Bb6TY .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-sSDO2Bb6TY .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sSDO2Bb6TY .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sSDO2Bb6TY .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: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-sSDO2Bb6TY .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sSDO2Bb6TY .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-sSDO2Bb6TY .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-sSDO2Bb6TY .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-sSDO2Bb6TY .menu-bottom .menu-content-right {
    display: none;
  }
  .cid-sSDO2Bb6TY .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
    opacity: 0;
    transition: all 0.3s ease-in;
    position: absolute;
    top: 100%;
    bottom: auto;
    left: 0px;
    right: 0px;
    z-index: 999;
  }
  .cid-sSDO2Bb6TY .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-sSDO2Bb6TY .navbar-collapse.collapsing,
  .cid-sSDO2Bb6TY .navbar-collapse.show {
    display: block !important;
  }
  .cid-sSDO2Bb6TY .navbar-collapse.collapsing .navbar-nav,
  .cid-sSDO2Bb6TY .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sSDO2Bb6TY .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sSDO2Bb6TY .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sSDO2Bb6TY .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-sSDO2Bb6TY .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
  }
  .cid-sSDO2Bb6TY .navbar-collapse.collapsing .navbar-buttons,
  .cid-sSDO2Bb6TY .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-sSDO2Bb6TY .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sSDO2Bb6TY .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sSDO2Bb6TY img {
    height: 3.8rem !important;
  }
  .cid-sSDO2Bb6TY .btn {
    display: flex;
  }
  .cid-sSDO2Bb6TY button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-sSDO2Bb6TY .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-sSDO2Bb6TY .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-sSDO2Bb6TY .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-sSDO2Bb6TY .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sSDO2Bb6TY .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sSDO2Bb6TY .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: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-sSDO2Bb6TY .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sSDO2Bb6TY .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-sSDO2Bb6TY .navbar-toggler {
  position: relative;
}
.cid-sSDO2Bb6TY .dropdown-item.active,
.cid-sSDO2Bb6TY .dropdown-item:active {
  color: initial;
}
.cid-sSDO2Bb6TY .widget-title {
  color: #fcff00;
}
.cid-sSDO2Bb6TY .widget-text {
  color: #fcff00;
}
.cid-sSDO2Bb6TY .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-sSDO2Bb6TY .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #36187d;
  display: inline-flex;
  background-color: #232323;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-sSDO2Bb6TY .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-sSDO2Bb6TY .icons-menu .mbr-iconfont:hover {
  color: #ffffff;
  background-color: #000000;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-sSDO2Bb6TY .soc-item {
  margin: .5rem .3rem;
}
@media (max-width: 768px) {
  .cid-sSDO2Bb6TY .menu-content-top .icons-menu {
    padding-left: 0;
  }
  .cid-sSDO2Bb6TY .menu-content-top .icons-menu .soc-item .mbr-iconfont {
    font-size: 14px;
  }
  .cid-sSDO2Bb6TY .menu-content-top .icons-menu .soc-item .mbr-iconfont::before {
    padding: 0.44rem;
  }
  .cid-sSDO2Bb6TY .menu-content-top .right-wrap .info-widget {
    margin-left: 20px;
  }
  .cid-sSDO2Bb6TY .menu-content-top .right-wrap .info-widget:first-child {
    margin-left: 0;
  }
  .cid-sSDO2Bb6TY .menu-content-top .right-wrap .info-widget .widget-content {
    display: none;
  }
  .cid-sSDO2Bb6TY .menu-content-top .right-wrap .info-widget .widget-icon {
    font-size: 25px;
    padding-right: 0;
  }
  .cid-sSDO2Bb6TY .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-sSDO2Bb6TY .menu-content-top,
  .cid-sSDO2Bb6TY .menu-bottom {
    padding: 0 15px;
  }
  .cid-sSDO2Bb6TY button.navbar-toggler {
    align-self: center;
  }
}
@-webkit-keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
.cid-sSDO2Bb6TY .widget-title,
.cid-sSDO2Bb6TY .widget-icon {
  color: #ffffff;
}
.cid-sSDO2CVmyv {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-sSDO2CVmyv .date__block {
  margin-bottom: 17px;
}
.cid-sSDO2CVmyv .date__article {
  display: inline-block;
  margin: 0;
  padding: 0 7.5px;
  color: #fc1010;
}
.cid-sSDO2CVmyv .dot {
  display: inline-block;
  vertical-align: super;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #35b8fc;
}
.cid-sSDO2CVmyv .date__d {
  display: inline-block;
  margin: 0;
  padding: 0 7.5px;
  color: #689bb2;
}
.cid-sSDO2CVmyv .title__block {
  position: relative;
  z-index: 1;
  padding-top: 40px;
  padding-bottom: 91px;
}
.cid-sSDO2CVmyv .mbr-section-title {
  margin-bottom: 18px;
}
.cid-sSDO2CVmyv .mbr-text {
  margin-bottom: 20px;
}
.cid-sSDO2CVmyv .link {
  display: block;
  margin-bottom: 0;
  white-space: nowrap;
}
.cid-sSDO2CVmyv .link a {
  font-weight: 700;
}
.cid-sSDO2CVmyv .link span {
  display: inline-block !important;
  transition: all 0.3s ease;
  margin-left: 13px;
}
.cid-sSDO2CVmyv .link:hover span {
  transform: translateX(9px);
}
.cid-sSDO2CVmyv .image__block {
  margin-bottom: -144px;
  padding-top: 121px;
  position: relative;
}
.cid-sSDO2CVmyv .image__block:after {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 100%;
  background-color: #000000;
}
.cid-sSDO2CVmyv .image {
  position: relative;
  width: 100%;
  z-index: 1;
}
.cid-sSDO2CVmyv .image:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 575px;
  background-color: #fcff00;
}
.cid-sSDO2CVmyv .image img {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform: translatex(-50%);
}
.cid-sSDO2CVmyv .content__wrap {
  position: relative;
  z-index: 2;
  margin-bottom: 95px;
}
.cid-sSDO2CVmyv .content__wrap:after {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  left: 15px;
  right: 15px;
  height: 100%;
  background-color: #000000;
  border-bottom: 1px solid #fcff00;
}
@media (max-width: 991px) {
  .cid-sSDO2CVmyv .title__block {
    padding: 25px 30px 55px;
  }
  .cid-sSDO2CVmyv .content__wrap {
    margin-bottom: 90px;
  }
  .cid-sSDO2CVmyv .date__block {
    padding-top: 22px;
    margin-bottom: 17px;
  }
  .cid-sSDO2CVmyv .mbr-section-title {
    margin-bottom: 15px;
  }
  .cid-sSDO2CVmyv .mbr-text {
    margin-bottom: 11px;
  }
  .cid-sSDO2CVmyv .image__block {
    min-height: 150px;
    padding-top: 68px;
    margin-bottom: 0;
  }
  .cid-sSDO2CVmyv .image:before {
    padding-top: 375px;
  }
}
.cid-sSDO2CVmyv .mbr-section-title,
.cid-sSDO2CVmyv .date__block {
  color: #ffffff;
}
.cid-sSFi2AU3zC {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fcff00;
}
.cid-sSFi2AU3zC img {
  width: 100%;
  object-fit: cover;
  height: 400px;
}
@media (max-width: 800px) {
  .cid-sSFi2AU3zC img {
    height: auto;
  }
}
.cid-sSFi2AU3zC .container-fluid {
  padding: 0;
}
.cid-sSFi7sqGIn {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-sSFi7sqGIn .container-fluid {
  position: relative;
}
.cid-sSFi7sqGIn .page-title-content {
  width: 100%;
}
.cid-sSFi7sqGIn .page-title-content .mbr-iconfont {
  font-size: 55px;
  height: 55px;
  line-height: 55px;
  width: 55px;
  margin-top: -10px;
  color: #f1a631;
}
.cid-sSFi7sqGIn .page-title-content .mbr-iconfont:hover {
  cursor: pointer;
}
@media (max-width: 576px) {
  .cid-sSFi7sqGIn .page-title-content {
    text-align: center;
  }
}
.cid-sSFi7sqGIn .title {
  letter-spacing: 0.8px;
  margin-top: 24px;
  font-weight: 300;
  margin: 0;
  position: relative;
  word-wrap: break-word;
}
.cid-sSFi7sqGIn a {
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.cid-sSFi7sqGIn a:not(:first-child) {
  margin-left: 20px;
}
.cid-sSFi7sqGIn a:after {
  position: absolute;
  margin-top: 7px;
  background-color: currentColor;
  display: block;
  content: "";
  height: 2px;
  width: 100%;
}
.cid-sSFi7sqGIn a::before {
  position: absolute;
  margin-top: 5px;
  background-color: currentColor;
  display: block;
  content: "";
  height: 2px;
  width: 0%;
  bottom: 7px;
}
.cid-sSFi7sqGIn a:hover:after,
.cid-sSFi7sqGIn a:focus:after {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: slidein;
  animation-name: slidein;
}
.cid-sSFi7sqGIn a:hover:before,
.cid-sSFi7sqGIn a:focus:before {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-name: slideout;
  animation-name: slideout;
}
.cid-sSFi7sqGIn a.text-white:hover,
.cid-sSFi7sqGIn a.text-white:focus {
  color: #ffffff !important;
}
.cid-sSFi7sqGIn .mbr-section-btn {
  margin-left: 0;
  margin-right: 0;
}
.cid-sSFi7sqGIn .page-title-content .title,
.cid-sSFi7sqGIn .icon-section,
.cid-sSFi7sqGIn .mbr-section-btn {
  color: #ffffff;
}
.cid-sSFiA2HSLW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background2.jpg");
}
.cid-sSFiA2HSLW .mbr-section-title {
  color: #000000;
}
.cid-sSFiA2HSLW .mbr-text,
.cid-sSFiA2HSLW .mbr-section-btn {
  color: #ffffff;
}
.cid-sSFiA2HSLW .mbr-section-subtitle {
  color: #ffffff;
}
.cid-sSFiA2HSLW .mbr-text2 {
  border-top: 2px solid #000000;
  padding-top: 4rem;
}
.cid-sSFiA2HSLW .mbr-text2,
.cid-sSFiA2HSLW .mbr-section-btn {
  color: #ffffff;
}
.cid-sSDO2DIpaN {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-sSDO2DIpaN .container-fluid {
  position: relative;
}
.cid-sSDO2DIpaN .page-title-content {
  width: 100%;
}
.cid-sSDO2DIpaN .page-title-content .mbr-iconfont {
  font-size: 55px;
  height: 55px;
  line-height: 55px;
  width: 55px;
  margin-top: -10px;
  color: #f1a631;
}
.cid-sSDO2DIpaN .page-title-content .mbr-iconfont:hover {
  cursor: pointer;
}
@media (max-width: 576px) {
  .cid-sSDO2DIpaN .page-title-content {
    text-align: center;
  }
}
.cid-sSDO2DIpaN .title {
  letter-spacing: 0.8px;
  margin-top: 24px;
  font-weight: 300;
  margin: 0;
  position: relative;
  word-wrap: break-word;
}
.cid-sSDO2DIpaN a {
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.cid-sSDO2DIpaN a:not(:first-child) {
  margin-left: 20px;
}
.cid-sSDO2DIpaN a:after {
  position: absolute;
  margin-top: 7px;
  background-color: currentColor;
  display: block;
  content: "";
  height: 2px;
  width: 100%;
}
.cid-sSDO2DIpaN a::before {
  position: absolute;
  margin-top: 5px;
  background-color: currentColor;
  display: block;
  content: "";
  height: 2px;
  width: 0%;
  bottom: 7px;
}
.cid-sSDO2DIpaN a:hover:after,
.cid-sSDO2DIpaN a:focus:after {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: slidein;
  animation-name: slidein;
}
.cid-sSDO2DIpaN a:hover:before,
.cid-sSDO2DIpaN a:focus:before {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-name: slideout;
  animation-name: slideout;
}
.cid-sSDO2DIpaN a.text-white:hover,
.cid-sSDO2DIpaN a.text-white:focus {
  color: #ffffff !important;
}
.cid-sSDO2DIpaN .mbr-section-btn {
  margin-left: 0;
  margin-right: 0;
}
.cid-sSDO2DIpaN .page-title-content .title,
.cid-sSDO2DIpaN .icon-section,
.cid-sSDO2DIpaN .mbr-section-btn {
  color: #ffffff;
}
.cid-sSDO2EglDG {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fcff00;
}
.cid-sSDO2EglDG img {
  width: 100%;
  object-fit: cover;
  height: 300px;
}
@media (max-width: 800px) {
  .cid-sSDO2EglDG img {
    height: auto;
  }
}
.cid-sSDO2EglDG .container-fluid {
  padding: 0;
}
.cid-sSDWMFzSTr {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #dce8eb;
}
.cid-sSDWMFzSTr .container-fluid {
  padding: 0 3rem;
}
.cid-sSDWMFzSTr .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(to right, #36187d 50%, #ea2396 120%);
  display: inline-block;
}
.cid-sSDWMFzSTr .panel-group {
  width: 100%;
  margin: 2rem auto;
  margin-top: 0;
}
.cid-sSDWMFzSTr .header-text {
  padding: 2rem 1rem !important;
}
.cid-sSDWMFzSTr .card {
  border-radius: 25px !important;
  background: #ffffff;
  margin-bottom: 1rem;
  box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
}
.cid-sSDWMFzSTr .card .card-header {
  border-radius: 25px;
  border: 0px;
  padding: 0;
  background-color: transparent !important;
}
.cid-sSDWMFzSTr .card .card-header a.panel-title {
  transition: all .3s;
  border-radius: 25px 25px 0 0;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
  padding-right: 2rem;
}
.cid-sSDWMFzSTr .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sSDWMFzSTr .card .card-header a.panel-title:hover .sign {
  background-color: #fc1010 !important;
}
.cid-sSDWMFzSTr .card .card-header a.panel-title .sign {
  position: absolute;
  right: 0;
  top: -1px;
  bottom: 0;
  border-radius: 0 25px 25px 0;
  background-color: #fcff00;
  padding: 2rem;
  padding-top: 36px;
  color: #000000;
}
.cid-sSDWMFzSTr .card .card-header a.panel-title h4 {
  padding: 1rem 1rem;
  margin-bottom: 0;
}
.cid-sSDWMFzSTr .card .card-header a.collapsed {
  border-radius: 25px;
}
.cid-sSDWMFzSTr .card .panel-body {
  width: calc(100% - 80px);
  border-radius: 0 0 0 25px;
}
@media (max-width: 767px) {
  .cid-sSDWMFzSTr .container-fluid {
    padding: 0 1rem;
  }
  .cid-sSDWMFzSTr .header-text {
    padding: 1rem !important;
  }
  .cid-sSDWMFzSTr .sign {
    padding: 16px !important;
    padding-top: 22px !important;
  }
  .cid-sSDWMFzSTr .panel-body {
    width: calc(100% - 48px);
  }
  .cid-sSDWMFzSTr .panel-group {
    padding: 0;
  }
}
.cid-sSDWMFzSTr .header-text,
.cid-sSDWMFzSTr .sign {
  color: #232323;
}
.cid-sT6tARKLtG {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fcff00;
}
.cid-sT6tARKLtG img {
  width: 100%;
  object-fit: cover;
  height: 300px;
}
@media (max-width: 800px) {
  .cid-sT6tARKLtG img {
    height: auto;
  }
}
.cid-sT6tARKLtG .container-fluid {
  padding: 0;
}
.cid-sT6tyHgE0F {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #dce8eb;
}
.cid-sT6tyHgE0F .container-fluid {
  padding: 0 3rem;
}
.cid-sT6tyHgE0F .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(to right, #36187d 50%, #ea2396 120%);
  display: inline-block;
}
.cid-sT6tyHgE0F .panel-group {
  width: 100%;
  margin: 2rem auto;
  margin-top: 0;
}
.cid-sT6tyHgE0F .header-text {
  padding: 2rem 1rem !important;
}
.cid-sT6tyHgE0F .card {
  border-radius: 25px !important;
  background: #ffffff;
  margin-bottom: 1rem;
  box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
}
.cid-sT6tyHgE0F .card .card-header {
  border-radius: 25px;
  border: 0px;
  padding: 0;
  background-color: transparent !important;
}
.cid-sT6tyHgE0F .card .card-header a.panel-title {
  transition: all .3s;
  border-radius: 25px 25px 0 0;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
  padding-right: 2rem;
}
.cid-sT6tyHgE0F .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sT6tyHgE0F .card .card-header a.panel-title:hover .sign {
  background-color: #fc1010 !important;
}
.cid-sT6tyHgE0F .card .card-header a.panel-title .sign {
  position: absolute;
  right: 0;
  top: -1px;
  bottom: 0;
  border-radius: 0 25px 25px 0;
  background-color: #fcff00;
  padding: 2rem;
  padding-top: 36px;
  color: #000000;
}
.cid-sT6tyHgE0F .card .card-header a.panel-title h4 {
  padding: 1rem 1rem;
  margin-bottom: 0;
}
.cid-sT6tyHgE0F .card .card-header a.collapsed {
  border-radius: 25px;
}
.cid-sT6tyHgE0F .card .panel-body {
  width: calc(100% - 80px);
  border-radius: 0 0 0 25px;
}
@media (max-width: 767px) {
  .cid-sT6tyHgE0F .container-fluid {
    padding: 0 1rem;
  }
  .cid-sT6tyHgE0F .header-text {
    padding: 1rem !important;
  }
  .cid-sT6tyHgE0F .sign {
    padding: 16px !important;
    padding-top: 22px !important;
  }
  .cid-sT6tyHgE0F .panel-body {
    width: calc(100% - 48px);
  }
  .cid-sT6tyHgE0F .panel-group {
    padding: 0;
  }
}
.cid-sT6tyHgE0F .header-text,
.cid-sT6tyHgE0F .sign {
  color: #232323;
}
.cid-sT8jIrvD9K {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fcff00;
}
.cid-sT8jIrvD9K img {
  width: 100%;
  object-fit: cover;
  height: 300px;
}
@media (max-width: 800px) {
  .cid-sT8jIrvD9K img {
    height: auto;
  }
}
.cid-sT8jIrvD9K .container-fluid {
  padding: 0;
}
.cid-sT8jM9tVVW {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #dce8eb;
}
.cid-sT8jM9tVVW .container-fluid {
  padding: 0 3rem;
}
.cid-sT8jM9tVVW .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(to right, #36187d 50%, #ea2396 120%);
  display: inline-block;
}
.cid-sT8jM9tVVW .panel-group {
  width: 100%;
  margin: 2rem auto;
  margin-top: 0;
}
.cid-sT8jM9tVVW .header-text {
  padding: 2rem 1rem !important;
}
.cid-sT8jM9tVVW .card {
  border-radius: 25px !important;
  background: #ffffff;
  margin-bottom: 1rem;
  box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
}
.cid-sT8jM9tVVW .card .card-header {
  border-radius: 25px;
  border: 0px;
  padding: 0;
  background-color: transparent !important;
}
.cid-sT8jM9tVVW .card .card-header a.panel-title {
  transition: all .3s;
  border-radius: 25px 25px 0 0;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
  padding-right: 2rem;
}
.cid-sT8jM9tVVW .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sT8jM9tVVW .card .card-header a.panel-title:hover .sign {
  background-color: #fc1010 !important;
}
.cid-sT8jM9tVVW .card .card-header a.panel-title .sign {
  position: absolute;
  right: 0;
  top: -1px;
  bottom: 0;
  border-radius: 0 25px 25px 0;
  background-color: #fcff00;
  padding: 2rem;
  padding-top: 36px;
  color: #000000;
}
.cid-sT8jM9tVVW .card .card-header a.panel-title h4 {
  padding: 1rem 1rem;
  margin-bottom: 0;
}
.cid-sT8jM9tVVW .card .card-header a.collapsed {
  border-radius: 25px;
}
.cid-sT8jM9tVVW .card .panel-body {
  width: calc(100% - 80px);
  border-radius: 0 0 0 25px;
}
@media (max-width: 767px) {
  .cid-sT8jM9tVVW .container-fluid {
    padding: 0 1rem;
  }
  .cid-sT8jM9tVVW .header-text {
    padding: 1rem !important;
  }
  .cid-sT8jM9tVVW .sign {
    padding: 16px !important;
    padding-top: 22px !important;
  }
  .cid-sT8jM9tVVW .panel-body {
    width: calc(100% - 48px);
  }
  .cid-sT8jM9tVVW .panel-group {
    padding: 0;
  }
}
.cid-sT8jM9tVVW .header-text,
.cid-sT8jM9tVVW .sign {
  color: #232323;
}
.cid-sSDO2Jm89J {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-sSDO2Jm89J .mbr-section-subtitle {
  color: #8c8c95;
  text-align: center;
  max-width: 552px;
  margin: auto;
}
.cid-sSDO2Jm89J .mbr-section-title {
  text-align: center;
  color: #14142b;
  margin: auto;
}
.cid-sSDO2Jm89J .row {
  align-items: center;
  height: 100%;
}
.cid-sSDO2Jm89J .wrapper {
  margin: auto;
}
.cid-sSDO2JOE56 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-sSDO2JOE56 .card-wrapper {
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  border-radius: 30px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #ffffff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 1rem 1rem !important;
  box-shadow: 0 15px 50px 10px rgba(179, 179, 179, 0.6);
}
.cid-sSDO2JOE56 .card-wrapper:hover {
  -webkit-transform: translateY(1rem);
  transform: translateY(1rem);
}
.cid-sSDO2JOE56 .card-wrapper:hover .ico2 {
  color: #36187d !important;
}
.cid-sSDO2JOE56 .ico2 {
  color: #fcff00 !important;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.cid-sSDO2JOE56 .text-info:hover {
  color: inherit !important;
}
.cid-sSDO2JOE56 .card-box {
  padding: 0rem 1rem;
}
.cid-sSDO2JOE56 .ico1 {
  font-size: 3rem !important;
}
.cid-sSDO2JOE56 h3,
.cid-sSDO2JOE56 h4 {
  padding: 0;
  margin: 0;
}
.cid-sSDO2KGayL {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #bed3f9;
}
.cid-sSDO2KGayL .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-sSDO2KGayL .btn {
  padding: 1rem 3rem;
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .cid-sSDO2KGayL .col-auto {
    margin: auto;
  }
}
.cid-sSDO2KGayL textarea {
  min-height: 200px;
}
.cid-sSDO2KGayL .form-control,
.cid-sSDO2KGayL .field-input {
  padding: 1.5rem 2rem;
  box-shadow: inset 1px 1px 2px 0 #d2dce9;
  background-color: #edeff3;
  border-radius: 3rem;
  border: 0!important;
  color: #000000;
  transition: 0.4s;
  outline: none;
}
.cid-sSDO2KGayL .form-control::-webkit-input-placeholder,
.cid-sSDO2KGayL .field-input::-webkit-input-placeholder,
.cid-sSDO2KGayL .form-control::-webkit-input-placeholder,
.cid-sSDO2KGayL .field-input::-webkit-input-placeholder {
  color: #36187d;
}
.cid-sSDO2KGayL .form-control:-moz-placeholder,
.cid-sSDO2KGayL .field-input:-moz-placeholder,
.cid-sSDO2KGayL .form-control:-moz-placeholder,
.cid-sSDO2KGayL .field-input:-moz-placeholder {
  color: #36187d;
}
.cid-sSDO2KGayL .form-control:hover,
.cid-sSDO2KGayL .field-input:hover,
.cid-sSDO2KGayL .form-control:focus,
.cid-sSDO2KGayL .field-input:focus {
  background-color: #edeff3;
  color: #232323;
  border: 0!important;
  box-shadow: inset 1px 1px 2px 0 #d2dce9;
  outline: none;
}
.cid-sSDO2KGayL .form-control:hover::-webkit-input-placeholder,
.cid-sSDO2KGayL .field-input:hover::-webkit-input-placeholder,
.cid-sSDO2KGayL .form-control:focus::-webkit-input-placeholder,
.cid-sSDO2KGayL .field-input:focus::-webkit-input-placeholder,
.cid-sSDO2KGayL .form-control:hover::-webkit-input-placeholder,
.cid-sSDO2KGayL .field-input:hover::-webkit-input-placeholder,
.cid-sSDO2KGayL .form-control:focus::-webkit-input-placeholder,
.cid-sSDO2KGayL .field-input:focus::-webkit-input-placeholder {
  color: #36187d;
}
.cid-sSDO2KGayL .form-control:hover:-moz-placeholder,
.cid-sSDO2KGayL .field-input:hover:-moz-placeholder,
.cid-sSDO2KGayL .form-control:focus:-moz-placeholder,
.cid-sSDO2KGayL .field-input:focus:-moz-placeholder,
.cid-sSDO2KGayL .form-control:hover:-moz-placeholder,
.cid-sSDO2KGayL .field-input:hover:-moz-placeholder,
.cid-sSDO2KGayL .form-control:focus:-moz-placeholder,
.cid-sSDO2KGayL .field-input:focus:-moz-placeholder {
  color: #36187d;
}
.cid-sSDO2KGayL .jq-number__spin:hover,
.cid-sSDO2KGayL .jq-number__spin:focus {
  background-color: #edeff3;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-sSDO2KGayL .jq-number__spin {
  background-color: #edeff3;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-sSDO2KGayL .jq-selectbox li,
.cid-sSDO2KGayL .jq-selectbox li {
  background-color: #edeff3;
  color: #000000;
}
.cid-sSDO2KGayL .jq-selectbox li:hover,
.cid-sSDO2KGayL .jq-selectbox li.selected {
  background-color: #edeff3;
  color: #000000;
}
.cid-sSDO2KGayL .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-sSDO2KGayL .jq-number__spin.minus:hover:after,
.cid-sSDO2KGayL .jq-number__spin.plus:hover:after {
  border-top-color: #edeff3;
  border-bottom-color: #edeff3;
}
.cid-sSDO2KGayL .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-sSDO2KGayL .jq-number__spin.minus:after,
.cid-sSDO2KGayL .jq-number__spin.plus:after {
  border-top-color: #edeff3;
  border-bottom-color: #edeff3;
}
.cid-sSDO2KGayL input::-webkit-clear-button {
  display: none;
}
.cid-sSDO2KGayL input::-webkit-inner-spin-button {
  display: none;
}
.cid-sSDO2KGayL input::-webkit-outer-spin-button {
  display: none;
}
.cid-sSDO2KGayL input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-sSDO2KGayL H4 {
  color: #36187d;
}
.cid-sSDO2KGayL .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-sSDO2KGayL P {
  text-align: center;
  color: #000000;
}
@media (max-width: 767px) {
  .cid-sSDO2KGayL .form-row {
    flex-direction: column;
  }
}
.cid-sSDO2Lf0FJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-sSDO2Lf0FJ .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-sSDO2Lf0FJ .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sSDO2Lf0FJ .row {
    text-align: center;
  }
  .cid-sSDO2Lf0FJ .row > div {
    margin: auto;
  }
  .cid-sSDO2Lf0FJ .social-row {
    justify-content: center;
  }
}
.cid-sSDO2Lf0FJ .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-sSDO2Lf0FJ .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sSDO2Lf0FJ .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sSDO2Lf0FJ .list {
    margin-bottom: 0rem;
  }
}
.cid-sSDO2Lf0FJ .mbr-text {
  color: #ffffff;
}
.cid-sSDO2Lf0FJ .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-sSDO2Lf0FJ .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-sSDO2Lf0FJ div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-sSDO2Lf0FJ .mbr-section-subtitle {
  text-align: left;
}
.cid-sSDO2Lf0FJ H5 {
  color: #fcff00;
}
.cid-sSDO2Lf0FJ .copyright {
  color: #ffffff;
}
.cid-sSjXEvt1S7 .navbar {
  padding: 0.5rem 0;
  background: #f2f3f7;
  transition: none;
  min-height: 50px;
}
.cid-sSjXEvt1S7 .navbar-fixed-top {
  padding-top: 0;
}
.cid-sSjXEvt1S7 .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-sSjXEvt1S7 .navbar-collapse.show {
  position: absolute;
  opacity: 1;
  visibility: visible;
  top: 100%;
  z-index: 999;
  background-color: #ffffff;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding: 15px 20px;
  bottom: auto;
  left: 0px;
  right: 0px;
}
.cid-sSjXEvt1S7 .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-sSjXEvt1S7 .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sSjXEvt1S7 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-sSjXEvt1S7 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sSjXEvt1S7 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-sSjXEvt1S7 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sSjXEvt1S7 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sSjXEvt1S7 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sSjXEvt1S7 .menu-content-top {
  background: #000000;
  max-width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 2rem;
  width: 100%;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-sSjXEvt1S7 .menu-content-top .right-wrap .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sSjXEvt1S7 .dropdown-item {
  font-weight: 400;
  margin: 0 !important;
  padding: 0 40px !important;
  line-height: 2.6;
}
.cid-sSjXEvt1S7 .dropdown-item,
.cid-sSjXEvt1S7 .nav-link,
.cid-sSjXEvt1S7 .brand-name {
  font-style: normal;
}
.cid-sSjXEvt1S7 .dropdown-item:hover,
.cid-sSjXEvt1S7 .nav-link:hover,
.cid-sSjXEvt1S7 .brand-name:hover {
  color: #fc1010 !important;
}
.cid-sSjXEvt1S7 .dropdown-menu {
  background-color: #ffffff;
}
.cid-sSjXEvt1S7 .dropdown-item:active {
  background-color: #ffffff;
}
.cid-sSjXEvt1S7 .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
}
.cid-sSjXEvt1S7 .navbar-dropdown.bg-color.transparent.opened {
  background: #f2f3f7;
}
.cid-sSjXEvt1S7 .nav-item {
  position: relative;
}
.cid-sSjXEvt1S7 .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sSjXEvt1S7 .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-sSjXEvt1S7 .nav-item .nav-link:focus {
  outline: none;
}
@media (min-width: 991px) {
  .cid-sSjXEvt1S7 .nav-link {
    line-height: 6.13;
  }
  .cid-sSjXEvt1S7 .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #fc1010;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-sSjXEvt1S7 .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
}
.cid-sSjXEvt1S7 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sSjXEvt1S7 .content-text {
  margin-bottom: 0;
}
.cid-sSjXEvt1S7 .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sSjXEvt1S7 .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #36187d;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sSjXEvt1S7 .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sSjXEvt1S7 .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sSjXEvt1S7 .navbar-nav .nav-item .link {
  margin: 0 20px !important;
}
.cid-sSjXEvt1S7 .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sSjXEvt1S7 .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sSjXEvt1S7 .content-right-side {
  text-align: center;
}
.cid-sSjXEvt1S7 .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sSjXEvt1S7 .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sSjXEvt1S7 .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
  color: #ea2396;
}
.cid-sSjXEvt1S7 .widget-icon.mobi-mbri-phone {
  -webkit-animation: phone-icon-animate 1s ease-in-out infinite;
  animation: phone-icon-animate 1s ease-in-out infinite;
}
.cid-sSjXEvt1S7 .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sSjXEvt1S7 .info-widget:first-child {
  margin-left: 0;
}
.cid-sSjXEvt1S7 .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sSjXEvt1S7 .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.7;
}
.cid-sSjXEvt1S7 .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-sSjXEvt1S7 .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #d9dade;
}
@media (min-width: 992px) {
  .cid-sSjXEvt1S7 .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-sSjXEvt1S7 .navbar {
    display: block;
    padding: 0;
  }
  .cid-sSjXEvt1S7 .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-sSjXEvt1S7 .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    align-self: auto;
    display: flex;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-sSjXEvt1S7 .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-sSjXEvt1S7 .navbar-toggler {
    display: none;
  }
  .cid-sSjXEvt1S7 .navbar-collapse {
    justify-content: flex-start;
  }
}
.cid-sSjXEvt1S7 .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-sSjXEvt1S7 .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-right: 0;
}
.cid-sSjXEvt1S7 .btn-sm {
  padding: 13px 29px;
}
.cid-sSjXEvt1S7 .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sSjXEvt1S7 .btn::after {
  background-color: #fcff00;
  content: "";
  height: 150px;
  left: -75px;
  position: absolute;
  top: -60px;
  transform: rotate(35deg);
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  width: 40px;
  opacity: 0;
  outline: none;
  text-decoration: none;
}
.cid-sSjXEvt1S7 .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-sSjXEvt1S7 .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sSjXEvt1S7 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sSjXEvt1S7 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-sSjXEvt1S7 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sSjXEvt1S7 .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sSjXEvt1S7 .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sSjXEvt1S7 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sSjXEvt1S7 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sSjXEvt1S7 .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-sSjXEvt1S7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sSjXEvt1S7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sSjXEvt1S7 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sSjXEvt1S7 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sSjXEvt1S7 .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-sSjXEvt1S7 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-sSjXEvt1S7 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sSjXEvt1S7 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sSjXEvt1S7 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sSjXEvt1S7 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  margin-right: 0;
}
.cid-sSjXEvt1S7 button.navbar-toggler:focus {
  outline: none;
}
.cid-sSjXEvt1S7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sSjXEvt1S7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sSjXEvt1S7 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sSjXEvt1S7 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sSjXEvt1S7 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sSjXEvt1S7 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sSjXEvt1S7 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sSjXEvt1S7 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sSjXEvt1S7 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sSjXEvt1S7 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sSjXEvt1S7 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sSjXEvt1S7 .collapsed .btn {
  display: flex;
}
.cid-sSjXEvt1S7 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sSjXEvt1S7 .collapsed .navbar-collapse.collapsing,
.cid-sSjXEvt1S7 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sSjXEvt1S7 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sSjXEvt1S7 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sSjXEvt1S7 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sSjXEvt1S7 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sSjXEvt1S7 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sSjXEvt1S7 .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-sSjXEvt1S7 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sSjXEvt1S7 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sSjXEvt1S7 .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sSjXEvt1S7 .collapsed button.navbar-toggler {
  display: block;
}
.cid-sSjXEvt1S7 .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-sSjXEvt1S7 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-sSjXEvt1S7 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-sSjXEvt1S7 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sSjXEvt1S7 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sSjXEvt1S7 .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: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-sSjXEvt1S7 .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sSjXEvt1S7 .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-sSjXEvt1S7 .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-sSjXEvt1S7 .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-sSjXEvt1S7 .menu-bottom .menu-content-right {
    display: none;
  }
  .cid-sSjXEvt1S7 .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
    opacity: 0;
    transition: all 0.3s ease-in;
    position: absolute;
    top: 100%;
    bottom: auto;
    left: 0px;
    right: 0px;
    z-index: 999;
  }
  .cid-sSjXEvt1S7 .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-sSjXEvt1S7 .navbar-collapse.collapsing,
  .cid-sSjXEvt1S7 .navbar-collapse.show {
    display: block !important;
  }
  .cid-sSjXEvt1S7 .navbar-collapse.collapsing .navbar-nav,
  .cid-sSjXEvt1S7 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sSjXEvt1S7 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sSjXEvt1S7 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sSjXEvt1S7 .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-sSjXEvt1S7 .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
  }
  .cid-sSjXEvt1S7 .navbar-collapse.collapsing .navbar-buttons,
  .cid-sSjXEvt1S7 .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-sSjXEvt1S7 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sSjXEvt1S7 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sSjXEvt1S7 img {
    height: 3.8rem !important;
  }
  .cid-sSjXEvt1S7 .btn {
    display: flex;
  }
  .cid-sSjXEvt1S7 button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-sSjXEvt1S7 .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-sSjXEvt1S7 .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-sSjXEvt1S7 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-sSjXEvt1S7 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sSjXEvt1S7 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sSjXEvt1S7 .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: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-sSjXEvt1S7 .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sSjXEvt1S7 .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-sSjXEvt1S7 .navbar-toggler {
  position: relative;
}
.cid-sSjXEvt1S7 .dropdown-item.active,
.cid-sSjXEvt1S7 .dropdown-item:active {
  color: initial;
}
.cid-sSjXEvt1S7 .widget-title {
  color: #fcff00;
}
.cid-sSjXEvt1S7 .widget-text {
  color: #fcff00;
}
.cid-sSjXEvt1S7 .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-sSjXEvt1S7 .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #36187d;
  display: inline-flex;
  background-color: #232323;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-sSjXEvt1S7 .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-sSjXEvt1S7 .icons-menu .mbr-iconfont:hover {
  color: #ffffff;
  background-color: #000000;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-sSjXEvt1S7 .soc-item {
  margin: .5rem .3rem;
}
@media (max-width: 768px) {
  .cid-sSjXEvt1S7 .menu-content-top .icons-menu {
    padding-left: 0;
  }
  .cid-sSjXEvt1S7 .menu-content-top .icons-menu .soc-item .mbr-iconfont {
    font-size: 14px;
  }
  .cid-sSjXEvt1S7 .menu-content-top .icons-menu .soc-item .mbr-iconfont::before {
    padding: 0.44rem;
  }
  .cid-sSjXEvt1S7 .menu-content-top .right-wrap .info-widget {
    margin-left: 20px;
  }
  .cid-sSjXEvt1S7 .menu-content-top .right-wrap .info-widget:first-child {
    margin-left: 0;
  }
  .cid-sSjXEvt1S7 .menu-content-top .right-wrap .info-widget .widget-content {
    display: none;
  }
  .cid-sSjXEvt1S7 .menu-content-top .right-wrap .info-widget .widget-icon {
    font-size: 25px;
    padding-right: 0;
  }
  .cid-sSjXEvt1S7 .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-sSjXEvt1S7 .menu-content-top,
  .cid-sSjXEvt1S7 .menu-bottom {
    padding: 0 15px;
  }
  .cid-sSjXEvt1S7 button.navbar-toggler {
    align-self: center;
  }
}
@-webkit-keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
.cid-sSjXEvt1S7 .widget-title,
.cid-sSjXEvt1S7 .widget-icon {
  color: #ffffff;
}
.cid-sSm0joWvpW {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-sSm0joWvpW .date__block {
  margin-bottom: 17px;
}
.cid-sSm0joWvpW .date__article {
  display: inline-block;
  margin: 0;
  padding: 0 7.5px;
  color: #fc1010;
}
.cid-sSm0joWvpW .dot {
  display: inline-block;
  vertical-align: super;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #35b8fc;
}
.cid-sSm0joWvpW .date__d {
  display: inline-block;
  margin: 0;
  padding: 0 7.5px;
  color: #689bb2;
}
.cid-sSm0joWvpW .title__block {
  position: relative;
  z-index: 1;
  padding-top: 40px;
  padding-bottom: 91px;
}
.cid-sSm0joWvpW .mbr-section-title {
  margin-bottom: 18px;
}
.cid-sSm0joWvpW .mbr-text {
  margin-bottom: 20px;
}
.cid-sSm0joWvpW .link {
  display: block;
  margin-bottom: 0;
  white-space: nowrap;
}
.cid-sSm0joWvpW .link a {
  font-weight: 700;
}
.cid-sSm0joWvpW .link span {
  display: inline-block !important;
  transition: all 0.3s ease;
  margin-left: 13px;
}
.cid-sSm0joWvpW .link:hover span {
  transform: translateX(9px);
}
.cid-sSm0joWvpW .image__block {
  margin-bottom: -144px;
  padding-top: 121px;
  position: relative;
}
.cid-sSm0joWvpW .image__block:after {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 100%;
  background-color: #000000;
}
.cid-sSm0joWvpW .image {
  position: relative;
  width: 100%;
  z-index: 1;
}
.cid-sSm0joWvpW .image:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 575px;
  background-color: #fcff00;
}
.cid-sSm0joWvpW .image img {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform: translatex(-50%);
}
.cid-sSm0joWvpW .content__wrap {
  position: relative;
  z-index: 2;
  margin-bottom: 95px;
}
.cid-sSm0joWvpW .content__wrap:after {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  left: 15px;
  right: 15px;
  height: 100%;
  background-color: #000000;
  border-bottom: 1px solid #fcff00;
}
@media (max-width: 991px) {
  .cid-sSm0joWvpW .title__block {
    padding: 25px 30px 55px;
  }
  .cid-sSm0joWvpW .content__wrap {
    margin-bottom: 90px;
  }
  .cid-sSm0joWvpW .date__block {
    padding-top: 22px;
    margin-bottom: 17px;
  }
  .cid-sSm0joWvpW .mbr-section-title {
    margin-bottom: 15px;
  }
  .cid-sSm0joWvpW .mbr-text {
    margin-bottom: 11px;
  }
  .cid-sSm0joWvpW .image__block {
    min-height: 150px;
    padding-top: 68px;
    margin-bottom: 0;
  }
  .cid-sSm0joWvpW .image:before {
    padding-top: 375px;
  }
}
.cid-sSm0joWvpW .mbr-section-title,
.cid-sSm0joWvpW .date__block {
  color: #ffffff;
}
.cid-sSm6AuW5V5 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-sSm6AuW5V5 .container-fluid {
  position: relative;
}
.cid-sSm6AuW5V5 .page-title-content {
  width: 100%;
}
.cid-sSm6AuW5V5 .page-title-content .mbr-iconfont {
  font-size: 55px;
  height: 55px;
  line-height: 55px;
  width: 55px;
  margin-top: -10px;
  color: #f1a631;
}
.cid-sSm6AuW5V5 .page-title-content .mbr-iconfont:hover {
  cursor: pointer;
}
@media (max-width: 576px) {
  .cid-sSm6AuW5V5 .page-title-content {
    text-align: center;
  }
}
.cid-sSm6AuW5V5 .title {
  letter-spacing: 0.8px;
  margin-top: 24px;
  font-weight: 300;
  margin: 0;
  position: relative;
  word-wrap: break-word;
}
.cid-sSm6AuW5V5 a {
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.cid-sSm6AuW5V5 a:not(:first-child) {
  margin-left: 20px;
}
.cid-sSm6AuW5V5 a:after {
  position: absolute;
  margin-top: 7px;
  background-color: currentColor;
  display: block;
  content: "";
  height: 2px;
  width: 100%;
}
.cid-sSm6AuW5V5 a::before {
  position: absolute;
  margin-top: 5px;
  background-color: currentColor;
  display: block;
  content: "";
  height: 2px;
  width: 0%;
  bottom: 7px;
}
.cid-sSm6AuW5V5 a:hover:after,
.cid-sSm6AuW5V5 a:focus:after {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: slidein;
  animation-name: slidein;
}
.cid-sSm6AuW5V5 a:hover:before,
.cid-sSm6AuW5V5 a:focus:before {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-name: slideout;
  animation-name: slideout;
}
.cid-sSm6AuW5V5 a.text-white:hover,
.cid-sSm6AuW5V5 a.text-white:focus {
  color: #ffffff !important;
}
.cid-sSm6AuW5V5 .mbr-section-btn {
  margin-left: 0;
  margin-right: 0;
}
.cid-sSm6AuW5V5 .page-title-content .title,
.cid-sSm6AuW5V5 .icon-section,
.cid-sSm6AuW5V5 .mbr-section-btn {
  color: #ffffff;
}
.cid-sSmhSizdp6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-sSmhSizdp6 .title__block {
  margin-bottom: 40px;
}
.cid-sSmhSizdp6 .mbr-section-subtitle {
  letter-spacing: 1.5px;
  margin-bottom: 20px;
  color: #c0c0c9;
}
.cid-sSmhSizdp6 .mbr-section-title {
  color: #233d63;
}
.cid-sSmhSizdp6 .mbr-section-title span {
  font-weight: 300;
}
.cid-sSmhSizdp6 .image {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  border-radius: 50%;
  box-shadow: 15px 30px 50px 0px rgba(233, 236, 241, 0.5);
  margin: 0 auto 25px;
  transition: all 0.4s ease-in-out;
}
.cid-sSmhSizdp6 .image img {
  height: auto;
  width: 100px;
}
.cid-sSmhSizdp6 .image:hover {
  transform: scale(1.1);
}
.cid-sSmhSizdp6 .image175 {
  width: 175px;
  height: 175px;
}
.cid-sSmhSizdp6 .image120 {
  width: 120px;
  height: 120px;
}
.cid-sSmhSizdp6 .image150 {
  width: 150px;
  height: 150px;
}
.cid-sSmhSizdp6 .image140 {
  width: 140px;
  height: 140px;
}
.cid-sSmhSizdp6 .image200 {
  width: 200px;
  height: 200px;
}
.cid-sSm5LuUQvM {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-sSm5LuUQvM .container-fluid {
  position: relative;
}
.cid-sSm5LuUQvM .page-title-content {
  width: 100%;
}
.cid-sSm5LuUQvM .page-title-content .mbr-iconfont {
  font-size: 55px;
  height: 55px;
  line-height: 55px;
  width: 55px;
  margin-top: -10px;
  color: #f1a631;
}
.cid-sSm5LuUQvM .page-title-content .mbr-iconfont:hover {
  cursor: pointer;
}
@media (max-width: 576px) {
  .cid-sSm5LuUQvM .page-title-content {
    text-align: center;
  }
}
.cid-sSm5LuUQvM .title {
  letter-spacing: 0.8px;
  margin-top: 24px;
  font-weight: 300;
  margin: 0;
  position: relative;
  word-wrap: break-word;
}
.cid-sSm5LuUQvM a {
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.cid-sSm5LuUQvM a:not(:first-child) {
  margin-left: 20px;
}
.cid-sSm5LuUQvM a:after {
  position: absolute;
  margin-top: 7px;
  background-color: currentColor;
  display: block;
  content: "";
  height: 2px;
  width: 100%;
}
.cid-sSm5LuUQvM a::before {
  position: absolute;
  margin-top: 5px;
  background-color: currentColor;
  display: block;
  content: "";
  height: 2px;
  width: 0%;
  bottom: 7px;
}
.cid-sSm5LuUQvM a:hover:after,
.cid-sSm5LuUQvM a:focus:after {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: slidein;
  animation-name: slidein;
}
.cid-sSm5LuUQvM a:hover:before,
.cid-sSm5LuUQvM a:focus:before {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-name: slideout;
  animation-name: slideout;
}
.cid-sSm5LuUQvM a.text-white:hover,
.cid-sSm5LuUQvM a.text-white:focus {
  color: #ffffff !important;
}
.cid-sSm5LuUQvM .mbr-section-btn {
  margin-left: 0;
  margin-right: 0;
}
.cid-sSm5LuUQvM .page-title-content .title,
.cid-sSm5LuUQvM .icon-section,
.cid-sSm5LuUQvM .mbr-section-btn {
  color: #ffffff;
}
.cid-sSmhG3wPUD {
  padding-top: 5rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-sSmhG3wPUD .title__block {
  margin-bottom: 40px;
}
.cid-sSmhG3wPUD .mbr-section-subtitle {
  letter-spacing: 1.5px;
  margin-bottom: 20px;
  color: #c0c0c9;
}
.cid-sSmhG3wPUD .mbr-section-title {
  color: #233d63;
}
.cid-sSmhG3wPUD .mbr-section-title span {
  font-weight: 300;
}
.cid-sSmhG3wPUD .image {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  border-radius: 50%;
  box-shadow: 15px 30px 50px 0px rgba(233, 236, 241, 0.5);
  margin: 0 auto 25px;
  transition: all 0.4s ease-in-out;
}
.cid-sSmhG3wPUD .image img {
  height: auto;
  width: 100px;
}
.cid-sSmhG3wPUD .image:hover {
  transform: scale(1.1);
}
.cid-sSmhG3wPUD .image175 {
  width: 175px;
  height: 175px;
}
.cid-sSmhG3wPUD .image120 {
  width: 120px;
  height: 120px;
}
.cid-sSmhG3wPUD .image150 {
  width: 150px;
  height: 150px;
}
.cid-sSmhG3wPUD .image140 {
  width: 140px;
  height: 140px;
}
.cid-sSmhG3wPUD .image200 {
  width: 200px;
  height: 200px;
}
.cid-sSmkLAnQke {
  padding-top: 0rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-sSmkLAnQke .title__block {
  margin-bottom: 40px;
}
.cid-sSmkLAnQke .mbr-section-subtitle {
  letter-spacing: 1.5px;
  margin-bottom: 20px;
  color: #c0c0c9;
}
.cid-sSmkLAnQke .mbr-section-title {
  color: #233d63;
}
.cid-sSmkLAnQke .mbr-section-title span {
  font-weight: 300;
}
.cid-sSmkLAnQke .image {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  border-radius: 50%;
  box-shadow: 15px 30px 50px 0px rgba(233, 236, 241, 0.5);
  margin: 0 auto 25px;
  transition: all 0.4s ease-in-out;
}
.cid-sSmkLAnQke .image img {
  height: auto;
  width: 100px;
}
.cid-sSmkLAnQke .image:hover {
  transform: scale(1.1);
}
.cid-sSmkLAnQke .image175 {
  width: 175px;
  height: 175px;
}
.cid-sSmkLAnQke .image120 {
  width: 120px;
  height: 120px;
}
.cid-sSmkLAnQke .image150 {
  width: 150px;
  height: 150px;
}
.cid-sSmkLAnQke .image140 {
  width: 140px;
  height: 140px;
}
.cid-sSmkLAnQke .image200 {
  width: 200px;
  height: 200px;
}
.cid-sStHGalNnm {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-sStHGalNnm .container-fluid {
  position: relative;
}
.cid-sStHGalNnm .page-title-content {
  width: 100%;
}
.cid-sStHGalNnm .page-title-content .mbr-iconfont {
  font-size: 55px;
  height: 55px;
  line-height: 55px;
  width: 55px;
  margin-top: -10px;
  color: #f1a631;
}
.cid-sStHGalNnm .page-title-content .mbr-iconfont:hover {
  cursor: pointer;
}
@media (max-width: 576px) {
  .cid-sStHGalNnm .page-title-content {
    text-align: center;
  }
}
.cid-sStHGalNnm .title {
  letter-spacing: 0.8px;
  margin-top: 24px;
  font-weight: 300;
  margin: 0;
  position: relative;
  word-wrap: break-word;
}
.cid-sStHGalNnm a {
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.cid-sStHGalNnm a:not(:first-child) {
  margin-left: 20px;
}
.cid-sStHGalNnm a:after {
  position: absolute;
  margin-top: 7px;
  background-color: currentColor;
  display: block;
  content: "";
  height: 2px;
  width: 100%;
}
.cid-sStHGalNnm a::before {
  position: absolute;
  margin-top: 5px;
  background-color: currentColor;
  display: block;
  content: "";
  height: 2px;
  width: 0%;
  bottom: 7px;
}
.cid-sStHGalNnm a:hover:after,
.cid-sStHGalNnm a:focus:after {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: slidein;
  animation-name: slidein;
}
.cid-sStHGalNnm a:hover:before,
.cid-sStHGalNnm a:focus:before {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-name: slideout;
  animation-name: slideout;
}
.cid-sStHGalNnm a.text-white:hover,
.cid-sStHGalNnm a.text-white:focus {
  color: #ffffff !important;
}
.cid-sStHGalNnm .mbr-section-btn {
  margin-left: 0;
  margin-right: 0;
}
.cid-sStHGalNnm .page-title-content .title,
.cid-sStHGalNnm .icon-section,
.cid-sStHGalNnm .mbr-section-btn {
  color: #ffffff;
}
.cid-sStHHIC1jZ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fcff00;
}
.cid-sStHHIC1jZ img {
  width: 100%;
  object-fit: cover;
  height: 450px;
}
@media (max-width: 800px) {
  .cid-sStHHIC1jZ img {
    height: auto;
  }
}
.cid-sStHHIC1jZ .container-fluid {
  padding: 0;
}
.cid-uZeeZbW5RK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f2f3f7;
}
.cid-uZeeZbW5RK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZeeZbW5RK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZeeZbW5RK .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-uZeeZbW5RK .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uZeeZbW5RK .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-uZeeZbW5RK .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  background-color: #f5f5f5;
  border-top: 2px solid #ffffff;
  box-shadow: 0 8px 20px -8px #9c9c9c;
}
.cid-uZeeZbW5RK .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-uZeeZbW5RK .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uZeeZbW5RK .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uZeeZbW5RK .card-wrapper {
  background-color: #f5f5f5;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  padding: 60px 30px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uZeeZbW5RK .card-wrapper {
    padding: 24px;
  }
}
.cid-uZeeZbW5RK .card-wrapper .item-text {
  margin-bottom: 0;
}
.cid-uZeeZbW5RK .card-wrapper .mbr-section-btn {
  margin-top: 14px;
}
.cid-uZeeZbW5RK .card-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uZeeZbW5RK .mbr-label,
.cid-uZeeZbW5RK .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uZeeZbW5RK .mbr-section-title,
.cid-uZeeZbW5RK .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uZeeZbW5RK .mbr-text,
.cid-uZeeZbW5RK .text-wrapper {
  color: #515151;
  text-align: center;
}
.cid-uZeeZbW5RK .item-text {
  color: #000000;
}
.cid-uZeeZbW5RK .item-text,
.cid-uZeeZbW5RK .mbr-section-btn {
  text-align: center;
}
.cid-sStHeMygUJ {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-sStHeMygUJ .mbr-section-subtitle {
  color: #8c8c95;
  text-align: center;
  max-width: 552px;
  margin: auto;
}
.cid-sStHeMygUJ .mbr-section-title {
  text-align: center;
  color: #14142b;
  margin: auto;
}
.cid-sStHeMygUJ .row {
  align-items: center;
  height: 100%;
}
.cid-sStHeMygUJ .wrapper {
  margin: auto;
}
.cid-sStHcyjvzn {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-sStHcyjvzn .card-wrapper {
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  border-radius: 30px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #ffffff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 1rem 1rem !important;
  box-shadow: 0 15px 50px 10px rgba(179, 179, 179, 0.6);
}
.cid-sStHcyjvzn .card-wrapper:hover {
  -webkit-transform: translateY(1rem);
  transform: translateY(1rem);
}
.cid-sStHcyjvzn .card-wrapper:hover .ico2 {
  color: #36187d !important;
}
.cid-sStHcyjvzn .ico2 {
  color: #fcff00 !important;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.cid-sStHcyjvzn .text-info:hover {
  color: inherit !important;
}
.cid-sStHcyjvzn .card-box {
  padding: 0rem 1rem;
}
.cid-sStHcyjvzn .ico1 {
  font-size: 3rem !important;
}
.cid-sStHcyjvzn h3,
.cid-sStHcyjvzn h4 {
  padding: 0;
  margin: 0;
}
.cid-sStHbuGUKg {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #f2f3f7;
}
.cid-sStHbuGUKg .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-sStHbuGUKg .btn {
  padding: 1rem 3rem;
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .cid-sStHbuGUKg .col-auto {
    margin: auto;
  }
}
.cid-sStHbuGUKg textarea {
  min-height: 200px;
}
.cid-sStHbuGUKg .form-control,
.cid-sStHbuGUKg .field-input {
  padding: 1.5rem 2rem;
  box-shadow: inset 1px 1px 2px 0 #d2dce9;
  background-color: #edeff3;
  border-radius: 3rem;
  border: 0!important;
  color: #000000;
  transition: 0.4s;
  outline: none;
}
.cid-sStHbuGUKg .form-control::-webkit-input-placeholder,
.cid-sStHbuGUKg .field-input::-webkit-input-placeholder,
.cid-sStHbuGUKg .form-control::-webkit-input-placeholder,
.cid-sStHbuGUKg .field-input::-webkit-input-placeholder {
  color: #36187d;
}
.cid-sStHbuGUKg .form-control:-moz-placeholder,
.cid-sStHbuGUKg .field-input:-moz-placeholder,
.cid-sStHbuGUKg .form-control:-moz-placeholder,
.cid-sStHbuGUKg .field-input:-moz-placeholder {
  color: #36187d;
}
.cid-sStHbuGUKg .form-control:hover,
.cid-sStHbuGUKg .field-input:hover,
.cid-sStHbuGUKg .form-control:focus,
.cid-sStHbuGUKg .field-input:focus {
  background-color: #edeff3;
  color: #232323;
  border: 0!important;
  box-shadow: inset 1px 1px 2px 0 #d2dce9;
  outline: none;
}
.cid-sStHbuGUKg .form-control:hover::-webkit-input-placeholder,
.cid-sStHbuGUKg .field-input:hover::-webkit-input-placeholder,
.cid-sStHbuGUKg .form-control:focus::-webkit-input-placeholder,
.cid-sStHbuGUKg .field-input:focus::-webkit-input-placeholder,
.cid-sStHbuGUKg .form-control:hover::-webkit-input-placeholder,
.cid-sStHbuGUKg .field-input:hover::-webkit-input-placeholder,
.cid-sStHbuGUKg .form-control:focus::-webkit-input-placeholder,
.cid-sStHbuGUKg .field-input:focus::-webkit-input-placeholder {
  color: #36187d;
}
.cid-sStHbuGUKg .form-control:hover:-moz-placeholder,
.cid-sStHbuGUKg .field-input:hover:-moz-placeholder,
.cid-sStHbuGUKg .form-control:focus:-moz-placeholder,
.cid-sStHbuGUKg .field-input:focus:-moz-placeholder,
.cid-sStHbuGUKg .form-control:hover:-moz-placeholder,
.cid-sStHbuGUKg .field-input:hover:-moz-placeholder,
.cid-sStHbuGUKg .form-control:focus:-moz-placeholder,
.cid-sStHbuGUKg .field-input:focus:-moz-placeholder {
  color: #36187d;
}
.cid-sStHbuGUKg .jq-number__spin:hover,
.cid-sStHbuGUKg .jq-number__spin:focus {
  background-color: #edeff3;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-sStHbuGUKg .jq-number__spin {
  background-color: #edeff3;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-sStHbuGUKg .jq-selectbox li,
.cid-sStHbuGUKg .jq-selectbox li {
  background-color: #edeff3;
  color: #000000;
}
.cid-sStHbuGUKg .jq-selectbox li:hover,
.cid-sStHbuGUKg .jq-selectbox li.selected {
  background-color: #edeff3;
  color: #000000;
}
.cid-sStHbuGUKg .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-sStHbuGUKg .jq-number__spin.minus:hover:after,
.cid-sStHbuGUKg .jq-number__spin.plus:hover:after {
  border-top-color: #edeff3;
  border-bottom-color: #edeff3;
}
.cid-sStHbuGUKg .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-sStHbuGUKg .jq-number__spin.minus:after,
.cid-sStHbuGUKg .jq-number__spin.plus:after {
  border-top-color: #edeff3;
  border-bottom-color: #edeff3;
}
.cid-sStHbuGUKg input::-webkit-clear-button {
  display: none;
}
.cid-sStHbuGUKg input::-webkit-inner-spin-button {
  display: none;
}
.cid-sStHbuGUKg input::-webkit-outer-spin-button {
  display: none;
}
.cid-sStHbuGUKg input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-sStHbuGUKg H4 {
  color: #36187d;
}
.cid-sStHbuGUKg .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-sStHbuGUKg P {
  text-align: center;
  color: #000000;
}
@media (max-width: 767px) {
  .cid-sStHbuGUKg .form-row {
    flex-direction: column;
  }
}
.cid-sSjXFqDQeJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-sSjXFqDQeJ .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-sSjXFqDQeJ .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sSjXFqDQeJ .row {
    text-align: center;
  }
  .cid-sSjXFqDQeJ .row > div {
    margin: auto;
  }
  .cid-sSjXFqDQeJ .social-row {
    justify-content: center;
  }
}
.cid-sSjXFqDQeJ .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-sSjXFqDQeJ .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sSjXFqDQeJ .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sSjXFqDQeJ .list {
    margin-bottom: 0rem;
  }
}
.cid-sSjXFqDQeJ .mbr-text {
  color: #ffffff;
}
.cid-sSjXFqDQeJ .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-sSjXFqDQeJ .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-sSjXFqDQeJ div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-sSjXFqDQeJ .mbr-section-subtitle {
  text-align: left;
}
.cid-sSjXFqDQeJ H5 {
  color: #fcff00;
}
.cid-sSjXFqDQeJ .copyright {
  color: #ffffff;
}
.cid-sT6RiD6Xmp .navbar {
  padding: 0.5rem 0;
  background: #f2f3f7;
  transition: none;
  min-height: 50px;
}
.cid-sT6RiD6Xmp .navbar-fixed-top {
  padding-top: 0;
}
.cid-sT6RiD6Xmp .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-sT6RiD6Xmp .navbar-collapse.show {
  position: absolute;
  opacity: 1;
  visibility: visible;
  top: 100%;
  z-index: 999;
  background-color: #ffffff;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding: 15px 20px;
  bottom: auto;
  left: 0px;
  right: 0px;
}
.cid-sT6RiD6Xmp .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-sT6RiD6Xmp .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sT6RiD6Xmp .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-sT6RiD6Xmp .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sT6RiD6Xmp .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-sT6RiD6Xmp .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sT6RiD6Xmp .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sT6RiD6Xmp .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sT6RiD6Xmp .menu-content-top {
  background: #000000;
  max-width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 2rem;
  width: 100%;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-sT6RiD6Xmp .menu-content-top .right-wrap .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sT6RiD6Xmp .dropdown-item {
  font-weight: 400;
  margin: 0 !important;
  padding: 0 40px !important;
  line-height: 2.6;
}
.cid-sT6RiD6Xmp .dropdown-item,
.cid-sT6RiD6Xmp .nav-link,
.cid-sT6RiD6Xmp .brand-name {
  font-style: normal;
}
.cid-sT6RiD6Xmp .dropdown-item:hover,
.cid-sT6RiD6Xmp .nav-link:hover,
.cid-sT6RiD6Xmp .brand-name:hover {
  color: #fc1010 !important;
}
.cid-sT6RiD6Xmp .dropdown-menu {
  background-color: #ffffff;
}
.cid-sT6RiD6Xmp .dropdown-item:active {
  background-color: #ffffff;
}
.cid-sT6RiD6Xmp .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
}
.cid-sT6RiD6Xmp .navbar-dropdown.bg-color.transparent.opened {
  background: #f2f3f7;
}
.cid-sT6RiD6Xmp .nav-item {
  position: relative;
}
.cid-sT6RiD6Xmp .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sT6RiD6Xmp .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-sT6RiD6Xmp .nav-item .nav-link:focus {
  outline: none;
}
@media (min-width: 991px) {
  .cid-sT6RiD6Xmp .nav-link {
    line-height: 6.13;
  }
  .cid-sT6RiD6Xmp .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #fc1010;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-sT6RiD6Xmp .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
}
.cid-sT6RiD6Xmp .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sT6RiD6Xmp .content-text {
  margin-bottom: 0;
}
.cid-sT6RiD6Xmp .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sT6RiD6Xmp .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #36187d;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sT6RiD6Xmp .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sT6RiD6Xmp .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sT6RiD6Xmp .navbar-nav .nav-item .link {
  margin: 0 20px !important;
}
.cid-sT6RiD6Xmp .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sT6RiD6Xmp .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sT6RiD6Xmp .content-right-side {
  text-align: center;
}
.cid-sT6RiD6Xmp .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sT6RiD6Xmp .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sT6RiD6Xmp .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
  color: #ea2396;
}
.cid-sT6RiD6Xmp .widget-icon.mobi-mbri-phone {
  -webkit-animation: phone-icon-animate 1s ease-in-out infinite;
  animation: phone-icon-animate 1s ease-in-out infinite;
}
.cid-sT6RiD6Xmp .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sT6RiD6Xmp .info-widget:first-child {
  margin-left: 0;
}
.cid-sT6RiD6Xmp .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sT6RiD6Xmp .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.7;
}
.cid-sT6RiD6Xmp .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-sT6RiD6Xmp .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #d9dade;
}
@media (min-width: 992px) {
  .cid-sT6RiD6Xmp .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-sT6RiD6Xmp .navbar {
    display: block;
    padding: 0;
  }
  .cid-sT6RiD6Xmp .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-sT6RiD6Xmp .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    align-self: auto;
    display: flex;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-sT6RiD6Xmp .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-sT6RiD6Xmp .navbar-toggler {
    display: none;
  }
  .cid-sT6RiD6Xmp .navbar-collapse {
    justify-content: flex-start;
  }
}
.cid-sT6RiD6Xmp .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-sT6RiD6Xmp .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-right: 0;
}
.cid-sT6RiD6Xmp .btn-sm {
  padding: 13px 29px;
}
.cid-sT6RiD6Xmp .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sT6RiD6Xmp .btn::after {
  background-color: #fcff00;
  content: "";
  height: 150px;
  left: -75px;
  position: absolute;
  top: -60px;
  transform: rotate(35deg);
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  width: 40px;
  opacity: 0;
  outline: none;
  text-decoration: none;
}
.cid-sT6RiD6Xmp .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-sT6RiD6Xmp .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sT6RiD6Xmp .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sT6RiD6Xmp .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-sT6RiD6Xmp .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sT6RiD6Xmp .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sT6RiD6Xmp .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sT6RiD6Xmp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sT6RiD6Xmp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sT6RiD6Xmp .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-sT6RiD6Xmp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sT6RiD6Xmp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sT6RiD6Xmp .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sT6RiD6Xmp .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sT6RiD6Xmp .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-sT6RiD6Xmp .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-sT6RiD6Xmp .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sT6RiD6Xmp .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sT6RiD6Xmp .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sT6RiD6Xmp button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  margin-right: 0;
}
.cid-sT6RiD6Xmp button.navbar-toggler:focus {
  outline: none;
}
.cid-sT6RiD6Xmp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sT6RiD6Xmp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sT6RiD6Xmp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sT6RiD6Xmp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sT6RiD6Xmp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sT6RiD6Xmp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sT6RiD6Xmp nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sT6RiD6Xmp nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sT6RiD6Xmp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sT6RiD6Xmp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sT6RiD6Xmp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sT6RiD6Xmp .collapsed .btn {
  display: flex;
}
.cid-sT6RiD6Xmp .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sT6RiD6Xmp .collapsed .navbar-collapse.collapsing,
.cid-sT6RiD6Xmp .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sT6RiD6Xmp .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sT6RiD6Xmp .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sT6RiD6Xmp .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sT6RiD6Xmp .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sT6RiD6Xmp .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sT6RiD6Xmp .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-sT6RiD6Xmp .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sT6RiD6Xmp .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sT6RiD6Xmp .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sT6RiD6Xmp .collapsed button.navbar-toggler {
  display: block;
}
.cid-sT6RiD6Xmp .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-sT6RiD6Xmp .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-sT6RiD6Xmp .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-sT6RiD6Xmp .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sT6RiD6Xmp .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sT6RiD6Xmp .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: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-sT6RiD6Xmp .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sT6RiD6Xmp .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-sT6RiD6Xmp .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-sT6RiD6Xmp .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-sT6RiD6Xmp .menu-bottom .menu-content-right {
    display: none;
  }
  .cid-sT6RiD6Xmp .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
    opacity: 0;
    transition: all 0.3s ease-in;
    position: absolute;
    top: 100%;
    bottom: auto;
    left: 0px;
    right: 0px;
    z-index: 999;
  }
  .cid-sT6RiD6Xmp .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-sT6RiD6Xmp .navbar-collapse.collapsing,
  .cid-sT6RiD6Xmp .navbar-collapse.show {
    display: block !important;
  }
  .cid-sT6RiD6Xmp .navbar-collapse.collapsing .navbar-nav,
  .cid-sT6RiD6Xmp .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sT6RiD6Xmp .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sT6RiD6Xmp .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sT6RiD6Xmp .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-sT6RiD6Xmp .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
  }
  .cid-sT6RiD6Xmp .navbar-collapse.collapsing .navbar-buttons,
  .cid-sT6RiD6Xmp .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-sT6RiD6Xmp .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sT6RiD6Xmp .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sT6RiD6Xmp img {
    height: 3.8rem !important;
  }
  .cid-sT6RiD6Xmp .btn {
    display: flex;
  }
  .cid-sT6RiD6Xmp button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-sT6RiD6Xmp .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-sT6RiD6Xmp .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-sT6RiD6Xmp .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-sT6RiD6Xmp .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sT6RiD6Xmp .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sT6RiD6Xmp .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: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-sT6RiD6Xmp .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sT6RiD6Xmp .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-sT6RiD6Xmp .navbar-toggler {
  position: relative;
}
.cid-sT6RiD6Xmp .dropdown-item.active,
.cid-sT6RiD6Xmp .dropdown-item:active {
  color: initial;
}
.cid-sT6RiD6Xmp .widget-title {
  color: #fcff00;
}
.cid-sT6RiD6Xmp .widget-text {
  color: #fcff00;
}
.cid-sT6RiD6Xmp .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-sT6RiD6Xmp .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #36187d;
  display: inline-flex;
  background-color: #232323;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-sT6RiD6Xmp .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-sT6RiD6Xmp .icons-menu .mbr-iconfont:hover {
  color: #ffffff;
  background-color: #000000;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-sT6RiD6Xmp .soc-item {
  margin: .5rem .3rem;
}
@media (max-width: 768px) {
  .cid-sT6RiD6Xmp .menu-content-top .icons-menu {
    padding-left: 0;
  }
  .cid-sT6RiD6Xmp .menu-content-top .icons-menu .soc-item .mbr-iconfont {
    font-size: 14px;
  }
  .cid-sT6RiD6Xmp .menu-content-top .icons-menu .soc-item .mbr-iconfont::before {
    padding: 0.44rem;
  }
  .cid-sT6RiD6Xmp .menu-content-top .right-wrap .info-widget {
    margin-left: 20px;
  }
  .cid-sT6RiD6Xmp .menu-content-top .right-wrap .info-widget:first-child {
    margin-left: 0;
  }
  .cid-sT6RiD6Xmp .menu-content-top .right-wrap .info-widget .widget-content {
    display: none;
  }
  .cid-sT6RiD6Xmp .menu-content-top .right-wrap .info-widget .widget-icon {
    font-size: 25px;
    padding-right: 0;
  }
  .cid-sT6RiD6Xmp .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-sT6RiD6Xmp .menu-content-top,
  .cid-sT6RiD6Xmp .menu-bottom {
    padding: 0 15px;
  }
  .cid-sT6RiD6Xmp button.navbar-toggler {
    align-self: center;
  }
}
@-webkit-keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
.cid-sT6RiD6Xmp .widget-title,
.cid-sT6RiD6Xmp .widget-icon {
  color: #ffffff;
}
.cid-sT6RiG7Y2c {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-sT6RiG7Y2c .date__block {
  margin-bottom: 17px;
}
.cid-sT6RiG7Y2c .date__article {
  display: inline-block;
  margin: 0;
  padding: 0 7.5px;
  color: #fc1010;
}
.cid-sT6RiG7Y2c .dot {
  display: inline-block;
  vertical-align: super;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #35b8fc;
}
.cid-sT6RiG7Y2c .date__d {
  display: inline-block;
  margin: 0;
  padding: 0 7.5px;
  color: #689bb2;
}
.cid-sT6RiG7Y2c .title__block {
  position: relative;
  z-index: 1;
  padding-top: 40px;
  padding-bottom: 91px;
}
.cid-sT6RiG7Y2c .mbr-section-title {
  margin-bottom: 18px;
}
.cid-sT6RiG7Y2c .mbr-text {
  margin-bottom: 20px;
}
.cid-sT6RiG7Y2c .link {
  display: block;
  margin-bottom: 0;
  white-space: nowrap;
}
.cid-sT6RiG7Y2c .link a {
  font-weight: 700;
}
.cid-sT6RiG7Y2c .link span {
  display: inline-block !important;
  transition: all 0.3s ease;
  margin-left: 13px;
}
.cid-sT6RiG7Y2c .link:hover span {
  transform: translateX(9px);
}
.cid-sT6RiG7Y2c .image__block {
  margin-bottom: -144px;
  padding-top: 121px;
  position: relative;
}
.cid-sT6RiG7Y2c .image__block:after {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 100%;
  background-color: #000000;
}
.cid-sT6RiG7Y2c .image {
  position: relative;
  width: 100%;
  z-index: 1;
}
.cid-sT6RiG7Y2c .image:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 575px;
  background-color: #fcff00;
}
.cid-sT6RiG7Y2c .image img {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform: translatex(-50%);
}
.cid-sT6RiG7Y2c .content__wrap {
  position: relative;
  z-index: 2;
  margin-bottom: 95px;
}
.cid-sT6RiG7Y2c .content__wrap:after {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  left: 15px;
  right: 15px;
  height: 100%;
  background-color: #000000;
  border-bottom: 1px solid #fcff00;
}
@media (max-width: 991px) {
  .cid-sT6RiG7Y2c .title__block {
    padding: 25px 30px 55px;
  }
  .cid-sT6RiG7Y2c .content__wrap {
    margin-bottom: 90px;
  }
  .cid-sT6RiG7Y2c .date__block {
    padding-top: 22px;
    margin-bottom: 17px;
  }
  .cid-sT6RiG7Y2c .mbr-section-title {
    margin-bottom: 15px;
  }
  .cid-sT6RiG7Y2c .mbr-text {
    margin-bottom: 11px;
  }
  .cid-sT6RiG7Y2c .image__block {
    min-height: 150px;
    padding-top: 68px;
    margin-bottom: 0;
  }
  .cid-sT6RiG7Y2c .image:before {
    padding-top: 375px;
  }
}
.cid-sT6RiG7Y2c .mbr-section-title,
.cid-sT6RiG7Y2c .date__block {
  color: #ffffff;
}
.cid-sT8DzQyDeK {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-sT8DzQyDeK .container-fluid {
  position: relative;
}
.cid-sT8DzQyDeK .page-title-content {
  width: 100%;
}
.cid-sT8DzQyDeK .page-title-content .mbr-iconfont {
  font-size: 55px;
  height: 55px;
  line-height: 55px;
  width: 55px;
  margin-top: -10px;
  color: #f1a631;
}
.cid-sT8DzQyDeK .page-title-content .mbr-iconfont:hover {
  cursor: pointer;
}
@media (max-width: 576px) {
  .cid-sT8DzQyDeK .page-title-content {
    text-align: center;
  }
}
.cid-sT8DzQyDeK .title {
  letter-spacing: 0.8px;
  margin-top: 24px;
  font-weight: 300;
  margin: 0;
  position: relative;
  word-wrap: break-word;
}
.cid-sT8DzQyDeK a {
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.cid-sT8DzQyDeK a:not(:first-child) {
  margin-left: 20px;
}
.cid-sT8DzQyDeK a:after {
  position: absolute;
  margin-top: 7px;
  background-color: currentColor;
  display: block;
  content: "";
  height: 2px;
  width: 100%;
}
.cid-sT8DzQyDeK a::before {
  position: absolute;
  margin-top: 5px;
  background-color: currentColor;
  display: block;
  content: "";
  height: 2px;
  width: 0%;
  bottom: 7px;
}
.cid-sT8DzQyDeK a:hover:after,
.cid-sT8DzQyDeK a:focus:after {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: slidein;
  animation-name: slidein;
}
.cid-sT8DzQyDeK a:hover:before,
.cid-sT8DzQyDeK a:focus:before {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-name: slideout;
  animation-name: slideout;
}
.cid-sT8DzQyDeK a.text-white:hover,
.cid-sT8DzQyDeK a.text-white:focus {
  color: #ffffff !important;
}
.cid-sT8DzQyDeK .mbr-section-btn {
  margin-left: 0;
  margin-right: 0;
}
.cid-sT8DzQyDeK .page-title-content .title,
.cid-sT8DzQyDeK .icon-section,
.cid-sT8DzQyDeK .mbr-section-btn {
  color: #ffffff;
}
.cid-sT8DPvTLoo {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fcff00;
}
.cid-sT8DPvTLoo img {
  width: 100%;
  object-fit: cover;
  height: 300px;
}
@media (max-width: 800px) {
  .cid-sT8DPvTLoo img {
    height: auto;
  }
}
.cid-sT8DPvTLoo .container-fluid {
  padding: 0;
}
.cid-sT8EllylGc {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #dde7f7;
}
.cid-sT8EllylGc .nav-tabs .nav-item.open .nav-link:focus,
.cid-sT8EllylGc .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-sT8EllylGc .nav-tabs {
  display: flex;
  flex-wrap: nowrap;
  gap: 1vw;
  border: none;
}
@media (max-width: 767px) {
  .cid-sT8EllylGc .nav-tabs {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .cid-sT8EllylGc .nav-item {
    width: 100%;
    margin: 0 0 0.5rem 0;
  }
}
.cid-sT8EllylGc .nav-tabs .nav-link {
  transition: all .5s;
  border: none;
  height: 100%;
  border-radius: 0 !important;
  border-top-left-radius: 20px !important;
  border-top-right-radius: 20px !important;
  text-align: center;
  background-color: #000000;
}
.cid-sT8EllylGc .nav-tabs .nav-link:not(.active) {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sT8EllylGc .nav-tabs .nav-link {
    text-align: left;
    padding: 1rem 2rem;
    border-radius: 30px !important;
  }
}
.cid-sT8EllylGc .nav-tabs .nav-item {
  width: 100%;
}
.cid-sT8EllylGc .nav-link,
.cid-sT8EllylGc .nav-link.active {
  padding: 1rem auto;
  background: #ffffff;
}
.cid-sT8EllylGc .nav-tabs .nav-link.active {
  color: #000000;
}
.cid-sT8EllylGc .tab-content {
  background: #ffffff;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
@media (max-width: 768px) {
  .cid-sT8EllylGc .tab-content {
    border-radius: 30px !important;
  }
}
.cid-sT8EllylGc .logo-container img {
  max-width: 180px;
}
@media screen and (min-width: 767px) {
  .cid-sT8EllylGc .logo-container {
    border-right: 1px solid #000000;
  }
}
.cid-sT8EllylGc H4 {
  text-align: center;
}
.cid-sT8EllylGc H3 {
  text-align: center;
}
@media (max-width: 992px) and (min-width: 768px) {
  .cid-sT8EllylGc .nav-link {
    font-size: 1.2rem;
  }
}
.cid-sT8JT1nmvH {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-sT8JT1nmvH .container-fluid {
  position: relative;
}
.cid-sT8JT1nmvH .page-title-content {
  width: 100%;
}
.cid-sT8JT1nmvH .page-title-content .mbr-iconfont {
  font-size: 55px;
  height: 55px;
  line-height: 55px;
  width: 55px;
  margin-top: -10px;
  color: #f1a631;
}
.cid-sT8JT1nmvH .page-title-content .mbr-iconfont:hover {
  cursor: pointer;
}
@media (max-width: 576px) {
  .cid-sT8JT1nmvH .page-title-content {
    text-align: center;
  }
}
.cid-sT8JT1nmvH .title {
  letter-spacing: 0.8px;
  margin-top: 24px;
  font-weight: 300;
  margin: 0;
  position: relative;
  word-wrap: break-word;
}
.cid-sT8JT1nmvH a {
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.cid-sT8JT1nmvH a:not(:first-child) {
  margin-left: 20px;
}
.cid-sT8JT1nmvH a:after {
  position: absolute;
  margin-top: 7px;
  background-color: currentColor;
  display: block;
  content: "";
  height: 2px;
  width: 100%;
}
.cid-sT8JT1nmvH a::before {
  position: absolute;
  margin-top: 5px;
  background-color: currentColor;
  display: block;
  content: "";
  height: 2px;
  width: 0%;
  bottom: 7px;
}
.cid-sT8JT1nmvH a:hover:after,
.cid-sT8JT1nmvH a:focus:after {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: slidein;
  animation-name: slidein;
}
.cid-sT8JT1nmvH a:hover:before,
.cid-sT8JT1nmvH a:focus:before {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-name: slideout;
  animation-name: slideout;
}
.cid-sT8JT1nmvH a.text-white:hover,
.cid-sT8JT1nmvH a.text-white:focus {
  color: #ffffff !important;
}
.cid-sT8JT1nmvH .mbr-section-btn {
  margin-left: 0;
  margin-right: 0;
}
.cid-sT8JT1nmvH .page-title-content .title,
.cid-sT8JT1nmvH .icon-section,
.cid-sT8JT1nmvH .mbr-section-btn {
  color: #ffffff;
}
.cid-sT8JW2bXeS {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fcff00;
}
.cid-sT8JW2bXeS img {
  width: 100%;
  object-fit: cover;
  height: 300px;
}
@media (max-width: 800px) {
  .cid-sT8JW2bXeS img {
    height: auto;
  }
}
.cid-sT8JW2bXeS .container-fluid {
  padding: 0;
}
.cid-sT8KBHcQU9 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #dde7f7;
}
.cid-sT8KBHcQU9 .nav-tabs .nav-item.open .nav-link:focus,
.cid-sT8KBHcQU9 .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-sT8KBHcQU9 .nav-tabs {
  display: flex;
  flex-wrap: nowrap;
  gap: 1vw;
  border: none;
}
@media (max-width: 767px) {
  .cid-sT8KBHcQU9 .nav-tabs {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .cid-sT8KBHcQU9 .nav-item {
    width: 100%;
    margin: 0 0 0.5rem 0;
  }
}
.cid-sT8KBHcQU9 .nav-tabs .nav-link {
  transition: all .5s;
  border: none;
  height: 100%;
  border-radius: 0 !important;
  border-top-left-radius: 20px !important;
  border-top-right-radius: 20px !important;
  text-align: center;
  background-color: #000000;
}
.cid-sT8KBHcQU9 .nav-tabs .nav-link:not(.active) {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sT8KBHcQU9 .nav-tabs .nav-link {
    text-align: left;
    padding: 1rem 2rem;
    border-radius: 30px !important;
  }
}
.cid-sT8KBHcQU9 .nav-tabs .nav-item {
  width: 100%;
}
.cid-sT8KBHcQU9 .nav-link,
.cid-sT8KBHcQU9 .nav-link.active {
  padding: 1rem auto;
  background: #ffffff;
}
.cid-sT8KBHcQU9 .nav-tabs .nav-link.active {
  color: #000000;
}
.cid-sT8KBHcQU9 .tab-content {
  background: #ffffff;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
@media (max-width: 768px) {
  .cid-sT8KBHcQU9 .tab-content {
    border-radius: 30px !important;
  }
}
.cid-sT8KBHcQU9 .logo-container img {
  max-width: 180px;
}
@media screen and (min-width: 767px) {
  .cid-sT8KBHcQU9 .logo-container {
    border-right: 1px solid #000000;
  }
}
.cid-sT8KBHcQU9 H4 {
  text-align: center;
}
.cid-sT8KBHcQU9 H3 {
  text-align: center;
}
@media (max-width: 992px) and (min-width: 768px) {
  .cid-sT8KBHcQU9 .nav-link {
    font-size: 1.2rem;
  }
}
.cid-sT6RiHErDB {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-sT6RiHErDB .container-fluid {
  position: relative;
}
.cid-sT6RiHErDB .page-title-content {
  width: 100%;
}
.cid-sT6RiHErDB .page-title-content .mbr-iconfont {
  font-size: 55px;
  height: 55px;
  line-height: 55px;
  width: 55px;
  margin-top: -10px;
  color: #f1a631;
}
.cid-sT6RiHErDB .page-title-content .mbr-iconfont:hover {
  cursor: pointer;
}
@media (max-width: 576px) {
  .cid-sT6RiHErDB .page-title-content {
    text-align: center;
  }
}
.cid-sT6RiHErDB .title {
  letter-spacing: 0.8px;
  margin-top: 24px;
  font-weight: 300;
  margin: 0;
  position: relative;
  word-wrap: break-word;
}
.cid-sT6RiHErDB a {
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.cid-sT6RiHErDB a:not(:first-child) {
  margin-left: 20px;
}
.cid-sT6RiHErDB a:after {
  position: absolute;
  margin-top: 7px;
  background-color: currentColor;
  display: block;
  content: "";
  height: 2px;
  width: 100%;
}
.cid-sT6RiHErDB a::before {
  position: absolute;
  margin-top: 5px;
  background-color: currentColor;
  display: block;
  content: "";
  height: 2px;
  width: 0%;
  bottom: 7px;
}
.cid-sT6RiHErDB a:hover:after,
.cid-sT6RiHErDB a:focus:after {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: slidein;
  animation-name: slidein;
}
.cid-sT6RiHErDB a:hover:before,
.cid-sT6RiHErDB a:focus:before {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-name: slideout;
  animation-name: slideout;
}
.cid-sT6RiHErDB a.text-white:hover,
.cid-sT6RiHErDB a.text-white:focus {
  color: #ffffff !important;
}
.cid-sT6RiHErDB .mbr-section-btn {
  margin-left: 0;
  margin-right: 0;
}
.cid-sT6RiHErDB .page-title-content .title,
.cid-sT6RiHErDB .icon-section,
.cid-sT6RiHErDB .mbr-section-btn {
  color: #ffffff;
}
.cid-sT6RiIVrWl {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fcff00;
}
.cid-sT6RiIVrWl img {
  width: 100%;
  object-fit: cover;
  height: 300px;
}
@media (max-width: 800px) {
  .cid-sT6RiIVrWl img {
    height: auto;
  }
}
.cid-sT6RiIVrWl .container-fluid {
  padding: 0;
}
.cid-sT74gggW2D {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sT74gggW2D .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sT74gggW2D .row {
  flex-direction: row-reverse;
}
.cid-sT74gggW2D img {
  width: 100%;
}
.cid-sT7ftKFxKo {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-sT7ftKFxKo .container-fluid {
  position: relative;
}
.cid-sT7ftKFxKo .page-title-content {
  width: 100%;
}
.cid-sT7ftKFxKo .page-title-content .mbr-iconfont {
  font-size: 55px;
  height: 55px;
  line-height: 55px;
  width: 55px;
  margin-top: -10px;
  color: #f1a631;
}
.cid-sT7ftKFxKo .page-title-content .mbr-iconfont:hover {
  cursor: pointer;
}
@media (max-width: 576px) {
  .cid-sT7ftKFxKo .page-title-content {
    text-align: center;
  }
}
.cid-sT7ftKFxKo .title {
  letter-spacing: 0.8px;
  margin-top: 24px;
  font-weight: 300;
  margin: 0;
  position: relative;
  word-wrap: break-word;
}
.cid-sT7ftKFxKo a {
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.cid-sT7ftKFxKo a:not(:first-child) {
  margin-left: 20px;
}
.cid-sT7ftKFxKo a:after {
  position: absolute;
  margin-top: 7px;
  background-color: currentColor;
  display: block;
  content: "";
  height: 2px;
  width: 100%;
}
.cid-sT7ftKFxKo a::before {
  position: absolute;
  margin-top: 5px;
  background-color: currentColor;
  display: block;
  content: "";
  height: 2px;
  width: 0%;
  bottom: 7px;
}
.cid-sT7ftKFxKo a:hover:after,
.cid-sT7ftKFxKo a:focus:after {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: slidein;
  animation-name: slidein;
}
.cid-sT7ftKFxKo a:hover:before,
.cid-sT7ftKFxKo a:focus:before {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-name: slideout;
  animation-name: slideout;
}
.cid-sT7ftKFxKo a.text-white:hover,
.cid-sT7ftKFxKo a.text-white:focus {
  color: #ffffff !important;
}
.cid-sT7ftKFxKo .mbr-section-btn {
  margin-left: 0;
  margin-right: 0;
}
.cid-sT7ftKFxKo .page-title-content .title,
.cid-sT7ftKFxKo .icon-section,
.cid-sT7ftKFxKo .mbr-section-btn {
  color: #ffffff;
}
.cid-sT7fuZaboq {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fcff00;
}
.cid-sT7fuZaboq img {
  width: 100%;
  object-fit: cover;
  height: 300px;
}
@media (max-width: 800px) {
  .cid-sT7fuZaboq img {
    height: auto;
  }
}
.cid-sT7fuZaboq .container-fluid {
  padding: 0;
}
.cid-sT7iuQgBoU {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fbff08;
}
@media (max-width: 991px) {
  .cid-sT7iuQgBoU .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sT7iuQgBoU .row {
  flex-direction: row-reverse;
}
.cid-sT7iuQgBoU img {
  width: 100%;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 3rem;
}
.cid-sT7n98CArN {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-sT7n98CArN .container-fluid {
  position: relative;
}
.cid-sT7n98CArN .page-title-content {
  width: 100%;
}
.cid-sT7n98CArN .page-title-content .mbr-iconfont {
  font-size: 55px;
  height: 55px;
  line-height: 55px;
  width: 55px;
  margin-top: -10px;
  color: #f1a631;
}
.cid-sT7n98CArN .page-title-content .mbr-iconfont:hover {
  cursor: pointer;
}
@media (max-width: 576px) {
  .cid-sT7n98CArN .page-title-content {
    text-align: center;
  }
}
.cid-sT7n98CArN .title {
  letter-spacing: 0.8px;
  margin-top: 24px;
  font-weight: 300;
  margin: 0;
  position: relative;
  word-wrap: break-word;
}
.cid-sT7n98CArN a {
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.cid-sT7n98CArN a:not(:first-child) {
  margin-left: 20px;
}
.cid-sT7n98CArN a:after {
  position: absolute;
  margin-top: 7px;
  background-color: currentColor;
  display: block;
  content: "";
  height: 2px;
  width: 100%;
}
.cid-sT7n98CArN a::before {
  position: absolute;
  margin-top: 5px;
  background-color: currentColor;
  display: block;
  content: "";
  height: 2px;
  width: 0%;
  bottom: 7px;
}
.cid-sT7n98CArN a:hover:after,
.cid-sT7n98CArN a:focus:after {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: slidein;
  animation-name: slidein;
}
.cid-sT7n98CArN a:hover:before,
.cid-sT7n98CArN a:focus:before {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-name: slideout;
  animation-name: slideout;
}
.cid-sT7n98CArN a.text-white:hover,
.cid-sT7n98CArN a.text-white:focus {
  color: #ffffff !important;
}
.cid-sT7n98CArN .mbr-section-btn {
  margin-left: 0;
  margin-right: 0;
}
.cid-sT7n98CArN .page-title-content .title,
.cid-sT7n98CArN .icon-section,
.cid-sT7n98CArN .mbr-section-btn {
  color: #ffffff;
}
.cid-sT7naK2LoR {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fcff00;
}
.cid-sT7naK2LoR img {
  width: 100%;
  object-fit: cover;
  height: 350px;
}
@media (max-width: 800px) {
  .cid-sT7naK2LoR img {
    height: auto;
  }
}
.cid-sT7naK2LoR .container-fluid {
  padding: 0;
}
.cid-sT7t39nabD {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #dde7f7;
}
.cid-sT7t39nabD .nav-tabs .nav-item.open .nav-link:focus,
.cid-sT7t39nabD .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-sT7t39nabD .nav-tabs {
  display: flex;
  flex-wrap: nowrap;
  gap: 1vw;
  border: none;
}
@media (max-width: 767px) {
  .cid-sT7t39nabD .nav-tabs {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .cid-sT7t39nabD .nav-item {
    width: 100%;
    margin: 0 0 0.5rem 0;
  }
}
.cid-sT7t39nabD .nav-tabs .nav-link {
  transition: all .5s;
  border: none;
  height: 100%;
  border-radius: 0 !important;
  border-top-left-radius: 20px !important;
  border-top-right-radius: 20px !important;
  text-align: center;
  background-color: #000000;
}
.cid-sT7t39nabD .nav-tabs .nav-link:not(.active) {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sT7t39nabD .nav-tabs .nav-link {
    text-align: left;
    padding: 1rem 2rem;
    border-radius: 30px !important;
  }
}
.cid-sT7t39nabD .nav-tabs .nav-item {
  width: 100%;
}
.cid-sT7t39nabD .nav-link,
.cid-sT7t39nabD .nav-link.active {
  padding: 1rem auto;
  background: #ffffff;
}
.cid-sT7t39nabD .nav-tabs .nav-link.active {
  color: #000000;
}
.cid-sT7t39nabD .tab-content {
  background: #ffffff;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
@media (max-width: 768px) {
  .cid-sT7t39nabD .tab-content {
    border-radius: 30px !important;
  }
}
.cid-sT7t39nabD .logo-container img {
  max-width: 180px;
}
@media screen and (min-width: 767px) {
  .cid-sT7t39nabD .logo-container {
    border-right: 1px solid #000000;
  }
}
.cid-sT7t39nabD H4 {
  text-align: center;
}
.cid-sT7t39nabD H3 {
  text-align: center;
}
@media (max-width: 992px) and (min-width: 768px) {
  .cid-sT7t39nabD .nav-link {
    font-size: 1.2rem;
  }
}
.cid-sT7uRjTJZN {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #dde7f7;
}
.cid-sT7uRjTJZN .container-fluid {
  padding: 0 3rem;
}
.cid-sT7uRjTJZN .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(to right, #36187d 50%, #ea2396 120%);
  display: inline-block;
}
.cid-sT7uRjTJZN .card {
  border-radius: 25px !important;
  margin: 0 0.5rem;
  margin-bottom: 2rem;
  box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-sT7uRjTJZN .card .card-header {
  border-radius: 25px;
  border: 0px;
  padding: 0;
  background-color: transparent !important;
}
.cid-sT7uRjTJZN .card .card-header a.panel-title {
  margin-bottom: 0;
  margin-top: -1px;
  font-weight: 500;
  font-style: normal;
  display: block;
  text-decoration: none !important;
  line-height: normal;
  padding-right: 2rem;
}
.cid-sT7uRjTJZN .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sT7uRjTJZN .card .card-header a.panel-title:hover .sign {
  background-color: #31363b !important;
}
.cid-sT7uRjTJZN .card .card-header a.panel-title .sign {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 0 25px 25px 0;
  background-color: #fbff08;
  padding: 2rem;
  padding-top: 26px;
  color: #000000;
}
.cid-sT7uRjTJZN .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  margin-bottom: 0;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sT7uRjTJZN .card .card-header a.panel-title h4 .toggle-title {
  user-select: initial;
  pointer-events: auto;
}
.cid-sT7uRjTJZN .card .panel-body {
  width: calc(100% - 80px);
  border-radius: 0 0 0 25px;
}
@media (max-width: 767px) {
  .cid-sT7uRjTJZN .container-fluid {
    padding: 0 1rem;
  }
  .cid-sT7uRjTJZN .header-text {
    padding: 1rem !important;
  }
  .cid-sT7uRjTJZN .sign {
    padding: 16px !important;
    padding-top: 22px !important;
  }
  .cid-sT7uRjTJZN .panel-body {
    width: calc(100% - 48px);
  }
}
.cid-sT7uRjTJZN .toggle-header,
.cid-sT7uRjTJZN .sign {
  color: #232323;
}
.cid-sT6RiLe7qH {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-sT6RiLe7qH .mbr-section-subtitle {
  color: #8c8c95;
  text-align: center;
  max-width: 552px;
  margin: auto;
}
.cid-sT6RiLe7qH .mbr-section-title {
  text-align: center;
  color: #14142b;
  margin: auto;
}
.cid-sT6RiLe7qH .row {
  align-items: center;
  height: 100%;
}
.cid-sT6RiLe7qH .wrapper {
  margin: auto;
}
.cid-sT6RiMARqe {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-sT6RiMARqe .card-wrapper {
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  border-radius: 30px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #ffffff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 1rem 1rem !important;
  box-shadow: 0 15px 50px 10px rgba(179, 179, 179, 0.6);
}
.cid-sT6RiMARqe .card-wrapper:hover {
  -webkit-transform: translateY(1rem);
  transform: translateY(1rem);
}
.cid-sT6RiMARqe .card-wrapper:hover .ico2 {
  color: #36187d !important;
}
.cid-sT6RiMARqe .ico2 {
  color: #fcff00 !important;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.cid-sT6RiMARqe .text-info:hover {
  color: inherit !important;
}
.cid-sT6RiMARqe .card-box {
  padding: 0rem 1rem;
}
.cid-sT6RiMARqe .ico1 {
  font-size: 3rem !important;
}
.cid-sT6RiMARqe h3,
.cid-sT6RiMARqe h4 {
  padding: 0;
  margin: 0;
}
.cid-sT6RiOz7u3 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #f2f3f7;
}
.cid-sT6RiOz7u3 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-sT6RiOz7u3 .btn {
  padding: 1rem 3rem;
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .cid-sT6RiOz7u3 .col-auto {
    margin: auto;
  }
}
.cid-sT6RiOz7u3 textarea {
  min-height: 200px;
}
.cid-sT6RiOz7u3 .form-control,
.cid-sT6RiOz7u3 .field-input {
  padding: 1.5rem 2rem;
  box-shadow: inset 1px 1px 2px 0 #d2dce9;
  background-color: #edeff3;
  border-radius: 3rem;
  border: 0!important;
  color: #000000;
  transition: 0.4s;
  outline: none;
}
.cid-sT6RiOz7u3 .form-control::-webkit-input-placeholder,
.cid-sT6RiOz7u3 .field-input::-webkit-input-placeholder,
.cid-sT6RiOz7u3 .form-control::-webkit-input-placeholder,
.cid-sT6RiOz7u3 .field-input::-webkit-input-placeholder {
  color: #36187d;
}
.cid-sT6RiOz7u3 .form-control:-moz-placeholder,
.cid-sT6RiOz7u3 .field-input:-moz-placeholder,
.cid-sT6RiOz7u3 .form-control:-moz-placeholder,
.cid-sT6RiOz7u3 .field-input:-moz-placeholder {
  color: #36187d;
}
.cid-sT6RiOz7u3 .form-control:hover,
.cid-sT6RiOz7u3 .field-input:hover,
.cid-sT6RiOz7u3 .form-control:focus,
.cid-sT6RiOz7u3 .field-input:focus {
  background-color: #edeff3;
  color: #232323;
  border: 0!important;
  box-shadow: inset 1px 1px 2px 0 #d2dce9;
  outline: none;
}
.cid-sT6RiOz7u3 .form-control:hover::-webkit-input-placeholder,
.cid-sT6RiOz7u3 .field-input:hover::-webkit-input-placeholder,
.cid-sT6RiOz7u3 .form-control:focus::-webkit-input-placeholder,
.cid-sT6RiOz7u3 .field-input:focus::-webkit-input-placeholder,
.cid-sT6RiOz7u3 .form-control:hover::-webkit-input-placeholder,
.cid-sT6RiOz7u3 .field-input:hover::-webkit-input-placeholder,
.cid-sT6RiOz7u3 .form-control:focus::-webkit-input-placeholder,
.cid-sT6RiOz7u3 .field-input:focus::-webkit-input-placeholder {
  color: #36187d;
}
.cid-sT6RiOz7u3 .form-control:hover:-moz-placeholder,
.cid-sT6RiOz7u3 .field-input:hover:-moz-placeholder,
.cid-sT6RiOz7u3 .form-control:focus:-moz-placeholder,
.cid-sT6RiOz7u3 .field-input:focus:-moz-placeholder,
.cid-sT6RiOz7u3 .form-control:hover:-moz-placeholder,
.cid-sT6RiOz7u3 .field-input:hover:-moz-placeholder,
.cid-sT6RiOz7u3 .form-control:focus:-moz-placeholder,
.cid-sT6RiOz7u3 .field-input:focus:-moz-placeholder {
  color: #36187d;
}
.cid-sT6RiOz7u3 .jq-number__spin:hover,
.cid-sT6RiOz7u3 .jq-number__spin:focus {
  background-color: #edeff3;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-sT6RiOz7u3 .jq-number__spin {
  background-color: #edeff3;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-sT6RiOz7u3 .jq-selectbox li,
.cid-sT6RiOz7u3 .jq-selectbox li {
  background-color: #edeff3;
  color: #000000;
}
.cid-sT6RiOz7u3 .jq-selectbox li:hover,
.cid-sT6RiOz7u3 .jq-selectbox li.selected {
  background-color: #edeff3;
  color: #000000;
}
.cid-sT6RiOz7u3 .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-sT6RiOz7u3 .jq-number__spin.minus:hover:after,
.cid-sT6RiOz7u3 .jq-number__spin.plus:hover:after {
  border-top-color: #edeff3;
  border-bottom-color: #edeff3;
}
.cid-sT6RiOz7u3 .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-sT6RiOz7u3 .jq-number__spin.minus:after,
.cid-sT6RiOz7u3 .jq-number__spin.plus:after {
  border-top-color: #edeff3;
  border-bottom-color: #edeff3;
}
.cid-sT6RiOz7u3 input::-webkit-clear-button {
  display: none;
}
.cid-sT6RiOz7u3 input::-webkit-inner-spin-button {
  display: none;
}
.cid-sT6RiOz7u3 input::-webkit-outer-spin-button {
  display: none;
}
.cid-sT6RiOz7u3 input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-sT6RiOz7u3 H4 {
  color: #36187d;
}
.cid-sT6RiOz7u3 .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-sT6RiOz7u3 P {
  text-align: center;
  color: #000000;
}
@media (max-width: 767px) {
  .cid-sT6RiOz7u3 .form-row {
    flex-direction: column;
  }
}
.cid-sT6RiPYgS8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-sT6RiPYgS8 .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-sT6RiPYgS8 .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sT6RiPYgS8 .row {
    text-align: center;
  }
  .cid-sT6RiPYgS8 .row > div {
    margin: auto;
  }
  .cid-sT6RiPYgS8 .social-row {
    justify-content: center;
  }
}
.cid-sT6RiPYgS8 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-sT6RiPYgS8 .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sT6RiPYgS8 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sT6RiPYgS8 .list {
    margin-bottom: 0rem;
  }
}
.cid-sT6RiPYgS8 .mbr-text {
  color: #ffffff;
}
.cid-sT6RiPYgS8 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-sT6RiPYgS8 .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-sT6RiPYgS8 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-sT6RiPYgS8 .mbr-section-subtitle {
  text-align: left;
}
.cid-sT6RiPYgS8 H5 {
  color: #fcff00;
}
.cid-sT6RiPYgS8 .copyright {
  color: #ffffff;
}
.cid-sT7GpZtjQ2 .navbar {
  padding: 0.5rem 0;
  background: #f2f3f7;
  transition: none;
  min-height: 50px;
}
.cid-sT7GpZtjQ2 .navbar-fixed-top {
  padding-top: 0;
}
.cid-sT7GpZtjQ2 .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-sT7GpZtjQ2 .navbar-collapse.show {
  position: absolute;
  opacity: 1;
  visibility: visible;
  top: 100%;
  z-index: 999;
  background-color: #ffffff;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding: 15px 20px;
  bottom: auto;
  left: 0px;
  right: 0px;
}
.cid-sT7GpZtjQ2 .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-sT7GpZtjQ2 .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sT7GpZtjQ2 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-sT7GpZtjQ2 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sT7GpZtjQ2 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-sT7GpZtjQ2 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sT7GpZtjQ2 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sT7GpZtjQ2 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sT7GpZtjQ2 .menu-content-top {
  background: #000000;
  max-width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 2rem;
  width: 100%;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-sT7GpZtjQ2 .menu-content-top .right-wrap .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sT7GpZtjQ2 .dropdown-item {
  font-weight: 400;
  margin: 0 !important;
  padding: 0 40px !important;
  line-height: 2.6;
}
.cid-sT7GpZtjQ2 .dropdown-item,
.cid-sT7GpZtjQ2 .nav-link,
.cid-sT7GpZtjQ2 .brand-name {
  font-style: normal;
}
.cid-sT7GpZtjQ2 .dropdown-item:hover,
.cid-sT7GpZtjQ2 .nav-link:hover,
.cid-sT7GpZtjQ2 .brand-name:hover {
  color: #fc1010 !important;
}
.cid-sT7GpZtjQ2 .dropdown-menu {
  background-color: #ffffff;
}
.cid-sT7GpZtjQ2 .dropdown-item:active {
  background-color: #ffffff;
}
.cid-sT7GpZtjQ2 .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
}
.cid-sT7GpZtjQ2 .navbar-dropdown.bg-color.transparent.opened {
  background: #f2f3f7;
}
.cid-sT7GpZtjQ2 .nav-item {
  position: relative;
}
.cid-sT7GpZtjQ2 .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sT7GpZtjQ2 .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-sT7GpZtjQ2 .nav-item .nav-link:focus {
  outline: none;
}
@media (min-width: 991px) {
  .cid-sT7GpZtjQ2 .nav-link {
    line-height: 6.13;
  }
  .cid-sT7GpZtjQ2 .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #fc1010;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-sT7GpZtjQ2 .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
}
.cid-sT7GpZtjQ2 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sT7GpZtjQ2 .content-text {
  margin-bottom: 0;
}
.cid-sT7GpZtjQ2 .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sT7GpZtjQ2 .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #36187d;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sT7GpZtjQ2 .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sT7GpZtjQ2 .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sT7GpZtjQ2 .navbar-nav .nav-item .link {
  margin: 0 20px !important;
}
.cid-sT7GpZtjQ2 .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sT7GpZtjQ2 .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sT7GpZtjQ2 .content-right-side {
  text-align: center;
}
.cid-sT7GpZtjQ2 .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sT7GpZtjQ2 .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sT7GpZtjQ2 .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
  color: #ea2396;
}
.cid-sT7GpZtjQ2 .widget-icon.mobi-mbri-phone {
  -webkit-animation: phone-icon-animate 1s ease-in-out infinite;
  animation: phone-icon-animate 1s ease-in-out infinite;
}
.cid-sT7GpZtjQ2 .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sT7GpZtjQ2 .info-widget:first-child {
  margin-left: 0;
}
.cid-sT7GpZtjQ2 .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sT7GpZtjQ2 .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.7;
}
.cid-sT7GpZtjQ2 .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-sT7GpZtjQ2 .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #d9dade;
}
@media (min-width: 992px) {
  .cid-sT7GpZtjQ2 .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-sT7GpZtjQ2 .navbar {
    display: block;
    padding: 0;
  }
  .cid-sT7GpZtjQ2 .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-sT7GpZtjQ2 .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    align-self: auto;
    display: flex;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-sT7GpZtjQ2 .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-sT7GpZtjQ2 .navbar-toggler {
    display: none;
  }
  .cid-sT7GpZtjQ2 .navbar-collapse {
    justify-content: flex-start;
  }
}
.cid-sT7GpZtjQ2 .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-sT7GpZtjQ2 .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-right: 0;
}
.cid-sT7GpZtjQ2 .btn-sm {
  padding: 13px 29px;
}
.cid-sT7GpZtjQ2 .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sT7GpZtjQ2 .btn::after {
  background-color: #fcff00;
  content: "";
  height: 150px;
  left: -75px;
  position: absolute;
  top: -60px;
  transform: rotate(35deg);
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  width: 40px;
  opacity: 0;
  outline: none;
  text-decoration: none;
}
.cid-sT7GpZtjQ2 .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-sT7GpZtjQ2 .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sT7GpZtjQ2 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sT7GpZtjQ2 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-sT7GpZtjQ2 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sT7GpZtjQ2 .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sT7GpZtjQ2 .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sT7GpZtjQ2 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sT7GpZtjQ2 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sT7GpZtjQ2 .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-sT7GpZtjQ2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sT7GpZtjQ2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sT7GpZtjQ2 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sT7GpZtjQ2 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sT7GpZtjQ2 .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-sT7GpZtjQ2 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-sT7GpZtjQ2 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sT7GpZtjQ2 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sT7GpZtjQ2 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sT7GpZtjQ2 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  margin-right: 0;
}
.cid-sT7GpZtjQ2 button.navbar-toggler:focus {
  outline: none;
}
.cid-sT7GpZtjQ2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sT7GpZtjQ2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sT7GpZtjQ2 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sT7GpZtjQ2 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sT7GpZtjQ2 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sT7GpZtjQ2 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sT7GpZtjQ2 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sT7GpZtjQ2 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sT7GpZtjQ2 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sT7GpZtjQ2 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sT7GpZtjQ2 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sT7GpZtjQ2 .collapsed .btn {
  display: flex;
}
.cid-sT7GpZtjQ2 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sT7GpZtjQ2 .collapsed .navbar-collapse.collapsing,
.cid-sT7GpZtjQ2 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sT7GpZtjQ2 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sT7GpZtjQ2 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sT7GpZtjQ2 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sT7GpZtjQ2 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sT7GpZtjQ2 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sT7GpZtjQ2 .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-sT7GpZtjQ2 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sT7GpZtjQ2 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sT7GpZtjQ2 .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sT7GpZtjQ2 .collapsed button.navbar-toggler {
  display: block;
}
.cid-sT7GpZtjQ2 .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-sT7GpZtjQ2 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-sT7GpZtjQ2 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-sT7GpZtjQ2 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sT7GpZtjQ2 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sT7GpZtjQ2 .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: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-sT7GpZtjQ2 .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sT7GpZtjQ2 .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-sT7GpZtjQ2 .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-sT7GpZtjQ2 .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-sT7GpZtjQ2 .menu-bottom .menu-content-right {
    display: none;
  }
  .cid-sT7GpZtjQ2 .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
    opacity: 0;
    transition: all 0.3s ease-in;
    position: absolute;
    top: 100%;
    bottom: auto;
    left: 0px;
    right: 0px;
    z-index: 999;
  }
  .cid-sT7GpZtjQ2 .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-sT7GpZtjQ2 .navbar-collapse.collapsing,
  .cid-sT7GpZtjQ2 .navbar-collapse.show {
    display: block !important;
  }
  .cid-sT7GpZtjQ2 .navbar-collapse.collapsing .navbar-nav,
  .cid-sT7GpZtjQ2 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sT7GpZtjQ2 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sT7GpZtjQ2 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sT7GpZtjQ2 .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-sT7GpZtjQ2 .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
  }
  .cid-sT7GpZtjQ2 .navbar-collapse.collapsing .navbar-buttons,
  .cid-sT7GpZtjQ2 .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-sT7GpZtjQ2 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sT7GpZtjQ2 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sT7GpZtjQ2 img {
    height: 3.8rem !important;
  }
  .cid-sT7GpZtjQ2 .btn {
    display: flex;
  }
  .cid-sT7GpZtjQ2 button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-sT7GpZtjQ2 .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-sT7GpZtjQ2 .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-sT7GpZtjQ2 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-sT7GpZtjQ2 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sT7GpZtjQ2 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sT7GpZtjQ2 .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: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-sT7GpZtjQ2 .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sT7GpZtjQ2 .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-sT7GpZtjQ2 .navbar-toggler {
  position: relative;
}
.cid-sT7GpZtjQ2 .dropdown-item.active,
.cid-sT7GpZtjQ2 .dropdown-item:active {
  color: initial;
}
.cid-sT7GpZtjQ2 .widget-title {
  color: #fcff00;
}
.cid-sT7GpZtjQ2 .widget-text {
  color: #fcff00;
}
.cid-sT7GpZtjQ2 .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-sT7GpZtjQ2 .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #36187d;
  display: inline-flex;
  background-color: #232323;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-sT7GpZtjQ2 .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-sT7GpZtjQ2 .icons-menu .mbr-iconfont:hover {
  color: #ffffff;
  background-color: #000000;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-sT7GpZtjQ2 .soc-item {
  margin: .5rem .3rem;
}
@media (max-width: 768px) {
  .cid-sT7GpZtjQ2 .menu-content-top .icons-menu {
    padding-left: 0;
  }
  .cid-sT7GpZtjQ2 .menu-content-top .icons-menu .soc-item .mbr-iconfont {
    font-size: 14px;
  }
  .cid-sT7GpZtjQ2 .menu-content-top .icons-menu .soc-item .mbr-iconfont::before {
    padding: 0.44rem;
  }
  .cid-sT7GpZtjQ2 .menu-content-top .right-wrap .info-widget {
    margin-left: 20px;
  }
  .cid-sT7GpZtjQ2 .menu-content-top .right-wrap .info-widget:first-child {
    margin-left: 0;
  }
  .cid-sT7GpZtjQ2 .menu-content-top .right-wrap .info-widget .widget-content {
    display: none;
  }
  .cid-sT7GpZtjQ2 .menu-content-top .right-wrap .info-widget .widget-icon {
    font-size: 25px;
    padding-right: 0;
  }
  .cid-sT7GpZtjQ2 .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-sT7GpZtjQ2 .menu-content-top,
  .cid-sT7GpZtjQ2 .menu-bottom {
    padding: 0 15px;
  }
  .cid-sT7GpZtjQ2 button.navbar-toggler {
    align-self: center;
  }
}
@-webkit-keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
.cid-sT7GpZtjQ2 .widget-title,
.cid-sT7GpZtjQ2 .widget-icon {
  color: #ffffff;
}
.cid-sT7Gq1cyEZ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-sT7Gq1cyEZ .date__block {
  margin-bottom: 17px;
}
.cid-sT7Gq1cyEZ .date__article {
  display: inline-block;
  margin: 0;
  padding: 0 7.5px;
  color: #fc1010;
}
.cid-sT7Gq1cyEZ .dot {
  display: inline-block;
  vertical-align: super;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #35b8fc;
}
.cid-sT7Gq1cyEZ .date__d {
  display: inline-block;
  margin: 0;
  padding: 0 7.5px;
  color: #689bb2;
}
.cid-sT7Gq1cyEZ .title__block {
  position: relative;
  z-index: 1;
  padding-top: 40px;
  padding-bottom: 91px;
}
.cid-sT7Gq1cyEZ .mbr-section-title {
  margin-bottom: 18px;
}
.cid-sT7Gq1cyEZ .mbr-text {
  margin-bottom: 20px;
}
.cid-sT7Gq1cyEZ .link {
  display: block;
  margin-bottom: 0;
  white-space: nowrap;
}
.cid-sT7Gq1cyEZ .link a {
  font-weight: 700;
}
.cid-sT7Gq1cyEZ .link span {
  display: inline-block !important;
  transition: all 0.3s ease;
  margin-left: 13px;
}
.cid-sT7Gq1cyEZ .link:hover span {
  transform: translateX(9px);
}
.cid-sT7Gq1cyEZ .image__block {
  margin-bottom: -144px;
  padding-top: 121px;
  position: relative;
}
.cid-sT7Gq1cyEZ .image__block:after {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 100%;
  background-color: #000000;
}
.cid-sT7Gq1cyEZ .image {
  position: relative;
  width: 100%;
  z-index: 1;
}
.cid-sT7Gq1cyEZ .image:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 575px;
  background-color: #fcff00;
}
.cid-sT7Gq1cyEZ .image img {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform: translatex(-50%);
}
.cid-sT7Gq1cyEZ .content__wrap {
  position: relative;
  z-index: 2;
  margin-bottom: 95px;
}
.cid-sT7Gq1cyEZ .content__wrap:after {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  left: 15px;
  right: 15px;
  height: 100%;
  background-color: #000000;
  border-bottom: 1px solid #fcff00;
}
@media (max-width: 991px) {
  .cid-sT7Gq1cyEZ .title__block {
    padding: 25px 30px 55px;
  }
  .cid-sT7Gq1cyEZ .content__wrap {
    margin-bottom: 90px;
  }
  .cid-sT7Gq1cyEZ .date__block {
    padding-top: 22px;
    margin-bottom: 17px;
  }
  .cid-sT7Gq1cyEZ .mbr-section-title {
    margin-bottom: 15px;
  }
  .cid-sT7Gq1cyEZ .mbr-text {
    margin-bottom: 11px;
  }
  .cid-sT7Gq1cyEZ .image__block {
    min-height: 150px;
    padding-top: 68px;
    margin-bottom: 0;
  }
  .cid-sT7Gq1cyEZ .image:before {
    padding-top: 375px;
  }
}
.cid-sT7Gq1cyEZ .mbr-section-title,
.cid-sT7Gq1cyEZ .date__block {
  color: #ffffff;
}
.cid-sT7Gq2HAdE {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-sT7Gq2HAdE .container-fluid {
  position: relative;
}
.cid-sT7Gq2HAdE .page-title-content {
  width: 100%;
}
.cid-sT7Gq2HAdE .page-title-content .mbr-iconfont {
  font-size: 55px;
  height: 55px;
  line-height: 55px;
  width: 55px;
  margin-top: -10px;
  color: #f1a631;
}
.cid-sT7Gq2HAdE .page-title-content .mbr-iconfont:hover {
  cursor: pointer;
}
@media (max-width: 576px) {
  .cid-sT7Gq2HAdE .page-title-content {
    text-align: center;
  }
}
.cid-sT7Gq2HAdE .title {
  letter-spacing: 0.8px;
  margin-top: 24px;
  font-weight: 300;
  margin: 0;
  position: relative;
  word-wrap: break-word;
}
.cid-sT7Gq2HAdE a {
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.cid-sT7Gq2HAdE a:not(:first-child) {
  margin-left: 20px;
}
.cid-sT7Gq2HAdE a:after {
  position: absolute;
  margin-top: 7px;
  background-color: currentColor;
  display: block;
  content: "";
  height: 2px;
  width: 100%;
}
.cid-sT7Gq2HAdE a::before {
  position: absolute;
  margin-top: 5px;
  background-color: currentColor;
  display: block;
  content: "";
  height: 2px;
  width: 0%;
  bottom: 7px;
}
.cid-sT7Gq2HAdE a:hover:after,
.cid-sT7Gq2HAdE a:focus:after {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: slidein;
  animation-name: slidein;
}
.cid-sT7Gq2HAdE a:hover:before,
.cid-sT7Gq2HAdE a:focus:before {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-name: slideout;
  animation-name: slideout;
}
.cid-sT7Gq2HAdE a.text-white:hover,
.cid-sT7Gq2HAdE a.text-white:focus {
  color: #ffffff !important;
}
.cid-sT7Gq2HAdE .mbr-section-btn {
  margin-left: 0;
  margin-right: 0;
}
.cid-sT7Gq2HAdE .page-title-content .title,
.cid-sT7Gq2HAdE .icon-section,
.cid-sT7Gq2HAdE .mbr-section-btn {
  color: #ffffff;
}
.cid-sT7Gq3DKYt {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fcff00;
}
.cid-sT7Gq3DKYt img {
  width: 100%;
  object-fit: cover;
  height: 300px;
}
@media (max-width: 800px) {
  .cid-sT7Gq3DKYt img {
    height: auto;
  }
}
.cid-sT7Gq3DKYt .container-fluid {
  padding: 0;
}
.cid-sT7M1OX0J8 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #333333;
}
.cid-sT7M1OX0J8 .img-wrap {
  position: relative;
}
.cid-sT7M1OX0J8 .img-wrap img {
  width: 100%;
}
.cid-sT7M1OX0J8 .img-wrap .icon-label {
  padding: 19px;
  left: auto;
  top: 0;
  right: 0;
  bottom: auto;
  background-color: #1352ff;
  z-index: 100;
  position: absolute;
}
.cid-sT7M1OX0J8 .img-wrap .icon-label .mbr-iconfont {
  color: #ffffff;
  font-size: 27px;
  line-height: 1;
}
@media (max-width: 768px) {
  .cid-sT7M1OX0J8 .img-wrap .icon-label {
    left: 0;
    top: auto;
    right: auto;
    bottom: 0;
  }
}
.cid-sT7M1OX0J8 .mbr-section-title {
  color: #ffffff;
}
.cid-sT7M1OX0J8 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-sT7M1OX0J8 .mbr-section-subtitle.display-7 {
  letter-spacing: 0;
}
.cid-sT7M1OX0J8 .mbr-section-text {
  color: #ffffff;
}
.cid-sT7M1OX0J8 .form-control,
.cid-sT7M1OX0J8 .form-check-label {
  font-size: 16px;
  font-weight: 300;
  line-height: 1;
}
.cid-sT7M1OX0J8 .form-control {
  box-shadow: none;
  padding: 0.7em 1.07em 0em 0.8em;
  background-color: #bbbbbb;
  border: 0px solid #b8b8b8;
  border-bottom: 1px solid #b8b8b8;
  color: #b8b8b8;
  line-height: 1.43;
  min-height: 3.5em;
  border-radius: 0.25rem;
}
.cid-sT7M1OX0J8 .form-control:focus,
.cid-sT7M1OX0J8 .form-control:hover {
  border: 0px solid #b8b8b8;
  border-bottom: 1px solid #b8b8b8;
  background-color: #fbff08;
}
.cid-sT7M1OX0J8 .form-control.textarea {
  padding-top: 40px;
}
.cid-sT7M1OX0J8 .form-group {
  margin-bottom: 1.5rem;
}
.cid-sT7M1OX0J8 input::-webkit-input-placeholder,
.cid-sT7M1OX0J8 textarea::-webkit-input-placeholder {
  color: #b8b8b8;
}
.cid-sT7M1OX0J8 input:-moz-placeholder,
.cid-sT7M1OX0J8 textarea:-moz-placeholder {
  color: #b8b8b8;
}
.cid-sT7M1OX0J8 .jq-selectbox li,
.cid-sT7M1OX0J8 .jq-selectbox li {
  background-color: #bbbbbb;
  color: #000000;
}
.cid-sT7M1OX0J8 .jq-selectbox li:hover,
.cid-sT7M1OX0J8 .jq-selectbox li.selected {
  background-color: #fbff08;
  color: #000000;
}
.cid-sT7M1OX0J8 .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #bbbbbb;
}
.cid-sT7M1OX0J8 .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #fbff08;
}
.cid-sT7M1OX0J8 .text-blocks .mbr-text {
  color: #ffffff;
}
.cid-sT7M1OX0J8 a:not([href]):not([tabindex]) {
  color: #fff;
}
.cid-sT7M1OX0J8 .multi-horizontal {
  flex-grow: 1;
  -webkit-flex-grow: 1;
  max-width: 100%;
}
.cid-sT7M1OX0J8 .input-group-btn {
  display: block;
  text-align: left;
}
.cid-sT7M1OX0J8 .input-group-btn .btn-sm {
  padding: 7px 39px;
}
.cid-sT7M1OX0J8 textarea.form-control {
  resize: none;
}
@media (max-width: 767px) {
  .cid-sT7M1OX0J8 h2 {
    padding-top: 2rem;
  }
  .cid-sT7M1OX0J8 .input-group-btn {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .cid-sT7M1OX0J8 .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-sT7M1OX0J8 .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
}
.cid-sT7M1OX0J8 .gdpr-block {
  padding: 20px;
  text-align: left;
}
.cid-sT7M1OX0J8 .gdpr-block span {
  line-height: 1;
}
.cid-sT7M1OX0J8 .gdpr-block label span.textGDPR input[name="gdpr"] {
  top: 6px;
}
.cid-sT7M1OX0J8 LABEL {
  color: #ffffff;
}
.cid-sT7M1OX0J8 P {
  color: #fbff08;
}
.cid-sT7Gq5uVbT {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-sT7Gq5uVbT .mbr-section-subtitle {
  color: #8c8c95;
  text-align: center;
  max-width: 552px;
  margin: auto;
}
.cid-sT7Gq5uVbT .mbr-section-title {
  text-align: center;
  color: #14142b;
  margin: auto;
}
.cid-sT7Gq5uVbT .row {
  align-items: center;
  height: 100%;
}
.cid-sT7Gq5uVbT .wrapper {
  margin: auto;
}
.cid-sT7Gq6qZpw {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-sT7Gq6qZpw .card-wrapper {
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  border-radius: 30px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #ffffff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 1rem 1rem !important;
  box-shadow: 0 15px 50px 10px rgba(179, 179, 179, 0.6);
}
.cid-sT7Gq6qZpw .card-wrapper:hover {
  -webkit-transform: translateY(1rem);
  transform: translateY(1rem);
}
.cid-sT7Gq6qZpw .card-wrapper:hover .ico2 {
  color: #36187d !important;
}
.cid-sT7Gq6qZpw .ico2 {
  color: #fcff00 !important;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.cid-sT7Gq6qZpw .text-info:hover {
  color: inherit !important;
}
.cid-sT7Gq6qZpw .card-box {
  padding: 0rem 1rem;
}
.cid-sT7Gq6qZpw .ico1 {
  font-size: 3rem !important;
}
.cid-sT7Gq6qZpw h3,
.cid-sT7Gq6qZpw h4 {
  padding: 0;
  margin: 0;
}
.cid-sT7Gq7F2QP {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #f2f3f7;
}
.cid-sT7Gq7F2QP .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-sT7Gq7F2QP .btn {
  padding: 1rem 3rem;
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .cid-sT7Gq7F2QP .col-auto {
    margin: auto;
  }
}
.cid-sT7Gq7F2QP textarea {
  min-height: 200px;
}
.cid-sT7Gq7F2QP .form-control,
.cid-sT7Gq7F2QP .field-input {
  padding: 1.5rem 2rem;
  box-shadow: inset 1px 1px 2px 0 #d2dce9;
  background-color: #edeff3;
  border-radius: 3rem;
  border: 0!important;
  color: #000000;
  transition: 0.4s;
  outline: none;
}
.cid-sT7Gq7F2QP .form-control::-webkit-input-placeholder,
.cid-sT7Gq7F2QP .field-input::-webkit-input-placeholder,
.cid-sT7Gq7F2QP .form-control::-webkit-input-placeholder,
.cid-sT7Gq7F2QP .field-input::-webkit-input-placeholder {
  color: #36187d;
}
.cid-sT7Gq7F2QP .form-control:-moz-placeholder,
.cid-sT7Gq7F2QP .field-input:-moz-placeholder,
.cid-sT7Gq7F2QP .form-control:-moz-placeholder,
.cid-sT7Gq7F2QP .field-input:-moz-placeholder {
  color: #36187d;
}
.cid-sT7Gq7F2QP .form-control:hover,
.cid-sT7Gq7F2QP .field-input:hover,
.cid-sT7Gq7F2QP .form-control:focus,
.cid-sT7Gq7F2QP .field-input:focus {
  background-color: #edeff3;
  color: #232323;
  border: 0!important;
  box-shadow: inset 1px 1px 2px 0 #d2dce9;
  outline: none;
}
.cid-sT7Gq7F2QP .form-control:hover::-webkit-input-placeholder,
.cid-sT7Gq7F2QP .field-input:hover::-webkit-input-placeholder,
.cid-sT7Gq7F2QP .form-control:focus::-webkit-input-placeholder,
.cid-sT7Gq7F2QP .field-input:focus::-webkit-input-placeholder,
.cid-sT7Gq7F2QP .form-control:hover::-webkit-input-placeholder,
.cid-sT7Gq7F2QP .field-input:hover::-webkit-input-placeholder,
.cid-sT7Gq7F2QP .form-control:focus::-webkit-input-placeholder,
.cid-sT7Gq7F2QP .field-input:focus::-webkit-input-placeholder {
  color: #36187d;
}
.cid-sT7Gq7F2QP .form-control:hover:-moz-placeholder,
.cid-sT7Gq7F2QP .field-input:hover:-moz-placeholder,
.cid-sT7Gq7F2QP .form-control:focus:-moz-placeholder,
.cid-sT7Gq7F2QP .field-input:focus:-moz-placeholder,
.cid-sT7Gq7F2QP .form-control:hover:-moz-placeholder,
.cid-sT7Gq7F2QP .field-input:hover:-moz-placeholder,
.cid-sT7Gq7F2QP .form-control:focus:-moz-placeholder,
.cid-sT7Gq7F2QP .field-input:focus:-moz-placeholder {
  color: #36187d;
}
.cid-sT7Gq7F2QP .jq-number__spin:hover,
.cid-sT7Gq7F2QP .jq-number__spin:focus {
  background-color: #edeff3;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-sT7Gq7F2QP .jq-number__spin {
  background-color: #edeff3;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-sT7Gq7F2QP .jq-selectbox li,
.cid-sT7Gq7F2QP .jq-selectbox li {
  background-color: #edeff3;
  color: #000000;
}
.cid-sT7Gq7F2QP .jq-selectbox li:hover,
.cid-sT7Gq7F2QP .jq-selectbox li.selected {
  background-color: #edeff3;
  color: #000000;
}
.cid-sT7Gq7F2QP .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-sT7Gq7F2QP .jq-number__spin.minus:hover:after,
.cid-sT7Gq7F2QP .jq-number__spin.plus:hover:after {
  border-top-color: #edeff3;
  border-bottom-color: #edeff3;
}
.cid-sT7Gq7F2QP .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-sT7Gq7F2QP .jq-number__spin.minus:after,
.cid-sT7Gq7F2QP .jq-number__spin.plus:after {
  border-top-color: #edeff3;
  border-bottom-color: #edeff3;
}
.cid-sT7Gq7F2QP input::-webkit-clear-button {
  display: none;
}
.cid-sT7Gq7F2QP input::-webkit-inner-spin-button {
  display: none;
}
.cid-sT7Gq7F2QP input::-webkit-outer-spin-button {
  display: none;
}
.cid-sT7Gq7F2QP input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-sT7Gq7F2QP H4 {
  color: #36187d;
}
.cid-sT7Gq7F2QP .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-sT7Gq7F2QP P {
  text-align: center;
  color: #000000;
}
@media (max-width: 767px) {
  .cid-sT7Gq7F2QP .form-row {
    flex-direction: column;
  }
}
.cid-sT7Gq8AYQD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-sT7Gq8AYQD .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-sT7Gq8AYQD .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sT7Gq8AYQD .row {
    text-align: center;
  }
  .cid-sT7Gq8AYQD .row > div {
    margin: auto;
  }
  .cid-sT7Gq8AYQD .social-row {
    justify-content: center;
  }
}
.cid-sT7Gq8AYQD .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-sT7Gq8AYQD .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sT7Gq8AYQD .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sT7Gq8AYQD .list {
    margin-bottom: 0rem;
  }
}
.cid-sT7Gq8AYQD .mbr-text {
  color: #ffffff;
}
.cid-sT7Gq8AYQD .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-sT7Gq8AYQD .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-sT7Gq8AYQD div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-sT7Gq8AYQD .mbr-section-subtitle {
  text-align: left;
}
.cid-sT7Gq8AYQD H5 {
  color: #fcff00;
}
.cid-sT7Gq8AYQD .copyright {
  color: #ffffff;
}
