body {
  font-family: Rubik;
}
.display-1 {
  font-family: '500';
  font-size: 2.5rem;
  font-display: swap;
}
.display-1 > .mbr-iconfont {
  font-size: 4rem;
}
.display-2 {
  font-family: '500';
  font-size: 2rem;
  font-display: swap;
}
.display-2 > .mbr-iconfont {
  font-size: 3.2rem;
}
.display-4 {
  font-family: '300';
  font-size: 1rem;
  font-display: swap;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: '500';
  font-size: 1.25rem;
  font-display: swap;
}
.display-5 > .mbr-iconfont {
  font-size: 2rem;
}
.display-7 {
  font-family: '500';
  font-size: 1rem;
  font-display: swap;
}
.display-7 > .mbr-iconfont {
  font-size: 1.6rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((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))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 3px;
}
.bg-primary {
  background-color: #ff3366 !important;
}
.bg-success {
  background-color: #55b4d4 !important;
}
.bg-info {
  background-color: #82786e !important;
}
.bg-warning {
  background-color: #80ef3a !important;
}
.bg-danger {
  background-color: #b1a374 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ff3366 !important;
  border-color: #ff3366 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #e50039 !important;
  border-color: #e50039 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #e50039 !important;
  border-color: #e50039 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #80ef3a !important;
  border-color: #80ef3a !important;
  color: #112703 !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #112703 !important;
  background-color: #59cc11 !important;
  border-color: #59cc11 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #112703 !important;
  background-color: #59cc11 !important;
  border-color: #59cc11 !important;
}
.btn-info,
.btn-info:active {
  background-color: #82786e !important;
  border-color: #82786e !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-success,
.btn-success:active {
  background-color: #55b4d4 !important;
  border-color: #55b4d4 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #2d8fb0 !important;
  border-color: #2d8fb0 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2d8fb0 !important;
  border-color: #2d8fb0 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #80ef3a !important;
  border-color: #80ef3a !important;
  color: #112703 !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #112703 !important;
  background-color: #59cc11 !important;
  border-color: #59cc11 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #112703 !important;
  background-color: #59cc11 !important;
  border-color: #59cc11 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #cc0033;
  color: #cc0033;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #ff3366;
  border-color: #ff3366;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff3366 !important;
  border-color: #ff3366 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #4fb40f;
  color: #4fb40f;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #112703;
  background-color: #80ef3a;
  border-color: #80ef3a;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #112703 !important;
  background-color: #80ef3a !important;
  border-color: #80ef3a !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #4b453f;
  color: #4b453f;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #82786e;
  border-color: #82786e;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #82786e !important;
  border-color: #82786e !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #277e9c;
  color: #277e9c;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #55b4d4;
  border-color: #55b4d4;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #55b4d4 !important;
  border-color: #55b4d4 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #4fb40f;
  color: #4fb40f;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #112703;
  background-color: #80ef3a;
  border-color: #80ef3a;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #112703 !important;
  background-color: #80ef3a !important;
  border-color: #80ef3a !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #7a6e45;
  color: #7a6e45;
}
.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-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #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-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: #ff3366 !important;
}
.text-secondary {
  color: #80ef3a !important;
}
.text-success {
  color: #55b4d4 !important;
}
.text-info {
  color: #82786e !important;
}
.text-warning {
  color: #80ef3a !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: #cc0033 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #4fb40f !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #277e9c !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #4b453f !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #4fb40f !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #7a6e45 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #82786e;
}
.alert-warning {
  background-color: #80ef3a;
}
.alert-danger {
  background-color: #b1a374;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ff3366;
  border-color: #ff3366;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #ff3366;
}
.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: #f8fcfd;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #beb8b2;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #fafef7;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #dfd9c6;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: '500';
  font-size: 1rem;
  font-display: swap;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
}
blockquote {
  border-color: #ff3366;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
@media (max-width: 767px) {
  .btn {
    font-size: .75rem !important;
  }
  .btn .mbr-iconfont {
    font-size: 1rem !important;
  }
}
/* Footer */
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #ff3366;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #ff3366;
}
.footer3 input[type="email"],
.footer4 input[type="email"] {
  border-radius: 100px !important;
}
.footer3 .input-group-btn a.btn,
.footer4 .input-group-btn a.btn {
  border-radius: 100px !important;
}
.footer3 .input-group-btn button[type="submit"],
.footer4 .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
}
/* Headers*/
.header13 .form-inline input[type="email"],
.header14 .form-inline input[type="email"] {
  border-radius: 100px;
}
.header13 .form-inline input[type="text"],
.header14 .form-inline input[type="text"] {
  border-radius: 100px;
}
.header13 .form-inline input[type="tel"],
.header14 .form-inline input[type="tel"] {
  border-radius: 100px;
}
.header13 .form-inline a.btn,
.header14 .form-inline a.btn {
  border-radius: 100px;
}
.header13 .form-inline button,
.header14 .form-inline button {
  border-radius: 100px !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .card-wrapper {
    flex: auto !important;
  }
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ff3366;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #ff3366;
  border-bottom-color: #ff3366;
}
.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: #ff3366 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #80ef3a !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 100px;
  height: 100px;
  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='%23ff3366' %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.3;
}
.cid-sCyuKRHSb1 .navbar {
  background: #134e95;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-sCyuKRHSb1 .navbar-dropdown.bg-color.transparent.opened {
  background: #134e95;
}
.cid-sCyuKRHSb1 a {
  font-style: normal;
}
.cid-sCyuKRHSb1 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sCyuKRHSb1 .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-sCyuKRHSb1 .nav-item:focus,
.cid-sCyuKRHSb1 .nav-link:focus {
  outline: none;
}
.cid-sCyuKRHSb1 .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sCyuKRHSb1 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sCyuKRHSb1 .menu-logo {
  margin-right: auto;
}
.cid-sCyuKRHSb1 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sCyuKRHSb1 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-sCyuKRHSb1 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sCyuKRHSb1 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sCyuKRHSb1 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sCyuKRHSb1 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sCyuKRHSb1 .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sCyuKRHSb1 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sCyuKRHSb1 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sCyuKRHSb1 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sCyuKRHSb1 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sCyuKRHSb1 .dropdown .dropdown-menu {
  background: #134e95;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sCyuKRHSb1 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sCyuKRHSb1 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sCyuKRHSb1 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sCyuKRHSb1 .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-sCyuKRHSb1 .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-sCyuKRHSb1 .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sCyuKRHSb1 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sCyuKRHSb1 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sCyuKRHSb1 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sCyuKRHSb1 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sCyuKRHSb1 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sCyuKRHSb1 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sCyuKRHSb1 button.navbar-toggler:focus {
  outline: none;
}
.cid-sCyuKRHSb1 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sCyuKRHSb1 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sCyuKRHSb1 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sCyuKRHSb1 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sCyuKRHSb1 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sCyuKRHSb1 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sCyuKRHSb1 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sCyuKRHSb1 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sCyuKRHSb1 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sCyuKRHSb1 .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sCyuKRHSb1 .collapsed .btn {
  display: -webkit-flex;
}
.cid-sCyuKRHSb1 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sCyuKRHSb1 .collapsed .navbar-collapse.collapsing,
.cid-sCyuKRHSb1 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sCyuKRHSb1 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sCyuKRHSb1 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sCyuKRHSb1 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sCyuKRHSb1 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sCyuKRHSb1 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sCyuKRHSb1 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sCyuKRHSb1 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sCyuKRHSb1 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-sCyuKRHSb1 .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sCyuKRHSb1 .collapsed button.navbar-toggler {
  display: block;
}
.cid-sCyuKRHSb1 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sCyuKRHSb1 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sCyuKRHSb1 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-sCyuKRHSb1 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sCyuKRHSb1 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sCyuKRHSb1 .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-sCyuKRHSb1.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sCyuKRHSb1 img {
    height: 3.8rem !important;
  }
  .cid-sCyuKRHSb1 .btn {
    display: -webkit-flex;
  }
  .cid-sCyuKRHSb1 button.navbar-toggler {
    display: block;
  }
  .cid-sCyuKRHSb1 .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sCyuKRHSb1 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sCyuKRHSb1 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sCyuKRHSb1 .navbar-collapse.collapsing,
  .cid-sCyuKRHSb1 .navbar-collapse.show {
    display: block !important;
  }
  .cid-sCyuKRHSb1 .navbar-collapse.collapsing .navbar-nav,
  .cid-sCyuKRHSb1 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sCyuKRHSb1 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sCyuKRHSb1 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sCyuKRHSb1 .navbar-collapse.collapsing .navbar-buttons,
  .cid-sCyuKRHSb1 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sCyuKRHSb1 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sCyuKRHSb1 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sCyuKRHSb1 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-sCyuKRHSb1 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sCyuKRHSb1 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sCyuKRHSb1 .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-sCyuKRHSb1 .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-sCyuKRHSb1 .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sCyuKRHSb1 .nav-link:hover,
.cid-sCyuKRHSb1 .dropdown-item:hover {
  color: #55b4d4 !important;
}
.cid-sE6hJKkgt7 {
  background-image: url("../../../assets/images/ej-yao-194786-unsplash-1-2000x1335.webp");
}
.cid-sE6qCTTKvs {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-sE6qCTTKvs .card-img {
  background-color: #fff;
}
.cid-sE6qCTTKvs .card {
  align-self: stretch;
}
.cid-sE6qCTTKvs .card-box {
  padding: 2rem;
  background-color: #ffffff;
}
.cid-sE6qCTTKvs h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-sE6qCTTKvs p {
  text-align: left;
}
.cid-sE6qCTTKvs .mbr-text {
  color: #767676;
}
.cid-sE6qCTTKvs .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-sE6qCTTKvs .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-sE6qCTTKvs .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
    -webkit-flex: 0 0 20%;
  }
}
.cid-sE6z0mfRiT {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #2e2e2e;
}
.cid-sE6z0mfRiT .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sE6z0mfRiT .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sE6z0mfRiT .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sE6z0mfRiT .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-sE6z0mfRiT .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-sE6z0mfRiT .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sE6z0mfRiT .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sE6z0mfRiT .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-sE6z0mfRiT .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sE6z0mfRiT .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sE6z0mfRiT .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sE6z0mfRiT .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sE6z0mfRiT .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sE6z0mfRiT .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-sFGFEizJWm .navbar {
  background: #134e95;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-sFGFEizJWm .navbar-dropdown.bg-color.transparent.opened {
  background: #134e95;
}
.cid-sFGFEizJWm a {
  font-style: normal;
}
.cid-sFGFEizJWm .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sFGFEizJWm .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-sFGFEizJWm .nav-item:focus,
.cid-sFGFEizJWm .nav-link:focus {
  outline: none;
}
.cid-sFGFEizJWm .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sFGFEizJWm .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sFGFEizJWm .menu-logo {
  margin-right: auto;
}
.cid-sFGFEizJWm .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sFGFEizJWm .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-sFGFEizJWm .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sFGFEizJWm .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sFGFEizJWm .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sFGFEizJWm .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sFGFEizJWm .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sFGFEizJWm .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sFGFEizJWm .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sFGFEizJWm .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sFGFEizJWm .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sFGFEizJWm .dropdown .dropdown-menu {
  background: #134e95;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sFGFEizJWm .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sFGFEizJWm .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sFGFEizJWm .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sFGFEizJWm .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-sFGFEizJWm .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-sFGFEizJWm .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sFGFEizJWm .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sFGFEizJWm .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sFGFEizJWm .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sFGFEizJWm .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sFGFEizJWm .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sFGFEizJWm button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sFGFEizJWm button.navbar-toggler:focus {
  outline: none;
}
.cid-sFGFEizJWm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sFGFEizJWm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sFGFEizJWm button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sFGFEizJWm button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sFGFEizJWm button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sFGFEizJWm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sFGFEizJWm nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sFGFEizJWm nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sFGFEizJWm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sFGFEizJWm .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sFGFEizJWm .collapsed .btn {
  display: -webkit-flex;
}
.cid-sFGFEizJWm .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sFGFEizJWm .collapsed .navbar-collapse.collapsing,
.cid-sFGFEizJWm .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sFGFEizJWm .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sFGFEizJWm .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sFGFEizJWm .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sFGFEizJWm .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sFGFEizJWm .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sFGFEizJWm .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sFGFEizJWm .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sFGFEizJWm .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-sFGFEizJWm .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sFGFEizJWm .collapsed button.navbar-toggler {
  display: block;
}
.cid-sFGFEizJWm .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sFGFEizJWm .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sFGFEizJWm .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-sFGFEizJWm .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sFGFEizJWm .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sFGFEizJWm .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-sFGFEizJWm.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sFGFEizJWm img {
    height: 3.8rem !important;
  }
  .cid-sFGFEizJWm .btn {
    display: -webkit-flex;
  }
  .cid-sFGFEizJWm button.navbar-toggler {
    display: block;
  }
  .cid-sFGFEizJWm .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sFGFEizJWm .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sFGFEizJWm .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sFGFEizJWm .navbar-collapse.collapsing,
  .cid-sFGFEizJWm .navbar-collapse.show {
    display: block !important;
  }
  .cid-sFGFEizJWm .navbar-collapse.collapsing .navbar-nav,
  .cid-sFGFEizJWm .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sFGFEizJWm .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sFGFEizJWm .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sFGFEizJWm .navbar-collapse.collapsing .navbar-buttons,
  .cid-sFGFEizJWm .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sFGFEizJWm .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sFGFEizJWm .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sFGFEizJWm .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-sFGFEizJWm .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sFGFEizJWm .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sFGFEizJWm .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-sFGFEizJWm .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-sFGFEizJWm .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sFGFEizJWm .nav-link:hover,
.cid-sFGFEizJWm .dropdown-item:hover {
  color: #55b4d4 !important;
}
.cid-sFGFEj1D4q {
  padding-top: 135px;
  padding-bottom: 60px;
  background-color: #efefef;
}
.cid-sFGFEj1D4q .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-sFGFEj1D4q .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-sFGFEj1D4q .item-wrapper {
  height: 100%;
}
.cid-sFGFEj1D4q .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-sFGFEj1D4q .carousel-control,
.cid-sFGFEj1D4q .close {
  background: #1b1b1b;
}
.cid-sFGFEj1D4q .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sFGFEj1D4q .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sFGFEj1D4q .close {
  position: fixed;
  opacity: 0.5;
  font-size: 35px;
  font-weight: 300;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  line-height: 70px;
  border: none;
  text-align: center;
  text-shadow: none;
  z-index: 5;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  font-family: 'MobiriseIcons';
}
.cid-sFGFEj1D4q .close::before {
  content: '\e91a';
}
.cid-sFGFEj1D4q .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sFGFEj1D4q .carousel-control {
  position: fixed;
  width: 70px;
  height: 70px;
  top: 50%;
  margin-top: -35px;
  line-height: 70px;
  border-radius: 50%;
  font-size: 35px;
  border: 0;
  opacity: 0.5;
  text-shadow: none;
  z-index: 5;
  color: #fff;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.cid-sFGFEj1D4q .carousel-inner > .active {
  display: block;
}
.cid-sFGFEj1D4q .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sFGFEj1D4q .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sFGFEj1D4q .carousel-control .icon-next,
.cid-sFGFEj1D4q .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-sFGFEj1D4q .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-sFGFEj1D4q .carousel-control,
  .cid-sFGFEj1D4q .carousel-indicators,
  .cid-sFGFEj1D4q .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-sFGFEj1D4q .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-sFGFEj1D4q .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sFGFEj1D4q .carousel-indicators {
  bottom: 0;
  margin-bottom: 3px;
}
@media (max-width: 991px) {
  .cid-sFGFEj1D4q .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sFGFEj1D4q .carousel-indicators {
    display: none;
  }
}
.cid-sFGFEj1D4q .carousel-indicators .active,
.cid-sFGFEj1D4q .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #1b1b1b;
  opacity: 0.5;
  border: 4px solid #1b1b1b;
}
.cid-sFGFEj1D4q .carousel-indicators .active {
  background: #fff;
}
.cid-sFGFEj1D4q .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-sFGFEj1D4q .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sFGFEj1D4q .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sFGFEj1D4q .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-sFGFEj1D4q .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sFGFEj1D4q .modal-body .carousel-item {
  top: 50%;
  transform: translateY(-50%);
}
.cid-sFGFEj1D4q .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-sFGFEj1D4q .carousel {
  width: 100%;
}
.cid-sFGFEj1D4q .modal-backdrop.in {
  opacity: 0.8;
}
.cid-sFGFEj1D4q .modal.fade .modal-dialog {
  -webkit-transition: margin-top 0.3s ease-out;
  -moz-transition: margin-top 0.3s ease-out;
  -o-transition: margin-top 0.3s ease-out;
  transition: margin-top 0.3s ease-out;
}
.cid-sFGFEj1D4q .modal.fade .modal-dialog,
.cid-sFGFEj1D4q .modal.in .modal-dialog {
  -webkit-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}
.cid-sFGFEj1D4q .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-sFGFEj1D4q a {
  display: block;
}
.cid-sFGFEj1D4q a.img {
  pointer-events: none;
}
.cid-sFGFEjIhYt {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sFGFEjIhYt .mbr-section-subtitle {
  color: #767676;
}
.cid-sFGVg7OWzB {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sFGVg7OWzB .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-sFGVg7OWzB .section-text {
  padding: 2rem 0;
}
.cid-sFGVg7OWzB .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-sFGVg7OWzB .inner-container {
    width: 100% !important;
  }
}
.cid-sFGVik5d6j {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sFGVik5d6j .mbr-text,
.cid-sFGVik5d6j blockquote {
  color: #767676;
}
.cid-sFGWsqenIa {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sFGWsqenIa .mbr-text,
.cid-sFGWsqenIa blockquote {
  color: #767676;
}
.cid-sFGWBLge5a {
  padding-top: 0px;
  padding-bottom: 45px;
  background: #ffffff;
}
.cid-sFGWBLge5a .images-container.container-fluid {
  padding: 0;
}
.cid-sFGWBLge5a .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-sFGWBLge5a .media-container-row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
.cid-sFGWBLge5a .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-sFGWBLge5a .media-container-row .img-item .img-caption {
  background: #ffffff;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-sFGWBLge5a .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-sFGWBLge5a .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-sFGWBLge5a .img-item {
    width: 100% !important;
  }
  .cid-sFGWBLge5a .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-sFGWEDdfy1 {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sFGWEDdfy1 .mbr-text,
.cid-sFGWEDdfy1 blockquote {
  color: #767676;
}
.cid-sFGFEjVeBF {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #2e2e2e;
}
.cid-sFGFEjVeBF .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sFGFEjVeBF .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sFGFEjVeBF .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sFGFEjVeBF .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-sFGFEjVeBF .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-sFGFEjVeBF .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sFGFEjVeBF .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sFGFEjVeBF .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-sFGFEjVeBF .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sFGFEjVeBF .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sFGFEjVeBF .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sFGFEjVeBF .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sFGFEjVeBF .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sFGFEjVeBF .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-sFGFGlrRte .navbar {
  background: #134e95;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-sFGFGlrRte .navbar-dropdown.bg-color.transparent.opened {
  background: #134e95;
}
.cid-sFGFGlrRte a {
  font-style: normal;
}
.cid-sFGFGlrRte .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sFGFGlrRte .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-sFGFGlrRte .nav-item:focus,
.cid-sFGFGlrRte .nav-link:focus {
  outline: none;
}
.cid-sFGFGlrRte .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sFGFGlrRte .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sFGFGlrRte .menu-logo {
  margin-right: auto;
}
.cid-sFGFGlrRte .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sFGFGlrRte .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-sFGFGlrRte .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sFGFGlrRte .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sFGFGlrRte .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sFGFGlrRte .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sFGFGlrRte .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sFGFGlrRte .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sFGFGlrRte .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sFGFGlrRte .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sFGFGlrRte .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sFGFGlrRte .dropdown .dropdown-menu {
  background: #134e95;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sFGFGlrRte .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sFGFGlrRte .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sFGFGlrRte .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sFGFGlrRte .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-sFGFGlrRte .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-sFGFGlrRte .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sFGFGlrRte .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sFGFGlrRte .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sFGFGlrRte .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sFGFGlrRte .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sFGFGlrRte .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sFGFGlrRte button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sFGFGlrRte button.navbar-toggler:focus {
  outline: none;
}
.cid-sFGFGlrRte button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sFGFGlrRte button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sFGFGlrRte button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sFGFGlrRte button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sFGFGlrRte button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sFGFGlrRte nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sFGFGlrRte nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sFGFGlrRte nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sFGFGlrRte nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sFGFGlrRte .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sFGFGlrRte .collapsed .btn {
  display: -webkit-flex;
}
.cid-sFGFGlrRte .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sFGFGlrRte .collapsed .navbar-collapse.collapsing,
.cid-sFGFGlrRte .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sFGFGlrRte .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sFGFGlrRte .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sFGFGlrRte .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sFGFGlrRte .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sFGFGlrRte .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sFGFGlrRte .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sFGFGlrRte .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sFGFGlrRte .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-sFGFGlrRte .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sFGFGlrRte .collapsed button.navbar-toggler {
  display: block;
}
.cid-sFGFGlrRte .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sFGFGlrRte .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sFGFGlrRte .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-sFGFGlrRte .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sFGFGlrRte .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sFGFGlrRte .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-sFGFGlrRte.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sFGFGlrRte img {
    height: 3.8rem !important;
  }
  .cid-sFGFGlrRte .btn {
    display: -webkit-flex;
  }
  .cid-sFGFGlrRte button.navbar-toggler {
    display: block;
  }
  .cid-sFGFGlrRte .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sFGFGlrRte .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sFGFGlrRte .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sFGFGlrRte .navbar-collapse.collapsing,
  .cid-sFGFGlrRte .navbar-collapse.show {
    display: block !important;
  }
  .cid-sFGFGlrRte .navbar-collapse.collapsing .navbar-nav,
  .cid-sFGFGlrRte .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sFGFGlrRte .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sFGFGlrRte .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sFGFGlrRte .navbar-collapse.collapsing .navbar-buttons,
  .cid-sFGFGlrRte .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sFGFGlrRte .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sFGFGlrRte .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sFGFGlrRte .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-sFGFGlrRte .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sFGFGlrRte .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sFGFGlrRte .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-sFGFGlrRte .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-sFGFGlrRte .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sFGFGlrRte .nav-link:hover,
.cid-sFGFGlrRte .dropdown-item:hover {
  color: #55b4d4 !important;
}
.cid-sFGFGlOsi9 {
  padding-top: 135px;
  padding-bottom: 60px;
  background-color: #efefef;
}
.cid-sFGFGlOsi9 .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-sFGFGlOsi9 .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-sFGFGlOsi9 .item-wrapper {
  height: 100%;
}
.cid-sFGFGlOsi9 .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-sFGFGlOsi9 .carousel-control,
.cid-sFGFGlOsi9 .close {
  background: #1b1b1b;
}
.cid-sFGFGlOsi9 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sFGFGlOsi9 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sFGFGlOsi9 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 35px;
  font-weight: 300;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  line-height: 70px;
  border: none;
  text-align: center;
  text-shadow: none;
  z-index: 5;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  font-family: 'MobiriseIcons';
}
.cid-sFGFGlOsi9 .close::before {
  content: '\e91a';
}
.cid-sFGFGlOsi9 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sFGFGlOsi9 .carousel-control {
  position: fixed;
  width: 70px;
  height: 70px;
  top: 50%;
  margin-top: -35px;
  line-height: 70px;
  border-radius: 50%;
  font-size: 35px;
  border: 0;
  opacity: 0.5;
  text-shadow: none;
  z-index: 5;
  color: #fff;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.cid-sFGFGlOsi9 .carousel-inner > .active {
  display: block;
}
.cid-sFGFGlOsi9 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sFGFGlOsi9 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sFGFGlOsi9 .carousel-control .icon-next,
.cid-sFGFGlOsi9 .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-sFGFGlOsi9 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-sFGFGlOsi9 .carousel-control,
  .cid-sFGFGlOsi9 .carousel-indicators,
  .cid-sFGFGlOsi9 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-sFGFGlOsi9 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-sFGFGlOsi9 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sFGFGlOsi9 .carousel-indicators {
  bottom: 0;
  margin-bottom: 3px;
}
@media (max-width: 991px) {
  .cid-sFGFGlOsi9 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sFGFGlOsi9 .carousel-indicators {
    display: none;
  }
}
.cid-sFGFGlOsi9 .carousel-indicators .active,
.cid-sFGFGlOsi9 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #1b1b1b;
  opacity: 0.5;
  border: 4px solid #1b1b1b;
}
.cid-sFGFGlOsi9 .carousel-indicators .active {
  background: #fff;
}
.cid-sFGFGlOsi9 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-sFGFGlOsi9 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sFGFGlOsi9 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sFGFGlOsi9 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-sFGFGlOsi9 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sFGFGlOsi9 .modal-body .carousel-item {
  top: 50%;
  transform: translateY(-50%);
}
.cid-sFGFGlOsi9 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-sFGFGlOsi9 .carousel {
  width: 100%;
}
.cid-sFGFGlOsi9 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-sFGFGlOsi9 .modal.fade .modal-dialog {
  -webkit-transition: margin-top 0.3s ease-out;
  -moz-transition: margin-top 0.3s ease-out;
  -o-transition: margin-top 0.3s ease-out;
  transition: margin-top 0.3s ease-out;
}
.cid-sFGFGlOsi9 .modal.fade .modal-dialog,
.cid-sFGFGlOsi9 .modal.in .modal-dialog {
  -webkit-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}
.cid-sFGFGlOsi9 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-sFGFGlOsi9 a {
  display: block;
}
.cid-sFGFGlOsi9 a.img {
  pointer-events: none;
}
.cid-sFGFGmw2ie {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sFGFGmw2ie .mbr-section-subtitle {
  color: #767676;
}
.cid-sFGYlWqKS5 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sFGYlWqKS5 .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-sFGYlWqKS5 .section-text {
  padding: 2rem 0;
}
.cid-sFGYlWqKS5 .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-sFGYlWqKS5 .inner-container {
    width: 100% !important;
  }
}
.cid-sFGYomFSCW {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sFGYomFSCW .mbr-text,
.cid-sFGYomFSCW blockquote {
  color: #767676;
}
.cid-sFGYqXsFR8 {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-sFGYqXsFR8 .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sFGYqXsFR8 .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-sFGYqXsFR8 .mbr-text {
  color: #767676;
}
.cid-sFGFGmOeiw {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #2e2e2e;
}
.cid-sFGFGmOeiw .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sFGFGmOeiw .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sFGFGmOeiw .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sFGFGmOeiw .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-sFGFGmOeiw .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-sFGFGmOeiw .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sFGFGmOeiw .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sFGFGmOeiw .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-sFGFGmOeiw .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sFGFGmOeiw .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sFGFGmOeiw .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sFGFGmOeiw .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sFGFGmOeiw .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sFGFGmOeiw .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-sFGFHTyx0R .navbar {
  background: #134e95;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-sFGFHTyx0R .navbar-dropdown.bg-color.transparent.opened {
  background: #134e95;
}
.cid-sFGFHTyx0R a {
  font-style: normal;
}
.cid-sFGFHTyx0R .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sFGFHTyx0R .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-sFGFHTyx0R .nav-item:focus,
.cid-sFGFHTyx0R .nav-link:focus {
  outline: none;
}
.cid-sFGFHTyx0R .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sFGFHTyx0R .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sFGFHTyx0R .menu-logo {
  margin-right: auto;
}
.cid-sFGFHTyx0R .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sFGFHTyx0R .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-sFGFHTyx0R .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sFGFHTyx0R .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sFGFHTyx0R .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sFGFHTyx0R .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sFGFHTyx0R .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sFGFHTyx0R .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sFGFHTyx0R .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sFGFHTyx0R .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sFGFHTyx0R .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sFGFHTyx0R .dropdown .dropdown-menu {
  background: #134e95;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sFGFHTyx0R .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sFGFHTyx0R .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sFGFHTyx0R .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sFGFHTyx0R .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-sFGFHTyx0R .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-sFGFHTyx0R .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sFGFHTyx0R .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sFGFHTyx0R .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sFGFHTyx0R .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sFGFHTyx0R .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sFGFHTyx0R .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sFGFHTyx0R button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sFGFHTyx0R button.navbar-toggler:focus {
  outline: none;
}
.cid-sFGFHTyx0R button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sFGFHTyx0R button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sFGFHTyx0R button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sFGFHTyx0R button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sFGFHTyx0R button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sFGFHTyx0R nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sFGFHTyx0R nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sFGFHTyx0R nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sFGFHTyx0R nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sFGFHTyx0R .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sFGFHTyx0R .collapsed .btn {
  display: -webkit-flex;
}
.cid-sFGFHTyx0R .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sFGFHTyx0R .collapsed .navbar-collapse.collapsing,
.cid-sFGFHTyx0R .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sFGFHTyx0R .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sFGFHTyx0R .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sFGFHTyx0R .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sFGFHTyx0R .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sFGFHTyx0R .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sFGFHTyx0R .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sFGFHTyx0R .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sFGFHTyx0R .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-sFGFHTyx0R .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sFGFHTyx0R .collapsed button.navbar-toggler {
  display: block;
}
.cid-sFGFHTyx0R .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sFGFHTyx0R .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sFGFHTyx0R .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-sFGFHTyx0R .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sFGFHTyx0R .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sFGFHTyx0R .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-sFGFHTyx0R.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sFGFHTyx0R img {
    height: 3.8rem !important;
  }
  .cid-sFGFHTyx0R .btn {
    display: -webkit-flex;
  }
  .cid-sFGFHTyx0R button.navbar-toggler {
    display: block;
  }
  .cid-sFGFHTyx0R .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sFGFHTyx0R .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sFGFHTyx0R .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sFGFHTyx0R .navbar-collapse.collapsing,
  .cid-sFGFHTyx0R .navbar-collapse.show {
    display: block !important;
  }
  .cid-sFGFHTyx0R .navbar-collapse.collapsing .navbar-nav,
  .cid-sFGFHTyx0R .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sFGFHTyx0R .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sFGFHTyx0R .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sFGFHTyx0R .navbar-collapse.collapsing .navbar-buttons,
  .cid-sFGFHTyx0R .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sFGFHTyx0R .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sFGFHTyx0R .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sFGFHTyx0R .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-sFGFHTyx0R .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sFGFHTyx0R .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sFGFHTyx0R .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-sFGFHTyx0R .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-sFGFHTyx0R .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sFGFHTyx0R .nav-link:hover,
.cid-sFGFHTyx0R .dropdown-item:hover {
  color: #55b4d4 !important;
}
.cid-sFGFHTZFa7 {
  padding-top: 135px;
  padding-bottom: 60px;
  background-color: #efefef;
}
.cid-sFGFHTZFa7 .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-sFGFHTZFa7 .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-sFGFHTZFa7 .item-wrapper {
  height: 100%;
}
.cid-sFGFHTZFa7 .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-sFGFHTZFa7 .carousel-control,
.cid-sFGFHTZFa7 .close {
  background: #1b1b1b;
}
.cid-sFGFHTZFa7 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sFGFHTZFa7 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sFGFHTZFa7 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 35px;
  font-weight: 300;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  line-height: 70px;
  border: none;
  text-align: center;
  text-shadow: none;
  z-index: 5;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  font-family: 'MobiriseIcons';
}
.cid-sFGFHTZFa7 .close::before {
  content: '\e91a';
}
.cid-sFGFHTZFa7 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sFGFHTZFa7 .carousel-control {
  position: fixed;
  width: 70px;
  height: 70px;
  top: 50%;
  margin-top: -35px;
  line-height: 70px;
  border-radius: 50%;
  font-size: 35px;
  border: 0;
  opacity: 0.5;
  text-shadow: none;
  z-index: 5;
  color: #fff;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.cid-sFGFHTZFa7 .carousel-inner > .active {
  display: block;
}
.cid-sFGFHTZFa7 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sFGFHTZFa7 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sFGFHTZFa7 .carousel-control .icon-next,
.cid-sFGFHTZFa7 .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-sFGFHTZFa7 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-sFGFHTZFa7 .carousel-control,
  .cid-sFGFHTZFa7 .carousel-indicators,
  .cid-sFGFHTZFa7 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-sFGFHTZFa7 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-sFGFHTZFa7 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sFGFHTZFa7 .carousel-indicators {
  bottom: 0;
  margin-bottom: 3px;
}
@media (max-width: 991px) {
  .cid-sFGFHTZFa7 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sFGFHTZFa7 .carousel-indicators {
    display: none;
  }
}
.cid-sFGFHTZFa7 .carousel-indicators .active,
.cid-sFGFHTZFa7 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #1b1b1b;
  opacity: 0.5;
  border: 4px solid #1b1b1b;
}
.cid-sFGFHTZFa7 .carousel-indicators .active {
  background: #fff;
}
.cid-sFGFHTZFa7 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-sFGFHTZFa7 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sFGFHTZFa7 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sFGFHTZFa7 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-sFGFHTZFa7 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sFGFHTZFa7 .modal-body .carousel-item {
  top: 50%;
  transform: translateY(-50%);
}
.cid-sFGFHTZFa7 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-sFGFHTZFa7 .carousel {
  width: 100%;
}
.cid-sFGFHTZFa7 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-sFGFHTZFa7 .modal.fade .modal-dialog {
  -webkit-transition: margin-top 0.3s ease-out;
  -moz-transition: margin-top 0.3s ease-out;
  -o-transition: margin-top 0.3s ease-out;
  transition: margin-top 0.3s ease-out;
}
.cid-sFGFHTZFa7 .modal.fade .modal-dialog,
.cid-sFGFHTZFa7 .modal.in .modal-dialog {
  -webkit-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}
.cid-sFGFHTZFa7 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-sFGFHTZFa7 a {
  display: block;
}
.cid-sFGFHTZFa7 a.img {
  pointer-events: none;
}
.cid-sFGFHUE3R3 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sFGFHUE3R3 .mbr-section-subtitle {
  color: #767676;
}
.cid-sFGZjZSG9U {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sFGZjZSG9U .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-sFGZjZSG9U .section-text {
  padding: 2rem 0;
}
.cid-sFGZjZSG9U .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-sFGZjZSG9U .inner-container {
    width: 100% !important;
  }
}
.cid-sFGZkAXhPK {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sFGZkAXhPK .mbr-text,
.cid-sFGZkAXhPK blockquote {
  color: #767676;
}
.cid-sFGFHV1Wrr {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #2e2e2e;
}
.cid-sFGFHV1Wrr .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sFGFHV1Wrr .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sFGFHV1Wrr .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sFGFHV1Wrr .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-sFGFHV1Wrr .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-sFGFHV1Wrr .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sFGFHV1Wrr .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sFGFHV1Wrr .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-sFGFHV1Wrr .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sFGFHV1Wrr .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sFGFHV1Wrr .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sFGFHV1Wrr .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sFGFHV1Wrr .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sFGFHV1Wrr .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-sFGFyzzaDd .navbar {
  background: #134e95;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-sFGFyzzaDd .navbar-dropdown.bg-color.transparent.opened {
  background: #134e95;
}
.cid-sFGFyzzaDd a {
  font-style: normal;
}
.cid-sFGFyzzaDd .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sFGFyzzaDd .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-sFGFyzzaDd .nav-item:focus,
.cid-sFGFyzzaDd .nav-link:focus {
  outline: none;
}
.cid-sFGFyzzaDd .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sFGFyzzaDd .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sFGFyzzaDd .menu-logo {
  margin-right: auto;
}
.cid-sFGFyzzaDd .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sFGFyzzaDd .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-sFGFyzzaDd .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sFGFyzzaDd .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sFGFyzzaDd .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sFGFyzzaDd .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sFGFyzzaDd .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sFGFyzzaDd .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sFGFyzzaDd .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sFGFyzzaDd .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sFGFyzzaDd .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sFGFyzzaDd .dropdown .dropdown-menu {
  background: #134e95;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sFGFyzzaDd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sFGFyzzaDd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sFGFyzzaDd .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sFGFyzzaDd .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-sFGFyzzaDd .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-sFGFyzzaDd .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sFGFyzzaDd .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sFGFyzzaDd .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sFGFyzzaDd .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sFGFyzzaDd .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sFGFyzzaDd .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sFGFyzzaDd button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sFGFyzzaDd button.navbar-toggler:focus {
  outline: none;
}
.cid-sFGFyzzaDd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sFGFyzzaDd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sFGFyzzaDd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sFGFyzzaDd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sFGFyzzaDd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sFGFyzzaDd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sFGFyzzaDd nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sFGFyzzaDd nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sFGFyzzaDd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sFGFyzzaDd .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sFGFyzzaDd .collapsed .btn {
  display: -webkit-flex;
}
.cid-sFGFyzzaDd .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sFGFyzzaDd .collapsed .navbar-collapse.collapsing,
.cid-sFGFyzzaDd .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sFGFyzzaDd .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sFGFyzzaDd .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sFGFyzzaDd .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sFGFyzzaDd .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sFGFyzzaDd .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sFGFyzzaDd .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sFGFyzzaDd .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sFGFyzzaDd .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-sFGFyzzaDd .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sFGFyzzaDd .collapsed button.navbar-toggler {
  display: block;
}
.cid-sFGFyzzaDd .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sFGFyzzaDd .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sFGFyzzaDd .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-sFGFyzzaDd .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sFGFyzzaDd .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sFGFyzzaDd .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-sFGFyzzaDd.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sFGFyzzaDd img {
    height: 3.8rem !important;
  }
  .cid-sFGFyzzaDd .btn {
    display: -webkit-flex;
  }
  .cid-sFGFyzzaDd button.navbar-toggler {
    display: block;
  }
  .cid-sFGFyzzaDd .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sFGFyzzaDd .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sFGFyzzaDd .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sFGFyzzaDd .navbar-collapse.collapsing,
  .cid-sFGFyzzaDd .navbar-collapse.show {
    display: block !important;
  }
  .cid-sFGFyzzaDd .navbar-collapse.collapsing .navbar-nav,
  .cid-sFGFyzzaDd .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sFGFyzzaDd .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sFGFyzzaDd .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sFGFyzzaDd .navbar-collapse.collapsing .navbar-buttons,
  .cid-sFGFyzzaDd .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sFGFyzzaDd .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sFGFyzzaDd .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sFGFyzzaDd .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-sFGFyzzaDd .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sFGFyzzaDd .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sFGFyzzaDd .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-sFGFyzzaDd .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-sFGFyzzaDd .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sFGFyzzaDd .nav-link:hover,
.cid-sFGFyzzaDd .dropdown-item:hover {
  color: #55b4d4 !important;
}
.cid-sFGFyAQbV0 {
  padding-top: 135px;
  padding-bottom: 60px;
  background-color: #efefef;
}
.cid-sFGFyAQbV0 .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-sFGFyAQbV0 .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-sFGFyAQbV0 .item-wrapper {
  height: 100%;
}
.cid-sFGFyAQbV0 .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-sFGFyAQbV0 .carousel-control,
.cid-sFGFyAQbV0 .close {
  background: #1b1b1b;
}
.cid-sFGFyAQbV0 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sFGFyAQbV0 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sFGFyAQbV0 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 35px;
  font-weight: 300;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  line-height: 70px;
  border: none;
  text-align: center;
  text-shadow: none;
  z-index: 5;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  font-family: 'MobiriseIcons';
}
.cid-sFGFyAQbV0 .close::before {
  content: '\e91a';
}
.cid-sFGFyAQbV0 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sFGFyAQbV0 .carousel-control {
  position: fixed;
  width: 70px;
  height: 70px;
  top: 50%;
  margin-top: -35px;
  line-height: 70px;
  border-radius: 50%;
  font-size: 35px;
  border: 0;
  opacity: 0.5;
  text-shadow: none;
  z-index: 5;
  color: #fff;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.cid-sFGFyAQbV0 .carousel-inner > .active {
  display: block;
}
.cid-sFGFyAQbV0 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sFGFyAQbV0 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sFGFyAQbV0 .carousel-control .icon-next,
.cid-sFGFyAQbV0 .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-sFGFyAQbV0 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-sFGFyAQbV0 .carousel-control,
  .cid-sFGFyAQbV0 .carousel-indicators,
  .cid-sFGFyAQbV0 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-sFGFyAQbV0 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-sFGFyAQbV0 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sFGFyAQbV0 .carousel-indicators {
  bottom: 0;
  margin-bottom: 3px;
}
@media (max-width: 991px) {
  .cid-sFGFyAQbV0 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sFGFyAQbV0 .carousel-indicators {
    display: none;
  }
}
.cid-sFGFyAQbV0 .carousel-indicators .active,
.cid-sFGFyAQbV0 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #1b1b1b;
  opacity: 0.5;
  border: 4px solid #1b1b1b;
}
.cid-sFGFyAQbV0 .carousel-indicators .active {
  background: #fff;
}
.cid-sFGFyAQbV0 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-sFGFyAQbV0 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sFGFyAQbV0 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sFGFyAQbV0 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-sFGFyAQbV0 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sFGFyAQbV0 .modal-body .carousel-item {
  top: 50%;
  transform: translateY(-50%);
}
.cid-sFGFyAQbV0 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-sFGFyAQbV0 .carousel {
  width: 100%;
}
.cid-sFGFyAQbV0 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-sFGFyAQbV0 .modal.fade .modal-dialog {
  -webkit-transition: margin-top 0.3s ease-out;
  -moz-transition: margin-top 0.3s ease-out;
  -o-transition: margin-top 0.3s ease-out;
  transition: margin-top 0.3s ease-out;
}
.cid-sFGFyAQbV0 .modal.fade .modal-dialog,
.cid-sFGFyAQbV0 .modal.in .modal-dialog {
  -webkit-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}
.cid-sFGFyAQbV0 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-sFGFyAQbV0 a {
  display: block;
}
.cid-sFGFyAQbV0 a.img {
  pointer-events: none;
}
.cid-sFGFyBAUGm {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sFGFyBAUGm .mbr-section-subtitle {
  color: #767676;
}
.cid-sFGRhKjP7z {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sFGRhKjP7z .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-sFGRhKjP7z .section-text {
  padding: 2rem 0;
}
.cid-sFGRhKjP7z .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-sFGRhKjP7z .inner-container {
    width: 100% !important;
  }
}
.cid-sFGRiK2tlD {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sFGRiK2tlD .mbr-text,
.cid-sFGRiK2tlD blockquote {
  color: #767676;
}
.cid-sFGRjuNKEC {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sFGRjuNKEC .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-sFGRjuNKEC .section-text {
  padding: 2rem 0;
}
.cid-sFGRjuNKEC .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-sFGRjuNKEC .inner-container {
    width: 100% !important;
  }
}
.cid-sFGRky8pXW {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sFGRky8pXW .mbr-text,
.cid-sFGRky8pXW blockquote {
  color: #767676;
}
.cid-sFGRn2TNYR {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-sFGRn2TNYR .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sFGRn2TNYR .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-sFGRn2TNYR .mbr-text {
  color: #767676;
  text-align: left;
}
.cid-sFGFyBN5cv {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #2e2e2e;
}
.cid-sFGFyBN5cv .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sFGFyBN5cv .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sFGFyBN5cv .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sFGFyBN5cv .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-sFGFyBN5cv .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-sFGFyBN5cv .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sFGFyBN5cv .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sFGFyBN5cv .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-sFGFyBN5cv .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sFGFyBN5cv .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sFGFyBN5cv .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sFGFyBN5cv .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sFGFyBN5cv .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sFGFyBN5cv .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-sE6BsGwPeA .navbar {
  background: #134e95;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-sE6BsGwPeA .navbar-dropdown.bg-color.transparent.opened {
  background: #134e95;
}
.cid-sE6BsGwPeA a {
  font-style: normal;
}
.cid-sE6BsGwPeA .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sE6BsGwPeA .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-sE6BsGwPeA .nav-item:focus,
.cid-sE6BsGwPeA .nav-link:focus {
  outline: none;
}
.cid-sE6BsGwPeA .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sE6BsGwPeA .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sE6BsGwPeA .menu-logo {
  margin-right: auto;
}
.cid-sE6BsGwPeA .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sE6BsGwPeA .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-sE6BsGwPeA .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sE6BsGwPeA .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sE6BsGwPeA .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sE6BsGwPeA .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sE6BsGwPeA .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sE6BsGwPeA .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sE6BsGwPeA .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sE6BsGwPeA .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sE6BsGwPeA .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sE6BsGwPeA .dropdown .dropdown-menu {
  background: #134e95;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sE6BsGwPeA .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sE6BsGwPeA .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sE6BsGwPeA .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sE6BsGwPeA .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-sE6BsGwPeA .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-sE6BsGwPeA .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sE6BsGwPeA .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sE6BsGwPeA .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sE6BsGwPeA .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sE6BsGwPeA .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sE6BsGwPeA .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sE6BsGwPeA button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sE6BsGwPeA button.navbar-toggler:focus {
  outline: none;
}
.cid-sE6BsGwPeA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sE6BsGwPeA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sE6BsGwPeA button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sE6BsGwPeA button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sE6BsGwPeA button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sE6BsGwPeA nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sE6BsGwPeA nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sE6BsGwPeA nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sE6BsGwPeA nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sE6BsGwPeA .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sE6BsGwPeA .collapsed .btn {
  display: -webkit-flex;
}
.cid-sE6BsGwPeA .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sE6BsGwPeA .collapsed .navbar-collapse.collapsing,
.cid-sE6BsGwPeA .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sE6BsGwPeA .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sE6BsGwPeA .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sE6BsGwPeA .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sE6BsGwPeA .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sE6BsGwPeA .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sE6BsGwPeA .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sE6BsGwPeA .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sE6BsGwPeA .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-sE6BsGwPeA .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sE6BsGwPeA .collapsed button.navbar-toggler {
  display: block;
}
.cid-sE6BsGwPeA .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sE6BsGwPeA .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sE6BsGwPeA .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-sE6BsGwPeA .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sE6BsGwPeA .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sE6BsGwPeA .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-sE6BsGwPeA.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sE6BsGwPeA img {
    height: 3.8rem !important;
  }
  .cid-sE6BsGwPeA .btn {
    display: -webkit-flex;
  }
  .cid-sE6BsGwPeA button.navbar-toggler {
    display: block;
  }
  .cid-sE6BsGwPeA .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sE6BsGwPeA .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sE6BsGwPeA .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sE6BsGwPeA .navbar-collapse.collapsing,
  .cid-sE6BsGwPeA .navbar-collapse.show {
    display: block !important;
  }
  .cid-sE6BsGwPeA .navbar-collapse.collapsing .navbar-nav,
  .cid-sE6BsGwPeA .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sE6BsGwPeA .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sE6BsGwPeA .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sE6BsGwPeA .navbar-collapse.collapsing .navbar-buttons,
  .cid-sE6BsGwPeA .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sE6BsGwPeA .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sE6BsGwPeA .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sE6BsGwPeA .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-sE6BsGwPeA .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sE6BsGwPeA .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sE6BsGwPeA .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-sE6BsGwPeA .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-sE6BsGwPeA .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sE6BsGwPeA .nav-link:hover,
.cid-sE6BsGwPeA .dropdown-item:hover {
  color: #55b4d4 !important;
}
.cid-sE6CzEpLpU {
  padding-top: 135px;
  padding-bottom: 60px;
  background-color: #efefef;
}
.cid-sE6CzEpLpU .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-sE6CzEpLpU .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-sE6CzEpLpU .item-wrapper {
  height: 100%;
}
.cid-sE6CzEpLpU .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-sE6CzEpLpU .carousel-control,
.cid-sE6CzEpLpU .close {
  background: #1b1b1b;
}
.cid-sE6CzEpLpU .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sE6CzEpLpU .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sE6CzEpLpU .close {
  position: fixed;
  opacity: 0.5;
  font-size: 35px;
  font-weight: 300;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  line-height: 70px;
  border: none;
  text-align: center;
  text-shadow: none;
  z-index: 5;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  font-family: 'MobiriseIcons';
}
.cid-sE6CzEpLpU .close::before {
  content: '\e91a';
}
.cid-sE6CzEpLpU .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sE6CzEpLpU .carousel-control {
  position: fixed;
  width: 70px;
  height: 70px;
  top: 50%;
  margin-top: -35px;
  line-height: 70px;
  border-radius: 50%;
  font-size: 35px;
  border: 0;
  opacity: 0.5;
  text-shadow: none;
  z-index: 5;
  color: #fff;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.cid-sE6CzEpLpU .carousel-inner > .active {
  display: block;
}
.cid-sE6CzEpLpU .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sE6CzEpLpU .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sE6CzEpLpU .carousel-control .icon-next,
.cid-sE6CzEpLpU .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-sE6CzEpLpU .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-sE6CzEpLpU .carousel-control,
  .cid-sE6CzEpLpU .carousel-indicators,
  .cid-sE6CzEpLpU .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-sE6CzEpLpU .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-sE6CzEpLpU .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sE6CzEpLpU .carousel-indicators {
  bottom: 0;
  margin-bottom: 3px;
}
@media (max-width: 991px) {
  .cid-sE6CzEpLpU .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sE6CzEpLpU .carousel-indicators {
    display: none;
  }
}
.cid-sE6CzEpLpU .carousel-indicators .active,
.cid-sE6CzEpLpU .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #1b1b1b;
  opacity: 0.5;
  border: 4px solid #1b1b1b;
}
.cid-sE6CzEpLpU .carousel-indicators .active {
  background: #fff;
}
.cid-sE6CzEpLpU .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-sE6CzEpLpU .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sE6CzEpLpU .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sE6CzEpLpU .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-sE6CzEpLpU .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sE6CzEpLpU .modal-body .carousel-item {
  top: 50%;
  transform: translateY(-50%);
}
.cid-sE6CzEpLpU .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-sE6CzEpLpU .carousel {
  width: 100%;
}
.cid-sE6CzEpLpU .modal-backdrop.in {
  opacity: 0.8;
}
.cid-sE6CzEpLpU .modal.fade .modal-dialog {
  -webkit-transition: margin-top 0.3s ease-out;
  -moz-transition: margin-top 0.3s ease-out;
  -o-transition: margin-top 0.3s ease-out;
  transition: margin-top 0.3s ease-out;
}
.cid-sE6CzEpLpU .modal.fade .modal-dialog,
.cid-sE6CzEpLpU .modal.in .modal-dialog {
  -webkit-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}
.cid-sE6CzEpLpU .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-sE6CzEpLpU a {
  display: block;
}
.cid-sE6CzEpLpU a.img {
  pointer-events: none;
}
.cid-sFGEVbVEBO {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sFGEVbVEBO .mbr-section-subtitle {
  color: #767676;
}
.cid-sFH4z8zm82 {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sFH4z8zm82 .mbr-text,
.cid-sFH4z8zm82 blockquote {
  color: #767676;
}
.cid-sFGJv2xOcR {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sFGJv2xOcR .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-sFGJv2xOcR .section-text {
  padding: 2rem 0;
}
.cid-sFGJv2xOcR .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-sFGJv2xOcR .inner-container {
    width: 100% !important;
  }
}
.cid-sFGIMVVO4D {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sFGIMVVO4D .mbr-text,
.cid-sFGIMVVO4D blockquote {
  color: #767676;
}
.cid-sFGJF8i4ac {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sFGJF8i4ac .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-sFGJF8i4ac .section-text {
  padding: 2rem 0;
}
.cid-sFGJF8i4ac .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-sFGJF8i4ac .inner-container {
    width: 100% !important;
  }
}
.cid-sFGLmiTMw8 {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sFGLmiTMw8 .mbr-text,
.cid-sFGLmiTMw8 blockquote {
  color: #767676;
}
.cid-sFGKvDzF5k {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 60px;
}
.cid-sFGKvDzF5k .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-sFGKvDzF5k .video-block {
    width: 100% !important;
  }
}
.cid-sFGLCwvcgr {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sFGLCwvcgr .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-sFGLCwvcgr .section-text {
  padding: 2rem 0;
}
.cid-sFGLCwvcgr .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-sFGLCwvcgr .inner-container {
    width: 100% !important;
  }
}
.cid-sFGLreMcX2 {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-sFGLreMcX2 .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-sFGLreMcX2 .mbr-figure {
    padding-top: 1rem;
  }
}
.cid-sFGLreMcX2 .mbr-text {
  color: #767676;
}
.cid-sE6BsJ0gAP {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #2e2e2e;
}
.cid-sE6BsJ0gAP .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sE6BsJ0gAP .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sE6BsJ0gAP .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sE6BsJ0gAP .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-sE6BsJ0gAP .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-sE6BsJ0gAP .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sE6BsJ0gAP .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sE6BsJ0gAP .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-sE6BsJ0gAP .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sE6BsJ0gAP .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sE6BsJ0gAP .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sE6BsJ0gAP .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sE6BsJ0gAP .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sE6BsJ0gAP .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-sFH7O6W9d9 .navbar {
  background: #134e95;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-sFH7O6W9d9 .navbar-dropdown.bg-color.transparent.opened {
  background: #134e95;
}
.cid-sFH7O6W9d9 a {
  font-style: normal;
}
.cid-sFH7O6W9d9 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sFH7O6W9d9 .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-sFH7O6W9d9 .nav-item:focus,
.cid-sFH7O6W9d9 .nav-link:focus {
  outline: none;
}
.cid-sFH7O6W9d9 .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sFH7O6W9d9 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sFH7O6W9d9 .menu-logo {
  margin-right: auto;
}
.cid-sFH7O6W9d9 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sFH7O6W9d9 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-sFH7O6W9d9 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sFH7O6W9d9 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sFH7O6W9d9 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sFH7O6W9d9 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sFH7O6W9d9 .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sFH7O6W9d9 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sFH7O6W9d9 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sFH7O6W9d9 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sFH7O6W9d9 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sFH7O6W9d9 .dropdown .dropdown-menu {
  background: #134e95;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sFH7O6W9d9 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sFH7O6W9d9 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sFH7O6W9d9 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sFH7O6W9d9 .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-sFH7O6W9d9 .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-sFH7O6W9d9 .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sFH7O6W9d9 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sFH7O6W9d9 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sFH7O6W9d9 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sFH7O6W9d9 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sFH7O6W9d9 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sFH7O6W9d9 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sFH7O6W9d9 button.navbar-toggler:focus {
  outline: none;
}
.cid-sFH7O6W9d9 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sFH7O6W9d9 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sFH7O6W9d9 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sFH7O6W9d9 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sFH7O6W9d9 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sFH7O6W9d9 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sFH7O6W9d9 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sFH7O6W9d9 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sFH7O6W9d9 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sFH7O6W9d9 .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sFH7O6W9d9 .collapsed .btn {
  display: -webkit-flex;
}
.cid-sFH7O6W9d9 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sFH7O6W9d9 .collapsed .navbar-collapse.collapsing,
.cid-sFH7O6W9d9 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sFH7O6W9d9 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sFH7O6W9d9 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sFH7O6W9d9 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sFH7O6W9d9 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sFH7O6W9d9 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sFH7O6W9d9 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sFH7O6W9d9 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sFH7O6W9d9 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-sFH7O6W9d9 .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sFH7O6W9d9 .collapsed button.navbar-toggler {
  display: block;
}
.cid-sFH7O6W9d9 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sFH7O6W9d9 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sFH7O6W9d9 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-sFH7O6W9d9 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sFH7O6W9d9 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sFH7O6W9d9 .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-sFH7O6W9d9.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sFH7O6W9d9 img {
    height: 3.8rem !important;
  }
  .cid-sFH7O6W9d9 .btn {
    display: -webkit-flex;
  }
  .cid-sFH7O6W9d9 button.navbar-toggler {
    display: block;
  }
  .cid-sFH7O6W9d9 .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sFH7O6W9d9 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sFH7O6W9d9 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sFH7O6W9d9 .navbar-collapse.collapsing,
  .cid-sFH7O6W9d9 .navbar-collapse.show {
    display: block !important;
  }
  .cid-sFH7O6W9d9 .navbar-collapse.collapsing .navbar-nav,
  .cid-sFH7O6W9d9 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sFH7O6W9d9 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sFH7O6W9d9 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sFH7O6W9d9 .navbar-collapse.collapsing .navbar-buttons,
  .cid-sFH7O6W9d9 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sFH7O6W9d9 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sFH7O6W9d9 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sFH7O6W9d9 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-sFH7O6W9d9 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sFH7O6W9d9 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sFH7O6W9d9 .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-sFH7O6W9d9 .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-sFH7O6W9d9 .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sFH7O6W9d9 .nav-link:hover,
.cid-sFH7O6W9d9 .dropdown-item:hover {
  color: #55b4d4 !important;
}
.cid-sFH7O7wxHY {
  padding-top: 120px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sFH7O7wxHY .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-sFH7O7wxHY .section-text {
  padding: 2rem 0;
}
.cid-sFH7O7wxHY .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-sFH7O7wxHY .inner-container {
    width: 100% !important;
  }
}
.cid-sFH7O7JU60 {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sFH7O7JU60 .mbr-text,
.cid-sFH7O7JU60 blockquote {
  color: #767676;
}
.cid-sFH7O7Yq0y {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #2e2e2e;
}
.cid-sFH7O7Yq0y .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sFH7O7Yq0y .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sFH7O7Yq0y .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sFH7O7Yq0y .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-sFH7O7Yq0y .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-sFH7O7Yq0y .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sFH7O7Yq0y .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sFH7O7Yq0y .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-sFH7O7Yq0y .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sFH7O7Yq0y .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sFH7O7Yq0y .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sFH7O7Yq0y .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sFH7O7Yq0y .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sFH7O7Yq0y .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-sFH7UC5Lpt .navbar {
  background: #134e95;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-sFH7UC5Lpt .navbar-dropdown.bg-color.transparent.opened {
  background: #134e95;
}
.cid-sFH7UC5Lpt a {
  font-style: normal;
}
.cid-sFH7UC5Lpt .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sFH7UC5Lpt .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-sFH7UC5Lpt .nav-item:focus,
.cid-sFH7UC5Lpt .nav-link:focus {
  outline: none;
}
.cid-sFH7UC5Lpt .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sFH7UC5Lpt .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sFH7UC5Lpt .menu-logo {
  margin-right: auto;
}
.cid-sFH7UC5Lpt .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sFH7UC5Lpt .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-sFH7UC5Lpt .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sFH7UC5Lpt .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sFH7UC5Lpt .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sFH7UC5Lpt .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sFH7UC5Lpt .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sFH7UC5Lpt .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sFH7UC5Lpt .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sFH7UC5Lpt .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sFH7UC5Lpt .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sFH7UC5Lpt .dropdown .dropdown-menu {
  background: #134e95;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sFH7UC5Lpt .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sFH7UC5Lpt .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sFH7UC5Lpt .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sFH7UC5Lpt .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-sFH7UC5Lpt .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-sFH7UC5Lpt .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sFH7UC5Lpt .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sFH7UC5Lpt .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sFH7UC5Lpt .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sFH7UC5Lpt .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sFH7UC5Lpt .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sFH7UC5Lpt button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sFH7UC5Lpt button.navbar-toggler:focus {
  outline: none;
}
.cid-sFH7UC5Lpt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sFH7UC5Lpt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sFH7UC5Lpt button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sFH7UC5Lpt button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sFH7UC5Lpt button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sFH7UC5Lpt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sFH7UC5Lpt nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sFH7UC5Lpt nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sFH7UC5Lpt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sFH7UC5Lpt .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sFH7UC5Lpt .collapsed .btn {
  display: -webkit-flex;
}
.cid-sFH7UC5Lpt .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sFH7UC5Lpt .collapsed .navbar-collapse.collapsing,
.cid-sFH7UC5Lpt .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sFH7UC5Lpt .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sFH7UC5Lpt .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sFH7UC5Lpt .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sFH7UC5Lpt .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sFH7UC5Lpt .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sFH7UC5Lpt .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sFH7UC5Lpt .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sFH7UC5Lpt .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-sFH7UC5Lpt .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sFH7UC5Lpt .collapsed button.navbar-toggler {
  display: block;
}
.cid-sFH7UC5Lpt .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sFH7UC5Lpt .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sFH7UC5Lpt .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-sFH7UC5Lpt .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sFH7UC5Lpt .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sFH7UC5Lpt .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-sFH7UC5Lpt.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sFH7UC5Lpt img {
    height: 3.8rem !important;
  }
  .cid-sFH7UC5Lpt .btn {
    display: -webkit-flex;
  }
  .cid-sFH7UC5Lpt button.navbar-toggler {
    display: block;
  }
  .cid-sFH7UC5Lpt .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sFH7UC5Lpt .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sFH7UC5Lpt .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sFH7UC5Lpt .navbar-collapse.collapsing,
  .cid-sFH7UC5Lpt .navbar-collapse.show {
    display: block !important;
  }
  .cid-sFH7UC5Lpt .navbar-collapse.collapsing .navbar-nav,
  .cid-sFH7UC5Lpt .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sFH7UC5Lpt .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sFH7UC5Lpt .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sFH7UC5Lpt .navbar-collapse.collapsing .navbar-buttons,
  .cid-sFH7UC5Lpt .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sFH7UC5Lpt .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sFH7UC5Lpt .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sFH7UC5Lpt .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-sFH7UC5Lpt .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sFH7UC5Lpt .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sFH7UC5Lpt .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-sFH7UC5Lpt .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-sFH7UC5Lpt .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sFH7UC5Lpt .nav-link:hover,
.cid-sFH7UC5Lpt .dropdown-item:hover {
  color: #55b4d4 !important;
}
.cid-sFH7UCvEyB {
  padding-top: 120px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sFH7UCvEyB .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-sFH7UCvEyB .section-text {
  padding: 2rem 0;
}
.cid-sFH7UCvEyB .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-sFH7UCvEyB .inner-container {
    width: 100% !important;
  }
}
.cid-sFH7UCJnEQ {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sFH7UCJnEQ .mbr-text,
.cid-sFH7UCJnEQ blockquote {
  color: #767676;
}
.cid-sFH7UCYCAk {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #2e2e2e;
}
.cid-sFH7UCYCAk .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sFH7UCYCAk .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sFH7UCYCAk .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sFH7UCYCAk .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-sFH7UCYCAk .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-sFH7UCYCAk .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sFH7UCYCAk .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sFH7UCYCAk .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-sFH7UCYCAk .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sFH7UCYCAk .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sFH7UCYCAk .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sFH7UCYCAk .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sFH7UCYCAk .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sFH7UCYCAk .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-sFH5Rs0q3d .navbar {
  background: #134e95;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-sFH5Rs0q3d .navbar-dropdown.bg-color.transparent.opened {
  background: #134e95;
}
.cid-sFH5Rs0q3d a {
  font-style: normal;
}
.cid-sFH5Rs0q3d .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sFH5Rs0q3d .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-sFH5Rs0q3d .nav-item:focus,
.cid-sFH5Rs0q3d .nav-link:focus {
  outline: none;
}
.cid-sFH5Rs0q3d .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sFH5Rs0q3d .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sFH5Rs0q3d .menu-logo {
  margin-right: auto;
}
.cid-sFH5Rs0q3d .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sFH5Rs0q3d .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-sFH5Rs0q3d .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sFH5Rs0q3d .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sFH5Rs0q3d .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sFH5Rs0q3d .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sFH5Rs0q3d .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sFH5Rs0q3d .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sFH5Rs0q3d .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sFH5Rs0q3d .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sFH5Rs0q3d .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sFH5Rs0q3d .dropdown .dropdown-menu {
  background: #134e95;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sFH5Rs0q3d .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sFH5Rs0q3d .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sFH5Rs0q3d .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sFH5Rs0q3d .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-sFH5Rs0q3d .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-sFH5Rs0q3d .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sFH5Rs0q3d .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sFH5Rs0q3d .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sFH5Rs0q3d .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sFH5Rs0q3d .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sFH5Rs0q3d .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sFH5Rs0q3d button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sFH5Rs0q3d button.navbar-toggler:focus {
  outline: none;
}
.cid-sFH5Rs0q3d button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sFH5Rs0q3d button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sFH5Rs0q3d button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sFH5Rs0q3d button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sFH5Rs0q3d button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sFH5Rs0q3d nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sFH5Rs0q3d nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sFH5Rs0q3d nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sFH5Rs0q3d nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sFH5Rs0q3d .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sFH5Rs0q3d .collapsed .btn {
  display: -webkit-flex;
}
.cid-sFH5Rs0q3d .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sFH5Rs0q3d .collapsed .navbar-collapse.collapsing,
.cid-sFH5Rs0q3d .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sFH5Rs0q3d .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sFH5Rs0q3d .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sFH5Rs0q3d .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sFH5Rs0q3d .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sFH5Rs0q3d .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sFH5Rs0q3d .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sFH5Rs0q3d .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sFH5Rs0q3d .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-sFH5Rs0q3d .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sFH5Rs0q3d .collapsed button.navbar-toggler {
  display: block;
}
.cid-sFH5Rs0q3d .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sFH5Rs0q3d .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sFH5Rs0q3d .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-sFH5Rs0q3d .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sFH5Rs0q3d .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sFH5Rs0q3d .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-sFH5Rs0q3d.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sFH5Rs0q3d img {
    height: 3.8rem !important;
  }
  .cid-sFH5Rs0q3d .btn {
    display: -webkit-flex;
  }
  .cid-sFH5Rs0q3d button.navbar-toggler {
    display: block;
  }
  .cid-sFH5Rs0q3d .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sFH5Rs0q3d .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sFH5Rs0q3d .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sFH5Rs0q3d .navbar-collapse.collapsing,
  .cid-sFH5Rs0q3d .navbar-collapse.show {
    display: block !important;
  }
  .cid-sFH5Rs0q3d .navbar-collapse.collapsing .navbar-nav,
  .cid-sFH5Rs0q3d .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sFH5Rs0q3d .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sFH5Rs0q3d .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sFH5Rs0q3d .navbar-collapse.collapsing .navbar-buttons,
  .cid-sFH5Rs0q3d .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sFH5Rs0q3d .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sFH5Rs0q3d .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sFH5Rs0q3d .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-sFH5Rs0q3d .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sFH5Rs0q3d .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sFH5Rs0q3d .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-sFH5Rs0q3d .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-sFH5Rs0q3d .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sFH5Rs0q3d .nav-link:hover,
.cid-sFH5Rs0q3d .dropdown-item:hover {
  color: #55b4d4 !important;
}
.cid-sFH5RtDBSm {
  padding-top: 120px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sFH5RtDBSm .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-sFH5RtDBSm .section-text {
  padding: 2rem 0;
}
.cid-sFH5RtDBSm .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-sFH5RtDBSm .inner-container {
    width: 100% !important;
  }
}
.cid-sFH5RtR6pK {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sFH5RtR6pK .mbr-text,
.cid-sFH5RtR6pK blockquote {
  color: #767676;
}
.cid-sFH5Ru74Qb {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #2e2e2e;
}
.cid-sFH5Ru74Qb .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sFH5Ru74Qb .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sFH5Ru74Qb .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sFH5Ru74Qb .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-sFH5Ru74Qb .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-sFH5Ru74Qb .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sFH5Ru74Qb .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sFH5Ru74Qb .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-sFH5Ru74Qb .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sFH5Ru74Qb .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sFH5Ru74Qb .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sFH5Ru74Qb .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sFH5Ru74Qb .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sFH5Ru74Qb .media-container-row .row-copirayt p {
  width: 100%;
}
