body {
  font-family: 'Archivo', sans-serif;
}
.display-1 {
  font-family: 'Archivo', sans-serif;
  font-size: 2.9rem;
  line-height: 1;
  letter-spacing: -0.05em;
}
.display-1 > .mbr-iconfont {
  font-size: 3.625rem;
}
.display-2 {
  font-family: 'Archivo', sans-serif;
  font-size: 1.9rem;
  line-height: 1.05;
  letter-spacing: -0.03em;
  font-weight: bold;
}
.display-2 > .mbr-iconfont {
  font-size: 2.375rem;
}
.display-4 {
  font-family: 'Archivo', sans-serif;
  font-size: 24px;
  line-height: 1;
}
.display-4 > .mbr-iconfont {
  font-size: 1.625rem;
}
.display-5 {
  font-family: 'Archivo', sans-serif;
  font-size: 21px;
  line-height: 1.1;
  font-weight: 300;
}
.display-5 > .mbr-iconfont {
  font-size: 1.875rem;
}
.display-7 {
  font-family: 'Archivo', sans-serif;
  font-size: 17px;
  line-height: 1.4;
  letter-spacing: -0.01em;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
.display-8 {
  font-family: 'Archivo', sans-serif;
  font-size: 13px;
  line-height: 17px;
  letter-spacing: 0.325px;
  color: #35393c;    
}
/* ---- 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: 2.32rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.03rem;
    font-size: calc( 1.665rem + (2.9 - 1.665) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.665rem + (2.9 - 1.665) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.52rem;
    font-size: calc( 1.315rem + (1.9 - 1.315) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.315rem + (1.9 - 1.315) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1.04rem;
    font-size: calc( 1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/*! Text-aligns */
.align-left {
  text-align: left; }

.align-center {
  text-align: center; }

.align-right {
  text-align: right; }
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 33px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 33px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 33px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 33px;
}
.bg-primary {
  background-color: #004598 !important;
}
.bg-success {
  background-color: #8c8c8c !important;
}
.bg-info {
  background-color: #ffffff !important;
}
.bg-warning {
  background-color: #99c392 !important;
}
.bg-danger {
  background-color: #6ba262 !important;
}
.btn-primary,
.btn-primary:active {
/*  background-color: #004598 !important;
  border-color: #004598 !important;*/
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary-invert,
.btn-primary-invert:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #004598 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
  font-size: 13px;
  padding: 5px 10px 5px 10px !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #001e41 !important;
  border-color: #001e41 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #268f75 !important;
  border-color: #268f75 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #001e41 !important;
  border-color: #001e41 !important;
}
.btn-info,
.btn-info:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #808080 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
}
.btn-success,
.btn-success:active {
  background-color: #8c8c8c !important;
  border-color: #8c8c8c !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #616161 !important;
  border-color: #616161 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #99c392 !important;
  border-color: #99c392 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #65a45a !important;
  border-color: #65a45a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #6ba262 !important;
  border-color: #6ba262 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #476d40 !important;
  border-color: #476d40 !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #004598 !important;
  color: #004598;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #004598 !important;
  background-color: transparent!important;
  border-color: #004598!important;
  filter: brightness(60%);
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #004598 !important;
  border-color: #004598 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #004598;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #001e41 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #004598 !important;
  border-color: #004598 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffffff;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #8c8c8c;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #616161 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #8c8c8c !important;
  border-color: #8c8c8c !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #99c392;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #65a45a !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #99c392 !important;
  border-color: #99c392 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #6ba262;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #476d40 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #6ba262 !important;
  border-color: #6ba262 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #004598 !important;
}
.text-secondary {
  color: #004598 !important;
}
.text-success {
  color: #8c8c8c !important;
}
.text-info {
  color: #ffffff !important;
}
.text-warning {
  color: #99c392 !important;
}
.text-danger {
  color: #6ba262 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #001732 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #001732 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #595959 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #cccccc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #5f9a55 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #40633b !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  transition: 0.2s;
  position: relative;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0 1.2em;
}
.nav-tabs .nav-link.active {
  color: #004598;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ffffff;
}
.alert-warning {
  background-color: #ff7f9f;
}
.alert-danger {
  background-color: #e12e1b;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #004598;
  border-color: #004598;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #004598;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #1981ff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #cccccc;
}
.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: #e6f0e4;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #b6d1b2;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Archivo', sans-serif;
  font-size: 17px;
  line-height: 1;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.625rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #004598 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Archivo', sans-serif;
  font-size: 1.3rem;
  line-height: 1;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.625rem;
}
blockquote {
  border-color: #004598;
}
/* Forms */
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #004598;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #004598;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #004598;
  border-bottom-color: #004598;
}
.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: #004598 !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: #004598 !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='%23004598' %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;
}
.btn-primary,
.btn-secondary,
.btn-info,
.btn-success,
.btn-warning,
.btn-danger,
.btn-white,
.btn-black {
    padding: 3px 10px 3px 10px;
/*  padding: 15px !important;
  min-width: 100px !important;*/
    font-size: 10px;
}
.cid-tbW55t7jzO .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-tbW55t7jzO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-tbW55t7jzO .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-tbW55t7jzO .menu_box .navbar.opened,
  .cid-tbW55t7jzO .menu_box .navbar-collapse {
    background-color: transparent !important;
    transition: all 0s ease 0s;
  }
}
.cid-tbW55t7jzO .navbar-dropdown {
  position: relative !important;
}
.cid-tbW55t7jzO .search-div {
    margin-top: 18px;
    margin-right: 50px;
    width: 100%
}
@media (max-width: 991px) {
    .search-div {
        display: none;
    }
}
.cid-tbW55t7jzO .search-inmenudiv img {
    margin-top: 13px;    
}

.cid-tbW55t7jzO nav.navbar {
  padding-top: 1rem;
  /*padding-bottom: 1rem;*/
}
.cid-tbW55t7jzO .icons-menu-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-tbW55t7jzO .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
    display: flex;
  }
}
.cid-tbW55t7jzO .mbr-section-btn-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-tbW55t7jzO .mbr-section-btn-main {
    margin-top: 1rem;
    display: block;
    /*color: #ffffff;*/
    /*background: #004598;*/
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;      
    font-size: 2rem;
}
.cid-tbW55t7jzO .mbr-section-btn-main a {
    margin-left: 10px;
}
}
.cid-tbW55t7jzO .btn {
  min-height: 24px;
  border: none;
  box-shadow: none;
  margin-top: 0;
}
.cid-tbW55t7jzO .btn:hover {
  border: none;
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-tbW55t7jzO .offcanvas {
    padding: 80px 60px 35px;
    width: 480px;
    /*background-color : #004598;*/
  }
  .cid-tbW55t7jzO .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tbW55t7jzO .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tbW55t7jzO .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tbW55t7jzO .offcanvas-body {
    text-align: left;
    padding: 0;
  }
  .cid-tbW55t7jzO .offcanvas-body .mbr-text,
  .cid-tbW55t7jzO .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
    color : white;
    font-size: 1.8rem;      
    text-transform: Uppercase;
   }
  .cid-tbW55t7jzO .offcanvas-body .mbr-text:hover,
  .cid-tbW55t7jzO .offcanvas-body .mbr-section-subtitle:hover {
    text-decoration: underline;    
  }
  /*.cid-tbW55t7jzO .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }*/
  .cid-tbW55t7jzO .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tbW55t7jzO .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #124ad6;
  }
  .cid-tbW55t7jzO .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tbW55t7jzO .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tbW55t7jzO .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tbW55t7jzO .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tbW55t7jzO ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tbW55t7jzO .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tbW55t7jzO .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-tbW55t7jzO .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tbW55t7jzO li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
  }
  .cid-tbW55t7jzO .lg_brand {
    margin: 0 1rem;
  }
}
.cid-tbW55t7jzO .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tbW55t7jzO .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-tbW55t7jzO .nav-item {
    margin: 0 !important;
  }
}
.cid-tbW55t7jzO .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tbW55t7jzO .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: 72px !important;
    left: -40px !important;
  }
  .cid-tbW55t7jzO .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tbW55t7jzO .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tbW55t7jzO .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-tbW55t7jzO .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tbW55t7jzO .offcanvas_box {
    display: none;
  }
}
.cid-tbW55t7jzO .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-tbW55t7jzO .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tbW55t7jzO .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tbW55t7jzO .nav-link {
  position: relative;
  color: #000000;
}
.cid-tbW55t7jzO .nav-link::before {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  left: 0;
  bottom: -4px;
  background-color: transparent;
  height: 2px;
  transition: all .3s ease;
}
.cid-tbW55t7jzO .container {
  display: flex;
  margin: auto;
}
.cid-tbW55t7jzO .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-tbW55t7jzO .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tbW55t7jzO .iconfont-wrapper:hover {
  color: #004598;
}
.cid-tbW55t7jzO .navbar-caption {
  color: #000000;
}
.cid-tbW55t7jzO .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-tbW55t7jzO .navbar-nav {
    margin: 0;
  }
}
.cid-tbW55t7jzO .navbar-nav .nav-item:last-child {
  margin-right: 0 !important;
}
.cid-tbW55t7jzO .dropdown-menu,
.cid-tbW55t7jzO .navbar.opened {
  background-color: false !important;
}
.cid-tbW55t7jzO .nav-item:focus,
.cid-tbW55t7jzO .nav-link:focus {
  outline: none;
}
.cid-tbW55t7jzO .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tbW55t7jzO .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tbW55t7jzO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tbW55t7jzO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tbW55t7jzO .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tbW55t7jzO .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tbW55t7jzO .navbar {
  min-height: 120px;
  transition: all 0.3s;
  border-bottom-width: 0px;
  border-bottom: 1px solid #e5e5e5;
}
.cid-tbW55t7jzO .navbar.opened {
  transition: all 0.3s;
}
.cid-tbW55t7jzO .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tbW55t7jzO .navbar .navbar-logo img {
/*  min-width: 34px;
  min-height: 34px;*/
  /*width : 139px;*/
  height: 110px;
  object-fit: cover;
}
.cid-tbW55t7jzO .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-tbW55t7jzO .navbar.collapsed {
  justify-content: center;
}
.cid-tbW55t7jzO .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tbW55t7jzO .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tbW55t7jzO .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tbW55t7jzO .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tbW55t7jzO .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tbW55t7jzO .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tbW55t7jzO .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tbW55t7jzO .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tbW55t7jzO .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-tbW55t7jzO .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tbW55t7jzO .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tbW55t7jzO .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tbW55t7jzO .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tbW55t7jzO .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tbW55t7jzO .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tbW55t7jzO .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tbW55t7jzO .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tbW55t7jzO .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tbW55t7jzO .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tbW55t7jzO .navbar .navbar-toggler img {
      width: 29px;
      height: 22px;
    left: 9px;
    top: 12px;
    position: absolute;
      
}
  .cid-tbW55t7jzO .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tbW55t7jzO .navbar.navbar-short {
  min-height: 60px;
}
.cid-tbW55t7jzO .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tbW55t7jzO .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tbW55t7jzO .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tbW55t7jzO .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tbW55t7jzO .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tbW55t7jzO .dropdown-item.active,
.cid-tbW55t7jzO .dropdown-item:active {
  background-color: transparent;
}
.cid-tbW55t7jzO .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tbW55t7jzO .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tbW55t7jzO .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tbW55t7jzO .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tbW55t7jzO ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-tbW55t7jzO .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tbW55t7jzO button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  /*background: #004598;*/
}
.cid-tbW55t7jzO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #124ad6;
}
.cid-tbW55t7jzO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tbW55t7jzO button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tbW55t7jzO button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tbW55t7jzO button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tbW55t7jzO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tbW55t7jzO nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tbW55t7jzO nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tbW55t7jzO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tbW55t7jzO a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tbW55t7jzO .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tbW55t7jzO .navbar {
    height: 70px;
  }
  .cid-tbW55t7jzO .navbar.opened {
    height: auto;
  }
  .cid-tbW55t7jzO .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tbW55t7jzO .mbr-section-btn .btn,
.cid-tbW55t7jzO .mbr-section-btn-main .btn {
  height: 21px;
  min-width: 70px;
  position: relative;
  overflow: visible;
  padding: 0 12px 0 0;
  justify-content: flex-start;
  /*margin-left: 28px;*/
  box-shadow: none;
}
.cid-tbW55t7jzO .mbr-section-btn .btn:first-child,
.cid-tbW55t7jzO .mbr-section-btn-main .btn:first-child {
  margin-left: 9.6px;
}
.cid-tbW55t7jzO .mbr-section-btn .btn:focus,
.cid-tbW55t7jzO .mbr-section-btn-main .btn:focus {
  box-shadow: none;
}
.cid-tbW55t7jzO .mbr-section-btn .btn span,
.cid-tbW55t7jzO .mbr-section-btn-main .btn span {
  position: absolute;
  right: -12px;
  width: 18px;
  height: 18px;
  font-size: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #124ad6;
  color: #ffffff;
  margin: 2px 0 0 12px;
  padding-left: 2px;
  transition: all .33s ease;
}
.cid-tbW55t7jzO .mbr-section-btn .btn:hover,
.cid-tbW55t7jzO .mbr-section-btn-main .btn:hover {
  transform: scale(1) !important;
  color: #004598 !important;
}
.cid-tbW55t7jzO .mbr-section-btn .btn:hover span,
.cid-tbW55t7jzO .mbr-section-btn-main .btn:hover span {
  width: 28px;
  border-radius: 22px;
  right: -28px;
}
.cid-tbW55t7jzO .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-tbW55t7jzO .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-tbW55t7jzO .navbar-caption:hover {
  color: #004598;
}
.cid-tbW55t7jzO .nav-link:hover {
  color: #004598;
}
.cid-tbW55t7jzO .nav-link:hover::before {
  background-color: #000000;
}
.cid-tbW55t7jzO .mbr-section-subtitle {
  color: #124ad6;
}
.cid-tbW55t7jzO .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-tbW55t7jzO .mbr-upper {
    text-transform: Uppercase;
}
.cid-tbW55t7jzO .mbr-upper:hover {
    text-decoration: underline;
}
.cid-tbW55t7jzO .mbr-section-subtitle,
.cid-tbW55t7jzO .text_widget {
  text-align: left;
}
.cid-tbW55t7jzO a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-to73CTiY1R {
  /*padding-top: 5rem;*/
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-to73CTiY1R .mbr-section-head {
  margin-bottom: 2.3rem;
}
.cid-to73CTiY1R .mbr-section-title {
  text-align: center;
}
.cid-to73CTiY1R .mbr-section-subtitle {
  text-align: center;
}
.cid-to73CTiY1R .pressbox {
  height: 85%
}
.cid-to73CTiY1R .eventbox {
  height: 95%
}
.cid-to73CTiY1R .minicard {
    cursor: pointer;
}
.cid-to73CTiY1R .card-img {
    background-color: #f5f8fa;
    align-items: center;
    display: flex;
    justify-content: center;
    padding: 50px 150px 50px 150px;
    width: 100%;
}

.cid-to73CTiY1R .bottomlink {
    bottom: 44px;
    /*left: 17px;*/
    position: absolute;    
}
.cid-to73CTiY1R hr {
    height: 2px;
    color: #004598;
}
.cid-to73CTiY1R .hrbottom:before {
  content : "";
  position: absolute;
  left    : 13px;
  bottom  : 0;
  height  : 1px;
  width   : 628px;  /* or 100px */
  border-bottom:1px solid #004598;  
}
.cid-to73CTiY1R .date {
  font-size: 17px;
  text-align: left;
  line-height: 25px;
  letter-spacing: 0.408px;
  color: #004598;
}
.cid-to73CTiY1R .author {
    width: 87px;
}
.cid-to73CTiY1R .subtitle {
    overflow: hidden;
    font-size: 17px;
    font-weight: bold;
    text-align: left;
    line-height: 25px;
    letter-spacing: 0.408px;
    color: #004598;
}
.cid-to73CTiY1R .readmore {
    margin-top: 1rem;
    text-align: right;
}
.cid-to73CTiY1R .separator {
    margin-bottom: 1rem;
    height : 2px;
    background-color : #004598;
    margin-left: 15px;
    margin-right: 15px;
}
.cid-to73CTiY1R .readmore a {
    overflow: hidden;
    font-family: Archivo;
    font-size: 16px;
    text-decoration: underline;
    text-align: left;
    line-height: 24px;
    letter-spacing: 0.192px;
    color: #004598;
}
.cid-to73CTiY1R .card-title {
  margin-bottom: 1rem;
  /*color: #004598;*/
}
.cid-to73CTiY1R .card-subtitle {
  color: #1f1437;
}
.cid-to73CTiY1R .mbr-text {
  /*margin-top: 1.5rem;*/
  margin-bottom: 0;
  color: #1f1437;
}
.cid-to73CTiY1R .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-to73CTiY1R .card {
  height: 100%;
  background-color: #f5f8fa;
  border-width: 1px;
/*  border-style: dashed;
  border-color: #f5f8fa;*/
  border-radius: 5px;
  /*padding: 1rem 0.5rem;*/
}
.cid-to73CTiY1R .card-white {
  height: 100%;
  background-color: #ffffff;
  border-width: 1px;
  border-radius: 5px;
}
.cid-to73CTiY1R .card-wrapper {
  display: flex;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-to73CTiY1R .card-wrapper {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .cid-to73CTiY1R .card-wrapper {
    flex-direction: column;
  }
}
@media (max-width: 991px) {
  .cid-to73CTiY1R .item {
      padding-top: 40px;
  }
}
.cid-to73CTiY1R .social-row {
  width: 50px;
  padding-top: 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .cid-to73CTiY1R .social-row {
    width: 100%;
    flex-direction: row;
    justify-content: center !important;
  }
}
.cid-to73CTiY1R .social-row .soc-item {
  width: 34px;
  height: 34px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-bottom: 1rem;
  padding: 0.5rem;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .cid-to73CTiY1R .social-row .soc-item {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
}
.cid-to73CTiY1R .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #33d5ad;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-to73CTiY1R .social-row .soc-item:hover .mbr-iconfont {
  color: #cd8ad1;
}
.cid-to73CTiY1R .image-wrapper {
  width: 22%;
  /*aspect-ratio: 1;*/
  flex-shrink: 0;
  padding: 1rem;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .cid-to73CTiY1R .image-wrapper {
    width: 28%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-to73CTiY1R .image-wrapper {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-to73CTiY1R .image-wrapper {
    width: 100%;
  }
}
.cid-to73CTiY1R .image-wrapper img {
  width: 122px;
  /*height: 123px;*/
  object-fit: cover;
  border-radius: 5px;
}

.cid-to73CTiY1R .card-whiteseparator
{
    height : 40px;
    background-color: #ffffff;
}

.cid-to73CTiY1R .card-text {
  padding: 1rem;
  width: 100%;
}
 .cid-to73CTiY1R div[class*="col"] { 
  /*margin-bottom: 2rem;*/
}
.cid-tbWmdHJYdY {
/*  padding-top: 5rem;
  padding-bottom: 5rem;*/
  background-color: #004598;
}
.cid-tbWmdHJYdY .mbr-fallback-image.disabled {
  display: none;
}
.cid-tbWmdHJYdY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tbWmdHJYdY .row-main {
  margin-bottom: 200px;
}
@media (max-width: 992px) {
  .cid-tbWmdHJYdY .row-main {
    margin-bottom: 140px;
  }
}
@media (max-width: 768px) {
  .cid-tbWmdHJYdY .row-main {
    margin-bottom: 60px;
  }
}
@media (max-width: 992px) {
  .cid-tbWmdHJYdY .title {
    display: none;
  }
}
.cid-tbWmdHJYdY .title-wrapper {
  display: flex;
}
.cid-tbWmdHJYdY .title-wrapper img {
  width: 40px;
  height: 40px;
  object-fit: cover;
  margin-right: 12px;
  border-radius: 15%;
}
.cid-tbWmdHJYdY .title-wrapper .mbr-section-title {
  margin: 0;
}
.cid-tbWmdHJYdY .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tbWmdHJYdY .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tbWmdHJYdY .list {
    margin-bottom: 0;
  }
}
.cid-tbWmdHJYdY .social-wrapper {
  width: 100%;
}
.cid-tbWmdHJYdY .social-row {
  display: inline-flex;
  flex-wrap: wrap;
  margin-top: 20px;
}
@media (max-width: 992px) {
  .cid-tbWmdHJYdY .social-row {
    margin-top: 12px;
  }
}
.cid-tbWmdHJYdY .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 18px;
  margin-bottom: 20px;
  height: 18px;
  width: 18px;
}
.cid-tbWmdHJYdY .soc-item a span {
  font-size: 18px;
}
@media (max-width: 768px) {
  .cid-tbWmdHJYdY .card-list {
    display: none;
  }
}
.cid-tbWmdHJYdY .mbr-section-subtitle {
  margin-bottom: 20px;
  color: #8c8c8c;
}
@media (max-width: 992px) {
  .cid-tbWmdHJYdY .mbr-section-subtitle {
    margin-bottom: 12px;
  }
}
@media (max-width: 768px) {
  .cid-tbWmdHJYdY .mbr-section-subtitle {
    display: none;
  }
}
.cid-tbWmdHJYdY .mbr-text {
  margin-bottom: 20px;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-tbWmdHJYdY .mbr-text {
    margin-bottom: 12px;
  }
}
.cid-tbWmdHJYdY .mbr-contact {
  margin-bottom: 0;
  padding-bottom: 6px;
  transition: all .3s ease;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-tbWmdHJYdY .mbr-contact {
    padding-bottom: 4px;
  }
}
.cid-tbWmdHJYdY .copyright-container {
  display: flex;
}
@media (max-width: 768px) {
  .cid-tbWmdHJYdY .copyright-container {
    display: block;
  }
}
.cid-tbWmdHJYdY .copyright-container .copyright-wrapper {
  width: 50%;
}
@media (max-width: 768px) {
  .cid-tbWmdHJYdY .copyright-container .copyright-wrapper {
    width: 100%;
  }
}
.cid-tbWmdHJYdY .copyright-container .copyright-wrapper .copyright {
  margin-bottom: 20px;
}
.cid-tbWmdHJYdY .copyright-container .copyright-list {
  width: 50%;
}
@media (max-width: 768px) {
  .cid-tbWmdHJYdY .copyright-container .copyright-list {
    width: 100%;
  }
}
.cid-tbWmdHJYdY .copyright-container .copyright-list ul {
  display: inline-flex;
}
.cid-tbWmdHJYdY .copyright-container .copyright-list ul .mbr-copy {
  margin: 0 30px 0 0;
  transition: all .3s ease;
}
.cid-tbWmdHJYdY .item-wrap:hover,
.cid-tbWmdHJYdY p:hover,
.cid-tbWmdHJYdY .mbr-iconfont:hover {
  color: #004598;
}
.cid-tbWmdHJYdY .mbr-section-title,
.cid-tbWmdHJYdY .mbr-iconfont {
  color: #000000;
}
.cid-tbWmdHJYdY .copyright {
  color: #000000;
}
.cid-tbWmdHJYdY .list-copy {
  color: #000000;
}
.cid-rHfijMmdzE {
  padding-top: 60px;
  padding-bottom: 60px;
  /*background-color: #004598;*/
}
@media (max-width: 767px) {
  .cid-rHfijMmdzE .content {
    text-align: center;
  }
  .cid-rHfijMmdzE .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-rHfijMmdzE .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-rHfijMmdzE .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-rHfijMmdzE .media-wrap img {
  height: 6rem;
}
.cid-rHfijMmdzE .media-wrap-b .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-rHfijMmdzE .media-wrap-b img {
    width: 159px;
}
/*@media (max-width: 991px) and (min-width: 768px) {
    .cid-rHfijMmdzE .media-wrap-b img {
    height: 2rem;
    }
}*/
@media (max-width: 767px) {
  .cid-rHfijMmdzE .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-rHfijMmdzE .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-rHfijMmdzE .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
}
.cid-rHfijMmdzE .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-rHfijMmdzE .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-rHfijMmdzE .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rHfijMmdzE .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rHfijMmdzE .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
  .cid-rHfijMmdzE .media-wrap-b img {
    margin: auto;
  }
}
.cid-rNEUrNeZVp {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rNEUrNeZVp h4 {
  display: flex;
  color: #232323;
}
.cid-rNEUrNeZVp .panel-text {
  color: #232323;
  line-height: 1.7;
  text-align: left;
}
.cid-rNEUrNeZVp .wrap {
  display: flex;
}
.cid-rNEUrNeZVp .icon {
  background: #005dab;
  width: 33px;
  height: 33px;
  border-radius: 100%;
  color: white!important;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  font-weight: 900;
}
.cid-rNEUrNeZVp img {
  max-width: 600px;
  width: 100%;
  margin: auto;
  padding: 2rem;
}
.cid-rNEUrNeZVp .mbr-section-title {
  color: #232323;
  text-align: center;
}
.cid-rNEUrNeZVp p {
  margin: 0;
}
.cid-rNEUrNeZVp .card .card-header a.panel-title {
  background-color: none!important;
  margin-top: 0px!important;
}
.cid-rNEUrNeZVp .mbr-section-subtitle {
  font-weight: 500;
  color: #656565;
  text-align: center;
}
.cid-rNEUrNeZVp .accordion-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-rNEUrNeZVp .panel-group {
  width: 100%;
}
.cid-rNEUrNeZVp .panel-title {
  border-bottom: 1px solid #efefef;
  border-radius: 0px;
  margin-bottom: .5rem;
}
.cid-rNEUrNeZVp .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-rNEUrNeZVp .card .card-header a.panel-title {
  transition: all .3s;
  background-color: #ffffff;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-rNEUrNeZVp .card .card-header a.panel-title:hover {
  opacity: 0.5;
}
.cid-rNEUrNeZVp .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-rNEUrNeZVp .card .card-header a.panel-title h4 {
  padding: 1.5rem 1rem;
  margin-bottom: 0;
}
.cid-rNEUrNeZVp .card .panel-body {
  background: #ffffff;
}
.cid-rNEUrNeZVp .media-container-row .accordion-section {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-rNEUrNeZVp .media-container-row > div {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cid-rNEUrNeZVp .mbr-figure {
    padding-right: 0;
    padding-left: 0;
    padding-top: 2rem;
  }
}
.cid-rNEUrNeZVp .header-text,
.cid-rNEUrNeZVp .sign {
  color: #333333;
  text-align: left;
}
.cid-rHfijIkPFd {
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rHfijIkPFd .mbr-section-subtitle {
  /*color: #004598;*/
  text-align: justify;
  font-weight: bold;
}
.cid-rHfijJRQpB {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rHfijJRQpB .mbr-text,
.cid-rHfijJRQpB blockquote {
  color: #000000;
}
.cid-rHfijJRQpB .mbr-text P {
  text-align: justify;
}
.cid-rHfijJRQpB .mbr-text DIV {
  text-align: left;
}
.cid-rHfijJRQpB .pagination a {
  color: #004598;
}
.cid-rNEQSONLOH {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rNEQSONLOH .mbr-section-subtitle {
  color: #004598;
}
.cid-rNEQQXOe0V {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-rNEQQXOe0V .mbr-figure {
    padding-right: 4rem;
  }
  .cid-rNEQQXOe0V .mbr-text {
    padding-right: 65px;
  }
  .wrap-reverse .media-container-row {
    flex-direction: row-reverse;
    -webkit-flex-direction: row-reverse;
  }
}
@media (max-width: 991px) {
  .wrap-reverse .media-container-row {
    flex-wrap: wrap-reverse;
    -webkit-flex-wrap: wrap-reverse;
  }
  .cid-rNEQQXOe0V .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-touzg9iQ44 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-touzg9iQ44 .mbr-fallback-image.disabled {
  display: none;
}
.cid-touzg9iQ44 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-touzg9iQ44 .container {
/*  max-width: 1200px;*/
  padding: 0 10px;
}
.cid-touzg9iQ44 .mbr-section-head {
  margin-bottom: 10px;
  width: 100%;
}
.cid-touzg9iQ44 .mbr-section-title {
  color: #FF014E;
}
.cid-touzg9iQ44 .mbr-section-subtitle {
  color: #3463d8;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .cid-touzg9iQ44 .mbr-section-subtitle {
    margin-top: 10px;
  }
}
.cid-touzg9iQ44 .card-row {
  align-items: stretch;
}
.cid-touzg9iQ44 .card {
  margin-top: 30px;
}
@media (max-width: 575px) {
  .cid-touzg9iQ44 .card {
    flex-basis: 80% !important;
  }
}
.cid-touzg9iQ44 .card-wrapper {
  position: relative;
  height: 100%;
  width: 100%;
  overflow: hidden;
  border-radius: 5px;
  background: rgba(245,248,250,255)
}
.cid-touzg9iQ44 .card-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  opacity: 0;
  transition: .5s all;
}
.cid-touzg9iQ44 .card-box {
  position: relative;
  z-index: 5;
  height: 100%;
}
.cid-touzg9iQ44 .item-img {
  height: 150px;
  align-items: center;
  display: flex;
  justify-content: center;
  padding: 30px;
  width: 100%;
}
.cid-touzg9iQ44 .item-img img {
  width: auto;
  max-height: 85px;
  max-width: 100%;
  object-fit: contain;
}
.cid-touzg9iQ44 .text-item {
  padding: 16px;
  width: 100%;
}
.cid-touzg9iQ44 .card-title {
    font-size: 17px;
    text-align: center;
    line-height: 21px;
    letter-spacing: 0.425px;
    color: #35393c;
    margin-bottom: 0;
}
.cid-touzg9iQ44 .display-5 {
    color: #004598;
    font-size: 21px;
    font-weight: bold;
    text-align: center;
    line-height: 28px;    
}
.cid-touzg9iQ44 .minicard {
    cursor: pointer;
}
.cid-toLl31OKIO {
  /*padding-top: 5rem;*/
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-toLl31OKIO .mbr-section-head {
  margin-bottom: 2.3rem;
}
.cid-toLl31OKIO .mbr-section-title {
  text-align: center;
}
.cid-toLl31OKIO .mbr-section-subtitle {
  text-align: center;
}
.cid-toLl31OKIO .pressbox {
  height: 85%
}
.cid-toLl31OKIO .bottomlink {
    bottom: 44px;
    left: 17px;
    position: absolute;    
}
.cid-toLl31OKIO hr {
    height: 2px;
    color: #004598;
}
.cid-toLl31OKIO .date {
  font-size: 17px;
  text-align: left;
  line-height: 25px;
  letter-spacing: 0.408px;
  color: #004598;
}
.cid-toLl31OKIO .author {
    width: 87px;
}
.cid-toLl31OKIO .subtitle {
    overflow: hidden;
    font-size: 17px;
    font-weight: bold;
    text-align: left;
    line-height: 25px;
    letter-spacing: 0.408px;
    color: #004598;
}
.cid-toLl31OKIO .readmore {
    margin-top: 1rem;
    text-align: right;
}
.cid-toLl31OKIO .separator {
    margin-bottom: 1rem;
    height : 2px;
    background-color : #004598;
    margin-left: 15px;
    margin-right: 15px;
}
.cid-toLl31OKIO .readmore a {
    overflow: hidden;
    font-family: Archivo;
    font-size: 16px;
    text-decoration: underline;
    text-align: left;
    line-height: 24px;
    letter-spacing: 0.192px;
    color: #004598;
}
.cid-toLl31OKIO .card-title {
  margin-bottom: 1rem;
  margin-top: 1rem;
  /*color: #004598;*/
}
.cid-toLl31OKIO .card-subtitle {
  color: #1f1437;
}
.cid-toLl31OKIO .mbr-text {
  /*margin-top: 1.5rem;*/
  margin-bottom: 0;
  color: #1f1437;
}
.cid-toLl31OKIO .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-toLl31OKIO .card {
  height: 100%;
  background-color: #f5f8fa;
  border-width: 1px;
/*  border-style: dashed;
  border-color: #f5f8fa;*/
  border-radius: 5px;
  /*padding: 1rem 0.5rem;*/
}
.cid-toLl31OKIO .card-wrapper {
  display: flex;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-toLl31OKIO .card-wrapper {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .cid-toLl31OKIO .card-wrapper {
    flex-direction: column;
  }
}
@media (max-width: 991px) {
  .cid-toLl31OKIO .item {
      padding-top: 40px;
  }
}
.cid-toLl31OKIO .social-row {
  width: 50px;
  padding-top: 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .cid-toLl31OKIO .social-row {
    width: 100%;
    flex-direction: row;
    justify-content: center !important;
  }
}
.cid-toLl31OKIO .social-row .soc-item {
  width: 34px;
  height: 34px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-bottom: 1rem;
  padding: 0.5rem;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .cid-toLl31OKIO .social-row .soc-item {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
}
.cid-toLl31OKIO .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #33d5ad;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-toLl31OKIO .social-row .soc-item:hover .mbr-iconfont {
  color: #cd8ad1;
}
.cid-toLl31OKIO .image-wrapper {
  width: 22%;
  /*aspect-ratio: 1;*/
  flex-shrink: 0;
  padding: 1rem;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .cid-toLl31OKIO .image-wrapper {
    width: 28%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-toLl31OKIO .image-wrapper {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-toLl31OKIO .image-wrapper {
    width: 100%;
  }
}
.cid-toLl31OKIO .image-wrapper img {
  width: 122px;
  height: 123px;
  object-fit: cover;
  border-radius: 5px;
}

.cid-toLl31OKIO .card-whiteseparator
{
    height : 40px;
    background-color: #ffffff;
}

.cid-toLl31OKIO .card-text {
  padding-top: 1rem;
  padding-left: 6rem;
}
.cid-toLl31OKIO .card-title-text {
  padding-left: 1rem;
}
 .cid-toLl31OKIO div[class*="col"] { 
  /*margin-bottom: 2rem;*/
}

.cid-toLl31OKIO .download-arrow {
    width : 14px;
    height: 17px;
    display: inline;
    margin-left: 8px;    
}

.cid-toLl31OKIO .div-link {
    padding-right: 10px;
    padding-bottom: 20px;
}
}  

.cid-rNEQQXOe0V .subtitle {
    overflow: hidden;
    font-size: 17px;
    font-weight: bold;
    text-align: left;
    line-height: 25px;
    letter-spacing: 0.408px;
    color: #004598;
}
.cid-rNEQQXOe0V .separator {
    margin-bottom: 1rem;
    height : 2px;
    background-color : #004598;
}
.cid-rNEQQXOe0V .date {
  float: left;
  font-size: 17px;
  text-align: left;
  line-height: 25px;
  letter-spacing: 0.408px;
  color: #004598;
}
/*.cid-rNEQQXOe0V .card-text-subtitle {
    float: left;
}*/
.cid-rHfijJ1OfQ {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 1rem;
}
.cid-rHfijJ1OfQ .image-block {
  margin: auto;  
}
@media (min-width: 992px) {
    .cid-rHfijJ1OfQ .image-block img {
        width : 911px;
        display: block;
        margin-left: auto;
        margin-right: auto;        
    }
}
.cid-rHfijJ1OfQ figcaption {
  position: relative;
}
.cid-rHfijJ1OfQ figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rHfijJ1OfQ .image-block {
    width: 100% !important;
  }
}
.cid-rHeHq0uXDz {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rHeHq0uXDz .mbr-section-subtitle {
  color: #767676;
}
.cid-rHeHq0uXDz .formoid {
  margin: auto;
}
.cid-rHeHq0uXDz .form-control {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.cid-rHeHq0uXDz .input-group-btn .btn {
  padding-top: 1rem;
  padding-bottom: 1rem;
  margin: 0 !important;
}
.cid-rHeHq0uXDz a:not([href]):not([tabindex]) {
  color: #fff;
}
.cid-rHeHq0uXDz a.btn-white:not([href]):not([tabindex]) {
  color: #333;
}
@media (max-width: 768px) {
  .cid-rHeHq0uXDz .mbr-form .row {
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-rHeHq0uXDz .form-group,
  .cid-rHeHq0uXDz .input-group-btn,
  .cid-rHeHq0uXDz .input-group-btn .btn {
    max-width: 300px;
    width: 100%;
  }
}
@media (min-width: 769px) {
  .cid-rHeHq0uXDz .mbr-form .row > * {
    padding: 0 0.5rem;
  }
}
.cid-rHeHq0uXDz  .btn {
    margin: auto;
}
.cid-rHdVdwT7IF {
  padding-top: 60px;
  padding-bottom: 60px;
}
.cid-rHdVdwT7IF H2 {
  text-align: center;
}
.cid-rHdVdwT7IF H3 {
  text-align: center;
}
.cid-rHdVdwT7IF .mbr-text,
.cid-rHdVdwT7IF .mbr-section-btn {
  text-align: center;
}
.cid-rIsZ9loWBe {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rIsZ9loWBe .mbr-section-subtitle {
  color: #35393c;
  font-weight: 300;
}
.cid-rIsZ9loWBe .mbr-content-text {
  color: #35393c;
}
.cid-rIsZ9loWBe .count {
  padding-left: 1rem;
}
.cid-rIsZ9loWBe .card {
  word-wrap: break-word;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
  background: rgba(245,248,250,255);
  margin-right: 1rem;
  margin-bottom: 1rem;  
}
.cid-rIsZ9loWBe .mbr-iconfont {
  font-size: 80px;
  color: #004598;
}
.cid-rIsZ9loWBe .cards-container {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  word-break: break-word;
}
.cid-rIsZ9loWBe .media-block {
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
@media (min-width: 992px) {
  .cid-rIsZ9loWBe .media-block {
    padding-right: 2rem;
  }
}
.cid-rIsZ9loWBe .cards-block {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-rIsZ9loWBe .card-img {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-rIsZ9loWBe .media-block {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
    padding-left: 0;
    padding-bottom: 2rem;
  }
}
.cid-rHfijIkPFd {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rHfijIkPFd .mbr-section-subtitle {
  color: #000000;
  /*text-align: left;*/
}
.cid-rNJErG1pHM .number-wrap {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.15);
  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-rNJErG1pHM .number {
  font-style: normal;
  font-weight: 700;
  font-size: 55px;
  text-transform: none;
  letter-spacing: -2px;
  word-spacing: 0;
  line-height: 1.3;
/*  color: #ffffff;*/
}
.cid-rNJErG1pHM .period {
  display: block;
  padding-top: 2px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.cid-rNJErG1pHM .dot {
  position: absolute;
  top: -10px;
  right: -0.8em;
  width: 1em;
  display: block;
  height: 83%;
  overflow: hidden;
  font-style: normal;
  font-weight: 700;
  font-size: 55px;
  line-height: 89.65px;
  text-transform: none;
  letter-spacing: 0;
  word-spacing: 0;
  /*color: #ffffff;*/
}
.cid-rNJErG1pHM .countdown-cont {
  margin: 0 auto;
}
/*.cid-rNJErG1pHM .full-count-container {
  background: #0c57bf;
}*/
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-rNJErG1pHM .dot {
    right: -0.6em;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-rNJErG1pHM .dot {
    right: -1em;
  }
}
@media (max-width: 768px) {
  .cid-rNJErG1pHM .dot {
    display: none;
  }
  .cid-rNJErG1pHM .number {
    white-space: nowrap;
  }
}
@media (max-width: 550px) {
  .cid-rNJErG1pHM .number-wrap {
    min-width: auto;
  }
}
@media (max-width: 440px) {
  .cid-rNJErG1pHM .number {
    font-size: 40px;
  }
}
@media (max-width: 380px) {
  .cid-rNJErG1pHM .period {
    font-size: 0.8rem;
  }
}
@media (max-width: 300px) {
  .cid-rNJErG1pHM .number {
    font-size: 25px;
  }
  .cid-rNJErG1pHM .period {
    font-size: 0.7rem;
  }
}
