@import url(https://fonts.googleapis.com/css?family=Dosis:200,300,400,500,600,700,800);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i);





body {
  font-family: Dosis;
}
.display-1 {
  font-family: 'Dosis', sans-serif;
  font-size: 3.5rem;
}
.display-1 > .mbr-iconfont {
  font-size: 5.6rem;
}
.display-2 {
  font-family: 'Dosis', sans-serif;
  font-size: 2rem;
}
.display-2 > .mbr-iconfont {
  font-size: 3.2rem;
}
.display-4 {
  font-family: 'Open Sans', sans-serif;
  font-size: 0.8rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1.28rem;
}
.display-5 {
  font-family: 'Dosis', sans-serif;
  font-size: 1.4rem;
}
.display-5 > .mbr-iconfont {
  font-size: 2.24rem;
}
.display-7 {
  font-family: 'Dosis', sans-serif;
  font-size: 1rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.6rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.8rem;
    font-size: calc( 1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((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.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.8rem 2rem;
  border-radius: 0px;
}
.btn-sm {
  padding: 0.5rem 1.5rem;
  border-radius: 0px;
}
.btn-md {
  padding: 0.8rem 2rem;
  border-radius: 0px;
}
.btn-lg {
  padding: 0.8rem 2rem;
  border-radius: 0px;
}
.bg-primary {
  background-color: #0f6fc6 !important;
}
.bg-success {
  background-color: #001111 !important;
}
.bg-info {
  background-color: #4a4a4a !important;
}
.bg-warning {
  background-color: #9b9b9b !important;
}
.bg-danger {
  background-color: #d4d4d4 !important;
}
.btn-primary,
.btn-primary:active,
.btn-primary.active {
  background-color: #0f6fc6 !important;
  border-color: #0f6fc6 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff !important;
  background-color: #0a477f !important;
  border-color: #0a477f !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #0a477f !important;
  border-color: #0a477f !important;
}
.btn-secondary,
.btn-secondary:active,
.btn-secondary.active {
  background-color: #0f6fc6 !important;
  border-color: #0f6fc6 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus {
  color: #ffffff !important;
  background-color: #0a477f !important;
  border-color: #0a477f !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #0a477f !important;
  border-color: #0a477f !important;
}
.btn-info,
.btn-info:active,
.btn-info.active {
  background-color: #4a4a4a !important;
  border-color: #4a4a4a !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus {
  color: #ffffff !important;
  background-color: #242424 !important;
  border-color: #242424 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #242424 !important;
  border-color: #242424 !important;
}
.btn-success,
.btn-success:active,
.btn-success.active {
  background-color: #001111 !important;
  border-color: #001111 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-warning,
.btn-warning:active,
.btn-warning.active {
  background-color: #9b9b9b !important;
  border-color: #9b9b9b !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus {
  color: #ffffff !important;
  background-color: #757575 !important;
  border-color: #757575 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #757575 !important;
  border-color: #757575 !important;
}
.btn-danger,
.btn-danger:active,
.btn-danger.active {
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
  color: #555555 !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus {
  color: #555555 !important;
  background-color: #aeaeae !important;
  border-color: #aeaeae !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #555555 !important;
  background-color: #aeaeae !important;
  border-color: #aeaeae !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active,
.btn-white.active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active,
.btn-black.active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active,
.btn-primary-outline.active {
  background: none;
  border-color: #083a67;
  color: #083a67 !important;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus {
  color: #ffffff !important;
  background-color: #0f6fc6;
  border-color: #0f6fc6;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #0f6fc6 !important;
  border-color: #0f6fc6 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active,
.btn-secondary-outline.active {
  background: none;
  border-color: #083a67;
  color: #083a67 !important;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus {
  color: #ffffff !important;
  background-color: #0f6fc6;
  border-color: #0f6fc6;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #0f6fc6 !important;
  border-color: #0f6fc6 !important;
}
.btn-info-outline,
.btn-info-outline:active,
.btn-info-outline.active {
  background: none;
  border-color: #171717;
  color: #171717 !important;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus {
  color: #ffffff !important;
  background-color: #4a4a4a;
  border-color: #4a4a4a;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #4a4a4a !important;
  border-color: #4a4a4a !important;
}
.btn-success-outline,
.btn-success-outline:active,
.btn-success-outline.active {
  background: none;
  border-color: #000000;
  color: #000000 !important;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus {
  color: #ffffff !important;
  background-color: #001111;
  border-color: #001111;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #001111 !important;
  border-color: #001111 !important;
}
.btn-warning-outline,
.btn-warning-outline:active,
.btn-warning-outline.active {
  background: none;
  border-color: #686868;
  color: #686868 !important;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus {
  color: #ffffff !important;
  background-color: #9b9b9b;
  border-color: #9b9b9b;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #9b9b9b !important;
  border-color: #9b9b9b !important;
}
.btn-danger-outline,
.btn-danger-outline:active,
.btn-danger-outline.active {
  background: none;
  border-color: #a1a1a1;
  color: #a1a1a1 !important;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus {
  color: #555555 !important;
  background-color: #d4d4d4;
  border-color: #d4d4d4;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #555555 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
}
.btn-black-outline,
.btn-black-outline:active,
.btn-black-outline.active {
  background: none;
  border-color: #000000;
  color: #000000 !important;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus {
  color: #ffffff !important;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff !important;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333 !important;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #0f6fc6 !important;
}
.text-secondary {
  color: #0f6fc6 !important;
}
.text-success {
  color: #001111 !important;
}
.text-info {
  color: #4a4a4a !important;
}
.text-warning {
  color: #9b9b9b !important;
}
.text-danger {
  color: #d4d4d4 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #083a67 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #083a67 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #000000 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #171717 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #686868 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #a1a1a1 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #4a4a4a;
}
.alert-warning {
  background-color: #9b9b9b;
}
.alert-danger {
  background-color: #d4d4d4;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #0f6fc6;
  border-color: #0f6fc6;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
.btn-form {
  border-radius: 0;
}
.btn-form:hover {
  cursor: pointer;
}
a,
a:hover {
  color: #0f6fc6;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #61aef3;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #77ffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #bdbdbd;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #dbdbdb;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
#scrollToTop a {
  background: #444444;
}
#scrollToTop a i:before {
  background: #ffffff;
}
#scrollToTop a i:after {
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
}
.mbr-arrow {
  background-color: #444444;
  opacity: .5;
  transition: .3s;
}
.mbr-arrow a {
  color: #ffffff;
}
.mbr-arrow:hover {
  opacity: .7;
}
.form-control {
  font-family: 'Dosis', sans-serif;
  font-size: 1rem;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
}
blockquote {
  border-color: #0f6fc6;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.form1 .input-group-btn a.btn {
  border-radius: 0 !important;
}
.form1 .input-group-btn button[type="submit"] {
  border-radius: 0 !important;
}
/* Footer */
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #0f6fc6;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #0f6fc6;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #0f6fc6;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #0f6fc6;
  border-bottom-color: #0f6fc6;
}
.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: #0f6fc6 !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: #0f6fc6 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("../../../data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%230f6fc6' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
.cid-rzMzee4krn .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #333333;
  background: none;
}
.cid-rzMzee4krn .navbar.opened {
  transition: all .3s;
  background: #333333 !important;
}
.cid-rzMzee4krn .navbar .dropdown-item {
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #2b2b2b;
  color: #ffffff !important;
  background: #444444 !important;
}
.cid-rzMzee4krn .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-rzMzee4krn .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-rzMzee4krn .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-rzMzee4krn .navbar .dropdown-menu {
  min-width: 100%;
  padding: 3px 0 0 0;
  background: transparent !important;
}
.cid-rzMzee4krn .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #0f6fc6;
}
.cid-rzMzee4krn .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-rzMzee4krn .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-rzMzee4krn .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 88.85714286vh;
  }
}
.cid-rzMzee4krn .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-rzMzee4krn .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rzMzee4krn .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rzMzee4krn .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-rzMzee4krn .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-rzMzee4krn .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.667em;
}
.cid-rzMzee4krn .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rzMzee4krn .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-rzMzee4krn .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-rzMzee4krn .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rzMzee4krn .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-rzMzee4krn .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rzMzee4krn .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rzMzee4krn .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-rzMzee4krn .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-rzMzee4krn .navbar .nav-dropdown .link {
    margin: 0.667em 1.667em;
  }
  .cid-rzMzee4krn .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rzMzee4krn .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rzMzee4krn .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
    color: inherit !important;
  }
  .cid-rzMzee4krn .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-rzMzee4krn .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rzMzee4krn .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-rzMzee4krn .navbar.navbar-short {
  background: #333333 !important;
  min-height: 60px;
}
.cid-rzMzee4krn .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rzMzee4krn .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rzMzee4krn .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-rzMzee4krn .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rzMzee4krn .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rzMzee4krn .dropdown-item.active,
.cid-rzMzee4krn .dropdown-item:active {
  background-color: transparent;
}
.cid-rzMzee4krn .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-rzMzee4krn .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rzMzee4krn .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rzMzee4krn .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #333333;
}
.cid-rzMzee4krn .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-rzMzee4krn .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rzMzee4krn ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-rzMzee4krn .navbar-buttons {
  text-align: center;
}
.cid-rzMzee4krn button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rzMzee4krn button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #4a4a4a;
}
.cid-rzMzee4krn button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rzMzee4krn button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rzMzee4krn button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rzMzee4krn button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rzMzee4krn nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rzMzee4krn nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rzMzee4krn nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rzMzee4krn nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rzMzee4krn .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-rzMzee4krn a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
  letter-spacing: 2px;
}
.cid-rzMzee4krn .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-rzMzee4krn .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-rzMzee4krn .nav-dropdown .link {
  margin: 1.667em 1.667em;
}
.cid-rzMzee4krn .nav-link:hover,
.cid-rzMzee4krn .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-rKAHGe3aqu {
  background-image: url("../../../assets/images/fondo-portada-2000x2667.jpg");
}
.cid-rKAHGe3aqu .mbr-text,
.cid-rKAHGe3aqu .typed-text,
.cid-rKAHGe3aqu .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-rKAHGe3aqu .btn {
  margin-left: 4px !important;
}
.cid-rKAHGe3aqu .animated-element {
  color: #0f6fc6;
}
.cid-rKAHGe3aqu .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #0f6fc6;
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-rKJel3F3Vu {
  padding-top: 60px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/fondo2.fw-1-1000x2000.png");
}
.cid-rKJel3F3Vu .mbr-iconfont {
  font-size: 34px;
  transition: color .3s;
}
.cid-rKJel3F3Vu .mbr-section-title {
  margin: 0;
}
.cid-rKJel3F3Vu .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-rKJel3F3Vu .underline .line {
  width: 3rem;
  height: 2px;
  background: #444444;
  display: inline-block;
}
.cid-rKJel3F3Vu .card-img {
  text-align: left;
}
.cid-rKJel3F3Vu .row-item {
  padding-bottom: 2rem;
}
.cid-rKJel3F3Vu .row-item:hover .card-img .mbr-iconfont {
  color: #0a67a3 !important;
}
@media (max-width: 767px) {
  .cid-rKJel3F3Vu .card-img,
  .cid-rKJel3F3Vu .mbr-text,
  .cid-rKJel3F3Vu .mbr-card-title,
  .cid-rKJel3F3Vu .mbr-section-subtitle,
  .cid-rKJel3F3Vu .mbr-section-title,
  .cid-rKJel3F3Vu .underline {
    text-align: center !important;
  }
}
.cid-rKJel3F3Vu .mbr-text {
  text-align: left;
}
.cid-rKJhKhU8ov {
  padding-top: 0px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/fondo2.fw-2-1000x2000.png");
}
.cid-rKJhKhU8ov .mbr-iconfont {
  font-size: 34px;
  transition: color .3s;
}
.cid-rKJhKhU8ov .mbr-section-title {
  margin: 0;
}
.cid-rKJhKhU8ov .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-rKJhKhU8ov .underline .line {
  width: 3rem;
  height: 2px;
  background: #444444;
  display: inline-block;
}
.cid-rKJhKhU8ov .card-img {
  text-align: left;
}
.cid-rKJhKhU8ov .row-item {
  padding-bottom: 2rem;
}
.cid-rKJhKhU8ov .row-item:hover .card-img .mbr-iconfont {
  color: #0a67a3 !important;
}
@media (max-width: 767px) {
  .cid-rKJhKhU8ov .card-img,
  .cid-rKJhKhU8ov .mbr-text,
  .cid-rKJhKhU8ov .mbr-card-title,
  .cid-rKJhKhU8ov .mbr-section-subtitle,
  .cid-rKJhKhU8ov .mbr-section-title,
  .cid-rKJhKhU8ov .underline {
    text-align: center !important;
  }
}
.cid-rKLCoWdvyT {
  background-image: url("../../../assets/images/img-20180302-135823-2000x1496.jpg");
}
.cid-rKLCoWdvyT .mbr-section {
  padding: 0;
}
.cid-rKLCoWdvyT .first-col,
.cid-rKLCoWdvyT .second-col {
  padding: 0 5%;
  padding-top: 90px;
  padding-bottom: 90px;
}
.cid-rKLCoWdvyT .second-col {
  background-color: #000000;
}
.cid-rKLCoWdvyT .icon-transition span {
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  border: 2px solid #ffffff;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-rKLCoWdvyT .icon-transition span:hover {
  background-color: #0a67a3;
}
.cid-rKLCoWdvyT .social-media {
  padding-left: 0;
}
.cid-rKLCoWdvyT .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-rKLCoWdvyT .social-media ul li {
  padding-right: 0.6rem;
  margin-bottom: .5rem;
  display: inline-block;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-rKLCoWdvyT .about-content {
    padding: 0 1rem;
  }
  .cid-rKLCoWdvyT .typed-text {
    text-align: center;
  }
  .cid-rKLCoWdvyT .second-col {
    padding: 1rem;
  }
  .cid-rKLCoWdvyT .social-media {
    padding: 0 1rem;
  }
  .cid-rKLCoWdvyT .social-media ul li {
    padding: 0 0.3rem;
  }
}
.cid-rKLCoWdvyT .mbr-section-title {
  letter-spacing: 0.1em;
  margin-bottom: 0;
  color: #ffffff;
}
.cid-rKLCoWdvyT .mbr-section-title span {
  color: #0F6FC6;
}
.cid-rKLCoWdvyT .mbr-section-subtitle {
  color: #ffffff;
  letter-spacing: 0.03em;
}
.cid-rKLCoWdvyT .progressbar-title p {
  margin-bottom: 8px;
  letter-spacing: 0.03em;
}
.cid-rKLCoWdvyT .progressbar-title {
  color: white;
}
.cid-rKLCoWdvyT .progress {
  width: 100%;
  height: 11px;
  border-radius: 0;
}
.cid-rKLCoWdvyT .progress_elements {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rKLCoWdvyT .progress_elements > div {
  -webkit-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.cid-rKLCoWdvyT .progress-bar {
  height: 11px;
  background-color: #0a67a3;
}
.cid-rKLCoWdvyT .title-wrap {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-rKLCoWdvyT .progressbar-number {
  display: inline-block;
}
.cid-rKLCoWdvyT .progress-primary {
  background: rgba(206, 206, 206, 0.4);
  border: none;
  outline: none;
}
.cid-rKLCoWdvyT .progress-primary::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-rKLCoWdvyT .progress_value {
  position: relative;
  color: #0a67a3;
}
.cid-rKLCoWdvyT progress[value]::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-rKLCoWdvyT progress::-webkit-progress-value {
  background: #0a67a3;
}
.cid-rKLCoWdvyT progress[value]::-moz-progress-bar {
  background: #0a67a3;
}
.cid-rKLCoWdvyT progress::-ms-fill {
  background: #0a67a3;
}
.cid-rKLCoWdvyT .progress1 .progressbar-number:before {
  content: '50';
}
.cid-rKLCoWdvyT .progress2 .progressbar-number:before {
  content: '15';
}
.cid-rKLCoWdvyT .progress3 .progressbar-number:before {
  content: '15';
}
.cid-rKLCoWdvyT .progress4 .progressbar-number:before {
  content: '5';
}
.cid-rKLCoWdvyT .progress5 .progressbar-number:before {
  content: '15';
}
.cid-rKLCoWdvyT .progress-bar-1 {
  width: 50%;
}
.cid-rKLCoWdvyT .progress-bar-2 {
  width: 15%;
}
.cid-rKLCoWdvyT .progress-bar-3 {
  width: 15%;
}
.cid-rKLCoWdvyT .progress-bar-4 {
  width: 5%;
}
.cid-rKLCoWdvyT .progress-bar-5 {
  width: 15%;
}
.cid-rKLCoWdvyT H3 {
  text-align: left;
}
.cid-s0NGN152JQ {
  padding-top: 90px;
  background-image: url("../../../assets/images/docencia-2-1280x1280.png");
}
.cid-s0NGN152JQ .container {
  margin-bottom: 10%;
}
.cid-s0NGN152JQ .content-container .btn-bgr {
  z-index: 0;
}
.cid-s0NGN152JQ .container-boxes {
  padding-bottom: 15px;
  position: relative;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: stretch;
  align-items: stretch;
  background-color: #ffffff;
}
.cid-s0NGN152JQ .box-item {
  width: 29%;
  padding: 2.5rem;
}
.cid-s0NGN152JQ .box-item:first-child {
  background-color: #0f6fc6;
  margin-top: -200px;
}
.cid-s0NGN152JQ .box-item:nth-child(2) {
  background-color: #001111;
}
.cid-s0NGN152JQ .box-item:last-child {
  background-color: #4a4a4a;
}
.cid-s0NGN152JQ .box-list {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}
.cid-s0NGN152JQ .box-list li {
  border-bottom: 1px solid;
  padding: 10px 0 5px;
}
.cid-s0NGN152JQ .box-list li:last-child {
  border-bottom: none;
}
.cid-s0NGN152JQ .box-list li span {
  float: right;
  text-align: right;
  padding-left: 0.5rem;
}
.cid-s0NGN152JQ .media-content {
  -webkit-flex-basis: initial;
  flex-basis: initial;
}
@media (min-width: 992px) {
  .cid-s0NGN152JQ .media-container-row {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .cid-s0NGN152JQ .box-item {
    margin-top: -200px;
    max-width: 400px;
  }
}
@media (max-width: 991px) {
  .cid-s0NGN152JQ .content-container {
    -webkit-flex-basis: 90%;
    flex-basis: 90%;
  }
  .cid-s0NGN152JQ .box-item {
    margin-top: 0;
    width: 90%;
  }
  .cid-s0NGN152JQ .box-item:first-child {
    margin-top: -100px;
  }
}
.cid-s0NGN152JQ .mbr-text,
.cid-s0NGN152JQ .mbr-section-btn {
  color: #232323;
  text-align: center;
}
.cid-s0NGN152JQ H1 {
  color: #232323;
  text-align: center;
}
.cid-s0TnAz5Ra8 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/icpc.fw-1280x1024.png");
}
.cid-s0TnAz5Ra8 .mbr-section-title {
  font-weight: bold;
  color: #232323;
  margin-bottom: 2.5rem;
}
.cid-s0TnAz5Ra8 .tab-header {
  color: #232323;
}
.cid-s0TnAz5Ra8 .mbr-section-subtitle {
  font-weight: 500;
  margin-bottom: 2rem;
  color: #001111;
}
.cid-s0TnAz5Ra8 .mbr-element-title {
  margin-bottom: 1rem;
}
.cid-s0TnAz5Ra8 .card-img {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.cid-s0TnAz5Ra8 .card-img span {
  font-size: 80px;
}
.cid-s0TnAz5Ra8 .nav {
  border: none;
  margin-bottom: 3rem;
}
.cid-s0TnAz5Ra8 .nav-tabs {
  margin-top: 1rem;
  margin-bottom: 2rem;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-s0TnAz5Ra8 .tabcont {
  z-index: 1;
  margin: 0;
}
.cid-s0TnAz5Ra8 .nav-item {
  margin-top: 1rem;
}
.cid-s0TnAz5Ra8 .tab-content-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
  margin: 0;
}
.cid-s0TnAz5Ra8 .tab-content {
  width: 100%;
}
.cid-s0TnAz5Ra8 .nav-tabs .nav-link {
  box-sizing: border-box;
  font-style: normal;
  font-weight: bold;
  padding: 1rem;
  margin: 0px -0.5px;
  transition: all .5s;
  border-bottom-left-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
  border-top-left-radius: 5px !important;
  border-top-right-radius: 5px !important;
  border-bottom: 1px solid #232323;
}
.cid-s0TnAz5Ra8 .nav-tabs .nav-link:hover {
  border-color: transparent;
  border-bottom: 1px solid #232323;
}
.cid-s0TnAz5Ra8 .nav-tabs .nav-link.active {
  border: 1px solid #232323;
  border-bottom: none;
  font-style: normal;
  background-color: transparent;
}
.cid-s0XDi9xkzA {
  padding-top: 45px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/fondo-servicios.fw-1-1280x1024.png");
}
.cid-s0XDi9xkzA .mbr-iconfont {
  font-size: 34px;
  transition: color .3s;
}
.cid-s0XDi9xkzA .mbr-section-title {
  margin: 0;
}
.cid-s0XDi9xkzA .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-s0XDi9xkzA .underline .line {
  width: 3rem;
  height: 2px;
  background: #444444;
  display: inline-block;
}
.cid-s0XDi9xkzA .card-img {
  text-align: left;
}
.cid-s0XDi9xkzA .row-item {
  padding-bottom: 2rem;
}
.cid-s0XDi9xkzA .row-item:hover .card-img .mbr-iconfont {
  color: #0f6fc6 !important;
}
@media (max-width: 767px) {
  .cid-s0XDi9xkzA .card-img,
  .cid-s0XDi9xkzA .mbr-text,
  .cid-s0XDi9xkzA .mbr-card-title,
  .cid-s0XDi9xkzA .mbr-section-subtitle,
  .cid-s0XDi9xkzA .mbr-section-title,
  .cid-s0XDi9xkzA .underline {
    text-align: center !important;
  }
}
.cid-s0SIDrNMUD {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #4284df;
}
.cid-s0SIDrNMUD h2,
.cid-s0SIDrNMUD h3,
.cid-s0SIDrNMUD h4,
.cid-s0SIDrNMUD p {
  color: #ffffff;
}
.cid-s0SIDrNMUD .mbr-overlay {
  z-index: -1;
}
.cid-s0SIDrNMUD .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-s0SIDrNMUD .form-control {
  box-shadow: none;
  margin-bottom: 15px;
  padding: 1.07em 1.07em;
  background-color: #f5f5f5;
  border: 1px solid #e8e8e8;
  color: #656565;
  line-height: 1.43;
  min-height: 3.5em;
  border-radius: .25rem;
}
.cid-s0SIDrNMUD .form-control:focus,
.cid-s0SIDrNMUD .form-control:hover {
  border: 1px solid #e8e8e8;
  background-color: #f5f5f5;
}
.cid-s0SIDrNMUD .form-group {
  margin-bottom: 1rem;
}
.cid-s0SIDrNMUD input::-webkit-input-placeholder,
.cid-s0SIDrNMUD textarea::-webkit-input-placeholder {
  color: #656565;
}
.cid-s0SIDrNMUD input:-moz-placeholder,
.cid-s0SIDrNMUD textarea:-moz-placeholder {
  color: #656565;
}
.cid-s0SIDrNMUD .jq-selectbox li,
.cid-s0SIDrNMUD .jq-selectbox li {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-s0SIDrNMUD .jq-selectbox li:hover,
.cid-s0SIDrNMUD .jq-selectbox li.selected {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-s0SIDrNMUD .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-s0SIDrNMUD .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-s0SIDrNMUD .subtext {
  border-top: 1px solid rgba(0, 0, 0, 0.5);
}
.cid-s0SIDrNMUD .media-container-row {
  -webkit-align-items: center;
  align-items: center;
}
.cid-s0SIDrNMUD .mbr-text {
  color: #767676;
}
.cid-s0SIDrNMUD .form-block {
  padding: 3rem;
  position: relative;
}
.cid-s0SIDrNMUD .form-block .bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #2c1616;
  opacity: 0.5;
  z-index: 0;
}
.cid-s0SIDrNMUD .form-block .form-wrap {
  position: relative;
  z-index: 1;
}
.cid-s0SIDrNMUD a:not([href]):not([tabindex]) {
  color: #fff;
}
.cid-s0SIDrNMUD .multi-horizontal {
  flex-grow: 1;
  -webkit-flex-grow: 1;
  max-width: 100%;
}
.cid-s0SIDrNMUD .input-group-btn {
  display: block;
  text-align: center;
}
.cid-s0SIDrNMUD textarea.form-control {
  resize: none;
}
.cid-s0SIDrNMUD .media-container-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
@media (min-width: 768px) {
  .cid-s0SIDrNMUD .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-s0SIDrNMUD .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
}
@media (max-width: 991px) {
  .cid-s0SIDrNMUD .google-map {
    padding-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-s0SIDrNMUD h2 {
    padding-top: 2rem;
  }
}
@media (max-width: 499px) {
  .cid-s0SIDrNMUD .block-content {
    padding: 0;
  }
  .cid-s0SIDrNMUD .form-block {
    padding: 1rem;
  }
}
.cid-s0SIDrNMUD LABEL {
  color: #ffffff;
}
.cid-rKPOZJ2uRN {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-rKPOZJ2uRN a:link {
  text-decoration: none;
}
.cid-rKPOZJ2uRN .icon-transition span {
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  border: 2px solid #ffffff;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-rKPOZJ2uRN .icon-transition span:hover {
  background-color: #0a67a3;
}
.cid-rKPOZJ2uRN .inner-text {
  line-height: 3em;
}
.cid-rKPOZJ2uRN .social-media {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rKPOZJ2uRN .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-rKPOZJ2uRN .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-rKPOZJ2uRN .content-text,
.cid-rKPOZJ2uRN .inner-text {
  color: #ffffff;
  text-align: left;
}
.cid-s0SPzkzm0w.popup-builder {
  background-color: #ffffff;
}
.cid-s0SPzkzm0w.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-s0SPzkzm0w.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-s0SPzkzm0w .modal-content,
.cid-s0SPzkzm0w .modal-dialog {
  height: auto;
}
.cid-s0SPzkzm0w .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-s0SPzkzm0w .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-s0SPzkzm0w .form-wrapper .mbr-form .form-group,
  .cid-s0SPzkzm0w .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-s0SPzkzm0w .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-s0SPzkzm0w .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-s0SPzkzm0w .mbr-text {
  text-align: left;
}
.cid-s0SPzkzm0w .pt-0 {
  padding-top: 0 !important;
}
.cid-s0SPzkzm0w .pb-0 {
  padding-bottom: 0 !important;
}
.cid-s0SPzkzm0w .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-s0SPzkzm0w .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-s0SPzkzm0w .modal-open {
  overflow: hidden;
}
.cid-s0SPzkzm0w .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-s0SPzkzm0w .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-s0SPzkzm0w .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-s0SPzkzm0w .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-s0SPzkzm0w .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-s0SPzkzm0w .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-s0SPzkzm0w .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-s0SPzkzm0w .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-s0SPzkzm0w .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-s0SPzkzm0w .modal-backdrop.fade {
  opacity: 0;
}
.cid-s0SPzkzm0w .modal-backdrop.show {
  opacity: .5;
}
.cid-s0SPzkzm0w .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-s0SPzkzm0w .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-s0SPzkzm0w .modal-header .close:hover {
  opacity: 1;
}
.cid-s0SPzkzm0w .modal-header .close:focus {
  outline: none;
}
.cid-s0SPzkzm0w .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-s0SPzkzm0w .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-s0SPzkzm0w .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-s0SPzkzm0w .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-s0SPzkzm0w .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-s0SPzkzm0w .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-s0SPzkzm0w .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-s0SPzkzm0w .modal-sm {
    max-width: 300px;
  }
  .cid-s0SPzkzm0w .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-s0SPzkzm0w .modal-lg,
  .cid-s0SPzkzm0w .modal-xl {
    max-width: 800px;
  }
  .cid-s0SPzkzm0w .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-s0SPzkzm0w .modal-xl {
    max-width: 1140px;
  }
  .cid-s0SPzkzm0w .container {
    max-width: 1140px;
  }
}
.cid-s0SPzkzm0w .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-s0SPzkzm0w .container {
    max-width: 720px;
  }
}
.cid-s0SPzkzm0w .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-s0SPzkzm0w .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-s0SPzkzm0w .form-group {
  margin-bottom: 1rem;
}
.cid-s0SPzkzm0w .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-s0SPzkzm0w .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-s0SPzkzm0w .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-s0TAXx50Xn.popup-builder {
  background-color: #ffffff;
}
.cid-s0TAXx50Xn.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-s0TAXx50Xn.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-s0TAXx50Xn .modal-content,
.cid-s0TAXx50Xn .modal-dialog {
  height: auto;
}
.cid-s0TAXx50Xn .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-s0TAXx50Xn .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-s0TAXx50Xn .form-wrapper .mbr-form .form-group,
  .cid-s0TAXx50Xn .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-s0TAXx50Xn .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-s0TAXx50Xn .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-s0TAXx50Xn .mbr-text {
  text-align: center;
}
.cid-s0TAXx50Xn .pt-0 {
  padding-top: 0 !important;
}
.cid-s0TAXx50Xn .pb-0 {
  padding-bottom: 0 !important;
}
.cid-s0TAXx50Xn .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-s0TAXx50Xn .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-s0TAXx50Xn .modal-open {
  overflow: hidden;
}
.cid-s0TAXx50Xn .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-s0TAXx50Xn .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-s0TAXx50Xn .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-s0TAXx50Xn .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-s0TAXx50Xn .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-s0TAXx50Xn .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-s0TAXx50Xn .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-s0TAXx50Xn .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-s0TAXx50Xn .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-s0TAXx50Xn .modal-backdrop.fade {
  opacity: 0;
}
.cid-s0TAXx50Xn .modal-backdrop.show {
  opacity: .5;
}
.cid-s0TAXx50Xn .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-s0TAXx50Xn .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-s0TAXx50Xn .modal-header .close:hover {
  opacity: 1;
}
.cid-s0TAXx50Xn .modal-header .close:focus {
  outline: none;
}
.cid-s0TAXx50Xn .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-s0TAXx50Xn .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-s0TAXx50Xn .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-s0TAXx50Xn .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-s0TAXx50Xn .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-s0TAXx50Xn .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-s0TAXx50Xn .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-s0TAXx50Xn .modal-sm {
    max-width: 300px;
  }
  .cid-s0TAXx50Xn .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-s0TAXx50Xn .modal-lg,
  .cid-s0TAXx50Xn .modal-xl {
    max-width: 800px;
  }
  .cid-s0TAXx50Xn .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-s0TAXx50Xn .modal-xl {
    max-width: 1140px;
  }
  .cid-s0TAXx50Xn .container {
    max-width: 1140px;
  }
}
.cid-s0TAXx50Xn .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-s0TAXx50Xn .container {
    max-width: 720px;
  }
}
.cid-s0TAXx50Xn .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-s0TAXx50Xn .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-s0TAXx50Xn .form-group {
  margin-bottom: 1rem;
}
.cid-s0TAXx50Xn .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-s0TAXx50Xn .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-s0TAXx50Xn .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-rKKYfpZcM7 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #333333;
  background: none;
}
.cid-rKKYfpZcM7 .navbar.opened {
  transition: all .3s;
  background: #333333 !important;
}
.cid-rKKYfpZcM7 .navbar .dropdown-item {
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #2b2b2b;
  color: #ffffff !important;
  background: #444444 !important;
}
.cid-rKKYfpZcM7 .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-rKKYfpZcM7 .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-rKKYfpZcM7 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-rKKYfpZcM7 .navbar .dropdown-menu {
  min-width: 100%;
  padding: 3px 0 0 0;
  background: transparent !important;
}
.cid-rKKYfpZcM7 .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #0f6fc6;
}
.cid-rKKYfpZcM7 .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-rKKYfpZcM7 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-rKKYfpZcM7 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 88.85714286vh;
  }
}
.cid-rKKYfpZcM7 .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-rKKYfpZcM7 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rKKYfpZcM7 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rKKYfpZcM7 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-rKKYfpZcM7 .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-rKKYfpZcM7 .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.667em;
}
.cid-rKKYfpZcM7 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rKKYfpZcM7 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-rKKYfpZcM7 .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-rKKYfpZcM7 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rKKYfpZcM7 .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-rKKYfpZcM7 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rKKYfpZcM7 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rKKYfpZcM7 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-rKKYfpZcM7 .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-rKKYfpZcM7 .navbar .nav-dropdown .link {
    margin: 0.667em 1.667em;
  }
  .cid-rKKYfpZcM7 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rKKYfpZcM7 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rKKYfpZcM7 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
    color: inherit !important;
  }
  .cid-rKKYfpZcM7 .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-rKKYfpZcM7 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rKKYfpZcM7 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-rKKYfpZcM7 .navbar.navbar-short {
  background: #333333 !important;
  min-height: 60px;
}
.cid-rKKYfpZcM7 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rKKYfpZcM7 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rKKYfpZcM7 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-rKKYfpZcM7 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rKKYfpZcM7 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rKKYfpZcM7 .dropdown-item.active,
.cid-rKKYfpZcM7 .dropdown-item:active {
  background-color: transparent;
}
.cid-rKKYfpZcM7 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-rKKYfpZcM7 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rKKYfpZcM7 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rKKYfpZcM7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #333333;
}
.cid-rKKYfpZcM7 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-rKKYfpZcM7 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rKKYfpZcM7 ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-rKKYfpZcM7 .navbar-buttons {
  text-align: center;
}
.cid-rKKYfpZcM7 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rKKYfpZcM7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #4a4a4a;
}
.cid-rKKYfpZcM7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rKKYfpZcM7 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rKKYfpZcM7 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rKKYfpZcM7 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rKKYfpZcM7 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rKKYfpZcM7 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rKKYfpZcM7 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rKKYfpZcM7 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rKKYfpZcM7 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-rKKYfpZcM7 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
  letter-spacing: 2px;
}
.cid-rKKYfpZcM7 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-rKKYfpZcM7 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-rKKYfpZcM7 .nav-dropdown .link {
  margin: 1.667em 1.667em;
}
.cid-rKKYfpZcM7 .nav-link:hover,
.cid-rKKYfpZcM7 .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-s1ZwpMk3t4 {
  display: flex;
  background-color: #4a4a4a;
  background: linear-gradient(90deg, #4a4a4a, #0a67a3);
}
.cid-s1ZwpMk3t4 .mbr-overlay {
  background: #0f6fc6;
  background: linear-gradient(90deg, #0f6fc6, #adcde9);
}
.cid-s1ZwpMk3t4 .mbr-section-title {
  margin: 0;
}
.cid-s1ZwpMk3t4 .mbr-text {
  color: #efefef;
}
.cid-s1ZwpMk3t4 .card-title {
  text-align: left;
  color: #ffffff;
}
.cid-s1ZwpMk3t4 .card-img {
  text-align: left;
}
.cid-s1ZwpMk3t4 .card .card-img span {
  font-size: 60px;
  color: #ffffff;
}
.cid-s1ZwpMk3t4 .header-content {
  margin-left: 3rem;
  margin-right: 3rem;
  -webkit-align-self: stretch;
  align-self: stretch;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-s1ZwpMk3t4 .header-content .text-row {
  margin: auto 0;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s1ZwpMk3t4 .features-row {
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-s1ZwpMk3t4 .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-s1ZwpMk3t4 .header-content {
    margin-right: 0;
    margin-left: 0;
  }
}
.cid-s1ZKre4osH {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s1ZKre4osH .subicon-title {
  color: #000000;
  text-align: center;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-s1ZKre4osH .subicon-text {
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-s1ZKre4osH .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-s1ZKre4osH .underline .line {
  width: 3rem;
  height: 2px;
  background: #444444;
  display: inline-block;
}
.cid-s1ZKre4osH .process-icon,
.cid-s1ZKre4osH .process-icon-without-before {
  width: 100%;
  padding-bottom: 2rem;
}
.cid-s1ZKre4osH .wrapper,
.cid-s1ZKre4osH .wrapper-without-before {
  position: relative;
  margin-bottom: 2rem;
}
.cid-s1ZKre4osH .wrapper::before {
  content: '\e966';
  font-family: MobiriseIcons !important;
  position: absolute;
  font-size: 30px;
  left: -15px;
  top: 30%;
  color: #444444;
  opacity: .4;
}
.cid-s1ZKre4osH .icon-container {
  display: inline-flex;
  position: relative;
}
.cid-s1ZKre4osH .icon-container a {
  display: inherit;
}
.cid-s1ZKre4osH .icon-number {
  text-align: center;
  height: 2.5em;
  width: 2.5em;
  margin: 0;
  line-height: 2.5em;
  top: 0;
  right: 0;
  position: absolute;
  display: inline-block;
  background-color: #0a67a3 !important;
  transition: all 0.3s ease-in-out 0s;
  border-radius: 50%;
  color: #ffffff;
  z-index: 1;
}
.cid-s1ZKre4osH .icon-main {
  margin: 1rem 0;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-align: center;
  padding: 0;
  transition: all 0.3s ease-in-out 0s;
}
.cid-s1ZKre4osH .icon-main:hover .icon-wrapper {
  background-color: #0a67a3 !important;
}
.cid-s1ZKre4osH .icon-main:hover .icon-number {
  background-color: #444444 !important;
  color: #ffffff !important;
}
.cid-s1ZKre4osH .icon-wrapper {
  position: relative;
  z-index: 1;
  padding: 0.9em;
  height: 100%;
  margin: 0 auto;
  transition: all 0.3s ease-in-out 0s;
  border-radius: 50%;
  font-size: 50px;
  color: #ffffff;
}
.cid-s1ZKre4osH .main-wrapper {
  padding: 3rem 0 0 0;
}
@media (max-width: 767px) {
  .cid-s1ZKre4osH .wrapper::before {
    display: none;
  }
}
@media (max-width: 991px) {
  .cid-s1ZKre4osH .third-elem .wrapper:before {
    display: none;
  }
}
.cid-s1ZKre4osH .mbr-section-title {
  margin: 0;
}
.cid-s1ZKre4osH .mbr-section-subtitle {
  color: #232323;
  text-align: center;
}
.cid-s20EXAR5iv {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-s20EXAR5iv li {
  list-style: none;
}
.cid-s20EXAR5iv .item-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}
.cid-s20EXAR5iv .mbr-iconfont {
  font-size: 16px!important;
  padding-right: 12px;
}
.cid-s20EXAR5iv h4 {
  margin: 0;
}
.cid-s20EXAR5iv .item {
  color: #57468b;
}
.cid-s20EXAR5iv ul {
  padding: 0;
  margin: 0;
}
.cid-s20EXAR5iv .col-title {
  color: #57468b;
}
.cid-s20EXAR5iv .col-title1 {
  color: #0f6fc6;
}
.cid-s20EXAR5iv .col-title2 {
  color: #0f6fc6;
}
.cid-s20EXAR5iv .col-title3 {
  color: #682444;
}
.cid-s20EXAR5iv .col-title4 {
  color: #682444;
}
.cid-s20EXAR5iv .item1 {
  color: #716c80;
}
.cid-s20EXAR5iv .item2 {
  color: #716c80;
}
.cid-s20EXAR5iv .item3 {
  color: #716c80;
}
.cid-s20EXAR5iv .item4 {
  color: #716c80;
}
@media (max-width: 768px) {
  .cid-s20EXAR5iv .md-pb {
    padding-bottom: 1rem;
  }
}
.cid-rKKYfqTeql {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rKKYfqTeql .subicon-title {
  color: #000000;
  text-align: center;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-rKKYfqTeql .subicon-text {
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-rKKYfqTeql .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-rKKYfqTeql .underline .line {
  width: 3rem;
  height: 2px;
  background: #444444;
  display: inline-block;
}
.cid-rKKYfqTeql .process-icon,
.cid-rKKYfqTeql .process-icon-without-before {
  width: 100%;
  padding-bottom: 2rem;
}
.cid-rKKYfqTeql .wrapper,
.cid-rKKYfqTeql .wrapper-without-before {
  position: relative;
  margin-bottom: 2rem;
}
.cid-rKKYfqTeql .wrapper::before {
  content: '\e966';
  font-family: MobiriseIcons !important;
  position: absolute;
  font-size: 30px;
  left: -15px;
  top: 30%;
  color: #444444;
  opacity: .4;
}
.cid-rKKYfqTeql .icon-container {
  display: inline-flex;
  position: relative;
}
.cid-rKKYfqTeql .icon-container a {
  display: inherit;
}
.cid-rKKYfqTeql .icon-number {
  text-align: center;
  height: 2.5em;
  width: 2.5em;
  margin: 0;
  line-height: 2.5em;
  top: 0;
  right: 0;
  position: absolute;
  display: inline-block;
  background-color: #0a67a3 !important;
  transition: all 0.3s ease-in-out 0s;
  border-radius: 50%;
  color: #ffffff;
  z-index: 1;
}
.cid-rKKYfqTeql .icon-main {
  margin: 1rem 0;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-align: center;
  padding: 0;
  transition: all 0.3s ease-in-out 0s;
}
.cid-rKKYfqTeql .icon-main:hover .icon-wrapper {
  background-color: #0a67a3 !important;
}
.cid-rKKYfqTeql .icon-main:hover .icon-number {
  background-color: #444444 !important;
  color: #ffffff !important;
}
.cid-rKKYfqTeql .icon-wrapper {
  position: relative;
  z-index: 1;
  padding: 0.9em;
  height: 100%;
  margin: 0 auto;
  transition: all 0.3s ease-in-out 0s;
  border-radius: 50%;
  font-size: 50px;
  color: #ffffff;
}
.cid-rKKYfqTeql .main-wrapper {
  padding: 3rem 0 0 0;
}
@media (max-width: 767px) {
  .cid-rKKYfqTeql .wrapper::before {
    display: none;
  }
}
@media (max-width: 991px) {
  .cid-rKKYfqTeql .third-elem .wrapper:before {
    display: none;
  }
}
.cid-rKKYfqTeql .mbr-section-title {
  margin: 0;
}
.cid-rKKYfqTeql .mbr-section-subtitle {
  color: #232323;
  text-align: center;
}
.cid-rKKYfsuqLI {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-rKKYfsuqLI .icon-transition span {
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  width: 3em;
  background: #444444 none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-rKKYfsuqLI .content-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-rKKYfsuqLI .photo-split {
  padding: 0;
}
.cid-rKKYfsuqLI .photo-split img {
  width: 100%;
}
.cid-rKKYfsuqLI .icon-transition span:hover {
  background-color: #0a67a3;
}
.cid-rKKYfsuqLI .counter-container ul {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-rKKYfsuqLI .counter-container ul li {
  margin-bottom: .5rem;
  list-style: ✓;
}
.cid-rKKYfsuqLI .counter-container ul li:before {
  color: #0a67a3;
  display: inline-block;
  content: '✓';
  text-align: center;
  line-height: 1.5em;
  transition: all .2s;
  width: 25px;
  height: 25px;
}
.cid-rKKYfsuqLI .wrap-block {
  padding: 3rem 3rem;
}
.cid-rKKYfsuqLI .wrap-block ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-rKKYfsuqLI .wrap-block ul li {
  display: inline-block;
}
.cid-rKKYfsuqLI .wrap-block ul li span {
  text-align: center;
}
.cid-rKKYfsuqLI .social-media {
  margin-top: 1.5em;
  padding: 0;
}
.cid-rKKYfsuqLI .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-rKKYfsuqLI .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-rKKYfsuqLI .mbr-list,
.cid-rKKYfsuqLI .social-media ul {
  text-align: left;
}
@media (max-width: 500px) {
  .cid-rKKYfsuqLI .wrap-block {
    padding: 3rem 1rem;
  }
}
@media (max-width: 767px) {
  .cid-rKKYfsuqLI .mbr-section-title,
  .cid-rKKYfsuqLI .mbr-section-subtitle,
  .cid-rKKYfsuqLI .mbr-text {
    text-align: center !important;
  }
  .cid-rKKYfsuqLI .social-list {
    text-align: center !important;
  }
}
.cid-rKL3Odkxw6 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-rKL3Odkxw6 .icon-transition span {
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  width: 3em;
  background: #444444 none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-rKL3Odkxw6 .photo-split {
  padding: 0;
}
.cid-rKL3Odkxw6 .photo-split img {
  width: 100%;
}
.cid-rKL3Odkxw6 .icon-transition span:hover {
  background-color: #0a67a3;
}
.cid-rKL3Odkxw6 .counter-container ul {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-rKL3Odkxw6 .counter-container ul li {
  margin-bottom: .5rem;
  list-style: ✓;
}
.cid-rKL3Odkxw6 .counter-container ul li:before {
  color: #0a67a3;
  display: inline-block;
  content: '✓';
  text-align: center;
  line-height: 1.5em;
  transition: all .2s;
  width: 25px;
  height: 25px;
}
.cid-rKL3Odkxw6 .wrap-block {
  padding: 3rem 3rem;
}
.cid-rKL3Odkxw6 .wrap-block ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-rKL3Odkxw6 .wrap-block ul li {
  display: inline-block;
}
.cid-rKL3Odkxw6 .wrap-block ul li span {
  text-align: center;
}
.cid-rKL3Odkxw6 .social-media {
  margin-top: 1.5em;
  padding: 0;
}
.cid-rKL3Odkxw6 .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-rKL3Odkxw6 .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-rKL3Odkxw6 .mbr-list,
.cid-rKL3Odkxw6 .social-media ul {
  text-align: left;
}
@media (max-width: 500px) {
  .cid-rKL3Odkxw6 .wrap-block {
    padding: 3rem 1rem;
  }
}
@media (max-width: 767px) {
  .cid-rKL3Odkxw6 .mbr-section-title,
  .cid-rKL3Odkxw6 .mbr-section-subtitle,
  .cid-rKL3Odkxw6 .mbr-text {
    text-align: center !important;
  }
  .cid-rKL3Odkxw6 .social-list {
    text-align: center !important;
  }
}
.cid-s26u9shOjc {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s26u9shOjc .subicon-title {
  color: #000000;
  text-align: center;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-s26u9shOjc .subicon-text {
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-s26u9shOjc .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-s26u9shOjc .underline .line {
  width: 3rem;
  height: 2px;
  background: #444444;
  display: inline-block;
}
.cid-s26u9shOjc .process-icon,
.cid-s26u9shOjc .process-icon-without-before {
  width: 100%;
  padding-bottom: 2rem;
}
.cid-s26u9shOjc .wrapper,
.cid-s26u9shOjc .wrapper-without-before {
  position: relative;
  margin-bottom: 2rem;
}
.cid-s26u9shOjc .wrapper::before {
  content: '\e966';
  font-family: MobiriseIcons !important;
  position: absolute;
  font-size: 30px;
  left: -15px;
  top: 30%;
  color: #444444;
  opacity: .4;
}
.cid-s26u9shOjc .icon-container {
  display: inline-flex;
  position: relative;
}
.cid-s26u9shOjc .icon-container a {
  display: inherit;
}
.cid-s26u9shOjc .icon-number {
  text-align: center;
  height: 2.5em;
  width: 2.5em;
  margin: 0;
  line-height: 2.5em;
  top: 0;
  right: 0;
  position: absolute;
  display: inline-block;
  background-color: #0a67a3 !important;
  transition: all 0.3s ease-in-out 0s;
  border-radius: 50%;
  color: #ffffff;
  z-index: 1;
}
.cid-s26u9shOjc .icon-main {
  margin: 1rem 0;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-align: center;
  padding: 0;
  transition: all 0.3s ease-in-out 0s;
}
.cid-s26u9shOjc .icon-main:hover .icon-wrapper {
  background-color: #0a67a3 !important;
}
.cid-s26u9shOjc .icon-main:hover .icon-number {
  background-color: #444444 !important;
  color: #ffffff !important;
}
.cid-s26u9shOjc .icon-wrapper {
  position: relative;
  z-index: 1;
  padding: 0.9em;
  height: 100%;
  margin: 0 auto;
  transition: all 0.3s ease-in-out 0s;
  border-radius: 50%;
  font-size: 50px;
  color: #ffffff;
}
.cid-s26u9shOjc .main-wrapper {
  padding: 3rem 0 0 0;
}
@media (max-width: 767px) {
  .cid-s26u9shOjc .wrapper::before {
    display: none;
  }
}
@media (max-width: 991px) {
  .cid-s26u9shOjc .third-elem .wrapper:before {
    display: none;
  }
}
.cid-s26u9shOjc .mbr-section-title {
  margin: 0;
}
.cid-s26u9shOjc .mbr-section-subtitle {
  color: #232323;
  text-align: center;
}
.cid-s27n5HfjtU {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s27n5HfjtU .subicon-title {
  color: #000000;
  text-align: center;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-s27n5HfjtU .subicon-text {
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-s27n5HfjtU .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-s27n5HfjtU .underline .line {
  width: 3rem;
  height: 2px;
  background: #444444;
  display: inline-block;
}
.cid-s27n5HfjtU .process-icon,
.cid-s27n5HfjtU .process-icon-without-before {
  width: 100%;
  padding-bottom: 2rem;
}
.cid-s27n5HfjtU .wrapper,
.cid-s27n5HfjtU .wrapper-without-before {
  position: relative;
  margin-bottom: 2rem;
}
.cid-s27n5HfjtU .wrapper::before {
  content: '\e966';
  font-family: MobiriseIcons !important;
  position: absolute;
  font-size: 30px;
  left: -15px;
  top: 30%;
  color: #444444;
  opacity: .4;
}
.cid-s27n5HfjtU .icon-container {
  display: inline-flex;
  position: relative;
}
.cid-s27n5HfjtU .icon-container a {
  display: inherit;
}
.cid-s27n5HfjtU .icon-number {
  text-align: center;
  height: 2.5em;
  width: 2.5em;
  margin: 0;
  line-height: 2.5em;
  top: 0;
  right: 0;
  position: absolute;
  display: inline-block;
  background-color: #0a67a3 !important;
  transition: all 0.3s ease-in-out 0s;
  border-radius: 50%;
  color: #ffffff;
  z-index: 1;
}
.cid-s27n5HfjtU .icon-main {
  margin: 1rem 0;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-align: center;
  padding: 0;
  transition: all 0.3s ease-in-out 0s;
}
.cid-s27n5HfjtU .icon-main:hover .icon-wrapper {
  background-color: #0a67a3 !important;
}
.cid-s27n5HfjtU .icon-main:hover .icon-number {
  background-color: #444444 !important;
  color: #ffffff !important;
}
.cid-s27n5HfjtU .icon-wrapper {
  position: relative;
  z-index: 1;
  padding: 0.9em;
  height: 100%;
  margin: 0 auto;
  transition: all 0.3s ease-in-out 0s;
  border-radius: 50%;
  font-size: 50px;
  color: #ffffff;
}
.cid-s27n5HfjtU .main-wrapper {
  padding: 3rem 0 0 0;
}
@media (max-width: 767px) {
  .cid-s27n5HfjtU .wrapper::before {
    display: none;
  }
}
@media (max-width: 991px) {
  .cid-s27n5HfjtU .third-elem .wrapper:before {
    display: none;
  }
}
.cid-s27n5HfjtU .mbr-section-title {
  margin: 0;
}
.cid-s27n5HfjtU .mbr-section-subtitle {
  color: #232323;
  text-align: center;
}
.cid-rKPVlXgom5 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-rKPVlXgom5 a:link {
  text-decoration: none;
}
.cid-rKPVlXgom5 .icon-transition span {
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  border: 2px solid #ffffff;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-rKPVlXgom5 .icon-transition span:hover {
  background-color: #0a67a3;
}
.cid-rKPVlXgom5 .inner-text {
  line-height: 3em;
}
.cid-rKPVlXgom5 .social-media {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rKPVlXgom5 .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-rKPVlXgom5 .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-rKPVlXgom5 .content-text,
.cid-rKPVlXgom5 .inner-text {
  color: #ffffff;
}
.cid-s2tlRazWB6.popup-builder {
  background-color: #ffffff;
}
.cid-s2tlRazWB6.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-s2tlRazWB6.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-s2tlRazWB6 .modal-content,
.cid-s2tlRazWB6 .modal-dialog {
  height: auto;
}
.cid-s2tlRazWB6 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-s2tlRazWB6 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-s2tlRazWB6 .form-wrapper .mbr-form .form-group,
  .cid-s2tlRazWB6 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-s2tlRazWB6 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-s2tlRazWB6 .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-s2tlRazWB6 .mbr-text {
  text-align: center;
}
.cid-s2tlRazWB6 .pt-0 {
  padding-top: 0 !important;
}
.cid-s2tlRazWB6 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-s2tlRazWB6 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-s2tlRazWB6 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-s2tlRazWB6 .modal-open {
  overflow: hidden;
}
.cid-s2tlRazWB6 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-s2tlRazWB6 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-s2tlRazWB6 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-s2tlRazWB6 .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-s2tlRazWB6 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-s2tlRazWB6 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-s2tlRazWB6 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-s2tlRazWB6 .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-s2tlRazWB6 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-s2tlRazWB6 .modal-backdrop.fade {
  opacity: 0;
}
.cid-s2tlRazWB6 .modal-backdrop.show {
  opacity: .5;
}
.cid-s2tlRazWB6 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-s2tlRazWB6 .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-s2tlRazWB6 .modal-header .close:hover {
  opacity: 1;
}
.cid-s2tlRazWB6 .modal-header .close:focus {
  outline: none;
}
.cid-s2tlRazWB6 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-s2tlRazWB6 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-s2tlRazWB6 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-s2tlRazWB6 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-s2tlRazWB6 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-s2tlRazWB6 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-s2tlRazWB6 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-s2tlRazWB6 .modal-sm {
    max-width: 300px;
  }
  .cid-s2tlRazWB6 .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-s2tlRazWB6 .modal-lg,
  .cid-s2tlRazWB6 .modal-xl {
    max-width: 800px;
  }
  .cid-s2tlRazWB6 .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-s2tlRazWB6 .modal-xl {
    max-width: 1140px;
  }
  .cid-s2tlRazWB6 .container {
    max-width: 1140px;
  }
}
.cid-s2tlRazWB6 .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-s2tlRazWB6 .container {
    max-width: 720px;
  }
}
.cid-s2tlRazWB6 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-s2tlRazWB6 .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-s2tlRazWB6 .form-group {
  margin-bottom: 1rem;
}
.cid-s2tlRazWB6 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-s2tlRazWB6 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-s2tlRazWB6 .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-s2aXkHT3N3 {
  background-image: url("../../../assets/images/dscn2910-20190328-2000x1500.jpg");
}
.cid-s2aXkHT3N3 .mbr-text,
.cid-s2aXkHT3N3 .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-s2aXkHT3N3 .mbr-section-title {
  margin-left: -0.2rem;
  color: #0f6fc6;
}
.cid-s2aXkHT3N3 .mbr-section-title span {
  color: #ffbc00;
}
.cid-s2aXkHT3N3 .btn {
  margin: .4rem 4px !important;
}
@media (max-width: 767px) {
  .cid-s2aXkHT3N3 .mbr-section-title {
    margin-left: -0.8rem;
  }
}
.cid-s4BlWqrpRa {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-s4BlWqrpRa .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-s4BlWqrpRa .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-s4BlWqrpRa .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-s4BlWqrpRa .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-s4BlWqrpRa .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-s4BlWqrpRa .mbr-gallery-item > div:hover::before {
  opacity: 0.5 !important;
}
.cid-s4BlWqrpRa .mbr-gallery-filter-all > a {
  padding: 30px;
  color: #444444 !important;
}
.cid-s4BlWqrpRa .mbr-gallery-filter {
  padding-top: 0;
  padding-bottom: 2rem;
}
.cid-s4BlWqrpRa .mbr-gallery-filter .btn {
  text-transform: uppercase;
  color: #444444 !important;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin: 0px !important;
  border: none;
  padding: 12px 15px 12px 15px;
}
.cid-s4BlWqrpRa .mbr-gallery-filter .btn:hover {
  background: transparent;
  color: #ffbc00 !important;
}
.cid-s4BlWqrpRa .mbr-gallery-filter ul {
  display: block;
}
.cid-s4BlWqrpRa .mbr-gallery-filter ul li {
  position: relative;
}
.cid-s4BlWqrpRa .mbr-gallery-filter li.active .btn {
  color: #ffbc00 !important;
  background: transparent;
}
.cid-s4BlWqrpRa .mbr-gallery-filter li::after {
  bottom: 0.5rem;
  content: "";
  height: 4px;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%) scale(0);
  transform: translateX(-50%) scale(0);
  width: 4px;
  transition: all 0.3s ease-in-out;
  background: #ffbc00 !important;
}
.cid-s4BlWqrpRa .mbr-gallery-filter li.active::after,
.cid-s4BlWqrpRa .mbr-gallery-filter li:hover::after {
  -webkit-transform: translateX(-50%) scale(1);
  transform: translateX(-50%) scale(1);
  background: #ffbc00 !important;
}
.cid-s4BlWqrpRa .mbr-gallery-title {
  transition: all.3s;
  position: absolute;
  visibility: hidden;
  display: block;
  opacity: 0;
  width: 100%;
  top: -2rem;
  right: 0;
  text-align: right;
  padding: 1rem;
  color: #fff;
  background: transparent;
}
.cid-s4BlWqrpRa .mbr-gallery-item > div:hover .mbr-gallery-title {
  top: 0;
  right: 0;
  display: block;
  visibility: visible;
  opacity: 1;
}
.cid-s4BlWqrpRa .mbr-gallery-item > div:hover .icon-focus {
  top: calc(50% - 24px);
}
.cid-s4BlWqrpRa .icon-focus:before {
  content: '\e95e';
}
.cid-s4BlWqrpRa .icon-focus {
  transition: all .3s;
  font-size: 2rem !important;
  top: 50%;
  left: calc(50% - 24px);
  width: 48px;
  padding: 0 8px;
  border-radius: 50%;
  color: #444444 !important;
  background-color: #ffffff;
}
.cid-s4BlWqrpRa .mbr-section-title {
  margin: 0;
}
.cid-s4BlWqrpRa .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-s4BlWqrpRa .underline .line {
  width: 3rem;
  height: 2px;
  background: #444444;
  display: inline-block;
}
.cid-s4B6IKfTO9 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-s4B6IKfTO9 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-s4B6IKfTO9 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-s4B6IKfTO9 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-s4B6IKfTO9 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-s4B6IKfTO9 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #000000, #0f6fc6) !important;
}
.cid-s4B6IKfTO9 .mbr-gallery-item > div:hover::before {
  opacity: 0.5 !important;
}
.cid-s4B6IKfTO9 .mbr-gallery-filter-all > a {
  padding: 30px;
  color: #444444 !important;
}
.cid-s4B6IKfTO9 .mbr-gallery-filter {
  padding-top: 0;
  padding-bottom: 2rem;
}
.cid-s4B6IKfTO9 .mbr-gallery-filter .btn {
  text-transform: uppercase;
  color: #444444 !important;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin: 0px !important;
  border: none;
  padding: 12px 15px 12px 15px;
}
.cid-s4B6IKfTO9 .mbr-gallery-filter .btn:hover {
  background: transparent;
  color: #0f6fc6 !important;
}
.cid-s4B6IKfTO9 .mbr-gallery-filter ul {
  display: block;
}
.cid-s4B6IKfTO9 .mbr-gallery-filter ul li {
  position: relative;
}
.cid-s4B6IKfTO9 .mbr-gallery-filter li.active .btn {
  color: #0f6fc6 !important;
  background: transparent;
}
.cid-s4B6IKfTO9 .mbr-gallery-filter li::after {
  bottom: 0.5rem;
  content: "";
  height: 4px;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%) scale(0);
  transform: translateX(-50%) scale(0);
  width: 4px;
  transition: all 0.3s ease-in-out;
  background: #0f6fc6 !important;
}
.cid-s4B6IKfTO9 .mbr-gallery-filter li.active::after,
.cid-s4B6IKfTO9 .mbr-gallery-filter li:hover::after {
  -webkit-transform: translateX(-50%) scale(1);
  transform: translateX(-50%) scale(1);
  background: #0f6fc6 !important;
}
.cid-s4B6IKfTO9 .mbr-gallery-title {
  transition: all.3s;
  position: absolute;
  visibility: hidden;
  display: block;
  opacity: 0;
  width: 100%;
  top: -2rem;
  right: 0;
  text-align: right;
  padding: 1rem;
  color: #fff;
  background: transparent;
}
.cid-s4B6IKfTO9 .mbr-gallery-item > div:hover .mbr-gallery-title {
  top: 0;
  right: 0;
  display: block;
  visibility: visible;
  opacity: 1;
}
.cid-s4B6IKfTO9 .mbr-gallery-item > div:hover .icon-focus {
  top: calc(50% - 24px);
}
.cid-s4B6IKfTO9 .icon-focus:before {
  content: '\e95e';
}
.cid-s4B6IKfTO9 .icon-focus {
  transition: all .3s;
  font-size: 2rem !important;
  top: 50%;
  left: calc(50% - 24px);
  width: 48px;
  padding: 0 8px;
  border-radius: 50%;
  color: #444444 !important;
  background-color: #ffffff;
}
.cid-s4B6IKfTO9 .mbr-section-title {
  margin: 0;
}
.cid-s4B6IKfTO9 .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-s4B6IKfTO9 .underline .line {
  width: 3rem;
  height: 2px;
  background: #444444;
  display: inline-block;
}
.cid-s2aWECoHR5 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #333333;
  background: none;
}
.cid-s2aWECoHR5 .navbar.opened {
  transition: all .3s;
  background: #333333 !important;
}
.cid-s2aWECoHR5 .navbar .dropdown-item {
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #2b2b2b;
  color: #ffffff !important;
  background: #444444 !important;
}
.cid-s2aWECoHR5 .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-s2aWECoHR5 .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-s2aWECoHR5 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-s2aWECoHR5 .navbar .dropdown-menu {
  min-width: 100%;
  padding: 3px 0 0 0;
  background: transparent !important;
}
.cid-s2aWECoHR5 .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #0f6fc6;
}
.cid-s2aWECoHR5 .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-s2aWECoHR5 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-s2aWECoHR5 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 88.85714286vh;
  }
}
.cid-s2aWECoHR5 .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-s2aWECoHR5 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s2aWECoHR5 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-s2aWECoHR5 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-s2aWECoHR5 .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-s2aWECoHR5 .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.667em;
}
.cid-s2aWECoHR5 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-s2aWECoHR5 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-s2aWECoHR5 .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-s2aWECoHR5 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s2aWECoHR5 .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-s2aWECoHR5 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s2aWECoHR5 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s2aWECoHR5 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-s2aWECoHR5 .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-s2aWECoHR5 .navbar .nav-dropdown .link {
    margin: 0.667em 1.667em;
  }
  .cid-s2aWECoHR5 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s2aWECoHR5 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s2aWECoHR5 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
    color: inherit !important;
  }
  .cid-s2aWECoHR5 .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-s2aWECoHR5 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-s2aWECoHR5 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-s2aWECoHR5 .navbar.navbar-short {
  background: #333333 !important;
  min-height: 60px;
}
.cid-s2aWECoHR5 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s2aWECoHR5 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s2aWECoHR5 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-s2aWECoHR5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s2aWECoHR5 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s2aWECoHR5 .dropdown-item.active,
.cid-s2aWECoHR5 .dropdown-item:active {
  background-color: transparent;
}
.cid-s2aWECoHR5 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s2aWECoHR5 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s2aWECoHR5 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s2aWECoHR5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #333333;
}
.cid-s2aWECoHR5 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-s2aWECoHR5 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s2aWECoHR5 ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-s2aWECoHR5 .navbar-buttons {
  text-align: center;
}
.cid-s2aWECoHR5 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-s2aWECoHR5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #4a4a4a;
}
.cid-s2aWECoHR5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s2aWECoHR5 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s2aWECoHR5 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s2aWECoHR5 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s2aWECoHR5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s2aWECoHR5 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s2aWECoHR5 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s2aWECoHR5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s2aWECoHR5 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-s2aWECoHR5 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
  letter-spacing: 2px;
}
.cid-s2aWECoHR5 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-s2aWECoHR5 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-s2aWECoHR5 .nav-dropdown .link {
  margin: 1.667em 1.667em;
}
.cid-s2aWECoHR5 .nav-link:hover,
.cid-s2aWECoHR5 .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-s2aWEK0HF7 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-s2aWEK0HF7 a:link {
  text-decoration: none;
}
.cid-s2aWEK0HF7 .icon-transition span {
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  border: 2px solid #ffffff;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-s2aWEK0HF7 .icon-transition span:hover {
  background-color: #0a67a3;
}
.cid-s2aWEK0HF7 .inner-text {
  line-height: 3em;
}
.cid-s2aWEK0HF7 .social-media {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s2aWEK0HF7 .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-s2aWEK0HF7 .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-s2aWEK0HF7 .content-text,
.cid-s2aWEK0HF7 .inner-text {
  color: #ffffff;
}
.cid-s40fq11M3e {
  background-image: url("../../../assets/images/249-2-2000x867.jpg");
}
.cid-s40fq11M3e .mbr-text,
.cid-s40fq11M3e .typed-text,
.cid-s40fq11M3e .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-s40fq11M3e .btn {
  margin-left: 4px !important;
}
.cid-s40fq11M3e .animated-element {
  color: #0f6fc6;
}
.cid-s40fq11M3e .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #0f6fc6;
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
