@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i&display=swap");

.cid-s6fTM3ysaA .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 76px;
  }

a.mbr-black.text-primary {
    font-size: 14px;
}

  .cid-s6fTM3ysaA .navbar .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 2.5385em 0.235em 3.5385em !important;
    margin: 0 !important;
  }

.topNavStuff {
		display: none;
	text-align: right !important;
	}
.topNavStuff a {
    width: 100%;
    display: block;
}

#navbarSupportedContent {
	margin-top: -74px;
	
}

.navbar-toggler {
	display: none !important;
}

body {
  font-family: Barlow;
}
.cid-s6fTM3ysaA button.navbar-toggler {
	display:block;
}

.display-1 {
  font-family: 'Open Sans', sans-serif;
  font-size: 3.8rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 6.08rem;
}
.display-2 {
  font-family: 'Open Sans', sans-serif;
  font-size: 2.4rem;
  line-height: 1.3;
}
.display-2 > .mbr-iconfont {
  font-size: 3.84rem;
}
.display-4 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 0.8rem;
  line-height: 1.7;
}
.display-4 > .mbr-iconfont {
  font-size: 0.8rem;
}
.display-5 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.6rem;
  line-height: 1.4;
}
.display-5 > .mbr-iconfont {
  font-size: 2.56rem;
}
.display-7 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.6rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */

@media (max-width: 768px) {
  .display-1 {
    font-size: 3.04rem;
    font-size: calc( 1.98rem + (3.8 - 1.98) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.98rem + (3.8 - 1.98) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.92rem;
    font-size: calc( 1.49rem + (2.4 - 1.49) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.49rem + (2.4 - 1.49) * ((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.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 3px;
}
.bg-primary {
  background-color: #013e7d !important;
}
.bg-success {
  background-color: #a6e3e2 !important;
}
.bg-info {
  background-color: #d0eac7 !important;
}
.bg-warning {
  background-color: #0091DA !important;
}
.bg-danger {
  background-color: #ff4e4e !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #013e7d !important;
  border-color: #013e7d !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #001831 !important;
  border-color: #001831 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #001831 !important;
  border-color: #001831 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #a6def6 !important;
  border-color: #a6def6 !important;
  color: #0e688f !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #0e688f !important;
  background-color: #61c4ef !important;
  border-color: #61c4ef !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #0e688f !important;
  background-color: #61c4ef !important;
  border-color: #61c4ef !important;
}
.btn-info,
.btn-info:active {
  background-color: #d0eac7 !important;
  border-color: #d0eac7 !important;
  color: #458131 !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #458131 !important;
  background-color: #a1d58f !important;
  border-color: #a1d58f !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #458131 !important;
  background-color: #a1d58f !important;
  border-color: #a1d58f !important;
}
.btn-success,
.btn-success:active {
  background-color: #a6e3e2 !important;
  border-color: #a6e3e2 !important;
  color: #216968 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #216968 !important;
  background-color: #6cd1cf !important;
  border-color: #6cd1cf !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #216968 !important;
  background-color: #6cd1cf !important;
  border-color: #6cd1cf !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #0091DA !important;
  border-color: #0091DA !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #1f5eb6 !important;
  border-color: #1f5eb6 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #1f5eb6 !important;
  border-color: #1f5eb6 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff4e4e !important;
  border-color: #ff4e4e !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #ff0101 !important;
  border-color: #ff0101 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff0101 !important;
  border-color: #ff0101 !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #000c18;
  color: #000c18;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #000000 !important;
  background: transparent !important;
  box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.2) !important;
  border-color: #013e7d;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #013e7d !important;
  border-color: #013e7d !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #49bced;
  color: #49bced;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff !important;
  background: transparent !important;
  box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.2) !important;
  border-color: #a6def6;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #0e688f !important;
  background-color: #a6def6 !important;
  border-color: #a6def6 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #92ce7d;
  color: #92ce7d;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff !important;
  background: transparent !important;
  box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.2) !important;
  border-color: #d0eac7;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #458131 !important;
  background-color: #d0eac7 !important;
  border-color: #d0eac7 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #58cbc9;
  color: #58cbc9;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff !important;
  background: transparent !important;
  box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.2) !important;
  border-color: #a6e3e2;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #216968 !important;
  background-color: #a6e3e2 !important;
  border-color: #a6e3e2 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #1b53a0;
  color: #1b53a0;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #000000 !important;
  background: transparent !important;
  box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.2) !important;
  border-color: #0091DA;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #0091DA !important;
  border-color: #0091DA !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #e70000;
  color: #e70000;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #000000 !important;
  background: transparent !important;
  box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.2) !important;
  border-color: #ff4e4e;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff4e4e !important;
  border-color: #ff4e4e !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background: transparent !important;
  box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.2) !important;
  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: #000000 !important;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #0091DA !important;
}
.text-secondary {
  color: #a6def6 !important;
}
.text-success {
  color: #a6e3e2 !important;
}
.text-info {
  color: #d0eac7 !important;
}
.text-warning {
  color: #0091DA !important;
}
.text-danger {
  color: #ff4e4e !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #000c18 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #49bced !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #58cbc9 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #92ce7d !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #1b53a0 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #e70000 !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: #d0eac7;
}
.alert-warning {
  background-color: #0091DA;
}
.alert-danger {
  background-color: #ff4e4e;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none;
}
.mbr-gallery-filter li.active .btn {
  background-color: #013e7d;
  border-color: #013e7d;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a{
  color: #0091DA;
}
a:hover {
  color: #013e7d;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #027dfb;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #f0f6fd;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.form-control {
  font-family: 'Open Sans', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
}
blockquote {
  border-color: #013e7d;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #013e7d;
  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: #013e7d;
  border-bottom-color: #013e7d;
}
.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: #013e7d !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #a6def6 !important;
  box-shadow: none !important;
}
.sidebar-block .mbr-gallery-item .galleryItem .onsale {
  top: 0px;
}
.sidebar-block .mbr-gallery-item .galleryItem .sidebar_wraper {
  bottom: -35px;
  margin-left: 1rem;
}
.cid-rN7cLnd6uZ #myVideo {
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  z-index: 0;
  display: block;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
}
.cid-rN7cLnd6uZ .contentRS {
  position: absolute;
  top: 500px;
  background: rgba(0, 0, 0, 0.5);
  color: #f1f1f1;
  width: 100%;
  padding: 20px;
  padding-top: 30px;
  padding-bottom: 30px;
  z-index: 1;
}
.cid-rN7cLnd6uZ #myBtn {
  width: 200px;
  font-size: 18px;
  padding: 10px;
  border: none;
  background: #000000;
  color: #fff;
  cursor: pointer;
  opacity: 1;
}
.cid-rN7cLnd6uZ #myBtn:hover {
  background: #ddd;
  color: black;
}
.cid-rN7cLnd6uZ P {
  color: #ffffff;
  font-family: Poppins;
}
.cid-rN7cLnd6uZ H1 {
  text-align: left;
  font-family: Poppins;
}
.cid-rN7cLnd6uZ .mbr-overlay {
  z-index: 1;
}
@media (max-width: 767px) {
  .cid-rN7cLnd6uZ #RSHeader {
    padding-top: 68px !important;
  }
  .cid-rN7cLnd6uZ .headerRS1 {
    padding-top: 68px !important;
    padding-bottom: 250px !important;
  }
  .cid-rN7cLnd6uZ .contentRS {
    top: 230px;
    padding: 10px;
    position: static;
  }
}
.cid-s6g5gnkhI0 {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #013e7d;
}
.cid-s6g5gnkhI0 .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-s6g5gnkhI0 a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-s6g5gnkhI0 .mbr-section-btn {
  margin: 0;
}
.cid-s6g5gnkhI0 .form-control {
  box-shadow: none;
  padding: 1.07em 1.07em;
  background-color: #f5f5f5;
  border: 1px solid #ffffff;
  color: #656565;
  line-height: 1.43;
  min-height: 3.5em;
  border-radius: .25rem;
}
.cid-s6g5gnkhI0 .form-control:focus,
.cid-s6g5gnkhI0 .form-control:hover {
  border: 1px solid #e8e8e8;
  background-color: #f5f5f5;
}
.cid-s6g5gnkhI0 .form-group {
  margin-bottom: 1rem;
}
.cid-s6g5gnkhI0 input::-webkit-input-placeholder,
.cid-s6g5gnkhI0 textarea::-webkit-input-placeholder {
  color: #656565;
}
.cid-s6g5gnkhI0 input:-moz-placeholder,
.cid-s6g5gnkhI0 textarea:-moz-placeholder {
  color: #656565;
}
.cid-s6g5gnkhI0 .jq-selectbox li,
.cid-s6g5gnkhI0 .jq-selectbox li {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-s6g5gnkhI0 .jq-selectbox li:hover,
.cid-s6g5gnkhI0 .jq-selectbox li.selected {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-s6g5gnkhI0 .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-s6g5gnkhI0 .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-s6g5gnkhI0 .form-group,
.cid-s6g5gnkhI0 .mbr-section-btn {
  padding-left: 7.5px;
  padding-right: 7.5px;
}
@media (min-width: 992px) {
  .cid-s6g5gnkhI0 .col-auto.mbr-section-btn .btn {
    padding-top: 0;
    padding-bottom: 0;
    height: 100%;
    margin: 0 !important;
  }
}
@media (min-width: 768px) {
  .cid-s6g5gnkhI0 .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-s6g5gnkhI0 .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
}
@media (max-width: 499px) {
  .cid-s6g5gnkhI0 .form-block {
    padding: 1rem;
  }
}
.cid-s6g5gnkhI0 H4 {
  color: #ffffff;
}
.cid-s6g5gnkhI0 P {
  color: #ffffff;
}
.cid-s6g5gnkhI0 hr.new1 {
  border-top: 1px solid #ffffff;
  width: 350px;
}
.cid-s6g5gnkhI0 hr.new2 {
  border-top: 1px solid #ffffff;
  width: 350px;
}
.cid-s81vk7P5zk {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s81vk7P5zk .mbr-section-subtitle {
  color: #767676;
}
.cid-s81vk7P5zk .container-fluid {
  padding: 0!important;
}
.cid-s81vk7P5zk .col-md-12 {
  padding: 0;
}
.cid-s81vk7P5zk .row {
  margin: 0;
}
.cid-s81vk7P5zk .btn {
  margin: 0.6rem;
  margin-top: 2rem;
}
.cid-s81vk7P5zk .m-auto {
  max-width: 650px;
  padding: 2rem;
}
.cid-s81vk7P5zk .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #232323;
  transition: background 0.3s;
  margin-bottom: 3rem;
}
.cid-s81vk7P5zk .number-wrap {
  color: #767676;
  border-color: rgba(255, 255, 255, 0.15);
  border: 3px solid #efefef;
  position: relative;
  display: inline-block;
  text-align: center;
  padding: 5px 10px 13px 10px;
  margin: 0;
  min-width: 118px;
  border-radius: 2px;
  max-width: 100%;
}
.cid-s81vk7P5zk .number {
  font-style: normal;
  font-weight: 600;
  font-size: 50px;
  text-transform: none;
  letter-spacing: -2px;
  word-spacing: 0;
  line-height: 1.3;
  color: #767676;
}
.cid-s81vk7P5zk .period {
  display: block;
}
.cid-s81vk7P5zk .dot {
  display: none;
}
.cid-s81vk7P5zk .countdown-cont {
  max-width: 700px;
}
.cid-s81vk7P5zk .col-xs-3 {
  padding-left: 0;
  padding-right: 0;
  margin-right: 20px;
  max-width: 20%;
  flex: 0 0 20%;
}
@media (max-width: 767px) {
  .cid-s81vk7P5zk .number-wrap {
    margin-bottom: 15px;
  }
  .cid-s81vk7P5zk .col-xs-3 {
    margin-right: 0px;
    max-width: 50%!important;
    flex: 0 0 50%!important;
  }
  .cid-s81vk7P5zk .box {
    height: 400px!important;
  }
}
@media (max-width: 440px) {
  .cid-s81vk7P5zk .number,
  .cid-s81vk7P5zk .dot {
    font-size: 40px;
  }
}
@media (max-width: 380px) {
  .cid-s81vk7P5zk .period {
    font-size: 0.8rem;
  }
}
.cid-s81vk7P5zk .box {
  background-size: cover;
  background-position: center;
  height: 600px;
  width: 100%;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-s81vk7P5zk .icon-wrap {
  background-color: #0091DA !important;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.cid-s81vk7P5zk .icon-wrap:hover {
  opacity: 0.8;
}
.cid-s81vk7P5zk .icon-wrap span {
  padding-left: 8px;
}
.cid-s81vk7P5zk .mbr-media span {
  font-size: 30px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #ffffff !important;
}
.cid-s81vk7P5zk .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-s81vk7P5zk .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-s81vk7P5zk .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-s81vk7P5zk .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-s81vk7P5zk a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-s81vk7P5zk a.close:hover {
  color: #ffffff;
}
.cid-s81vk7P5zk .mbr-text {
  color: #767676;
}
.cid-s81vk7P5zk H4 {
  color: #767676;
}
.cid-s81vk7P5zk H2 {
  color: #0091DA;
}
@media screen and (max-width: 480px) {
  .cid-s81vk7P5zk .column2 {
    margin-top: -130px;
  }
}
.cid-s6gYDTWsu7 {
  padding-top: 30px;
  padding-bottom: 45px;
  background: #daecf4;
}
.cid-s6gYDTWsu7 .list-group-item {
  padding: .5rem 3.25rem;
}
.cid-s6gYDTWsu7 h4 {
  margin: 0;
}
.cid-s6gYDTWsu7 .btn-sm {
  padding: 0.6rem 4.4rem;
}
.cid-s6gYDTWsu7 .plan-body {
  padding-bottom: 2rem;
}
.cid-s6gYDTWsu7 .plan-header {
  padding-top: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-s6gYDTWsu7 .line {
  width: 125px;
  height: 1px;
  display: inline-block;
  background: #013e7d;
  transition: background 0.3s;
  margin-bottom: 1.5rem;
}
.cid-s6gYDTWsu7 .line2 {
  background: #013e7d;
}
.cid-s6gYDTWsu7 .plan {
  word-break: break-word;
  position: relative;
  max-width: 300px;
  padding-right: 0;
  padding-left: 0;
}
.cid-s6gYDTWsu7 .plan .list-group-item {
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
  border: 0;
}
.cid-s6gYDTWsu7 .plan .list-group-item::after {
  position: absolute;
  bottom: 0;
  left: 20%;
  width: 60%;
  height: 2px;
  content: "";
  background-color: #eaeaea;
}
.cid-s6gYDTWsu7 .plan .list-group-item:last-child::after {
  display: none;
}
.cid-s6gYDTWsu7 .plan-header,
.cid-s6gYDTWsu7 .plan-body {
  background-color: #daecf4;
}
.cid-s6gYDTWsu7 .price-value {
  vertical-align: top;
}
@media (max-width: 550px) {
  .cid-s6gYDTWsu7 .price-figure {
    font-size: 4.25rem;
  }
}
.cid-s6gYDTWsu7 .color1 {
  color: #0091DA;
}
.cid-s6gYDTWsu7 .color2 {
  color: #0091DA;
}
.cid-s6gYDTWsu7 LI {
  color: #121525;
}
.cid-s6gYDTWsu7 .price-term {
  color: #0091DA;
}
.cid-s6gYDTWsu7 .title {
  color: #013e7d;
}
.cid-s6gYDTWsu7 .plan-title {
  color: #013e7d;
}
.cid-s6gYDTWsu7 P {
  color: #013e7d;
  font-family: Open Sans;
}
.cid-s6NXSdVvrb {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-s6NXSdVvrb {
    padding-top: 20px;
    padding-bottom: 30px;
  }
}
.cid-s6NXSdVvrb .text {
  padding: 0;
}
.cid-s6NXSdVvrb section {
  position: relative;
}
.cid-s6NXSdVvrb h3 {
  padding-bottom: 0;
  margin-bottom: 0;
}
.cid-s6NXSdVvrb .mbr-iconfont {
  padding: 0!important;
}
.cid-s6NXSdVvrb .back {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background-color: #ffffff;
}
.cid-s6NXSdVvrb .box {
  background-image: url("../../images/rpm-thank-you-happy-new-year-2000x1119.png");
  background-size: cover;
  background-position: center;
  height: 550px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-s6NXSdVvrb .icon-wrap {
  background-color: #0c57bf !important;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.cid-s6NXSdVvrb .icon-wrap:hover {
  transform: scale(1.1);
}
.cid-s6NXSdVvrb .icon-wrap span {
  padding-left: 8px;
}
.cid-s6NXSdVvrb .mbr-media span {
  font-size: 30px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #ffffff !important;
}
.cid-s6NXSdVvrb .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-s6NXSdVvrb .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-s6NXSdVvrb .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-s6NXSdVvrb .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-s6NXSdVvrb a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-s6NXSdVvrb a.close:hover {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-s6NXSdVvrb {
    padding-top: 14px;
    padding-bottom: 21px;
  }
  .cid-s6NXSdVvrb .box {
    height: 250px;
  }
  .cid-s6NXSdVvrb .row {
    padding: 1rem!important;
  }
}
.cid-s6lKqvSm0I {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #013e7d;
}
.cid-s6lKqvSm0I .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-s6lKqvSm0I a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-s6lKqvSm0I .mbr-section-btn {
  margin: 0;
}
.cid-s6lKqvSm0I .form-control {
  box-shadow: none;
  padding: 1.07em 1.07em;
  background-color: #f5f5f5;
  border: 1px solid #ffffff;
  color: #656565;
  line-height: 1.43;
  min-height: 3.5em;
  border-radius: .25rem;
}
.cid-s6lKqvSm0I .form-control:focus,
.cid-s6lKqvSm0I .form-control:hover {
  border: 1px solid #e8e8e8;
  background-color: #f5f5f5;
}
.cid-s6lKqvSm0I .form-group {
  margin-bottom: 1rem;
}
.cid-s6lKqvSm0I input::-webkit-input-placeholder,
.cid-s6lKqvSm0I textarea::-webkit-input-placeholder {
  color: #656565;
}
.cid-s6lKqvSm0I input:-moz-placeholder,
.cid-s6lKqvSm0I textarea:-moz-placeholder {
  color: #656565;
}
.cid-s6lKqvSm0I .jq-selectbox li,
.cid-s6lKqvSm0I .jq-selectbox li {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-s6lKqvSm0I .jq-selectbox li:hover,
.cid-s6lKqvSm0I .jq-selectbox li.selected {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-s6lKqvSm0I .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-s6lKqvSm0I .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-s6lKqvSm0I .form-group,
.cid-s6lKqvSm0I .mbr-section-btn {
  padding-left: 7.5px;
  padding-right: 7.5px;
}
@media (min-width: 992px) {
  .cid-s6lKqvSm0I .col-auto.mbr-section-btn .btn {
    padding-top: 0;
    padding-bottom: 0;
    height: 100%;
    margin: 0 !important;
  }
}
@media (min-width: 768px) {
  .cid-s6lKqvSm0I .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-s6lKqvSm0I .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
}
@media (max-width: 499px) {
  .cid-s6lKqvSm0I .form-block {
    padding: 1rem;
  }
}
.cid-s6lKqvSm0I H4 {
  color: #ffffff;
}
.cid-s6lKqvSm0I P {
  color: #ffffff;
}
.cid-s6k5E8yJou {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #013e7d;
}
.cid-s6k5E8yJou h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-s6k5E8yJou p {
  color: #767676;
  text-align: left;
}
.cid-s6k5E8yJou .card-box {
  padding-top: 2rem;
}
.cid-s6k5E8yJou .card-wrapper {
  height: 100%;
}
.cid-s6k5E8yJou img {
  border-radius: 100%;
  height: 250px;
  width: 250px;
  object-fit: cover;
}
.cid-s6k5E8yJou P {
  text-align: center;
}
.cid-s6k5E8yJou .card-title {
  text-align: center;
  color: #ffffff;
}
.cid-s6k5E8yJou .card-img {
  position: relative;
}
.cid-s6k5E8yJou .card-icon {
  position: absolute;
  background: #ffffff;
  height: 70px;
  width: 70px;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.22);
  border-radius: 100%;
  padding: 1rem;
  left: 1rem;
  justify-content: center;
  align-items: center;
  display: flex;
  top: 1rem;
}
.cid-s6k5E8yJou .card-icon .mbr-iconfont {
  font-size: 2rem;
  color: #013e7d;
}
.cid-s6kfmIxiUk {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s6kfmIxiUk .card {
  padding: 1rem 1rem 3rem 1rem;
}
.cid-s6kfmIxiUk .card-img {
  padding-bottom: 2rem;
}
.cid-s6kfmIxiUk .mbr-text {
  color: #767676;
}
.cid-s6kfmIxiUk span {
  font-size: 14px;
  color: #ffffff;
}
.cid-s6kfmIxiUk .date span {
  display: inline-block;
  background-color: #a6def6;
  padding: 0.2rem 1rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 90%;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-s6kfmIxiUk .card-title {
    text-align: center;
  }
  .cid-s6kfmIxiUk p.mbr-text,
  .cid-s6kfmIxiUk p.date {
    text-align: center;
  }
}
.cid-s6kfmIxiUk H2 {
  color: #013e7d;
}
.cid-s6kfmIxiUk .card-title,
.cid-s6kfmIxiUk .card-img {
  text-align: center;
  color: #0091DA;
}
.cid-s6kfmIxiUk img {
  border: 1px solid #013e7d;
}
.cid-s6BY6TaZnW {
  padding-top: 50px;
  padding-bottom: 0px;
  background-color: #daecf4;
}
.cid-s6BY6TaZnW .mbr-section-title {
  letter-spacing: .1em;
  font-family: Open Sans;
}
.cid-s6BY6TaZnW .mbr-text {
  letter-spacing: 0.03rem;
}
.cid-s6BY6TaZnW .card-img span {
  font-size: 100px;
}
.cid-s6BY6TaZnW .mbr-text,
.cid-s6BY6TaZnW .mbr-section-btn {
  color: #012168;
  font-family: Open Sans;
}
.cid-s7iu6cZNwQ {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #daecf4;
}
.cid-s7iu6cZNwQ .counter-container {
  color: #464646;
}
.cid-s7iu6cZNwQ .counter-container div {
  margin-left: 5rem;
  margin-bottom: 1rem;
  padding-left: 5rem;
}
.cid-s7iu6cZNwQ .counter-container li {
  list-style: none;
  padding-left: 6rem;
  position: relative;
}
.cid-s7iu6cZNwQ .counter-container .counter {
  text-overflow: clip;
  overflow: hidden;
  white-space: nowrap;
  font-size: 30px;
  position: absolute;
  left: 0;
  display: inline-block;
  margin: 0 0 5 300px;
  line-height: 40px;
  transition: all .2s;
  width: 260px;
  height: 40px;
  font-family: Open Sans;
}
.cid-s7iu6cZNwQ H4 {
  color: #0091DA;
}
.cid-s8BsLJfxsw {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f4f8fa;
}
.cid-s8BsLJfxsw img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-s8BsLJfxsw img:hover {
  transform: scale(1.1);
}
.cid-s8BsLJfxsw .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-s8BsLJfxsw h2 {
  padding: 0;
  margin: 0;
}
.cid-s8BsLJfxsw .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-s8BsLJfxsw .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-s8BsLJfxsw .number {
  border-top: 2px solid currentColor;
  padding-top: 0.6rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 992px) {
  .cid-s8BsLJfxsw .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-s8BsLJfxsw .btn {
    min-width: 200px!important;
    padding: 0.6rem 0.8rem!important;
  }
  .cid-s8BsLJfxsw .text-col {
    padding: 2rem 1rem;
  }
}
.cid-s8BsLJfxsw H2 {
  color: #333333;
}
.cid-s8BsLJfxsw .mbr-text {
  color: #0c57bf;
  text-align: center;
}
.cid-s8BsLJfxsw H1 {
  text-align: center;
  color: #012168;
}
.cid-s8BsLJfxsw .buttonwidth {
  width: 227px;
  height: 51px;
  align: center;
}
.cid-s8BsLJfxsw .mbr-buttons {
  align: center;
}
.cid-s6g61ozbfB {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #013e7d;
}
.cid-s6g61ozbfB .listico {
  padding-right: 1rem;
  font-size: 1.3rem;
}
.cid-s6g61ozbfB .navbar-logo {
  width: 80px;
  margin-bottom: 10px;
}
.cid-s6g61ozbfB .mbr-text {
  color: #444;
}
.cid-s6g61ozbfB h5 {
  margin-bottom: 0;
}
.cid-s6g61ozbfB .navbar-brand {
  margin: 0rem;
  width: 100%;
}
.cid-s6g61ozbfB .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s6g61ozbfB .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
  object-fit: cover;
}
.cid-s6g61ozbfB .socicon {
  font-size: 1.3rem;
  background: #ff4a52;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-s6g61ozbfB .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-s6g61ozbfB .social-list .soc-item {
  margin: 0 .3rem;
}
.cid-s6g61ozbfB .social-list a {
  margin: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-s6g61ozbfB .social-list a:hover {
  opacity: .4;
}
.cid-s6g61ozbfB .media-container-row > div {
  padding: 0px;
}
.cid-s6g61ozbfB .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-s6g61ozbfB .group-title {
  text-align: left;
  color: #ffffff;
}
.cid-s6g61ozbfB .group-title SPAN {
  color: #ffffff;
}
.cid-s6g61ozbfB .links {
  color: #ffffff;
  line-height: 1.6;
}
@media (max-width: 991px) {
  .cid-s6g61ozbfB .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-s6g61ozbfB .social-list,
  .cid-s6g61ozbfB .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-s6g61ozbfB h3 {
    margin-bottom: 10px;
  }
  .cid-s6g61ozbfB .navbar-brand {
    text-align: center;
  }
}
.cid-s6g61ozbfB .links SPAN {
  color: #9e9e9e;
}
.cid-s6g61ozbfB .links,
.cid-s6g61ozbfB .navbar-brand {
  color: #fafafa;
}
.cid-s6IGYbytWZ {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #767676;
}
.cid-s6IGYbytWZ a:link {
  text-decoration: none;
}
.cid-s6IGYbytWZ .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-s6IGYbytWZ .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-s6IGYbytWZ .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-s6IGYbytWZ .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-s6IGYbytWZ .foot-menu {
  -webkit-flex-direction: row;
  flex-direction: row;
  margin: 0;
  margin-bottom: 8px;
  padding: .6em 0;
}
.cid-s6IGYbytWZ .foot-menu > li {
  font-size: 14px;
  padding: 0;
  display: inline-block;
}
.cid-s6IGYbytWZ .foot-menu > li .rhombus {
  width: 0;
  height: 0;
  right: 4px;
  border: 4px solid transparent;
  border-bottom-color: #ffffff;
  position: relative;
  top: -19px;
}
.cid-s6IGYbytWZ .foot-menu > li .rhombus::after {
  width: 0;
  height: 0;
  content: '';
  position: absolute;
  left: -4px;
  top: 4px;
  border: 4px solid transparent;
  border-top-color: #ffffff;
}
.cid-s6IGYbytWZ .foot-menu li a {
  font-family: 'OpenSans', sans-serif;
  display: inline-block;
  letter-spacing: 2px;
  padding: 0 10px;
}
.cid-s6IGYbytWZ .plan-title,
.cid-s6IGYbytWZ .text-letter {
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-weight: 600;
}
.cid-s6IGYbytWZ .plan-title {
  color: #444444;
}
@media (max-width: 767px) {
  .cid-s6IGYbytWZ .foot-menu {
    padding: 15px 1rem;
  }
}
.cid-s6IGYbytWZ .mbr-section-title span {
  color: #ffbc00;
}
.cid-s6IGYbytWZ .mbr-section-title {
  color: #ffffff;
}
.cid-s6IGYbytWZ P {
  color: #ffffff;
  font-family: Open Sans;
  font-size: 13px;
}
.cid-s6fTM3ysaA .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 77px;
}

.cid-s6fTM3ysaA .menu-logo {
  display: flex;
  position: relative;
  -webkit-align-items: center;
  align-items: center;
  margin-right: auto;
}
.cid-s6fTM3ysaA .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s6fTM3ysaA .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: left;
  align-items: left;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-s6fTM3ysaA .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-s6fTM3ysaA .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-s6fTM3ysaA .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-s6fTM3ysaA .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-s6fTM3ysaA .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-s6fTM3ysaA a {
  font-style: normal;
}
.cid-s6fTM3ysaA .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: middle;
  position: relative;
  text-decoration: none;
}
.cid-s6fTM3ysaA .nav-item a {
  padding: 0.4rem 0 !important;
}
.cid-s6fTM3ysaA .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s6fTM3ysaA .dropdown-item:hover:before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  width: 16px;
}
.cid-s6fTM3ysaA .content-text {
  margin-bottom: 0;
  color: #012168;
  text-align: left;
}
.cid-s6fTM3ysaA .navbar-nav {
  position: relative;
  min-height: 60px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-s6fTM3ysaA .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #013e7d;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-s6fTM3ysaA .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
  .cid-s6fTM3ysaA .navbar-nav .nav-item a {
    margin: 0 1.3rem !important;
  }
}
@media (max-width: 991px) {
  .cid-s6fTM3ysaA .navbar-nav .nav-item a {
    margin: 0 !important;
  }
}
.cid-s6fTM3ysaA .navbar-nav .nav-item span {
  padding-right: 0.1rem;
}
.cid-s6fTM3ysaA .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-s6fTM3ysaA .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-s6fTM3ysaA .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-s6fTM3ysaA .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-s6fTM3ysaA .nav-dropdown .link {
  font-weight: 400;
}
.cid-s6fTM3ysaA .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-s6fTM3ysaA .content-right-side {
  text-align: center;
}
@media (max-width: 575px) {
  .cid-s6fTM3ysaA .content-right-side {
    display: flex;
    flex-direction: column;
    padding: 0.5rem 0;
  }
  .cid-s6fTM3ysaA .content-right-side .content-link {
    font-size: 0.8rem;
    margin: 0;
    padding-bottom: 1rem;
    display: flex;
    justify-content: space-between;
    text-align: center;
  }
}
.cid-s6fTM3ysaA .menu-content-top {
  display: none;
  padding: 1rem 0;
  transition: height 0.3s ease-in-out;
}
.cid-s6fTM3ysaA .menu-content-top.show {
  display: block;
}
.cid-s6fTM3ysaA .content-right-side .content-link {
  margin-left: 1rem;
}
.cid-s6fTM3ysaA .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}

 .cid-s6fTM3ysaA .navbar .menu-content-top {
    display: block;
  }



@media (max-width: 1091px) {
	
	 
  .cid-s6fTM3ysaA .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: block;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 40px;
  }
	
  .cid-s6fTM3ysaA .content-left-side {
    text-align: left;
    padding-bottom: 1rem;
  }
  .cid-s6fTM3ysaA .dropdown-item {
    padding: 0.235em 0 !important;
    margin: 0 !important;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
  }
  .cid-s6fTM3ysaA .dropdown-item:before {
    display: none;
  }
  .cid-s6fTM3ysaA .menu-logo {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .cid-s6fTM3ysaA .menu-bottom {
    width: 100%;
    padding: 0 1rem;
    display: block;
  }
  .cid-s6fTM3ysaA img {
    height: 3.8rem !important;
  }
  .cid-s6fTM3ysaA .btn {
    display: flex;
  }
  .cid-s6fTM3ysaA button.navbar-toggler {
    display: block;
  }
  .cid-s6fTM3ysaA .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-s6fTM3ysaA .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-s6fTM3ysaA .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-s6fTM3ysaA .navbar-collapse.collapsing,
  .cid-s6fTM3ysaA .navbar-collapse.show {
    display: block !important;
  }
  .cid-s6fTM3ysaA .navbar-collapse.collapsing .navbar-nav,
  .cid-s6fTM3ysaA .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-s6fTM3ysaA .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-s6fTM3ysaA .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
    padding: 0.5rem 0;
  }
  .cid-s6fTM3ysaA .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-s6fTM3ysaA .navbar-collapse.show .navbar-nav .nav-item:last-child {
    /*margin-bottom: 1rem;*/
  }
  .cid-s6fTM3ysaA .navbar-collapse.collapsing .navbar-buttons,
  .cid-s6fTM3ysaA .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-s6fTM3ysaA .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-s6fTM3ysaA .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-s6fTM3ysaA .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-s6fTM3ysaA .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    /*padding: 1.4rem 0;*/
    visibility: visible;
  }
  .cid-s6fTM3ysaA .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-s6fTM3ysaA .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
	
	 .cid-s6fTM3ysaA .navbar .menu-content-top {
    display: none;
  }
	
	#navbarSupportedContent {
		margin-top: 70px;
		
	}
}
@media (min-width: 991px) {
  .cid-s6fTM3ysaA .menu-content-top .row {
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .cid-s6fTM3ysaA .content-right-side {
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-flex-basis: 70%;
    flex-basis: 70%;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: right;
  }
  .cid-s6fTM3ysaA .menu-content-top {
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  }
  .cid-s6fTM3ysaA .menu-bottom {
    display: flex;
  }
  .cid-s6fTM3ysaA .navbar {
    display: block;
    padding: 0;
  }
  .cid-s6fTM3ysaA .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }

  .cid-s6fTM3ysaA .navbar-toggler {
    display: none;
  }
}
.cid-s6fTM3ysaA .navbar-short .menu-content-top {
  border: none;
}
.cid-s6fTM3ysaA .btn {
  padding: 0.7rem 1.5rem;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s6fTM3ysaA .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-s6fTM3ysaA .navbar-toggleable-sm .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  padding-right: 5rem;
  width: 100%;
}
.cid-s6fTM3ysaA .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-s6fTM3ysaA .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-s6fTM3ysaA .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-s6fTM3ysaA .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-s6fTM3ysaA .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-s6fTM3ysaA .dropdown .dropdown-menu .dropdown-item {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s6fTM3ysaA .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-s6fTM3ysaA .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-s6fTM3ysaA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s6fTM3ysaA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s6fTM3ysaA .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-s6fTM3ysaA .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s6fTM3ysaA .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-s6fTM3ysaA .navbar.navbar-short {
  
}
.cid-s6fTM3ysaA .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-s6fTM3ysaA .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-s6fTM3ysaA .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-s6fTM3ysaA .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-s6fTM3ysaA button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
}
.cid-s6fTM3ysaA button.navbar-toggler:focus {
  outline: none;
}
.cid-s6fTM3ysaA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-s6fTM3ysaA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s6fTM3ysaA button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s6fTM3ysaA button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s6fTM3ysaA button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s6fTM3ysaA nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s6fTM3ysaA nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s6fTM3ysaA nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s6fTM3ysaA nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s6fTM3ysaA .collapsed.navbar {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-s6fTM3ysaA .collapsed .menu-bottom {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s6fTM3ysaA .collapsed .menu-logo {
  margin-right: 0;
}
.cid-s6fTM3ysaA .collapsed .btn {
  display: flex;
}
.cid-s6fTM3ysaA .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-s6fTM3ysaA .collapsed .navbar-collapse.collapsing,
.cid-s6fTM3ysaA .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-s6fTM3ysaA .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-s6fTM3ysaA .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-s6fTM3ysaA .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-s6fTM3ysaA .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-s6fTM3ysaA .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-s6fTM3ysaA .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-s6fTM3ysaA .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-s6fTM3ysaA .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-s6fTM3ysaA .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-s6fTM3ysaA .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-s6fTM3ysaA .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem  - 3.5rem);
  }
  .cid-s6fTM3ysaA .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-s6fTM3ysaA .collapsed button.navbar-toggler {
  display: block;
  -webkit-align-self: center;
  align-self: center;
}
.cid-s6fTM3ysaA .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-s6fTM3ysaA .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-s6fTM3ysaA .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .25s;
  transition-property: opacity, padding, height;
}
.cid-s6fTM3ysaA .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-s6fTM3ysaA .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-s6fTM3ysaA .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-s6fTM3ysaA .collapsed .dropdown-item:before {
  display: none;
}
.cid-s6fTM3ysaA .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-s6fTM3ysaA .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-s6fTM3ysaA .nav-link:focus {
  outline: none;
}
.cid-s6fTM3ysaA .navbar-toggler {
  position: relative;
  margin-top: 20px;
}
.cid-s6fTM3ysaA .dropdown-item.active,
.cid-s6fTM3ysaA .dropdown-item:active {
  background-color: #ffffff;
  color: auto;
}
.cid-s6fTM3ysaA .nav-link:hover,
.cid-s6fTM3ysaA .dropdown-item:hover {
  color: #0091DA;
}
.cid-s6fTM3ysaA p {
  font-family: Open Sans;
  color: #012168;
}
.cid-s6fTM3ysaA P {
  text-align: left;
}
.cid-s8kcjIck0O.popup-builder {
  background-color: #ffffff;
}
.cid-s8kcjIck0O.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-s8kcjIck0O.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-s8kcjIck0O .modal-content,
.cid-s8kcjIck0O .modal-dialog {
  height: auto;
}
.cid-s8kcjIck0O .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-s8kcjIck0O .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-s8kcjIck0O .form-wrapper .mbr-form .form-group,
  .cid-s8kcjIck0O .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-s8kcjIck0O .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-s8kcjIck0O .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-s8kcjIck0O .mbr-text {
  text-align: left;
}
.cid-s8kcjIck0O .pt-0 {
  padding-top: 0 !important;
}
.cid-s8kcjIck0O .pb-0 {
  padding-bottom: 0 !important;
}
.cid-s8kcjIck0O .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-s8kcjIck0O .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-s8kcjIck0O .modal-open {
  overflow: hidden;
}
.cid-s8kcjIck0O .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-s8kcjIck0O .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-s8kcjIck0O .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-s8kcjIck0O .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-s8kcjIck0O .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-s8kcjIck0O .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-s8kcjIck0O .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-s8kcjIck0O .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-s8kcjIck0O .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-s8kcjIck0O .modal-backdrop.fade {
  opacity: 0;
}
.cid-s8kcjIck0O .modal-backdrop.show {
  opacity: .5;
}
.cid-s8kcjIck0O .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-s8kcjIck0O .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-s8kcjIck0O .modal-header .close:hover {
  opacity: 1;
}
.cid-s8kcjIck0O .modal-header .close:focus {
  outline: none;
}
.cid-s8kcjIck0O .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-s8kcjIck0O .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-s8kcjIck0O .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-s8kcjIck0O .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-s8kcjIck0O .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-s8kcjIck0O .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-s8kcjIck0O .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-s8kcjIck0O .modal-sm {
    max-width: 300px;
  }
  .cid-s8kcjIck0O .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-s8kcjIck0O .modal-lg,
  .cid-s8kcjIck0O .modal-xl {
    max-width: 800px;
  }
  .cid-s8kcjIck0O .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-s8kcjIck0O .modal-xl {
    max-width: 1140px;
  }
  .cid-s8kcjIck0O .container {
    max-width: 1140px;
  }
}
.cid-s8kcjIck0O .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-s8kcjIck0O .container {
    max-width: 720px;
  }
}
.cid-s8kcjIck0O .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-s8kcjIck0O .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-s8kcjIck0O .form-group {
  margin-bottom: 1rem;
}
.cid-s8kcjIck0O .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-s8kcjIck0O .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-s8kcjIck0O .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-s6fTM3ysaA .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 77px;
	width:auto;
}
@media (max-width: 1091px) {
  .cid-s6fTM3ysaA .navbar .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 2.5385em 2em 3.5385em !important;
    margin: 0 !important;
  }
	.cid-s6fTM3ysaA .navbar {
    width: 100%;
}
	
	a.mbr-black.text-primary {
    font-size: 12px;
}
}
.cid-s6fTM3ysaA .menu-logo {
  display: flex;
  position: relative;
  -webkit-align-items: center;
  align-items: center;
  margin-right: auto;
}
.cid-s6fTM3ysaA .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s6fTM3ysaA .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: left;
  align-items: left;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-s6fTM3ysaA .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-s6fTM3ysaA .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-s6fTM3ysaA .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-s6fTM3ysaA .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-s6fTM3ysaA .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-s6fTM3ysaA a {
  font-style: normal;
}
.cid-s6fTM3ysaA .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: middle;
  position: relative;
  text-decoration: none;
}
.cid-s6fTM3ysaA .nav-item a {
  padding: 0.4rem 0 !important;
}
.cid-s6fTM3ysaA .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s6fTM3ysaA .dropdown-item:hover:before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  width: 16px;
}
.cid-s6fTM3ysaA .content-text {
  margin-bottom: 0;
  color: #012168;
  text-align: left;
}
.cid-s6fTM3ysaA .navbar-nav {
  position: relative;
  min-height: 60px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-s6fTM3ysaA .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #013e7d;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-s6fTM3ysaA .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
  .cid-s6fTM3ysaA .navbar-nav .nav-item a {
    margin: 0 1.3rem !important;
  }
}
@media (max-width: 991px) {
  .cid-s6fTM3ysaA .navbar-nav .nav-item a {
    margin: 0 !important;
  }
}
.cid-s6fTM3ysaA .navbar-nav .nav-item span {
  padding-right: 0.1rem;
}
.cid-s6fTM3ysaA .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-s6fTM3ysaA .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-s6fTM3ysaA .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-s6fTM3ysaA .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-s6fTM3ysaA .nav-dropdown .link {
  font-weight: 400;
}
.cid-s6fTM3ysaA .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-s6fTM3ysaA .content-right-side {
  text-align: center;
}
@media (max-width: 575px) {
  .cid-s6fTM3ysaA .content-right-side {
    display: flex;
    flex-direction: column;
    padding: 0.5rem 0;
  }
  .cid-s6fTM3ysaA .content-right-side .content-link {
    font-size: 0.8rem;
    margin: 0;
    padding-bottom: 1rem;
    display: flex;
    justify-content: space-between;
  }
}
.cid-s6fTM3ysaA .menu-content-top {
  display: none;
  padding: 1rem 0;
  transition: height 0.3s ease-in-out;
}
.cid-s6fTM3ysaA .menu-content-top.show {
  display: block;
}
.cid-s6fTM3ysaA .content-right-side .content-link {
  margin-left: 1rem;
}
.cid-s6fTM3ysaA .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
@media (max-width: 1091px) {
	
	.topNavStuff {
		display: block;
		text-align: center !important;
	}
	
	.navbar-toggler {
	display: block !important;
}
	
	
	
  .cid-s6fTM3ysaA .content-left-side {
    text-align: left;
    padding-bottom: 1rem;
  }
  .cid-s6fTM3ysaA .dropdown-item {
    padding: 0.235em 0 !important;
    margin: 0 !important;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
  }
  .cid-s6fTM3ysaA .dropdown-item:before {
    display: none;
  }
  .cid-s6fTM3ysaA .menu-logo {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .cid-s6fTM3ysaA .menu-bottom {
    width: 100%;
    padding: 0 1rem;
    display: block;
  }
  .cid-s6fTM3ysaA img {
    height: 3.8rem !important;
  }
  .cid-s6fTM3ysaA .btn {
    display: flex;
  }
  .cid-s6fTM3ysaA button.navbar-toggler {
    display: block;
  }
  .cid-s6fTM3ysaA .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-s6fTM3ysaA .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
	 height: auto;
  }
  .cid-s6fTM3ysaA .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-s6fTM3ysaA .navbar-collapse.collapsing,
  .cid-s6fTM3ysaA .navbar-collapse.show {
    display: block !important;
  }
  .cid-s6fTM3ysaA .navbar-collapse.collapsing .navbar-nav,
  .cid-s6fTM3ysaA .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-s6fTM3ysaA .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-s6fTM3ysaA .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
    padding: 0.5rem 0;
  }
  .cid-s6fTM3ysaA .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-s6fTM3ysaA .navbar-collapse.show .navbar-nav .nav-item:last-child {
    /*margin-bottom: 1rem;*/
  }
  .cid-s6fTM3ysaA .navbar-collapse.collapsing .navbar-buttons,
  .cid-s6fTM3ysaA .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-s6fTM3ysaA .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-s6fTM3ysaA .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-s6fTM3ysaA .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-s6fTM3ysaA .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    /*padding: 1.4rem 0;*/
    visibility: visible;
  }
  .cid-s6fTM3ysaA .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-s6fTM3ysaA .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 991px) {
  .cid-s6fTM3ysaA .menu-content-top .row {
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .cid-s6fTM3ysaA .content-right-side {
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-flex-basis: 70%;
    flex-basis: 70%;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: right;
	  padding-right: 100px;
  }
  .cid-s6fTM3ysaA .menu-content-top {
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  }
  .cid-s6fTM3ysaA .menu-bottom {
    display: flex;
  }
  .cid-s6fTM3ysaA .navbar {
    display: block;
    padding: 0;
  }
  .cid-s6fTM3ysaA .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }

  .cid-s6fTM3ysaA .navbar-toggler {
    display: none;
  }
}
.cid-s6fTM3ysaA .navbar-short .menu-content-top {
  border: none;
}
.cid-s6fTM3ysaA .btn {
  padding: 0.7rem 1.5rem;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s6fTM3ysaA .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-s6fTM3ysaA .navbar-toggleable-sm .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  padding-right: 5rem;
  width: 100%;
}
.cid-s6fTM3ysaA .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-s6fTM3ysaA .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-s6fTM3ysaA .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-s6fTM3ysaA .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  /*padding-bottom: 1.4rem;*/
  text-align: left;
}
@media (max-width: 991px) {
  .cid-s6fTM3ysaA .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-s6fTM3ysaA .dropdown .dropdown-menu .dropdown-item {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s6fTM3ysaA .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-s6fTM3ysaA .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-s6fTM3ysaA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s6fTM3ysaA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s6fTM3ysaA .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-s6fTM3ysaA .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s6fTM3ysaA .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-s6fTM3ysaA .navbar.navbar-short {
  
}
.cid-s6fTM3ysaA .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-s6fTM3ysaA .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-s6fTM3ysaA .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-s6fTM3ysaA .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-s6fTM3ysaA button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
}
.cid-s6fTM3ysaA button.navbar-toggler:focus {
  outline: none;
}
.cid-s6fTM3ysaA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-s6fTM3ysaA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s6fTM3ysaA button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s6fTM3ysaA button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s6fTM3ysaA button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s6fTM3ysaA nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s6fTM3ysaA nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s6fTM3ysaA nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s6fTM3ysaA nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s6fTM3ysaA .collapsed.navbar {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-s6fTM3ysaA .collapsed .menu-bottom {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s6fTM3ysaA .collapsed .menu-logo {
  margin-right: 0;
}
.cid-s6fTM3ysaA .collapsed .btn {
  display: flex;
}
.cid-s6fTM3ysaA .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-s6fTM3ysaA .collapsed .navbar-collapse.collapsing,
.cid-s6fTM3ysaA .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-s6fTM3ysaA .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-s6fTM3ysaA .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-s6fTM3ysaA .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-s6fTM3ysaA .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-s6fTM3ysaA .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-s6fTM3ysaA .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-s6fTM3ysaA .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-s6fTM3ysaA .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-s6fTM3ysaA .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-s6fTM3ysaA .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-s6fTM3ysaA .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem  - 3.5rem);
  }
  .cid-s6fTM3ysaA .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-s6fTM3ysaA .collapsed button.navbar-toggler {
  display: block;
  -webkit-align-self: center;
  align-self: center;
}
.cid-s6fTM3ysaA .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-s6fTM3ysaA .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-s6fTM3ysaA .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .25s;
  transition-property: opacity, padding, height;
}
.cid-s6fTM3ysaA .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-s6fTM3ysaA .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-s6fTM3ysaA .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-s6fTM3ysaA .collapsed .dropdown-item:before {
  display: none;
}
.cid-s6fTM3ysaA .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-s6fTM3ysaA .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-s6fTM3ysaA .nav-link:focus {
  outline: none;
}
.cid-s6fTM3ysaA .navbar-toggler {
  position: relative;
  margin-top: 20px;
}
.cid-s6fTM3ysaA .dropdown-item.active,
.cid-s6fTM3ysaA .dropdown-item:active {
  background-color: #ffffff;
  color: auto;
}
.cid-s6fTM3ysaA .nav-link:hover,
.cid-s6fTM3ysaA .dropdown-item:hover {
  color: #0091DA;
}
.cid-s6fTM3ysaA p {
  font-family: Open Sans;
  color: #012168;
}
.cid-s6fTM3ysaA P {
  text-align: left;
}
#wowslider-1m .mbr-wowslider {
  margin-top: 0px;
  cursor: default !important;
}
@media (max-width: 800px) {
  #wowslider-1m .mbr-wowslider {
    margin-top: 0px !important;
    padding-top: 0px !important;
  }
}
#wowslider-1m .ws_next {
  display: none !important;
}
#wowslider-1m .ws_prev {
  display: none !important;
}
#wowslider-1m .ws_playpause {
  display: none !important;
}
.cid-s6kq4nfLQ8 {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-s6kq4nfLQ8 .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-s6kq4nfLQ8 a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-s6kq4nfLQ8 .mbr-section-btn {
  margin: 0;
}
.cid-s6kq4nfLQ8 .form-control {
  box-shadow: none;
  padding: 1.07em 1.07em;
  background-color: #f5f5f5;
  border: 1px solid #ffffff;
  color: #656565;
  line-height: 1.43;
  min-height: 3.5em;
  border-radius: .25rem;
}
.cid-s6kq4nfLQ8 .form-control:focus,
.cid-s6kq4nfLQ8 .form-control:hover {
  border: 1px solid #e8e8e8;
  background-color: #f5f5f5;
}
.cid-s6kq4nfLQ8 .form-group {
  margin-bottom: 1rem;
}
.cid-s6kq4nfLQ8 input::-webkit-input-placeholder,
.cid-s6kq4nfLQ8 textarea::-webkit-input-placeholder {
  color: #656565;
}
.cid-s6kq4nfLQ8 input:-moz-placeholder,
.cid-s6kq4nfLQ8 textarea:-moz-placeholder {
  color: #656565;
}
.cid-s6kq4nfLQ8 .jq-selectbox li,
.cid-s6kq4nfLQ8 .jq-selectbox li {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-s6kq4nfLQ8 .jq-selectbox li:hover,
.cid-s6kq4nfLQ8 .jq-selectbox li.selected {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-s6kq4nfLQ8 .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-s6kq4nfLQ8 .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-s6kq4nfLQ8 .form-group,
.cid-s6kq4nfLQ8 .mbr-section-btn {
  padding-left: 7.5px;
  padding-right: 7.5px;
}
@media (min-width: 992px) {
  .cid-s6kq4nfLQ8 .col-auto.mbr-section-btn .btn {
    padding-top: 0;
    padding-bottom: 0;
    height: 100%;
    margin: 0 !important;
  }
}
@media (min-width: 768px) {
  .cid-s6kq4nfLQ8 .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-s6kq4nfLQ8 .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
}
@media (max-width: 499px) {
  .cid-s6kq4nfLQ8 .form-block {
    padding: 1rem;
  }
}
.cid-s6kq4nfLQ8 H4 {
  color: #013e7d;
}
.cid-s6kq4nfLQ8 P {
  color: #ffffff;
}
.cid-s6kq4nfLQ8 hr.new1 {
  border-top: 1px solid #013e7d;
  width: 350px;
}
.cid-s6kq4nfLQ8 hr.new2 {
  border-top: 1px solid #013e7d;
  width: 350px;
}
.cid-s88XCp7N0N .easyhtml5video {
  margin: auto;
}
.cid-s6CAZSLzwn {
  padding-top: 0px;
  padding-bottom: 20px;
  background-color: #ffffff;
}
.cid-s6CAZSLzwn .mbr-section-title {
  letter-spacing: .1em;
}
.cid-s6CAZSLzwn .mbr-text {
  letter-spacing: 0.03rem;
}
.cid-s6CAZSLzwn .card-img span {
  font-size: 100px;
}
.cid-s6CAZSLzwn .mbr-text,
.cid-s6CAZSLzwn .mbr-section-btn {
  color: #0091DA;
}
@media screen and (max-width: 480px) {
  .cid-s6CAZSLzwn .column2 {
    margin-top: -260px;
    padding: 0px;
  }
  .cid-s6CAZSLzwn h1 {
    margin-top: -250;
  }
}
.cid-s6OaEwMd2Q {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-s6OaEwMd2Q .mbr-text,
.cid-s6OaEwMd2Q .ornament {
  text-align: left;
}
.cid-s7FdawlQtc {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-s7FdawlQtc .mbr-text,
.cid-s7FdawlQtc .ornament {
  color: #0c57bf;
  text-align: left;
}
.cid-s6CBsBdaW0 {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-s6CBsBdaW0 .mbr-text,
.cid-s6CBsBdaW0 .ornament {
  text-align: left;
}
.cid-s6Z0iLxO5l {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #daecf4;
  overflow: hidden;
}
.cid-s6Z0iLxO5l svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-s6Z0iLxO5l #e2_shape {
  fill: #daecf4 !important;
}
.cid-s6Z0iLxO5l img {
  border-radius: 10px;
  margin: auto;
}
@media (max-width: 576px) {
  .cid-s6Z0iLxO5l img {
    width: 90%!important;
  }
}
.cid-s6Z0iLxO5l H1 {
  color: #012168;
}
.cid-s6YZHsprZI {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-s6YZHsprZI .mbr-text,
.cid-s6YZHsprZI .ornament {
  text-align: left;
}
.cid-s6CKr4j2cb {
  padding-top: 15px;
  padding-bottom: 60px;
  background: #ffffff;
  background: linear-gradient(90deg, #ffffff, #ffffff);
}
.cid-s6CKr4j2cb .mbr-section-title {
  margin-bottom: 0;
  text-align: left;
}
.cid-s6CKr4j2cb .mbr-role {
  padding-bottom: .5rem;
}
.cid-s6CKr4j2cb .mbr-iconfont {
  color: #767676;
  font-size: 1rem;
}
.cid-s6CKr4j2cb .image-wrap {
  position: relative;
  height: 50%;
  width: 80%;
}
.cid-s6CKr4j2cb .image-wrap img {
  width: 100%;
  z-index: 0;
  object-fit: cover;
  object-position: center center;
  height: 50%;
}
.cid-s6CKr4j2cb .image-wrap2 {
  position: relative;
  height: 80%;
}
.cid-s6CKr4j2cb .image-wrap2 img {
  border-radius: 14px;
  width: 100%;
  z-index: 0;
  object-fit: cover;
  object-position: center center;
  height: 100%;
}
.cid-s6CKr4j2cb .card-wrap {
  margin-bottom: 3rem;
  overflow-y: hidden;
  height: 400px;
}
.cid-s6CKr4j2cb .social-media {
  list-style-type: none;
  width: 100%;
  z-index: 1;
}
.cid-s6CKr4j2cb .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-s6CKr4j2cb .social-media ul li {
  margin-right: .8rem;
  display: inline-block;
}
.cid-s6CKr4j2cb .card-bottom {
  background-color: #ffffff;
  position: absolute;
  left: 15px;
  bottom: -92px;
  padding: 0 .5rem;
  width: calc(100% - 30px);
  transition: bottom 0.2s ease-in;
  bottom: -48px;
}
.cid-s6CKr4j2cb p {
  font-family: Open Sans;
}
.cid-s6CKr4j2cb .responsive {
  width: 250px;
  height: auto;
}
.cid-s8kktF4ZSr {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #013e7d;
}
.cid-s8kktF4ZSr .listico {
  padding-right: 1rem;
  font-size: 1.3rem;
}
.cid-s8kktF4ZSr .navbar-logo {
  width: 80px;
  margin-bottom: 10px;
}
.cid-s8kktF4ZSr .mbr-text {
  color: #444;
}
.cid-s8kktF4ZSr h5 {
  margin-bottom: 0;
}
.cid-s8kktF4ZSr .navbar-brand {
  margin: 0rem;
  width: 100%;
}
.cid-s8kktF4ZSr .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s8kktF4ZSr .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
  object-fit: cover;
}
.cid-s8kktF4ZSr .socicon {
  font-size: 1.3rem;
  background: #ff4a52;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-s8kktF4ZSr .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-s8kktF4ZSr .social-list .soc-item {
  margin: 0 .3rem;
}
.cid-s8kktF4ZSr .social-list a {
  margin: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-s8kktF4ZSr .social-list a:hover {
  opacity: .4;
}
.cid-s8kktF4ZSr .media-container-row > div {
  padding: 0px;
}
.cid-s8kktF4ZSr .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-s8kktF4ZSr .group-title {
  text-align: left;
  color: #ffffff;
}
.cid-s8kktF4ZSr .group-title SPAN {
  color: #ffffff;
}
.cid-s8kktF4ZSr .links {
  color: #ffffff;
  line-height: 1.6;
}
@media (max-width: 991px) {
  .cid-s8kktF4ZSr .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-s8kktF4ZSr .social-list,
  .cid-s8kktF4ZSr .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-s8kktF4ZSr h3 {
    margin-bottom: 10px;
  }
  .cid-s8kktF4ZSr .navbar-brand {
    text-align: center;
  }
}
.cid-s8kktF4ZSr .links SPAN {
  color: #9e9e9e;
}
.cid-s8kktF4ZSr .links,
.cid-s8kktF4ZSr .navbar-brand {
  color: #fafafa;
}
.cid-s8kct7OjPO {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #767676;
}
.cid-s8kct7OjPO a:link {
  text-decoration: none;
}
.cid-s8kct7OjPO .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-s8kct7OjPO .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-s8kct7OjPO .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-s8kct7OjPO .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-s8kct7OjPO .foot-menu {
  -webkit-flex-direction: row;
  flex-direction: row;
  margin: 0;
  margin-bottom: 8px;
  padding: .6em 0;
}
.cid-s8kct7OjPO .foot-menu > li {
  font-size: 14px;
  padding: 0;
  display: inline-block;
}
.cid-s8kct7OjPO .foot-menu > li .rhombus {
  width: 0;
  height: 0;
  right: 4px;
  border: 4px solid transparent;
  border-bottom-color: #ffffff;
  position: relative;
  top: -19px;
}
.cid-s8kct7OjPO .foot-menu > li .rhombus::after {
  width: 0;
  height: 0;
  content: '';
  position: absolute;
  left: -4px;
  top: 4px;
  border: 4px solid transparent;
  border-top-color: #ffffff;
}
.cid-s8kct7OjPO .foot-menu li a {
  font-family: 'OpenSans', sans-serif;
  display: inline-block;
  letter-spacing: 2px;
  padding: 0 10px;
}
.cid-s8kct7OjPO .plan-title,
.cid-s8kct7OjPO .text-letter {
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-weight: 600;
}
.cid-s8kct7OjPO .plan-title {
  color: #444444;
}
@media (max-width: 767px) {
  .cid-s8kct7OjPO .foot-menu {
    padding: 15px 1rem;
  }
}
.cid-s8kct7OjPO .mbr-section-title span {
  color: #ffbc00;
}
.cid-s8kct7OjPO .mbr-section-title {
  color: #ffffff;
}
.cid-s8kct7OjPO P {
  color: #ffffff;
  font-family: Open Sans;
  font-size: 13px;
}
.cid-s8kdmA72SR.popup-builder {
  background-color: #ffffff;
}
.cid-s8kdmA72SR.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-s8kdmA72SR.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-s8kdmA72SR .modal-content,
.cid-s8kdmA72SR .modal-dialog {
  height: auto;
}
.cid-s8kdmA72SR .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-s8kdmA72SR .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-s8kdmA72SR .form-wrapper .mbr-form .form-group,
  .cid-s8kdmA72SR .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-s8kdmA72SR .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-s8kdmA72SR .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-s8kdmA72SR .mbr-text {
  text-align: left;
}
.cid-s8kdmA72SR .pt-0 {
  padding-top: 0 !important;
}
.cid-s8kdmA72SR .pb-0 {
  padding-bottom: 0 !important;
}
.cid-s8kdmA72SR .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-s8kdmA72SR .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-s8kdmA72SR .modal-open {
  overflow: hidden;
}
.cid-s8kdmA72SR .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-s8kdmA72SR .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-s8kdmA72SR .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-s8kdmA72SR .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-s8kdmA72SR .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-s8kdmA72SR .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-s8kdmA72SR .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-s8kdmA72SR .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-s8kdmA72SR .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-s8kdmA72SR .modal-backdrop.fade {
  opacity: 0;
}
.cid-s8kdmA72SR .modal-backdrop.show {
  opacity: .5;
}
.cid-s8kdmA72SR .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-s8kdmA72SR .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-s8kdmA72SR .modal-header .close:hover {
  opacity: 1;
}
.cid-s8kdmA72SR .modal-header .close:focus {
  outline: none;
}
.cid-s8kdmA72SR .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-s8kdmA72SR .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-s8kdmA72SR .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-s8kdmA72SR .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-s8kdmA72SR .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-s8kdmA72SR .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-s8kdmA72SR .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-s8kdmA72SR .modal-sm {
    max-width: 300px;
  }
  .cid-s8kdmA72SR .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-s8kdmA72SR .modal-lg,
  .cid-s8kdmA72SR .modal-xl {
    max-width: 800px;
  }
  .cid-s8kdmA72SR .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-s8kdmA72SR .modal-xl {
    max-width: 1140px;
  }
  .cid-s8kdmA72SR .container {
    max-width: 1140px;
  }
}
.cid-s8kdmA72SR .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-s8kdmA72SR .container {
    max-width: 720px;
  }
}
.cid-s8kdmA72SR .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-s8kdmA72SR .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-s8kdmA72SR .form-group {
  margin-bottom: 1rem;
}
.cid-s8kdmA72SR .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-s8kdmA72SR .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-s8kdmA72SR .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-s6krMVBOVa .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 77px;
}
@media (min-width: 992px) {
  .cid-s6krMVBOVa .navbar .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 2.5385em 0.235em 3.5385em !important;
    margin: 0 !important;
  }
}
.cid-s6krMVBOVa .menu-logo {
  display: flex;
  position: relative;
  -webkit-align-items: center;
  align-items: center;
  margin-right: auto;
}
.cid-s6krMVBOVa .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s6krMVBOVa .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: left;
  align-items: left;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-s6krMVBOVa .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-s6krMVBOVa .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-s6krMVBOVa .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-s6krMVBOVa .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-s6krMVBOVa .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-s6krMVBOVa a {
  font-style: normal;
}
.cid-s6krMVBOVa .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: middle;
  position: relative;
  text-decoration: none;
}
.cid-s6krMVBOVa .nav-item a {
  padding: 0.4rem 0 !important;
}
.cid-s6krMVBOVa .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s6krMVBOVa .dropdown-item:hover:before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  width: 16px;
}
.cid-s6krMVBOVa .content-text {
  margin-bottom: 0;
  color: #012168;
  text-align: left;
}
.cid-s6krMVBOVa .navbar-nav {
  position: relative;
  min-height: 60px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-s6krMVBOVa .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #013e7d;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-s6krMVBOVa .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
  .cid-s6krMVBOVa .navbar-nav .nav-item a {
    margin: 0 1.3rem !important;
  }
}
@media (max-width: 991px) {
  .cid-s6krMVBOVa .navbar-nav .nav-item a {
    margin: 0 !important;
  }
}
.cid-s6krMVBOVa .navbar-nav .nav-item span {
  padding-right: 0.1rem;
}
.cid-s6krMVBOVa .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-s6krMVBOVa .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-s6krMVBOVa .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-s6krMVBOVa .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-s6krMVBOVa .nav-dropdown .link {
  font-weight: 400;
}
.cid-s6krMVBOVa .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-s6krMVBOVa .content-right-side {
  text-align: center;
}
@media (max-width: 575px) {
  .cid-s6krMVBOVa .content-right-side {
    display: flex;
    flex-direction: column;
    padding: 0.5rem 0;
  }
  .cid-s6krMVBOVa .content-right-side .content-link {
    font-size: 0.8rem;
    margin: 0;
    padding-bottom: 1rem;
    display: flex;
    justify-content: space-between;
  }
}
.cid-s6krMVBOVa .menu-content-top {
  display: none;
  padding: 1rem 0;
  transition: height 0.3s ease-in-out;
}
.cid-s6krMVBOVa .menu-content-top.show {
  display: block;
}
.cid-s6krMVBOVa .content-right-side .content-link {
  margin-left: 1rem;
}
.cid-s6krMVBOVa .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
@media (max-width: 1091px) {
  .cid-s6krMVBOVa .content-left-side {
    text-align: left;
    padding-bottom: 1rem;
  }
  .cid-s6krMVBOVa .dropdown-item {
    padding: 0.235em 0 !important;
    margin: 0 !important;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
  }
  .cid-s6krMVBOVa .dropdown-item:before {
    display: none;
  }
  .cid-s6krMVBOVa .menu-logo {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .cid-s6krMVBOVa .menu-bottom {
    width: 100%;
    padding: 0 1rem;
    display: block;
  }
  .cid-s6krMVBOVa img {
    height: 3.8rem !important;
  }
  .cid-s6krMVBOVa .btn {
    display: flex;
  }
  .cid-s6krMVBOVa button.navbar-toggler {
    display: block;
  }
  .cid-s6krMVBOVa .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-s6krMVBOVa .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-s6krMVBOVa .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-s6krMVBOVa .navbar-collapse.collapsing,
  .cid-s6krMVBOVa .navbar-collapse.show {
    display: block !important;
  }
  .cid-s6krMVBOVa .navbar-collapse.collapsing .navbar-nav,
  .cid-s6krMVBOVa .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-s6krMVBOVa .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-s6krMVBOVa .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
    padding: 0.5rem 0;
  }
  .cid-s6krMVBOVa .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-s6krMVBOVa .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-s6krMVBOVa .navbar-collapse.collapsing .navbar-buttons,
  .cid-s6krMVBOVa .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-s6krMVBOVa .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-s6krMVBOVa .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-s6krMVBOVa .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-s6krMVBOVa .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-s6krMVBOVa .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-s6krMVBOVa .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 992px) {
  .cid-s6krMVBOVa .navbar .menu-content-top {
    display: block;
  }
  .cid-s6krMVBOVa .menu-content-top .row {
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .cid-s6krMVBOVa .content-right-side {
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-flex-basis: 70%;
    flex-basis: 70%;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: right;
  }
  .cid-s6krMVBOVa .menu-content-top {
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  }
  .cid-s6krMVBOVa .menu-bottom {
    display: flex;
  }
  .cid-s6krMVBOVa .navbar {
    display: block;
    padding: 0;
  }
  .cid-s6krMVBOVa .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-s6krMVBOVa .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 76px;
  }
  .cid-s6krMVBOVa .navbar-toggler {
    display: none;
  }
}
.cid-s6krMVBOVa .navbar-short .menu-content-top {
  border: none;
}
.cid-s6krMVBOVa .btn {
  padding: 0.7rem 1.5rem;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s6krMVBOVa .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-s6krMVBOVa .navbar-toggleable-sm .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  padding-right: 5rem;
  width: 100%;
}
.cid-s6krMVBOVa .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-s6krMVBOVa .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-s6krMVBOVa .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-s6krMVBOVa .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-s6krMVBOVa .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-s6krMVBOVa .dropdown .dropdown-menu .dropdown-item {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s6krMVBOVa .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-s6krMVBOVa .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-s6krMVBOVa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s6krMVBOVa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s6krMVBOVa .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-s6krMVBOVa .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s6krMVBOVa .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-s6krMVBOVa .navbar.navbar-short {
  
}
.cid-s6krMVBOVa .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
}
.cid-s6krMVBOVa .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-s6krMVBOVa .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-s6krMVBOVa .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-s6krMVBOVa button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
}
.cid-s6krMVBOVa button.navbar-toggler:focus {
  outline: none;
}
.cid-s6krMVBOVa button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-s6krMVBOVa button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s6krMVBOVa button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s6krMVBOVa button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s6krMVBOVa button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s6krMVBOVa nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s6krMVBOVa nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s6krMVBOVa nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s6krMVBOVa nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s6krMVBOVa .collapsed.navbar {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-s6krMVBOVa .collapsed .menu-bottom {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s6krMVBOVa .collapsed .menu-logo {
  margin-right: 0;
}
.cid-s6krMVBOVa .collapsed .btn {
  display: flex;
}
.cid-s6krMVBOVa .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-s6krMVBOVa .collapsed .navbar-collapse.collapsing,
.cid-s6krMVBOVa .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-s6krMVBOVa .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-s6krMVBOVa .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-s6krMVBOVa .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-s6krMVBOVa .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-s6krMVBOVa .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-s6krMVBOVa .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-s6krMVBOVa .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-s6krMVBOVa .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-s6krMVBOVa .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-s6krMVBOVa .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-s6krMVBOVa .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem  - 3.5rem);
  }
  .cid-s6krMVBOVa .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-s6krMVBOVa .collapsed button.navbar-toggler {
  display: block;
  -webkit-align-self: center;
  align-self: center;
}
.cid-s6krMVBOVa .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-s6krMVBOVa .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-s6krMVBOVa .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .25s;
  transition-property: opacity, padding, height;
}
.cid-s6krMVBOVa .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-s6krMVBOVa .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-s6krMVBOVa .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-s6krMVBOVa .collapsed .dropdown-item:before {
  display: none;
}
.cid-s6krMVBOVa .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-s6krMVBOVa .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-s6krMVBOVa .nav-link:focus {
  outline: none;
}
.cid-s6krMVBOVa .navbar-toggler {
  position: relative;
  margin-top: 20px;
}
.cid-s6krMVBOVa .dropdown-item.active,
.cid-s6krMVBOVa .dropdown-item:active {
  background-color: #ffffff;
  color: auto;
}
.cid-s6krMVBOVa .nav-link:hover,
.cid-s6krMVBOVa .dropdown-item:hover {
  color: #0091DA;
}
.cid-s6krMVBOVa p {
  font-family: Open Sans;
  color: #012168;
}
.cid-s6krMVBOVa P {
  text-align: left;
}
.cid-s7zgh1nkCM {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-s7zgh1nkCM .container-fluid {
  position: relative;
}
.cid-s7zgh1nkCM .page-title-content {
  width: 100%;
}
.cid-s7zgh1nkCM .page-title-content .mbr-iconfont {
  font-size: 55px;
  height: 55px;
  line-height: 55px;
  width: 55px;
  margin-top: -10px;
  color: #f1a631;
}
.cid-s7zgh1nkCM .page-title-content .mbr-iconfont:hover {
  cursor: pointer;
}
@media (max-width: 576px) {
  .cid-s7zgh1nkCM .page-title-content {
    text-align: center;
  }
}
.cid-s7zgh1nkCM .title {
  letter-spacing: 0.8px;
  margin-top: 24px;
  font-weight: 300;
  margin: 0;
  position: relative;
  word-wrap: break-word;
}
.cid-s7zgh1nkCM a {
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.cid-s7zgh1nkCM a:not(:first-child) {
  margin-left: 20px;
}
.cid-s7zgh1nkCM a:after {
  position: absolute;
  margin-top: 7px;
  background-color: currentColor;
  display: block;
  content: "";
  height: 2px;
  width: 100%;
}
.cid-s7zgh1nkCM a::before {
  position: absolute;
  margin-top: 5px;
  background-color: currentColor;
  display: block;
  content: "";
  height: 2px;
  width: 0%;
  bottom: 7px;
}
.cid-s7zgh1nkCM a:hover:after,
.cid-s7zgh1nkCM a:focus:after {
  animation-duration: 1s;
  animation-name: slidein;
}
.cid-s7zgh1nkCM a:hover:before,
.cid-s7zgh1nkCM a:focus:before {
  animation-duration: 0.5s;
  animation-delay: 0.5s;
  animation-name: slideout;
}
.cid-s7zgh1nkCM a.text-white:hover,
.cid-s7zgh1nkCM a.text-white:focus {
  color: #ffffff !important;
}
.cid-s7zgh1nkCM .mbr-section-btn {
  margin-left: 0;
  margin-right: 0;
}
.cid-s82A6eSmcA {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s82A6eSmcA .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-s82A6eSmcA a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-s82A6eSmcA .mbr-section-btn {
  margin: 0;
}
.cid-s82A6eSmcA .form-control {
  box-shadow: none;
  padding: 1.07em 1.07em;
  background-color: #f5f5f5;
  border: 1px solid #ffffff;
  color: #656565;
  line-height: 1.43;
  min-height: 3.5em;
  border-radius: .25rem;
}
.cid-s82A6eSmcA .form-control:focus,
.cid-s82A6eSmcA .form-control:hover {
  border: 1px solid #e8e8e8;
  background-color: #f5f5f5;
}
.cid-s82A6eSmcA .form-group {
  margin-bottom: 1rem;
}
.cid-s82A6eSmcA input::-webkit-input-placeholder,
.cid-s82A6eSmcA textarea::-webkit-input-placeholder {
  color: #656565;
}
.cid-s82A6eSmcA input:-moz-placeholder,
.cid-s82A6eSmcA textarea:-moz-placeholder {
  color: #656565;
}
.cid-s82A6eSmcA .jq-selectbox li,
.cid-s82A6eSmcA .jq-selectbox li {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-s82A6eSmcA .jq-selectbox li:hover,
.cid-s82A6eSmcA .jq-selectbox li.selected {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-s82A6eSmcA .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-s82A6eSmcA .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-s82A6eSmcA .form-group,
.cid-s82A6eSmcA .mbr-section-btn {
  padding-left: 7.5px;
  padding-right: 7.5px;
}
@media (min-width: 992px) {
  .cid-s82A6eSmcA .col-auto.mbr-section-btn .btn {
    padding-top: 0;
    padding-bottom: 0;
    height: 100%;
    margin: 0 !important;
  }
}
@media (min-width: 768px) {
  .cid-s82A6eSmcA .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-s82A6eSmcA .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
}
@media (max-width: 499px) {
  .cid-s82A6eSmcA .form-block {
    padding: 1rem;
  }
}
.cid-s82A6eSmcA H4 {
  color: #013e7d;
}
.cid-s82A6eSmcA P {
  color: #ffffff;
}
.cid-s82A6eSmcA hr.new1 {
  border-top: 1px solid #013e7d;
  width: 350px;
}
.cid-s82A6eSmcA hr.new2 {
  border-top: 1px solid #013e7d;
  width: 350px;
}
@media screen and (max-width: 480px) {
  .cid-s82A6eSmcA .mb-4 {
    font-size: 18px;
  }
}
#custom-html-9j {
  /* Type valid CSS here */
}
#custom-html-9j div {
  padding: 0px 0 0 0;
  color: #777;
  text-align: center;
}
#custom-html-9j p {
  font-size: 14px;
  color: #000;
  font-family: Open Sans;
  margin-left: auto !important;
  margin-right: auto !important;
}
#custom-html-9j img {
  margin-top: 50px;
}
#custom-html-9j .responsive {
  width: 100%;
  max-width: 1280px;
  height: auto;
}
@media screen and (max-width: 480px) {
  #custom-html-9j {
    padding: 10px;
    margin-top: -60px;
  }
}
.cid-s6IsiKKUVH {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s6IsiKKUVH h3 {
  text-align: center;
  font-weight: 300;
}
.cid-s6IsiKKUVH .progress {
  width: 100%;
}
.cid-s6IsiKKUVH .title-wrap {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-s6IsiKKUVH progress {
  height: inherit;
}
.cid-s6IsiKKUVH .progressbar-number {
  display: inline-block;
}
.cid-s6IsiKKUVH .progress-primary {
  background: #ffffff;
  border: none;
  outline: none;
  color: #ffffff;
}
.cid-s6IsiKKUVH .progress-primary::-webkit-progress-bar {
  background: #ffffff;
}
.cid-s6IsiKKUVH .mbr-section-subtitle {
  color: #767676;
}
.cid-s6IsiKKUVH .section-content-title {
  font-weight: 500;
  text-align: center;
}
.cid-s6IsiKKUVH .progress_value {
  position: relative;
}
.cid-s6IsiKKUVH .progress1 .progressbar-number:before,
.cid-s6IsiKKUVH .progress2 .progressbar-number:before,
.cid-s6IsiKKUVH .progress3 .progressbar-number:before,
.cid-s6IsiKKUVH .progress4 .progressbar-number:before,
.cid-s6IsiKKUVH .progress5 .progressbar-number:before {
  position: absolute;
  right: 15px;
  top: 0;
}
.cid-s6IsiKKUVH progress[value]::-webkit-progress-bar {
  background: #ffffff;
}
.cid-s6IsiKKUVH progress::-webkit-progress-value {
  background: #0c57bf;
  background: linear-gradient(90deg, #0c57bf, #a6def6);
}
.cid-s6IsiKKUVH progress[value]::-moz-progress-bar {
  background: #0c57bf;
  background: linear-gradient(90deg, #0c57bf, #a6def6);
}
.cid-s6IsiKKUVH progress::-ms-fill {
  background: #0c57bf;
  background: linear-gradient(90deg, #0c57bf, #a6def6);
}
/*.cid-s6IsiKKUVH .progress1 .progressbar-number:before {
  content: '64';
}
.cid-s6IsiKKUVH .progress2 .progressbar-number:before {
  content: '69';
}
.cid-s6IsiKKUVH .progress3 .progressbar-number:before {
  content: '67';
}
.cid-s6IsiKKUVH .progress4 .progressbar-number:before {
  content: '70';
}
.cid-s6IsiKKUVH .progress5 .progressbar-number:before {
  content: '60';
}*/
.cid-s6IsiKKUVH .progress-container {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
  height: 1.8rem;
  width: 100%;
}
.cid-s6IsiKKUVH .progress-container span.progress-title {
  position: absolute;
  padding-left: 2rem;
  font-size: 1rem !important;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 24px;
  overflow: hidden;
  max-width: 85%;
}
.cid-s6IsiKKUVH .progress-container .progress_value {
  position: absolute;
  right: 2rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 1rem !important;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .cid-s6IsiKKUVH .progress_value {
    margin-top: -10px;
  }
}
@media (min-width: 768px) {
  .cid-s6IsiKKUVH .text-elements {
    padding-right: 3rem;
  }
  .cid-s6IsiKKUVH .progress_elements {
    padding-left: 3rem;
  }
}
.cid-s6IsiKKUVH .progress_elements {
  margin-bottom: -3rem;
}
.cid-s6IsiKKUVH .section-content-text {
  text-align: center;
}
.cid-s6IsiKKUVH .mbr-section-title {
  color: #012168;
}
.cid-s6Z1UpGT6O {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s6Z1UpGT6O h3 {
  text-align: center;
  font-weight: 300;
}
.cid-s6Z1UpGT6O .progress {
  width: 100%;
}
.cid-s6Z1UpGT6O .title-wrap {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-s6Z1UpGT6O progress {
  height: inherit;
}
.cid-s6Z1UpGT6O .progressbar-number {
  display: inline-block;
}
.cid-s6Z1UpGT6O .progress-primary {
  background: #ffffff;
  border: none;
  outline: none;
  color: #ffffff;
}
.cid-s6Z1UpGT6O .progress-primary::-webkit-progress-bar {
  background: #ffffff;
}
.cid-s6Z1UpGT6O .mbr-section-subtitle {
  color: #767676;
}
.cid-s6Z1UpGT6O .section-content-title {
  font-weight: 500;
  text-align: center;
}
.cid-s6Z1UpGT6O .progress_value {
  position: relative;
}
.cid-s6Z1UpGT6O .progress1 .progressbar-number:before,
.cid-s6Z1UpGT6O .progress2 .progressbar-number:before,
.cid-s6Z1UpGT6O .progress3 .progressbar-number:before,
.cid-s6Z1UpGT6O .progress4 .progressbar-number:before,
.cid-s6Z1UpGT6O .progress5 .progressbar-number:before {
  position: absolute;
  right: 15px;
  top: 0;
}
.cid-s6Z1UpGT6O progress[value]::-webkit-progress-bar {
  background: #ffffff;
}
.cid-s6Z1UpGT6O progress::-webkit-progress-value {
  background: #0c57bf;
  background: linear-gradient(90deg, #0c57bf, #a6def6);
}
.cid-s6Z1UpGT6O progress[value]::-moz-progress-bar {
  background: #0c57bf;
  background: linear-gradient(90deg, #0c57bf, #a6def6);
}
.cid-s6Z1UpGT6O progress::-ms-fill {
  background: #0c57bf;
  background: linear-gradient(90deg, #0c57bf, #a6def6);
}
/*.cid-s6Z1UpGT6O .progress1 .progressbar-number:before {
  content: '60';
}
.cid-s6Z1UpGT6O .progress2 .progressbar-number:before {
  content: '61';
}
.cid-s6Z1UpGT6O .progress3 .progressbar-number:before {
  content: '66';
}
.cid-s6Z1UpGT6O .progress4 .progressbar-number:before {
  content: '70';
}
.cid-s6Z1UpGT6O .progress5 .progressbar-number:before {
  content: '60';
}*/
.cid-s6Z1UpGT6O .progress-container {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
  height: 1.8rem;
  width: 100%;
}
.cid-s6Z1UpGT6O .progress-container span.progress-title {
  position: absolute;
  padding-left: 2rem;
  font-size: 1rem !important;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 24px;
  overflow: hidden;
  max-width: 85%;
}
.cid-s6Z1UpGT6O .progress-container .progress_value {
  position: absolute;
  right: 2rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 1rem !important;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .cid-s6Z1UpGT6O .progress_value {
    margin-top: -10px;
  }
}
@media (min-width: 768px) {
  .cid-s6Z1UpGT6O .text-elements {
    padding-right: 3rem;
  }
  .cid-s6Z1UpGT6O .progress_elements {
    padding-left: 3rem;
  }
}
.cid-s6Z1UpGT6O .progress_elements {
  margin-bottom: -3rem;
}
.cid-s6Z1UpGT6O .section-content-text {
  text-align: center;
}
.cid-s6Z1UpGT6O .mbr-section-title {
  color: #012168;
}
.cid-s6Z2xWltAk {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s6Z2xWltAk h3 {
  text-align: center;
  font-weight: 300;
}
.cid-s6Z2xWltAk .progress {
  width: 100%;
}
.cid-s6Z2xWltAk .title-wrap {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-s6Z2xWltAk progress {
  height: inherit;
}
.cid-s6Z2xWltAk .progressbar-number {
  display: inline-block;
}
.cid-s6Z2xWltAk .progress-primary {
  background: #ffffff;
  border: none;
  outline: none;
  color: #ffffff;
}
.cid-s6Z2xWltAk .progress-primary::-webkit-progress-bar {
  background: #ffffff;
}
.cid-s6Z2xWltAk .mbr-section-subtitle {
  color: #767676;
}
.cid-s6Z2xWltAk .section-content-title {
  font-weight: 500;
  text-align: center;
}
.cid-s6Z2xWltAk .progress_value {
  position: relative;
}
.cid-s6Z2xWltAk .progress1 .progressbar-number:before,
.cid-s6Z2xWltAk .progress2 .progressbar-number:before,
.cid-s6Z2xWltAk .progress3 .progressbar-number:before,
.cid-s6Z2xWltAk .progress4 .progressbar-number:before,
.cid-s6Z2xWltAk .progress5 .progressbar-number:before {
  position: absolute;
  right: 15px;
  top: 0;
}
.cid-s6Z2xWltAk progress[value]::-webkit-progress-bar {
  background: #ffffff;
}
.cid-s6Z2xWltAk progress::-webkit-progress-value {
  background: #0c57bf;
  background: linear-gradient(90deg, #0c57bf, #a6def6);
}
.cid-s6Z2xWltAk progress[value]::-moz-progress-bar {
  background: #0c57bf;
  background: linear-gradient(90deg, #0c57bf, #a6def6);
}
.cid-s6Z2xWltAk progress::-ms-fill {
  background: #0c57bf;
  background: linear-gradient(90deg, #0c57bf, #a6def6);
}
/*.cid-s6Z2xWltAk .progress1 .progressbar-number:before {
  content: '60';
}
.cid-s6Z2xWltAk .progress2 .progressbar-number:before {
  content: '61';
}
.cid-s6Z2xWltAk .progress3 .progressbar-number:before {
  content: '66';
}
.cid-s6Z2xWltAk .progress4 .progressbar-number:before {
  content: '70';
}
.cid-s6Z2xWltAk .progress5 .progressbar-number:before {
  content: '60';
}*/
.cid-s6Z2xWltAk .progress-container {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
  height: 1.8rem;
  width: 100%;
}
.cid-s6Z2xWltAk .progress-container span.progress-title {
  position: absolute;
  padding-left: 2rem;
  font-size: 1rem !important;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 24px;
  overflow: hidden;
  max-width: 85%;
}
.cid-s6Z2xWltAk .progress-container .progress_value {
  position: absolute;
  right: 2rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 1rem !important;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .cid-s6Z2xWltAk .progress_value {
    margin-top: -10px;
  }
}
@media (min-width: 768px) {
  .cid-s6Z2xWltAk .text-elements {
    padding-right: 3rem;
  }
  .cid-s6Z2xWltAk .progress_elements {
    padding-left: 3rem;
  }
}
.cid-s6Z2xWltAk .progress_elements {
  margin-bottom: -3rem;
}
.cid-s6Z2xWltAk .section-content-text {
  text-align: center;
}
.cid-s6Z2xWltAk .mbr-section-title {
  color: #012168;
}
.cid-s6kBueu4qX {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-s6kBueu4qX .mbr-text,
.cid-s6kBueu4qX .ornament {
  text-align: left;
  color: #000000;
}
.cid-s8knaofMxB {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #013e7d;
}
.cid-s8knaofMxB .listico {
  padding-right: 1rem;
  font-size: 1.3rem;
}
.cid-s8knaofMxB .navbar-logo {
  width: 80px;
  margin-bottom: 10px;
}
.cid-s8knaofMxB .mbr-text {
  color: #444;
}
.cid-s8knaofMxB h5 {
  margin-bottom: 0;
}
.cid-s8knaofMxB .navbar-brand {
  margin: 0rem;
  width: 100%;
}
.cid-s8knaofMxB .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s8knaofMxB .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
  object-fit: cover;
}
.cid-s8knaofMxB .socicon {
  font-size: 1.3rem;
  background: #ff4a52;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-s8knaofMxB .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-s8knaofMxB .social-list .soc-item {
  margin: 0 .3rem;
}
.cid-s8knaofMxB .social-list a {
  margin: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-s8knaofMxB .social-list a:hover {
  opacity: .4;
}
.cid-s8knaofMxB .media-container-row > div {
  padding: 0px;
}
.cid-s8knaofMxB .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-s8knaofMxB .group-title {
  text-align: left;
  color: #ffffff;
}
.cid-s8knaofMxB .group-title SPAN {
  color: #ffffff;
}
.cid-s8knaofMxB .links {
  color: #ffffff;
  line-height: 1.6;
}
@media (max-width: 991px) {
  .cid-s8knaofMxB .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-s8knaofMxB .social-list,
  .cid-s8knaofMxB .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-s8knaofMxB h3 {
    margin-bottom: 10px;
  }
  .cid-s8knaofMxB .navbar-brand {
    text-align: center;
  }
}
.cid-s8knaofMxB .links SPAN {
  color: #9e9e9e;
}
.cid-s8knaofMxB .links,
.cid-s8knaofMxB .navbar-brand {
  color: #fafafa;
}
.cid-s8keN7xMCk {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #767676;
}
.cid-s8keN7xMCk a:link {
  text-decoration: none;
}
.cid-s8keN7xMCk .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-s8keN7xMCk .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-s8keN7xMCk .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-s8keN7xMCk .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-s8keN7xMCk .foot-menu {
  -webkit-flex-direction: row;
  flex-direction: row;
  margin: 0;
  margin-bottom: 8px;
  padding: .6em 0;
}
.cid-s8keN7xMCk .foot-menu > li {
  font-size: 14px;
  padding: 0;
  display: inline-block;
}
.cid-s8keN7xMCk .foot-menu > li .rhombus {
  width: 0;
  height: 0;
  right: 4px;
  border: 4px solid transparent;
  border-bottom-color: #ffffff;
  position: relative;
  top: -19px;
}
.cid-s8keN7xMCk .foot-menu > li .rhombus::after {
  width: 0;
  height: 0;
  content: '';
  position: absolute;
  left: -4px;
  top: 4px;
  border: 4px solid transparent;
  border-top-color: #ffffff;
}
.cid-s8keN7xMCk .foot-menu li a {
  font-family: 'OpenSans', sans-serif;
  display: inline-block;
  letter-spacing: 2px;
  padding: 0 10px;
}
.cid-s8keN7xMCk .plan-title,
.cid-s8keN7xMCk .text-letter {
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-weight: 600;
}
.cid-s8keN7xMCk .plan-title {
  color: #444444;
}
@media (max-width: 767px) {
  .cid-s8keN7xMCk .foot-menu {
    padding: 15px 1rem;
  }
}
.cid-s8keN7xMCk .mbr-section-title span {
  color: #ffbc00;
}
.cid-s8keN7xMCk .mbr-section-title {
  color: #ffffff;
}
.cid-s8keN7xMCk P {
  color: #ffffff;
  font-family: Open Sans;
  font-size: 13px;
}
.cid-s8keOg8IHp.popup-builder {
  background-color: #ffffff;
}
.cid-s8keOg8IHp.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-s8keOg8IHp.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-s8keOg8IHp .modal-content,
.cid-s8keOg8IHp .modal-dialog {
  height: auto;
}
.cid-s8keOg8IHp .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-s8keOg8IHp .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-s8keOg8IHp .form-wrapper .mbr-form .form-group,
  .cid-s8keOg8IHp .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-s8keOg8IHp .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-s8keOg8IHp .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-s8keOg8IHp .mbr-text {
  text-align: left;
}
.cid-s8keOg8IHp .pt-0 {
  padding-top: 0 !important;
}
.cid-s8keOg8IHp .pb-0 {
  padding-bottom: 0 !important;
}
.cid-s8keOg8IHp .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-s8keOg8IHp .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-s8keOg8IHp .modal-open {
  overflow: hidden;
}
.cid-s8keOg8IHp .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-s8keOg8IHp .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-s8keOg8IHp .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-s8keOg8IHp .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-s8keOg8IHp .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-s8keOg8IHp .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-s8keOg8IHp .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-s8keOg8IHp .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-s8keOg8IHp .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-s8keOg8IHp .modal-backdrop.fade {
  opacity: 0;
}
.cid-s8keOg8IHp .modal-backdrop.show {
  opacity: .5;
}
.cid-s8keOg8IHp .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-s8keOg8IHp .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-s8keOg8IHp .modal-header .close:hover {
  opacity: 1;
}
.cid-s8keOg8IHp .modal-header .close:focus {
  outline: none;
}
.cid-s8keOg8IHp .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-s8keOg8IHp .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-s8keOg8IHp .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-s8keOg8IHp .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-s8keOg8IHp .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-s8keOg8IHp .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-s8keOg8IHp .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-s8keOg8IHp .modal-sm {
    max-width: 300px;
  }
  .cid-s8keOg8IHp .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-s8keOg8IHp .modal-lg,
  .cid-s8keOg8IHp .modal-xl {
    max-width: 800px;
  }
  .cid-s8keOg8IHp .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-s8keOg8IHp .modal-xl {
    max-width: 1140px;
  }
  .cid-s8keOg8IHp .container {
    max-width: 1140px;
  }
}
.cid-s8keOg8IHp .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-s8keOg8IHp .container {
    max-width: 720px;
  }
}
.cid-s8keOg8IHp .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-s8keOg8IHp .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-s8keOg8IHp .form-group {
  margin-bottom: 1rem;
}
.cid-s8keOg8IHp .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-s8keOg8IHp .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-s8keOg8IHp .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-s6kC3Nz8g4 .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 77px;
}
@media (min-width: 992px) {
  .cid-s6kC3Nz8g4 .navbar .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 2.5385em 0.235em 3.5385em !important;
    margin: 0 !important;
  }
}
.cid-s6kC3Nz8g4 .menu-logo {
  display: flex;
  position: relative;
  -webkit-align-items: center;
  align-items: center;
  margin-right: auto;
}
.cid-s6kC3Nz8g4 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s6kC3Nz8g4 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: left;
  align-items: left;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-s6kC3Nz8g4 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-s6kC3Nz8g4 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-s6kC3Nz8g4 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-s6kC3Nz8g4 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-s6kC3Nz8g4 .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-s6kC3Nz8g4 a {
  font-style: normal;
}
.cid-s6kC3Nz8g4 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: middle;
  position: relative;
  text-decoration: none;
}
.cid-s6kC3Nz8g4 .nav-item a {
  padding: 0.4rem 0 !important;
}
.cid-s6kC3Nz8g4 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s6kC3Nz8g4 .dropdown-item:hover:before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  width: 16px;
}
.cid-s6kC3Nz8g4 .content-text {
  margin-bottom: 0;
  color: #012168;
  text-align: left;
}
.cid-s6kC3Nz8g4 .navbar-nav {
  position: relative;
  min-height: 60px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-s6kC3Nz8g4 .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #013e7d;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-s6kC3Nz8g4 .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
  .cid-s6kC3Nz8g4 .navbar-nav .nav-item a {
    margin: 0 1.3rem !important;
  }
}
@media (max-width: 991px) {
  .cid-s6kC3Nz8g4 .navbar-nav .nav-item a {
    margin: 0 !important;
  }
}
.cid-s6kC3Nz8g4 .navbar-nav .nav-item span {
  padding-right: 0.1rem;
}
.cid-s6kC3Nz8g4 .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-s6kC3Nz8g4 .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-s6kC3Nz8g4 .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-s6kC3Nz8g4 .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-s6kC3Nz8g4 .nav-dropdown .link {
  font-weight: 400;
}
.cid-s6kC3Nz8g4 .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-s6kC3Nz8g4 .content-right-side {
  text-align: center;
}
@media (max-width: 575px) {
  .cid-s6kC3Nz8g4 .content-right-side {
    display: flex;
    flex-direction: column;
    padding: 0.5rem 0;
  }
  .cid-s6kC3Nz8g4 .content-right-side .content-link {
    font-size: 0.8rem;
    margin: 0;
    padding-bottom: 1rem;
    display: flex;
    justify-content: space-between;
  }
}
.cid-s6kC3Nz8g4 .menu-content-top {
  display: none;
  padding: 1rem 0;
  transition: height 0.3s ease-in-out;
}
.cid-s6kC3Nz8g4 .menu-content-top.show {
  display: block;
}
.cid-s6kC3Nz8g4 .content-right-side .content-link {
  margin-left: 1rem;
}
.cid-s6kC3Nz8g4 .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
@media (max-width: 1091px) {
  .cid-s6kC3Nz8g4 .content-left-side {
    text-align: left;
    padding-bottom: 1rem;
  }
  .cid-s6kC3Nz8g4 .dropdown-item {
    padding: 0.235em 0 !important;
    margin: 0 !important;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
  }
  .cid-s6kC3Nz8g4 .dropdown-item:before {
    display: none;
  }
  .cid-s6kC3Nz8g4 .menu-logo {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .cid-s6kC3Nz8g4 .menu-bottom {
    width: 100%;
    padding: 0 1rem;
    display: block;
  }
  .cid-s6kC3Nz8g4 img {
    height: 3.8rem !important;
  }
  .cid-s6kC3Nz8g4 .btn {
    display: flex;
  }
  .cid-s6kC3Nz8g4 button.navbar-toggler {
    display: block;
  }
  .cid-s6kC3Nz8g4 .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-s6kC3Nz8g4 .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-s6kC3Nz8g4 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-s6kC3Nz8g4 .navbar-collapse.collapsing,
  .cid-s6kC3Nz8g4 .navbar-collapse.show {
    display: block !important;
  }
  .cid-s6kC3Nz8g4 .navbar-collapse.collapsing .navbar-nav,
  .cid-s6kC3Nz8g4 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-s6kC3Nz8g4 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-s6kC3Nz8g4 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
    padding: 0.5rem 0;
  }
  .cid-s6kC3Nz8g4 .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-s6kC3Nz8g4 .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-s6kC3Nz8g4 .navbar-collapse.collapsing .navbar-buttons,
  .cid-s6kC3Nz8g4 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-s6kC3Nz8g4 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-s6kC3Nz8g4 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-s6kC3Nz8g4 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-s6kC3Nz8g4 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-s6kC3Nz8g4 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-s6kC3Nz8g4 .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 992px) {
  .cid-s6kC3Nz8g4 .navbar .menu-content-top {
    display: block;
  }
  .cid-s6kC3Nz8g4 .menu-content-top .row {
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .cid-s6kC3Nz8g4 .content-right-side {
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-flex-basis: 70%;
    flex-basis: 70%;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: right;
  }
  .cid-s6kC3Nz8g4 .menu-content-top {
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  }
  .cid-s6kC3Nz8g4 .menu-bottom {
    display: flex;
  }
  .cid-s6kC3Nz8g4 .navbar {
    display: block;
    padding: 0;
  }
  .cid-s6kC3Nz8g4 .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-s6kC3Nz8g4 .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 76px;
  }
  .cid-s6kC3Nz8g4 .navbar-toggler {
    display: none;
  }
}
.cid-s6kC3Nz8g4 .navbar-short .menu-content-top {
  border: none;
}
.cid-s6kC3Nz8g4 .btn {
  padding: 0.7rem 1.5rem;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s6kC3Nz8g4 .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-s6kC3Nz8g4 .navbar-toggleable-sm .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  padding-right: 5rem;
  width: 100%;
}
.cid-s6kC3Nz8g4 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-s6kC3Nz8g4 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-s6kC3Nz8g4 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-s6kC3Nz8g4 .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-s6kC3Nz8g4 .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-s6kC3Nz8g4 .dropdown .dropdown-menu .dropdown-item {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s6kC3Nz8g4 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-s6kC3Nz8g4 .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-s6kC3Nz8g4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s6kC3Nz8g4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s6kC3Nz8g4 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-s6kC3Nz8g4 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s6kC3Nz8g4 .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-s6kC3Nz8g4 .navbar.navbar-short {
 
}
.cid-s6kC3Nz8g4 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-s6kC3Nz8g4 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-s6kC3Nz8g4 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-s6kC3Nz8g4 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-s6kC3Nz8g4 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
}
.cid-s6kC3Nz8g4 button.navbar-toggler:focus {
  outline: none;
}
.cid-s6kC3Nz8g4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-s6kC3Nz8g4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s6kC3Nz8g4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s6kC3Nz8g4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s6kC3Nz8g4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s6kC3Nz8g4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s6kC3Nz8g4 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s6kC3Nz8g4 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s6kC3Nz8g4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s6kC3Nz8g4 .collapsed.navbar {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-s6kC3Nz8g4 .collapsed .menu-bottom {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s6kC3Nz8g4 .collapsed .menu-logo {
  margin-right: 0;
}
.cid-s6kC3Nz8g4 .collapsed .btn {
  display: flex;
}
.cid-s6kC3Nz8g4 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-s6kC3Nz8g4 .collapsed .navbar-collapse.collapsing,
.cid-s6kC3Nz8g4 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-s6kC3Nz8g4 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-s6kC3Nz8g4 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-s6kC3Nz8g4 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-s6kC3Nz8g4 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-s6kC3Nz8g4 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-s6kC3Nz8g4 .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-s6kC3Nz8g4 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-s6kC3Nz8g4 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-s6kC3Nz8g4 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-s6kC3Nz8g4 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-s6kC3Nz8g4 .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem  - 3.5rem);
  }
  .cid-s6kC3Nz8g4 .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-s6kC3Nz8g4 .collapsed button.navbar-toggler {
  display: block;
  -webkit-align-self: center;
  align-self: center;
}
.cid-s6kC3Nz8g4 .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-s6kC3Nz8g4 .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-s6kC3Nz8g4 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .25s;
  transition-property: opacity, padding, height;
}
.cid-s6kC3Nz8g4 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-s6kC3Nz8g4 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-s6kC3Nz8g4 .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-s6kC3Nz8g4 .collapsed .dropdown-item:before {
  display: none;
}
.cid-s6kC3Nz8g4 .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-s6kC3Nz8g4 .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-s6kC3Nz8g4 .nav-link:focus {
  outline: none;
}
.cid-s6kC3Nz8g4 .navbar-toggler {
  position: relative;
  margin-top: 20px;
}
.cid-s6kC3Nz8g4 .dropdown-item.active,
.cid-s6kC3Nz8g4 .dropdown-item:active {
  background-color: #ffffff;
  color: auto;
}
.cid-s6kC3Nz8g4 .nav-link:hover,
.cid-s6kC3Nz8g4 .dropdown-item:hover {
  color: #0091DA;
}
.cid-s6kC3Nz8g4 p {
  font-family: Open Sans;
  color: #012168;
}
.cid-s6kC3Nz8g4 P {
  text-align: left;
}
#wowslider-1y .mbr-wowslider {
  margin-top: 0px;
  cursor: default !important;
}
@media (max-width: 800px) {
  #wowslider-1y .mbr-wowslider {
    margin-top: 0px !important;
    padding-top: 0px !important;
  }
}
#wowslider-1y .ws_next {
  display: none !important;
}
#wowslider-1y .ws_prev {
  display: none !important;
}
#wowslider-1y .ws_playpause {
  display: none !important;
}
.cid-s6kC3Pcwjc {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-s6kC3Pcwjc .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-s6kC3Pcwjc a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-s6kC3Pcwjc .mbr-section-btn {
  margin: 0;
}
.cid-s6kC3Pcwjc .form-control {
  box-shadow: none;
  padding: 1.07em 1.07em;
  background-color: #f5f5f5;
  border: 1px solid #ffffff;
  color: #656565;
  line-height: 1.43;
  min-height: 3.5em;
  border-radius: .25rem;
}
.cid-s6kC3Pcwjc .form-control:focus,
.cid-s6kC3Pcwjc .form-control:hover {
  border: 1px solid #e8e8e8;
  background-color: #f5f5f5;
}
.cid-s6kC3Pcwjc .form-group {
  margin-bottom: 1rem;
}
.cid-s6kC3Pcwjc input::-webkit-input-placeholder,
.cid-s6kC3Pcwjc textarea::-webkit-input-placeholder {
  color: #656565;
}
.cid-s6kC3Pcwjc input:-moz-placeholder,
.cid-s6kC3Pcwjc textarea:-moz-placeholder {
  color: #656565;
}
.cid-s6kC3Pcwjc .jq-selectbox li,
.cid-s6kC3Pcwjc .jq-selectbox li {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-s6kC3Pcwjc .jq-selectbox li:hover,
.cid-s6kC3Pcwjc .jq-selectbox li.selected {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-s6kC3Pcwjc .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-s6kC3Pcwjc .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-s6kC3Pcwjc .form-group,
.cid-s6kC3Pcwjc .mbr-section-btn {
  padding-left: 7.5px;
  padding-right: 7.5px;
}
@media (min-width: 992px) {
  .cid-s6kC3Pcwjc .col-auto.mbr-section-btn .btn {
    padding-top: 0;
    padding-bottom: 0;
    height: 100%;
    margin: 0 !important;
  }
}
@media (min-width: 768px) {
  .cid-s6kC3Pcwjc .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-s6kC3Pcwjc .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
}
@media (max-width: 499px) {
  .cid-s6kC3Pcwjc .form-block {
    padding: 1rem;
  }
}
.cid-s6kC3Pcwjc H4 {
  color: #013e7d;
}
.cid-s6kC3Pcwjc P {
  color: #ffffff;
}
.cid-s6kC3Pcwjc hr.new1 {
  border-top: 1px solid #013e7d;
  width: 350px;
}
.cid-s6kC3Pcwjc hr.new2 {
  border-top: 1px solid #013e7d;
  width: 350px;
}
.cid-s6Z8dDxZno {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s6Z8dDxZno .mbr-section-title {
  letter-spacing: .1em;
}
.cid-s6Z8dDxZno .mbr-text {
  letter-spacing: 0.03rem;
}
.cid-s6Z8dDxZno .card-img span {
  font-size: 100px;
}
.cid-s6Z8dDxZno .mbr-text,
.cid-s6Z8dDxZno .mbr-section-btn {
  color: #09120d;
}
.cid-s6IEgTR5UA {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-s6IEgTR5UA {
    padding-top: 0px;
    padding-bottom: 50px;
  }
}
.cid-s6IEgTR5UA .text {
  padding: 0;
}
.cid-s6IEgTR5UA section {
  position: relative;
}
.cid-s6IEgTR5UA h3 {
  padding-bottom: 0;
  margin-bottom: 0;
}
.cid-s6IEgTR5UA .mbr-iconfont {
  padding: 0!important;
}
.cid-s6IEgTR5UA .back {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background-color: #ffffff;
}
.cid-s6IEgTR5UA .box {
  background-image: url("../../images/tremco-cpg-2000x1118.png");
  background-size: cover;
  background-position: center;
  height: 550px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-s6IEgTR5UA .icon-wrap {
  background-color: #0c57bf !important;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.cid-s6IEgTR5UA .icon-wrap:hover {
  transform: scale(1.1);
}
.cid-s6IEgTR5UA .icon-wrap span {
  padding-left: 8px;
}
.cid-s6IEgTR5UA .mbr-media span {
  font-size: 30px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #ffffff !important;
}
.cid-s6IEgTR5UA .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-s6IEgTR5UA .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-s6IEgTR5UA .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-s6IEgTR5UA .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-s6IEgTR5UA a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-s6IEgTR5UA a.close:hover {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-s6IEgTR5UA {
    padding-top: 0px;
    padding-bottom: 35px;
  }
  .cid-s6IEgTR5UA .box {
    height: 250px;
  }
  .cid-s6IEgTR5UA .row {
    padding: 1rem!important;
  }
}
.cid-s6Z9wd2tdC {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s6Z9wd2tdC h4 {
  font-weight: 600;
  color: #e2e2e2;
}
.cid-s6Z9wd2tdC .mbr-section-subtitle {
  color: #767676;
}
.cid-s6Z9wd2tdC .article {
  padding-right: 2rem;
  padding-left: 2rem;
}
.cid-s6Z9wd2tdC .mbr-text-left {
  text-align: left;
}
.cid-s6Z9wd2tdC .article-title-left {
  text-align: left;
  color: #09120d;
}
.cid-s6Z9wd2tdC .article-title-right {
  text-align: left;
  color: #09120d;
}
.cid-s6Z9wd2tdC ul {
  font-family: Open sans;
}
.cid-s6Z9wd2tdC H2 {
  color: #0c57bf;
}
@media screen and (max-width: 480px) {
  .cid-s6Z9wd2tdC .column2 {
    margin-top: -30px;
  }
}
.cid-s70OKCzsgc {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #daecf4;
}
.cid-s70OKCzsgc .mbr-section-subtitle {
  color: #767676;
}
.cid-s70OKCzsgc .container-fluid {
  padding: 0!important;
}
.cid-s70OKCzsgc .col-md-12 {
  padding: 0;
}
.cid-s70OKCzsgc .row {
  margin: 0;
}
.cid-s70OKCzsgc .btn {
  margin: 0.6rem;
  margin-top: 2rem;
}
.cid-s70OKCzsgc .m-auto {
  max-width: 650px;
  padding: 2rem;
}
.cid-s70OKCzsgc .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #232323;
  transition: background 0.3s;
  margin-bottom: 3rem;
}
.cid-s70OKCzsgc .number-wrap {
  color: #767676;
  border-color: rgba(255, 255, 255, 0.15);
  border: 3px solid #efefef;
  position: relative;
  display: inline-block;
  text-align: center;
  padding: 5px 10px 13px 10px;
  margin: 0;
  min-width: 118px;
  border-radius: 2px;
  max-width: 100%;
}
.cid-s70OKCzsgc .number {
  font-style: normal;
  font-weight: 600;
  font-size: 50px;
  text-transform: none;
  letter-spacing: -2px;
  word-spacing: 0;
  line-height: 1.3;
  color: #767676;
}
.cid-s70OKCzsgc .period {
  display: block;
}
.cid-s70OKCzsgc .dot {
  display: none;
}
.cid-s70OKCzsgc .countdown-cont {
  max-width: 700px;
}
.cid-s70OKCzsgc .col-xs-3 {
  padding-left: 0;
  padding-right: 0;
  margin-right: 20px;
  max-width: 20%;
  flex: 0 0 20%;
}
@media (max-width: 767px) {
  .cid-s70OKCzsgc .number-wrap {
    margin-bottom: 15px;
  }
  .cid-s70OKCzsgc .col-xs-3 {
    margin-right: 0px;
    max-width: 50%!important;
    flex: 0 0 50%!important;
  }
  .cid-s70OKCzsgc .box {
    height: 400px!important;
  }
}
@media (max-width: 440px) {
  .cid-s70OKCzsgc .number,
  .cid-s70OKCzsgc .dot {
    font-size: 40px;
  }
}
@media (max-width: 380px) {
  .cid-s70OKCzsgc .period {
    font-size: 0.8rem;
  }
}
.cid-s70OKCzsgc .box {
  background-image: url("../../images/last-house-standing-final-2000x1499.jpg");
  background-size: cover;
  background-position: center;
  height: 700px;
  width: 100%;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-s70OKCzsgc .icon-wrap {
  background-color: #0c57bf !important;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.cid-s70OKCzsgc .icon-wrap:hover {
  opacity: 0.8;
}
.cid-s70OKCzsgc .icon-wrap span {
  padding-left: 8px;
}
.cid-s70OKCzsgc .mbr-media span {
  font-size: 30px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #ffffff !important;
}
.cid-s70OKCzsgc .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-s70OKCzsgc .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-s70OKCzsgc .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-s70OKCzsgc .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-s70OKCzsgc a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-s70OKCzsgc a.close:hover {
  color: #ffffff;
}
.cid-s70OKCzsgc .mbr-text {
  color: #09120d;
}
.cid-s70OKCzsgc H4 {
  color: #767676;
}
.cid-s70OKCzsgc H2 {
  color: #0091DA;
}
.cid-s70PD6uWoB {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #012168;
}
.cid-s70PD6uWoB .mbr-section-subtitle {
  color: #767676;
}
.cid-s70PD6uWoB .container-fluid {
  padding: 0!important;
}
.cid-s70PD6uWoB .col-md-12 {
  padding: 0;
}
.cid-s70PD6uWoB .row {
  margin: 0;
}
.cid-s70PD6uWoB .btn {
  margin: 0.6rem;
  margin-top: 2rem;
}
.cid-s70PD6uWoB .m-auto {
  max-width: 650px;
  padding: 2rem;
}
.cid-s70PD6uWoB .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #232323;
  transition: background 0.3s;
  margin-bottom: 3rem;
}
.cid-s70PD6uWoB .number-wrap {
  color: #767676;
  border-color: rgba(255, 255, 255, 0.15);
  border: 3px solid #efefef;
  position: relative;
  display: inline-block;
  text-align: center;
  padding: 5px 10px 13px 10px;
  margin: 0;
  min-width: 118px;
  border-radius: 2px;
  max-width: 100%;
}
.cid-s70PD6uWoB .number {
  font-style: normal;
  font-weight: 600;
  font-size: 50px;
  text-transform: none;
  letter-spacing: -2px;
  word-spacing: 0;
  line-height: 1.3;
  color: #767676;
}
.cid-s70PD6uWoB .period {
  display: block;
}
.cid-s70PD6uWoB .dot {
  display: none;
}
.cid-s70PD6uWoB .countdown-cont {
  max-width: 700px;
}
.cid-s70PD6uWoB .col-xs-3 {
  padding-left: 0;
  padding-right: 0;
  margin-right: 20px;
  max-width: 20%;
  flex: 0 0 20%;
}
@media (max-width: 767px) {
  .cid-s70PD6uWoB .number-wrap {
    margin-bottom: 15px;
  }
  .cid-s70PD6uWoB .col-xs-3 {
    margin-right: 0px;
    max-width: 50%!important;
    flex: 0 0 50%!important;
  }
  .cid-s70PD6uWoB .box {
    height: 400px!important;
  }
}
@media (max-width: 440px) {
  .cid-s70PD6uWoB .number,
  .cid-s70PD6uWoB .dot {
    font-size: 40px;
  }
}
@media (max-width: 380px) {
  .cid-s70PD6uWoB .period {
    font-size: 0.8rem;
  }
}
.cid-s70PD6uWoB .box {
  background-image: url("../../images/level-top-pc-agg-starbucks-1492x1434.jpg");
  background-size: cover;
  background-position: center;
  height: 700px;
  width: 100%;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-s70PD6uWoB .icon-wrap {
  background-color: #0c57bf !important;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.cid-s70PD6uWoB .icon-wrap:hover {
  opacity: 0.8;
}
.cid-s70PD6uWoB .icon-wrap span {
  padding-left: 8px;
}
.cid-s70PD6uWoB .mbr-media span {
  font-size: 30px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #ffffff !important;
}
.cid-s70PD6uWoB .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-s70PD6uWoB .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-s70PD6uWoB .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-s70PD6uWoB .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-s70PD6uWoB a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-s70PD6uWoB a.close:hover {
  color: #ffffff;
}
.cid-s70PD6uWoB .mbr-text {
  color: #ffffff;
}
.cid-s70PD6uWoB H4 {
  color: #767676;
}
.cid-s70PD6uWoB H2 {
  color: #ffffff;
}
.cid-s70Qm03ujA {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s70Qm03ujA .mbr-section-subtitle {
  color: #767676;
}
.cid-s70Qm03ujA .container-fluid {
  padding: 0!important;
}
.cid-s70Qm03ujA .col-md-12 {
  padding: 0;
}
.cid-s70Qm03ujA .row {
  margin: 0;
}
.cid-s70Qm03ujA .btn {
  margin: 0.6rem;
  margin-top: 2rem;
}
.cid-s70Qm03ujA .m-auto {
  max-width: 650px;
  padding: 2rem;
}
.cid-s70Qm03ujA .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #232323;
  transition: background 0.3s;
  margin-bottom: 3rem;
}
.cid-s70Qm03ujA .number-wrap {
  color: #767676;
  border-color: rgba(255, 255, 255, 0.15);
  border: 3px solid #efefef;
  position: relative;
  display: inline-block;
  text-align: center;
  padding: 5px 10px 13px 10px;
  margin: 0;
  min-width: 118px;
  border-radius: 2px;
  max-width: 100%;
}
.cid-s70Qm03ujA .number {
  font-style: normal;
  font-weight: 600;
  font-size: 50px;
  text-transform: none;
  letter-spacing: -2px;
  word-spacing: 0;
  line-height: 1.3;
  color: #767676;
}
.cid-s70Qm03ujA .period {
  display: block;
}
.cid-s70Qm03ujA .dot {
  display: none;
}
.cid-s70Qm03ujA .countdown-cont {
  max-width: 700px;
}
.cid-s70Qm03ujA .col-xs-3 {
  padding-left: 0;
  padding-right: 0;
  margin-right: 20px;
  max-width: 20%;
  flex: 0 0 20%;
}
@media (max-width: 767px) {
  .cid-s70Qm03ujA .number-wrap {
    margin-bottom: 15px;
  }
  .cid-s70Qm03ujA .col-xs-3 {
    margin-right: 0px;
    max-width: 50%!important;
    flex: 0 0 50%!important;
  }
  .cid-s70Qm03ujA .box {
    height: 400px!important;
  }
}
@media (max-width: 440px) {
  .cid-s70Qm03ujA .number,
  .cid-s70Qm03ujA .dot {
    font-size: 40px;
  }
}
@media (max-width: 380px) {
  .cid-s70Qm03ujA .period {
    font-size: 0.8rem;
  }
}
.cid-s70Qm03ujA .box {
  background-image: url("../../images/flowcrete-asias-deckshield-lbd-was-supplied-in-a-dark-grey-colour-with-colourful-blocks-of-colour-2000x1330.jpg");
  background-size: cover;
  background-position: center;
  height: 700px;
  width: 100%;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-s70Qm03ujA .icon-wrap {
  background-color: #0091DA !important;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.cid-s70Qm03ujA .icon-wrap:hover {
  opacity: 0.8;
}
.cid-s70Qm03ujA .icon-wrap span {
  padding-left: 8px;
}
.cid-s70Qm03ujA .mbr-media span {
  font-size: 30px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #ffffff !important;
}
.cid-s70Qm03ujA .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-s70Qm03ujA .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-s70Qm03ujA .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-s70Qm03ujA .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-s70Qm03ujA a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-s70Qm03ujA a.close:hover {
  color: #ffffff;
}
.cid-s70Qm03ujA .mbr-text {
  color: #09120d;
}
.cid-s70Qm03ujA H4 {
  color: #767676;
}
.cid-s70Qm03ujA H2 {
  color: #0091DA;
}
.cid-s70S4jovCG {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #daecf4;
}
@media (max-width: 992px) {
  .cid-s70S4jovCG {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.cid-s70S4jovCG .text {
  padding: 0;
}
.cid-s70S4jovCG section {
  position: relative;
}
.cid-s70S4jovCG h3 {
  padding-bottom: 0;
  margin-bottom: 0;
}
.cid-s70S4jovCG .mbr-iconfont {
  padding: 0!important;
}
.cid-s70S4jovCG .back {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background-color: #daecf4;
}
.cid-s70S4jovCG .box {
  background-image: url("../../images/shutterstock-149893559-edit-2000x1398.jpg");
  background-size: cover;
  background-position: center;
  height: 550px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-s70S4jovCG .icon-wrap {
  background-color: #149dcc !important;
  width: 80px;
  height: 80px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.cid-s70S4jovCG .icon-wrap:hover {
  transform: scale(1.1);
}
.cid-s70S4jovCG .icon-wrap span {
  padding-left: 8px;
}
.cid-s70S4jovCG .mbr-media span {
  font-size: 30px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #ffffff !important;
}
.cid-s70S4jovCG .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-s70S4jovCG .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-s70S4jovCG .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-s70S4jovCG .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-s70S4jovCG a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-s70S4jovCG a.close:hover {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-s70S4jovCG {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .cid-s70S4jovCG .box {
    height: 250px;
  }
  .cid-s70S4jovCG .row {
    padding: 1rem!important;
  }
}
.cid-s7goDyL4WH {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #daecf4;
}
.cid-s7goDyL4WH h4 {
  font-weight: 600;
  color: #e2e2e2;
}
.cid-s7goDyL4WH .mbr-section-subtitle {
  color: #767676;
}
.cid-s7goDyL4WH .article {
  padding-right: 2rem;
  padding-left: 2rem;
}
.cid-s7goDyL4WH .article-counter-left {
  text-align: left;
}
.cid-s7goDyL4WH .mbr-text-left {
  text-align: left;
}
.cid-s7goDyL4WH .mbr-text-right {
  text-align: left;
}
.cid-s7goDyL4WH H2 {
  color: #0c57bf;
}
.cid-s7goDyL4WH img {
  width: 470px;
  height: 400px;
}
.cid-s7goDyL4WH .responsive {
  width: 100%;
  height: auto;
}
.cid-s70WIsmWyT {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s70WIsmWyT .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-s70WIsmWyT a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-s70WIsmWyT .mbr-section-btn {
  margin: 0;
}
.cid-s70WIsmWyT .form-control {
  box-shadow: none;
  padding: 1.07em 1.07em;
  background-color: #f5f5f5;
  border: 1px solid #ffffff;
  color: #656565;
  line-height: 1.43;
  min-height: 3.5em;
  border-radius: .25rem;
}
.cid-s70WIsmWyT .form-control:focus,
.cid-s70WIsmWyT .form-control:hover {
  border: 1px solid #e8e8e8;
  background-color: #f5f5f5;
}
.cid-s70WIsmWyT .form-group {
  margin-bottom: 1rem;
}
.cid-s70WIsmWyT input::-webkit-input-placeholder,
.cid-s70WIsmWyT textarea::-webkit-input-placeholder {
  color: #656565;
}
.cid-s70WIsmWyT input:-moz-placeholder,
.cid-s70WIsmWyT textarea:-moz-placeholder {
  color: #656565;
}
.cid-s70WIsmWyT .jq-selectbox li,
.cid-s70WIsmWyT .jq-selectbox li {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-s70WIsmWyT .jq-selectbox li:hover,
.cid-s70WIsmWyT .jq-selectbox li.selected {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-s70WIsmWyT .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-s70WIsmWyT .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-s70WIsmWyT .form-group,
.cid-s70WIsmWyT .mbr-section-btn {
  padding-left: 7.5px;
  padding-right: 7.5px;
}
@media (min-width: 992px) {
  .cid-s70WIsmWyT .col-auto.mbr-section-btn .btn {
    padding-top: 0;
    padding-bottom: 0;
    height: 100%;
    margin: 0 !important;
  }
}
@media (min-width: 768px) {
  .cid-s70WIsmWyT .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-s70WIsmWyT .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
}
@media (max-width: 499px) {
  .cid-s70WIsmWyT .form-block {
    padding: 1rem;
  }
}
.cid-s70WIsmWyT H4 {
  color: #013e7d;
}
.cid-s70WIsmWyT P {
  color: #ffffff;
}
.cid-s70WIsmWyT hr.new2 {
  border-top: 1px solid #013e7d;
  width: 350px;
}
.cid-s6kIJOukg9 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s6kIJOukg9 .mbr-section-title {
  color: #232323;
  margin-bottom: 1.5rem;
  letter-spacing: 0.1em;
  width: 100%;
}
.cid-s6kIJOukg9 .mbr-section-btn {
  width: 100%;
}
.cid-s6kIJOukg9 .mbr-section-subtitle {
  color: #232323;
  letter-spacing: 0.03em;
  margin-bottom: 2rem;
}
.cid-s6kIJOukg9 .card {
  padding: 2rem 2rem;
}
.cid-s6kIJOukg9 .wrap {
  width: 255px;
  height: 255px;
}
.cid-s6kIJOukg9 .wrap .pie_progress {
  height: 250px;
}
.cid-s6kIJOukg9 .btn {
  margin: 0 !important;
}
@media (max-width: 1199px) {
  .cid-s6kIJOukg9 .main > div {
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-s6kIJOukg9 h2,
  .cid-s6kIJOukg9 h3 {
    text-align: center !important;
  }
  .cid-s6kIJOukg9 .mbr-section-btn {
    text-align: center !important;
  }
  .cid-s6kIJOukg9 .main > div > div {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cid-s6kIJOukg9 .second-col {
    padding-bottom: 1.5rem;
  }
}
.cid-s6kIJOukg9 path {
  stroke: #0091DA;
  width: 100px;
  stroke-width: 8px;
  cx: 20px;
  cy: 20px;
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-s6kIJOukg9 .card {
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
  }
}
.cid-s6kIJOukg9 .mbr-section-subtitle,
.cid-s6kIJOukg9 .mbr-section-btn {
  text-align: left;
}
.cid-s6kIJOukg9 P {
  color: #0091DA;
}
.cid-s6kIJOukg9 H4 {
  color: #013e7d;
}
.cid-s6DnlFcPlj {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-s6DnlFcPlj *:focus {
  outline: none;
  box-shadow: none;
}
.cid-s6DnlFcPlj .form-1 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.cid-s6DnlFcPlj .img-block {
  display: flex;
}
.cid-s6DnlFcPlj .img-block img {
  object-fit: cover;
  object-position: top;
  min-height: 100%;
}
.cid-s6DnlFcPlj .form-control {
  padding: 10px 20px;
  border: 1px solid #dedede;
  border-radius: 0;
  min-height: 51px;
  background-color: transparent;
}
@media (max-width: 767px) {
  .cid-s6DnlFcPlj .img-block {
    padding-bottom: 3rem;
  }
  .cid-s6DnlFcPlj .form-1 {
    padding-top: 0;
  }
}
.cid-s6DnlFcPlj P {
  text-align: left;
  color: #0091DA;
  font-family: Open Sans;
}
.cid-s6DnlFcPlj ul {
  text-align: left;
  font-family: Open Sans;
}
.cid-s6DnlFcPlj .mbr-figure2 {
  margin-top: 0px !important;
  padding-top: 0px !important;
}
.cid-s6DnlFcPlj .mbr-figure3 {
  margin-top: 0px !important;
  padding-top: 0px !important;
}
.cid-s8kmOmRgih {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #013e7d;
}
.cid-s8kmOmRgih .listico {
  padding-right: 1rem;
  font-size: 1.3rem;
}
.cid-s8kmOmRgih .navbar-logo {
  width: 80px;
  margin-bottom: 10px;
}
.cid-s8kmOmRgih .mbr-text {
  color: #444;
}
.cid-s8kmOmRgih h5 {
  margin-bottom: 0;
}
.cid-s8kmOmRgih .navbar-brand {
  margin: 0rem;
  width: 100%;
}
.cid-s8kmOmRgih .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s8kmOmRgih .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
  object-fit: cover;
}
.cid-s8kmOmRgih .socicon {
  font-size: 1.3rem;
  background: #ff4a52;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-s8kmOmRgih .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-s8kmOmRgih .social-list .soc-item {
  margin: 0 .3rem;
}
.cid-s8kmOmRgih .social-list a {
  margin: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-s8kmOmRgih .social-list a:hover {
  opacity: .4;
}
.cid-s8kmOmRgih .media-container-row > div {
  padding: 0px;
}
.cid-s8kmOmRgih .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-s8kmOmRgih .group-title {
  text-align: left;
  color: #ffffff;
}
.cid-s8kmOmRgih .group-title SPAN {
  color: #ffffff;
}
.cid-s8kmOmRgih .links {
  color: #ffffff;
  line-height: 1.6;
}
@media (max-width: 991px) {
  .cid-s8kmOmRgih .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-s8kmOmRgih .social-list,
  .cid-s8kmOmRgih .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-s8kmOmRgih h3 {
    margin-bottom: 10px;
  }
  .cid-s8kmOmRgih .navbar-brand {
    text-align: center;
  }
}
.cid-s8kmOmRgih .links SPAN {
  color: #9e9e9e;
}
.cid-s8kmOmRgih .links,
.cid-s8kmOmRgih .navbar-brand {
  color: #fafafa;
}
.cid-s8kejjrXIs {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #767676;
}
.cid-s8kejjrXIs a:link {
  text-decoration: none;
}
.cid-s8kejjrXIs .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-s8kejjrXIs .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-s8kejjrXIs .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-s8kejjrXIs .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-s8kejjrXIs .foot-menu {
  -webkit-flex-direction: row;
  flex-direction: row;
  margin: 0;
  margin-bottom: 8px;
  padding: .6em 0;
}
.cid-s8kejjrXIs .foot-menu > li {
  font-size: 14px;
  padding: 0;
  display: inline-block;
}
.cid-s8kejjrXIs .foot-menu > li .rhombus {
  width: 0;
  height: 0;
  right: 4px;
  border: 4px solid transparent;
  border-bottom-color: #ffffff;
  position: relative;
  top: -19px;
}
.cid-s8kejjrXIs .foot-menu > li .rhombus::after {
  width: 0;
  height: 0;
  content: '';
  position: absolute;
  left: -4px;
  top: 4px;
  border: 4px solid transparent;
  border-top-color: #ffffff;
}
.cid-s8kejjrXIs .foot-menu li a {
  font-family: 'OpenSans', sans-serif;
  display: inline-block;
  letter-spacing: 2px;
  padding: 0 10px;
}
.cid-s8kejjrXIs .plan-title,
.cid-s8kejjrXIs .text-letter {
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-weight: 600;
}
.cid-s8kejjrXIs .plan-title {
  color: #444444;
}
@media (max-width: 767px) {
  .cid-s8kejjrXIs .foot-menu {
    padding: 15px 1rem;
  }
}
.cid-s8kejjrXIs .mbr-section-title span {
  color: #ffbc00;
}
.cid-s8kejjrXIs .mbr-section-title {
  color: #ffffff;
}
.cid-s8kejjrXIs P {
  color: #ffffff;
  font-family: Open Sans;
  font-size: 13px;
}
.cid-s8kel4S7a8.popup-builder {
  background-color: #ffffff;
}
.cid-s8kel4S7a8.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-s8kel4S7a8.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-s8kel4S7a8 .modal-content,
.cid-s8kel4S7a8 .modal-dialog {
  height: auto;
}
.cid-s8kel4S7a8 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-s8kel4S7a8 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-s8kel4S7a8 .form-wrapper .mbr-form .form-group,
  .cid-s8kel4S7a8 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-s8kel4S7a8 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-s8kel4S7a8 .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-s8kel4S7a8 .mbr-text {
  text-align: left;
}
.cid-s8kel4S7a8 .pt-0 {
  padding-top: 0 !important;
}
.cid-s8kel4S7a8 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-s8kel4S7a8 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-s8kel4S7a8 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-s8kel4S7a8 .modal-open {
  overflow: hidden;
}
.cid-s8kel4S7a8 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-s8kel4S7a8 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-s8kel4S7a8 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-s8kel4S7a8 .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-s8kel4S7a8 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-s8kel4S7a8 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-s8kel4S7a8 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-s8kel4S7a8 .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-s8kel4S7a8 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-s8kel4S7a8 .modal-backdrop.fade {
  opacity: 0;
}
.cid-s8kel4S7a8 .modal-backdrop.show {
  opacity: .5;
}
.cid-s8kel4S7a8 .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-s8kel4S7a8 .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-s8kel4S7a8 .modal-header .close:hover {
  opacity: 1;
}
.cid-s8kel4S7a8 .modal-header .close:focus {
  outline: none;
}
.cid-s8kel4S7a8 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-s8kel4S7a8 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-s8kel4S7a8 .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-s8kel4S7a8 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-s8kel4S7a8 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-s8kel4S7a8 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-s8kel4S7a8 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-s8kel4S7a8 .modal-sm {
    max-width: 300px;
  }
  .cid-s8kel4S7a8 .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-s8kel4S7a8 .modal-lg,
  .cid-s8kel4S7a8 .modal-xl {
    max-width: 800px;
  }
  .cid-s8kel4S7a8 .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-s8kel4S7a8 .modal-xl {
    max-width: 1140px;
  }
  .cid-s8kel4S7a8 .container {
    max-width: 1140px;
  }
}
.cid-s8kel4S7a8 .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-s8kel4S7a8 .container {
    max-width: 720px;
  }
}
.cid-s8kel4S7a8 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-s8kel4S7a8 .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-s8kel4S7a8 .form-group {
  margin-bottom: 1rem;
}
.cid-s8kel4S7a8 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-s8kel4S7a8 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-s8kel4S7a8 .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-s6kLbwgRvm .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 77px;
}
@media (min-width: 992px) {
  .cid-s6kLbwgRvm .navbar .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 2.5385em 0.235em 3.5385em !important;
    margin: 0 !important;
  }
}
.cid-s6kLbwgRvm .menu-logo {
  display: flex;
  position: relative;
  -webkit-align-items: center;
  align-items: center;
  margin-right: auto;
}
.cid-s6kLbwgRvm .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s6kLbwgRvm .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: left;
  align-items: left;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-s6kLbwgRvm .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-s6kLbwgRvm .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-s6kLbwgRvm .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-s6kLbwgRvm .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-s6kLbwgRvm .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-s6kLbwgRvm a {
  font-style: normal;
}
.cid-s6kLbwgRvm .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: middle;
  position: relative;
  text-decoration: none;
}
.cid-s6kLbwgRvm .nav-item a {
  padding: 0.4rem 0 !important;
}
.cid-s6kLbwgRvm .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s6kLbwgRvm .dropdown-item:hover:before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  width: 16px;
}
.cid-s6kLbwgRvm .content-text {
  margin-bottom: 0;
  color: #012168;
  text-align: left;
}
.cid-s6kLbwgRvm .navbar-nav {
  position: relative;
  min-height: 60px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-s6kLbwgRvm .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #013e7d;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-s6kLbwgRvm .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
  .cid-s6kLbwgRvm .navbar-nav .nav-item a {
    margin: 0 1.3rem !important;
  }
}
@media (max-width: 991px) {
  .cid-s6kLbwgRvm .navbar-nav .nav-item a {
    margin: 0 !important;
  }
}
.cid-s6kLbwgRvm .navbar-nav .nav-item span {
  padding-right: 0.1rem;
}
.cid-s6kLbwgRvm .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-s6kLbwgRvm .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-s6kLbwgRvm .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-s6kLbwgRvm .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-s6kLbwgRvm .nav-dropdown .link {
  font-weight: 400;
}
.cid-s6kLbwgRvm .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-s6kLbwgRvm .content-right-side {
  text-align: center;
}
@media (max-width: 575px) {
  .cid-s6kLbwgRvm .content-right-side {
    display: flex;
    flex-direction: column;
    padding: 0.5rem 0;
  }
  .cid-s6kLbwgRvm .content-right-side .content-link {
    font-size: 0.8rem;
    margin: 0;
    padding-bottom: 1rem;
    display: flex;
    justify-content: space-between;
  }
}
.cid-s6kLbwgRvm .menu-content-top {
  display: none;
  padding: 1rem 0;
  transition: height 0.3s ease-in-out;
}
.cid-s6kLbwgRvm .menu-content-top.show {
  display: block;
}
.cid-s6kLbwgRvm .content-right-side .content-link {
  margin-left: 1rem;
}
.cid-s6kLbwgRvm .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
@media (max-width: 1091px) {
  .cid-s6kLbwgRvm .content-left-side {
    text-align: left;
    padding-bottom: 1rem;
  }
  .cid-s6kLbwgRvm .dropdown-item {
    padding: 0.235em 0 !important;
    margin: 0 !important;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
  }
  .cid-s6kLbwgRvm .dropdown-item:before {
    display: none;
  }
  .cid-s6kLbwgRvm .menu-logo {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .cid-s6kLbwgRvm .menu-bottom {
    width: 100%;
    padding: 0 1rem;
    display: block;
  }
  .cid-s6kLbwgRvm img {
    height: 3.8rem !important;
  }
  .cid-s6kLbwgRvm .btn {
    display: flex;
  }
  .cid-s6kLbwgRvm button.navbar-toggler {
    display: block;
  }
  .cid-s6kLbwgRvm .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-s6kLbwgRvm .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-s6kLbwgRvm .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-s6kLbwgRvm .navbar-collapse.collapsing,
  .cid-s6kLbwgRvm .navbar-collapse.show {
    display: block !important;
  }
  .cid-s6kLbwgRvm .navbar-collapse.collapsing .navbar-nav,
  .cid-s6kLbwgRvm .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-s6kLbwgRvm .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-s6kLbwgRvm .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
    padding: 0.5rem 0;
  }
  .cid-s6kLbwgRvm .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-s6kLbwgRvm .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-s6kLbwgRvm .navbar-collapse.collapsing .navbar-buttons,
  .cid-s6kLbwgRvm .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-s6kLbwgRvm .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-s6kLbwgRvm .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-s6kLbwgRvm .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-s6kLbwgRvm .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-s6kLbwgRvm .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-s6kLbwgRvm .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 992px) {
  .cid-s6kLbwgRvm .navbar .menu-content-top {
    display: block;
  }
  .cid-s6kLbwgRvm .menu-content-top .row {
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .cid-s6kLbwgRvm .content-right-side {
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-flex-basis: 70%;
    flex-basis: 70%;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: right;
  }
  .cid-s6kLbwgRvm .menu-content-top {
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  }
  .cid-s6kLbwgRvm .menu-bottom {
    display: flex;
  }
  .cid-s6kLbwgRvm .navbar {
    display: block;
    padding: 0;
  }
  .cid-s6kLbwgRvm .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-s6kLbwgRvm .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 76px;
  }
  .cid-s6kLbwgRvm .navbar-toggler {
    display: none;
  }
}
.cid-s6kLbwgRvm .navbar-short .menu-content-top {
  border: none;
}
.cid-s6kLbwgRvm .btn {
  padding: 0.7rem 1.5rem;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s6kLbwgRvm .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-s6kLbwgRvm .navbar-toggleable-sm .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  padding-right: 5rem;
  width: 100%;
}
.cid-s6kLbwgRvm .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-s6kLbwgRvm .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-s6kLbwgRvm .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-s6kLbwgRvm .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-s6kLbwgRvm .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-s6kLbwgRvm .dropdown .dropdown-menu .dropdown-item {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s6kLbwgRvm .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-s6kLbwgRvm .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-s6kLbwgRvm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s6kLbwgRvm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s6kLbwgRvm .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-s6kLbwgRvm .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s6kLbwgRvm .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-s6kLbwgRvm .navbar.navbar-short {
  
}
.cid-s6kLbwgRvm .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-s6kLbwgRvm .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-s6kLbwgRvm .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-s6kLbwgRvm .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-s6kLbwgRvm button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
}
.cid-s6kLbwgRvm button.navbar-toggler:focus {
  outline: none;
}
.cid-s6kLbwgRvm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-s6kLbwgRvm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s6kLbwgRvm button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s6kLbwgRvm button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s6kLbwgRvm button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s6kLbwgRvm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s6kLbwgRvm nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s6kLbwgRvm nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s6kLbwgRvm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s6kLbwgRvm .collapsed.navbar {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-s6kLbwgRvm .collapsed .menu-bottom {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s6kLbwgRvm .collapsed .menu-logo {
  margin-right: 0;
}
.cid-s6kLbwgRvm .collapsed .btn {
  display: flex;
}
.cid-s6kLbwgRvm .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-s6kLbwgRvm .collapsed .navbar-collapse.collapsing,
.cid-s6kLbwgRvm .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-s6kLbwgRvm .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-s6kLbwgRvm .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-s6kLbwgRvm .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-s6kLbwgRvm .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-s6kLbwgRvm .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-s6kLbwgRvm .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-s6kLbwgRvm .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-s6kLbwgRvm .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-s6kLbwgRvm .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-s6kLbwgRvm .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-s6kLbwgRvm .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem  - 3.5rem);
  }
  .cid-s6kLbwgRvm .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-s6kLbwgRvm .collapsed button.navbar-toggler {
  display: block;
  -webkit-align-self: center;
  align-self: center;
}
.cid-s6kLbwgRvm .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-s6kLbwgRvm .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-s6kLbwgRvm .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .25s;
  transition-property: opacity, padding, height;
}
.cid-s6kLbwgRvm .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-s6kLbwgRvm .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-s6kLbwgRvm .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-s6kLbwgRvm .collapsed .dropdown-item:before {
  display: none;
}
.cid-s6kLbwgRvm .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-s6kLbwgRvm .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-s6kLbwgRvm .nav-link:focus {
  outline: none;
}
.cid-s6kLbwgRvm .navbar-toggler {
  position: relative;
  margin-top: 20px;
}
.cid-s6kLbwgRvm .dropdown-item.active,
.cid-s6kLbwgRvm .dropdown-item:active {
  background-color: #ffffff;
  color: auto;
}
.cid-s6kLbwgRvm .nav-link:hover,
.cid-s6kLbwgRvm .dropdown-item:hover {
  color: #0091DA;
}
.cid-s6kLbwgRvm p {
  font-family: Open Sans;
  color: #012168;
}
.cid-s6kLbwgRvm P {
  text-align: left;
}
#wowslider-29 .mbr-wowslider {
  margin-top: 0px;
  cursor: default !important;
}
@media (max-width: 800px) {
  #wowslider-29 .mbr-wowslider {
    margin-top: 0px !important;
    padding-top: 0px !important;
  }
}
#wowslider-29 .ws_next {
  display: none !important;
}
#wowslider-29 .ws_prev {
  display: none !important;
}
#wowslider-29 .ws_playpause {
  display: none !important;
}
.cid-s6kLby6VYO {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-s6kLby6VYO .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-s6kLby6VYO a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-s6kLby6VYO .mbr-section-btn {
  margin: 0;
}
.cid-s6kLby6VYO .form-control {
  box-shadow: none;
  padding: 1.07em 1.07em;
  background-color: #f5f5f5;
  border: 1px solid #ffffff;
  color: #656565;
  line-height: 1.43;
  min-height: 3.5em;
  border-radius: .25rem;
}
.cid-s6kLby6VYO .form-control:focus,
.cid-s6kLby6VYO .form-control:hover {
  border: 1px solid #e8e8e8;
  background-color: #f5f5f5;
}
.cid-s6kLby6VYO .form-group {
  margin-bottom: 1rem;
}
.cid-s6kLby6VYO input::-webkit-input-placeholder,
.cid-s6kLby6VYO textarea::-webkit-input-placeholder {
  color: #656565;
}
.cid-s6kLby6VYO input:-moz-placeholder,
.cid-s6kLby6VYO textarea:-moz-placeholder {
  color: #656565;
}
.cid-s6kLby6VYO .jq-selectbox li,
.cid-s6kLby6VYO .jq-selectbox li {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-s6kLby6VYO .jq-selectbox li:hover,
.cid-s6kLby6VYO .jq-selectbox li.selected {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-s6kLby6VYO .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-s6kLby6VYO .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-s6kLby6VYO .form-group,
.cid-s6kLby6VYO .mbr-section-btn {
  padding-left: 7.5px;
  padding-right: 7.5px;
}
@media (min-width: 992px) {
  .cid-s6kLby6VYO .col-auto.mbr-section-btn .btn {
    padding-top: 0;
    padding-bottom: 0;
    height: 100%;
    margin: 0 !important;
  }
}
@media (min-width: 768px) {
  .cid-s6kLby6VYO .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-s6kLby6VYO .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
}
@media (max-width: 499px) {
  .cid-s6kLby6VYO .form-block {
    padding: 1rem;
  }
}
.cid-s6kLby6VYO H4 {
  color: #013e7d;
}
.cid-s6kLby6VYO P {
  color: #ffffff;
}
.cid-s6kLby6VYO hr.new1 {
  border-top: 1px solid #013e7d;
  width: 350px;
}
.cid-s6kLby6VYO hr.new2 {
  border-top: 1px solid #013e7d;
  width: 350px;
}
.cid-s7gGcC3F3o {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s7gGcC3F3o .mbr-section-title {
  letter-spacing: .1em;
}
.cid-s7gGcC3F3o .mbr-text {
  letter-spacing: 0.03rem;
}
.cid-s7gGcC3F3o .card-img span {
  font-size: 100px;
}
.cid-s7gGcC3F3o .mbr-text,
.cid-s7gGcC3F3o .mbr-section-btn {
  color: #09120d;
}
.cid-s7gGehrSaW {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-s7gGehrSaW {
    padding-top: 0px;
    padding-bottom: 50px;
  }
}
.cid-s7gGehrSaW .text {
  padding: 0;
}
.cid-s7gGehrSaW section {
  position: relative;
}
.cid-s7gGehrSaW h3 {
  padding-bottom: 0;
  margin-bottom: 0;
}
.cid-s7gGehrSaW .mbr-iconfont {
  padding: 0!important;
}
.cid-s7gGehrSaW .back {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background-color: #ffffff;
}
.cid-s7gGehrSaW .box {
  background-image: url("../../images/stonhard-main-2-2000x1088.png");
  background-size: cover;
  background-position: center;
  height: 550px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-s7gGehrSaW .icon-wrap {
  background-color: #0c57bf !important;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.cid-s7gGehrSaW .icon-wrap:hover {
  transform: scale(1.1);
}
.cid-s7gGehrSaW .icon-wrap span {
  padding-left: 8px;
}
.cid-s7gGehrSaW .mbr-media span {
  font-size: 30px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #ffffff !important;
}
.cid-s7gGehrSaW .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-s7gGehrSaW .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-s7gGehrSaW .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-s7gGehrSaW .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-s7gGehrSaW a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-s7gGehrSaW a.close:hover {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-s7gGehrSaW {
    padding-top: 0px;
    padding-bottom: 35px;
  }
  .cid-s7gGehrSaW .box {
    height: 250px;
  }
  .cid-s7gGehrSaW .row {
    padding: 1rem!important;
  }
}
.cid-s7gGT5YyKn {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s7gGT5YyKn h4 {
  font-weight: 600;
  color: #e2e2e2;
}
.cid-s7gGT5YyKn .mbr-section-subtitle {
  color: #767676;
}
.cid-s7gGT5YyKn .article {
  padding-right: 2rem;
  padding-left: 2rem;
}
@media screen and (max-width: 480px) {
  .cid-s7gGT5YyKn .column2 {
    margin-top: -25px;
  }
}
.cid-s7gGT5YyKn .mbr-text-left {
  text-align: left;
}
.cid-s7gGT5YyKn .article-title-left {
  text-align: left;
  color: #09120d;
}
.cid-s7gGT5YyKn .article-title-right {
  text-align: left;
  color: #09120d;
}
.cid-s7gGT5YyKn ul {
  font-family: Open sans;
}
.cid-s7gGT5YyKn H2 {
  color: #0c57bf;
  font-family: Open Sans;
}
.cid-s7gGT5YyKn P {
  color: #0c57bf;
  font-family: Open Sans;
}
.cid-s6kLbAHIAl {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #daecf4;
}
.cid-s6kLbAHIAl .mbr-section-subtitle {
  color: #767676;
}
.cid-s6kLbAHIAl .container-fluid {
  padding: 0!important;
}
.cid-s6kLbAHIAl .col-md-12 {
  padding: 0;
}
.cid-s6kLbAHIAl .row {
  margin: 0;
}
.cid-s6kLbAHIAl .btn {
  margin: 0.3rem;
  margin-top: 2rem;
}
.cid-s6kLbAHIAl .m-auto {
  max-width: 650px;
  padding: 2rem;
}
.cid-s6kLbAHIAl .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #232323;
  transition: background 0.3s;
  margin-bottom: 3rem;
}
.cid-s6kLbAHIAl .number-wrap {
  color: #767676;
  border-color: rgba(255, 255, 255, 0.15);
  border: 3px solid #efefef;
  position: relative;
  display: inline-block;
  text-align: center;
  padding: 5px 10px 13px 10px;
  margin: 0;
  min-width: 118px;
  border-radius: 2px;
  max-width: 100%;
}
.cid-s6kLbAHIAl .number {
  font-style: normal;
  font-weight: 600;
  font-size: 50px;
  text-transform: none;
  letter-spacing: -2px;
  word-spacing: 0;
  line-height: 1.3;
  color: #767676;
}
.cid-s6kLbAHIAl .period {
  display: block;
}
.cid-s6kLbAHIAl .dot {
  display: none;
}
.cid-s6kLbAHIAl .countdown-cont {
  max-width: 700px;
}
.cid-s6kLbAHIAl .col-xs-3 {
  padding-left: 0;
  padding-right: 0;
  margin-right: 20px;
  max-width: 20%;
  flex: 0 0 20%;
}
@media (max-width: 767px) {
  .cid-s6kLbAHIAl .number-wrap {
    margin-bottom: 15px;
  }
  .cid-s6kLbAHIAl .col-xs-3 {
    margin-right: 0px;
    max-width: 50%!important;
    flex: 0 0 50%!important;
  }
  .cid-s6kLbAHIAl .box {
    height: 400px!important;
  }
}
@media (max-width: 440px) {
  .cid-s6kLbAHIAl .number,
  .cid-s6kLbAHIAl .dot {
    font-size: 40px;
  }
}
@media (max-width: 380px) {
  .cid-s6kLbAHIAl .period {
    font-size: 0.8rem;
  }
}
.cid-s6kLbAHIAl .box {
  background-image: url("../../images/carboline-fire-lab-crop-2000x1150.png");
  background-size: cover;
  background-position: center;
  height: 700px;
  width: 100%;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-s6kLbAHIAl .icon-wrap {
  background-color: #0c57bf !important;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.cid-s6kLbAHIAl .icon-wrap:hover {
  opacity: 0.8;
}
.cid-s6kLbAHIAl .icon-wrap span {
  padding-left: 8px;
}
.cid-s6kLbAHIAl .mbr-media span {
  font-size: 30px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #ffffff !important;
}
.cid-s6kLbAHIAl .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-s6kLbAHIAl .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-s6kLbAHIAl .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-s6kLbAHIAl .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-s6kLbAHIAl a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-s6kLbAHIAl a.close:hover {
  color: #ffffff;
}
.cid-s6kLbAHIAl .mbr-text {
  color: #09120d;
}
.cid-s6kLbAHIAl H4 {
  color: #767676;
}
.cid-s6kLbAHIAl H2 {
  color: #0091DA;
}
.cid-s7gKwp59LT {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #012168;
}
.cid-s7gKwp59LT .mbr-section-subtitle {
  color: #767676;
}
.cid-s7gKwp59LT .container-fluid {
  padding: 0!important;
}
.cid-s7gKwp59LT .col-md-12 {
  padding: 0;
}
.cid-s7gKwp59LT .row {
  margin: 0;
}
.cid-s7gKwp59LT .btn {
  margin: 0.3rem;
  margin-top: 2rem;
}
.cid-s7gKwp59LT .m-auto {
  max-width: 650px;
  padding: 2rem;
}
.cid-s7gKwp59LT .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #232323;
  transition: background 0.3s;
  margin-bottom: 3rem;
}
.cid-s7gKwp59LT .number-wrap {
  color: #767676;
  border-color: rgba(255, 255, 255, 0.15);
  border: 3px solid #efefef;
  position: relative;
  display: inline-block;
  text-align: center;
  padding: 5px 10px 13px 10px;
  margin: 0;
  min-width: 118px;
  border-radius: 2px;
  max-width: 100%;
}
.cid-s7gKwp59LT .number {
  font-style: normal;
  font-weight: 600;
  font-size: 50px;
  text-transform: none;
  letter-spacing: -2px;
  word-spacing: 0;
  line-height: 1.3;
  color: #767676;
}
.cid-s7gKwp59LT .period {
  display: block;
}
.cid-s7gKwp59LT .dot {
  display: none;
}
.cid-s7gKwp59LT .countdown-cont {
  max-width: 700px;
}
.cid-s7gKwp59LT .col-xs-3 {
  padding-left: 0;
  padding-right: 0;
  margin-right: 20px;
  max-width: 20%;
  flex: 0 0 20%;
}
@media (max-width: 767px) {
  .cid-s7gKwp59LT .number-wrap {
    margin-bottom: 15px;
  }
  .cid-s7gKwp59LT .col-xs-3 {
    margin-right: 0px;
    max-width: 50%!important;
    flex: 0 0 50%!important;
  }
  .cid-s7gKwp59LT .box {
    height: 400px!important;
  }
}
@media (max-width: 440px) {
  .cid-s7gKwp59LT .number,
  .cid-s7gKwp59LT .dot {
    font-size: 40px;
  }
}
@media (max-width: 380px) {
  .cid-s7gKwp59LT .period {
    font-size: 0.8rem;
  }
}
.cid-s7gKwp59LT .box {
  background-image: url("../../images/brunei-2-rezup-1707x1280.jpg");
  background-size: cover;
  background-position: center;
  height: 700px;
  width: 100%;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-s7gKwp59LT .icon-wrap {
  background-color: #0c57bf !important;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.cid-s7gKwp59LT .icon-wrap:hover {
  opacity: 0.8;
}
.cid-s7gKwp59LT .icon-wrap span {
  padding-left: 8px;
}
.cid-s7gKwp59LT .mbr-media span {
  font-size: 30px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #ffffff !important;
}
.cid-s7gKwp59LT .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-s7gKwp59LT .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-s7gKwp59LT .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-s7gKwp59LT .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-s7gKwp59LT a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-s7gKwp59LT a.close:hover {
  color: #ffffff;
}
.cid-s7gKwp59LT .mbr-text {
  color: #ffffff;
}
.cid-s7gKwp59LT H4 {
  color: #767676;
}
.cid-s7gKwp59LT H2 {
  color: #0c57bf;
}
.cid-s7gKwp59LT p {
  color: #ffffff;
}
.cid-s7gLohaJ5y {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s7gLohaJ5y .mbr-section-subtitle {
  color: #767676;
}
.cid-s7gLohaJ5y .container-fluid {
  padding: 0!important;
}
.cid-s7gLohaJ5y .col-md-12 {
  padding: 0;
}
.cid-s7gLohaJ5y .row {
  margin: 0;
}
.cid-s7gLohaJ5y .btn {
  margin: 0.3rem;
  margin-top: 2rem;
}
.cid-s7gLohaJ5y .m-auto {
  max-width: 650px;
  padding: 2rem;
}
.cid-s7gLohaJ5y .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #232323;
  transition: background 0.3s;
  margin-bottom: 3rem;
}
.cid-s7gLohaJ5y .number-wrap {
  color: #767676;
  border-color: rgba(255, 255, 255, 0.15);
  border: 3px solid #efefef;
  position: relative;
  display: inline-block;
  text-align: center;
  padding: 5px 10px 13px 10px;
  margin: 0;
  min-width: 118px;
  border-radius: 2px;
  max-width: 100%;
}
.cid-s7gLohaJ5y .number {
  font-style: normal;
  font-weight: 600;
  font-size: 50px;
  text-transform: none;
  letter-spacing: -2px;
  word-spacing: 0;
  line-height: 1.3;
  color: #767676;
}
.cid-s7gLohaJ5y .period {
  display: block;
}
.cid-s7gLohaJ5y .dot {
  display: none;
}
.cid-s7gLohaJ5y .countdown-cont {
  max-width: 700px;
}
.cid-s7gLohaJ5y .col-xs-3 {
  padding-left: 0;
  padding-right: 0;
  margin-right: 20px;
  max-width: 20%;
  flex: 0 0 20%;
}
@media (max-width: 767px) {
  .cid-s7gLohaJ5y .number-wrap {
    margin-bottom: 15px;
  }
  .cid-s7gLohaJ5y .col-xs-3 {
    margin-right: 0px;
    max-width: 50%!important;
    flex: 0 0 50%!important;
  }
  .cid-s7gLohaJ5y .box {
    height: 400px!important;
  }
}
@media (max-width: 440px) {
  .cid-s7gLohaJ5y .number,
  .cid-s7gLohaJ5y .dot {
    font-size: 40px;
  }
}
@media (max-width: 380px) {
  .cid-s7gLohaJ5y .period {
    font-size: 0.8rem;
  }
}
.cid-s7gLohaJ5y .box {
  background-image: url("../../images/stonhard-new-prdouct-stoncrete-efx-in-school-corridor2-2000x13334.jpg");
  background-size: cover;
  background-position: center;
  height: 700px;
  width: 100%;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-s7gLohaJ5y .icon-wrap {
  background-color: #0c57bf !important;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.cid-s7gLohaJ5y .icon-wrap:hover {
  opacity: 0.8;
}
.cid-s7gLohaJ5y .icon-wrap span {
  padding-left: 8px;
}
.cid-s7gLohaJ5y .mbr-media span {
  font-size: 30px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #ffffff !important;
}
.cid-s7gLohaJ5y .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-s7gLohaJ5y .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-s7gLohaJ5y .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-s7gLohaJ5y .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-s7gLohaJ5y a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-s7gLohaJ5y a.close:hover {
  color: #ffffff;
}
.cid-s7gLohaJ5y .mbr-text {
  color: #191f2d;
}
.cid-s7gLohaJ5y H4 {
  color: #767676;
}
.cid-s7gLohaJ5y H2 {
  color: #0c57bf;
}
.cid-s7h5E4J7Xo {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #daecf4;
}
.cid-s7h5E4J7Xo .container-fluid {
  padding: 0 3rem;
}
.cid-s7h5E4J7Xo .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #013e7d, #a6def6);
  display: inline-block;
}
.cid-s7h5E4J7Xo .card {
  display: block;
}
.cid-s7h5E4J7Xo .card .card-wrapper {
  height: 1%;
}
.cid-s7h5E4J7Xo .card .card-wrapper .card-img {
  overflow: hidden;
  margin-bottom: 1rem;
  z-index: 1;
}
.cid-s7h5E4J7Xo .card .card-wrapper .card-img img {
  transition: all .5s;
}
.cid-s7h5E4J7Xo .card .card-wrapper:hover img {
  -ms-transform: scale3d(1.05, 1.05, 1.05);
  -webkit-transform: scale3d(1.05, 1.05, 1.05);
  -o-transform: scale3d(1.05, 1.05, 1.05);
  -moz-transform: scale3d(1.05, 1.05, 1.05);
  transform: scale3d(1.05, 1.05, 1.05);
  transition: all .5s;
}
.cid-s7h5E4J7Xo .text-row {
  -webkit-align-self: center;
  align-self: center;
}
.cid-s7h5E4J7Xo .prices {
  color: #ffffff;
}
.cid-s7h5E4J7Xo .oldPrice {
  text-decoration: line-through;
}
.cid-s7h5E4J7Xo .oldPrice,
.cid-s7h5E4J7Xo .newPrice {
  color: inherit;
}
@media (max-width: 767px) {
  .cid-s7h5E4J7Xo .container-fluid {
    padding: 0 1rem;
  }
  .cid-s7h5E4J7Xo .text-row {
    padding-bottom: 1rem;
  }
}
.cid-s7h7bysawV {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #daecf4;
}
.cid-s7h7bysawV h4 {
  font-weight: 600;
  color: #e2e2e2;
}
.cid-s7h7bysawV .mbr-section-subtitle {
  color: #767676;
}
.cid-s7h7bysawV .article {
  padding-right: 2rem;
  padding-left: 2rem;
}
@media screen and (max-width: 480px) {
  .cid-s7h7bysawV .column2 {
    margin-top: -20px;
  }
}
.cid-s7h7bysawV .mbr-text-left {
  text-align: left;
}
.cid-s7h7bysawV .article-title-left {
  text-align: left;
  color: #09120d;
}
.cid-s7h7bysawV .article-title-right {
  text-align: left;
  color: #09120d;
}
.cid-s7h7bysawV ul {
  font-family: Open sans;
}
.cid-s7h7bysawV H2 {
  color: #0c57bf;
}
.cid-s7hds1jw5Q {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s7hds1jw5Q .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-s7hds1jw5Q a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-s7hds1jw5Q .mbr-section-btn {
  margin: 0;
}
.cid-s7hds1jw5Q .form-control {
  box-shadow: none;
  padding: 1.07em 1.07em;
  background-color: #f5f5f5;
  border: 1px solid #ffffff;
  color: #656565;
  line-height: 1.43;
  min-height: 3.5em;
  border-radius: .25rem;
}
.cid-s7hds1jw5Q .form-control:focus,
.cid-s7hds1jw5Q .form-control:hover {
  border: 1px solid #e8e8e8;
  background-color: #f5f5f5;
}
.cid-s7hds1jw5Q .form-group {
  margin-bottom: 1rem;
}
.cid-s7hds1jw5Q input::-webkit-input-placeholder,
.cid-s7hds1jw5Q textarea::-webkit-input-placeholder {
  color: #656565;
}
.cid-s7hds1jw5Q input:-moz-placeholder,
.cid-s7hds1jw5Q textarea:-moz-placeholder {
  color: #656565;
}
.cid-s7hds1jw5Q .jq-selectbox li,
.cid-s7hds1jw5Q .jq-selectbox li {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-s7hds1jw5Q .jq-selectbox li:hover,
.cid-s7hds1jw5Q .jq-selectbox li.selected {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-s7hds1jw5Q .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-s7hds1jw5Q .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-s7hds1jw5Q .form-group,
.cid-s7hds1jw5Q .mbr-section-btn {
  padding-left: 7.5px;
  padding-right: 7.5px;
}
@media (min-width: 992px) {
  .cid-s7hds1jw5Q .col-auto.mbr-section-btn .btn {
    padding-top: 0;
    padding-bottom: 0;
    height: 100%;
    margin: 0 !important;
  }
}
@media (min-width: 768px) {
  .cid-s7hds1jw5Q .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-s7hds1jw5Q .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
}
@media (max-width: 499px) {
  .cid-s7hds1jw5Q .form-block {
    padding: 1rem;
  }
}
.cid-s7hds1jw5Q H4 {
  color: #013e7d;
}
.cid-s7hds1jw5Q P {
  color: #ffffff;
}
.cid-s7hds1jw5Q hr.new2 {
  border-top: 1px solid #013e7d;
  width: 350px;
}
.cid-s6kLbCqTmm {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-s6kLbCqTmm .mbr-section-title {
  color: #232323;
  margin-bottom: 1.5rem;
  letter-spacing: 0.1em;
  width: 100%;
}
.cid-s6kLbCqTmm .mbr-section-btn {
  width: 100%;
}
.cid-s6kLbCqTmm .mbr-section-subtitle {
  color: #232323;
  letter-spacing: 0.03em;
  margin-bottom: 2rem;
}
.cid-s6kLbCqTmm .card {
  padding: 1rem .5rem;
}
.cid-s6kLbCqTmm .wrap {
  width: 315px;
  height: 315px;
  margin: 0 auto;
}
.cid-s6kLbCqTmm .wrap .pie_progress {
  height: inherit;
}
.cid-s6kLbCqTmm .btn {
  margin: 0 !important;
}
@media (max-width: 1199px) {
  .cid-s6kLbCqTmm .main > div {
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-s6kLbCqTmm h2,
  .cid-s6kLbCqTmm h3 {
    text-align: center !important;
  }
  .cid-s6kLbCqTmm .mbr-section-btn {
    text-align: center !important;
  }
  .cid-s6kLbCqTmm .main > div > div {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cid-s6kLbCqTmm .second-col {
    padding-bottom: 1.5rem;
  }
}
.cid-s6kLbCqTmm path {
  stroke: #0091DA;
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-s6kLbCqTmm .card {
    -webkit-flex-basis: 33%;
    flex-basis: 33%;
  }
}
.cid-s6kLbCqTmm .mbr-section-subtitle,
.cid-s6kLbCqTmm .mbr-section-btn {
  text-align: left;
}
.cid-s6kLbCqTmm P {
  color: #0091DA;
}
.cid-s6kLbCqTmm H4 {
  color: #013e7d;
}
.cid-s7he63nYAd {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s7he63nYAd *:focus {
  outline: none;
  box-shadow: none;
}
.cid-s7he63nYAd .form-1 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.cid-s7he63nYAd .img-block {
  display: flex;
}
.cid-s7he63nYAd .img-block img {
  object-fit: cover;
  object-position: center center;
  min-height: 100%;
}
.cid-s7he63nYAd .form-control {
  padding: 10px 20px;
  border: 1px solid #dedede;
  border-radius: 0;
  min-height: 51px;
  background-color: transparent;
}
@media (max-width: 767px) {
  .cid-s7he63nYAd .img-block {
    padding-bottom: 3rem;
  }
  .cid-s7he63nYAd .form-1 {
    padding-top: 0;
  }
}
.cid-s7he63nYAd P {
  text-align: left;
  color: #0091DA;
  font-family: Open Sans;
}
.cid-s7he63nYAd ul {
  text-align: left;
  font-family: Open Sans;
}
.cid-s8kmTnriQz {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #013e7d;
}
.cid-s8kmTnriQz .listico {
  padding-right: 1rem;
  font-size: 1.3rem;
}
.cid-s8kmTnriQz .navbar-logo {
  width: 80px;
  margin-bottom: 10px;
}
.cid-s8kmTnriQz .mbr-text {
  color: #444;
}
.cid-s8kmTnriQz h5 {
  margin-bottom: 0;
}
.cid-s8kmTnriQz .navbar-brand {
  margin: 0rem;
  width: 100%;
}
.cid-s8kmTnriQz .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s8kmTnriQz .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
  object-fit: cover;
}
.cid-s8kmTnriQz .socicon {
  font-size: 1.3rem;
  background: #ff4a52;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-s8kmTnriQz .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-s8kmTnriQz .social-list .soc-item {
  margin: 0 .3rem;
}
.cid-s8kmTnriQz .social-list a {
  margin: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-s8kmTnriQz .social-list a:hover {
  opacity: .4;
}
.cid-s8kmTnriQz .media-container-row > div {
  padding: 0px;
}
.cid-s8kmTnriQz .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-s8kmTnriQz .group-title {
  text-align: left;
  color: #ffffff;
}
.cid-s8kmTnriQz .group-title SPAN {
  color: #ffffff;
}
.cid-s8kmTnriQz .links {
  color: #ffffff;
  line-height: 1.6;
}
@media (max-width: 991px) {
  .cid-s8kmTnriQz .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-s8kmTnriQz .social-list,
  .cid-s8kmTnriQz .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-s8kmTnriQz h3 {
    margin-bottom: 10px;
  }
  .cid-s8kmTnriQz .navbar-brand {
    text-align: center;
  }
}
.cid-s8kmTnriQz .links SPAN {
  color: #9e9e9e;
}
.cid-s8kmTnriQz .links,
.cid-s8kmTnriQz .navbar-brand {
  color: #fafafa;
}
.cid-s8kerKyV7B {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #767676;
}
.cid-s8kerKyV7B a:link {
  text-decoration: none;
}
.cid-s8kerKyV7B .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-s8kerKyV7B .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-s8kerKyV7B .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-s8kerKyV7B .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-s8kerKyV7B .foot-menu {
  -webkit-flex-direction: row;
  flex-direction: row;
  margin: 0;
  margin-bottom: 8px;
  padding: .6em 0;
}
.cid-s8kerKyV7B .foot-menu > li {
  font-size: 14px;
  padding: 0;
  display: inline-block;
}
.cid-s8kerKyV7B .foot-menu > li .rhombus {
  width: 0;
  height: 0;
  right: 4px;
  border: 4px solid transparent;
  border-bottom-color: #ffffff;
  position: relative;
  top: -19px;
}
.cid-s8kerKyV7B .foot-menu > li .rhombus::after {
  width: 0;
  height: 0;
  content: '';
  position: absolute;
  left: -4px;
  top: 4px;
  border: 4px solid transparent;
  border-top-color: #ffffff;
}
.cid-s8kerKyV7B .foot-menu li a {
  font-family: 'OpenSans', sans-serif;
  display: inline-block;
  letter-spacing: 2px;
  padding: 0 10px;
}
.cid-s8kerKyV7B .plan-title,
.cid-s8kerKyV7B .text-letter {
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-weight: 600;
}
.cid-s8kerKyV7B .plan-title {
  color: #444444;
}
@media (max-width: 767px) {
  .cid-s8kerKyV7B .foot-menu {
    padding: 15px 1rem;
  }
}
.cid-s8kerKyV7B .mbr-section-title span {
  color: #ffbc00;
}
.cid-s8kerKyV7B .mbr-section-title {
  color: #ffffff;
}
.cid-s8kerKyV7B P {
  color: #ffffff;
  font-family: Open Sans;
  font-size: 13px;
}
.cid-s8kesrW9vy.popup-builder {
  background-color: #ffffff;
}
.cid-s8kesrW9vy.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-s8kesrW9vy.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-s8kesrW9vy .modal-content,
.cid-s8kesrW9vy .modal-dialog {
  height: auto;
}
.cid-s8kesrW9vy .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-s8kesrW9vy .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-s8kesrW9vy .form-wrapper .mbr-form .form-group,
  .cid-s8kesrW9vy .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-s8kesrW9vy .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-s8kesrW9vy .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-s8kesrW9vy .mbr-text {
  text-align: left;
}
.cid-s8kesrW9vy .pt-0 {
  padding-top: 0 !important;
}
.cid-s8kesrW9vy .pb-0 {
  padding-bottom: 0 !important;
}
.cid-s8kesrW9vy .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-s8kesrW9vy .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-s8kesrW9vy .modal-open {
  overflow: hidden;
}
.cid-s8kesrW9vy .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-s8kesrW9vy .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-s8kesrW9vy .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-s8kesrW9vy .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-s8kesrW9vy .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-s8kesrW9vy .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-s8kesrW9vy .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-s8kesrW9vy .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-s8kesrW9vy .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-s8kesrW9vy .modal-backdrop.fade {
  opacity: 0;
}
.cid-s8kesrW9vy .modal-backdrop.show {
  opacity: .5;
}
.cid-s8kesrW9vy .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-s8kesrW9vy .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-s8kesrW9vy .modal-header .close:hover {
  opacity: 1;
}
.cid-s8kesrW9vy .modal-header .close:focus {
  outline: none;
}
.cid-s8kesrW9vy .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-s8kesrW9vy .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-s8kesrW9vy .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-s8kesrW9vy .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-s8kesrW9vy .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-s8kesrW9vy .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-s8kesrW9vy .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-s8kesrW9vy .modal-sm {
    max-width: 300px;
  }
  .cid-s8kesrW9vy .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-s8kesrW9vy .modal-lg,
  .cid-s8kesrW9vy .modal-xl {
    max-width: 800px;
  }
  .cid-s8kesrW9vy .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-s8kesrW9vy .modal-xl {
    max-width: 1140px;
  }
  .cid-s8kesrW9vy .container {
    max-width: 1140px;
  }
}
.cid-s8kesrW9vy .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-s8kesrW9vy .container {
    max-width: 720px;
  }
}
.cid-s8kesrW9vy .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-s8kesrW9vy .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-s8kesrW9vy .form-group {
  margin-bottom: 1rem;
}
.cid-s8kesrW9vy .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-s8kesrW9vy .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-s8kesrW9vy .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-s6kLikxIrl .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 77px;
}
@media (min-width: 992px) {
  .cid-s6kLikxIrl .navbar .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 2.5385em 0.235em 3.5385em !important;
    margin: 0 !important;
  }
}
.cid-s6kLikxIrl .menu-logo {
  display: flex;
  position: relative;
  -webkit-align-items: center;
  align-items: center;
  margin-right: auto;
}
.cid-s6kLikxIrl .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s6kLikxIrl .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: left;
  align-items: left;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-s6kLikxIrl .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-s6kLikxIrl .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-s6kLikxIrl .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-s6kLikxIrl .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-s6kLikxIrl .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-s6kLikxIrl a {
  font-style: normal;
}
.cid-s6kLikxIrl .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: middle;
  position: relative;
  text-decoration: none;
}
.cid-s6kLikxIrl .nav-item a {
  padding: 0.4rem 0 !important;
}
.cid-s6kLikxIrl .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s6kLikxIrl .dropdown-item:hover:before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  width: 16px;
}
.cid-s6kLikxIrl .content-text {
  margin-bottom: 0;
  color: #012168;
  text-align: left;
}
.cid-s6kLikxIrl .navbar-nav {
  position: relative;
  min-height: 60px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-s6kLikxIrl .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #013e7d;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-s6kLikxIrl .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
  .cid-s6kLikxIrl .navbar-nav .nav-item a {
    margin: 0 1.3rem !important;
  }
}
@media (max-width: 991px) {
  .cid-s6kLikxIrl .navbar-nav .nav-item a {
    margin: 0 !important;
  }
}
.cid-s6kLikxIrl .navbar-nav .nav-item span {
  padding-right: 0.1rem;
}
.cid-s6kLikxIrl .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-s6kLikxIrl .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-s6kLikxIrl .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-s6kLikxIrl .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-s6kLikxIrl .nav-dropdown .link {
  font-weight: 400;
}
.cid-s6kLikxIrl .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-s6kLikxIrl .content-right-side {
  text-align: center;
}
@media (max-width: 575px) {
  .cid-s6kLikxIrl .content-right-side {
    display: flex;
    flex-direction: column;
    padding: 0.5rem 0;
  }
  .cid-s6kLikxIrl .content-right-side .content-link {
    font-size: 0.8rem;
    margin: 0;
    padding-bottom: 1rem;
    display: flex;
    justify-content: space-between;
  }
}
.cid-s6kLikxIrl .menu-content-top {
  display: none;
  padding: 1rem 0;
  transition: height 0.3s ease-in-out;
}
.cid-s6kLikxIrl .menu-content-top.show {
  display: block;
}
.cid-s6kLikxIrl .content-right-side .content-link {
  margin-left: 1rem;
}
.cid-s6kLikxIrl .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
@media (max-width: 1091px) {
  .cid-s6kLikxIrl .content-left-side {
    text-align: left;
    padding-bottom: 1rem;
  }
  .cid-s6kLikxIrl .dropdown-item {
    padding: 0.235em 0 !important;
    margin: 0 !important;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
  }
  .cid-s6kLikxIrl .dropdown-item:before {
    display: none;
  }
  .cid-s6kLikxIrl .menu-logo {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .cid-s6kLikxIrl .menu-bottom {
    width: 100%;
    padding: 0 1rem;
    display: block;
  }
  .cid-s6kLikxIrl img {
    height: 3.8rem !important;
  }
  .cid-s6kLikxIrl .btn {
    display: flex;
  }
  .cid-s6kLikxIrl button.navbar-toggler {
    display: block;
  }
  .cid-s6kLikxIrl .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-s6kLikxIrl .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-s6kLikxIrl .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-s6kLikxIrl .navbar-collapse.collapsing,
  .cid-s6kLikxIrl .navbar-collapse.show {
    display: block !important;
  }
  .cid-s6kLikxIrl .navbar-collapse.collapsing .navbar-nav,
  .cid-s6kLikxIrl .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-s6kLikxIrl .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-s6kLikxIrl .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
    padding: 0.5rem 0;
  }
  .cid-s6kLikxIrl .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-s6kLikxIrl .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-s6kLikxIrl .navbar-collapse.collapsing .navbar-buttons,
  .cid-s6kLikxIrl .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-s6kLikxIrl .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-s6kLikxIrl .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-s6kLikxIrl .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-s6kLikxIrl .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-s6kLikxIrl .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-s6kLikxIrl .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 992px) {
  .cid-s6kLikxIrl .navbar .menu-content-top {
    display: block;
  }
  .cid-s6kLikxIrl .menu-content-top .row {
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .cid-s6kLikxIrl .content-right-side {
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-flex-basis: 70%;
    flex-basis: 70%;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: right;
  }
  .cid-s6kLikxIrl .menu-content-top {
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  }
  .cid-s6kLikxIrl .menu-bottom {
    display: flex;
  }
  .cid-s6kLikxIrl .navbar {
    display: block;
    padding: 0;
  }
  .cid-s6kLikxIrl .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-s6kLikxIrl .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 76px;
  }
  .cid-s6kLikxIrl .navbar-toggler {
    display: none;
  }
}
.cid-s6kLikxIrl .navbar-short .menu-content-top {
  border: none;
}
.cid-s6kLikxIrl .btn {
  padding: 0.7rem 1.5rem;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s6kLikxIrl .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-s6kLikxIrl .navbar-toggleable-sm .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  padding-right: 5rem;
  width: 100%;
}
.cid-s6kLikxIrl .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-s6kLikxIrl .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-s6kLikxIrl .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-s6kLikxIrl .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-s6kLikxIrl .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-s6kLikxIrl .dropdown .dropdown-menu .dropdown-item {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s6kLikxIrl .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-s6kLikxIrl .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-s6kLikxIrl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s6kLikxIrl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s6kLikxIrl .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-s6kLikxIrl .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s6kLikxIrl .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-s6kLikxIrl .navbar.navbar-short {
  
}
.cid-s6kLikxIrl .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-s6kLikxIrl .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-s6kLikxIrl .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-s6kLikxIrl .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-s6kLikxIrl button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
}
.cid-s6kLikxIrl button.navbar-toggler:focus {
  outline: none;
}
.cid-s6kLikxIrl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-s6kLikxIrl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s6kLikxIrl button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s6kLikxIrl button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s6kLikxIrl button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s6kLikxIrl nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s6kLikxIrl nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s6kLikxIrl nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s6kLikxIrl nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s6kLikxIrl .collapsed.navbar {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-s6kLikxIrl .collapsed .menu-bottom {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s6kLikxIrl .collapsed .menu-logo {
  margin-right: 0;
}
.cid-s6kLikxIrl .collapsed .btn {
  display: flex;
}
.cid-s6kLikxIrl .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-s6kLikxIrl .collapsed .navbar-collapse.collapsing,
.cid-s6kLikxIrl .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-s6kLikxIrl .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-s6kLikxIrl .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-s6kLikxIrl .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-s6kLikxIrl .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-s6kLikxIrl .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-s6kLikxIrl .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-s6kLikxIrl .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-s6kLikxIrl .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-s6kLikxIrl .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-s6kLikxIrl .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-s6kLikxIrl .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem  - 3.5rem);
  }
  .cid-s6kLikxIrl .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-s6kLikxIrl .collapsed button.navbar-toggler {
  display: block;
  -webkit-align-self: center;
  align-self: center;
}
.cid-s6kLikxIrl .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-s6kLikxIrl .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-s6kLikxIrl .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .25s;
  transition-property: opacity, padding, height;
}
.cid-s6kLikxIrl .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-s6kLikxIrl .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-s6kLikxIrl .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-s6kLikxIrl .collapsed .dropdown-item:before {
  display: none;
}
.cid-s6kLikxIrl .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-s6kLikxIrl .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-s6kLikxIrl .nav-link:focus {
  outline: none;
}
.cid-s6kLikxIrl .navbar-toggler {
  position: relative;
  margin-top: 20px;
}
.cid-s6kLikxIrl .dropdown-item.active,
.cid-s6kLikxIrl .dropdown-item:active {
  background-color: #ffffff;
  color: auto;
}
.cid-s6kLikxIrl .nav-link:hover,
.cid-s6kLikxIrl .dropdown-item:hover {
  color: #0091DA;
}
.cid-s6kLikxIrl p {
  font-family: Open Sans;
  color: #012168;
}
.cid-s6kLikxIrl P {
  text-align: left;
}
#wowslider-2i .mbr-wowslider {
  margin-top: 0px;
  cursor: default !important;
}
@media (max-width: 800px) {
  #wowslider-2i .mbr-wowslider {
    margin-top: 0px !important;
    padding-top: 0px !important;
  }
}
#wowslider-2i .ws_next {
  display: none !important;
}
#wowslider-2i .ws_prev {
  display: none !important;
}
#wowslider-2i .ws_playpause {
  display: none !important;
}
.cid-s6kLimuTrc {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-s6kLimuTrc .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-s6kLimuTrc a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-s6kLimuTrc .mbr-section-btn {
  margin: 0;
}
.cid-s6kLimuTrc .form-control {
  box-shadow: none;
  padding: 1.07em 1.07em;
  background-color: #f5f5f5;
  border: 1px solid #ffffff;
  color: #656565;
  line-height: 1.43;
  min-height: 3.5em;
  border-radius: .25rem;
}
.cid-s6kLimuTrc .form-control:focus,
.cid-s6kLimuTrc .form-control:hover {
  border: 1px solid #e8e8e8;
  background-color: #f5f5f5;
}
.cid-s6kLimuTrc .form-group {
  margin-bottom: 1rem;
}
.cid-s6kLimuTrc input::-webkit-input-placeholder,
.cid-s6kLimuTrc textarea::-webkit-input-placeholder {
  color: #656565;
}
.cid-s6kLimuTrc input:-moz-placeholder,
.cid-s6kLimuTrc textarea:-moz-placeholder {
  color: #656565;
}
.cid-s6kLimuTrc .jq-selectbox li,
.cid-s6kLimuTrc .jq-selectbox li {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-s6kLimuTrc .jq-selectbox li:hover,
.cid-s6kLimuTrc .jq-selectbox li.selected {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-s6kLimuTrc .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-s6kLimuTrc .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-s6kLimuTrc .form-group,
.cid-s6kLimuTrc .mbr-section-btn {
  padding-left: 7.5px;
  padding-right: 7.5px;
}
@media (min-width: 992px) {
  .cid-s6kLimuTrc .col-auto.mbr-section-btn .btn {
    padding-top: 0;
    padding-bottom: 0;
    height: 100%;
    margin: 0 !important;
  }
}
@media (min-width: 768px) {
  .cid-s6kLimuTrc .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-s6kLimuTrc .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
}
@media (max-width: 499px) {
  .cid-s6kLimuTrc .form-block {
    padding: 1rem;
  }
}
.cid-s6kLimuTrc H4 {
  color: #013e7d;
}
.cid-s6kLimuTrc P {
  color: #ffffff;
}
.cid-s6kLimuTrc hr.new1 {
  border-top: 1px solid #013e7d;
  width: 350px;
}
.cid-s6kLimuTrc hr.new2 {
  border-top: 1px solid #013e7d;
  width: 350px;
}
.cid-s7hBmg7S52 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s7hBmg7S52 .mbr-section-title {
  letter-spacing: .1em;
}
.cid-s7hBmg7S52 .mbr-text {
  letter-spacing: 0.03rem;
}
.cid-s7hBmg7S52 .card-img span {
  font-size: 100px;
}
.cid-s7hBmg7S52 .mbr-text,
.cid-s7hBmg7S52 .mbr-section-btn {
  color: #09120d;
}
.cid-s7hBmg7S52 img {
  width: 800px;
  height: 500px;
}
#custom-html-8m {
  /* Type valid CSS here */
}
#custom-html-8m div {
  padding: 0px 0 0 0;
  color: #777;
  text-align: center;
}
#custom-html-8m p {
  font-size: 60px;
  color: #777;
}
#custom-html-8m img {
  margin-top: 50px;
}
#custom-html-8m .responsive {
  width: 100%;
  max-width: 900px;
  height: auto;
}
.cid-s7hGPu5p1Y {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s7hGPu5p1Y h4 {
  font-weight: 600;
  color: #e2e2e2;
}
.cid-s7hGPu5p1Y .mbr-section-subtitle {
  color: #767676;
}
.cid-s7hGPu5p1Y .article {
  padding-right: 2rem;
  padding-left: 2rem;
}
.cid-s7hGPu5p1Y .mbr-text-left {
  text-align: left;
}
.cid-s7hGPu5p1Y .article-title-left {
  text-align: left;
  color: #09120d;
}
.cid-s7hGPu5p1Y .article-title-right {
  text-align: left;
  color: #09120d;
}
.cid-s7hGPu5p1Y ul {
  font-family: Open sans;
}
.cid-s7hGPu5p1Y H2 {
  color: #0c57bf;
  font-family: Open Sans;
}
.cid-s7hGPu5p1Y P {
  color: #0c57bf;
  font-family: Open Sans;
}
.cid-s7hGPu5p1Y hr.new1 {
  border-top: 1px solid #013e7d;
  width: 350px;
}
.cid-s7hGPu5p1Y hr.new2 {
  border-top: 1px solid #013e7d;
  width: 350px;
}
.cid-s6kLip1UqU {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #daecf4;
}
.cid-s6kLip1UqU .mbr-section-subtitle {
  color: #767676;
}
.cid-s6kLip1UqU .container-fluid {
  padding: 0!important;
}
.cid-s6kLip1UqU .col-md-12 {
  padding: 0;
}
.cid-s6kLip1UqU .row {
  margin: 0;
}
.cid-s6kLip1UqU .btn {
  margin: 0.3rem;
  margin-top: 2rem;
}
.cid-s6kLip1UqU .m-auto {
  max-width: 650px;
  padding: 2rem;
}
.cid-s6kLip1UqU .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #232323;
  transition: background 0.3s;
  margin-bottom: 3rem;
}
.cid-s6kLip1UqU .number-wrap {
  color: #767676;
  border-color: rgba(255, 255, 255, 0.15);
  border: 3px solid #efefef;
  position: relative;
  display: inline-block;
  text-align: center;
  padding: 5px 10px 13px 10px;
  margin: 0;
  min-width: 118px;
  border-radius: 2px;
  max-width: 100%;
}
.cid-s6kLip1UqU .number {
  font-style: normal;
  font-weight: 600;
  font-size: 50px;
  text-transform: none;
  letter-spacing: -2px;
  word-spacing: 0;
  line-height: 1.3;
  color: #767676;
}
.cid-s6kLip1UqU .period {
  display: block;
}
.cid-s6kLip1UqU .dot {
  display: none;
}
.cid-s6kLip1UqU .countdown-cont {
  max-width: 700px;
}
.cid-s6kLip1UqU .col-xs-3 {
  padding-left: 0;
  padding-right: 0;
  margin-right: 20px;
  max-width: 20%;
  flex: 0 0 20%;
}
@media (max-width: 767px) {
  .cid-s6kLip1UqU .number-wrap {
    margin-bottom: 15px;
  }
  .cid-s6kLip1UqU .col-xs-3 {
    margin-right: 0px;
    max-width: 50%!important;
    flex: 0 0 50%!important;
  }
  .cid-s6kLip1UqU .box {
    height: 400px!important;
  }
}
@media (max-width: 440px) {
  .cid-s6kLip1UqU .number,
  .cid-s6kLip1UqU .dot {
    font-size: 40px;
  }
}
@media (max-width: 380px) {
  .cid-s6kLip1UqU .period {
    font-size: 0.8rem;
  }
}
.cid-s6kLip1UqU .box {
  background-image: url("../../images/tankbond-liquidgrip-appshot1-1500x1500.jpeg");
  background-size: cover;
  background-position: center;
  height: 700px;
  width: 100%;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-s6kLip1UqU .icon-wrap {
  background-color: #0091DA !important;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.cid-s6kLip1UqU .icon-wrap:hover {
  opacity: 0.8;
}
.cid-s6kLip1UqU .icon-wrap span {
  padding-left: 8px;
}
.cid-s6kLip1UqU .mbr-media span {
  font-size: 30px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #ffffff !important;
}
.cid-s6kLip1UqU .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-s6kLip1UqU .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-s6kLip1UqU .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-s6kLip1UqU .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-s6kLip1UqU a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-s6kLip1UqU a.close:hover {
  color: #ffffff;
}
.cid-s6kLip1UqU .mbr-text {
  color: #09120d;
}
.cid-s6kLip1UqU H4 {
  color: #767676;
}
.cid-s6kLip1UqU H2 {
  color: #0091DA;
}
.cid-s7hSLCvKee {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #012168;
}
.cid-s7hSLCvKee .mbr-section-subtitle {
  color: #767676;
}
.cid-s7hSLCvKee .container-fluid {
  padding: 0!important;
}
.cid-s7hSLCvKee .col-md-12 {
  padding: 0;
}
.cid-s7hSLCvKee .row {
  margin: 0;
}
.cid-s7hSLCvKee .btn {
  margin: 0.6rem;
  margin-top: 2rem;
}
.cid-s7hSLCvKee .m-auto {
  max-width: 650px;
  padding: 2rem;
}
.cid-s7hSLCvKee .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #232323;
  transition: background 0.3s;
  margin-bottom: 3rem;
}
.cid-s7hSLCvKee .number-wrap {
  color: #767676;
  border-color: rgba(255, 255, 255, 0.15);
  border: 3px solid #efefef;
  position: relative;
  display: inline-block;
  text-align: center;
  padding: 5px 10px 13px 10px;
  margin: 0;
  min-width: 118px;
  border-radius: 2px;
  max-width: 100%;
}
.cid-s7hSLCvKee .number {
  font-style: normal;
  font-weight: 600;
  font-size: 50px;
  text-transform: none;
  letter-spacing: -2px;
  word-spacing: 0;
  line-height: 1.3;
  color: #767676;
}
.cid-s7hSLCvKee .period {
  display: block;
}
.cid-s7hSLCvKee .dot {
  display: none;
}
.cid-s7hSLCvKee .countdown-cont {
  max-width: 700px;
}
.cid-s7hSLCvKee .col-xs-3 {
  padding-left: 0;
  padding-right: 0;
  margin-right: 20px;
  max-width: 20%;
  flex: 0 0 20%;
}
@media (max-width: 767px) {
  .cid-s7hSLCvKee .number-wrap {
    margin-bottom: 15px;
  }
  .cid-s7hSLCvKee .col-xs-3 {
    margin-right: 0px;
    max-width: 50%!important;
    flex: 0 0 50%!important;
  }
  .cid-s7hSLCvKee .box {
    height: 400px!important;
  }
}
@media (max-width: 440px) {
  .cid-s7hSLCvKee .number,
  .cid-s7hSLCvKee .dot {
    font-size: 40px;
  }
}
@media (max-width: 380px) {
  .cid-s7hSLCvKee .period {
    font-size: 0.8rem;
  }
}
.cid-s7hSLCvKee .box {
  background-image: url("../../images/jessica-mccord-pride-on-the-frontline-1260x904.jpg");
  background-size: cover;
  background-position: center;
  height: 700px;
  width: 100%;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-s7hSLCvKee .icon-wrap {
  background-color: #0c57bf !important;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.cid-s7hSLCvKee .icon-wrap:hover {
  opacity: 0.8;
}
.cid-s7hSLCvKee .icon-wrap span {
  padding-left: 8px;
}
.cid-s7hSLCvKee .mbr-media span {
  font-size: 30px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #ffffff !important;
}
.cid-s7hSLCvKee .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-s7hSLCvKee .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-s7hSLCvKee .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-s7hSLCvKee .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-s7hSLCvKee a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-s7hSLCvKee a.close:hover {
  color: #ffffff;
}
.cid-s7hSLCvKee .mbr-text {
  color: #ffffff;
}
.cid-s7hSLCvKee H4 {
  color: #767676;
}
.cid-s7hSLCvKee H2 {
  color: #ffffff;
}
.cid-s7hUXjlZWw {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s7hUXjlZWw .mbr-section-subtitle {
  color: #767676;
}
.cid-s7hUXjlZWw .container-fluid {
  padding: 0!important;
}
.cid-s7hUXjlZWw .col-md-12 {
  padding: 0;
}
.cid-s7hUXjlZWw .row {
  margin: 0;
}
.cid-s7hUXjlZWw .btn {
  margin: 0.3rem;
  margin-top: 2rem;
}
.cid-s7hUXjlZWw .m-auto {
  max-width: 650px;
  padding: 2rem;
}
.cid-s7hUXjlZWw .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #232323;
  transition: background 0.3s;
  margin-bottom: 3rem;
}
.cid-s7hUXjlZWw .number-wrap {
  color: #767676;
  border-color: rgba(255, 255, 255, 0.15);
  border: 3px solid #efefef;
  position: relative;
  display: inline-block;
  text-align: center;
  padding: 5px 10px 13px 10px;
  margin: 0;
  min-width: 118px;
  border-radius: 2px;
  max-width: 100%;
}
.cid-s7hUXjlZWw .number {
  font-style: normal;
  font-weight: 600;
  font-size: 50px;
  text-transform: none;
  letter-spacing: -2px;
  word-spacing: 0;
  line-height: 1.3;
  color: #767676;
}
.cid-s7hUXjlZWw .period {
  display: block;
}
.cid-s7hUXjlZWw .dot {
  display: none;
}
.cid-s7hUXjlZWw .countdown-cont {
  max-width: 700px;
}
.cid-s7hUXjlZWw .col-xs-3 {
  padding-left: 0;
  padding-right: 0;
  margin-right: 20px;
  max-width: 20%;
  flex: 0 0 20%;
}
@media (max-width: 767px) {
  .cid-s7hUXjlZWw .number-wrap {
    margin-bottom: 15px;
  }
  .cid-s7hUXjlZWw .col-xs-3 {
    margin-right: 0px;
    max-width: 50%!important;
    flex: 0 0 50%!important;
  }
  .cid-s7hUXjlZWw .box {
    height: 400px!important;
  }
}
@media (max-width: 440px) {
  .cid-s7hUXjlZWw .number,
  .cid-s7hUXjlZWw .dot {
    font-size: 40px;
  }
}
@media (max-width: 380px) {
  .cid-s7hUXjlZWw .period {
    font-size: 0.8rem;
  }
}
.cid-s7hUXjlZWw .box {
  background-image: url("../../images/rustoleum-video-1280x720.jpg");
  background-size: cover;
  background-position: center;
  height: 700px;
  width: 100%;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-s7hUXjlZWw .icon-wrap {
  background-color: #0c57bf !important;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.cid-s7hUXjlZWw .icon-wrap:hover {
  opacity: 0.8;
}
.cid-s7hUXjlZWw .icon-wrap span {
  padding-left: 8px;
}
.cid-s7hUXjlZWw .mbr-media span {
  font-size: 30px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #ffffff !important;
}
.cid-s7hUXjlZWw .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-s7hUXjlZWw .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-s7hUXjlZWw .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-s7hUXjlZWw .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-s7hUXjlZWw a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-s7hUXjlZWw a.close:hover {
  color: #ffffff;
}
.cid-s7hUXjlZWw .mbr-text {
  color: #09120d;
}
.cid-s7hUXjlZWw H4 {
  color: #767676;
}
.cid-s7hUXjlZWw H2 {
  color: #0091DA;
}
.cid-s7hW6Jjeuy {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #daecf4;
}
@media (max-width: 992px) {
  .cid-s7hW6Jjeuy {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.cid-s7hW6Jjeuy .text {
  padding: 0;
}
.cid-s7hW6Jjeuy section {
  position: relative;
}
.cid-s7hW6Jjeuy h3 {
  padding-bottom: 0;
  margin-bottom: 0;
}
.cid-s7hW6Jjeuy .mbr-iconfont {
  padding: 0!important;
}
.cid-s7hW6Jjeuy .back {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background-color: #daecf4;
}
.cid-s7hW6Jjeuy .box {
  background-image: url("../../images/dap-main-2000x1164.png");
  background-size: cover;
  background-position: center;
  height: 550px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-s7hW6Jjeuy .icon-wrap {
  background-color: #0c57bf !important;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.cid-s7hW6Jjeuy .icon-wrap:hover {
  transform: scale(1.1);
}
.cid-s7hW6Jjeuy .icon-wrap span {
  padding-left: 8px;
}
.cid-s7hW6Jjeuy .mbr-media span {
  font-size: 30px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #ffffff !important;
}
.cid-s7hW6Jjeuy .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-s7hW6Jjeuy .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-s7hW6Jjeuy .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-s7hW6Jjeuy .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-s7hW6Jjeuy a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-s7hW6Jjeuy a.close:hover {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-s7hW6Jjeuy {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .cid-s7hW6Jjeuy .box {
    height: 250px;
  }
  .cid-s7hW6Jjeuy .row {
    padding: 1rem!important;
  }
}
.cid-s7hWAi6MjZ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #daecf4;
}
.cid-s7hWAi6MjZ h4 {
  font-weight: 600;
  color: #e2e2e2;
}
.cid-s7hWAi6MjZ .mbr-section-subtitle {
  color: #767676;
}
.cid-s7hWAi6MjZ .article {
  padding-right: 2rem;
  padding-left: 2rem;
}
@media screen and (max-width: 480px) {
  .cid-s7hWAi6MjZ .column2 {
    margin-top: -25px;
  }
}
.cid-s7hWAi6MjZ .mbr-text-left {
  text-align: left;
}
.cid-s7hWAi6MjZ .article-title-left {
  text-align: left;
  color: #09120d;
}
.cid-s7hWAi6MjZ .article-title-right {
  text-align: left;
  color: #09120d;
}
.cid-s7hWAi6MjZ ul {
  font-family: Open sans;
}
.cid-s7hWAi6MjZ H2 {
  color: #0c57bf;
}
.cid-s7hWAi6MjZ P {
  color: #0c57bf;
}
.cid-s6kLiqIysu {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-s6kLiqIysu .mbr-section-title {
  color: #232323;
  margin-bottom: 1.5rem;
  letter-spacing: 0.1em;
  width: 100%;
}
.cid-s6kLiqIysu .mbr-section-btn {
  width: 100%;
}
.cid-s6kLiqIysu .mbr-section-subtitle {
  color: #232323;
  letter-spacing: 0.03em;
  margin-bottom: 2rem;
}
.cid-s6kLiqIysu .card {
  padding: 1rem .5rem;
}
.cid-s6kLiqIysu .wrap {
  width: 315px;
  height: 315px;
  margin: 0 auto;
}
.cid-s6kLiqIysu .wrap .pie_progress {
  height: inherit;
}
.cid-s6kLiqIysu .btn {
  margin: 0 !important;
}
@media (max-width: 1199px) {
  .cid-s6kLiqIysu .main > div {
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-s6kLiqIysu h2,
  .cid-s6kLiqIysu h3 {
    text-align: center !important;
  }
  .cid-s6kLiqIysu .mbr-section-btn {
    text-align: center !important;
  }
  .cid-s6kLiqIysu .main > div > div {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cid-s6kLiqIysu .second-col {
    padding-bottom: 1.5rem;
  }
}
.cid-s6kLiqIysu path {
  stroke: #0091DA;
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-s6kLiqIysu .card {
    -webkit-flex-basis: 33%;
    flex-basis: 33%;
  }
}
.cid-s6kLiqIysu .mbr-section-subtitle,
.cid-s6kLiqIysu .mbr-section-btn {
  text-align: left;
}
.cid-s6kLiqIysu P {
  color: #0091DA;
}
.cid-s6kLiqIysu H4 {
  color: #013e7d;
}
.cid-s7hXKHcJvI {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s7hXKHcJvI *:focus {
  outline: none;
  box-shadow: none;
}
.cid-s7hXKHcJvI .form-1 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.cid-s7hXKHcJvI .img-block {
  display: flex;
}
.cid-s7hXKHcJvI .img-block img {
  object-fit: cover;
  object-position: top;
  min-height: 100%;
}
.cid-s7hXKHcJvI .form-control {
  padding: 10px 20px;
  border: 1px solid #dedede;
  border-radius: 0;
  min-height: 51px;
  background-color: transparent;
}
@media (max-width: 767px) {
  .cid-s7hXKHcJvI .img-block {
    padding-bottom: 3rem;
  }
  .cid-s7hXKHcJvI .form-1 {
    padding-top: 0;
  }
}
.cid-s7hXKHcJvI P {
  text-align: left;
  color: #0091DA;
  font-family: Open Sans;
}
.cid-s7hXKHcJvI ul {
  text-align: left;
  font-family: Open Sans;
}
.cid-s7hXKHcJvI .mbr-figure2 {
  content-align: top;
}
.cid-s7hXKHcJvI .mbr-figure3 {
  content-align: top;
}
.cid-s8kmXTlx0f {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #013e7d;
}
.cid-s8kmXTlx0f .listico {
  padding-right: 1rem;
  font-size: 1.3rem;
}
.cid-s8kmXTlx0f .navbar-logo {
  width: 80px;
  margin-bottom: 10px;
}
.cid-s8kmXTlx0f .mbr-text {
  color: #444;
}
.cid-s8kmXTlx0f h5 {
  margin-bottom: 0;
}
.cid-s8kmXTlx0f .navbar-brand {
  margin: 0rem;
  width: 100%;
}
.cid-s8kmXTlx0f .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s8kmXTlx0f .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
  object-fit: cover;
}
.cid-s8kmXTlx0f .socicon {
  font-size: 1.3rem;
  background: #ff4a52;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-s8kmXTlx0f .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-s8kmXTlx0f .social-list .soc-item {
  margin: 0 .3rem;
}
.cid-s8kmXTlx0f .social-list a {
  margin: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-s8kmXTlx0f .social-list a:hover {
  opacity: .4;
}
.cid-s8kmXTlx0f .media-container-row > div {
  padding: 0px;
}
.cid-s8kmXTlx0f .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-s8kmXTlx0f .group-title {
  text-align: left;
  color: #ffffff;
}
.cid-s8kmXTlx0f .group-title SPAN {
  color: #ffffff;
}
.cid-s8kmXTlx0f .links {
  color: #ffffff;
  line-height: 1.6;
}
@media (max-width: 991px) {
  .cid-s8kmXTlx0f .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-s8kmXTlx0f .social-list,
  .cid-s8kmXTlx0f .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-s8kmXTlx0f h3 {
    margin-bottom: 10px;
  }
  .cid-s8kmXTlx0f .navbar-brand {
    text-align: center;
  }
}
.cid-s8kmXTlx0f .links SPAN {
  color: #9e9e9e;
}
.cid-s8kmXTlx0f .links,
.cid-s8kmXTlx0f .navbar-brand {
  color: #fafafa;
}
.cid-s8keA2Ik3X {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #767676;
}
.cid-s8keA2Ik3X a:link {
  text-decoration: none;
}
.cid-s8keA2Ik3X .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-s8keA2Ik3X .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-s8keA2Ik3X .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-s8keA2Ik3X .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-s8keA2Ik3X .foot-menu {
  -webkit-flex-direction: row;
  flex-direction: row;
  margin: 0;
  margin-bottom: 8px;
  padding: .6em 0;
}
.cid-s8keA2Ik3X .foot-menu > li {
  font-size: 14px;
  padding: 0;
  display: inline-block;
}
.cid-s8keA2Ik3X .foot-menu > li .rhombus {
  width: 0;
  height: 0;
  right: 4px;
  border: 4px solid transparent;
  border-bottom-color: #ffffff;
  position: relative;
  top: -19px;
}
.cid-s8keA2Ik3X .foot-menu > li .rhombus::after {
  width: 0;
  height: 0;
  content: '';
  position: absolute;
  left: -4px;
  top: 4px;
  border: 4px solid transparent;
  border-top-color: #ffffff;
}
.cid-s8keA2Ik3X .foot-menu li a {
  font-family: 'OpenSans', sans-serif;
  display: inline-block;
  letter-spacing: 2px;
  padding: 0 10px;
}
.cid-s8keA2Ik3X .plan-title,
.cid-s8keA2Ik3X .text-letter {
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-weight: 600;
}
.cid-s8keA2Ik3X .plan-title {
  color: #444444;
}
@media (max-width: 767px) {
  .cid-s8keA2Ik3X .foot-menu {
    padding: 15px 1rem;
  }
}
.cid-s8keA2Ik3X .mbr-section-title span {
  color: #ffbc00;
}
.cid-s8keA2Ik3X .mbr-section-title {
  color: #ffffff;
}
.cid-s8keA2Ik3X P {
  color: #ffffff;
  font-family: Open Sans;
  font-size: 13px;
}
.cid-s8keB60eN8.popup-builder {
  background-color: #ffffff;
}
.cid-s8keB60eN8.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-s8keB60eN8.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-s8keB60eN8 .modal-content,
.cid-s8keB60eN8 .modal-dialog {
  height: auto;
}
.cid-s8keB60eN8 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-s8keB60eN8 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-s8keB60eN8 .form-wrapper .mbr-form .form-group,
  .cid-s8keB60eN8 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-s8keB60eN8 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-s8keB60eN8 .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-s8keB60eN8 .mbr-text {
  text-align: left;
}
.cid-s8keB60eN8 .pt-0 {
  padding-top: 0 !important;
}
.cid-s8keB60eN8 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-s8keB60eN8 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-s8keB60eN8 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-s8keB60eN8 .modal-open {
  overflow: hidden;
}
.cid-s8keB60eN8 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-s8keB60eN8 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-s8keB60eN8 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-s8keB60eN8 .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-s8keB60eN8 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-s8keB60eN8 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-s8keB60eN8 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-s8keB60eN8 .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-s8keB60eN8 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-s8keB60eN8 .modal-backdrop.fade {
  opacity: 0;
}
.cid-s8keB60eN8 .modal-backdrop.show {
  opacity: .5;
}
.cid-s8keB60eN8 .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-s8keB60eN8 .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-s8keB60eN8 .modal-header .close:hover {
  opacity: 1;
}
.cid-s8keB60eN8 .modal-header .close:focus {
  outline: none;
}
.cid-s8keB60eN8 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-s8keB60eN8 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-s8keB60eN8 .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-s8keB60eN8 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-s8keB60eN8 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-s8keB60eN8 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-s8keB60eN8 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-s8keB60eN8 .modal-sm {
    max-width: 300px;
  }
  .cid-s8keB60eN8 .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-s8keB60eN8 .modal-lg,
  .cid-s8keB60eN8 .modal-xl {
    max-width: 800px;
  }
  .cid-s8keB60eN8 .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-s8keB60eN8 .modal-xl {
    max-width: 1140px;
  }
  .cid-s8keB60eN8 .container {
    max-width: 1140px;
  }
}
.cid-s8keB60eN8 .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-s8keB60eN8 .container {
    max-width: 720px;
  }
}
.cid-s8keB60eN8 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-s8keB60eN8 .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-s8keB60eN8 .form-group {
  margin-bottom: 1rem;
}
.cid-s8keB60eN8 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-s8keB60eN8 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-s8keB60eN8 .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-s6kLpynNIA .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 77px;
}
@media (min-width: 992px) {
  .cid-s6kLpynNIA .navbar .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 2.5385em 0.235em 3.5385em !important;
    margin: 0 !important;
  }
}
.cid-s6kLpynNIA .menu-logo {
  display: flex;
  position: relative;
  -webkit-align-items: center;
  align-items: center;
  margin-right: auto;
}
.cid-s6kLpynNIA .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s6kLpynNIA .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: left;
  align-items: left;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-s6kLpynNIA .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-s6kLpynNIA .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-s6kLpynNIA .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-s6kLpynNIA .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-s6kLpynNIA .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-s6kLpynNIA a {
  font-style: normal;
}
.cid-s6kLpynNIA .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: middle;
  position: relative;
  text-decoration: none;
}
.cid-s6kLpynNIA .nav-item a {
  padding: 0.4rem 0 !important;
}
.cid-s6kLpynNIA .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s6kLpynNIA .dropdown-item:hover:before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  width: 16px;
}
.cid-s6kLpynNIA .content-text {
  margin-bottom: 0;
  color: #012168;
  text-align: left;
}
.cid-s6kLpynNIA .navbar-nav {
  position: relative;
  min-height: 60px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-s6kLpynNIA .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #013e7d;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-s6kLpynNIA .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
  .cid-s6kLpynNIA .navbar-nav .nav-item a {
    margin: 0 1.3rem !important;
  }
}
@media (max-width: 991px) {
  .cid-s6kLpynNIA .navbar-nav .nav-item a {
    margin: 0 !important;
  }
}
.cid-s6kLpynNIA .navbar-nav .nav-item span {
  padding-right: 0.1rem;
}
.cid-s6kLpynNIA .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-s6kLpynNIA .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-s6kLpynNIA .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-s6kLpynNIA .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-s6kLpynNIA .nav-dropdown .link {
  font-weight: 400;
}
.cid-s6kLpynNIA .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-s6kLpynNIA .content-right-side {
  text-align: center;
}
@media (max-width: 575px) {
  .cid-s6kLpynNIA .content-right-side {
    display: flex;
    flex-direction: column;
    padding: 0.5rem 0;
  }
  .cid-s6kLpynNIA .content-right-side .content-link {
    font-size: 0.8rem;
    margin: 0;
    padding-bottom: 1rem;
    display: flex;
    justify-content: space-between;
  }
}
.cid-s6kLpynNIA .menu-content-top {
  display: none;
  padding: 1rem 0;
  transition: height 0.3s ease-in-out;
}
.cid-s6kLpynNIA .menu-content-top.show {
  display: block;
}
.cid-s6kLpynNIA .content-right-side .content-link {
  margin-left: 1rem;
}
.cid-s6kLpynNIA .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
@media (max-width: 1091px) {
  .cid-s6kLpynNIA .content-left-side {
    text-align: left;
    padding-bottom: 1rem;
  }
  .cid-s6kLpynNIA .dropdown-item {
    padding: 0.235em 0 !important;
    margin: 0 !important;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
  }
  .cid-s6kLpynNIA .dropdown-item:before {
    display: none;
  }
  .cid-s6kLpynNIA .menu-logo {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .cid-s6kLpynNIA .menu-bottom {
    width: 100%;
    padding: 0 1rem;
    display: block;
  }
  .cid-s6kLpynNIA img {
    height: 3.8rem !important;
  }
  .cid-s6kLpynNIA .btn {
    display: flex;
  }
  .cid-s6kLpynNIA button.navbar-toggler {
    display: block;
  }
  .cid-s6kLpynNIA .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-s6kLpynNIA .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-s6kLpynNIA .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-s6kLpynNIA .navbar-collapse.collapsing,
  .cid-s6kLpynNIA .navbar-collapse.show {
    display: block !important;
  }
  .cid-s6kLpynNIA .navbar-collapse.collapsing .navbar-nav,
  .cid-s6kLpynNIA .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-s6kLpynNIA .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-s6kLpynNIA .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
    padding: 0.5rem 0;
  }
  .cid-s6kLpynNIA .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-s6kLpynNIA .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-s6kLpynNIA .navbar-collapse.collapsing .navbar-buttons,
  .cid-s6kLpynNIA .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-s6kLpynNIA .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-s6kLpynNIA .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-s6kLpynNIA .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-s6kLpynNIA .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-s6kLpynNIA .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-s6kLpynNIA .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 992px) {
  .cid-s6kLpynNIA .navbar .menu-content-top {
    display: block;
  }
  .cid-s6kLpynNIA .menu-content-top .row {
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .cid-s6kLpynNIA .content-right-side {
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-flex-basis: 70%;
    flex-basis: 70%;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: right;
  }
  .cid-s6kLpynNIA .menu-content-top {
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  }
  .cid-s6kLpynNIA .menu-bottom {
    display: flex;
  }
  .cid-s6kLpynNIA .navbar {
    display: block;
    padding: 0;
  }
  .cid-s6kLpynNIA .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-s6kLpynNIA .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 76px;
  }
  .cid-s6kLpynNIA .navbar-toggler {
    display: none;
  }
}
.cid-s6kLpynNIA .navbar-short .menu-content-top {
  border: none;
}
.cid-s6kLpynNIA .btn {
  padding: 0.7rem 1.5rem;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s6kLpynNIA .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-s6kLpynNIA .navbar-toggleable-sm .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  padding-right: 5rem;
  width: 100%;
}
.cid-s6kLpynNIA .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-s6kLpynNIA .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-s6kLpynNIA .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-s6kLpynNIA .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-s6kLpynNIA .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-s6kLpynNIA .dropdown .dropdown-menu .dropdown-item {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s6kLpynNIA .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-s6kLpynNIA .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-s6kLpynNIA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s6kLpynNIA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s6kLpynNIA .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-s6kLpynNIA .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s6kLpynNIA .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-s6kLpynNIA .navbar.navbar-short {
  
}
.cid-s6kLpynNIA .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-s6kLpynNIA .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-s6kLpynNIA .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-s6kLpynNIA .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-s6kLpynNIA button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
}
.cid-s6kLpynNIA button.navbar-toggler:focus {
  outline: none;
}
.cid-s6kLpynNIA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-s6kLpynNIA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s6kLpynNIA button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s6kLpynNIA button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s6kLpynNIA button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s6kLpynNIA nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s6kLpynNIA nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s6kLpynNIA nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s6kLpynNIA nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s6kLpynNIA .collapsed.navbar {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-s6kLpynNIA .collapsed .menu-bottom {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s6kLpynNIA .collapsed .menu-logo {
  margin-right: 0;
}
.cid-s6kLpynNIA .collapsed .btn {
  display: flex;
}
.cid-s6kLpynNIA .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-s6kLpynNIA .collapsed .navbar-collapse.collapsing,
.cid-s6kLpynNIA .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-s6kLpynNIA .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-s6kLpynNIA .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-s6kLpynNIA .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-s6kLpynNIA .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-s6kLpynNIA .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-s6kLpynNIA .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-s6kLpynNIA .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-s6kLpynNIA .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-s6kLpynNIA .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-s6kLpynNIA .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-s6kLpynNIA .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem  - 3.5rem);
  }
  .cid-s6kLpynNIA .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-s6kLpynNIA .collapsed button.navbar-toggler {
  display: block;
  -webkit-align-self: center;
  align-self: center;
}
.cid-s6kLpynNIA .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-s6kLpynNIA .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-s6kLpynNIA .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .25s;
  transition-property: opacity, padding, height;
}
.cid-s6kLpynNIA .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-s6kLpynNIA .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-s6kLpynNIA .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-s6kLpynNIA .collapsed .dropdown-item:before {
  display: none;
}
.cid-s6kLpynNIA .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-s6kLpynNIA .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-s6kLpynNIA .nav-link:focus {
  outline: none;
}
.cid-s6kLpynNIA .navbar-toggler {
  position: relative;
  margin-top: 20px;
}
.cid-s6kLpynNIA .dropdown-item.active,
.cid-s6kLpynNIA .dropdown-item:active {
  background-color: #ffffff;
  color: auto;
}
.cid-s6kLpynNIA .nav-link:hover,
.cid-s6kLpynNIA .dropdown-item:hover {
  color: #0091DA;
}
.cid-s6kLpynNIA p {
  font-family: Open Sans;
  color: #012168;
}
.cid-s6kLpynNIA P {
  text-align: left;
}
#wowslider-2r .mbr-wowslider {
  margin-top: 0px;
  cursor: default !important;
}
@media (max-width: 800px) {
  #wowslider-2r .mbr-wowslider {
    margin-top: 0px !important;
    padding-top: 0px !important;
  }
}
#wowslider-2r .ws_next {
  display: none !important;
}
#wowslider-2r .ws_prev {
  display: none !important;
}
#wowslider-2r .ws_playpause {
  display: none !important;
}
.cid-s6kLpAkRzr {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-s6kLpAkRzr .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-s6kLpAkRzr a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-s6kLpAkRzr .mbr-section-btn {
  margin: 0;
}
.cid-s6kLpAkRzr .form-control {
  box-shadow: none;
  padding: 1.07em 1.07em;
  background-color: #f5f5f5;
  border: 1px solid #ffffff;
  color: #656565;
  line-height: 1.43;
  min-height: 3.5em;
  border-radius: .25rem;
}
.cid-s6kLpAkRzr .form-control:focus,
.cid-s6kLpAkRzr .form-control:hover {
  border: 1px solid #e8e8e8;
  background-color: #f5f5f5;
}
.cid-s6kLpAkRzr .form-group {
  margin-bottom: 1rem;
}
.cid-s6kLpAkRzr input::-webkit-input-placeholder,
.cid-s6kLpAkRzr textarea::-webkit-input-placeholder {
  color: #656565;
}
.cid-s6kLpAkRzr input:-moz-placeholder,
.cid-s6kLpAkRzr textarea:-moz-placeholder {
  color: #656565;
}
.cid-s6kLpAkRzr .jq-selectbox li,
.cid-s6kLpAkRzr .jq-selectbox li {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-s6kLpAkRzr .jq-selectbox li:hover,
.cid-s6kLpAkRzr .jq-selectbox li.selected {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-s6kLpAkRzr .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-s6kLpAkRzr .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-s6kLpAkRzr .form-group,
.cid-s6kLpAkRzr .mbr-section-btn {
  padding-left: 7.5px;
  padding-right: 7.5px;
}
@media (min-width: 992px) {
  .cid-s6kLpAkRzr .col-auto.mbr-section-btn .btn {
    padding-top: 0;
    padding-bottom: 0;
    height: 100%;
    margin: 0 !important;
  }
}
@media (min-width: 768px) {
  .cid-s6kLpAkRzr .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-s6kLpAkRzr .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
}
@media (max-width: 499px) {
  .cid-s6kLpAkRzr .form-block {
    padding: 1rem;
  }
}
.cid-s6kLpAkRzr H4 {
  color: #013e7d;
}
.cid-s6kLpAkRzr P {
  color: #ffffff;
}
.cid-s6kLpAkRzr hr.new1 {
  border-top: 1px solid #013e7d;
  width: 350px;
}
.cid-s6kLpAkRzr hr.new2 {
  border-top: 1px solid #013e7d;
  width: 350px;
}
.cid-s7i3VlrOLa {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s7i3VlrOLa .mbr-section-title {
  letter-spacing: .1em;
}
.cid-s7i3VlrOLa .mbr-text {
  letter-spacing: 0.03rem;
}
.cid-s7i3VlrOLa .card-img span {
  font-size: 100px;
}
.cid-s7i3VlrOLa .mbr-text,
.cid-s7i3VlrOLa .mbr-section-btn {
  color: #09120d;
}
.cid-s7i3WxR3Qt {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-s7i3WxR3Qt {
    padding-top: 0px;
    padding-bottom: 50px;
  }
}
.cid-s7i3WxR3Qt .text {
  padding: 0;
}
.cid-s7i3WxR3Qt section {
  position: relative;
}
.cid-s7i3WxR3Qt h3 {
  padding-bottom: 0;
  margin-bottom: 0;
}
.cid-s7i3WxR3Qt .mbr-iconfont {
  padding: 0!important;
}
.cid-s7i3WxR3Qt .back {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background-color: #ffffff;
}
.cid-s7i3WxR3Qt .box {
  background-image: url("../../images/legend-main-1-2000x1145.png");
  background-size: cover;
  background-position: center;
  height: 550px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-s7i3WxR3Qt .icon-wrap {
  background-color: #0c57bf !important;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.cid-s7i3WxR3Qt .icon-wrap:hover {
  transform: scale(1.1);
}
.cid-s7i3WxR3Qt .icon-wrap span {
  padding-left: 8px;
}
.cid-s7i3WxR3Qt .mbr-media span {
  font-size: 30px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #ffffff !important;
}
.cid-s7i3WxR3Qt .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-s7i3WxR3Qt .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-s7i3WxR3Qt .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-s7i3WxR3Qt .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-s7i3WxR3Qt a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-s7i3WxR3Qt a.close:hover {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-s7i3WxR3Qt {
    padding-top: 0px;
    padding-bottom: 35px;
  }
  .cid-s7i3WxR3Qt .box {
    height: 250px;
  }
  .cid-s7i3WxR3Qt .row {
    padding: 1rem!important;
  }
}
.cid-s7i56P7rbK {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s7i56P7rbK h4 {
  font-weight: 600;
  color: #e2e2e2;
}
.cid-s7i56P7rbK .mbr-section-subtitle {
  color: #767676;
}
.cid-s7i56P7rbK .article {
  padding-right: 2rem;
  padding-left: 2rem;
}
.cid-s7i56P7rbK .mbr-text-left {
  text-align: left;
}
.cid-s7i56P7rbK .article-title-left {
  text-align: left;
  color: #09120d;
}
.cid-s7i56P7rbK .article-title-right {
  text-align: left;
  color: #09120d;
}
.cid-s7i56P7rbK ul {
  font-family: Open sans;
}
.cid-s7i56P7rbK H2 {
  color: #0c57bf;
}
.cid-s7i56P7rbK P {
  color: #0c57bf;
  font-family: Open Sans;
}
.cid-s7i56P7rbK img {
  align: center;
}
.cid-s7i56P7rbK .responsive {
  width: 100%;
  height: auto;
}
.cid-s6kLpDbkpj {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #daecf4;
}
.cid-s6kLpDbkpj .mbr-section-subtitle {
  color: #767676;
}
.cid-s6kLpDbkpj .container-fluid {
  padding: 0!important;
}
.cid-s6kLpDbkpj .col-md-12 {
  padding: 0;
}
.cid-s6kLpDbkpj .row {
  margin: 0;
}
.cid-s6kLpDbkpj .btn {
  margin: 0.3rem;
  margin-top: 2rem;
}
.cid-s6kLpDbkpj .m-auto {
  max-width: 650px;
  padding: 2rem;
}
.cid-s6kLpDbkpj .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #232323;
  transition: background 0.3s;
  margin-bottom: 3rem;
}
.cid-s6kLpDbkpj .number-wrap {
  color: #767676;
  border-color: rgba(255, 255, 255, 0.15);
  border: 3px solid #efefef;
  position: relative;
  display: inline-block;
  text-align: center;
  padding: 5px 10px 13px 10px;
  margin: 0;
  min-width: 118px;
  border-radius: 2px;
  max-width: 100%;
}
.cid-s6kLpDbkpj .number {
  font-style: normal;
  font-weight: 600;
  font-size: 50px;
  text-transform: none;
  letter-spacing: -2px;
  word-spacing: 0;
  line-height: 1.3;
  color: #767676;
}
.cid-s6kLpDbkpj .period {
  display: block;
}
.cid-s6kLpDbkpj .dot {
  display: none;
}
.cid-s6kLpDbkpj .countdown-cont {
  max-width: 700px;
}
.cid-s6kLpDbkpj .col-xs-3 {
  padding-left: 0;
  padding-right: 0;
  margin-right: 20px;
  max-width: 20%;
  flex: 0 0 20%;
}
@media (max-width: 767px) {
  .cid-s6kLpDbkpj .number-wrap {
    margin-bottom: 15px;
  }
  .cid-s6kLpDbkpj .col-xs-3 {
    margin-right: 0px;
    max-width: 50%!important;
    flex: 0 0 50%!important;
  }
  .cid-s6kLpDbkpj .box {
    height: 400px!important;
  }
}
@media (max-width: 440px) {
  .cid-s6kLpDbkpj .number,
  .cid-s6kLpDbkpj .dot {
    font-size: 40px;
  }
}
@media (max-width: 380px) {
  .cid-s6kLpDbkpj .period {
    font-size: 0.8rem;
  }
}
.cid-s6kLpDbkpj .box {
  background-image: url("../../images/3-in-1-2-2000x1545.jpg");
  background-size: cover;
  background-position: center;
  height: 700px;
  width: 100%;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-s6kLpDbkpj .icon-wrap {
  background-color: #0c57bf !important;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.cid-s6kLpDbkpj .icon-wrap:hover {
  opacity: 0.8;
}
.cid-s6kLpDbkpj .icon-wrap span {
  padding-left: 8px;
}
.cid-s6kLpDbkpj .mbr-media span {
  font-size: 30px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #ffffff !important;
}
.cid-s6kLpDbkpj .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-s6kLpDbkpj .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-s6kLpDbkpj .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-s6kLpDbkpj .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-s6kLpDbkpj a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-s6kLpDbkpj a.close:hover {
  color: #ffffff;
}
.cid-s6kLpDbkpj .mbr-text {
  color: #09120d;
}
.cid-s6kLpDbkpj H4 {
  color: #767676;
}
.cid-s6kLpDbkpj H2 {
  color: #0091DA;
}
.cid-s6kLpE2Q4e {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #012168;
}
.cid-s6kLpE2Q4e .mbr-section-subtitle {
  color: #767676;
}
.cid-s6kLpE2Q4e .container-fluid {
  padding: 0!important;
}
.cid-s6kLpE2Q4e .col-md-12 {
  padding: 0;
}
.cid-s6kLpE2Q4e .row {
  margin: 0;
}
.cid-s6kLpE2Q4e .btn {
  margin: 0.3rem;
  margin-top: 2rem;
}
.cid-s6kLpE2Q4e .m-auto {
  max-width: 650px;
  padding: 2rem;
}
.cid-s6kLpE2Q4e .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #232323;
  transition: background 0.3s;
  margin-bottom: 3rem;
}
.cid-s6kLpE2Q4e .number-wrap {
  color: #767676;
  border-color: rgba(255, 255, 255, 0.15);
  border: 3px solid #efefef;
  position: relative;
  display: inline-block;
  text-align: center;
  padding: 5px 10px 13px 10px;
  margin: 0;
  min-width: 118px;
  border-radius: 2px;
  max-width: 100%;
}
.cid-s6kLpE2Q4e .number {
  font-style: normal;
  font-weight: 600;
  font-size: 50px;
  text-transform: none;
  letter-spacing: -2px;
  word-spacing: 0;
  line-height: 1.3;
  color: #767676;
}
.cid-s6kLpE2Q4e .period {
  display: block;
}
.cid-s6kLpE2Q4e .dot {
  display: none;
}
.cid-s6kLpE2Q4e .countdown-cont {
  max-width: 700px;
}
.cid-s6kLpE2Q4e .col-xs-3 {
  padding-left: 0;
  padding-right: 0;
  margin-right: 20px;
  max-width: 20%;
  flex: 0 0 20%;
}
@media (max-width: 767px) {
  .cid-s6kLpE2Q4e .number-wrap {
    margin-bottom: 15px;
  }
  .cid-s6kLpE2Q4e .col-xs-3 {
    margin-right: 0px;
    max-width: 50%!important;
    flex: 0 0 50%!important;
  }
  .cid-s6kLpE2Q4e .box {
    height: 400px!important;
  }
}
@media (max-width: 440px) {
  .cid-s6kLpE2Q4e .number,
  .cid-s6kLpE2Q4e .dot {
    font-size: 40px;
  }
}
@media (max-width: 380px) {
  .cid-s6kLpE2Q4e .period {
    font-size: 0.8rem;
  }
}
.cid-s6kLpE2Q4e .box {
  background-image: url("../../images/img-0460-2-2000x1500.jpg");
  background-size: cover;
  background-position: center;
  height: 700px;
  width: 100%;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-s6kLpE2Q4e .icon-wrap {
  background-color: #0091DA !important;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.cid-s6kLpE2Q4e .icon-wrap:hover {
  opacity: 0.8;
}
.cid-s6kLpE2Q4e .icon-wrap span {
  padding-left: 8px;
}
.cid-s6kLpE2Q4e .mbr-media span {
  font-size: 30px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #ffffff !important;
}
.cid-s6kLpE2Q4e .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-s6kLpE2Q4e .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-s6kLpE2Q4e .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-s6kLpE2Q4e .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-s6kLpE2Q4e a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-s6kLpE2Q4e a.close:hover {
  color: #ffffff;
}
.cid-s6kLpE2Q4e .mbr-text {
  color: #ffffff;
}
.cid-s6kLpE2Q4e H4 {
  color: #767676;
}
.cid-s6kLpE2Q4e H2 {
  color: #ffffff;
}
.cid-s7ifk9wAUQ {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s7ifk9wAUQ .mbr-section-title {
  letter-spacing: .1em;
}
.cid-s7ifk9wAUQ .mbr-text {
  letter-spacing: 0.03rem;
}
.cid-s7ifk9wAUQ .card-img span {
  font-size: 100px;
}
.cid-s7ifk9wAUQ .mbr-text,
.cid-s7ifk9wAUQ .mbr-section-btn {
  color: #012168;
}
.cid-s7ig145IZ6 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s7ig145IZ6 .box1 {
  background-image: url("../../images/protein-blends-shutterstock-253775128-2000x1369.jpg");
  background-size: cover;
  background-position: center;
  height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
}
.cid-s7ig145IZ6 .box2 {
  background-image: url("../../images/profile-first-responder-doughnuts-2000x1035.png");
  background-size: cover;
  background-position: center;
  height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
}
.cid-s7ig145IZ6 .icon-wrap {
  background-color: #0c57bf !important;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.cid-s7ig145IZ6 .icon-wrap:hover {
  transform: scale(1.1);
}
.cid-s7ig145IZ6 .icon-wrap span {
  padding-left: 8px;
}
.cid-s7ig145IZ6 .mbr-media span {
  font-size: 30px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #ffffff !important;
}
.cid-s7ig145IZ6 .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-s7ig145IZ6 .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-s7ig145IZ6 .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-s7ig145IZ6 .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-s7ig145IZ6 a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-s7ig145IZ6 a.close:hover {
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-s7ig145IZ6 {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .cid-s7ig145IZ6 .box1 {
    margin-bottom: 1rem;
  }
}
@media (max-width: 576px) {
  .cid-s7ig145IZ6 {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .cid-s7ig145IZ6 .box1,
  .cid-s7ig145IZ6 .box2 {
    height: 250px;
  }
}
.cid-s7igvKozmL {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s7igvKozmL h4 {
  font-weight: 600;
  color: #e2e2e2;
}
.cid-s7igvKozmL .mbr-section-subtitle {
  color: #767676;
}
.cid-s7igvKozmL .article {
  padding-right: 2rem;
  padding-left: 2rem;
}
@media screen and (max-width: 480px) {
  .cid-s7igvKozmL .column2 {
    margin-top: -25px;
  }
}
.cid-s7igvKozmL .mbr-text-left {
  text-align: left;
}
.cid-s7igvKozmL .article-title-left {
  text-align: left;
  color: #09120d;
}
.cid-s7igvKozmL .article-title-right {
  text-align: left;
  color: #09120d;
}
.cid-s7igvKozmL ul {
  font-family: Open sans;
}
.cid-s7igvKozmL H2 {
  color: #0c57bf;
}
.cid-s7igvKozmL P {
  color: #0c57bf;
}
.cid-s7ihvDYV98 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #daecf4;
}
.cid-s7ihvDYV98 .mbr-section-subtitle {
  color: #767676;
}
.cid-s7ihvDYV98 .container-fluid {
  padding: 0!important;
}
.cid-s7ihvDYV98 .col-md-12 {
  padding: 0;
}
.cid-s7ihvDYV98 .row {
  margin: 0;
}
.cid-s7ihvDYV98 .btn {
  margin: 0.3rem;
  margin-top: 2rem;
}
.cid-s7ihvDYV98 .m-auto {
  max-width: 650px;
  padding: 2rem;
}
.cid-s7ihvDYV98 .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #232323;
  transition: background 0.3s;
  margin-bottom: 3rem;
}
.cid-s7ihvDYV98 .number-wrap {
  color: #767676;
  border-color: rgba(255, 255, 255, 0.15);
  border: 3px solid #efefef;
  position: relative;
  display: inline-block;
  text-align: center;
  padding: 5px 10px 13px 10px;
  margin: 0;
  min-width: 118px;
  border-radius: 2px;
  max-width: 100%;
}
.cid-s7ihvDYV98 .number {
  font-style: normal;
  font-weight: 600;
  font-size: 50px;
  text-transform: none;
  letter-spacing: -2px;
  word-spacing: 0;
  line-height: 1.3;
  color: #767676;
}
.cid-s7ihvDYV98 .period {
  display: block;
}
.cid-s7ihvDYV98 .dot {
  display: none;
}
.cid-s7ihvDYV98 .countdown-cont {
  max-width: 700px;
}
.cid-s7ihvDYV98 .col-xs-3 {
  padding-left: 0;
  padding-right: 0;
  margin-right: 20px;
  max-width: 20%;
  flex: 0 0 20%;
}
@media (max-width: 767px) {
  .cid-s7ihvDYV98 .number-wrap {
    margin-bottom: 15px;
  }
  .cid-s7ihvDYV98 .col-xs-3 {
    margin-right: 0px;
    max-width: 50%!important;
    flex: 0 0 50%!important;
  }
  .cid-s7ihvDYV98 .box {
    height: 400px!important;
  }
}
@media (max-width: 440px) {
  .cid-s7ihvDYV98 .number,
  .cid-s7ihvDYV98 .dot {
    font-size: 40px;
  }
}
@media (max-width: 380px) {
  .cid-s7ihvDYV98 .period {
    font-size: 0.8rem;
  }
}
.cid-s7ihvDYV98 .box {
  background-image: url("../../images/image-edit-2000x1500.jpg");
  background-size: cover;
  background-position: center;
  height: 700px;
  width: 100%;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-s7ihvDYV98 .icon-wrap {
  background-color: #0091DA !important;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.cid-s7ihvDYV98 .icon-wrap:hover {
  opacity: 0.8;
}
.cid-s7ihvDYV98 .icon-wrap span {
  padding-left: 8px;
}
.cid-s7ihvDYV98 .mbr-media span {
  font-size: 30px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #ffffff !important;
}
.cid-s7ihvDYV98 .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-s7ihvDYV98 .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-s7ihvDYV98 .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-s7ihvDYV98 .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-s7ihvDYV98 a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-s7ihvDYV98 a.close:hover {
  color: #ffffff;
}
.cid-s7ihvDYV98 .mbr-text {
  color: #09120d;
}
.cid-s7ihvDYV98 H4 {
  color: #767676;
}
.cid-s7ihvDYV98 H2 {
  color: #0c57bf;
}
.cid-s7iilu41Kt {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-s7iilu41Kt .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-s7iilu41Kt a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-s7iilu41Kt .mbr-section-btn {
  margin: 0;
}
.cid-s7iilu41Kt .form-control {
  box-shadow: none;
  padding: 1.07em 1.07em;
  background-color: #f5f5f5;
  border: 1px solid #ffffff;
  color: #656565;
  line-height: 1.43;
  min-height: 3.5em;
  border-radius: .25rem;
}
.cid-s7iilu41Kt .form-control:focus,
.cid-s7iilu41Kt .form-control:hover {
  border: 1px solid #e8e8e8;
  background-color: #f5f5f5;
}
.cid-s7iilu41Kt .form-group {
  margin-bottom: 1rem;
}
.cid-s7iilu41Kt input::-webkit-input-placeholder,
.cid-s7iilu41Kt textarea::-webkit-input-placeholder {
  color: #656565;
}
.cid-s7iilu41Kt input:-moz-placeholder,
.cid-s7iilu41Kt textarea:-moz-placeholder {
  color: #656565;
}
.cid-s7iilu41Kt .jq-selectbox li,
.cid-s7iilu41Kt .jq-selectbox li {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-s7iilu41Kt .jq-selectbox li:hover,
.cid-s7iilu41Kt .jq-selectbox li.selected {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-s7iilu41Kt .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-s7iilu41Kt .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-s7iilu41Kt .form-group,
.cid-s7iilu41Kt .mbr-section-btn {
  padding-left: 7.5px;
  padding-right: 7.5px;
}
@media (min-width: 992px) {
  .cid-s7iilu41Kt .col-auto.mbr-section-btn .btn {
    padding-top: 0;
    padding-bottom: 0;
    height: 100%;
    margin: 0 !important;
  }
}
@media (min-width: 768px) {
  .cid-s7iilu41Kt .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-s7iilu41Kt .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
}
@media (max-width: 499px) {
  .cid-s7iilu41Kt .form-block {
    padding: 1rem;
  }
}
.cid-s7iilu41Kt H4 {
  color: #013e7d;
}
.cid-s7iilu41Kt P {
  color: #ffffff;
}
.cid-s7iilu41Kt hr.new1 {
  border-top: 1px solid #013e7d;
  width: 350px;
}
.cid-s7iilu41Kt hr.new2 {
  border-top: 1px solid #013e7d;
  width: 350px;
}
.cid-s6kLpEQK57 {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-s6kLpEQK57 .mbr-section-title {
  color: #232323;
  margin-bottom: 1.5rem;
  letter-spacing: 0.1em;
  width: 100%;
}
.cid-s6kLpEQK57 .mbr-section-btn {
  width: 100%;
}
.cid-s6kLpEQK57 .mbr-section-subtitle {
  color: #232323;
  letter-spacing: 0.03em;
  margin-bottom: 2rem;
}
.cid-s6kLpEQK57 .card {
  padding: 1rem .5rem;
}
.cid-s6kLpEQK57 .wrap {
  width: 315px;
  height: 315px;
  margin: 0 auto;
}
.cid-s6kLpEQK57 .wrap .pie_progress {
  height: inherit;
}
.cid-s6kLpEQK57 .btn {
  margin: 0 !important;
}
@media (max-width: 1199px) {
  .cid-s6kLpEQK57 .main > div {
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-s6kLpEQK57 h2,
  .cid-s6kLpEQK57 h3 {
    text-align: center !important;
  }
  .cid-s6kLpEQK57 .mbr-section-btn {
    text-align: center !important;
  }
  .cid-s6kLpEQK57 .main > div > div {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cid-s6kLpEQK57 .second-col {
    padding-bottom: 1.5rem;
  }
}
.cid-s6kLpEQK57 path {
  stroke: #0091DA;
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-s6kLpEQK57 .card {
    -webkit-flex-basis: 33%;
    flex-basis: 33%;
  }
}
.cid-s6kLpEQK57 .mbr-section-subtitle,
.cid-s6kLpEQK57 .mbr-section-btn {
  text-align: left;
}
.cid-s6kLpEQK57 P {
  color: #0091DA;
}
.cid-s6kLpEQK57 H4 {
  color: #013e7d;
}
.cid-s7ijNG7OC2 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s7ijNG7OC2 *:focus {
  outline: none;
  box-shadow: none;
}
.cid-s7ijNG7OC2 .form-1 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.cid-s7ijNG7OC2 .img-block {
  display: flex;
}
.cid-s7ijNG7OC2 .img-block img {
  object-fit: cover;
  object-position: center center;
  min-height: 100%;
}
.cid-s7ijNG7OC2 .form-control {
  padding: 10px 20px;
  border: 1px solid #dedede;
  border-radius: 0;
  min-height: 51px;
  background-color: transparent;
}
@media (max-width: 767px) {
  .cid-s7ijNG7OC2 .img-block {
    padding-bottom: 3rem;
  }
  .cid-s7ijNG7OC2 .form-1 {
    padding-top: 0;
  }
}
.cid-s7ijNG7OC2 P {
  text-align: left;
  color: #0091DA;
  font-family: Open Sans;
}
.cid-s7ijNG7OC2 ul {
  text-align: left;
  font-family: Open Sans;
}
.cid-s7ijNG7OC2 .mbr-figure2 {
  content-align: top;
}
.cid-s7ijNG7OC2 .mbr-figure3 {
  content-align: top;
}
.cid-s8kn5meNev {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #013e7d;
}
.cid-s8kn5meNev .listico {
  padding-right: 1rem;
  font-size: 1.3rem;
}
.cid-s8kn5meNev .navbar-logo {
  width: 80px;
  margin-bottom: 10px;
}
.cid-s8kn5meNev .mbr-text {
  color: #444;
}
.cid-s8kn5meNev h5 {
  margin-bottom: 0;
}
.cid-s8kn5meNev .navbar-brand {
  margin: 0rem;
  width: 100%;
}
.cid-s8kn5meNev .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s8kn5meNev .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
  object-fit: cover;
}
.cid-s8kn5meNev .socicon {
  font-size: 1.3rem;
  background: #ff4a52;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-s8kn5meNev .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-s8kn5meNev .social-list .soc-item {
  margin: 0 .3rem;
}
.cid-s8kn5meNev .social-list a {
  margin: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-s8kn5meNev .social-list a:hover {
  opacity: .4;
}
.cid-s8kn5meNev .media-container-row > div {
  padding: 0px;
}
.cid-s8kn5meNev .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-s8kn5meNev .group-title {
  text-align: left;
  color: #ffffff;
}
.cid-s8kn5meNev .group-title SPAN {
  color: #ffffff;
}
.cid-s8kn5meNev .links {
  color: #ffffff;
  line-height: 1.6;
}
@media (max-width: 991px) {
  .cid-s8kn5meNev .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-s8kn5meNev .social-list,
  .cid-s8kn5meNev .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-s8kn5meNev h3 {
    margin-bottom: 10px;
  }
  .cid-s8kn5meNev .navbar-brand {
    text-align: center;
  }
}
.cid-s8kn5meNev .links SPAN {
  color: #9e9e9e;
}
.cid-s8kn5meNev .links,
.cid-s8kn5meNev .navbar-brand {
  color: #fafafa;
}
.cid-s8keGzfrRU {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #767676;
}
.cid-s8keGzfrRU a:link {
  text-decoration: none;
}
.cid-s8keGzfrRU .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-s8keGzfrRU .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-s8keGzfrRU .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-s8keGzfrRU .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-s8keGzfrRU .foot-menu {
  -webkit-flex-direction: row;
  flex-direction: row;
  margin: 0;
  margin-bottom: 8px;
  padding: .6em 0;
}
.cid-s8keGzfrRU .foot-menu > li {
  font-size: 14px;
  padding: 0;
  display: inline-block;
}
.cid-s8keGzfrRU .foot-menu > li .rhombus {
  width: 0;
  height: 0;
  right: 4px;
  border: 4px solid transparent;
  border-bottom-color: #ffffff;
  position: relative;
  top: -19px;
}
.cid-s8keGzfrRU .foot-menu > li .rhombus::after {
  width: 0;
  height: 0;
  content: '';
  position: absolute;
  left: -4px;
  top: 4px;
  border: 4px solid transparent;
  border-top-color: #ffffff;
}
.cid-s8keGzfrRU .foot-menu li a {
  font-family: 'OpenSans', sans-serif;
  display: inline-block;
  letter-spacing: 2px;
  padding: 0 10px;
}
.cid-s8keGzfrRU .plan-title,
.cid-s8keGzfrRU .text-letter {
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-weight: 600;
}
.cid-s8keGzfrRU .plan-title {
  color: #444444;
}
@media (max-width: 767px) {
  .cid-s8keGzfrRU .foot-menu {
    padding: 15px 1rem;
  }
}
.cid-s8keGzfrRU .mbr-section-title span {
  color: #ffbc00;
}
.cid-s8keGzfrRU .mbr-section-title {
  color: #ffffff;
}
.cid-s8keGzfrRU P {
  color: #ffffff;
  font-family: Open Sans;
  font-size: 13px;
}
.cid-s8keHtPWAA.popup-builder {
  background-color: #ffffff;
}
.cid-s8keHtPWAA.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-s8keHtPWAA.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-s8keHtPWAA .modal-content,
.cid-s8keHtPWAA .modal-dialog {
  height: auto;
}
.cid-s8keHtPWAA .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-s8keHtPWAA .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-s8keHtPWAA .form-wrapper .mbr-form .form-group,
  .cid-s8keHtPWAA .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-s8keHtPWAA .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-s8keHtPWAA .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-s8keHtPWAA .mbr-text {
  text-align: left;
}
.cid-s8keHtPWAA .pt-0 {
  padding-top: 0 !important;
}
.cid-s8keHtPWAA .pb-0 {
  padding-bottom: 0 !important;
}
.cid-s8keHtPWAA .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-s8keHtPWAA .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-s8keHtPWAA .modal-open {
  overflow: hidden;
}
.cid-s8keHtPWAA .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-s8keHtPWAA .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-s8keHtPWAA .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-s8keHtPWAA .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-s8keHtPWAA .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-s8keHtPWAA .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-s8keHtPWAA .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-s8keHtPWAA .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-s8keHtPWAA .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-s8keHtPWAA .modal-backdrop.fade {
  opacity: 0;
}
.cid-s8keHtPWAA .modal-backdrop.show {
  opacity: .5;
}
.cid-s8keHtPWAA .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-s8keHtPWAA .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-s8keHtPWAA .modal-header .close:hover {
  opacity: 1;
}
.cid-s8keHtPWAA .modal-header .close:focus {
  outline: none;
}
.cid-s8keHtPWAA .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-s8keHtPWAA .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-s8keHtPWAA .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-s8keHtPWAA .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-s8keHtPWAA .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-s8keHtPWAA .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-s8keHtPWAA .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-s8keHtPWAA .modal-sm {
    max-width: 300px;
  }
  .cid-s8keHtPWAA .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-s8keHtPWAA .modal-lg,
  .cid-s8keHtPWAA .modal-xl {
    max-width: 800px;
  }
  .cid-s8keHtPWAA .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-s8keHtPWAA .modal-xl {
    max-width: 1140px;
  }
  .cid-s8keHtPWAA .container {
    max-width: 1140px;
  }
}
.cid-s8keHtPWAA .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-s8keHtPWAA .container {
    max-width: 720px;
  }
}
.cid-s8keHtPWAA .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-s8keHtPWAA .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-s8keHtPWAA .form-group {
  margin-bottom: 1rem;
}
.cid-s8keHtPWAA .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-s8keHtPWAA .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-s8keHtPWAA .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-s6kLFkpMJb .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 77px;
}
@media (min-width: 992px) {
  .cid-s6kLFkpMJb .navbar .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 2.5385em 0.235em 3.5385em !important;
    margin: 0 !important;
  }
}
.cid-s6kLFkpMJb .menu-logo {
  display: flex;
  position: relative;
  -webkit-align-items: center;
  align-items: center;
  margin-right: auto;
}
.cid-s6kLFkpMJb .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s6kLFkpMJb .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: left;
  align-items: left;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-s6kLFkpMJb .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-s6kLFkpMJb .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-s6kLFkpMJb .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-s6kLFkpMJb .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-s6kLFkpMJb .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-s6kLFkpMJb a {
  font-style: normal;
}
.cid-s6kLFkpMJb .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: middle;
  position: relative;
  text-decoration: none;
}
.cid-s6kLFkpMJb .nav-item a {
  padding: 0.4rem 0 !important;
}
.cid-s6kLFkpMJb .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s6kLFkpMJb .dropdown-item:hover:before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  width: 16px;
}
.cid-s6kLFkpMJb .content-text {
  margin-bottom: 0;
  color: #012168;
  text-align: left;
}
.cid-s6kLFkpMJb .navbar-nav {
  position: relative;
  min-height: 60px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-s6kLFkpMJb .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #013e7d;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-s6kLFkpMJb .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
  .cid-s6kLFkpMJb .navbar-nav .nav-item a {
    margin: 0 1.3rem !important;
  }
}
@media (max-width: 991px) {
  .cid-s6kLFkpMJb .navbar-nav .nav-item a {
    margin: 0 !important;
  }
}
.cid-s6kLFkpMJb .navbar-nav .nav-item span {
  padding-right: 0.1rem;
}
.cid-s6kLFkpMJb .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-s6kLFkpMJb .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-s6kLFkpMJb .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-s6kLFkpMJb .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-s6kLFkpMJb .nav-dropdown .link {
  font-weight: 400;
}
.cid-s6kLFkpMJb .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-s6kLFkpMJb .content-right-side {
  text-align: center;
}
@media (max-width: 575px) {
  .cid-s6kLFkpMJb .content-right-side {
    display: flex;
    flex-direction: column;
    padding: 0.5rem 0;
  }
  .cid-s6kLFkpMJb .content-right-side .content-link {
    font-size: 0.8rem;
    margin: 0;
    padding-bottom: 1rem;
    display: flex;
    justify-content: space-between;
  }
}
.cid-s6kLFkpMJb .menu-content-top {
  display: none;
  padding: 1rem 0;
  transition: height 0.3s ease-in-out;
}
.cid-s6kLFkpMJb .menu-content-top.show {
  display: block;
}
.cid-s6kLFkpMJb .content-right-side .content-link {
  margin-left: 1rem;
}
.cid-s6kLFkpMJb .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
@media (max-width: 1091px) {
  .cid-s6kLFkpMJb .content-left-side {
    text-align: left;
    padding-bottom: 1rem;
  }
  .cid-s6kLFkpMJb .dropdown-item {
    padding: 0.235em 0 !important;
    margin: 0 !important;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
  }
  .cid-s6kLFkpMJb .dropdown-item:before {
    display: none;
  }
  .cid-s6kLFkpMJb .menu-logo {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .cid-s6kLFkpMJb .menu-bottom {
    width: 100%;
    padding: 0 1rem;
    display: block;
  }
  .cid-s6kLFkpMJb img {
    height: 3.8rem !important;
  }
  .cid-s6kLFkpMJb .btn {
    display: flex;
  }
  .cid-s6kLFkpMJb button.navbar-toggler {
    display: block;
  }
  .cid-s6kLFkpMJb .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-s6kLFkpMJb .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-s6kLFkpMJb .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-s6kLFkpMJb .navbar-collapse.collapsing,
  .cid-s6kLFkpMJb .navbar-collapse.show {
    display: block !important;
  }
  .cid-s6kLFkpMJb .navbar-collapse.collapsing .navbar-nav,
  .cid-s6kLFkpMJb .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-s6kLFkpMJb .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-s6kLFkpMJb .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
    padding: 0.5rem 0;
  }
  .cid-s6kLFkpMJb .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-s6kLFkpMJb .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-s6kLFkpMJb .navbar-collapse.collapsing .navbar-buttons,
  .cid-s6kLFkpMJb .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-s6kLFkpMJb .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-s6kLFkpMJb .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-s6kLFkpMJb .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-s6kLFkpMJb .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-s6kLFkpMJb .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-s6kLFkpMJb .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 992px) {
  .cid-s6kLFkpMJb .navbar .menu-content-top {
    display: block;
  }
  .cid-s6kLFkpMJb .menu-content-top .row {
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .cid-s6kLFkpMJb .content-right-side {
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-flex-basis: 70%;
    flex-basis: 70%;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: right;
  }
  .cid-s6kLFkpMJb .menu-content-top {
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  }
  .cid-s6kLFkpMJb .menu-bottom {
    display: flex;
  }
  .cid-s6kLFkpMJb .navbar {
    display: block;
    padding: 0;
  }
  .cid-s6kLFkpMJb .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-s6kLFkpMJb .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 76px;
  }
  .cid-s6kLFkpMJb .navbar-toggler {
    display: none;
  }
}
.cid-s6kLFkpMJb .navbar-short .menu-content-top {
  border: none;
}
.cid-s6kLFkpMJb .btn {
  padding: 0.7rem 1.5rem;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s6kLFkpMJb .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-s6kLFkpMJb .navbar-toggleable-sm .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  padding-right: 5rem;
  width: 100%;
}
.cid-s6kLFkpMJb .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-s6kLFkpMJb .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-s6kLFkpMJb .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-s6kLFkpMJb .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-s6kLFkpMJb .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-s6kLFkpMJb .dropdown .dropdown-menu .dropdown-item {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s6kLFkpMJb .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-s6kLFkpMJb .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-s6kLFkpMJb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s6kLFkpMJb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s6kLFkpMJb .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-s6kLFkpMJb .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s6kLFkpMJb .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-s6kLFkpMJb .navbar.navbar-short {
  
}
.cid-s6kLFkpMJb .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-s6kLFkpMJb .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-s6kLFkpMJb .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-s6kLFkpMJb .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-s6kLFkpMJb button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
}
.cid-s6kLFkpMJb button.navbar-toggler:focus {
  outline: none;
}
.cid-s6kLFkpMJb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-s6kLFkpMJb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s6kLFkpMJb button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s6kLFkpMJb button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s6kLFkpMJb button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s6kLFkpMJb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s6kLFkpMJb nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s6kLFkpMJb nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s6kLFkpMJb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s6kLFkpMJb .collapsed.navbar {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-s6kLFkpMJb .collapsed .menu-bottom {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s6kLFkpMJb .collapsed .menu-logo {
  margin-right: 0;
}
.cid-s6kLFkpMJb .collapsed .btn {
  display: flex;
}
.cid-s6kLFkpMJb .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-s6kLFkpMJb .collapsed .navbar-collapse.collapsing,
.cid-s6kLFkpMJb .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-s6kLFkpMJb .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-s6kLFkpMJb .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-s6kLFkpMJb .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-s6kLFkpMJb .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-s6kLFkpMJb .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-s6kLFkpMJb .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-s6kLFkpMJb .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-s6kLFkpMJb .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-s6kLFkpMJb .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-s6kLFkpMJb .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-s6kLFkpMJb .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem  - 3.5rem);
  }
  .cid-s6kLFkpMJb .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-s6kLFkpMJb .collapsed button.navbar-toggler {
  display: block;
  -webkit-align-self: center;
  align-self: center;
}
.cid-s6kLFkpMJb .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-s6kLFkpMJb .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-s6kLFkpMJb .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .25s;
  transition-property: opacity, padding, height;
}
.cid-s6kLFkpMJb .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-s6kLFkpMJb .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-s6kLFkpMJb .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-s6kLFkpMJb .collapsed .dropdown-item:before {
  display: none;
}
.cid-s6kLFkpMJb .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-s6kLFkpMJb .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-s6kLFkpMJb .nav-link:focus {
  outline: none;
}
.cid-s6kLFkpMJb .navbar-toggler {
  position: relative;
  margin-top: 20px;
}
.cid-s6kLFkpMJb .dropdown-item.active,
.cid-s6kLFkpMJb .dropdown-item:active {
  background-color: #ffffff;
  color: auto;
}
.cid-s6kLFkpMJb .nav-link:hover,
.cid-s6kLFkpMJb .dropdown-item:hover {
  color: #0091DA;
}
.cid-s6kLFkpMJb p {
  font-family: Open Sans;
  color: #012168;
}
.cid-s6kLFkpMJb P {
  text-align: left;
}
.cid-s6kLFlQmtm {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-s6kLFlQmtm .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-s6kLFlQmtm a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-s6kLFlQmtm .mbr-section-btn {
  margin: 0;
}
.cid-s6kLFlQmtm .form-control {
  box-shadow: none;
  padding: 1.07em 1.07em;
  background-color: #f5f5f5;
  border: 1px solid #ffffff;
  color: #656565;
  line-height: 1.43;
  min-height: 3.5em;
  border-radius: .25rem;
}
.cid-s6kLFlQmtm .form-control:focus,
.cid-s6kLFlQmtm .form-control:hover {
  border: 1px solid #e8e8e8;
  background-color: #f5f5f5;
}
.cid-s6kLFlQmtm .form-group {
  margin-bottom: 1rem;
}
.cid-s6kLFlQmtm input::-webkit-input-placeholder,
.cid-s6kLFlQmtm textarea::-webkit-input-placeholder {
  color: #656565;
}
.cid-s6kLFlQmtm input:-moz-placeholder,
.cid-s6kLFlQmtm textarea:-moz-placeholder {
  color: #656565;
}
.cid-s6kLFlQmtm .jq-selectbox li,
.cid-s6kLFlQmtm .jq-selectbox li {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-s6kLFlQmtm .jq-selectbox li:hover,
.cid-s6kLFlQmtm .jq-selectbox li.selected {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-s6kLFlQmtm .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-s6kLFlQmtm .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-s6kLFlQmtm .form-group,
.cid-s6kLFlQmtm .mbr-section-btn {
  padding-left: 7.5px;
  padding-right: 7.5px;
}
@media (min-width: 992px) {
  .cid-s6kLFlQmtm .col-auto.mbr-section-btn .btn {
    padding-top: 0;
    padding-bottom: 0;
    height: 100%;
    margin: 0 !important;
  }
}
@media (min-width: 768px) {
  .cid-s6kLFlQmtm .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-s6kLFlQmtm .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
}
@media (max-width: 499px) {
  .cid-s6kLFlQmtm .form-block {
    padding: 1rem;
  }
}
.cid-s6kLFlQmtm H4 {
  color: #013e7d;
}
.cid-s6kLFlQmtm P {
  color: #ffffff;
}
.cid-s6kLFlQmtm hr.new1 {
  border-top: 1px solid #013e7d;
  width: 350px;
}
.cid-s6kLFlQmtm hr.new2 {
  border-top: 1px solid #013e7d;
  width: 350px;
}
.cid-s6PaNNSbdq {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-s6PaNNSbdq .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-s6PaNNSbdq a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-s6PaNNSbdq .mbr-section-btn {
  margin: 0;
}
.cid-s6PaNNSbdq .form-control {
  box-shadow: none;
  padding: 1.07em 1.07em;
  background-color: #f5f5f5;
  border: 1px solid #ffffff;
  color: #656565;
  line-height: 1.43;
  min-height: 3.5em;
  border-radius: .25rem;
}
.cid-s6PaNNSbdq .form-control:focus,
.cid-s6PaNNSbdq .form-control:hover {
  border: 1px solid #e8e8e8;
  background-color: #f5f5f5;
}
.cid-s6PaNNSbdq .form-group {
  margin-bottom: 1rem;
}
.cid-s6PaNNSbdq input::-webkit-input-placeholder,
.cid-s6PaNNSbdq textarea::-webkit-input-placeholder {
  color: #656565;
}
.cid-s6PaNNSbdq input:-moz-placeholder,
.cid-s6PaNNSbdq textarea:-moz-placeholder {
  color: #656565;
}
.cid-s6PaNNSbdq .jq-selectbox li,
.cid-s6PaNNSbdq .jq-selectbox li {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-s6PaNNSbdq .jq-selectbox li:hover,
.cid-s6PaNNSbdq .jq-selectbox li.selected {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-s6PaNNSbdq .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-s6PaNNSbdq .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-s6PaNNSbdq .form-group,
.cid-s6PaNNSbdq .mbr-section-btn {
  padding-left: 7.5px;
  padding-right: 7.5px;
}
@media (min-width: 992px) {
  .cid-s6PaNNSbdq .col-auto.mbr-section-btn .btn {
    padding-top: 0;
    padding-bottom: 0;
    height: 100%;
    margin: 0 !important;
  }
}
@media (min-width: 768px) {
  .cid-s6PaNNSbdq .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-s6PaNNSbdq .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
}
@media (max-width: 499px) {
  .cid-s6PaNNSbdq .form-block {
    padding: 1rem;
  }
}
.cid-s6PaNNSbdq H4 {
  color: #013e7d;
}
.cid-s6PaNNSbdq P {
  color: #ffffff;
}
.cid-s6PaNNSbdq hr.new1 {
  border-top: 1px solid #013e7d;
  width: 350px;
}
.cid-s6PaNNSbdq hr.new2 {
  border-top: 1px solid #013e7d;
  width: 350px;
}
.cid-s7iqHWU7yk {
  padding-top: 20px;
  padding-bottom: 0px;
  background-color: #daecf4;
}
.cid-s7iqHWU7yk .mbr-section-title {
  letter-spacing: .1em;
}
.cid-s7iqHWU7yk .mbr-text {
  letter-spacing: 0.03rem;
}
.cid-s7iqHWU7yk .card-img span {
  font-size: 100px;
}
.cid-s7iqHWU7yk .mbr-text,
.cid-s7iqHWU7yk .mbr-section-btn {
  color: #012168;
}
.cid-s7irwVWrAY {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #daecf4;
}
.cid-s7irwVWrAY .counter-container {
  color: #464646;
}
.cid-s7irwVWrAY .counter-container div {
  margin-left: 5rem;
  margin-bottom: 1rem;
  padding-left: 5rem;
}
.cid-s7irwVWrAY .counter-container li {
  list-style: none;
  padding-left: 6rem;
  position: relative;
}
.cid-s7irwVWrAY .counter-container .counter {
  text-overflow: clip;
  overflow: hidden;
  white-space: nowrap;
  font-size: 30px;
  position: absolute;
  left: 0;
  display: inline-block;
  margin: 0 0 5 300px;
  line-height: 40px;
  transition: all .2s;
  width: 260px;
  height: 40px;
  font-family: Open Sans;
}
.cid-s7irwVWrAY H4 {
  color: #0091DA;
}
.cid-s6Pa3Ivovd {
  padding-top: 100px;
  padding-bottom: 75px;
  background-color: #f4f8fa;
}
.cid-s6Pa3Ivovd .mbr-overlay {
  background: linear-gradient(90deg, #149dcc, #b2ccd2);
}
.cid-s6Pa3Ivovd .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-s6Pa3Ivovd .text-content {
  padding-right: 1.5rem;
  content-align: center;
}
.cid-s6Pa3Ivovd .mbr-text,
.cid-s6Pa3Ivovd .mbr-section-btn {
  color: #343434;
  text-align: center;
}
.cid-s6Pa3Ivovd .mbr-figure img {
  -webkit-box-shadow: 0px 0px 30px rgba(217, 217, 217, 0.3);
  box-shadow: 0px 0px 30px rgba(217, 217, 217, 0.3);
  border-radius: .25rem;
}
.cid-s6Pa3Ivovd .counter-container {
  padding: 1rem 0;
  position: relative;
}
.cid-s6Pa3Ivovd .counter-container ul {
  margin-bottom: 0;
  padding-left: 1.5rem;
}
.cid-s6Pa3Ivovd .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-s6Pa3Ivovd .counter-container ul li:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  position: absolute;
  left: 0px;
  padding-top: 2px;
  display: inline-block;
  text-align: center;
  margin: 4px 0px;
  line-height: 10px;
  transition: all .2s;
  width: 16px;
  height: 16px;
  font-size: 16px !important;
  font-weight: 500;
  background: none;
  color: #183658;
}
@media (max-width: 991px) {
  .cid-s6Pa3Ivovd .main-row {
    margin: 0;
  }
  .cid-s6Pa3Ivovd .mbr-section-title,
  .cid-s6Pa3Ivovd .mbr-text,
  .cid-s6Pa3Ivovd .list,
  .cid-s6Pa3Ivovd .mbr-section-btn {
    text-align: center !important;
  }
  .cid-s6Pa3Ivovd .text-content {
    padding: 0;
  }
}
.cid-s6Pa3Ivovd .mbr-section-title {
  color: #013e7d;
  text-align: center;
}
.cid-s6Pa3Ivovd P {
  text-align: center;
}
.cid-s8kmiZ9isj {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #013e7d;
}
.cid-s8kmiZ9isj .listico {
  padding-right: 1rem;
  font-size: 1.3rem;
}
.cid-s8kmiZ9isj .navbar-logo {
  width: 80px;
  margin-bottom: 10px;
}
.cid-s8kmiZ9isj .mbr-text {
  color: #444;
}
.cid-s8kmiZ9isj h5 {
  margin-bottom: 0;
}
.cid-s8kmiZ9isj .navbar-brand {
  margin: 0rem;
  width: 100%;
}
.cid-s8kmiZ9isj .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s8kmiZ9isj .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
  object-fit: cover;
}
.cid-s8kmiZ9isj .socicon {
  font-size: 1.3rem;
  background: #ff4a52;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-s8kmiZ9isj .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-s8kmiZ9isj .social-list .soc-item {
  margin: 0 .3rem;
}
.cid-s8kmiZ9isj .social-list a {
  margin: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-s8kmiZ9isj .social-list a:hover {
  opacity: .4;
}
.cid-s8kmiZ9isj .media-container-row > div {
  padding: 0px;
}
.cid-s8kmiZ9isj .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-s8kmiZ9isj .group-title {
  text-align: left;
  color: #ffffff;
}
.cid-s8kmiZ9isj .group-title SPAN {
  color: #ffffff;
}
.cid-s8kmiZ9isj .links {
  color: #ffffff;
  line-height: 1.6;
}
@media (max-width: 991px) {
  .cid-s8kmiZ9isj .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-s8kmiZ9isj .social-list,
  .cid-s8kmiZ9isj .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-s8kmiZ9isj h3 {
    margin-bottom: 10px;
  }
  .cid-s8kmiZ9isj .navbar-brand {
    text-align: center;
  }
}
.cid-s8kmiZ9isj .links SPAN {
  color: #9e9e9e;
}
.cid-s8kmiZ9isj .links,
.cid-s8kmiZ9isj .navbar-brand {
  color: #fafafa;
}
.cid-s8kdJcMSkf {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #767676;
}
.cid-s8kdJcMSkf a:link {
  text-decoration: none;
}
.cid-s8kdJcMSkf .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-s8kdJcMSkf .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-s8kdJcMSkf .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-s8kdJcMSkf .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-s8kdJcMSkf .foot-menu {
  -webkit-flex-direction: row;
  flex-direction: row;
  margin: 0;
  margin-bottom: 8px;
  padding: .6em 0;
}
.cid-s8kdJcMSkf .foot-menu > li {
  font-size: 14px;
  padding: 0;
  display: inline-block;
}
.cid-s8kdJcMSkf .foot-menu > li .rhombus {
  width: 0;
  height: 0;
  right: 4px;
  border: 4px solid transparent;
  border-bottom-color: #ffffff;
  position: relative;
  top: -19px;
}
.cid-s8kdJcMSkf .foot-menu > li .rhombus::after {
  width: 0;
  height: 0;
  content: '';
  position: absolute;
  left: -4px;
  top: 4px;
  border: 4px solid transparent;
  border-top-color: #ffffff;
}
.cid-s8kdJcMSkf .foot-menu li a {
  font-family: 'OpenSans', sans-serif;
  display: inline-block;
  letter-spacing: 2px;
  padding: 0 10px;
}
.cid-s8kdJcMSkf .plan-title,
.cid-s8kdJcMSkf .text-letter {
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-weight: 600;
}
.cid-s8kdJcMSkf .plan-title {
  color: #444444;
}
@media (max-width: 767px) {
  .cid-s8kdJcMSkf .foot-menu {
    padding: 15px 1rem;
  }
}
.cid-s8kdJcMSkf .mbr-section-title span {
  color: #ffbc00;
}
.cid-s8kdJcMSkf .mbr-section-title {
  color: #ffffff;
}
.cid-s8kdJcMSkf P {
  color: #ffffff;
  font-family: Open Sans;
  font-size: 13px;
}
.cid-s8kdv2wgup.popup-builder {
  background-color: #ffffff;
}
.cid-s8kdv2wgup.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-s8kdv2wgup.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-s8kdv2wgup .modal-content,
.cid-s8kdv2wgup .modal-dialog {
  height: auto;
}
.cid-s8kdv2wgup .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-s8kdv2wgup .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-s8kdv2wgup .form-wrapper .mbr-form .form-group,
  .cid-s8kdv2wgup .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-s8kdv2wgup .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-s8kdv2wgup .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-s8kdv2wgup .mbr-text {
  text-align: left;
}
.cid-s8kdv2wgup .pt-0 {
  padding-top: 0 !important;
}
.cid-s8kdv2wgup .pb-0 {
  padding-bottom: 0 !important;
}
.cid-s8kdv2wgup .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-s8kdv2wgup .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-s8kdv2wgup .modal-open {
  overflow: hidden;
}
.cid-s8kdv2wgup .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-s8kdv2wgup .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-s8kdv2wgup .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-s8kdv2wgup .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-s8kdv2wgup .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-s8kdv2wgup .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-s8kdv2wgup .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-s8kdv2wgup .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-s8kdv2wgup .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-s8kdv2wgup .modal-backdrop.fade {
  opacity: 0;
}
.cid-s8kdv2wgup .modal-backdrop.show {
  opacity: .5;
}
.cid-s8kdv2wgup .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-s8kdv2wgup .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-s8kdv2wgup .modal-header .close:hover {
  opacity: 1;
}
.cid-s8kdv2wgup .modal-header .close:focus {
  outline: none;
}
.cid-s8kdv2wgup .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-s8kdv2wgup .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-s8kdv2wgup .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-s8kdv2wgup .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-s8kdv2wgup .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-s8kdv2wgup .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-s8kdv2wgup .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-s8kdv2wgup .modal-sm {
    max-width: 300px;
  }
  .cid-s8kdv2wgup .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-s8kdv2wgup .modal-lg,
  .cid-s8kdv2wgup .modal-xl {
    max-width: 800px;
  }
  .cid-s8kdv2wgup .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-s8kdv2wgup .modal-xl {
    max-width: 1140px;
  }
  .cid-s8kdv2wgup .container {
    max-width: 1140px;
  }
}
.cid-s8kdv2wgup .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-s8kdv2wgup .container {
    max-width: 720px;
  }
}
.cid-s8kdv2wgup .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-s8kdv2wgup .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-s8kdv2wgup .form-group {
  margin-bottom: 1rem;
}
.cid-s8kdv2wgup .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-s8kdv2wgup .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-s8kdv2wgup .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-s6kLS2aVHE .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 77px;
}
@media (min-width: 992px) {
  .cid-s6kLS2aVHE .navbar .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 2.5385em 0.235em 3.5385em !important;
    margin: 0 !important;
  }
}
.cid-s6kLS2aVHE .menu-logo {
  display: flex;
  position: relative;
  -webkit-align-items: center;
  align-items: center;
  margin-right: auto;
}
.cid-s6kLS2aVHE .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s6kLS2aVHE .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: left;
  align-items: left;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-s6kLS2aVHE .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-s6kLS2aVHE .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-s6kLS2aVHE .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-s6kLS2aVHE .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-s6kLS2aVHE .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-s6kLS2aVHE a {
  font-style: normal;
}
.cid-s6kLS2aVHE .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: middle;
  position: relative;
  text-decoration: none;
}
.cid-s6kLS2aVHE .nav-item a {
  padding: 0.4rem 0 !important;
}
.cid-s6kLS2aVHE .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s6kLS2aVHE .dropdown-item:hover:before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  width: 16px;
}
.cid-s6kLS2aVHE .content-text {
  margin-bottom: 0;
  color: #012168;
  text-align: left;
}
.cid-s6kLS2aVHE .navbar-nav {
  position: relative;
  min-height: 60px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-s6kLS2aVHE .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #013e7d;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-s6kLS2aVHE .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
  .cid-s6kLS2aVHE .navbar-nav .nav-item a {
    margin: 0 1.3rem !important;
  }
}
@media (max-width: 991px) {
  .cid-s6kLS2aVHE .navbar-nav .nav-item a {
    margin: 0 !important;
  }
}
.cid-s6kLS2aVHE .navbar-nav .nav-item span {
  padding-right: 0.1rem;
}
.cid-s6kLS2aVHE .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-s6kLS2aVHE .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-s6kLS2aVHE .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-s6kLS2aVHE .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-s6kLS2aVHE .nav-dropdown .link {
  font-weight: 400;
}
.cid-s6kLS2aVHE .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-s6kLS2aVHE .content-right-side {
  text-align: center;
}
@media (max-width: 575px) {
  .cid-s6kLS2aVHE .content-right-side {
    display: flex;
    flex-direction: column;
    padding: 0.5rem 0;
  }
  .cid-s6kLS2aVHE .content-right-side .content-link {
    font-size: 0.8rem;
    margin: 0;
    padding-bottom: 1rem;
    display: flex;
    justify-content: space-between;
  }
}
.cid-s6kLS2aVHE .menu-content-top {
  display: none;
  padding: 1rem 0;
  transition: height 0.3s ease-in-out;
}
.cid-s6kLS2aVHE .menu-content-top.show {
  display: block;
}
.cid-s6kLS2aVHE .content-right-side .content-link {
  margin-left: 1rem;
}
.cid-s6kLS2aVHE .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
@media (max-width: 1091px) {
  .cid-s6kLS2aVHE .content-left-side {
    text-align: left;
    padding-bottom: 1rem;
  }
  .cid-s6kLS2aVHE .dropdown-item {
    padding: 0.235em 0 !important;
    margin: 0 !important;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
  }
  .cid-s6kLS2aVHE .dropdown-item:before {
    display: none;
  }
  .cid-s6kLS2aVHE .menu-logo {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .cid-s6kLS2aVHE .menu-bottom {
    width: 100%;
    padding: 0 1rem;
    display: block;
  }
  .cid-s6kLS2aVHE img {
    height: 3.8rem !important;
  }
  .cid-s6kLS2aVHE .btn {
    display: flex;
  }
  .cid-s6kLS2aVHE button.navbar-toggler {
    display: block;
  }
  .cid-s6kLS2aVHE .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-s6kLS2aVHE .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-s6kLS2aVHE .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-s6kLS2aVHE .navbar-collapse.collapsing,
  .cid-s6kLS2aVHE .navbar-collapse.show {
    display: block !important;
  }
  .cid-s6kLS2aVHE .navbar-collapse.collapsing .navbar-nav,
  .cid-s6kLS2aVHE .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-s6kLS2aVHE .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-s6kLS2aVHE .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
    padding: 0.5rem 0;
  }
  .cid-s6kLS2aVHE .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-s6kLS2aVHE .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-s6kLS2aVHE .navbar-collapse.collapsing .navbar-buttons,
  .cid-s6kLS2aVHE .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-s6kLS2aVHE .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-s6kLS2aVHE .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-s6kLS2aVHE .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-s6kLS2aVHE .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-s6kLS2aVHE .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-s6kLS2aVHE .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 992px) {
  .cid-s6kLS2aVHE .navbar .menu-content-top {
    display: block;
  }
  .cid-s6kLS2aVHE .menu-content-top .row {
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .cid-s6kLS2aVHE .content-right-side {
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-flex-basis: 70%;
    flex-basis: 70%;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: right;
  }
  .cid-s6kLS2aVHE .menu-content-top {
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  }
  .cid-s6kLS2aVHE .menu-bottom {
    display: flex;
  }
  .cid-s6kLS2aVHE .navbar {
    display: block;
    padding: 0;
  }
  .cid-s6kLS2aVHE .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-s6kLS2aVHE .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 76px;
  }
  .cid-s6kLS2aVHE .navbar-toggler {
    display: none;
  }
}
.cid-s6kLS2aVHE .navbar-short .menu-content-top {
  border: none;
}
.cid-s6kLS2aVHE .btn {
  padding: 0.7rem 1.5rem;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s6kLS2aVHE .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-s6kLS2aVHE .navbar-toggleable-sm .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  padding-right: 5rem;
  width: 100%;
}
.cid-s6kLS2aVHE .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-s6kLS2aVHE .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-s6kLS2aVHE .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-s6kLS2aVHE .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-s6kLS2aVHE .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-s6kLS2aVHE .dropdown .dropdown-menu .dropdown-item {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s6kLS2aVHE .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-s6kLS2aVHE .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-s6kLS2aVHE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s6kLS2aVHE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s6kLS2aVHE .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-s6kLS2aVHE .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s6kLS2aVHE .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-s6kLS2aVHE .navbar.navbar-short {
  
}
.cid-s6kLS2aVHE .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-s6kLS2aVHE .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-s6kLS2aVHE .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-s6kLS2aVHE .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-s6kLS2aVHE button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
}
.cid-s6kLS2aVHE button.navbar-toggler:focus {
  outline: none;
}
.cid-s6kLS2aVHE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-s6kLS2aVHE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s6kLS2aVHE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s6kLS2aVHE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s6kLS2aVHE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s6kLS2aVHE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s6kLS2aVHE nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s6kLS2aVHE nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s6kLS2aVHE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s6kLS2aVHE .collapsed.navbar {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-s6kLS2aVHE .collapsed .menu-bottom {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s6kLS2aVHE .collapsed .menu-logo {
  margin-right: 0;
}
.cid-s6kLS2aVHE .collapsed .btn {
  display: flex;
}
.cid-s6kLS2aVHE .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-s6kLS2aVHE .collapsed .navbar-collapse.collapsing,
.cid-s6kLS2aVHE .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-s6kLS2aVHE .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-s6kLS2aVHE .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-s6kLS2aVHE .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-s6kLS2aVHE .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-s6kLS2aVHE .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-s6kLS2aVHE .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-s6kLS2aVHE .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-s6kLS2aVHE .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-s6kLS2aVHE .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-s6kLS2aVHE .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-s6kLS2aVHE .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem  - 3.5rem);
  }
  .cid-s6kLS2aVHE .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-s6kLS2aVHE .collapsed button.navbar-toggler {
  display: block;
  -webkit-align-self: center;
  align-self: center;
}
.cid-s6kLS2aVHE .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-s6kLS2aVHE .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-s6kLS2aVHE .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .25s;
  transition-property: opacity, padding, height;
}
.cid-s6kLS2aVHE .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-s6kLS2aVHE .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-s6kLS2aVHE .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-s6kLS2aVHE .collapsed .dropdown-item:before {
  display: none;
}
.cid-s6kLS2aVHE .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-s6kLS2aVHE .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-s6kLS2aVHE .nav-link:focus {
  outline: none;
}
.cid-s6kLS2aVHE .navbar-toggler {
  position: relative;
  margin-top: 20px;
}
.cid-s6kLS2aVHE .dropdown-item.active,
.cid-s6kLS2aVHE .dropdown-item:active {
  background-color: #ffffff;
  color: auto;
}
.cid-s6kLS2aVHE .nav-link:hover,
.cid-s6kLS2aVHE .dropdown-item:hover {
  color: #0091DA;
}
.cid-s6kLS2aVHE p {
  font-family: Open Sans;
  color: #012168;
}
.cid-s6kLS2aVHE P {
  text-align: left;
}
.cid-s6kLS4emcJ {
  padding-top: 75px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-s6kLS4emcJ .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-s6kLS4emcJ a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-s6kLS4emcJ .mbr-section-btn {
  margin: 0;
}
.cid-s6kLS4emcJ .form-control {
  box-shadow: none;
  padding: 1.07em 1.07em;
  background-color: #f5f5f5;
  border: 1px solid #ffffff;
  color: #656565;
  line-height: 1.43;
  min-height: 3.5em;
  border-radius: .25rem;
}
.cid-s6kLS4emcJ .form-control:focus,
.cid-s6kLS4emcJ .form-control:hover {
  border: 1px solid #e8e8e8;
  background-color: #f5f5f5;
}
.cid-s6kLS4emcJ .form-group {
  margin-bottom: 1rem;
}
.cid-s6kLS4emcJ input::-webkit-input-placeholder,
.cid-s6kLS4emcJ textarea::-webkit-input-placeholder {
  color: #656565;
}
.cid-s6kLS4emcJ input:-moz-placeholder,
.cid-s6kLS4emcJ textarea:-moz-placeholder {
  color: #656565;
}
.cid-s6kLS4emcJ .jq-selectbox li,
.cid-s6kLS4emcJ .jq-selectbox li {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-s6kLS4emcJ .jq-selectbox li:hover,
.cid-s6kLS4emcJ .jq-selectbox li.selected {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-s6kLS4emcJ .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-s6kLS4emcJ .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-s6kLS4emcJ .form-group,
.cid-s6kLS4emcJ .mbr-section-btn {
  padding-left: 7.5px;
  padding-right: 7.5px;
}
@media (min-width: 992px) {
  .cid-s6kLS4emcJ .col-auto.mbr-section-btn .btn {
    padding-top: 0;
    padding-bottom: 0;
    height: 100%;
    margin: 0 !important;
  }
}
@media (min-width: 768px) {
  .cid-s6kLS4emcJ .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-s6kLS4emcJ .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
}
@media (max-width: 499px) {
  .cid-s6kLS4emcJ .form-block {
    padding: 1rem;
  }
}
.cid-s6kLS4emcJ H4 {
  color: #013e7d;
}
.cid-s6kLS4emcJ P {
  color: #ffffff;
}
.cid-s6PbrCMJQ5 {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-s6PbrCMJQ5 .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-s6PbrCMJQ5 a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-s6PbrCMJQ5 .mbr-section-btn {
  margin: 0;
}
.cid-s6PbrCMJQ5 .form-control {
  box-shadow: none;
  padding: 1.07em 1.07em;
  background-color: #f5f5f5;
  border: 1px solid #ffffff;
  color: #656565;
  line-height: 1.43;
  min-height: 3.5em;
  border-radius: .25rem;
}
.cid-s6PbrCMJQ5 .form-control:focus,
.cid-s6PbrCMJQ5 .form-control:hover {
  border: 1px solid #e8e8e8;
  background-color: #f5f5f5;
}
.cid-s6PbrCMJQ5 .form-group {
  margin-bottom: 1rem;
}
.cid-s6PbrCMJQ5 input::-webkit-input-placeholder,
.cid-s6PbrCMJQ5 textarea::-webkit-input-placeholder {
  color: #656565;
}
.cid-s6PbrCMJQ5 input:-moz-placeholder,
.cid-s6PbrCMJQ5 textarea:-moz-placeholder {
  color: #656565;
}
.cid-s6PbrCMJQ5 .jq-selectbox li,
.cid-s6PbrCMJQ5 .jq-selectbox li {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-s6PbrCMJQ5 .jq-selectbox li:hover,
.cid-s6PbrCMJQ5 .jq-selectbox li.selected {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-s6PbrCMJQ5 .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-s6PbrCMJQ5 .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-s6PbrCMJQ5 .form-group,
.cid-s6PbrCMJQ5 .mbr-section-btn {
  padding-left: 7.5px;
  padding-right: 7.5px;
}
@media (min-width: 992px) {
  .cid-s6PbrCMJQ5 .col-auto.mbr-section-btn .btn {
    padding-top: 0;
    padding-bottom: 0;
    height: 100%;
    margin: 0 !important;
  }
}
@media (min-width: 768px) {
  .cid-s6PbrCMJQ5 .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-s6PbrCMJQ5 .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
}
@media (max-width: 499px) {
  .cid-s6PbrCMJQ5 .form-block {
    padding: 1rem;
  }
}
.cid-s6PbrCMJQ5 H4 {
  color: #013e7d;
}
.cid-s6PbrCMJQ5 P {
  color: #ffffff;
}
.cid-s6PbrCMJQ5 hr.new1 {
  border-top: 1px solid #013e7d;
  width: 350px;
}
.cid-s6PbrCMJQ5 hr.new2 {
  border-top: 1px solid #013e7d;
  width: 350px;
}
.cid-s6Pb6VVItp {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-s6Pb6VVItp .mbr-overlay {
  background: linear-gradient(90deg, #149dcc, #b2ccd2);
}
.cid-s6Pb6VVItp .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-s6Pb6VVItp .text-content {
  padding-right: 1.5rem;
}
.cid-s6Pb6VVItp .mbr-text,
.cid-s6Pb6VVItp .mbr-section-btn {
  color: #343434;
  text-align: left;
}
.cid-s6Pb6VVItp .mbr-figure img {
  -webkit-box-shadow: 0px 0px 30px rgba(217, 217, 217, 0.3);
  box-shadow: 0px 0px 30px rgba(217, 217, 217, 0.3);
  border-radius: .25rem;
}
.cid-s6Pb6VVItp .counter-container {
  padding: 1rem 0;
  position: relative;
}
.cid-s6Pb6VVItp .counter-container ul {
  margin-bottom: 0;
  padding-left: 1.5rem;
}
.cid-s6Pb6VVItp .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-s6Pb6VVItp .counter-container ul li:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  position: absolute;
  left: 0px;
  padding-top: 2px;
  display: inline-block;
  text-align: center;
  margin: 4px 0px;
  line-height: 10px;
  transition: all .2s;
  width: 16px;
  height: 16px;
  font-size: 16px !important;
  font-weight: 500;
  background: none;
  color: #183658;
}
@media (max-width: 991px) {
  .cid-s6Pb6VVItp .main-row {
    margin: 0;
  }
  .cid-s6Pb6VVItp .mbr-section-title,
  .cid-s6Pb6VVItp .mbr-text,
  .cid-s6Pb6VVItp .list,
  .cid-s6Pb6VVItp .mbr-section-btn {
    text-align: center !important;
  }
  .cid-s6Pb6VVItp .text-content {
    padding: 0;
  }
}
.cid-s6Pb6VVItp .mbr-section-title {
  color: #013e7d;
  text-align: center;
}
.cid-s6Pb6VVItp P {
  text-align: center;
}
.cid-s7txo0mWvF {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #daecf4;
}
.cid-s7txo0mWvF .mbr-section-title {
  letter-spacing: 0.1em;
}
.cid-s7txo0mWvF .section-content-title {
  color: #ffffff;
}
.cid-s7txo0mWvF .section-content-text {
  letter-spacing: 0.03em;
  font-weight: 400;
  line-height: 1.5;
  color: #ffffff;
}
.cid-s7txo0mWvF .progressbar-title p {
  margin-bottom: 8px;
  letter-spacing: 0.03em;
}
.cid-s7txo0mWvF .progress {
  width: 100%;
  height: 1px;
}
.cid-s7txo0mWvF .progress-bar {
  height: 1px;
  background-color: #222222;
}
.cid-s7txo0mWvF .title-wrap {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-s7txo0mWvF .progressbar-number {
  display: inline-block;
}
.cid-s7txo0mWvF .progress-primary {
  background: rgba(206, 206, 206, 0.4);
  border: none;
  outline: none;
}
.cid-s7txo0mWvF .progress-primary::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-s7txo0mWvF .progress_value {
  position: relative;
}
.cid-s7txo0mWvF progress[value]::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-s7txo0mWvF progress::-webkit-progress-value {
  background: #222222;
}
.cid-s7txo0mWvF progress[value]::-moz-progress-bar {
  background: #222222;
}
.cid-s7txo0mWvF progress::-ms-fill {
  background: #222222;
}
/*.cid-s7txo0mWvF .progress1 .progressbar-number:before {
  content: "100";
}
.cid-s7txo0mWvF .progress2 .progressbar-number:before {
  content: "100";
}
.cid-s7txo0mWvF .progress3 .progressbar-number:before {
  content: "100";
}
.cid-s7txo0mWvF .progress4 .progressbar-number:before {
  content: "100";
}
.cid-s7txo0mWvF .progress5 .progressbar-number:before {
  content: "100";
}*/
.cid-s7txo0mWvF .progress-bar-1 {
  width: 100%;
}
.cid-s7txo0mWvF .progress-bar-2 {
  width: 100%;
}
.cid-s7txo0mWvF .progress-bar-3 {
  width: 100%;
}
.cid-s7txo0mWvF .progress-bar-4 {
  width: 100%;
}
.cid-s7txo0mWvF .progress-bar-5 {
  width: 100%;
}
@media (max-width: 768px) {
  .cid-s7txo0mWvF .title-text {
    padding-bottom: 0 !important;
  }
  .cid-s7txo0mWvF .title-text:before {
    height: 0 !important;
  }
  .cid-s7txo0mWvF .section-content-text {
    margin-bottom: 28px;
    font-family: Open Sans;
  }
}
.cid-s7txo0mWvF .title-text {
  overflow: hidden;
  color: #012168;
}
.cid-s7txo0mWvF .title-text:before {
  background: currentColor;
  content: "";
  margin-left: -120px;
  margin-right: 38px;
  display: inline-block;
  height: 2px;
  position: relative;
  top: -2px;
  vertical-align: middle;
  width: 80px;
  display: none;
}
.cid-s7txo0mWvF .progressbar-title p,
.cid-s7txo0mWvF .progress_value {
  color: #0c57bf;
  font-family: Open Sans;
}
.cid-s8kmq5DKCx {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #013e7d;
}
.cid-s8kmq5DKCx .listico {
  padding-right: 1rem;
  font-size: 1.3rem;
}
.cid-s8kmq5DKCx .navbar-logo {
  width: 80px;
  margin-bottom: 10px;
}
.cid-s8kmq5DKCx .mbr-text {
  color: #444;
}
.cid-s8kmq5DKCx h5 {
  margin-bottom: 0;
}
.cid-s8kmq5DKCx .navbar-brand {
  margin: 0rem;
  width: 100%;
}
.cid-s8kmq5DKCx .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s8kmq5DKCx .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
  object-fit: cover;
}
.cid-s8kmq5DKCx .socicon {
  font-size: 1.3rem;
  background: #ff4a52;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-s8kmq5DKCx .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-s8kmq5DKCx .social-list .soc-item {
  margin: 0 .3rem;
}
.cid-s8kmq5DKCx .social-list a {
  margin: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-s8kmq5DKCx .social-list a:hover {
  opacity: .4;
}
.cid-s8kmq5DKCx .media-container-row > div {
  padding: 0px;
}
.cid-s8kmq5DKCx .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-s8kmq5DKCx .group-title {
  text-align: left;
  color: #ffffff;
}
.cid-s8kmq5DKCx .group-title SPAN {
  color: #ffffff;
}
.cid-s8kmq5DKCx .links {
  color: #ffffff;
  line-height: 1.6;
}
@media (max-width: 991px) {
  .cid-s8kmq5DKCx .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-s8kmq5DKCx .social-list,
  .cid-s8kmq5DKCx .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-s8kmq5DKCx h3 {
    margin-bottom: 10px;
  }
  .cid-s8kmq5DKCx .navbar-brand {
    text-align: center;
  }
}
.cid-s8kmq5DKCx .links SPAN {
  color: #9e9e9e;
}
.cid-s8kmq5DKCx .links,
.cid-s8kmq5DKCx .navbar-brand {
  color: #fafafa;
}
.cid-s6YXgmqHS5 {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #767676;
}
.cid-s6YXgmqHS5 a:link {
  text-decoration: none;
}
.cid-s6YXgmqHS5 .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-s6YXgmqHS5 .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-s6YXgmqHS5 .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-s6YXgmqHS5 .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-s6YXgmqHS5 .foot-menu {
  -webkit-flex-direction: row;
  flex-direction: row;
  margin: 0;
  margin-bottom: 8px;
  padding: .6em 0;
}
.cid-s6YXgmqHS5 .foot-menu > li {
  font-size: 14px;
  padding: 0;
  display: inline-block;
}
.cid-s6YXgmqHS5 .foot-menu > li .rhombus {
  width: 0;
  height: 0;
  right: 4px;
  border: 4px solid transparent;
  border-bottom-color: #ffffff;
  position: relative;
  top: -19px;
}
.cid-s6YXgmqHS5 .foot-menu > li .rhombus::after {
  width: 0;
  height: 0;
  content: '';
  position: absolute;
  left: -4px;
  top: 4px;
  border: 4px solid transparent;
  border-top-color: #ffffff;
}
.cid-s6YXgmqHS5 .foot-menu li a {
  font-family: 'OpenSans', sans-serif;
  display: inline-block;
  letter-spacing: 2px;
  padding: 0 10px;
}
.cid-s6YXgmqHS5 .plan-title,
.cid-s6YXgmqHS5 .text-letter {
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-weight: 600;
}
.cid-s6YXgmqHS5 .plan-title {
  color: #444444;
}
@media (max-width: 767px) {
  .cid-s6YXgmqHS5 .foot-menu {
    padding: 15px 1rem;
  }
}
.cid-s6YXgmqHS5 .mbr-section-title span {
  color: #ffbc00;
}
.cid-s6YXgmqHS5 .mbr-section-title {
  color: #ffffff;
}
.cid-s6YXgmqHS5 P {
  color: #ffffff;
  font-family: Open Sans;
  font-size: 13px;
}
.cid-s8k6doX3PL.popup-builder {
  background-color: #ffffff;
}
.cid-s8k6doX3PL.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-s8k6doX3PL.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-s8k6doX3PL .modal-content,
.cid-s8k6doX3PL .modal-dialog {
  height: auto;
}
.cid-s8k6doX3PL .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-s8k6doX3PL .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-s8k6doX3PL .form-wrapper .mbr-form .form-group,
  .cid-s8k6doX3PL .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-s8k6doX3PL .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-s8k6doX3PL .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-s8k6doX3PL .mbr-text {
  text-align: left;
}
.cid-s8k6doX3PL .pt-0 {
  padding-top: 0 !important;
}
.cid-s8k6doX3PL .pb-0 {
  padding-bottom: 0 !important;
}
.cid-s8k6doX3PL .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-s8k6doX3PL .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-s8k6doX3PL .modal-open {
  overflow: hidden;
}
.cid-s8k6doX3PL .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-s8k6doX3PL .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-s8k6doX3PL .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-s8k6doX3PL .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-s8k6doX3PL .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-s8k6doX3PL .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-s8k6doX3PL .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-s8k6doX3PL .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-s8k6doX3PL .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-s8k6doX3PL .modal-backdrop.fade {
  opacity: 0;
}
.cid-s8k6doX3PL .modal-backdrop.show {
  opacity: .5;
}
.cid-s8k6doX3PL .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-s8k6doX3PL .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-s8k6doX3PL .modal-header .close:hover {
  opacity: 1;
}
.cid-s8k6doX3PL .modal-header .close:focus {
  outline: none;
}
.cid-s8k6doX3PL .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-s8k6doX3PL .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-s8k6doX3PL .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-s8k6doX3PL .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-s8k6doX3PL .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-s8k6doX3PL .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-s8k6doX3PL .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-s8k6doX3PL .modal-sm {
    max-width: 300px;
  }
  .cid-s8k6doX3PL .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-s8k6doX3PL .modal-lg,
  .cid-s8k6doX3PL .modal-xl {
    max-width: 800px;
  }
  .cid-s8k6doX3PL .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-s8k6doX3PL .modal-xl {
    max-width: 1140px;
  }
  .cid-s8k6doX3PL .container {
    max-width: 1140px;
  }
}
.cid-s8k6doX3PL .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-s8k6doX3PL .container {
    max-width: 720px;
  }
}
.cid-s8k6doX3PL .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-s8k6doX3PL .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-s8k6doX3PL .form-group {
  margin-bottom: 1rem;
}
.cid-s8k6doX3PL .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-s8k6doX3PL .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-s8k6doX3PL .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-s6kM6jyXtQ .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 77px;
}
@media (min-width: 992px) {
  .cid-s6kM6jyXtQ .navbar .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 2.5385em 0.235em 3.5385em !important;
    margin: 0 !important;
  }
}
.cid-s6kM6jyXtQ .menu-logo {
  display: flex;
  position: relative;
  -webkit-align-items: center;
  align-items: center;
  margin-right: auto;
}
.cid-s6kM6jyXtQ .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s6kM6jyXtQ .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: left;
  align-items: left;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-s6kM6jyXtQ .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-s6kM6jyXtQ .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-s6kM6jyXtQ .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-s6kM6jyXtQ .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-s6kM6jyXtQ .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-s6kM6jyXtQ a {
  font-style: normal;
}
.cid-s6kM6jyXtQ .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: middle;
  position: relative;
  text-decoration: none;
}
.cid-s6kM6jyXtQ .nav-item a {
  padding: 0.4rem 0 !important;
}
.cid-s6kM6jyXtQ .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s6kM6jyXtQ .dropdown-item:hover:before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  width: 16px;
}
.cid-s6kM6jyXtQ .content-text {
  margin-bottom: 0;
  color: #012168;
  text-align: left;
}
.cid-s6kM6jyXtQ .navbar-nav {
  position: relative;
  min-height: 60px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-s6kM6jyXtQ .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #013e7d;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-s6kM6jyXtQ .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
  .cid-s6kM6jyXtQ .navbar-nav .nav-item a {
    margin: 0 1.3rem !important;
  }
}
@media (max-width: 991px) {
  .cid-s6kM6jyXtQ .navbar-nav .nav-item a {
    margin: 0 !important;
  }
}
.cid-s6kM6jyXtQ .navbar-nav .nav-item span {
  padding-right: 0.1rem;
}
.cid-s6kM6jyXtQ .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-s6kM6jyXtQ .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-s6kM6jyXtQ .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-s6kM6jyXtQ .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-s6kM6jyXtQ .nav-dropdown .link {
  font-weight: 400;
}
.cid-s6kM6jyXtQ .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-s6kM6jyXtQ .content-right-side {
  text-align: center;
}
@media (max-width: 575px) {
  .cid-s6kM6jyXtQ .content-right-side {
    display: flex;
    flex-direction: column;
    padding: 0.5rem 0;
  }
  .cid-s6kM6jyXtQ .content-right-side .content-link {
    font-size: 0.8rem;
    margin: 0;
    padding-bottom: 1rem;
    display: flex;
    justify-content: space-between;
  }
}
.cid-s6kM6jyXtQ .menu-content-top {
  display: none;
  padding: 1rem 0;
  transition: height 0.3s ease-in-out;
}
.cid-s6kM6jyXtQ .menu-content-top.show {
  display: block;
}
.cid-s6kM6jyXtQ .content-right-side .content-link {
  margin-left: 1rem;
}
.cid-s6kM6jyXtQ .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
@media (max-width: 1091px) {
  .cid-s6kM6jyXtQ .content-left-side {
    text-align: left;
    padding-bottom: 1rem;
  }
  .cid-s6kM6jyXtQ .dropdown-item {
    padding: 0.235em 0 !important;
    margin: 0 !important;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
  }
  .cid-s6kM6jyXtQ .dropdown-item:before {
    display: none;
  }
  .cid-s6kM6jyXtQ .menu-logo {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .cid-s6kM6jyXtQ .menu-bottom {
    width: 100%;
    padding: 0 1rem;
    display: block;
  }
  .cid-s6kM6jyXtQ img {
    height: 3.8rem !important;
  }
  .cid-s6kM6jyXtQ .btn {
    display: flex;
  }
  .cid-s6kM6jyXtQ button.navbar-toggler {
    display: block;
  }
  .cid-s6kM6jyXtQ .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-s6kM6jyXtQ .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-s6kM6jyXtQ .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-s6kM6jyXtQ .navbar-collapse.collapsing,
  .cid-s6kM6jyXtQ .navbar-collapse.show {
    display: block !important;
  }
  .cid-s6kM6jyXtQ .navbar-collapse.collapsing .navbar-nav,
  .cid-s6kM6jyXtQ .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-s6kM6jyXtQ .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-s6kM6jyXtQ .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
    padding: 0.5rem 0;
  }
  .cid-s6kM6jyXtQ .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-s6kM6jyXtQ .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-s6kM6jyXtQ .navbar-collapse.collapsing .navbar-buttons,
  .cid-s6kM6jyXtQ .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-s6kM6jyXtQ .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-s6kM6jyXtQ .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-s6kM6jyXtQ .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-s6kM6jyXtQ .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-s6kM6jyXtQ .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-s6kM6jyXtQ .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 992px) {
  .cid-s6kM6jyXtQ .navbar .menu-content-top {
    display: block;
  }
  .cid-s6kM6jyXtQ .menu-content-top .row {
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .cid-s6kM6jyXtQ .content-right-side {
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-flex-basis: 70%;
    flex-basis: 70%;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: right;
  }
  .cid-s6kM6jyXtQ .menu-content-top {
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  }
  .cid-s6kM6jyXtQ .menu-bottom {
    display: flex;
  }
  .cid-s6kM6jyXtQ .navbar {
    display: block;
    padding: 0;
  }
  .cid-s6kM6jyXtQ .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-s6kM6jyXtQ .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 76px;
  }
  .cid-s6kM6jyXtQ .navbar-toggler {
    display: none;
  }
}
.cid-s6kM6jyXtQ .navbar-short .menu-content-top {
  border: none;
}
.cid-s6kM6jyXtQ .btn {
  padding: 0.7rem 1.5rem;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s6kM6jyXtQ .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-s6kM6jyXtQ .navbar-toggleable-sm .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  padding-right: 5rem;
  width: 100%;
}
.cid-s6kM6jyXtQ .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-s6kM6jyXtQ .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-s6kM6jyXtQ .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-s6kM6jyXtQ .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-s6kM6jyXtQ .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-s6kM6jyXtQ .dropdown .dropdown-menu .dropdown-item {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s6kM6jyXtQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-s6kM6jyXtQ .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-s6kM6jyXtQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s6kM6jyXtQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s6kM6jyXtQ .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-s6kM6jyXtQ .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s6kM6jyXtQ .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-s6kM6jyXtQ .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-s6kM6jyXtQ .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-s6kM6jyXtQ .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-s6kM6jyXtQ .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-s6kM6jyXtQ .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-s6kM6jyXtQ button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
}
.cid-s6kM6jyXtQ button.navbar-toggler:focus {
  outline: none;
}
.cid-s6kM6jyXtQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-s6kM6jyXtQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s6kM6jyXtQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s6kM6jyXtQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s6kM6jyXtQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s6kM6jyXtQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s6kM6jyXtQ nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s6kM6jyXtQ nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s6kM6jyXtQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s6kM6jyXtQ .collapsed.navbar {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-s6kM6jyXtQ .collapsed .menu-bottom {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s6kM6jyXtQ .collapsed .menu-logo {
  margin-right: 0;
}
.cid-s6kM6jyXtQ .collapsed .btn {
  display: flex;
}
.cid-s6kM6jyXtQ .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-s6kM6jyXtQ .collapsed .navbar-collapse.collapsing,
.cid-s6kM6jyXtQ .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-s6kM6jyXtQ .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-s6kM6jyXtQ .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-s6kM6jyXtQ .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-s6kM6jyXtQ .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-s6kM6jyXtQ .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-s6kM6jyXtQ .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-s6kM6jyXtQ .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-s6kM6jyXtQ .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-s6kM6jyXtQ .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-s6kM6jyXtQ .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-s6kM6jyXtQ .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem  - 3.5rem);
  }
  .cid-s6kM6jyXtQ .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-s6kM6jyXtQ .collapsed button.navbar-toggler {
  display: block;
  -webkit-align-self: center;
  align-self: center;
}
.cid-s6kM6jyXtQ .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-s6kM6jyXtQ .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-s6kM6jyXtQ .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .25s;
  transition-property: opacity, padding, height;
}
.cid-s6kM6jyXtQ .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-s6kM6jyXtQ .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-s6kM6jyXtQ .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-s6kM6jyXtQ .collapsed .dropdown-item:before {
  display: none;
}
.cid-s6kM6jyXtQ .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-s6kM6jyXtQ .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-s6kM6jyXtQ .nav-link:focus {
  outline: none;
}
.cid-s6kM6jyXtQ .navbar-toggler {
  position: relative;
  margin-top: 20px;
}
.cid-s6kM6jyXtQ .dropdown-item.active,
.cid-s6kM6jyXtQ .dropdown-item:active {
  background-color: #ffffff;
  color: auto;
}
.cid-s6kM6jyXtQ .nav-link:hover,
.cid-s6kM6jyXtQ .dropdown-item:hover {
  color: #0091DA;
}
.cid-s6kM6jyXtQ p {
  font-family: Open Sans;
  color: #012168;
}
.cid-s6kM6jyXtQ P {
  text-align: left;
}
#wowslider-37 .mbr-wowslider {
  margin-top: 0px;
  cursor: default !important;
}
@media (max-width: 800px) {
  #wowslider-37 .mbr-wowslider {
    margin-top: 0px !important;
    padding-top: 0px !important;
  }
}
#wowslider-37 .ws_next {
  display: none !important;
}
#wowslider-37 .ws_prev {
  display: none !important;
}
#wowslider-37 .ws_playpause {
  display: none !important;
}
.cid-s6kM6lrGQW {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-s6kM6lrGQW .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-s6kM6lrGQW a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-s6kM6lrGQW .mbr-section-btn {
  margin: 0;
}
.cid-s6kM6lrGQW .form-control {
  box-shadow: none;
  padding: 1.07em 1.07em;
  background-color: #f5f5f5;
  border: 1px solid #ffffff;
  color: #656565;
  line-height: 1.43;
  min-height: 3.5em;
  border-radius: .25rem;
}
.cid-s6kM6lrGQW .form-control:focus,
.cid-s6kM6lrGQW .form-control:hover {
  border: 1px solid #e8e8e8;
  background-color: #f5f5f5;
}
.cid-s6kM6lrGQW .form-group {
  margin-bottom: 1rem;
}
.cid-s6kM6lrGQW input::-webkit-input-placeholder,
.cid-s6kM6lrGQW textarea::-webkit-input-placeholder {
  color: #656565;
}
.cid-s6kM6lrGQW input:-moz-placeholder,
.cid-s6kM6lrGQW textarea:-moz-placeholder {
  color: #656565;
}
.cid-s6kM6lrGQW .jq-selectbox li,
.cid-s6kM6lrGQW .jq-selectbox li {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-s6kM6lrGQW .jq-selectbox li:hover,
.cid-s6kM6lrGQW .jq-selectbox li.selected {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-s6kM6lrGQW .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-s6kM6lrGQW .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-s6kM6lrGQW .form-group,
.cid-s6kM6lrGQW .mbr-section-btn {
  padding-left: 7.5px;
  padding-right: 7.5px;
}
@media (min-width: 992px) {
  .cid-s6kM6lrGQW .col-auto.mbr-section-btn .btn {
    padding-top: 0;
    padding-bottom: 0;
    height: 100%;
    margin: 0 !important;
  }
}
@media (min-width: 768px) {
  .cid-s6kM6lrGQW .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-s6kM6lrGQW .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
}
@media (max-width: 499px) {
  .cid-s6kM6lrGQW .form-block {
    padding: 1rem;
  }
}
.cid-s6kM6lrGQW H4 {
  color: #013e7d;
}
.cid-s6kM6lrGQW P {
  color: #ffffff;
}
.cid-s6kM6lrGQW hr.new1 {
  border-top: 1px solid #013e7d;
  width: 350px;
}
.cid-s6kM6lrGQW hr.new2 {
  border-top: 1px solid #013e7d;
  width: 350px;
}
.cid-s7mXmkGNNp {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s7mXmkGNNp .mbr-section-title {
  letter-spacing: .1em;
}
.cid-s7mXmkGNNp .mbr-text {
  letter-spacing: 0.03rem;
}
.cid-s7mXmkGNNp .card-img span {
  font-size: 100px;
}
.cid-s7mXmkGNNp .mbr-text,
.cid-s7mXmkGNNp .mbr-section-btn {
  color: #09120d;
}
.cid-s7mXTGPYzk {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-s7mXTGPYzk h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-s7mXTGPYzk p {
  color: #767676;
  text-align: left;
}
.cid-s7mXTGPYzk .card-box {
  padding-top: 2rem;
}
.cid-s7mXTGPYzk .card-wrapper {
  height: 100%;
}
.cid-s7mXTGPYzk img {
  border-radius: 100%;
  height: 250px;
  width: 250px;
  object-fit: cover;
}
.cid-s7mXTGPYzk P {
  text-align: center;
}
.cid-s7mXTGPYzk .card-title {
  text-align: center;
  color: #0091DA;
}
.cid-s7mXTGPYzk .card-img {
  position: relative;
}
.cid-s7mXTGPYzk .card-icon {
  position: absolute;
  background: #ffffff;
  height: 70px;
  width: 70px;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.22);
  border-radius: 100%;
  padding: 1rem;
  left: 1rem;
  justify-content: center;
  align-items: center;
  display: flex;
  top: 1rem;
}
.cid-s7mXTGPYzk .card-icon .mbr-iconfont {
  font-size: 2rem;
  color: #013e7d;
}
.cid-s7nm0GqFCc {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #012168;
}
.cid-s7nm0GqFCc .mbr-section-title {
  letter-spacing: 0.1em;
}
.cid-s7nm0GqFCc .section-content-title {
  color: #ffffff;
}
.cid-s7nm0GqFCc .section-content-text {
  letter-spacing: 0.03em;
  font-weight: 400;
  line-height: 1.5;
  color: #ffffff;
}
.cid-s7nm0GqFCc .progressbar-title p {
  margin-bottom: 8px;
  letter-spacing: 0.03em;
}
.cid-s7nm0GqFCc .progress {
  width: 100%;
  height: 1px;
}
.cid-s7nm0GqFCc .progress-bar {
  height: 1px;
  background-color: #ffffff;
}
.cid-s7nm0GqFCc .title-wrap {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-s7nm0GqFCc .progressbar-number {
  display: inline-block;
}
.cid-s7nm0GqFCc .progress-primary {
  background: rgba(206, 206, 206, 0.4);
  border: none;
  outline: none;
}
.cid-s7nm0GqFCc .progress-primary::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-s7nm0GqFCc .progress_value {
  position: relative;
}
.cid-s7nm0GqFCc progress[value]::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-s7nm0GqFCc progress::-webkit-progress-value {
  background: #ffffff;
}
.cid-s7nm0GqFCc progress[value]::-moz-progress-bar {
  background: #ffffff;
}
.cid-s7nm0GqFCc progress::-ms-fill {
  background: #ffffff;
}
/*.cid-s7nm0GqFCc .progress1 .progressbar-number:before {
  content: "100";
}
.cid-s7nm0GqFCc .progress2 .progressbar-number:before {
  content: "100";
}
.cid-s7nm0GqFCc .progress3 .progressbar-number:before {
  content: "100";
}
.cid-s7nm0GqFCc .progress4 .progressbar-number:before {
  content: "100";
}
.cid-s7nm0GqFCc .progress5 .progressbar-number:before {
  content: "100";
}*/
.cid-s7nm0GqFCc .progress-bar-1 {
  width: 100%;
}
.cid-s7nm0GqFCc .progress-bar-2 {
  width: 100%;
}
.cid-s7nm0GqFCc .progress-bar-3 {
  width: 100%;
}
.cid-s7nm0GqFCc .progress-bar-4 {
  width: 100%;
}
.cid-s7nm0GqFCc .progress-bar-5 {
  width: 100%;
}
@media (max-width: 768px) {
  .cid-s7nm0GqFCc .title-text {
    padding-bottom: 0 !important;
  }
  .cid-s7nm0GqFCc .title-text:before {
    height: 0 !important;
  }
  .cid-s7nm0GqFCc .section-content-text {
    margin-bottom: 28px;
    font-family: Open Sans;
  }
}
@media (max-width: 460px) {
  .cid-s7nm0GqFCc .title-text {
    padding: 15px !important;
  }
  .cid-s7nm0GqFCc .title-text:before {
    height: 0 !important;
  }
  .cid-s7nm0GqFCc .section-content-text {
    margin-bottom: 18px;
    font-family: Open Sans;
  }
}
.cid-s7nm0GqFCc .title-text {
  overflow: hidden;
}
.cid-s7nm0GqFCc .title-text:before {
  background: currentColor;
  content: "";
  margin-left: -120px;
  margin-right: 38px;
  display: inline-block;
  height: 2px;
  position: relative;
  top: -2px;
  vertical-align: middle;
  width: 80px;
}
.cid-s7nm0GqFCc .progressbar-title p,
.cid-s7nm0GqFCc .progress_value {
  color: #ffffff;
  font-family: Open Sans;
}
.cid-s7o3oE4Hgc {
  padding-top: 20px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s7o3oE4Hgc .mbr-section-title {
  letter-spacing: .1em;
}
.cid-s7o3oE4Hgc .mbr-text {
  letter-spacing: 0.03rem;
}
.cid-s7o3oE4Hgc .card-img span {
  font-size: 100px;
}
.cid-s7o3oE4Hgc .mbr-text,
.cid-s7o3oE4Hgc .mbr-section-btn {
  color: #012168;
}
#custom-html-98 {
  /* Type valid CSS here */
}
#custom-html-98 div {
  padding: 0px 0 0 0;
  color: #777;
  text-align: center;
}
#custom-html-98 p {
  font-size: 60px;
  color: #777;
}
#custom-html-98 img {
  margin-top: 50px;
}
#custom-html-98 .responsive {
  width: 100%;
  max-width: 1200px;
  height: auto;
}
.cid-s7Vkl7tFN1 {
  padding-top: 60px;
  padding-bottom: 0px;
  background: #daecf4;
}
.cid-s7Vkl7tFN1 .list-group-item {
  padding: .5rem 3.25rem;
}
.cid-s7Vkl7tFN1 h4 {
  margin: 0;
}
.cid-s7Vkl7tFN1 .btn-sm {
  padding: 0.6rem 4.4rem;
}
.cid-s7Vkl7tFN1 .plan-body {
  padding-bottom: 2rem;
}
.cid-s7Vkl7tFN1 .plan-header {
  padding-top: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-s7Vkl7tFN1 .line {
  width: 125px;
  height: 1px;
  display: inline-block;
  background: #013e7d;
  transition: background 0.3s;
  margin-bottom: 1.5rem;
}
.cid-s7Vkl7tFN1 .line2 {
  background: #013e7d;
}
.cid-s7Vkl7tFN1 .plan {
  word-break: break-word;
  position: relative;
  max-width: 300px;
  padding-right: 0;
  padding-left: 0;
}
.cid-s7Vkl7tFN1 .plan .list-group-item {
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
  border: 0;
}
.cid-s7Vkl7tFN1 .plan .list-group-item::after {
  position: absolute;
  bottom: 0;
  left: 20%;
  width: 60%;
  height: 2px;
  content: "";
  background-color: #eaeaea;
}
.cid-s7Vkl7tFN1 .plan .list-group-item:last-child::after {
  display: none;
}
.cid-s7Vkl7tFN1 .plan-header,
.cid-s7Vkl7tFN1 .plan-body {
  background-color: #daecf4;
}
.cid-s7Vkl7tFN1 .price-value {
  vertical-align: top;
}
@media (max-width: 550px) {
  .cid-s7Vkl7tFN1 .price-figure {
    font-size: 4.25rem;
  }
}
.cid-s7Vkl7tFN1 .color1 {
  color: #0091DA;
}
.cid-s7Vkl7tFN1 .color2 {
  color: #0091DA;
}
.cid-s7Vkl7tFN1 LI {
  color: #121525;
}
.cid-s7Vkl7tFN1 .price-term {
  color: #0091DA;
}
.cid-s7Vkl7tFN1 .title {
  color: #013e7d;
}
.cid-s7Vkl7tFN1 .plan-title {
  color: #013e7d;
}
.cid-s7Vkl7tFN1 P {
  color: #013e7d;
  font-family: Open Sans;
}
.cid-s7nMnIBSTT {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #013e7d;
}
.cid-s7nMnIBSTT .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-s7nMnIBSTT a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-s7nMnIBSTT .mbr-section-btn {
  margin: 0;
}
.cid-s7nMnIBSTT .form-control {
  box-shadow: none;
  padding: 1.07em 1.07em;
  background-color: #f5f5f5;
  border: 1px solid #ffffff;
  color: #656565;
  line-height: 1.43;
  min-height: 3.5em;
  border-radius: .25rem;
}
.cid-s7nMnIBSTT .form-control:focus,
.cid-s7nMnIBSTT .form-control:hover {
  border: 1px solid #e8e8e8;
  background-color: #f5f5f5;
}
.cid-s7nMnIBSTT .form-group {
  margin-bottom: 1rem;
}
.cid-s7nMnIBSTT input::-webkit-input-placeholder,
.cid-s7nMnIBSTT textarea::-webkit-input-placeholder {
  color: #656565;
}
.cid-s7nMnIBSTT input:-moz-placeholder,
.cid-s7nMnIBSTT textarea:-moz-placeholder {
  color: #656565;
}
.cid-s7nMnIBSTT .jq-selectbox li,
.cid-s7nMnIBSTT .jq-selectbox li {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-s7nMnIBSTT .jq-selectbox li:hover,
.cid-s7nMnIBSTT .jq-selectbox li.selected {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-s7nMnIBSTT .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-s7nMnIBSTT .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-s7nMnIBSTT .form-group,
.cid-s7nMnIBSTT .mbr-section-btn {
  padding-left: 7.5px;
  padding-right: 7.5px;
}
@media (min-width: 992px) {
  .cid-s7nMnIBSTT .col-auto.mbr-section-btn .btn {
    padding-top: 0;
    padding-bottom: 0;
    height: 100%;
    margin: 0 !important;
  }
}
@media (min-width: 768px) {
  .cid-s7nMnIBSTT .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-s7nMnIBSTT .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
}
@media (max-width: 499px) {
  .cid-s7nMnIBSTT .form-block {
    padding: 1rem;
  }
}
.cid-s7nMnIBSTT H4 {
  color: #ffffff;
}
.cid-s7nMnIBSTT P {
  color: #ffffff;
}
.cid-s7nMouQM28 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #013e7d;
}
.cid-s7nMouQM28 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-s7nMouQM28 p {
  color: #767676;
  text-align: left;
}
.cid-s7nMouQM28 .card-box {
  padding-top: 2rem;
}
.cid-s7nMouQM28 .card-wrapper {
  height: 100%;
}
.cid-s7nMouQM28 img {
  border-radius: 100%;
  height: 250px;
  width: 250px;
  object-fit: cover;
}
.cid-s7nMouQM28 P {
  text-align: center;
}
.cid-s7nMouQM28 .card-title {
  text-align: center;
  color: #ffffff;
}
.cid-s7nMouQM28 .card-img {
  position: relative;
}
.cid-s7nMouQM28 .card-icon {
  position: absolute;
  background: #ffffff;
  height: 70px;
  width: 70px;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.22);
  border-radius: 100%;
  padding: 1rem;
  left: 1rem;
  justify-content: center;
  align-items: center;
  display: flex;
  top: 1rem;
}
.cid-s7nMouQM28 .card-icon .mbr-iconfont {
  font-size: 2rem;
  color: #013e7d;
}
#custom-html-97 {
  /* Type valid CSS here */
}
#custom-html-97 div {
  padding: 1px 0;
  color: #777;
  text-align: center;
}
#custom-html-97 p {
  font-size: 60px;
  color: #777;
}
.cid-s8kmvuljmX {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #013e7d;
}
.cid-s8kmvuljmX .listico {
  padding-right: 1rem;
  font-size: 1.3rem;
}
.cid-s8kmvuljmX .navbar-logo {
  width: 80px;
  margin-bottom: 10px;
}
.cid-s8kmvuljmX .mbr-text {
  color: #444;
}
.cid-s8kmvuljmX h5 {
  margin-bottom: 0;
}
.cid-s8kmvuljmX .navbar-brand {
  margin: 0rem;
  width: 100%;
}
.cid-s8kmvuljmX .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s8kmvuljmX .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
  object-fit: cover;
}
.cid-s8kmvuljmX .socicon {
  font-size: 1.3rem;
  background: #ff4a52;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-s8kmvuljmX .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-s8kmvuljmX .social-list .soc-item {
  margin: 0 .3rem;
}
.cid-s8kmvuljmX .social-list a {
  margin: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-s8kmvuljmX .social-list a:hover {
  opacity: .4;
}
.cid-s8kmvuljmX .media-container-row > div {
  padding: 0px;
}
.cid-s8kmvuljmX .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-s8kmvuljmX .group-title {
  text-align: left;
  color: #ffffff;
}
.cid-s8kmvuljmX .group-title SPAN {
  color: #ffffff;
}
.cid-s8kmvuljmX .links {
  color: #ffffff;
  line-height: 1.6;
}
@media (max-width: 991px) {
  .cid-s8kmvuljmX .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-s8kmvuljmX .social-list,
  .cid-s8kmvuljmX .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-s8kmvuljmX h3 {
    margin-bottom: 10px;
  }
  .cid-s8kmvuljmX .navbar-brand {
    text-align: center;
  }
}
.cid-s8kmvuljmX .links SPAN {
  color: #9e9e9e;
}
.cid-s8kmvuljmX .links,
.cid-s8kmvuljmX .navbar-brand {
  color: #fafafa;
}
.cid-s8kdQCR2JR {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #767676;
}
.cid-s8kdQCR2JR a:link {
  text-decoration: none;
}
.cid-s8kdQCR2JR .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-s8kdQCR2JR .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-s8kdQCR2JR .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-s8kdQCR2JR .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-s8kdQCR2JR .foot-menu {
  -webkit-flex-direction: row;
  flex-direction: row;
  margin: 0;
  margin-bottom: 8px;
  padding: .6em 0;
}
.cid-s8kdQCR2JR .foot-menu > li {
  font-size: 14px;
  padding: 0;
  display: inline-block;
}
.cid-s8kdQCR2JR .foot-menu > li .rhombus {
  width: 0;
  height: 0;
  right: 4px;
  border: 4px solid transparent;
  border-bottom-color: #ffffff;
  position: relative;
  top: -19px;
}
.cid-s8kdQCR2JR .foot-menu > li .rhombus::after {
  width: 0;
  height: 0;
  content: '';
  position: absolute;
  left: -4px;
  top: 4px;
  border: 4px solid transparent;
  border-top-color: #ffffff;
}
.cid-s8kdQCR2JR .foot-menu li a {
  font-family: 'OpenSans', sans-serif;
  display: inline-block;
  letter-spacing: 2px;
  padding: 0 10px;
}
.cid-s8kdQCR2JR .plan-title,
.cid-s8kdQCR2JR .text-letter {
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-weight: 600;
}
.cid-s8kdQCR2JR .plan-title {
  color: #444444;
}
@media (max-width: 767px) {
  .cid-s8kdQCR2JR .foot-menu {
    padding: 15px 1rem;
  }
}
.cid-s8kdQCR2JR .mbr-section-title span {
  color: #ffbc00;
}
.cid-s8kdQCR2JR .mbr-section-title {
  color: #ffffff;
}
.cid-s8kdQCR2JR P {
  color: #ffffff;
  font-family: Open Sans;
  font-size: 13px;
}
.cid-s8kdUbeGMD.popup-builder {
  background-color: #ffffff;
}
.cid-s8kdUbeGMD.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-s8kdUbeGMD.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-s8kdUbeGMD .modal-content,
.cid-s8kdUbeGMD .modal-dialog {
  height: auto;
}
.cid-s8kdUbeGMD .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-s8kdUbeGMD .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-s8kdUbeGMD .form-wrapper .mbr-form .form-group,
  .cid-s8kdUbeGMD .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-s8kdUbeGMD .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-s8kdUbeGMD .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-s8kdUbeGMD .mbr-text {
  text-align: left;
}
.cid-s8kdUbeGMD .pt-0 {
  padding-top: 0 !important;
}
.cid-s8kdUbeGMD .pb-0 {
  padding-bottom: 0 !important;
}
.cid-s8kdUbeGMD .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-s8kdUbeGMD .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-s8kdUbeGMD .modal-open {
  overflow: hidden;
}
.cid-s8kdUbeGMD .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-s8kdUbeGMD .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-s8kdUbeGMD .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-s8kdUbeGMD .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-s8kdUbeGMD .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-s8kdUbeGMD .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-s8kdUbeGMD .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-s8kdUbeGMD .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-s8kdUbeGMD .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-s8kdUbeGMD .modal-backdrop.fade {
  opacity: 0;
}
.cid-s8kdUbeGMD .modal-backdrop.show {
  opacity: .5;
}
.cid-s8kdUbeGMD .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-s8kdUbeGMD .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-s8kdUbeGMD .modal-header .close:hover {
  opacity: 1;
}
.cid-s8kdUbeGMD .modal-header .close:focus {
  outline: none;
}
.cid-s8kdUbeGMD .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-s8kdUbeGMD .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-s8kdUbeGMD .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-s8kdUbeGMD .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-s8kdUbeGMD .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-s8kdUbeGMD .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-s8kdUbeGMD .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-s8kdUbeGMD .modal-sm {
    max-width: 300px;
  }
  .cid-s8kdUbeGMD .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-s8kdUbeGMD .modal-lg,
  .cid-s8kdUbeGMD .modal-xl {
    max-width: 800px;
  }
  .cid-s8kdUbeGMD .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-s8kdUbeGMD .modal-xl {
    max-width: 1140px;
  }
  .cid-s8kdUbeGMD .container {
    max-width: 1140px;
  }
}
.cid-s8kdUbeGMD .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-s8kdUbeGMD .container {
    max-width: 720px;
  }
}
.cid-s8kdUbeGMD .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-s8kdUbeGMD .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-s8kdUbeGMD .form-group {
  margin-bottom: 1rem;
}
.cid-s8kdUbeGMD .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-s8kdUbeGMD .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-s8kdUbeGMD .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-s6kMcUKqEj .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 77px;
}
@media (min-width: 992px) {
  .cid-s6kMcUKqEj .navbar .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 2.5385em 0.235em 3.5385em !important;
    margin: 0 !important;
  }
}
.cid-s6kMcUKqEj .menu-logo {
  display: flex;
  position: relative;
  -webkit-align-items: center;
  align-items: center;
  margin-right: auto;
}
.cid-s6kMcUKqEj .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s6kMcUKqEj .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: left;
  align-items: left;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-s6kMcUKqEj .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-s6kMcUKqEj .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-s6kMcUKqEj .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-s6kMcUKqEj .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-s6kMcUKqEj .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-s6kMcUKqEj a {
  font-style: normal;
}
.cid-s6kMcUKqEj .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: middle;
  position: relative;
  text-decoration: none;
}
.cid-s6kMcUKqEj .nav-item a {
  padding: 0.4rem 0 !important;
}
.cid-s6kMcUKqEj .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s6kMcUKqEj .dropdown-item:hover:before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  width: 16px;
}
.cid-s6kMcUKqEj .content-text {
  margin-bottom: 0;
  color: #012168;
  text-align: left;
}
.cid-s6kMcUKqEj .navbar-nav {
  position: relative;
  min-height: 60px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-s6kMcUKqEj .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #013e7d;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-s6kMcUKqEj .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
  .cid-s6kMcUKqEj .navbar-nav .nav-item a {
    margin: 0 1.3rem !important;
  }
}
@media (max-width: 991px) {
  .cid-s6kMcUKqEj .navbar-nav .nav-item a {
    margin: 0 !important;
  }
}
.cid-s6kMcUKqEj .navbar-nav .nav-item span {
  padding-right: 0.1rem;
}
.cid-s6kMcUKqEj .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-s6kMcUKqEj .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-s6kMcUKqEj .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-s6kMcUKqEj .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-s6kMcUKqEj .nav-dropdown .link {
  font-weight: 400;
}
.cid-s6kMcUKqEj .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-s6kMcUKqEj .content-right-side {
  text-align: center;
}
@media (max-width: 575px) {
  .cid-s6kMcUKqEj .content-right-side {
    display: flex;
    flex-direction: column;
    padding: 0.5rem 0;
  }
  .cid-s6kMcUKqEj .content-right-side .content-link {
    font-size: 0.8rem;
    margin: 0;
    padding-bottom: 1rem;
    display: flex;
    justify-content: space-between;
  }
}
.cid-s6kMcUKqEj .menu-content-top {
  display: none;
  padding: 1rem 0;
  transition: height 0.3s ease-in-out;
}
.cid-s6kMcUKqEj .menu-content-top.show {
  display: block;
}
.cid-s6kMcUKqEj .content-right-side .content-link {
  margin-left: 1rem;
}
.cid-s6kMcUKqEj .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
@media (max-width: 1091px) {
  .cid-s6kMcUKqEj .content-left-side {
    text-align: left;
    padding-bottom: 1rem;
  }
  .cid-s6kMcUKqEj .dropdown-item {
    padding: 0.235em 0 !important;
    margin: 0 !important;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
  }
  .cid-s6kMcUKqEj .dropdown-item:before {
    display: none;
  }
  .cid-s6kMcUKqEj .menu-logo {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .cid-s6kMcUKqEj .menu-bottom {
    width: 100%;
    padding: 0 1rem;
    display: block;
  }
  .cid-s6kMcUKqEj img {
    height: 3.8rem !important;
  }
  .cid-s6kMcUKqEj .btn {
    display: flex;
  }
  .cid-s6kMcUKqEj button.navbar-toggler {
    display: block;
  }
  .cid-s6kMcUKqEj .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-s6kMcUKqEj .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-s6kMcUKqEj .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-s6kMcUKqEj .navbar-collapse.collapsing,
  .cid-s6kMcUKqEj .navbar-collapse.show {
    display: block !important;
  }
  .cid-s6kMcUKqEj .navbar-collapse.collapsing .navbar-nav,
  .cid-s6kMcUKqEj .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-s6kMcUKqEj .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-s6kMcUKqEj .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
    padding: 0.5rem 0;
  }
  .cid-s6kMcUKqEj .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-s6kMcUKqEj .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-s6kMcUKqEj .navbar-collapse.collapsing .navbar-buttons,
  .cid-s6kMcUKqEj .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-s6kMcUKqEj .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-s6kMcUKqEj .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-s6kMcUKqEj .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-s6kMcUKqEj .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-s6kMcUKqEj .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-s6kMcUKqEj .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 992px) {
  .cid-s6kMcUKqEj .navbar .menu-content-top {
    display: block;
  }
  .cid-s6kMcUKqEj .menu-content-top .row {
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .cid-s6kMcUKqEj .content-right-side {
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-flex-basis: 70%;
    flex-basis: 70%;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: right;
  }
  .cid-s6kMcUKqEj .menu-content-top {
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  }
  .cid-s6kMcUKqEj .menu-bottom {
    display: flex;
  }
  .cid-s6kMcUKqEj .navbar {
    display: block;
    padding: 0;
  }
  .cid-s6kMcUKqEj .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-s6kMcUKqEj .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 76px;
  }
  .cid-s6kMcUKqEj .navbar-toggler {
    display: none;
  }
}
.cid-s6kMcUKqEj .navbar-short .menu-content-top {
  border: none;
}
.cid-s6kMcUKqEj .btn {
  padding: 0.7rem 1.5rem;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s6kMcUKqEj .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-s6kMcUKqEj .navbar-toggleable-sm .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  padding-right: 5rem;
  width: 100%;
}
.cid-s6kMcUKqEj .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-s6kMcUKqEj .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-s6kMcUKqEj .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-s6kMcUKqEj .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-s6kMcUKqEj .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-s6kMcUKqEj .dropdown .dropdown-menu .dropdown-item {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s6kMcUKqEj .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-s6kMcUKqEj .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-s6kMcUKqEj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s6kMcUKqEj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s6kMcUKqEj .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-s6kMcUKqEj .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s6kMcUKqEj .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-s6kMcUKqEj .navbar.navbar-short {
  
}
.cid-s6kMcUKqEj .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-s6kMcUKqEj .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-s6kMcUKqEj .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-s6kMcUKqEj .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-s6kMcUKqEj button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
}
.cid-s6kMcUKqEj button.navbar-toggler:focus {
  outline: none;
}
.cid-s6kMcUKqEj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-s6kMcUKqEj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s6kMcUKqEj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s6kMcUKqEj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s6kMcUKqEj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s6kMcUKqEj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s6kMcUKqEj nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s6kMcUKqEj nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s6kMcUKqEj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s6kMcUKqEj .collapsed.navbar {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-s6kMcUKqEj .collapsed .menu-bottom {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s6kMcUKqEj .collapsed .menu-logo {
  margin-right: 0;
}
.cid-s6kMcUKqEj .collapsed .btn {
  display: flex;
}
.cid-s6kMcUKqEj .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-s6kMcUKqEj .collapsed .navbar-collapse.collapsing,
.cid-s6kMcUKqEj .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-s6kMcUKqEj .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-s6kMcUKqEj .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-s6kMcUKqEj .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-s6kMcUKqEj .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-s6kMcUKqEj .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-s6kMcUKqEj .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-s6kMcUKqEj .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-s6kMcUKqEj .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-s6kMcUKqEj .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-s6kMcUKqEj .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-s6kMcUKqEj .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem  - 3.5rem);
  }
  .cid-s6kMcUKqEj .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-s6kMcUKqEj .collapsed button.navbar-toggler {
  display: block;
  -webkit-align-self: center;
  align-self: center;
}
.cid-s6kMcUKqEj .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-s6kMcUKqEj .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-s6kMcUKqEj .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .25s;
  transition-property: opacity, padding, height;
}
.cid-s6kMcUKqEj .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-s6kMcUKqEj .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-s6kMcUKqEj .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-s6kMcUKqEj .collapsed .dropdown-item:before {
  display: none;
}
.cid-s6kMcUKqEj .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-s6kMcUKqEj .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-s6kMcUKqEj .nav-link:focus {
  outline: none;
}
.cid-s6kMcUKqEj .navbar-toggler {
  position: relative;
  margin-top: 20px;
}
.cid-s6kMcUKqEj .dropdown-item.active,
.cid-s6kMcUKqEj .dropdown-item:active {
  background-color: #ffffff;
  color: auto;
}
.cid-s6kMcUKqEj .nav-link:hover,
.cid-s6kMcUKqEj .dropdown-item:hover {
  color: #0091DA;
}
.cid-s6kMcUKqEj p {
  font-family: Open Sans;
  color: #012168;
}
.cid-s6kMcUKqEj P {
  text-align: left;
}
.cid-s6kMcWLbek {
  padding-top: 120px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-s6kMcWLbek .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-s6kMcWLbek a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-s6kMcWLbek .mbr-section-btn {
  margin: 0;
}
.cid-s6kMcWLbek .form-control {
  box-shadow: none;
  padding: 1.07em 1.07em;
  background-color: #f5f5f5;
  border: 1px solid #ffffff;
  color: #656565;
  line-height: 1.43;
  min-height: 3.5em;
  border-radius: .25rem;
}
.cid-s6kMcWLbek .form-control:focus,
.cid-s6kMcWLbek .form-control:hover {
  border: 1px solid #e8e8e8;
  background-color: #f5f5f5;
}
.cid-s6kMcWLbek .form-group {
  margin-bottom: 1rem;
}
.cid-s6kMcWLbek input::-webkit-input-placeholder,
.cid-s6kMcWLbek textarea::-webkit-input-placeholder {
  color: #656565;
}
.cid-s6kMcWLbek input:-moz-placeholder,
.cid-s6kMcWLbek textarea:-moz-placeholder {
  color: #656565;
}
.cid-s6kMcWLbek .jq-selectbox li,
.cid-s6kMcWLbek .jq-selectbox li {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-s6kMcWLbek .jq-selectbox li:hover,
.cid-s6kMcWLbek .jq-selectbox li.selected {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-s6kMcWLbek .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-s6kMcWLbek .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-s6kMcWLbek .form-group,
.cid-s6kMcWLbek .mbr-section-btn {
  padding-left: 7.5px;
  padding-right: 7.5px;
}
@media (min-width: 992px) {
  .cid-s6kMcWLbek .col-auto.mbr-section-btn .btn {
    padding-top: 0;
    padding-bottom: 0;
    height: 100%;
    margin: 0 !important;
  }
}
@media (min-width: 768px) {
  .cid-s6kMcWLbek .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-s6kMcWLbek .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
}
@media (max-width: 499px) {
  .cid-s6kMcWLbek .form-block {
    padding: 1rem;
  }
}
.cid-s6kMcWLbek H4 {
  color: #012168;
}
.cid-s6kMcWLbek P {
  color: #ffffff;
}
.cid-s6kMcWLbek hr.new1 {
  border-top: 1px solid #013e7d;
  width: 350px;
}
.cid-s6kMcWLbek hr.new2 {
  border-top: 1px solid #013e7d;
  width: 350px;
}
.cid-s6kMcWLbek h4 {
  font-family: Open Sans;
  text-align: center;
}
.cid-s6OsUVkfHr .stats-item {
  padding: 80px 20px;
}
.cid-s6OsUVkfHr .stats-item:nth-child(2n) {
  background-color: #0091DA;
}
.cid-s6OsUVkfHr .stats-item:nth-child(odd) {
  background-color: #0091DA;
}
.cid-s6OsUVkfHr .stats-item > span {
  transition: all 0.3s ease-in-out;
}
.cid-s6OsUVkfHr .mbr-iconfont {
  font-size: 50px;
}
.cid-s6OsUVkfHr .heading {
  margin: 20px 0;
  color: #232323;
}
.cid-s6OsUVkfHr .container {
  min-width: 100%;
  padding: 0;
  margin: 0 auto;
}
@media (max-width: 768px) and (min-width: 577px) {
  .cid-s6OsUVkfHr .stats-item:first-child {
    background: #0091DA;
  }
  .cid-s6OsUVkfHr .stats-item:nth-child(2n) {
    background: #0091DA;
  }
  .cid-s6OsUVkfHr .stats-item:nth-child(0n+3) {
    background: #0091DA none repeat scroll 0 center;
  }
  .cid-s6OsUVkfHr .stats-item:last-child {
    background: #0091DA;
  }
}
.cid-s6OsUVkfHr .counter {
  text-align: center;
  color: #ffffff;
  font-family: Open Sans;
}
.cid-s6OsUVkfHr .mbr-card-title,
.cid-s6OsUVkfHr .mbr-iconfont {
  text-align: center;
  color: #000000;
  display: block;
}
.cid-s6OsUVkfHr H4 {
  color: #ffffff;
}
.cid-s6OsUVkfHr h3 {
  font-size: 60px;
}
.cid-s6OsUVkfHr H2 {
  color: #ffffff;
  font-family: Open Sans;
}
@media screen and (max-width: 480px) {
  .cid-s6OsUVkfHr .column2 {
    margin-top: -130px;
  }
}
.cid-s6OsUVkfHr P {
  color: #ffffff;
  font-family: Open Sans;
}
#custom-html-8q {
  /* Type valid CSS here */
}
#custom-html-8q div {
  padding: 0px 0 0 0;
  color: #777;
  text-align: center;
}
#custom-html-8q p {
  font-size: 14px;
  color: #000;
  font-family: Open Sans;
  margin-left: auto !important;
  margin-right: auto !important;
}
#custom-html-8q img {
  margin-top: 50px;
}
#custom-html-8q .responsive {
  width: 100%;
  max-width: 900px;
  height: auto;
}
@media screen and (max-width: 480px) {
  #custom-html-8q {
    padding: 10px;
  }
}
.cid-s7tPBJtNRm {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #daecf4;
}
.cid-s7tPBJtNRm .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-s7tPBJtNRm a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-s7tPBJtNRm .mbr-section-btn {
  margin: 0;
}
.cid-s7tPBJtNRm .form-control {
  box-shadow: none;
  padding: 1.07em 1.07em;
  background-color: #f5f5f5;
  border: 1px solid #ffffff;
  color: #656565;
  line-height: 1.43;
  min-height: 3.5em;
  border-radius: .25rem;
}
.cid-s7tPBJtNRm .form-control:focus,
.cid-s7tPBJtNRm .form-control:hover {
  border: 1px solid #e8e8e8;
  background-color: #f5f5f5;
}
.cid-s7tPBJtNRm .form-group {
  margin-bottom: 1rem;
}
.cid-s7tPBJtNRm input::-webkit-input-placeholder,
.cid-s7tPBJtNRm textarea::-webkit-input-placeholder {
  color: #656565;
}
.cid-s7tPBJtNRm input:-moz-placeholder,
.cid-s7tPBJtNRm textarea:-moz-placeholder {
  color: #656565;
}
.cid-s7tPBJtNRm .jq-selectbox li,
.cid-s7tPBJtNRm .jq-selectbox li {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-s7tPBJtNRm .jq-selectbox li:hover,
.cid-s7tPBJtNRm .jq-selectbox li.selected {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-s7tPBJtNRm .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-s7tPBJtNRm .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-s7tPBJtNRm .form-group,
.cid-s7tPBJtNRm .mbr-section-btn {
  padding-left: 7.5px;
  padding-right: 7.5px;
}
@media (min-width: 992px) {
  .cid-s7tPBJtNRm .col-auto.mbr-section-btn .btn {
    padding-top: 0;
    padding-bottom: 0;
    height: 100%;
    margin: 0 !important;
  }
}
@media (min-width: 768px) {
  .cid-s7tPBJtNRm .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-s7tPBJtNRm .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
}
@media (max-width: 499px) {
  .cid-s7tPBJtNRm .form-block {
    padding: 1rem;
  }
}
.cid-s7tPBJtNRm H4 {
  color: #013e7d;
}
.cid-s7tPBJtNRm P {
  color: #ffffff;
}
.cid-s7tPBJtNRm hr.new1 {
  border-top: 1px solid #013e7d;
  width: 350px;
}
.cid-s7tPBJtNRm hr.new2 {
  border-top: 1px solid #013e7d;
  width: 350px;
}
.cid-s7tRjvd2VJ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #daecf4;
}
.cid-s7tRjvd2VJ .container {
  max-width: 1500px;
}
.cid-s7tRjvd2VJ .row {
  background: #daecf4;
}
.cid-s7tRjvd2VJ .img-col {
  padding: 0;
}
.cid-s7tRjvd2VJ .title-col {
  padding: 4rem 8rem;
}
.cid-s7tRjvd2VJ h2 {
  padding: 0;
  margin: 0;
}
.cid-s7tRjvd2VJ .text-wrap {
  margin: auto;
  background-color: #013e7d;
  border-radius: 5%;
}
.cid-s7tRjvd2VJ .mbr-text {
  color: #c1c1c1;
}
@media (max-width: 1200px) {
  .cid-s7tRjvd2VJ .row {
    margin: 2rem;
  }
  .cid-s7tRjvd2VJ .title-col {
    padding: 6rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-s7tRjvd2VJ .row {
    margin: 0rem;
  }
  .cid-s7tRjvd2VJ .title-col {
    padding: 2rem 1rem;
  }
}
.cid-s7tRjvd2VJ H2 {
  color: #ffffff;
  text-align: center;
}
.cid-s7tRjvd2VJ .responsive {
  width: 100%;
  max-width: 900px;
  height: auto;
}
.cid-s7tT6TeAuh {
  padding-top: 0px;
  padding-bottom: 105px;
  background-color: #daecf4;
}
.cid-s7tT6TeAuh .container {
  max-width: 1500px;
}
.cid-s7tT6TeAuh .row {
  background: #daecf4;
}
.cid-s7tT6TeAuh .img-col {
  padding: 0;
}
.cid-s7tT6TeAuh .title-col {
  padding: 4rem 8rem;
}
.cid-s7tT6TeAuh h2 {
  padding: 0;
  margin: 0;
}
.cid-s7tT6TeAuh .text-wrap {
  margin: auto;
}
.cid-s7tT6TeAuh .mbr-text {
  color: #c1c1c1;
}
@media (max-width: 1200px) {
  .cid-s7tT6TeAuh .row {
    margin: 2rem;
  }
  .cid-s7tT6TeAuh .title-col {
    padding: 6rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-s7tT6TeAuh .row {
    margin: 0rem;
  }
  .cid-s7tT6TeAuh .title-col {
    padding: 2rem 1rem;
  }
}
@media screen and (max-width: 480px) {
  .cid-s7tT6TeAuh .column1 {
    margin-top: -20px;
  }
}
.cid-s7tT6TeAuh H2 {
  color: #09120d;
  text-align: left;
}
.cid-s7tT6TeAuh .responsive {
  width: 100%;
  max-width: 550px;
  height: auto;
}
.cid-s8kmAbEyAj {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #013e7d;
}
.cid-s8kmAbEyAj .listico {
  padding-right: 1rem;
  font-size: 1.3rem;
}
.cid-s8kmAbEyAj .navbar-logo {
  width: 80px;
  margin-bottom: 10px;
}
.cid-s8kmAbEyAj .mbr-text {
  color: #444;
}
.cid-s8kmAbEyAj h5 {
  margin-bottom: 0;
}
.cid-s8kmAbEyAj .navbar-brand {
  margin: 0rem;
  width: 100%;
}
.cid-s8kmAbEyAj .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s8kmAbEyAj .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
  object-fit: cover;
}
.cid-s8kmAbEyAj .socicon {
  font-size: 1.3rem;
  background: #ff4a52;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-s8kmAbEyAj .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-s8kmAbEyAj .social-list .soc-item {
  margin: 0 .3rem;
}
.cid-s8kmAbEyAj .social-list a {
  margin: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-s8kmAbEyAj .social-list a:hover {
  opacity: .4;
}
.cid-s8kmAbEyAj .media-container-row > div {
  padding: 0px;
}
.cid-s8kmAbEyAj .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-s8kmAbEyAj .group-title {
  text-align: left;
  color: #ffffff;
}
.cid-s8kmAbEyAj .group-title SPAN {
  color: #ffffff;
}
.cid-s8kmAbEyAj .links {
  color: #ffffff;
  line-height: 1.6;
}
@media (max-width: 991px) {
  .cid-s8kmAbEyAj .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-s8kmAbEyAj .social-list,
  .cid-s8kmAbEyAj .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-s8kmAbEyAj h3 {
    margin-bottom: 10px;
  }
  .cid-s8kmAbEyAj .navbar-brand {
    text-align: center;
  }
}
.cid-s8kmAbEyAj .links SPAN {
  color: #9e9e9e;
}
.cid-s8kmAbEyAj .links,
.cid-s8kmAbEyAj .navbar-brand {
  color: #fafafa;
}
.cid-s8kdXdYle8 {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #767676;
}
.cid-s8kdXdYle8 a:link {
  text-decoration: none;
}
.cid-s8kdXdYle8 .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-s8kdXdYle8 .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-s8kdXdYle8 .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-s8kdXdYle8 .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-s8kdXdYle8 .foot-menu {
  -webkit-flex-direction: row;
  flex-direction: row;
  margin: 0;
  margin-bottom: 8px;
  padding: .6em 0;
}
.cid-s8kdXdYle8 .foot-menu > li {
  font-size: 14px;
  padding: 0;
  display: inline-block;
}
.cid-s8kdXdYle8 .foot-menu > li .rhombus {
  width: 0;
  height: 0;
  right: 4px;
  border: 4px solid transparent;
  border-bottom-color: #ffffff;
  position: relative;
  top: -19px;
}
.cid-s8kdXdYle8 .foot-menu > li .rhombus::after {
  width: 0;
  height: 0;
  content: '';
  position: absolute;
  left: -4px;
  top: 4px;
  border: 4px solid transparent;
  border-top-color: #ffffff;
}
.cid-s8kdXdYle8 .foot-menu li a {
  font-family: 'OpenSans', sans-serif;
  display: inline-block;
  letter-spacing: 2px;
  padding: 0 10px;
}
.cid-s8kdXdYle8 .plan-title,
.cid-s8kdXdYle8 .text-letter {
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-weight: 600;
}
.cid-s8kdXdYle8 .plan-title {
  color: #444444;
}
@media (max-width: 767px) {
  .cid-s8kdXdYle8 .foot-menu {
    padding: 15px 1rem;
  }
}
.cid-s8kdXdYle8 .mbr-section-title span {
  color: #ffbc00;
}
.cid-s8kdXdYle8 .mbr-section-title {
  color: #ffffff;
}
.cid-s8kdXdYle8 P {
  color: #ffffff;
  font-family: Open Sans;
  font-size: 13px;
}
.cid-s8kdYg7WDn.popup-builder {
  background-color: #ffffff;
}
.cid-s8kdYg7WDn.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-s8kdYg7WDn.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-s8kdYg7WDn .modal-content,
.cid-s8kdYg7WDn .modal-dialog {
  height: auto;
}
.cid-s8kdYg7WDn .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-s8kdYg7WDn .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-s8kdYg7WDn .form-wrapper .mbr-form .form-group,
  .cid-s8kdYg7WDn .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-s8kdYg7WDn .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-s8kdYg7WDn .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-s8kdYg7WDn .mbr-text {
  text-align: left;
}
.cid-s8kdYg7WDn .pt-0 {
  padding-top: 0 !important;
}
.cid-s8kdYg7WDn .pb-0 {
  padding-bottom: 0 !important;
}
.cid-s8kdYg7WDn .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-s8kdYg7WDn .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-s8kdYg7WDn .modal-open {
  overflow: hidden;
}
.cid-s8kdYg7WDn .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-s8kdYg7WDn .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-s8kdYg7WDn .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-s8kdYg7WDn .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-s8kdYg7WDn .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-s8kdYg7WDn .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-s8kdYg7WDn .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-s8kdYg7WDn .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-s8kdYg7WDn .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-s8kdYg7WDn .modal-backdrop.fade {
  opacity: 0;
}
.cid-s8kdYg7WDn .modal-backdrop.show {
  opacity: .5;
}
.cid-s8kdYg7WDn .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-s8kdYg7WDn .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-s8kdYg7WDn .modal-header .close:hover {
  opacity: 1;
}
.cid-s8kdYg7WDn .modal-header .close:focus {
  outline: none;
}
.cid-s8kdYg7WDn .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-s8kdYg7WDn .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-s8kdYg7WDn .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-s8kdYg7WDn .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-s8kdYg7WDn .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-s8kdYg7WDn .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-s8kdYg7WDn .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-s8kdYg7WDn .modal-sm {
    max-width: 300px;
  }
  .cid-s8kdYg7WDn .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-s8kdYg7WDn .modal-lg,
  .cid-s8kdYg7WDn .modal-xl {
    max-width: 800px;
  }
  .cid-s8kdYg7WDn .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-s8kdYg7WDn .modal-xl {
    max-width: 1140px;
  }
  .cid-s8kdYg7WDn .container {
    max-width: 1140px;
  }
}
.cid-s8kdYg7WDn .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-s8kdYg7WDn .container {
    max-width: 720px;
  }
}
.cid-s8kdYg7WDn .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-s8kdYg7WDn .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-s8kdYg7WDn .form-group {
  margin-bottom: 1rem;
}
.cid-s8kdYg7WDn .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-s8kdYg7WDn .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-s8kdYg7WDn .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-s6kMr7Vtas .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 77px;
}
@media (min-width: 992px) {
  .cid-s6kMr7Vtas .navbar .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 2.5385em 0.235em 3.5385em !important;
    margin: 0 !important;
  }
}
.cid-s6kMr7Vtas .menu-logo {
  display: flex;
  position: relative;
  -webkit-align-items: center;
  align-items: center;
  margin-right: auto;
}
.cid-s6kMr7Vtas .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s6kMr7Vtas .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: left;
  align-items: left;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-s6kMr7Vtas .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-s6kMr7Vtas .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-s6kMr7Vtas .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-s6kMr7Vtas .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-s6kMr7Vtas .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-s6kMr7Vtas a {
  font-style: normal;
}
.cid-s6kMr7Vtas .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: middle;
  position: relative;
  text-decoration: none;
}
.cid-s6kMr7Vtas .nav-item a {
  padding: 0.4rem 0 !important;
}
.cid-s6kMr7Vtas .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s6kMr7Vtas .dropdown-item:hover:before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  width: 16px;
}
.cid-s6kMr7Vtas .content-text {
  margin-bottom: 0;
  color: #012168;
  text-align: left;
}
.cid-s6kMr7Vtas .navbar-nav {
  position: relative;
  min-height: 60px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-s6kMr7Vtas .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #013e7d;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-s6kMr7Vtas .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
  .cid-s6kMr7Vtas .navbar-nav .nav-item a {
    margin: 0 1.3rem !important;
  }
}
@media (max-width: 991px) {
  .cid-s6kMr7Vtas .navbar-nav .nav-item a {
    margin: 0 !important;
  }
}
.cid-s6kMr7Vtas .navbar-nav .nav-item span {
  padding-right: 0.1rem;
}
.cid-s6kMr7Vtas .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-s6kMr7Vtas .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-s6kMr7Vtas .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-s6kMr7Vtas .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-s6kMr7Vtas .nav-dropdown .link {
  font-weight: 400;
}
.cid-s6kMr7Vtas .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-s6kMr7Vtas .content-right-side {
  text-align: center;
}
@media (max-width: 575px) {
  .cid-s6kMr7Vtas .content-right-side {
    display: flex;
    flex-direction: column;
    padding: 0.5rem 0;
  }
  .cid-s6kMr7Vtas .content-right-side .content-link {
    font-size: 0.8rem;
    margin: 0;
    padding-bottom: 1rem;
    display: flex;
    justify-content: space-between;
  }
}
.cid-s6kMr7Vtas .menu-content-top {
  display: none;
  padding: 1rem 0;
  transition: height 0.3s ease-in-out;
}
.cid-s6kMr7Vtas .menu-content-top.show {
  display: block;
}
.cid-s6kMr7Vtas .content-right-side .content-link {
  margin-left: 1rem;
}
.cid-s6kMr7Vtas .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
@media (max-width: 1091px) {
  .cid-s6kMr7Vtas .content-left-side {
    text-align: left;
    padding-bottom: 1rem;
  }
  .cid-s6kMr7Vtas .dropdown-item {
    padding: 0.235em 0 !important;
    margin: 0 !important;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
  }
  .cid-s6kMr7Vtas .dropdown-item:before {
    display: none;
  }
  .cid-s6kMr7Vtas .menu-logo {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .cid-s6kMr7Vtas .menu-bottom {
    width: 100%;
    padding: 0 1rem;
    display: block;
  }
  .cid-s6kMr7Vtas img {
    height: 3.8rem !important;
  }
  .cid-s6kMr7Vtas .btn {
    display: flex;
  }
  .cid-s6kMr7Vtas button.navbar-toggler {
    display: block;
  }
  .cid-s6kMr7Vtas .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-s6kMr7Vtas .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-s6kMr7Vtas .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-s6kMr7Vtas .navbar-collapse.collapsing,
  .cid-s6kMr7Vtas .navbar-collapse.show {
    display: block !important;
  }
  .cid-s6kMr7Vtas .navbar-collapse.collapsing .navbar-nav,
  .cid-s6kMr7Vtas .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-s6kMr7Vtas .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-s6kMr7Vtas .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
    padding: 0.5rem 0;
  }
  .cid-s6kMr7Vtas .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-s6kMr7Vtas .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-s6kMr7Vtas .navbar-collapse.collapsing .navbar-buttons,
  .cid-s6kMr7Vtas .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-s6kMr7Vtas .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-s6kMr7Vtas .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-s6kMr7Vtas .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-s6kMr7Vtas .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-s6kMr7Vtas .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-s6kMr7Vtas .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 992px) {
  .cid-s6kMr7Vtas .navbar .menu-content-top {
    display: block;
  }
  .cid-s6kMr7Vtas .menu-content-top .row {
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .cid-s6kMr7Vtas .content-right-side {
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-flex-basis: 70%;
    flex-basis: 70%;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: right;
  }
  .cid-s6kMr7Vtas .menu-content-top {
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  }
  .cid-s6kMr7Vtas .menu-bottom {
    display: flex;
  }
  .cid-s6kMr7Vtas .navbar {
    display: block;
    padding: 0;
  }
  .cid-s6kMr7Vtas .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-s6kMr7Vtas .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 76px;
  }
  .cid-s6kMr7Vtas .navbar-toggler {
    display: none;
  }
}
.cid-s6kMr7Vtas .navbar-short .menu-content-top {
  border: none;
}
.cid-s6kMr7Vtas .btn {
  padding: 0.7rem 1.5rem;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s6kMr7Vtas .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-s6kMr7Vtas .navbar-toggleable-sm .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  padding-right: 5rem;
  width: 100%;
}
.cid-s6kMr7Vtas .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-s6kMr7Vtas .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-s6kMr7Vtas .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-s6kMr7Vtas .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-s6kMr7Vtas .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-s6kMr7Vtas .dropdown .dropdown-menu .dropdown-item {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s6kMr7Vtas .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-s6kMr7Vtas .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-s6kMr7Vtas .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s6kMr7Vtas .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s6kMr7Vtas .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-s6kMr7Vtas .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s6kMr7Vtas .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-s6kMr7Vtas .navbar.navbar-short {
  
}
.cid-s6kMr7Vtas .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-s6kMr7Vtas .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-s6kMr7Vtas .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-s6kMr7Vtas .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-s6kMr7Vtas button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
}
.cid-s6kMr7Vtas button.navbar-toggler:focus {
  outline: none;
}
.cid-s6kMr7Vtas button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-s6kMr7Vtas button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s6kMr7Vtas button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s6kMr7Vtas button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s6kMr7Vtas button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s6kMr7Vtas nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s6kMr7Vtas nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s6kMr7Vtas nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s6kMr7Vtas nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s6kMr7Vtas .collapsed.navbar {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-s6kMr7Vtas .collapsed .menu-bottom {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s6kMr7Vtas .collapsed .menu-logo {
  margin-right: 0;
}
.cid-s6kMr7Vtas .collapsed .btn {
  display: flex;
}
.cid-s6kMr7Vtas .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-s6kMr7Vtas .collapsed .navbar-collapse.collapsing,
.cid-s6kMr7Vtas .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-s6kMr7Vtas .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-s6kMr7Vtas .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-s6kMr7Vtas .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-s6kMr7Vtas .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-s6kMr7Vtas .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-s6kMr7Vtas .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-s6kMr7Vtas .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-s6kMr7Vtas .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-s6kMr7Vtas .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-s6kMr7Vtas .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-s6kMr7Vtas .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem  - 3.5rem);
  }
  .cid-s6kMr7Vtas .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-s6kMr7Vtas .collapsed button.navbar-toggler {
  display: block;
  -webkit-align-self: center;
  align-self: center;
}
.cid-s6kMr7Vtas .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-s6kMr7Vtas .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-s6kMr7Vtas .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .25s;
  transition-property: opacity, padding, height;
}
.cid-s6kMr7Vtas .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-s6kMr7Vtas .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-s6kMr7Vtas .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-s6kMr7Vtas .collapsed .dropdown-item:before {
  display: none;
}
.cid-s6kMr7Vtas .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-s6kMr7Vtas .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-s6kMr7Vtas .nav-link:focus {
  outline: none;
}
.cid-s6kMr7Vtas .navbar-toggler {
  position: relative;
  margin-top: 20px;
}
.cid-s6kMr7Vtas .dropdown-item.active,
.cid-s6kMr7Vtas .dropdown-item:active {
  background-color: #ffffff;
  color: auto;
}
.cid-s6kMr7Vtas .nav-link:hover,
.cid-s6kMr7Vtas .dropdown-item:hover {
  color: #0091DA;
}
.cid-s6kMr7Vtas p {
  font-family: Open Sans;
  color: #012168;
}
.cid-s6kMr7Vtas P {
  text-align: left;
}
#wowslider-3d .mbr-wowslider {
  margin-top: 0px;
  cursor: default !important;
}
@media (max-width: 800px) {
  #wowslider-3d .mbr-wowslider {
    margin-top: 0px !important;
    padding-top: 0px !important;
  }
}
#wowslider-3d .ws_next {
  display: none !important;
}
#wowslider-3d .ws_prev {
  display: none !important;
}
#wowslider-3d .ws_playpause {
  display: none !important;
}
.cid-s6kMr9MCWc {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-s6kMr9MCWc .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-s6kMr9MCWc a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-s6kMr9MCWc .mbr-section-btn {
  margin: 0;
}
.cid-s6kMr9MCWc .form-control {
  box-shadow: none;
  padding: 1.07em 1.07em;
  background-color: #f5f5f5;
  border: 1px solid #ffffff;
  color: #656565;
  line-height: 1.43;
  min-height: 3.5em;
  border-radius: .25rem;
}
.cid-s6kMr9MCWc .form-control:focus,
.cid-s6kMr9MCWc .form-control:hover {
  border: 1px solid #e8e8e8;
  background-color: #f5f5f5;
}
.cid-s6kMr9MCWc .form-group {
  margin-bottom: 1rem;
}
.cid-s6kMr9MCWc input::-webkit-input-placeholder,
.cid-s6kMr9MCWc textarea::-webkit-input-placeholder {
  color: #656565;
}
.cid-s6kMr9MCWc input:-moz-placeholder,
.cid-s6kMr9MCWc textarea:-moz-placeholder {
  color: #656565;
}
.cid-s6kMr9MCWc .jq-selectbox li,
.cid-s6kMr9MCWc .jq-selectbox li {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-s6kMr9MCWc .jq-selectbox li:hover,
.cid-s6kMr9MCWc .jq-selectbox li.selected {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-s6kMr9MCWc .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-s6kMr9MCWc .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-s6kMr9MCWc .form-group,
.cid-s6kMr9MCWc .mbr-section-btn {
  padding-left: 7.5px;
  padding-right: 7.5px;
}
@media (min-width: 992px) {
  .cid-s6kMr9MCWc .col-auto.mbr-section-btn .btn {
    padding-top: 0;
    padding-bottom: 0;
    height: 100%;
    margin: 0 !important;
  }
}
@media (min-width: 768px) {
  .cid-s6kMr9MCWc .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-s6kMr9MCWc .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
}
@media (max-width: 499px) {
  .cid-s6kMr9MCWc .form-block {
    padding: 1rem;
  }
}
.cid-s6kMr9MCWc H4 {
  color: #013e7d;
}
.cid-s6kMr9MCWc P {
  color: #ffffff;
}
.cid-s6kMr9MCWc hr.new1 {
  border-top: 1px solid #013e7d;
  width: 350px;
}
.cid-s6kMr9MCWc hr.new2 {
  border-top: 1px solid #013e7d;
  width: 350px;
}
.cid-s6OADki8he {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-s6OAVeMMGk {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s6OAVeMMGk h4 {
  margin-bottom: 0;
}
.cid-s6OAVeMMGk .card:hover img {
  box-shadow: 0 10px 55px 5px rgba(212, 239, 251, 0.35);
}
.cid-s6OAVeMMGk .btn[class*="-outline"] {
  border: none;
  padding: 0;
  margin: 0 0.25rem!important;
  box-shadow: none!important;
}
.cid-s6OAVeMMGk .btn[class*="-outline"] span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-s6OAVeMMGk .btn[class*="-outline"]:hover span {
  padding-left: 10px;
}
.cid-s6OAVeMMGk .btn[class*="-outline"]:hover {
  background-color: transparent!important;
  color: #013e7d !important;
  box-shadow: none!important;
}
.cid-s6OAVeMMGk .btn[class*="-outline"]:active,
.cid-s6OAVeMMGk .btn[class*="-outline"]:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-s6OAVeMMGk .card-box {
  padding-top: 2rem;
}
.cid-s6OAVeMMGk .card-wrapper {
  height: 100%;
}
.cid-s6OAVeMMGk .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-s6OAVeMMGk img {
  transition: all 0.3s;
  border-radius: 8px;
}
.cid-s6OAVeMMGk .card-title {
  color: #149dcc;
}
.cid-s6OAVeMMGk .main-title {
  color: #232323;
}
.cid-s6OAVeMMGk .mbr-text,
.cid-s6OAVeMMGk .mbr-link-btn {
  color: #767676;
}
.cid-s6OF0w3uNr {
  position: relative;
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #daecf4;
}
.cid-s6OF0w3uNr .buttons-block {
  justify-content: center;
}
.cid-s6OF0w3uNr .mbr-section-title {
  color: #013e7d;
}
.cid-s6OF0w3uNr .mbr-section-subtitle {
  color: #000000;
}
.cid-s6OF0w3uNr .mbr-text {
  color: #000000;
}
.cid-s6OF0w3uNr .mbr-section-title,
.cid-s6OF0w3uNr .mbr-section-subtitle,
.cid-s6OF0w3uNr .mbr-text {
  z-index: 70;
}
.cid-s6OF0w3uNr .buttons-block {
  display: block;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: -50px;
  z-index: 70;
}
.cid-s6OF0w3uNr .buttons-block .mbr-section-btn {
  margin-left: 6px;
  margin-right: 6px;
}
.cid-s6OF0w3uNr .buttons-block .mbr-section-btn .btn {
  border-radius: 20px !important;
  border-width: 1px;
  padding: 0.6rem 2.5rem !important;
  font-weight: 400 !important;
}
.cid-s6OF0w3uNr .buttons-block .mbr-section-btn .btn .mbr-iconfont {
  margin-right: 10px;
}
.cid-s6OF0w3uNr img {
  max-width: 100%;
  vertical-align: middle;
  display: inline-block;
}
.cid-s6OF0w3uNr .wrap {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
.cid-s6OF0w3uNr .image-1 {
  position: absolute;
  left: -420px;
  bottom: 97px;
  -webkit-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 2s cubic-bezier(0.23, 1, 0.32, 1);
  will-change: transform;
}
.cid-s6OF0w3uNr .image-2 {
  position: absolute;
  left: -23%;
  top: -75%;
  right: auto;
  bottom: auto;
  -webkit-transition: all 1.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 1.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  will-change: transform;
}
.cid-s6OF0w3uNr .image-3 {
  position: absolute;
  left: 169px;
  bottom: 469px;
  -webkit-transition: all 1.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 1.6s cubic-bezier(0.19, 1, 0.22, 1);
  will-change: transform;
}
.cid-s6OF0w3uNr .image-4 {
  position: absolute;
  left: auto;
  right: -31px;
  bottom: -52px;
  -webkit-transition: all 1.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 1.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  will-change: transform;
}
.cid-s6OF0w3uNr .image-5 {
  position: absolute;
  left: 757px;
  top: -425px;
  -webkit-transition: all 1.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 1.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  will-change: transform;
}
.cid-s6OF0w3uNr .image-6 {
  position: absolute;
  left: -75px;
  top: 60px;
  -webkit-transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  will-change: transform;
}
@media (max-width: 1199px) {
  .cid-s6OF0w3uNr .image-5 {
    left: 557px;
  }
}
@media (max-width: 992px) {
  .cid-s6OF0w3uNr .container {
    padding: 140px 15px;
  }
}
@media (max-width: 767px) {
  .cid-s6OF0w3uNr .btn {
    font-size: 1.0625rem !important;
  }
  .cid-s6OF0w3uNr .image-5 {
    left: 457px;
  }
}
@media screen and (max-width: 680px) {
  .cid-s6OF0w3uNr .buttons-block {
    margin-top: -20px;
  }
  .cid-s6OF0w3uNr .container {
    padding: 20px 20px;
  }
}
.cid-s8kmEOwP46 {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #013e7d;
}
.cid-s8kmEOwP46 .listico {
  padding-right: 1rem;
  font-size: 1.3rem;
}
.cid-s8kmEOwP46 .navbar-logo {
  width: 80px;
  margin-bottom: 10px;
}
.cid-s8kmEOwP46 .mbr-text {
  color: #444;
}
.cid-s8kmEOwP46 h5 {
  margin-bottom: 0;
}
.cid-s8kmEOwP46 .navbar-brand {
  margin: 0rem;
  width: 100%;
}
.cid-s8kmEOwP46 .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s8kmEOwP46 .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
  object-fit: cover;
}
.cid-s8kmEOwP46 .socicon {
  font-size: 1.3rem;
  background: #ff4a52;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-s8kmEOwP46 .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-s8kmEOwP46 .social-list .soc-item {
  margin: 0 .3rem;
}
.cid-s8kmEOwP46 .social-list a {
  margin: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-s8kmEOwP46 .social-list a:hover {
  opacity: .4;
}
.cid-s8kmEOwP46 .media-container-row > div {
  padding: 0px;
}
.cid-s8kmEOwP46 .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-s8kmEOwP46 .group-title {
  text-align: left;
  color: #ffffff;
}
.cid-s8kmEOwP46 .group-title SPAN {
  color: #ffffff;
}
.cid-s8kmEOwP46 .links {
  color: #ffffff;
  line-height: 1.6;
}
@media (max-width: 991px) {
  .cid-s8kmEOwP46 .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-s8kmEOwP46 .social-list,
  .cid-s8kmEOwP46 .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-s8kmEOwP46 h3 {
    margin-bottom: 10px;
  }
  .cid-s8kmEOwP46 .navbar-brand {
    text-align: center;
  }
}
.cid-s8kmEOwP46 .links SPAN {
  color: #9e9e9e;
}
.cid-s8kmEOwP46 .links,
.cid-s8kmEOwP46 .navbar-brand {
  color: #fafafa;
}
.cid-s8ke4qJW0y {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #767676;
}
.cid-s8ke4qJW0y a:link {
  text-decoration: none;
}
.cid-s8ke4qJW0y .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-s8ke4qJW0y .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-s8ke4qJW0y .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-s8ke4qJW0y .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-s8ke4qJW0y .foot-menu {
  -webkit-flex-direction: row;
  flex-direction: row;
  margin: 0;
  margin-bottom: 8px;
  padding: .6em 0;
}
.cid-s8ke4qJW0y .foot-menu > li {
  font-size: 14px;
  padding: 0;
  display: inline-block;
}
.cid-s8ke4qJW0y .foot-menu > li .rhombus {
  width: 0;
  height: 0;
  right: 4px;
  border: 4px solid transparent;
  border-bottom-color: #ffffff;
  position: relative;
  top: -19px;
}
.cid-s8ke4qJW0y .foot-menu > li .rhombus::after {
  width: 0;
  height: 0;
  content: '';
  position: absolute;
  left: -4px;
  top: 4px;
  border: 4px solid transparent;
  border-top-color: #ffffff;
}
.cid-s8ke4qJW0y .foot-menu li a {
  font-family: 'OpenSans', sans-serif;
  display: inline-block;
  letter-spacing: 2px;
  padding: 0 10px;
}
.cid-s8ke4qJW0y .plan-title,
.cid-s8ke4qJW0y .text-letter {
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-weight: 600;
}
.cid-s8ke4qJW0y .plan-title {
  color: #444444;
}
@media (max-width: 767px) {
  .cid-s8ke4qJW0y .foot-menu {
    padding: 15px 1rem;
  }
}
.cid-s8ke4qJW0y .mbr-section-title span {
  color: #ffbc00;
}
.cid-s8ke4qJW0y .mbr-section-title {
  color: #ffffff;
}
.cid-s8ke4qJW0y P {
  color: #ffffff;
  font-family: Open Sans;
  font-size: 13px;
}
.cid-s8ke5IDtwD.popup-builder {
  background-color: #ffffff;
}
.cid-s8ke5IDtwD.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-s8ke5IDtwD.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-s8ke5IDtwD .modal-content,
.cid-s8ke5IDtwD .modal-dialog {
  height: auto;
}
.cid-s8ke5IDtwD .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-s8ke5IDtwD .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-s8ke5IDtwD .form-wrapper .mbr-form .form-group,
  .cid-s8ke5IDtwD .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-s8ke5IDtwD .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-s8ke5IDtwD .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-s8ke5IDtwD .mbr-text {
  text-align: left;
}
.cid-s8ke5IDtwD .pt-0 {
  padding-top: 0 !important;
}
.cid-s8ke5IDtwD .pb-0 {
  padding-bottom: 0 !important;
}
.cid-s8ke5IDtwD .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-s8ke5IDtwD .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-s8ke5IDtwD .modal-open {
  overflow: hidden;
}
.cid-s8ke5IDtwD .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-s8ke5IDtwD .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-s8ke5IDtwD .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-s8ke5IDtwD .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-s8ke5IDtwD .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-s8ke5IDtwD .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-s8ke5IDtwD .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-s8ke5IDtwD .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-s8ke5IDtwD .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-s8ke5IDtwD .modal-backdrop.fade {
  opacity: 0;
}
.cid-s8ke5IDtwD .modal-backdrop.show {
  opacity: .5;
}
.cid-s8ke5IDtwD .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-s8ke5IDtwD .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-s8ke5IDtwD .modal-header .close:hover {
  opacity: 1;
}
.cid-s8ke5IDtwD .modal-header .close:focus {
  outline: none;
}
.cid-s8ke5IDtwD .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-s8ke5IDtwD .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-s8ke5IDtwD .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-s8ke5IDtwD .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-s8ke5IDtwD .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-s8ke5IDtwD .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-s8ke5IDtwD .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-s8ke5IDtwD .modal-sm {
    max-width: 300px;
  }
  .cid-s8ke5IDtwD .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-s8ke5IDtwD .modal-lg,
  .cid-s8ke5IDtwD .modal-xl {
    max-width: 800px;
  }
  .cid-s8ke5IDtwD .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-s8ke5IDtwD .modal-xl {
    max-width: 1140px;
  }
  .cid-s8ke5IDtwD .container {
    max-width: 1140px;
  }
}
.cid-s8ke5IDtwD .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-s8ke5IDtwD .container {
    max-width: 720px;
  }
}
.cid-s8ke5IDtwD .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-s8ke5IDtwD .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-s8ke5IDtwD .form-group {
  margin-bottom: 1rem;
}
.cid-s8ke5IDtwD .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-s8ke5IDtwD .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-s8ke5IDtwD .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-s6lEooIFh9 .navbar {
  padding: .5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 77px;
}
@media (min-width: 992px) {
  .cid-s6lEooIFh9 .navbar .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 2.5385em 0.235em 3.5385em !important;
    margin: 0 !important;
  }
}
.cid-s6lEooIFh9 .menu-logo {
  display: flex;
  position: relative;
  -webkit-align-items: center;
  align-items: center;
  margin-right: auto;
}
.cid-s6lEooIFh9 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s6lEooIFh9 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: left;
  align-items: left;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-s6lEooIFh9 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-s6lEooIFh9 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-s6lEooIFh9 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-s6lEooIFh9 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-s6lEooIFh9 .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-s6lEooIFh9 a {
  font-style: normal;
}
.cid-s6lEooIFh9 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: middle;
  position: relative;
  text-decoration: none;
}
.cid-s6lEooIFh9 .nav-item a {
  padding: 0.4rem 0 !important;
}
.cid-s6lEooIFh9 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s6lEooIFh9 .dropdown-item:hover:before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  width: 16px;
}
.cid-s6lEooIFh9 .content-text {
  margin-bottom: 0;
  color: #012168;
  text-align: left;
}
.cid-s6lEooIFh9 .navbar-nav {
  position: relative;
  min-height: 60px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-s6lEooIFh9 .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #013e7d;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-s6lEooIFh9 .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
  .cid-s6lEooIFh9 .navbar-nav .nav-item a {
    margin: 0 1.3rem !important;
  }
}
@media (max-width: 991px) {
  .cid-s6lEooIFh9 .navbar-nav .nav-item a {
    margin: 0 !important;
  }
}
.cid-s6lEooIFh9 .navbar-nav .nav-item span {
  padding-right: 0.1rem;
}
.cid-s6lEooIFh9 .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-s6lEooIFh9 .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-s6lEooIFh9 .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-s6lEooIFh9 .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-s6lEooIFh9 .nav-dropdown .link {
  font-weight: 400;
}
.cid-s6lEooIFh9 .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-s6lEooIFh9 .content-right-side {
  text-align: center;
}
@media (max-width: 575px) {
  .cid-s6lEooIFh9 .content-right-side {
    display: flex;
    flex-direction: column;
    padding: 0.5rem 0;
  }
  .cid-s6lEooIFh9 .content-right-side .content-link {
    font-size: 0.8rem;
    margin: 0;
    padding-bottom: 1rem;
    display: flex;
    justify-content: space-between;
  }
}
.cid-s6lEooIFh9 .menu-content-top {
  display: none;
  padding: 1rem 0;
  transition: height 0.3s ease-in-out;
}
.cid-s6lEooIFh9 .menu-content-top.show {
  display: block;
}
.cid-s6lEooIFh9 .content-right-side .content-link {
  margin-left: 1rem;
}
.cid-s6lEooIFh9 .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
@media (max-width: 1091px) {
  .cid-s6lEooIFh9 .content-left-side {
    text-align: left;
    padding-bottom: 1rem;
  }
  .cid-s6lEooIFh9 .dropdown-item {
    padding: 0.235em 0 !important;
    margin: 0 !important;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
  }
  .cid-s6lEooIFh9 .dropdown-item:before {
    display: none;
  }
  .cid-s6lEooIFh9 .menu-logo {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .cid-s6lEooIFh9 .menu-bottom {
    width: 100%;
    padding: 0 1rem;
    display: block;
  }
  .cid-s6lEooIFh9 img {
    height: 3.8rem !important;
  }
  .cid-s6lEooIFh9 .btn {
    display: flex;
  }
  .cid-s6lEooIFh9 button.navbar-toggler {
    display: block;
  }
  .cid-s6lEooIFh9 .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-s6lEooIFh9 .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-s6lEooIFh9 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-s6lEooIFh9 .navbar-collapse.collapsing,
  .cid-s6lEooIFh9 .navbar-collapse.show {
    display: block !important;
  }
  .cid-s6lEooIFh9 .navbar-collapse.collapsing .navbar-nav,
  .cid-s6lEooIFh9 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-s6lEooIFh9 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-s6lEooIFh9 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
    padding: 0.5rem 0;
  }
  .cid-s6lEooIFh9 .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-s6lEooIFh9 .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-s6lEooIFh9 .navbar-collapse.collapsing .navbar-buttons,
  .cid-s6lEooIFh9 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-s6lEooIFh9 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-s6lEooIFh9 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-s6lEooIFh9 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-s6lEooIFh9 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-s6lEooIFh9 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-s6lEooIFh9 .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 992px) {
  .cid-s6lEooIFh9 .navbar .menu-content-top {
    display: block;
  }
  .cid-s6lEooIFh9 .menu-content-top .row {
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .cid-s6lEooIFh9 .content-right-side {
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-flex-basis: 70%;
    flex-basis: 70%;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: right;
  }
  .cid-s6lEooIFh9 .menu-content-top {
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  }
  .cid-s6lEooIFh9 .menu-bottom {
    display: flex;
  }
  .cid-s6lEooIFh9 .navbar {
    display: block;
    padding: 0;
  }
  .cid-s6lEooIFh9 .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-s6lEooIFh9 .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 76px;
  }
  .cid-s6lEooIFh9 .navbar-toggler {
    display: none;
  }
}
.cid-s6lEooIFh9 .navbar-short .menu-content-top {
  border: none;
}
.cid-s6lEooIFh9 .btn {
  padding: 0.7rem 1.5rem;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s6lEooIFh9 .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-s6lEooIFh9 .navbar-toggleable-sm .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  padding-right: 5rem;
  width: 100%;
}
.cid-s6lEooIFh9 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-s6lEooIFh9 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-s6lEooIFh9 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-s6lEooIFh9 .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-s6lEooIFh9 .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-s6lEooIFh9 .dropdown .dropdown-menu .dropdown-item {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s6lEooIFh9 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-s6lEooIFh9 .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-s6lEooIFh9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s6lEooIFh9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s6lEooIFh9 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-s6lEooIFh9 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s6lEooIFh9 .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-s6lEooIFh9 .navbar.navbar-short {
  
}
.cid-s6lEooIFh9 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-s6lEooIFh9 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-s6lEooIFh9 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-s6lEooIFh9 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-s6lEooIFh9 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
}
.cid-s6lEooIFh9 button.navbar-toggler:focus {
  outline: none;
}
.cid-s6lEooIFh9 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-s6lEooIFh9 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s6lEooIFh9 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s6lEooIFh9 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s6lEooIFh9 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s6lEooIFh9 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s6lEooIFh9 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s6lEooIFh9 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s6lEooIFh9 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s6lEooIFh9 .collapsed.navbar {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-s6lEooIFh9 .collapsed .menu-bottom {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s6lEooIFh9 .collapsed .menu-logo {
  margin-right: 0;
}
.cid-s6lEooIFh9 .collapsed .btn {
  display: flex;
}
.cid-s6lEooIFh9 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-s6lEooIFh9 .collapsed .navbar-collapse.collapsing,
.cid-s6lEooIFh9 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-s6lEooIFh9 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-s6lEooIFh9 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-s6lEooIFh9 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-s6lEooIFh9 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-s6lEooIFh9 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-s6lEooIFh9 .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-s6lEooIFh9 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-s6lEooIFh9 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-s6lEooIFh9 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-s6lEooIFh9 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-s6lEooIFh9 .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem  - 3.5rem);
  }
  .cid-s6lEooIFh9 .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-s6lEooIFh9 .collapsed button.navbar-toggler {
  display: block;
  -webkit-align-self: center;
  align-self: center;
}
.cid-s6lEooIFh9 .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-s6lEooIFh9 .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-s6lEooIFh9 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .25s;
  transition-property: opacity, padding, height;
}
.cid-s6lEooIFh9 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-s6lEooIFh9 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-s6lEooIFh9 .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-s6lEooIFh9 .collapsed .dropdown-item:before {
  display: none;
}
.cid-s6lEooIFh9 .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-s6lEooIFh9 .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-s6lEooIFh9 .nav-link:focus {
  outline: none;
}
.cid-s6lEooIFh9 .navbar-toggler {
  position: relative;
  margin-top: 20px;
}
.cid-s6lEooIFh9 .dropdown-item.active,
.cid-s6lEooIFh9 .dropdown-item:active {
  background-color: #ffffff;
  color: auto;
}
.cid-s6lEooIFh9 .nav-link:hover,
.cid-s6lEooIFh9 .dropdown-item:hover {
  color: #0091DA;
}
.cid-s6lEooIFh9 p {
  font-family: Open Sans;
  color: #012168;
}
.cid-s6lEooIFh9 P {
  text-align: left;
}
.cid-s6OFDr8f7q {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s6OFDr8f7q .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-s6OFDr8f7q a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-s6OFDr8f7q .mbr-section-btn {
  margin: 0;
}
.cid-s6OFDr8f7q .form-control {
  box-shadow: none;
  padding: 1.07em 1.07em;
  background-color: #f5f5f5;
  border: 1px solid #ffffff;
  color: #656565;
  line-height: 1.43;
  min-height: 3.5em;
  border-radius: .25rem;
}
.cid-s6OFDr8f7q .form-control:focus,
.cid-s6OFDr8f7q .form-control:hover {
  border: 1px solid #e8e8e8;
  background-color: #f5f5f5;
}
.cid-s6OFDr8f7q .form-group {
  margin-bottom: 1rem;
}
.cid-s6OFDr8f7q input::-webkit-input-placeholder,
.cid-s6OFDr8f7q textarea::-webkit-input-placeholder {
  color: #656565;
}
.cid-s6OFDr8f7q input:-moz-placeholder,
.cid-s6OFDr8f7q textarea:-moz-placeholder {
  color: #656565;
}
.cid-s6OFDr8f7q .jq-selectbox li,
.cid-s6OFDr8f7q .jq-selectbox li {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-s6OFDr8f7q .jq-selectbox li:hover,
.cid-s6OFDr8f7q .jq-selectbox li.selected {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-s6OFDr8f7q .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-s6OFDr8f7q .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-s6OFDr8f7q .form-group,
.cid-s6OFDr8f7q .mbr-section-btn {
  padding-left: 7.5px;
  padding-right: 7.5px;
}
@media (min-width: 992px) {
  .cid-s6OFDr8f7q .col-auto.mbr-section-btn .btn {
    padding-top: 0;
    padding-bottom: 0;
    height: 100%;
    margin: 0 !important;
  }
}
@media (min-width: 768px) {
  .cid-s6OFDr8f7q .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-s6OFDr8f7q .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
}
@media (max-width: 499px) {
  .cid-s6OFDr8f7q .form-block {
    padding: 1rem;
  }
}
.cid-s6OFDr8f7q H4 {
  color: #013e7d;
}
.cid-s6OFDr8f7q P {
  color: #ffffff;
}
.cid-s6OFDr8f7q hr.new1 {
  border-top: 1px solid #013e7d;
  width: 350px;
}
.cid-s6OFDr8f7q hr.new2 {
  border-top: 1px solid #013e7d;
  width: 350px;
}
#custom-html-9a {
  /* Type valid CSS here */
}
#custom-html-9a div {
  padding: 0px 0 0 0;
  color: #777;
  text-align: center;
}
#custom-html-9a p {
  font-size: 60px;
  color: #777;
}
#custom-html-9a img {
  margin-top: 0px;
}
#custom-html-9a .responsive {
  width: 100%;
  max-width: 2000px;
  height: auto;
}
.cid-s6ONmQOR0w {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-s6ONmQOR0w .mbr-text {
  line-height: 1.5;
  color: #656565;
  align: center;
  text-align: center;
}
.cid-s6ONmQOR0w .container2 {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cid-s6ONmQOR0w .container2 input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.cid-s6ONmQOR0w .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}
.cid-s6ONmQOR0w .container2:hover input ~ .checkmark {
  background-color: #ccc;
}
.cid-s6ONmQOR0w .container2 input:checked ~ .checkmark {
  background-color: #2196F3;
}
.cid-s6ONmQOR0w .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.cid-s6ONmQOR0w .container2 input:checked ~ .checkmark:after {
  display: block;
}
.cid-s6ONmQOR0w .container2 .checkmark:after {
  left: 10px;
  top: 7px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cid-s6ONmQOR0w .mbr-section-title {
  text-align: left;
  color: #656565;
}
.cid-s8kmJ7Sv2H {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #013e7d;
}
.cid-s8kmJ7Sv2H .listico {
  padding-right: 1rem;
  font-size: 1.3rem;
}
.cid-s8kmJ7Sv2H .navbar-logo {
  width: 80px;
  margin-bottom: 10px;
}
.cid-s8kmJ7Sv2H .mbr-text {
  color: #444;
}
.cid-s8kmJ7Sv2H h5 {
  margin-bottom: 0;
}
.cid-s8kmJ7Sv2H .navbar-brand {
  margin: 0rem;
  width: 100%;
}
.cid-s8kmJ7Sv2H .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s8kmJ7Sv2H .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
  object-fit: cover;
}
.cid-s8kmJ7Sv2H .socicon {
  font-size: 1.3rem;
  background: #ff4a52;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-s8kmJ7Sv2H .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-s8kmJ7Sv2H .social-list .soc-item {
  margin: 0 .3rem;
}
.cid-s8kmJ7Sv2H .social-list a {
  margin: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-s8kmJ7Sv2H .social-list a:hover {
  opacity: .4;
}
.cid-s8kmJ7Sv2H .media-container-row > div {
  padding: 0px;
}
.cid-s8kmJ7Sv2H .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-s8kmJ7Sv2H .group-title {
  text-align: left;
  color: #ffffff;
}
.cid-s8kmJ7Sv2H .group-title SPAN {
  color: #ffffff;
}
.cid-s8kmJ7Sv2H .links {
  color: #ffffff;
  line-height: 1.6;
}
@media (max-width: 991px) {
  .cid-s8kmJ7Sv2H .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-s8kmJ7Sv2H .social-list,
  .cid-s8kmJ7Sv2H .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-s8kmJ7Sv2H h3 {
    margin-bottom: 10px;
  }
  .cid-s8kmJ7Sv2H .navbar-brand {
    text-align: center;
  }
}
.cid-s8kmJ7Sv2H .links SPAN {
  color: #9e9e9e;
}
.cid-s8kmJ7Sv2H .links,
.cid-s8kmJ7Sv2H .navbar-brand {
  color: #fafafa;
}
.cid-s8kebyUSKL {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #767676;
}
.cid-s8kebyUSKL a:link {
  text-decoration: none;
}
.cid-s8kebyUSKL .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-s8kebyUSKL .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-s8kebyUSKL .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-s8kebyUSKL .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-s8kebyUSKL .foot-menu {
  -webkit-flex-direction: row;
  flex-direction: row;
  margin: 0;
  margin-bottom: 8px;
  padding: .6em 0;
}
.cid-s8kebyUSKL .foot-menu > li {
  font-size: 14px;
  padding: 0;
  display: inline-block;
}
.cid-s8kebyUSKL .foot-menu > li .rhombus {
  width: 0;
  height: 0;
  right: 4px;
  border: 4px solid transparent;
  border-bottom-color: #ffffff;
  position: relative;
  top: -19px;
}
.cid-s8kebyUSKL .foot-menu > li .rhombus::after {
  width: 0;
  height: 0;
  content: '';
  position: absolute;
  left: -4px;
  top: 4px;
  border: 4px solid transparent;
  border-top-color: #ffffff;
}
.cid-s8kebyUSKL .foot-menu li a {
  font-family: 'OpenSans', sans-serif;
  display: inline-block;
  letter-spacing: 2px;
  padding: 0 10px;
}
.cid-s8kebyUSKL .plan-title,
.cid-s8kebyUSKL .text-letter {
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-weight: 600;
}
.cid-s8kebyUSKL .plan-title {
  color: #444444;
}
@media (max-width: 767px) {
  .cid-s8kebyUSKL .foot-menu {
    padding: 15px 1rem;
  }
}
.cid-s8kebyUSKL .mbr-section-title span {
  color: #ffbc00;
}
.cid-s8kebyUSKL .mbr-section-title {
  color: #ffffff;
}
.cid-s8kebyUSKL P {
  color: #ffffff;
  font-family: Open Sans;
  font-size: 13px;
}
.cid-s8kecsIVcQ.popup-builder {
  background-color: #ffffff;
}
.cid-s8kecsIVcQ.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-s8kecsIVcQ.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-s8kecsIVcQ .modal-content,
.cid-s8kecsIVcQ .modal-dialog {
  height: auto;
}
.cid-s8kecsIVcQ .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-s8kecsIVcQ .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-s8kecsIVcQ .form-wrapper .mbr-form .form-group,
  .cid-s8kecsIVcQ .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-s8kecsIVcQ .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-s8kecsIVcQ .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-s8kecsIVcQ .mbr-text {
  text-align: left;
}
.cid-s8kecsIVcQ .pt-0 {
  padding-top: 0 !important;
}
.cid-s8kecsIVcQ .pb-0 {
  padding-bottom: 0 !important;
}
.cid-s8kecsIVcQ .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-s8kecsIVcQ .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-s8kecsIVcQ .modal-open {
  overflow: hidden;
}
.cid-s8kecsIVcQ .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-s8kecsIVcQ .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-s8kecsIVcQ .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-s8kecsIVcQ .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-s8kecsIVcQ .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-s8kecsIVcQ .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-s8kecsIVcQ .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-s8kecsIVcQ .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-s8kecsIVcQ .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-s8kecsIVcQ .modal-backdrop.fade {
  opacity: 0;
}
.cid-s8kecsIVcQ .modal-backdrop.show {
  opacity: .5;
}
.cid-s8kecsIVcQ .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-s8kecsIVcQ .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-s8kecsIVcQ .modal-header .close:hover {
  opacity: 1;
}
.cid-s8kecsIVcQ .modal-header .close:focus {
  outline: none;
}
.cid-s8kecsIVcQ .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-s8kecsIVcQ .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-s8kecsIVcQ .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-s8kecsIVcQ .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-s8kecsIVcQ .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-s8kecsIVcQ .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-s8kecsIVcQ .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-s8kecsIVcQ .modal-sm {
    max-width: 300px;
  }
  .cid-s8kecsIVcQ .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-s8kecsIVcQ .modal-lg,
  .cid-s8kecsIVcQ .modal-xl {
    max-width: 800px;
  }
  .cid-s8kecsIVcQ .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-s8kecsIVcQ .modal-xl {
    max-width: 1140px;
  }
  .cid-s8kecsIVcQ .container {
    max-width: 1140px;
  }
}
.cid-s8kecsIVcQ .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-s8kecsIVcQ .container {
    max-width: 720px;
  }
}
.cid-s8kecsIVcQ .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-s8kecsIVcQ .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-s8kecsIVcQ .form-group {
  margin-bottom: 1rem;
}
.cid-s8kecsIVcQ .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-s8kecsIVcQ .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-s8kecsIVcQ .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%;
}


@media (max-width: 1440px) {
	#navbarSupportedContent {
	margin-top: -34px;
		
}
	
	
}

@media (max-width: 1253px) {
	.navbar-toggler {
	display: block !important;
		top: -70px !important;
}
	
	#navbarSupportedContent {
	position: fixed;
    top: 135px;
    z-index: 100;
    background-color: #FFF;
    width: 100%;
		
}
	
	#navbarSupportedContent .navbar-nav {
    text-align: center;
}
    

	
}

.navbar-short #navbarSupportedContent {
    margin-top: -45px;
}

@media screen and (min-width: 991px) and (max-width:1091px) {

#navbarSupportedContent {
    margin-top: -50px;
}

	.navbar-toggler {
		top: 10px !important;
	}
	
}

@media screen and (min-width:1092px) {
.mobileShow {
	display:none !important;
}
	
	.navbar-toggler {
		display: none !important;
	}
	
	
	
}

@media screen and (max-width:1092px) {
	.camNav {
		z-index: -1;
	}
}


@media screen and (max-width:1091px) {
	.navbar-toggleable-sm.opened .nav-dropdown .dropdown-menu {
		text-align: center;
	}
}

.mikeFix {
	background-color: rgba(0, 0, 0, 0.12);
}

.mbr-black {
	margin-bottom: 18px;
}

.camNav {
	width: 70%;
	/*margin-top: -80px;*/
	margin-top: -72px;
	background: transparent !important;
	float:right;
	position:relative;
	z-index: 1;
}

div#navbarNavAltMarkup {
	margin-top: 12px;
	width: 100%;
	--font-family-sans-serif: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
	
	--font-family-monospace: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
	
}

@media screen and (max-width:1477px) {
	div#navbarNavAltMarkup {
		float: right;
		margin-top: 50px;
		width: 130%;
		background-color:transparent;
	}
}

.menu-logo {
	position: relative;
	z-index: 1000;
}

@media screen and (min-width:1364px) {
	.menu-logo {
		z-index: -1 !important;
	}
}

a.content-link {
	position: relative;
	top: 9px;
}
