body {
  font-family: Quicksand;
}
.display-1 {
  font-family: 'Public Sans', sans-serif;
  font-size: 5.63rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: -4.5px;
}
.display-1 > .mbr-iconfont {
  font-size: 9.008rem;
}
.display-2 {
  font-family: 'Quicksand', sans-serif;
  font-size: 2.75rem;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: -2.8px;
}
.display-2 > .mbr-iconfont {
  font-size: 4.4rem;
}
.display-4 {
  font-family: 'Public Sans', sans-serif;
  font-size: 0.75rem;
  line-height: 1.7;
  font-weight: 700;
  letter-spacing: 0.6px;
}
.display-4 > .mbr-iconfont {
  font-size: 1.2rem;
}
.display-5 {
  font-family: 'Public Sans', sans-serif;
  font-size: 1.25rem;
  line-height: 1.1;
  font-weight: 700;
}
.display-5 > .mbr-iconfont {
  font-size: 2rem;
}
.display-7 {
  font-family: 'Public Sans', sans-serif;
  font-size: 1rem;
  line-height: 1.7;
  font-weight: 500;
}
.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: 992px) {
  .display-1 {
    font-size: 4.504rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.941rem;
    font-size: calc( 2.6205rem + (5.63 - 2.6205) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.6205rem + (5.63 - 2.6205) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.2rem;
    font-size: calc( 1.6125rem + (2.75 - 1.6125) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.6125rem + (2.75 - 1.6125) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1rem;
    font-size: calc( 1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 2.5rem;
  border-radius: 50px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 1rem 2.6rem;
  border-radius: 8px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 8px;
}
.bg-primary {
  background-color: #b8daef !important;
}
.bg-success {
  background-color: #f7ed4a !important;
}
.bg-info {
  background-color: #004aad !important;
}
.bg-warning {
  background-color: #808080 !important;
}
.bg-danger {
  background-color: #b1a374 !important;
}
.btn-primary {
  border: 0px !important;
  color: #ffffff;
  color: #ffffff !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #b8daef !important;
  border-color: #b8daef !important;
  color: #004aad !important;
}
.btn-primary:hover {
  color: #004aad !important;
  background-color: #7ab9e1 !important;
  border-color: #7ab9e1 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #004aad !important;
  background-color: #7ab9e1 !important;
  border-color: #7ab9e1 !important;
}
.btn-primary:hover,
.btn-primary:focus {
  background-color: #94f1b6 !important;
  box-shadow: none !important;
}
.btn-primary:hover {
  background-color: #e2f0f8 !important;
}
.btn-secondary {
  border: 0px !important;
  color: #ffffff;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #4a4c70 !important;
  border-color: #4a4c70 !important;
  color: #004aad !important;
}
.btn-secondary:hover {
  color: #004aad !important;
  background-color: #2c2d42 !important;
  border-color: #2c2d42 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #004aad !important;
  background-color: #2c2d42 !important;
  border-color: #2c2d42 !important;
}
.btn-secondary:hover,
.btn-secondary:focus {
  background-color: #94f1b6 !important;
  box-shadow: none !important;
}
.btn-info {
  border: 0px !important;
  color: #ffffff;
}
.btn-info,
.btn-info:active {
  background-color: #004aad !important;
  border-color: #004aad !important;
  color: #004aad !important;
}
.btn-info:hover {
  color: #004aad !important;
  background-color: #002961 !important;
  border-color: #002961 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #004aad !important;
  background-color: #002961 !important;
  border-color: #002961 !important;
}
.btn-info:hover,
.btn-info:focus {
  background-color: #94f1b6 !important;
  box-shadow: none !important;
}
.btn-success {
  border: 0px !important;
  color: #ffffff;
}
.btn-success,
.btn-success:active {
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
  color: #004aad !important;
}
.btn-success:hover {
  color: #004aad !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #004aad !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-success:hover,
.btn-success:focus {
  background-color: #94f1b6 !important;
  box-shadow: none !important;
}
.btn-warning {
  border: 0px !important;
  color: #ffffff;
}
.btn-warning,
.btn-warning:active {
  background-color: #808080 !important;
  border-color: #808080 !important;
  color: #004aad !important;
}
.btn-warning:hover {
  color: #004aad !important;
  background-color: #5a5a5a !important;
  border-color: #5a5a5a !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #004aad !important;
  background-color: #5a5a5a !important;
  border-color: #5a5a5a !important;
}
.btn-warning:hover,
.btn-warning:focus {
  background-color: #94f1b6 !important;
  box-shadow: none !important;
}
.btn-danger {
  border: 0px !important;
  color: #ffffff;
}
.btn-danger,
.btn-danger:active {
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
  color: #004aad !important;
}
.btn-danger:hover {
  color: #004aad !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #004aad !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-danger:hover,
.btn-danger:focus {
  background-color: #94f1b6 !important;
  box-shadow: none !important;
}
.btn-white {
  border: 0px !important;
  color: #ffffff;
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #004aad !important;
}
.btn-white:hover {
  color: #004aad !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #004aad !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white:hover,
.btn-white:focus {
  background-color: #94f1b6 !important;
  box-shadow: none !important;
}
.btn-black {
  border: 0px !important;
  color: #ffffff;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #004aad !important;
}
.btn-black:hover {
  color: #004aad !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #004aad !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black:hover,
.btn-black:focus {
  background-color: #94f1b6 !important;
  box-shadow: none !important;
}
.btn-primary-outline {
  background-color: transparent !important;
  border: 2px solid #b8daef !important;
  color: #ffffff !important;
  color: #b8daef !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #b8daef;
  color: #b8daef;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #1f6189;
  background-color: #b8daef;
  border-color: #b8daef;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #1f6189 !important;
  background-color: #b8daef !important;
  border-color: #b8daef !important;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus {
  background-color: #b8daef !important;
  color: #004aad !important;
}
.btn-primary-outline:hover {
  color: #004aad !important;
}
.btn-secondary-outline {
  background-color: transparent !important;
  border: 2px solid #4a4c70 !important;
  color: #ffffff !important;
  color: #4a4c70 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #4a4c70;
  color: #4a4c70;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #4a4c70;
  border-color: #4a4c70;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #4a4c70 !important;
  border-color: #4a4c70 !important;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus {
  background-color: #4a4c70 !important;
  color: #004aad !important;
}
.btn-secondary-outline:hover {
  color: #ffffff !important;
}
.btn-info-outline {
  background-color: transparent !important;
  border: 2px solid #004aad !important;
  color: #ffffff !important;
  color: #004aad !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #004aad;
  color: #004aad;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #004aad;
  border-color: #004aad;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #004aad !important;
  border-color: #004aad !important;
}
.btn-info-outline:hover,
.btn-info-outline:focus {
  background-color: #004aad !important;
  color: #004aad !important;
}
.btn-info-outline:hover {
  color: #ffffff !important;
}
.btn-success-outline {
  background-color: transparent !important;
  border: 2px solid #f7ed4a !important;
  color: #ffffff !important;
  color: #f7ed4a !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #f7ed4a;
  color: #f7ed4a;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #3f3c03;
  background-color: #f7ed4a;
  border-color: #f7ed4a;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #3f3c03 !important;
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
}
.btn-success-outline:hover,
.btn-success-outline:focus {
  background-color: #f7ed4a !important;
  color: #004aad !important;
}
.btn-success-outline:hover {
  color: #ffffff !important;
}
.btn-warning-outline {
  background-color: transparent !important;
  border: 2px solid #808080 !important;
  color: #ffffff !important;
  color: #808080 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #808080;
  color: #808080;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #808080;
  border-color: #808080;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #808080 !important;
  border-color: #808080 !important;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus {
  background-color: #808080 !important;
  color: #004aad !important;
}
.btn-warning-outline:hover {
  color: #ffffff !important;
}
.btn-danger-outline {
  background-color: transparent !important;
  border: 2px solid #b1a374 !important;
  color: #ffffff !important;
  color: #b1a374 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #b1a374;
  color: #b1a374;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #b1a374;
  border-color: #b1a374;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus {
  background-color: #b1a374 !important;
  color: #004aad !important;
}
.btn-danger-outline:hover {
  color: #ffffff !important;
}
.btn-black-outline {
  background-color: transparent !important;
  border: 2px solid #333333 !important;
  color: #ffffff !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #333333;
  color: #333333;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-black-outline:hover,
.btn-black-outline:focus {
  background-color: #333333 !important;
  color: #004aad !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #b8daef !important;
}
.text-secondary {
  color: #4a4c70 !important;
}
.text-success {
  color: #f7ed4a !important;
}
.text-info {
  color: #004aad !important;
}
.text-warning {
  color: #808080 !important;
}
.text-danger {
  color: #b1a374 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #ffffff !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #797ca7 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #fbf7ac !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #004aad !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #b3b3b3 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #d6ceb5 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b8daef;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #004aad;
}
.alert-warning {
  background-color: #808080;
}
.alert-danger {
  background-color: #b1a374;
}
.mbr-gallery-filter li.active .btn {
  background-color: #b8daef;
  border-color: #b8daef;
  color: #246f9e;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #b8daef;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.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: #2e87ff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #c0c0c0;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #dfd9c6;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Public Sans', sans-serif;
  font-size: 1rem;
  line-height: 1.7;
  font-weight: 500;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
}
blockquote {
  border-color: #b8daef;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #b8daef;
  color: #000000;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: gray !important;
  border-bottom-color: gray !important;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #b8daef;
  border-bottom-color: #b8daef;
}
.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: #000000 !important;
  background-color: #b8daef !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #4a4c70 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23b8daef' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-rUTktMYfIo {
  min-height: 80px !important;
  position: static;
}
.cid-rUTktMYfIo .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-rUTktMYfIo .nav-item:focus,
.cid-rUTktMYfIo .nav-link:focus {
  outline: none;
}
.cid-rUTktMYfIo .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rUTktMYfIo .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rUTktMYfIo .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-rUTktMYfIo .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rUTktMYfIo .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rUTktMYfIo .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-rUTktMYfIo .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-rUTktMYfIo .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-rUTktMYfIo .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-rUTktMYfIo .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-rUTktMYfIo .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rUTktMYfIo .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rUTktMYfIo .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rUTktMYfIo .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-rUTktMYfIo .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rUTktMYfIo .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-rUTktMYfIo .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rUTktMYfIo .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rUTktMYfIo .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rUTktMYfIo .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rUTktMYfIo .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rUTktMYfIo .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-rUTktMYfIo .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rUTktMYfIo .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rUTktMYfIo .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-rUTktMYfIo .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rUTktMYfIo .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rUTktMYfIo .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rUTktMYfIo .navbar.navbar-short {
  background: #ffffff;
}
.cid-rUTktMYfIo .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-rUTktMYfIo .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rUTktMYfIo .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rUTktMYfIo .dropdown-item.active,
.cid-rUTktMYfIo .dropdown-item:active {
  background-color: transparent;
  color: #ffffff !important;
}
.cid-rUTktMYfIo .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-rUTktMYfIo .nav-dropdown .link.dropdown-toggle {
  margin: 0rem 1.3rem;
}
.cid-rUTktMYfIo .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin: 0rem 1.3rem;
}
.cid-rUTktMYfIo .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #354463;
}
.cid-rUTktMYfIo .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rUTktMYfIo .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rUTktMYfIo ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rUTktMYfIo .navbar-nav {
  margin: auto;
}
.cid-rUTktMYfIo .navbar-buttons {
  text-align: center;
}
.cid-rUTktMYfIo button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rUTktMYfIo button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #004aad;
}
.cid-rUTktMYfIo button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rUTktMYfIo button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rUTktMYfIo button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rUTktMYfIo button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rUTktMYfIo nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rUTktMYfIo nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rUTktMYfIo nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rUTktMYfIo nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rUTktMYfIo .navbar-dropdown {
  padding-left: 0rem;
  position: fixed;
}
.cid-rUTktMYfIo a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rUTktMYfIo .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-rUTktMYfIo .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-rUTktMYfIo .icons-menu span {
  font-size: 20px;
  color: #354463;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rUTktMYfIo .navbar {
    height: 77px;
  }
  .cid-rUTktMYfIo .navbar.opened {
    height: auto;
  }
}
.cid-rUTktMYfIo .btn {
  border-radius: 0px;
  margin: 0 !important;
}
.cid-rUTktMYfIo .text-btn {
  transition: transform 0.3s;
}
.cid-rUTktMYfIo .btn:hover {
  transform: scale(0.8);
}
.cid-rUTktMYfIo .btn:hover .text-btn {
  transform: scale(1.2);
}
.cid-rUTktMYfIo .nav-link {
  position: relative;
  display: inline-block;
}
.cid-rUTktMYfIo .nav-link::before {
  content: "";
  width: 0%;
  display: block;
  height: 3px;
  background: #004aad;
  position: absolute;
  top: 2px;
  left: 0;
  -webkit-transition: width .3s;
  -o-transition: width .3s;
  transition: width .3s;
}
.cid-rUTktMYfIo .nav-link:hover::before {
  width: 100%;
}
.cid-rUTktMYfIo .dropdown-menu > a {
  position: relative !important;
  display: inline-block;
}
.cid-rUTktMYfIo .dropdown-menu > a:hover {
  color: #c4c4c4 !important;
}
.cid-rUTktMYfIo .link {
  margin: 0rem 1.2rem;
}
.cid-rUTktMYfIo .nav-dropdown .link.dropdown-toggle::after {
  margin-left: .7rem;
  content: "";
  pointer-events: none;
  display: inline-block;
  height: 3px;
  width: 3px;
  border-radius: 50%;
  background: #777;
  right: -15px;
  top: 7px;
  -webkit-transition: background .3s;
  -o-transition: background .3s;
  transition: background .3s;
  border: none !important;
}
.cid-rUTktMYfIo .dropdown-menu > a::after {
  content: "";
  display: block;
  position: relative !important;
  width: 0%;
  height: 2px;
  background-color: #b8daef;
  margin-top: 4px !important;
  transition: width .3s;
  top: 83% !important;
  right: auto !important;
}
.cid-rUTktMYfIo .dropdown-menu > a:hover::after {
  width: 100%;
}
.cid-rUTktMYfIo .dropdown-menu::before {
  content: "";
  display: inline-block;
  border: 15px solid transparent;
  border-top: 20px solid #354463;
  position: absolute;
  top: -15px;
  left: 40px;
  transform: rotate(-90deg);
}
.cid-rUTktMYfIo .navbar-caption {
  font-family: 'Public Sans', sans-serif;
}
@media (max-width: 992px) {
  .cid-rUTktMYfIo .nav-dropdown .link {
    padding: 0.5rem 0rem !important;
  }
  .cid-rUTktMYfIo .navbar .navbar-collapse {
    padding: 1rem 0;
  }
  .cid-rUTktMYfIo .dropdown-menu::before {
    display: none !important;
  }
  .cid-rUTktMYfIo .btn:hover {
    background-color: #b8daef !important;
    color: #004aad !important;
  }
  .cid-rUTktMYfIo .dropdown-menu > a::after {
    display: none;
  }
  .cid-rUTktMYfIo .navbar .dropdown.open > .dropdown-menu {
    display: flex;
    flex-direction: column;
  }
  .cid-rUTktMYfIo .nav-link::before {
    display: none;
  }
  .cid-rUTktMYfIo .dropdown-menu > a {
    color: #354463 !important;
  }
  .cid-rUTktMYfIo .mbr-section-btn {
    margin-top: 1.5rem;
  }
  .cid-rUTktMYfIo .btn {
    padding: 1.8rem 4rem;
    width: 100%;
  }
  .cid-rUTktMYfIo .dropdown-menu .dropdown-toggle {
    color: #354463 !important;
  }
  .cid-rUTktMYfIo .nav-dropdown .dropdown-item:focus,
  .cid-rUTktMYfIo .nav-dropdown .dropdown-item:hover {
    color: #354463 !important;
  }
}
@media (max-width: 767px) {
  .cid-rUTktMYfIo .container-fluid {
    padding: 1rem 1rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-rUTktMYfIo .container-fluid {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-rUTktMYfIo .container-fluid {
    padding-right: 0rem;
  }
  .cid-rUTktMYfIo .nav-dropdown .link {
    padding: 1.8rem 0rem !important;
  }
  .cid-rUTktMYfIo .btn {
    padding: 1.8rem 6rem;
  }
  .cid-rUTktMYfIo .btn:hover {
    background-color: #004aad !important;
    color: #b8daef !important;
  }
  .cid-rUTktMYfIo .dropdown-menu > a {
    color: #ffffff !important;
  }
  .cid-rUTktMYfIo .dropdown-menu > a:active {
    color: #ffffff !important;
  }
  .cid-rUTktMYfIo .dropdown-menu .dropdown-toggle {
    color: #ffffff !important;
  }
  .cid-rUTktMYfIo .nav-dropdown .dropdown-item:focus,
  .cid-rUTktMYfIo .nav-dropdown .dropdown-item:hover {
    color: #ffffff !important;
  }
}
.cid-rUTktMYfIo .btn-primary {
  color: #004aad !important;
}
.cid-rUTktMYfIo .btn-primary:focus {
  background-color: #ffffff !important;
}
.cid-rUTktMYfIo .navbar-dropdown.navbar-short .navbar-logo {
  margin-right: 0.8rem !important;
}
.cid-rUTktMYfIo .navbar-dropdown.navbar-short .navbar-brand {
  padding: 0rem;
}
.cid-rUTku9qO5J {
  padding-top: 0px;
  padding-bottom: 0px;
  display: flex;
  justify-content: center;
  background-color: #ffffff;
}
.cid-rUTku9qO5J img {
  filter: grayscale(1);
}
.cid-rUTku9qO5J .mbri-arrow-prev::before {
  content: "\f053" !important;
}
.cid-rUTku9qO5J .mbri-arrow-next::before {
  content: "\f054" !important;
}
.cid-rUTku9qO5J .text-element {
  justify-content: center;
  display: flex;
  position: absolute;
}
.cid-rUTku9qO5J .card-box {
  z-index: 1;
  position: absolute;
  background-color: rgba(0, 74, 173, 0.6);
  height: 100%;
  width: 100%;
  pointer-events: none;
  transition: 0.3s;
}
.cid-rUTku9qO5J .card-box-2 {
  z-index: 1;
  position: absolute;
  background-color: rgba(53, 68, 99, 0.5);
  height: 100%;
  width: 100%;
  pointer-events: none;
  transition: 0.3s;
}
.cid-rUTku9qO5J .element-2 {
  font-family: 'Quicksand', sans-serif;
}
.cid-rUTku9qO5J .image-element {
  padding: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  height: 100%;
}
.cid-rUTku9qO5J .image-element .img-wrap {
  width: 100% !important;
}
.cid-rUTku9qO5J .image-element .img-wrap img {
  width: 100%;
  min-height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-rUTku9qO5J .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rUTku9qO5J .carousel-item.active,
.cid-rUTku9qO5J .carousel-item-next,
.cid-rUTku9qO5J .carousel-item-prev {
  display: flex;
}
.cid-rUTku9qO5J .carousel-controls {
  display: block;
}
.cid-rUTku9qO5J .carousel-controls a {
  transition: .3s;
  background-color: transparent;
  border: 2px solid #004aad;
  border-radius: 50%;
}
.cid-rUTku9qO5J .carousel-controls a span {
  color: #ffffff;
  font-size: 1.1rem;
}
.cid-rUTku9qO5J .carousel-controls a:hover {
  background: #004aad;
}
.cid-rUTku9qO5J .carousel-controls a:hover span {
  color: #354463;
}
.cid-rUTku9qO5J .text-content {
  position: absolute;
  z-index: 10;
}
.cid-rUTku9qO5J .text-element-3 {
  text-align: center;
}
.cid-rUTku9qO5J .mbr-text-3 {
  text-align: center;
}
.cid-rUTku9qO5J .mbr-section-subtitle {
  margin-bottom: 1.6rem;
}
.cid-rUTku9qO5J .mbr-section-btn {
  margin-top: 1.8rem;
  margin-right: 0rem;
}
.cid-rUTku9qO5J .carousel {
  display: flex;
  justify-content: center;
}
.cid-rUTku9qO5J .carousel-control-next,
.cid-rUTku9qO5J .carousel-control-prev {
  opacity: 1;
  width: 45px;
  height: 45px;
  z-index: 20;
}
.cid-rUTku9qO5J .title-2 {
  font-family: 'Quicksand', sans-serif !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rUTku9qO5J .image-element {
    min-width: 50%;
  }
  .cid-rUTku9qO5J .media-container-row {
    width: 100%;
  }
}
.cid-rUTku9qO5J .bottom-block {
  position: absolute;
  bottom: 0;
  z-index: 10;
  padding-bottom: 1.2rem;
  padding-left: 4.5rem;
}
.cid-rUTku9qO5J .text-bottom-2 {
  margin-left: 0.5rem;
}
.cid-rUTku9qO5J .text-bottom-3 {
  margin-left: 4rem;
}
.cid-rUTku9qO5J .box {
  background-image: url("../../../assets/images/attorney5.jpg");
  background-size: cover;
  background-position: center;
  height: 200px;
  width: 335px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-rUTku9qO5J .icon-wrap {
  background-color: #ffffff;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  text-shadow: 0px 0 6px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0 6px rgba(0, 0, 0, 0.3);
  cursor: pointer;
}
.cid-rUTku9qO5J .icon-wrap span {
  padding-left: 4px;
}
.cid-rUTku9qO5J .video-title {
  margin-right: 1.2rem;
}
.cid-rUTku9qO5J .mbr-media {
  display: flex;
  align-items: center;
}
.cid-rUTku9qO5J .mbr-media span {
  font-size: 15px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #354463 !important;
}
.cid-rUTku9qO5J .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  transform: translateX(-35%);
}
.cid-rUTku9qO5J .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-rUTku9qO5J .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-rUTku9qO5J .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-rUTku9qO5J a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-rUTku9qO5J a.close:hover {
  color: #ffffff;
}
.cid-rUTku9qO5J ul {
  padding-left: 0rem;
}
.cid-rUTku9qO5J li {
  list-style: none;
}
.cid-rUTku9qO5J .sign {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-rUTku9qO5J .mbr-iconfont {
  transition: 0.3s;
}
.cid-rUTku9qO5J .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rUTku9qO5J .social-list .mbr-iconfont-social {
  font-size: 1rem;
  color: #ffffff;
}
.cid-rUTku9qO5J .social-list .mbr-iconfont-social:hover {
  opacity: 0.6;
}
.cid-rUTku9qO5J .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-rUTku9qO5J .social-list a {
  margin: 0;
  opacity: 1;
  height: 26px;
  padding-right: 2px;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rUTku9qO5J .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rUTku9qO5J .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-rUTku9qO5J .item-wrap {
  margin-bottom: 14px;
}
.cid-rUTku9qO5J .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: flex-start;
  margin: 0 -0.5rem;
}
.cid-rUTku9qO5J .wrap {
  height: 780px;
}
@media (max-width: 767px) {
  .cid-rUTku9qO5J .bottom-block {
    display: none;
  }
  .cid-rUTku9qO5J .block-video {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 10;
  }
  .cid-rUTku9qO5J .text-content {
    top: 3rem;
    padding: 0rem;
  }
  .cid-rUTku9qO5J .carousel-control-prev {
    left: auto !important;
    right: 4.7rem !important;
    top: auto;
    bottom: 14rem !important;
  }
  .cid-rUTku9qO5J .carousel-control-next {
    top: auto;
    right: 1rem !important;
    bottom: 14rem !important;
  }
}
.cid-rUTku9qO5J .btn-primary-outline {
  color: #ffffff !important;
}
.cid-rUTku9qO5J .btn-primary-outline:hover {
  color: #004aad !important;
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-rUTku9qO5J .bottom-block {
    display: none;
  }
  .cid-rUTku9qO5J .block-video {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 10;
  }
  .cid-rUTku9qO5J .text-content {
    top: 10rem;
  }
  .cid-rUTku9qO5J .carousel-control-prev {
    left: auto !important;
    right: 4.7rem !important;
    top: auto;
    bottom: 2.5rem !important;
  }
  .cid-rUTku9qO5J .carousel-control-next {
    top: auto;
    right: 1rem !important;
    bottom: 2.5rem !important;
  }
  .cid-rUTku9qO5J .block-wrap {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-rUTku9qO5J .block-video {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 10;
  }
  .cid-rUTku9qO5J .text-content {
    top: 13rem;
  }
  .cid-rUTku9qO5J .carousel-control-prev {
    left: auto !important;
    right: 2.5rem !important;
    top: 45% !important;
  }
  .cid-rUTku9qO5J .carousel-control-next {
    right: 2.5rem !important;
    top: 52% !important;
  }
  .cid-rUTku9qO5J .block-wrap {
    padding: 0;
  }
}
.cid-rUTku9qO5J .btn {
  margin-left: 0rem;
}
.cid-rUTku9qO5J .icon-left {
  margin-right: 0.1rem;
}
.cid-rUTku9qO5J .icon-right {
  margin-left: 0.1rem;
}
.cid-rUTku9qO5J .video-title,
.cid-rUTku9qO5J .icon-wrap {
  z-index: 10;
}
.cid-tIjPQzcB2a {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #004aad;
}
.cid-tIjPQzcB2a img {
  width: 100%;
  object-fit: cover;
}
.cid-tIjPQzcB2a .quote {
  color: #333333;
  font-weight: 700;
}
.cid-tIjPQzcB2a .img-card {
  justify-content: center;
}
.cid-tIjPQzcB2a .card {
  border-radius: 0;
  background: #004aad;
}
.cid-tIjPQzcB2a .card-title {
  margin-bottom: 1.2rem;
}
.cid-tIjPQzcB2a .mbr-section-subtitle {
  margin-bottom: 0.7rem;
  font-weight: 700;
}
.cid-tIjPQzcB2a .img-col {
  padding: 0;
}
@media (max-width: 767px) {
  .cid-tIjPQzcB2a .wrapper {
    padding: 3rem 0rem 0rem 0rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-tIjPQzcB2a .wrapper {
    padding: 3rem 0rem 0rem 0rem;
  }
}
@media (min-width: 992px) {
  .cid-tIjPQzcB2a .wrapper {
    padding: 6rem 0rem 6rem 6.3rem;
  }
}
.cid-tIjPQzcB2a .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIjPQzcB2a .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tIjPQzcB2a .card-title,
.cid-tIjPQzcB2a .card-box {
  color: #ffffff;
}
.cid-tIjPQzcB2a H4 {
  color: #b8daef;
}
.cid-tIjPQzcB2a .mbr-text,
.cid-tIjPQzcB2a .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-tIjSTElNDS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #b8daef;
}
.cid-tIjSTElNDS .image-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-tIjSTElNDS .image-wrapper {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-tIjSTElNDS .image-wrapper {
    padding: 30px;
    padding-left: 3rem;
  }
}
.cid-tIjSTElNDS .image-wrapper .img-caption-container {
  position: relative;
  display: flex;
}
.cid-tIjSTElNDS .image-wrapper img {
  width: auto;
  max-width: 100%;
  height: auto;
  object-fit: cover;
}
.cid-tIjSTElNDS .image-wrapper .img-caption {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 24px 32px;
  max-width: 100%;
  max-height: 100%;
  background-color: #ffffff;
  background-color: #b8daef;
}
.cid-tIjSTElNDS .image-wrapper .img-caption .img-label-text {
  color: #F0C48A;
}
.cid-tIjSTElNDS .image-wrapper .img-caption .img-text {
  color: #222222;
}
@media (max-width: 991px) {
  .cid-tIjSTElNDS .col-text {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-tIjSTElNDS .col-text {
    padding: 30px;
    padding-right: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-tIjSTElNDS .col-text {
    text-align: center;
  }
}
.cid-tIjSTElNDS .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cid-tIjSTElNDS .label-text {
  width: 100%;
  margin-bottom: 16px;
  color: #004aad;
}
@media (max-width: 767px) {
  .cid-tIjSTElNDS .label-text {
    text-align: center !important;
  }
}
.cid-tIjSTElNDS .mbr-section-title {
  width: 100%;
  margin-bottom: 24px;
  color: #222222;
}
.cid-tIjSTElNDS .mbr-text {
  color: #555555;
  width: 100%;
  margin-bottom: 1.5rem;
}
.cid-tIjSTElNDS .btn-container {
  width: 100%;
  margin-top: 14px;
}
@media (max-width: 575px) {
  .cid-tIjSTElNDS .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-tIjSTElNDS .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-tIjSTElNDS .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIjSTElNDS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tIjSTElNDS .mbr-section-title,
.cid-tIjSTElNDS .mbr-section-btn {
  color: #004aad;
}
.cid-tIjXi0VNe3 {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tIjXi0VNe3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIjXi0VNe3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tIjXi0VNe3 .mbr-section-title {
  color: #24262b;
}
.cid-tIjXi0VNe3 .mbr-section-subtitle {
  color: #24262b;
}
.cid-tIjXi0VNe3 .mbr-section-btn {
  margin-top: 16px;
}
.cid-tIjX4sRqFI {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tIjX4sRqFI .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIjX4sRqFI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tIjX4sRqFI .mbr-section-subtitle,
.cid-tIjX4sRqFI .mbr-section-btn {
  color: #000000;
}
.cid-tIjX4sRqFI .mbr-section-title {
  color: #000000;
}
.cid-tIjXzcWNkQ {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-tIjXzcWNkQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIjXzcWNkQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tIjXzcWNkQ .mbr-section-subtitle,
.cid-tIjXzcWNkQ .mbr-section-btn {
  color: #000000;
}
.cid-tIjXzcWNkQ .mbr-section-title {
  color: #000000;
}
.cid-tIjXDAieU2 {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tIjXDAieU2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIjXDAieU2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tIjXDAieU2 .mbr-section-subtitle,
.cid-tIjXDAieU2 .mbr-section-btn {
  color: #000000;
}
.cid-tIjXDAieU2 .mbr-section-title {
  color: #000000;
}
.cid-tIjXHtYjmG {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-tIjXHtYjmG .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIjXHtYjmG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tIjXHtYjmG .mbr-section-subtitle,
.cid-tIjXHtYjmG .mbr-section-btn {
  color: #000000;
}
.cid-tIjXHtYjmG .mbr-section-title {
  color: #000000;
}
.cid-tIjXR3Twxg {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tIjXR3Twxg .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIjXR3Twxg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tIjXR3Twxg .mbr-section-subtitle,
.cid-tIjXR3Twxg .mbr-section-btn {
  color: #000000;
}
.cid-tIjXR3Twxg .mbr-section-title {
  color: #000000;
}
.cid-tIjXUwW7LR {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-tIjXUwW7LR .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIjXUwW7LR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tIjXUwW7LR .mbr-section-subtitle,
.cid-tIjXUwW7LR .mbr-section-btn {
  color: #000000;
}
.cid-tIjXUwW7LR .mbr-section-title {
  color: #000000;
}
.cid-tIjXV4gcWv {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tIjXV4gcWv .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIjXV4gcWv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tIjXV4gcWv .mbr-section-subtitle,
.cid-tIjXV4gcWv .mbr-section-btn {
  color: #000000;
}
.cid-tIjXV4gcWv .mbr-section-title {
  color: #000000;
}
.cid-tIjYZyhdem {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #efefef;
}
.cid-tIjYZyhdem .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIjYZyhdem .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tIjYZyhdem .mbr-section-title {
  color: #24262b;
}
.cid-tIjYZyhdem .mbr-section-subtitle {
  color: #24262b;
}
.cid-tIjYZyhdem .mbr-section-btn {
  margin-top: 16px;
}
.cid-tIjZkagss1 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #efefef;
}
.cid-tIjZkagss1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIjZkagss1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tIjZkagss1 .mbr-section-head {
  margin-bottom: 32px;
}
.cid-tIjZkagss1 .mbr-section-title {
  color: #24262b;
}
.cid-tIjZkagss1 .mbr-section-subtitle {
  color: #24262b;
}
.cid-tIjZkagss1 .cards-row {
  align-items: stretch;
  row-gap: 32px;
}
.cid-tIjZkagss1 .card {
  display: flex;
  justify-content: center;
  align-items: stretch;
  height: auto;
  border-radius: 0;
}
.cid-tIjZkagss1 .card-wrap {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 5rem 4rem;
  transition: .3s all;
  background-size: cover;
  background-position: center;
}
@media (max-width: 767px) {
  .cid-tIjZkagss1 .card-wrap {
    padding: 3rem 2rem;
  }
}
.cid-tIjZkagss1 .item-content {
  max-width: 390px;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tIjZkagss1 .item-content {
    max-width: 100%;
    text-align: center;
  }
}
.cid-tIjZkagss1 .card-title-1 {
  margin-bottom: 16px;
  color: #FFFFFF;
}
.cid-tIjZkagss1 .card-title-2 {
  margin-bottom: 16px;
  color: #24262b;
}
.cid-tIjZkagss1 .card-subtitle-1 {
  color: #FFFFFF;
}
.cid-tIjZkagss1 .card-subtitle-2 {
  color: #ffffff;
}
.cid-tIjZkagss1 .card-text-1 {
  margin-top: 16px;
  color: #FFFFFF;
}
.cid-tIjZkagss1 .card-text-2 {
  margin-top: 16px;
  color: #24262b;
}
.cid-tIjZkagss1 .mbr-section-btn {
  margin-top: 14px;
}
.cid-tIjZkagss1 .card-1 .card-wrap {
  background-image: url("../../../assets/images/lanacion-1-1200x712.jpg");
}
.cid-tIjZkagss1 .card-2 .card-wrap {
  background-image: url("../../../assets/images/radio-latina-1200x712.jpg");
}
.cid-tIjZkagss1 .card-text-2,
.cid-tIjZkagss1 .mbr-section-btn-2 {
  color: #ffffff;
}
.cid-tIk1Hd90nb {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #efefef;
}
.cid-tIk1Hd90nb .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIk1Hd90nb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tIk1Hd90nb .mbr-section-head {
  margin-bottom: 32px;
}
.cid-tIk1Hd90nb .mbr-section-title {
  color: #24262b;
}
.cid-tIk1Hd90nb .mbr-section-subtitle {
  color: #24262b;
}
.cid-tIk1Hd90nb .cards-row {
  align-items: stretch;
  row-gap: 32px;
}
.cid-tIk1Hd90nb .card {
  display: flex;
  justify-content: center;
  align-items: stretch;
  height: auto;
  border-radius: 0;
}
.cid-tIk1Hd90nb .card-wrap {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 5rem 4rem;
  transition: .3s all;
  background-size: cover;
  background-position: center;
}
@media (max-width: 767px) {
  .cid-tIk1Hd90nb .card-wrap {
    padding: 3rem 2rem;
  }
}
.cid-tIk1Hd90nb .item-content {
  max-width: 390px;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tIk1Hd90nb .item-content {
    max-width: 100%;
    text-align: center;
  }
}
.cid-tIk1Hd90nb .card-title-1 {
  margin-bottom: 16px;
  color: #FFFFFF;
}
.cid-tIk1Hd90nb .card-title-2 {
  margin-bottom: 16px;
  color: #24262b;
}
.cid-tIk1Hd90nb .card-subtitle-1 {
  color: #FFFFFF;
}
.cid-tIk1Hd90nb .card-subtitle-2 {
  color: #ffffff;
}
.cid-tIk1Hd90nb .card-text-1 {
  margin-top: 16px;
  color: #FFFFFF;
}
.cid-tIk1Hd90nb .card-text-2 {
  margin-top: 16px;
  color: #24262b;
}
.cid-tIk1Hd90nb .mbr-section-btn {
  margin-top: 14px;
}
.cid-tIk1Hd90nb .card-1 .card-wrap {
  background-image: url("../../../assets/images/radio-1200x712.jpg");
}
.cid-tIk1Hd90nb .card-2 .card-wrap {
  background-image: url("../../../assets/images/4-1200x712.jpg");
}
.cid-tIk1Hd90nb .card-text-2,
.cid-tIk1Hd90nb .mbr-section-btn-2 {
  color: #ffffff;
}
.cid-tO2RypqsCU {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #efefef;
}
.cid-tO2RypqsCU .mbr-fallback-image.disabled {
  display: none;
}
.cid-tO2RypqsCU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tO2RypqsCU .mbr-section-head {
  margin-bottom: 32px;
}
.cid-tO2RypqsCU .mbr-section-title {
  color: #24262b;
}
.cid-tO2RypqsCU .mbr-section-subtitle {
  color: #24262b;
}
.cid-tO2RypqsCU .cards-row {
  align-items: stretch;
  row-gap: 32px;
}
.cid-tO2RypqsCU .card {
  display: flex;
  justify-content: center;
  align-items: stretch;
  height: auto;
  border-radius: 0;
}
.cid-tO2RypqsCU .card-wrap {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 5rem 4rem;
  transition: .3s all;
  background-size: cover;
  background-position: center;
}
@media (max-width: 767px) {
  .cid-tO2RypqsCU .card-wrap {
    padding: 3rem 2rem;
  }
}
.cid-tO2RypqsCU .item-content {
  max-width: 390px;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tO2RypqsCU .item-content {
    max-width: 100%;
    text-align: center;
  }
}
.cid-tO2RypqsCU .card-title-1 {
  margin-bottom: 16px;
  color: #FFFFFF;
}
.cid-tO2RypqsCU .card-title-2 {
  margin-bottom: 16px;
  color: #24262b;
}
.cid-tO2RypqsCU .card-subtitle-1 {
  color: #FFFFFF;
}
.cid-tO2RypqsCU .card-subtitle-2 {
  color: #ffffff;
}
.cid-tO2RypqsCU .card-text-1 {
  margin-top: 16px;
  color: #FFFFFF;
}
.cid-tO2RypqsCU .card-text-2 {
  margin-top: 16px;
  color: #24262b;
}
.cid-tO2RypqsCU .mbr-section-btn {
  margin-top: 14px;
}
.cid-tO2RypqsCU .card-1 .card-wrap {
  background-image: url("../../../assets/images/5-600x356.jpg");
}
.cid-tO2RypqsCU .card-2 .card-wrap {
  background-image: url("../../../assets/images/4-1200x712.jpg");
}
.cid-tO2RypqsCU .card-text-2,
.cid-tO2RypqsCU .mbr-section-btn-2 {
  color: #ffffff;
}
.cid-tIk8tjZqbc {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tIk8tjZqbc .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIk8tjZqbc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tIk8tjZqbc .mbr-section-title {
  color: #24262b;
}
.cid-tIk8tjZqbc .mbr-section-subtitle {
  color: #24262b;
}
.cid-tIk8tjZqbc .mbr-section-btn {
  margin-top: 16px;
}
#custom-html-o {
  /* Type valid CSS here */
}
#custom-html-o div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-o p {
  font-size: 60px;
  color: #777;
}
#custom-html-u {
  /* Type valid CSS here */
}
#custom-html-u div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-u p {
  font-size: 60px;
  color: #777;
}
.cid-tIk6JeIjtC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #004aad;
}
.cid-tIk6JeIjtC .container-fluid {
  padding: 0;
}
.cid-tIk6JeIjtC .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tIk6JeIjtC .social-row {
  width: 100%;
  justify-content: center;
  padding-bottom: 70px;
}
.cid-tIk6JeIjtC .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tIk6JeIjtC .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 20px;
}
.cid-tIk6JeIjtC .media-container-row .foot-menu li {
  padding: 8.5px 17px 12px;
  opacity: .7;
  transition: all .3s ease;
}
.cid-tIk6JeIjtC .media-container-row .foot-menu li::after {
  content: '';
  display: block;
  margin-top: 2px;
  width: 0;
  height: 2px;
  background: #f7ed4a;
  transition: all .3s linear;
}
.cid-tIk6JeIjtC .media-container-row .foot-menu li:hover {
  opacity: 1;
}
.cid-tIk6JeIjtC .media-container-row .foot-menu li:hover::after {
  width: 100%;
}
.cid-tIk6JeIjtC .media-container-row .social-list {
  width: auto;
  padding: 5px 1rem 0 1rem;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tIk6JeIjtC .media-container-row .social-list .mbr-iconfont-social {
  font-size: 19px;
}
.cid-tIk6JeIjtC .media-container-row .social-list .soc-item {
  margin: 0 5px 5px 0;
  width: 45px;
  height: 45px;
  border: 1px solid #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tIk6JeIjtC .media-container-row .social-list a {
  margin: 0;
  opacity: 1;
  transition: all .3s ease;
}
.cid-tIk6JeIjtC .media-container-row .social-list a:hover {
  opacity: .7;
}
@media (max-width: 767px) {
  .cid-tIk6JeIjtC .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tIk6JeIjtC .title-wrapper {
  padding: 0 1rem;
  margin-bottom: 23px;
  width: 100%;
}
.cid-tIk6JeIjtC .title-wrapper .mbr-section-title {
  padding: 8.5px 0;
  margin: 0;
}
.cid-tIk6JeIjtC .copyright {
  margin: 0 60px;
  border-top: 1px solid #ffffff;
  padding: 26px 0;
}
.cid-tIk6JeIjtC .copyright .mbr-text {
  margin: 0;
}
.cid-tIk6JeIjtC .mbr-section-title,
.cid-tIk6JeIjtC .mbr-iconfont {
  color: #FFFFFF;
  text-align: center;
}
.cid-tIk6JeIjtC .mbr-text {
  color: #ffffff;
  text-align: center;
}
