@import url(https://fonts.googleapis.com/css?family=Noto+Sans+TC:100,300,400,500,700,900&display=swap);
@import url(https://fonts.googleapis.com/css?family=Oswald:200,300,400,500,600,700&display=swap);
@import url(https://fonts.googleapis.com/css?family=Noto+Sans:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap);





body {
  font-family: Rubik;
}
.display-1 {
  font-family: 'Noto Sans TC', sans-serif;
  font-size: 4.25rem;
  font-display: swap;
}
.display-1 > .mbr-iconfont {
  font-size: 6.8rem;
}
.display-2 {
  font-family: 'Oswald', sans-serif;
  font-size: 3rem;
  font-display: swap;
}
.display-2 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-4 {
  font-family: 'Noto Sans', sans-serif;
  font-size: 0.8rem;
  font-display: swap;
}
.display-4 > .mbr-iconfont {
  font-size: 1.28rem;
}
.display-5 {
  font-family: 'Noto Sans TC', sans-serif;
  font-size: 2rem;
  font-display: swap;
}
.display-5 > .mbr-iconfont {
  font-size: 3.2rem;
}
.display-7 {
  font-family: 'Noto Sans', sans-serif;
  font-size: 0.8rem;
  font-display: swap;
}
.display-7 > .mbr-iconfont {
  font-size: 1.28rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.4rem;
    font-size: calc( 2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.64rem;
    font-size: calc( 0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.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))));
  }
}
/* 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: #0861ff !important;
}
.bg-success {
  background-color: #0090ff !important;
}
.bg-info {
  background-color: #ffffff !important;
}
.bg-warning {
  background-color: #1a1c1e !important;
}
.bg-danger {
  background-color: #064af2 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #0861ff !important;
  border-color: #0861ff !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #0043ba !important;
  border-color: #0043ba !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #0043ba !important;
  border-color: #0043ba !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #dc0000 !important;
  border-color: #dc0000 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #900000 !important;
  border-color: #900000 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #900000 !important;
  border-color: #900000 !important;
}
.btn-info,
.btn-info:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-success,
.btn-success:active {
  background-color: #0090ff !important;
  border-color: #0090ff !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #0065b3 !important;
  border-color: #0065b3 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #0065b3 !important;
  border-color: #0065b3 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #1a1c1e !important;
  border-color: #1a1c1e !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #064af2 !important;
  border-color: #064af2 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #0433a7 !important;
  border-color: #0433a7 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #0433a7 !important;
  border-color: #0433a7 !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: #003aa1;
  color: #003aa1;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #0861ff;
  border-color: #0861ff;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #0861ff !important;
  border-color: #0861ff !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #760000;
  color: #760000;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #dc0000;
  border-color: #dc0000;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #dc0000 !important;
  border-color: #dc0000 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #cccccc;
  color: #cccccc;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #808080;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #005699;
  color: #005699;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #0090ff;
  border-color: #0090ff;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #0090ff !important;
  border-color: #0090ff !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #1a1c1e;
  border-color: #1a1c1e;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #1a1c1e !important;
  border-color: #1a1c1e !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #042c8e;
  color: #042c8e;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #064af2;
  border-color: #064af2;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #064af2 !important;
  border-color: #064af2 !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: #0861ff !important;
}
.text-secondary {
  color: #dc0000 !important;
}
.text-success {
  color: #0090ff !important;
}
.text-info {
  color: #ffffff !important;
}
.text-warning {
  color: #1a1c1e !important;
}
.text-danger {
  color: #064af2 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #003aa1 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #760000 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #005699 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #cccccc !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #000000 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #042c8e !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: #ffffff;
}
.alert-warning {
  background-color: #1a1c1e;
}
.alert-danger {
  background-color: #064af2;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #0861ff;
  border-color: #0861ff;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #0861ff;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #d4e3ff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #cce9ff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #cbcfd2;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #c6d6fe;
}
/* Scroll to top button*/
.form-control {
  font-family: 'Noto Sans', sans-serif;
  font-size: 0.8rem;
  font-display: swap;
}
.form-control > .mbr-iconfont {
  font-size: 1.28rem;
}
blockquote {
  border-color: #0861ff;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
@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: #0861ff;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #0861ff;
}
/* Headers*/
@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: #0861ff;
  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: #0861ff;
  border-bottom-color: #0861ff;
}
.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: #0861ff !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #dc0000 !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='%230861ff' %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-tlL6Dpu4o1 {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-tlL6Dpu4o1 P {
  color: #767676;
}
.cid-tlL6Dpu4o1 H1 {
  color: #ffffff;
}
.cid-tlL6Dpu4o1 .mbr-text,
.cid-tlL6Dpu4o1 .mbr-section-btn {
  color: #ffffff;
}
.cid-tlRxziUzf4 {
  padding-top: 30px;
  padding-bottom: 30px;
  background: #ffffff;
}
.cid-tlRxziUzf4 .images-container.container-fluid {
  padding: 0;
}
.cid-tlRxziUzf4 .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-tlRxziUzf4 .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-tlRxziUzf4 .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-tlRxziUzf4 .media-container-row .img-item .img-caption {
  background: #dc0000;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-tlRxziUzf4 .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-tlRxziUzf4 .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-tlRxziUzf4 .img-item {
    width: 100% !important;
  }
  .cid-tlRxziUzf4 .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-tlRxziUzf4 P {
  color: #ffffff;
  text-align: left;
}
.cid-syg7NYceVG {
  padding-top: 15px;
  padding-bottom: 15px;
  background: linear-gradient(45deg, #0090ff, #008cff);
}
.cid-syg7NYceVG .btn {
  margin: 0 0 .5rem 0;
}
.cid-syg7NYceVG H2 {
  text-align: left;
  color: #ffffff;
}
.cid-syg7NYceVG H3 {
  text-align: left;
}
.cid-uRwjhomYf8 {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-uRwjhomYf8 .image-block {
  margin: auto;
}
.cid-uRwjhomYf8 .mbr-figure {
  margin: 0 auto;
}
.cid-uRwjhomYf8 figcaption {
  position: relative;
}
.cid-uRwjhomYf8 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uRwjhomYf8 .image-block {
    width: 100% !important;
  }
}
.cid-uRwCvJbNps {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-uRwCvJbNps P {
  color: #767676;
}
.cid-uRwCvJbNps H1 {
  color: #ffffff;
}
.cid-uRwCvJbNps .mbr-text,
.cid-uRwCvJbNps .mbr-section-btn {
  color: #ffffff;
}
.cid-tlRCa4pPBs {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-tlRCa4pPBs .card {
  align-self: stretch;
}
.cid-tlRCa4pPBs .card-box {
  height: 100%;
  background-color: #0090ff;
  padding: 2rem;
}
.cid-tlRCa4pPBs h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-tlRCa4pPBs p {
  color: #767676;
  text-align: left;
}
.cid-tlRCa4pPBs .card-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-tlRCa4pPBs .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-tlRCa4pPBs .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cid-tlRCa4pPBs .card-title {
  color: #0e0e0e;
}
.cid-tlRCa4pPBs P {
  color: #ffffff;
}
.cid-sygeURo8hD .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-sygeURo8hD .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sygeURo8hD a {
  font-style: normal;
}
.cid-sygeURo8hD .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sygeURo8hD .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-sygeURo8hD .nav-item:focus,
.cid-sygeURo8hD .nav-link:focus {
  outline: none;
}
.cid-sygeURo8hD .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sygeURo8hD .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sygeURo8hD .menu-logo {
  margin-right: auto;
}
.cid-sygeURo8hD .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-sygeURo8hD .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-sygeURo8hD .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sygeURo8hD .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sygeURo8hD .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sygeURo8hD .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sygeURo8hD .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sygeURo8hD .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sygeURo8hD .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sygeURo8hD .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sygeURo8hD .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sygeURo8hD .dropdown .dropdown-menu {
  background: #ffffff;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sygeURo8hD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sygeURo8hD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sygeURo8hD .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sygeURo8hD .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-sygeURo8hD .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-sygeURo8hD .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sygeURo8hD .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sygeURo8hD .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sygeURo8hD .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sygeURo8hD .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sygeURo8hD .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sygeURo8hD button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sygeURo8hD button.navbar-toggler:focus {
  outline: none;
}
.cid-sygeURo8hD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #008cff;
}
.cid-sygeURo8hD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sygeURo8hD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sygeURo8hD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sygeURo8hD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sygeURo8hD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sygeURo8hD nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sygeURo8hD nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sygeURo8hD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sygeURo8hD .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sygeURo8hD .collapsed .btn {
  display: -webkit-flex;
}
.cid-sygeURo8hD .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sygeURo8hD .collapsed .navbar-collapse.collapsing,
.cid-sygeURo8hD .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sygeURo8hD .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sygeURo8hD .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sygeURo8hD .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sygeURo8hD .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sygeURo8hD .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sygeURo8hD .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sygeURo8hD .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sygeURo8hD .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-sygeURo8hD .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sygeURo8hD .collapsed button.navbar-toggler {
  display: block;
}
.cid-sygeURo8hD .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sygeURo8hD .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sygeURo8hD .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-sygeURo8hD .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sygeURo8hD .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sygeURo8hD .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-sygeURo8hD.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sygeURo8hD img {
    height: 3.8rem !important;
  }
  .cid-sygeURo8hD .btn {
    display: -webkit-flex;
  }
  .cid-sygeURo8hD button.navbar-toggler {
    display: block;
  }
  .cid-sygeURo8hD .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sygeURo8hD .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sygeURo8hD .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sygeURo8hD .navbar-collapse.collapsing,
  .cid-sygeURo8hD .navbar-collapse.show {
    display: block !important;
  }
  .cid-sygeURo8hD .navbar-collapse.collapsing .navbar-nav,
  .cid-sygeURo8hD .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sygeURo8hD .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sygeURo8hD .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sygeURo8hD .navbar-collapse.collapsing .navbar-buttons,
  .cid-sygeURo8hD .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sygeURo8hD .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sygeURo8hD .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sygeURo8hD .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-sygeURo8hD .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sygeURo8hD .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sygeURo8hD .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-sygeURo8hD .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-sygeURo8hD .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sygeURo8hD .nav-link:hover,
.cid-sygeURo8hD .dropdown-item:hover {
  color: #232323 !important;
}
.cid-tlL87tWEOq {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tlL87tWEOq P {
  color: #767676;
}
.cid-tlL87tWEOq H1 {
  color: #ffffff;
}
.cid-tlL87tWEOq .mbr-text,
.cid-tlL87tWEOq .mbr-section-btn {
  color: #ffffff;
}
.cid-tlL8cFvDXJ {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #dc0000;
}
.cid-tlL8cFvDXJ P {
  color: #767676;
}
.cid-tlL8cFvDXJ H1 {
  color: #ffffff;
}
.cid-tlL8cFvDXJ .mbr-text,
.cid-tlL8cFvDXJ .mbr-section-btn {
  color: #ffffff;
}
.cid-uRwG8v7ifa {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uRwG8v7ifa .item {
  padding-bottom: 2rem;
}
.cid-uRwG8v7ifa .item-wrapper {
  height: 100%;
}
.cid-uRwG8v7ifa .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uRwG8v7ifa .carousel-control,
.cid-uRwG8v7ifa .close {
  background: #1b1b1b;
}
.cid-uRwG8v7ifa .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uRwG8v7ifa .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uRwG8v7ifa .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-uRwG8v7ifa .close::before {
  content: '\e91a';
}
.cid-uRwG8v7ifa .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uRwG8v7ifa .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-uRwG8v7ifa .carousel-inner > .active {
  display: block;
}
.cid-uRwG8v7ifa .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uRwG8v7ifa .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uRwG8v7ifa .carousel-control .icon-next,
.cid-uRwG8v7ifa .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-uRwG8v7ifa .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uRwG8v7ifa .carousel-control,
  .cid-uRwG8v7ifa .carousel-indicators,
  .cid-uRwG8v7ifa .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uRwG8v7ifa .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uRwG8v7ifa .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uRwG8v7ifa .carousel-indicators {
  bottom: 0;
  margin-bottom: 3px;
}
@media (max-width: 991px) {
  .cid-uRwG8v7ifa .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uRwG8v7ifa .carousel-indicators {
    display: none;
  }
}
.cid-uRwG8v7ifa .carousel-indicators .active,
.cid-uRwG8v7ifa .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #1b1b1b;
  opacity: 0.5;
  border: 4px solid #1b1b1b;
}
.cid-uRwG8v7ifa .carousel-indicators .active {
  background: #fff;
}
.cid-uRwG8v7ifa .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uRwG8v7ifa .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uRwG8v7ifa .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uRwG8v7ifa .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uRwG8v7ifa .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uRwG8v7ifa .modal-body .carousel-item {
  top: 50%;
  transform: translateY(-50%);
}
.cid-uRwG8v7ifa .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uRwG8v7ifa .carousel {
  width: 100%;
}
.cid-uRwG8v7ifa .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uRwG8v7ifa .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-uRwG8v7ifa .modal.fade .modal-dialog,
.cid-uRwG8v7ifa .modal.in .modal-dialog {
  -webkit-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}
.cid-uRwG8v7ifa .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uRwG8v7ifa a {
  display: block;
}
.cid-uRwG8v7ifa a.img {
  pointer-events: none;
}
.cid-tlRylT8YJb {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #008cff;
}
.cid-tlRylT8YJb P {
  color: #767676;
}
.cid-tlRylT8YJb H1 {
  color: #ffffff;
}
.cid-tlRylT8YJb .mbr-text,
.cid-tlRylT8YJb .mbr-section-btn {
  color: #ffffff;
}
.cid-syfHrNL5YE {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-syfHrNL5YE h2 {
  text-align: left;
}
.cid-syfHrNL5YE h4 {
  text-align: left;
  font-weight: 500;
}
.cid-syfHrNL5YE p {
  color: #767676;
  text-align: left;
}
.cid-syfHrNL5YE .aside-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-syfHrNL5YE .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-syfHrNL5YE .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-syfHrNL5YE .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-syfHrNL5YE .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-syfHrNL5YE .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-syfHrNL5YE .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
  .cid-syfHrNL5YE .media-container-row {
    -webkit-flex-direction: row-reverse;
  }
}
@media (max-width: 991px) {
  .cid-syfHrNL5YE .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
    padding-bottom: 0;
    margin-bottom: 0;
    padding-top: 1rem;
    margin-top: 2rem;
  }
  .cid-syfHrNL5YE .media-container-row {
    -webkit-flex-direction: column-reverse;
  }
}
@media (max-width: 300px) {
  .cid-syfHrNL5YE .card-img span {
    font-size: 40px !important;
  }
}
.cid-syfHrNL5YE .mbr-text {
  color: #ffffff;
}
.cid-syfHrNL5YE P {
  color: #232323;
}
.cid-syfHrNL5YE H4 {
  color: #008cff;
}
.cid-syfHrNL5YE H2 {
  color: #ffffff;
}
.cid-tlLbTY2S55 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #008cff;
}
.cid-tlLbTY2S55 P {
  color: #767676;
}
.cid-tlLbTY2S55 H1 {
  color: #ffffff;
}
.cid-tlLbTY2S55 .mbr-text,
.cid-tlLbTY2S55 .mbr-section-btn {
  color: #ffffff;
}
.cid-tlLadXd8T2 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #d4d4d4;
}
.cid-tlLadXd8T2 P {
  color: #767676;
}
.cid-tlLadXd8T2 H1 {
  color: #ffffff;
}
.cid-tlLadXd8T2 .mbr-text,
.cid-tlLadXd8T2 .mbr-section-btn {
  color: #ffffff;
}
.cid-syfJFWGFy9 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-syfJFWGFy9 p {
  color: #767676;
}
.cid-syfJFWGFy9 .item:focus,
.cid-syfJFWGFy9 span:focus {
  outline: none;
}
.cid-syfJFWGFy9 .item {
  padding-bottom: 3rem;
  cursor: pointer;
}
.cid-syfJFWGFy9 .item-wrapper {
  position: relative;
}
.cid-syfJFWGFy9 .item-btn,
.cid-syfJFWGFy9 h4,
.cid-syfJFWGFy9 h5 {
  margin: 0;
}
.cid-syfJFWGFy9 .item-content {
  padding-top: 2rem;
}
.cid-syfJFWGFy9 .item-title {
  text-align: left;
}
.cid-syfJFWGFy9 item-text {
  text-align: center;
}
.cid-tlLa9U7hEp {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #008cff;
}
.cid-tlLa9U7hEp P {
  color: #767676;
}
.cid-tlLa9U7hEp H1 {
  color: #ffffff;
}
.cid-tlLa9U7hEp .mbr-text,
.cid-tlLa9U7hEp .mbr-section-btn {
  color: #ffffff;
}
.cid-sygJIboH4W {
  padding-top: 30px;
  padding-bottom: 30px;
  background: #ffffff;
}
.cid-sygJIboH4W .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-sygJIboH4W .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-sygJIboH4W .media-container-row .img-item .img-cont {
  position: relative;
  overflow: hidden;
}
.cid-sygJIboH4W .media-container-row .img-item .img-cont img {
  width: 100%;
}
.cid-sygJIboH4W .media-container-row .img-item .img-cont .img-caption {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-sygJIboH4W .media-container-row .img-item .img-cont .img-caption p {
  margin-bottom: 0;
}
.cid-sygJIboH4W .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-sygJIboH4W .img-item {
    width: 100% !important;
  }
  .cid-sygJIboH4W .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-tlRCYkjByt {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #008cff;
}
.cid-tlRCYkjByt P {
  color: #767676;
}
.cid-tlRCYkjByt H1 {
  color: #ffffff;
}
.cid-tlRCYkjByt .mbr-text,
.cid-tlRCYkjByt .mbr-section-btn {
  color: #ffffff;
}
.cid-tlRA7CTojq {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-tlRA7CTojq .card {
  align-self: stretch;
}
.cid-tlRA7CTojq .card-box {
  height: 100%;
  background-color: #000000;
  padding: 2rem;
}
.cid-tlRA7CTojq h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-tlRA7CTojq p {
  color: #767676;
  text-align: left;
}
.cid-tlRA7CTojq .card-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-tlRA7CTojq .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-tlRA7CTojq .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cid-tlRA7CTojq .card-title {
  color: #008cff;
}
.cid-tlRA7CTojq P {
  color: #ffffff;
}
.cid-tlRA9XVOPE {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #008cff;
}
.cid-tlRA9XVOPE P {
  color: #767676;
}
.cid-tlRA9XVOPE H1 {
  color: #ffffff;
}
.cid-tlRA9XVOPE .mbr-text,
.cid-tlRA9XVOPE .mbr-section-btn {
  color: #ffffff;
}
.cid-sygqE4tCWa {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sygqE4tCWa .mbr-text {
  color: #008cff;
  text-align: center;
}
.cid-sygqE4tCWa h4 {
  text-align: center;
}
.cid-sygqE4tCWa p {
  text-align: center;
}
.cid-sygqE4tCWa .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-tlRB5KfURT {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #d4d4d4;
}
.cid-tlRB5KfURT P {
  color: #767676;
}
.cid-tlRB5KfURT H1 {
  color: #ffffff;
}
.cid-tlRB5KfURT .mbr-text,
.cid-tlRB5KfURT .mbr-section-btn {
  color: #ffffff;
}
.cid-sygQLk84aS {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #064af2;
}
.cid-sygQLk84aS .form-text {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sygQLk84aS .content {
    text-align: center;
  }
  .cid-sygQLk84aS .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sygQLk84aS .img-logo img {
  height: 6rem;
  display: block;
  width: auto;
}
.cid-sygQLk84aS .form-group,
.cid-sygQLk84aS .input-group-btn {
  padding: 0;
}
.cid-sygQLk84aS .form-control {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-sygQLk84aS .input-group-btn .btn {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  color: #fff;
  text-align: center;
}
.cid-sygQLk84aS .copyright .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-sygQLk84aS .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sygQLk84aS .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-sygQLk84aS .footer-lower .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-sygQLk84aS .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-sygQLk84aS .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sygQLk84aS .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sygQLk84aS .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sygQLk84aS .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-sygQLk84aS .foot-logo {
    text-align: center !important;
  }
  .cid-sygQLk84aS .foot-title {
    text-align: center !important;
  }
  .cid-sygQLk84aS .mbr-text {
    text-align: center !important;
  }
  .cid-sygQLk84aS .form-group {
    margin: 0;
  }
}
.cid-sygQLk84aS .foot-title {
  color: #000000;
}
.cid-sygQLk84aS .copyright .mbr-text {
  color: #ffffff;
}
.cid-sygQLk84aS .mbr-links-column {
  color: #ffffff;
}
.cid-tlLeP4Pr2Y {
  padding-top: 105px;
  padding-bottom: 0px;
  background-color: #008cff;
}
.cid-tlLeP4Pr2Y P {
  color: #767676;
}
.cid-tlLeP4Pr2Y H1 {
  color: #ffffff;
}
.cid-tlLeP4Pr2Y .mbr-text,
.cid-tlLeP4Pr2Y .mbr-section-btn {
  color: #ffffff;
}
.cid-sygeURo8hD .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-sygeURo8hD .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sygeURo8hD a {
  font-style: normal;
}
.cid-sygeURo8hD .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sygeURo8hD .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-sygeURo8hD .nav-item:focus,
.cid-sygeURo8hD .nav-link:focus {
  outline: none;
}
.cid-sygeURo8hD .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sygeURo8hD .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sygeURo8hD .menu-logo {
  margin-right: auto;
}
.cid-sygeURo8hD .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-sygeURo8hD .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-sygeURo8hD .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sygeURo8hD .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sygeURo8hD .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sygeURo8hD .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sygeURo8hD .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sygeURo8hD .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sygeURo8hD .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sygeURo8hD .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sygeURo8hD .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sygeURo8hD .dropdown .dropdown-menu {
  background: #ffffff;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sygeURo8hD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sygeURo8hD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sygeURo8hD .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sygeURo8hD .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-sygeURo8hD .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-sygeURo8hD .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sygeURo8hD .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sygeURo8hD .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sygeURo8hD .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sygeURo8hD .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sygeURo8hD .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sygeURo8hD button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sygeURo8hD button.navbar-toggler:focus {
  outline: none;
}
.cid-sygeURo8hD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sygeURo8hD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sygeURo8hD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sygeURo8hD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sygeURo8hD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sygeURo8hD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sygeURo8hD nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sygeURo8hD nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sygeURo8hD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sygeURo8hD .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sygeURo8hD .collapsed .btn {
  display: -webkit-flex;
}
.cid-sygeURo8hD .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sygeURo8hD .collapsed .navbar-collapse.collapsing,
.cid-sygeURo8hD .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sygeURo8hD .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sygeURo8hD .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sygeURo8hD .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sygeURo8hD .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sygeURo8hD .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sygeURo8hD .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sygeURo8hD .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sygeURo8hD .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-sygeURo8hD .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sygeURo8hD .collapsed button.navbar-toggler {
  display: block;
}
.cid-sygeURo8hD .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sygeURo8hD .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sygeURo8hD .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-sygeURo8hD .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sygeURo8hD .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sygeURo8hD .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-sygeURo8hD.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sygeURo8hD img {
    height: 3.8rem !important;
  }
  .cid-sygeURo8hD .btn {
    display: -webkit-flex;
  }
  .cid-sygeURo8hD button.navbar-toggler {
    display: block;
  }
  .cid-sygeURo8hD .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sygeURo8hD .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sygeURo8hD .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sygeURo8hD .navbar-collapse.collapsing,
  .cid-sygeURo8hD .navbar-collapse.show {
    display: block !important;
  }
  .cid-sygeURo8hD .navbar-collapse.collapsing .navbar-nav,
  .cid-sygeURo8hD .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sygeURo8hD .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sygeURo8hD .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sygeURo8hD .navbar-collapse.collapsing .navbar-buttons,
  .cid-sygeURo8hD .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sygeURo8hD .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sygeURo8hD .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sygeURo8hD .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-sygeURo8hD .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sygeURo8hD .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sygeURo8hD .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-sygeURo8hD .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-sygeURo8hD .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sygeURo8hD .nav-link:hover,
.cid-sygeURo8hD .dropdown-item:hover {
  color: #b2ccd2 !important;
}
.cid-sygOpJ54lZ {
  padding-top: 0px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/random-sky-ygiiqsnzxwa-unsplash-e1599731183827.jpg");
}
.cid-sygOpJ54lZ h3 {
  font-weight: 300;
}
.cid-sygOpJ54lZ .card-img {
  width: initial;
}
.cid-sygOpJ54lZ .card-img .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-sygOpJ54lZ .media-container-row {
  word-wrap: break-word;
  padding-bottom: 2rem;
  min-height: 100%;
}
.cid-sygOpJ54lZ .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sygOpJ54lZ .mbr-section-subtitle {
  color: #767676;
}
.cid-sygOpJ54lZ .mbr-text {
  color: #767676;
}
.cid-sygOpJ54lZ .media-container-column {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sygOpJ54lZ .mbr-al-i-c {
  align-items: center;
}
.cid-sygOpJ54lZ .card-title,
.cid-sygOpJ54lZ .card-img {
  color: #008cff;
}
.cid-tlLf5pAfak {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #008cff;
}
.cid-tlLf5pAfak P {
  color: #767676;
}
.cid-tlLf5pAfak H1 {
  color: #ffffff;
}
.cid-tlLf5pAfak .mbr-text,
.cid-tlLf5pAfak .mbr-section-btn {
  color: #ffffff;
}
.cid-sygYT3sJvD {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-sygYT3sJvD .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sygYT3sJvD .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sygYT3sJvD .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sygYT3sJvD .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sygYT3sJvD .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #111821;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-sygYT3sJvD .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-sygYT3sJvD .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-sygYT3sJvD .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-sygYT3sJvD .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #111821 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-tlRGpTLyOZ {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tlRGpTLyOZ P {
  color: #767676;
}
.cid-tlRGpTLyOZ H1 {
  color: #ffffff;
}
.cid-tlRGpTLyOZ .mbr-text,
.cid-tlRGpTLyOZ .mbr-section-btn {
  color: #ffffff;
}
.cid-uRwRL5wzYu {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #064af2;
}
.cid-uRwRL5wzYu .form-text {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uRwRL5wzYu .content {
    text-align: center;
  }
  .cid-uRwRL5wzYu .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uRwRL5wzYu .img-logo img {
  height: 6rem;
  display: block;
  width: auto;
}
.cid-uRwRL5wzYu .form-group,
.cid-uRwRL5wzYu .input-group-btn {
  padding: 0;
}
.cid-uRwRL5wzYu .form-control {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-uRwRL5wzYu .input-group-btn .btn {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  color: #fff;
  text-align: center;
}
.cid-uRwRL5wzYu .copyright .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-uRwRL5wzYu .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uRwRL5wzYu .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-uRwRL5wzYu .footer-lower .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-uRwRL5wzYu .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-uRwRL5wzYu .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uRwRL5wzYu .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uRwRL5wzYu .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uRwRL5wzYu .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-uRwRL5wzYu .foot-logo {
    text-align: center !important;
  }
  .cid-uRwRL5wzYu .foot-title {
    text-align: center !important;
  }
  .cid-uRwRL5wzYu .mbr-text {
    text-align: center !important;
  }
  .cid-uRwRL5wzYu .form-group {
    margin: 0;
  }
}
.cid-uRwRL5wzYu .foot-title {
  color: #000000;
}
.cid-uRwRL5wzYu .copyright .mbr-text {
  color: #ffffff;
}
.cid-uRwRL5wzYu .mbr-links-column {
  color: #ffffff;
}
.cid-sygeURo8hD .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-sygeURo8hD .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sygeURo8hD a {
  font-style: normal;
}
.cid-sygeURo8hD .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sygeURo8hD .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-sygeURo8hD .nav-item:focus,
.cid-sygeURo8hD .nav-link:focus {
  outline: none;
}
.cid-sygeURo8hD .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sygeURo8hD .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sygeURo8hD .menu-logo {
  margin-right: auto;
}
.cid-sygeURo8hD .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-sygeURo8hD .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-sygeURo8hD .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sygeURo8hD .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sygeURo8hD .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sygeURo8hD .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sygeURo8hD .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sygeURo8hD .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sygeURo8hD .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sygeURo8hD .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sygeURo8hD .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sygeURo8hD .dropdown .dropdown-menu {
  background: #ffffff;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sygeURo8hD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sygeURo8hD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sygeURo8hD .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sygeURo8hD .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-sygeURo8hD .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-sygeURo8hD .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sygeURo8hD .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sygeURo8hD .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sygeURo8hD .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sygeURo8hD .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sygeURo8hD .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sygeURo8hD button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sygeURo8hD button.navbar-toggler:focus {
  outline: none;
}
.cid-sygeURo8hD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sygeURo8hD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sygeURo8hD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sygeURo8hD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sygeURo8hD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sygeURo8hD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sygeURo8hD nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sygeURo8hD nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sygeURo8hD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sygeURo8hD .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sygeURo8hD .collapsed .btn {
  display: -webkit-flex;
}
.cid-sygeURo8hD .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sygeURo8hD .collapsed .navbar-collapse.collapsing,
.cid-sygeURo8hD .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sygeURo8hD .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sygeURo8hD .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sygeURo8hD .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sygeURo8hD .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sygeURo8hD .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sygeURo8hD .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sygeURo8hD .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sygeURo8hD .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-sygeURo8hD .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sygeURo8hD .collapsed button.navbar-toggler {
  display: block;
}
.cid-sygeURo8hD .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sygeURo8hD .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sygeURo8hD .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-sygeURo8hD .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sygeURo8hD .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sygeURo8hD .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-sygeURo8hD.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sygeURo8hD img {
    height: 3.8rem !important;
  }
  .cid-sygeURo8hD .btn {
    display: -webkit-flex;
  }
  .cid-sygeURo8hD button.navbar-toggler {
    display: block;
  }
  .cid-sygeURo8hD .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sygeURo8hD .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sygeURo8hD .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sygeURo8hD .navbar-collapse.collapsing,
  .cid-sygeURo8hD .navbar-collapse.show {
    display: block !important;
  }
  .cid-sygeURo8hD .navbar-collapse.collapsing .navbar-nav,
  .cid-sygeURo8hD .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sygeURo8hD .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sygeURo8hD .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sygeURo8hD .navbar-collapse.collapsing .navbar-buttons,
  .cid-sygeURo8hD .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sygeURo8hD .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sygeURo8hD .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sygeURo8hD .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-sygeURo8hD .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sygeURo8hD .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sygeURo8hD .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-sygeURo8hD .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-sygeURo8hD .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sygeURo8hD .nav-link:hover,
.cid-sygeURo8hD .dropdown-item:hover {
  color: #b2ccd2 !important;
}
.cid-sygROpCeZT {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #cccccc;
  overflow: hidden;
}
.cid-sygROpCeZT .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sygROpCeZT .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sygROpCeZT .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sygROpCeZT .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sygROpCeZT .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #111821;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #111821, #008cff) !important;
}
.cid-sygROpCeZT .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-sygROpCeZT .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-sygROpCeZT .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-sygROpCeZT .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #111821 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #111821, #008cff) !important;
}
.cid-uRwSw3yQtj {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #008cff;
}
.cid-uRwSw3yQtj P {
  color: #767676;
}
.cid-uRwSw3yQtj H1 {
  color: #ffffff;
}
.cid-uRwSw3yQtj .mbr-text,
.cid-uRwSw3yQtj .mbr-section-btn {
  color: #ffffff;
}
.cid-sygSPJn6Lt {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-sygSPJn6Lt .card {
  align-self: stretch;
}
.cid-sygSPJn6Lt .card-box {
  height: 100%;
  background-color: #064af2;
  padding: 2rem;
}
.cid-sygSPJn6Lt h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-sygSPJn6Lt p {
  color: #767676;
  text-align: left;
}
.cid-sygSPJn6Lt .card-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-sygSPJn6Lt .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-sygSPJn6Lt .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cid-sygSPJn6Lt .card-title {
  color: #000000;
}
.cid-sygSPJn6Lt P {
  color: #ffffff;
}
.cid-tlRGJySy9s {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tlRGJySy9s P {
  color: #767676;
}
.cid-tlRGJySy9s H1 {
  color: #ffffff;
}
.cid-tlRGJySy9s .mbr-text,
.cid-tlRGJySy9s .mbr-section-btn {
  color: #ffffff;
}
.cid-sygTNNKEz8 {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #f1f1f1;
}
.cid-sygTNNKEz8 .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-sygTNNKEz8 .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-sygTNNKEz8 .mbr-figure img {
    width: 100% !important;
  }
}
.cid-tlLfBMz80k {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #dc0000;
}
.cid-tlLfBMz80k P {
  color: #767676;
}
.cid-tlLfBMz80k H1 {
  color: #ffffff;
}
.cid-tlLfBMz80k .mbr-text,
.cid-tlLfBMz80k .mbr-section-btn {
  color: #ffffff;
}
.cid-uRwSoZoMOS {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #064af2;
}
.cid-uRwSoZoMOS .form-text {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uRwSoZoMOS .content {
    text-align: center;
  }
  .cid-uRwSoZoMOS .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uRwSoZoMOS .img-logo img {
  height: 6rem;
  display: block;
  width: auto;
}
.cid-uRwSoZoMOS .form-group,
.cid-uRwSoZoMOS .input-group-btn {
  padding: 0;
}
.cid-uRwSoZoMOS .form-control {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-uRwSoZoMOS .input-group-btn .btn {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  color: #fff;
  text-align: center;
}
.cid-uRwSoZoMOS .copyright .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-uRwSoZoMOS .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uRwSoZoMOS .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-uRwSoZoMOS .footer-lower .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-uRwSoZoMOS .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-uRwSoZoMOS .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uRwSoZoMOS .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uRwSoZoMOS .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uRwSoZoMOS .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-uRwSoZoMOS .foot-logo {
    text-align: center !important;
  }
  .cid-uRwSoZoMOS .foot-title {
    text-align: center !important;
  }
  .cid-uRwSoZoMOS .mbr-text {
    text-align: center !important;
  }
  .cid-uRwSoZoMOS .form-group {
    margin: 0;
  }
}
.cid-uRwSoZoMOS .foot-title {
  color: #000000;
}
.cid-uRwSoZoMOS .copyright .mbr-text {
  color: #ffffff;
}
.cid-uRwSoZoMOS .mbr-links-column {
  color: #ffffff;
}
.cid-sygeURo8hD .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-sygeURo8hD .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sygeURo8hD a {
  font-style: normal;
}
.cid-sygeURo8hD .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sygeURo8hD .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-sygeURo8hD .nav-item:focus,
.cid-sygeURo8hD .nav-link:focus {
  outline: none;
}
.cid-sygeURo8hD .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sygeURo8hD .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sygeURo8hD .menu-logo {
  margin-right: auto;
}
.cid-sygeURo8hD .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-sygeURo8hD .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-sygeURo8hD .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sygeURo8hD .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sygeURo8hD .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sygeURo8hD .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sygeURo8hD .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sygeURo8hD .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sygeURo8hD .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sygeURo8hD .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sygeURo8hD .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sygeURo8hD .dropdown .dropdown-menu {
  background: #ffffff;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sygeURo8hD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sygeURo8hD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sygeURo8hD .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sygeURo8hD .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-sygeURo8hD .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-sygeURo8hD .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sygeURo8hD .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sygeURo8hD .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sygeURo8hD .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sygeURo8hD .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sygeURo8hD .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sygeURo8hD button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sygeURo8hD button.navbar-toggler:focus {
  outline: none;
}
.cid-sygeURo8hD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sygeURo8hD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sygeURo8hD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sygeURo8hD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sygeURo8hD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sygeURo8hD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sygeURo8hD nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sygeURo8hD nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sygeURo8hD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sygeURo8hD .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sygeURo8hD .collapsed .btn {
  display: -webkit-flex;
}
.cid-sygeURo8hD .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sygeURo8hD .collapsed .navbar-collapse.collapsing,
.cid-sygeURo8hD .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sygeURo8hD .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sygeURo8hD .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sygeURo8hD .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sygeURo8hD .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sygeURo8hD .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sygeURo8hD .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sygeURo8hD .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sygeURo8hD .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-sygeURo8hD .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sygeURo8hD .collapsed button.navbar-toggler {
  display: block;
}
.cid-sygeURo8hD .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sygeURo8hD .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sygeURo8hD .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-sygeURo8hD .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sygeURo8hD .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sygeURo8hD .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-sygeURo8hD.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sygeURo8hD img {
    height: 3.8rem !important;
  }
  .cid-sygeURo8hD .btn {
    display: -webkit-flex;
  }
  .cid-sygeURo8hD button.navbar-toggler {
    display: block;
  }
  .cid-sygeURo8hD .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sygeURo8hD .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sygeURo8hD .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sygeURo8hD .navbar-collapse.collapsing,
  .cid-sygeURo8hD .navbar-collapse.show {
    display: block !important;
  }
  .cid-sygeURo8hD .navbar-collapse.collapsing .navbar-nav,
  .cid-sygeURo8hD .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sygeURo8hD .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sygeURo8hD .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sygeURo8hD .navbar-collapse.collapsing .navbar-buttons,
  .cid-sygeURo8hD .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sygeURo8hD .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sygeURo8hD .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sygeURo8hD .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-sygeURo8hD .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sygeURo8hD .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sygeURo8hD .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-sygeURo8hD .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-sygeURo8hD .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sygeURo8hD .nav-link:hover,
.cid-sygeURo8hD .dropdown-item:hover {
  color: #b2ccd2 !important;
}
.cid-sygUneJZsW {
  padding-top: 75px;
  padding-bottom: 30px;
  background-color: #1a1c1e;
}
.cid-sygUneJZsW .testimonial-text {
  font-style: italic;
  color: #efefef;
  font-weight: 300;
}
.cid-sygUneJZsW .mbr-author-name {
  font-weight: bold;
  color: #008cff;
}
.cid-sygUneJZsW .mbr-author-desc {
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sygUneJZsW .mbr-figure,
  .cid-sygUneJZsW img {
    max-height: 300px;
    width: auto;
    margin: auto;
  }
}
.cid-tlLgbDV9ap {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tlLgbDV9ap P {
  color: #767676;
}
.cid-tlLgbDV9ap H1 {
  color: #ffffff;
}
.cid-tlLgbDV9ap .mbr-text,
.cid-tlLgbDV9ap .mbr-section-btn {
  color: #ffffff;
}
.cid-uRwTKJwvAZ {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #dc0000;
}
.cid-uRwTKJwvAZ P {
  color: #767676;
}
.cid-uRwTKJwvAZ H1 {
  color: #ffffff;
}
.cid-uRwTKJwvAZ .mbr-text,
.cid-uRwTKJwvAZ .mbr-section-btn {
  color: #ffffff;
}
.cid-uRwTNgmOaa {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #064af2;
}
.cid-uRwTNgmOaa .form-text {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uRwTNgmOaa .content {
    text-align: center;
  }
  .cid-uRwTNgmOaa .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uRwTNgmOaa .img-logo img {
  height: 6rem;
  display: block;
  width: auto;
}
.cid-uRwTNgmOaa .form-group,
.cid-uRwTNgmOaa .input-group-btn {
  padding: 0;
}
.cid-uRwTNgmOaa .form-control {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-uRwTNgmOaa .input-group-btn .btn {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  color: #fff;
  text-align: center;
}
.cid-uRwTNgmOaa .copyright .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-uRwTNgmOaa .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uRwTNgmOaa .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-uRwTNgmOaa .footer-lower .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-uRwTNgmOaa .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-uRwTNgmOaa .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uRwTNgmOaa .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uRwTNgmOaa .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uRwTNgmOaa .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-uRwTNgmOaa .foot-logo {
    text-align: center !important;
  }
  .cid-uRwTNgmOaa .foot-title {
    text-align: center !important;
  }
  .cid-uRwTNgmOaa .mbr-text {
    text-align: center !important;
  }
  .cid-uRwTNgmOaa .form-group {
    margin: 0;
  }
}
.cid-uRwTNgmOaa .foot-title {
  color: #000000;
}
.cid-uRwTNgmOaa .copyright .mbr-text {
  color: #ffffff;
}
.cid-uRwTNgmOaa .mbr-links-column {
  color: #ffffff;
}
.cid-tlLgzHkFZi {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #071f28;
}
.cid-tlLgzHkFZi P {
  color: #767676;
}
.cid-tlLgzHkFZi H1 {
  color: #ffffff;
}
.cid-tlLgzHkFZi .mbr-text,
.cid-tlLgzHkFZi .mbr-section-btn {
  color: #ffffff;
}
.cid-uRwPmooyM5 {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #000000;
}
.cid-uRwPmooyM5 P {
  color: #767676;
}
.cid-uRwPmooyM5 H1 {
  color: #ffffff;
}
.cid-uRwPmooyM5 .mbr-text,
.cid-uRwPmooyM5 .mbr-section-btn {
  color: #ffffff;
}
.cid-uRwPmrKDaZ {
  padding-top: 30px;
  padding-bottom: 30px;
  background: #ffffff;
}
.cid-uRwPmrKDaZ .images-container.container-fluid {
  padding: 0;
}
.cid-uRwPmrKDaZ .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-uRwPmrKDaZ .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-uRwPmrKDaZ .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-uRwPmrKDaZ .media-container-row .img-item .img-caption {
  background: #dc0000;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-uRwPmrKDaZ .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-uRwPmrKDaZ .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-uRwPmrKDaZ .img-item {
    width: 100% !important;
  }
  .cid-uRwPmrKDaZ .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-uRwPmrKDaZ P {
  color: #dc0000;
}
.cid-uRwPmtkIm3 {
  padding-top: 15px;
  padding-bottom: 15px;
  background: linear-gradient(45deg, #0090ff, #008cff);
}
.cid-uRwPmtkIm3 .btn {
  margin: 0 0 .5rem 0;
}
.cid-uRwPmtkIm3 H2 {
  text-align: left;
  color: #ffffff;
}
.cid-uRwPmtkIm3 H3 {
  text-align: left;
}
.cid-uRwPmuVBob {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-uRwPmuVBob .image-block {
  margin: auto;
}
.cid-uRwPmuVBob .mbr-figure {
  margin: 0 auto;
}
.cid-uRwPmuVBob figcaption {
  position: relative;
}
.cid-uRwPmuVBob figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uRwPmuVBob .image-block {
    width: 100% !important;
  }
}
.cid-uRwPmwlaYB {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-uRwPmwlaYB P {
  color: #767676;
}
.cid-uRwPmwlaYB H1 {
  color: #ffffff;
}
.cid-uRwPmwlaYB .mbr-text,
.cid-uRwPmwlaYB .mbr-section-btn {
  color: #ffffff;
}
.cid-uRwPmy10Vj {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-uRwPmy10Vj .card {
  align-self: stretch;
}
.cid-uRwPmy10Vj .card-box {
  height: 100%;
  background-color: #0090ff;
  padding: 2rem;
}
.cid-uRwPmy10Vj h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-uRwPmy10Vj p {
  color: #767676;
  text-align: left;
}
.cid-uRwPmy10Vj .card-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-uRwPmy10Vj .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-uRwPmy10Vj .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cid-uRwPmy10Vj .card-title {
  color: #0e0e0e;
}
.cid-uRwPmy10Vj P {
  color: #ffffff;
}
.cid-uRwPmAp3Nt .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-uRwPmAp3Nt .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-uRwPmAp3Nt a {
  font-style: normal;
}
.cid-uRwPmAp3Nt .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uRwPmAp3Nt .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-uRwPmAp3Nt .nav-item:focus,
.cid-uRwPmAp3Nt .nav-link:focus {
  outline: none;
}
.cid-uRwPmAp3Nt .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uRwPmAp3Nt .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uRwPmAp3Nt .menu-logo {
  margin-right: auto;
}
.cid-uRwPmAp3Nt .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-uRwPmAp3Nt .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-uRwPmAp3Nt .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uRwPmAp3Nt .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uRwPmAp3Nt .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uRwPmAp3Nt .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uRwPmAp3Nt .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-uRwPmAp3Nt .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uRwPmAp3Nt .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uRwPmAp3Nt .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uRwPmAp3Nt .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uRwPmAp3Nt .dropdown .dropdown-menu {
  background: #ffffff;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uRwPmAp3Nt .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uRwPmAp3Nt .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uRwPmAp3Nt .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uRwPmAp3Nt .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-uRwPmAp3Nt .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-uRwPmAp3Nt .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uRwPmAp3Nt .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uRwPmAp3Nt .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uRwPmAp3Nt .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uRwPmAp3Nt .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uRwPmAp3Nt .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uRwPmAp3Nt button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uRwPmAp3Nt button.navbar-toggler:focus {
  outline: none;
}
.cid-uRwPmAp3Nt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uRwPmAp3Nt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uRwPmAp3Nt button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uRwPmAp3Nt button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uRwPmAp3Nt button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uRwPmAp3Nt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uRwPmAp3Nt nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uRwPmAp3Nt nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uRwPmAp3Nt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uRwPmAp3Nt .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uRwPmAp3Nt .collapsed .btn {
  display: -webkit-flex;
}
.cid-uRwPmAp3Nt .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uRwPmAp3Nt .collapsed .navbar-collapse.collapsing,
.cid-uRwPmAp3Nt .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uRwPmAp3Nt .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uRwPmAp3Nt .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uRwPmAp3Nt .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uRwPmAp3Nt .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uRwPmAp3Nt .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uRwPmAp3Nt .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uRwPmAp3Nt .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uRwPmAp3Nt .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-uRwPmAp3Nt .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uRwPmAp3Nt .collapsed button.navbar-toggler {
  display: block;
}
.cid-uRwPmAp3Nt .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uRwPmAp3Nt .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uRwPmAp3Nt .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-uRwPmAp3Nt .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uRwPmAp3Nt .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uRwPmAp3Nt .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-uRwPmAp3Nt.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uRwPmAp3Nt img {
    height: 3.8rem !important;
  }
  .cid-uRwPmAp3Nt .btn {
    display: -webkit-flex;
  }
  .cid-uRwPmAp3Nt button.navbar-toggler {
    display: block;
  }
  .cid-uRwPmAp3Nt .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uRwPmAp3Nt .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uRwPmAp3Nt .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uRwPmAp3Nt .navbar-collapse.collapsing,
  .cid-uRwPmAp3Nt .navbar-collapse.show {
    display: block !important;
  }
  .cid-uRwPmAp3Nt .navbar-collapse.collapsing .navbar-nav,
  .cid-uRwPmAp3Nt .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uRwPmAp3Nt .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uRwPmAp3Nt .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uRwPmAp3Nt .navbar-collapse.collapsing .navbar-buttons,
  .cid-uRwPmAp3Nt .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uRwPmAp3Nt .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uRwPmAp3Nt .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uRwPmAp3Nt .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-uRwPmAp3Nt .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uRwPmAp3Nt .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uRwPmAp3Nt .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-uRwPmAp3Nt .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-uRwPmAp3Nt .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uRwPmAp3Nt .nav-link:hover,
.cid-uRwPmAp3Nt .dropdown-item:hover {
  color: #b2ccd2 !important;
}
.cid-uRwPmCrU7G {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uRwPmCrU7G P {
  color: #767676;
}
.cid-uRwPmCrU7G H1 {
  color: #ffffff;
}
.cid-uRwPmCrU7G .mbr-text,
.cid-uRwPmCrU7G .mbr-section-btn {
  color: #ffffff;
}
.cid-uRwPmEbtz5 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #dc0000;
}
.cid-uRwPmEbtz5 P {
  color: #767676;
}
.cid-uRwPmEbtz5 H1 {
  color: #ffffff;
}
.cid-uRwPmEbtz5 .mbr-text,
.cid-uRwPmEbtz5 .mbr-section-btn {
  color: #ffffff;
}
.cid-uRwPmG1xxu {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uRwPmG1xxu .item {
  padding-bottom: 2rem;
}
.cid-uRwPmG1xxu .item-wrapper {
  height: 100%;
}
.cid-uRwPmG1xxu .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uRwPmG1xxu .carousel-control,
.cid-uRwPmG1xxu .close {
  background: #1b1b1b;
}
.cid-uRwPmG1xxu .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uRwPmG1xxu .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uRwPmG1xxu .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-uRwPmG1xxu .close::before {
  content: '\e91a';
}
.cid-uRwPmG1xxu .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uRwPmG1xxu .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-uRwPmG1xxu .carousel-inner > .active {
  display: block;
}
.cid-uRwPmG1xxu .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uRwPmG1xxu .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uRwPmG1xxu .carousel-control .icon-next,
.cid-uRwPmG1xxu .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-uRwPmG1xxu .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uRwPmG1xxu .carousel-control,
  .cid-uRwPmG1xxu .carousel-indicators,
  .cid-uRwPmG1xxu .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uRwPmG1xxu .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uRwPmG1xxu .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uRwPmG1xxu .carousel-indicators {
  bottom: 0;
  margin-bottom: 3px;
}
@media (max-width: 991px) {
  .cid-uRwPmG1xxu .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uRwPmG1xxu .carousel-indicators {
    display: none;
  }
}
.cid-uRwPmG1xxu .carousel-indicators .active,
.cid-uRwPmG1xxu .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #1b1b1b;
  opacity: 0.5;
  border: 4px solid #1b1b1b;
}
.cid-uRwPmG1xxu .carousel-indicators .active {
  background: #fff;
}
.cid-uRwPmG1xxu .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uRwPmG1xxu .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uRwPmG1xxu .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uRwPmG1xxu .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uRwPmG1xxu .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uRwPmG1xxu .modal-body .carousel-item {
  top: 50%;
  transform: translateY(-50%);
}
.cid-uRwPmG1xxu .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uRwPmG1xxu .carousel {
  width: 100%;
}
.cid-uRwPmG1xxu .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uRwPmG1xxu .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-uRwPmG1xxu .modal.fade .modal-dialog,
.cid-uRwPmG1xxu .modal.in .modal-dialog {
  -webkit-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}
.cid-uRwPmG1xxu .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uRwPmG1xxu a {
  display: block;
}
.cid-uRwPmG1xxu a.img {
  pointer-events: none;
}
.cid-uRwPmIJKvs {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #008cff;
}
.cid-uRwPmIJKvs P {
  color: #767676;
}
.cid-uRwPmIJKvs H1 {
  color: #ffffff;
}
.cid-uRwPmIJKvs .mbr-text,
.cid-uRwPmIJKvs .mbr-section-btn {
  color: #ffffff;
}
.cid-uRwPmKEyXM {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uRwPmKEyXM h2 {
  text-align: left;
}
.cid-uRwPmKEyXM h4 {
  text-align: left;
  font-weight: 500;
}
.cid-uRwPmKEyXM p {
  color: #767676;
  text-align: left;
}
.cid-uRwPmKEyXM .aside-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-uRwPmKEyXM .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-uRwPmKEyXM .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uRwPmKEyXM .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-uRwPmKEyXM .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-uRwPmKEyXM .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-uRwPmKEyXM .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
  .cid-uRwPmKEyXM .media-container-row {
    -webkit-flex-direction: row-reverse;
  }
}
@media (max-width: 991px) {
  .cid-uRwPmKEyXM .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
    padding-bottom: 0;
    margin-bottom: 0;
    padding-top: 1rem;
    margin-top: 2rem;
  }
  .cid-uRwPmKEyXM .media-container-row {
    -webkit-flex-direction: column-reverse;
  }
}
@media (max-width: 300px) {
  .cid-uRwPmKEyXM .card-img span {
    font-size: 40px !important;
  }
}
.cid-uRwPmKEyXM .mbr-text {
  color: #ffffff;
}
.cid-uRwPmKEyXM P {
  color: #232323;
}
.cid-uRwPmKEyXM H4 {
  color: #008cff;
}
.cid-uRwPmKEyXM H2 {
  color: #ffffff;
}
.cid-uRwPmMY0NW {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #008cff;
}
.cid-uRwPmMY0NW P {
  color: #767676;
}
.cid-uRwPmMY0NW H1 {
  color: #ffffff;
}
.cid-uRwPmMY0NW .mbr-text,
.cid-uRwPmMY0NW .mbr-section-btn {
  color: #ffffff;
}
.cid-uRwPmOJaqe {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uRwPmOJaqe p {
  color: #767676;
}
.cid-uRwPmOJaqe .item:focus,
.cid-uRwPmOJaqe span:focus {
  outline: none;
}
.cid-uRwPmOJaqe .item {
  padding-bottom: 3rem;
  cursor: pointer;
}
.cid-uRwPmOJaqe .item-wrapper {
  position: relative;
}
.cid-uRwPmOJaqe .item-btn,
.cid-uRwPmOJaqe h4,
.cid-uRwPmOJaqe h5 {
  margin: 0;
}
.cid-uRwPmOJaqe .item-content {
  padding-top: 2rem;
}
.cid-uRwPmOJaqe .item-title {
  text-align: left;
}
.cid-uRwPmOJaqe item-text {
  text-align: center;
}
.cid-uRwPmR6vqP {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #008cff;
}
.cid-uRwPmR6vqP P {
  color: #767676;
}
.cid-uRwPmR6vqP H1 {
  color: #ffffff;
}
.cid-uRwPmR6vqP .mbr-text,
.cid-uRwPmR6vqP .mbr-section-btn {
  color: #ffffff;
}
.cid-uRwPmT5nY5 .google-map {
  height: 25rem;
  position: relative;
}
.cid-uRwPmT5nY5 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uRwPmT5nY5 .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uRwPmT5nY5 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uRwPmT5nY5 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uRwPnMqmMW {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-uRwPnMqmMW P {
  color: #767676;
}
.cid-uRwPnMqmMW H1 {
  color: #ffffff;
}
.cid-uRwPnMqmMW .mbr-text,
.cid-uRwPnMqmMW .mbr-section-btn {
  color: #ffffff;
}
.cid-uRwPnOAfh6 {
  padding-top: 30px;
  padding-bottom: 30px;
  background: #ffffff;
}
.cid-uRwPnOAfh6 .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-uRwPnOAfh6 .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-uRwPnOAfh6 .media-container-row .img-item .img-cont {
  position: relative;
  overflow: hidden;
}
.cid-uRwPnOAfh6 .media-container-row .img-item .img-cont img {
  width: 100%;
}
.cid-uRwPnOAfh6 .media-container-row .img-item .img-cont .img-caption {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-uRwPnOAfh6 .media-container-row .img-item .img-cont .img-caption p {
  margin-bottom: 0;
}
.cid-uRwPnOAfh6 .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-uRwPnOAfh6 .img-item {
    width: 100% !important;
  }
  .cid-uRwPnOAfh6 .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-uRwPnQAYlS {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #008cff;
}
.cid-uRwPnQAYlS P {
  color: #767676;
}
.cid-uRwPnQAYlS H1 {
  color: #ffffff;
}
.cid-uRwPnQAYlS .mbr-text,
.cid-uRwPnQAYlS .mbr-section-btn {
  color: #ffffff;
}
.cid-uRwPnSneCf {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-uRwPnSneCf .card {
  align-self: stretch;
}
.cid-uRwPnSneCf .card-box {
  height: 100%;
  background-color: #000000;
  padding: 2rem;
}
.cid-uRwPnSneCf h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-uRwPnSneCf p {
  color: #767676;
  text-align: left;
}
.cid-uRwPnSneCf .card-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-uRwPnSneCf .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-uRwPnSneCf .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cid-uRwPnSneCf .card-title {
  color: #008cff;
}
.cid-uRwPnSneCf P {
  color: #ffffff;
}
.cid-uRwPnUGdg9 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #008cff;
}
.cid-uRwPnUGdg9 P {
  color: #767676;
}
.cid-uRwPnUGdg9 H1 {
  color: #ffffff;
}
.cid-uRwPnUGdg9 .mbr-text,
.cid-uRwPnUGdg9 .mbr-section-btn {
  color: #ffffff;
}
.cid-uRwPnWI4xs {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uRwPnWI4xs .mbr-text {
  color: #008cff;
  text-align: center;
}
.cid-uRwPnWI4xs h4 {
  text-align: center;
}
.cid-uRwPnWI4xs p {
  text-align: center;
}
.cid-uRwPnWI4xs .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-uRwPnZk1x9 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #465052;
}
.cid-uRwPnZk1x9 P {
  color: #767676;
}
.cid-uRwPnZk1x9 H1 {
  color: #ffffff;
}
.cid-uRwPnZk1x9 .mbr-text,
.cid-uRwPnZk1x9 .mbr-section-btn {
  color: #ffffff;
}
.cid-uRwRkc3DhZ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uRwRkc3DhZ .carousel-control {
  background: #000;
}
.cid-uRwRkc3DhZ .mbr-section-subtitle {
  color: #767676;
}
.cid-uRwRkc3DhZ .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uRwRkc3DhZ .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-uRwRkc3DhZ .carousel-item .wrap-img {
  text-align: center;
}
.cid-uRwRkc3DhZ .carousel-item .wrap-img img {
  max-height: 150px;
  width: auto;
  max-width: 100%;
}
.cid-uRwRkc3DhZ .carousel-controls {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uRwRkc3DhZ .carousel-controls .carousel-control {
  background: #000;
  border-radius: 50%;
  position: static;
  width: 40px;
  height: 40px;
  margin-top: 2rem;
  border-width: 1px;
}
.cid-uRwRkc3DhZ .carousel-controls .carousel-control.carousel-control-prev {
  left: auto;
  margin-right: 20px;
  margin-left: 0;
}
.cid-uRwRkc3DhZ .carousel-controls .carousel-control.carousel-control-next {
  right: auto;
  margin-right: 0;
}
.cid-uRwRkc3DhZ .carousel-controls .carousel-control .mbr-iconfont {
  font-size: 1rem;
}
.cid-uRwRkc3DhZ .cloneditem-1,
.cid-uRwRkc3DhZ .cloneditem-2,
.cid-uRwRkc3DhZ .cloneditem-3,
.cid-uRwRkc3DhZ .cloneditem-4,
.cid-uRwRkc3DhZ .cloneditem-5 {
  display: none;
}
.cid-uRwRkc3DhZ .col-lg-15 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  -webkit-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uRwRkc3DhZ .col-lg-15 {
    -ms-flex: 0 0 20%;
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    width: 20%;
  }
  .cid-uRwRkc3DhZ .carousel-inner.slides2 > .carousel-item.active.carousel-item-right,
  .cid-uRwRkc3DhZ .carousel-inner.slides2 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
  }
  .cid-uRwRkc3DhZ .carousel-inner.slides2 > .carousel-item.active.carousel-item-left,
  .cid-uRwRkc3DhZ .carousel-inner.slides2 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
  .cid-uRwRkc3DhZ .carousel-inner.slides2 > .carousel-item.carousel-item-left,
  .cid-uRwRkc3DhZ .carousel-inner.slides2 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-uRwRkc3DhZ .carousel-inner.slides2 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-uRwRkc3DhZ .carousel-inner.slides2 .cloneditem-1,
  .cid-uRwRkc3DhZ .carousel-inner.slides2 .cloneditem-2,
  .cid-uRwRkc3DhZ .carousel-inner.slides2 .cloneditem-3 {
    display: block;
  }
  .cid-uRwRkc3DhZ .carousel-inner.slides3 > .carousel-item.active.carousel-item-right,
  .cid-uRwRkc3DhZ .carousel-inner.slides3 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(33.333333%, 0, 0);
    transform: translate3d(33.333333%, 0, 0);
  }
  .cid-uRwRkc3DhZ .carousel-inner.slides3 > .carousel-item.active.carousel-item-left,
  .cid-uRwRkc3DhZ .carousel-inner.slides3 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-33.333333%, 0, 0);
    transform: translate3d(-33.333333%, 0, 0);
  }
  .cid-uRwRkc3DhZ .carousel-inner.slides3 > .carousel-item.carousel-item-left,
  .cid-uRwRkc3DhZ .carousel-inner.slides3 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-uRwRkc3DhZ .carousel-inner.slides3 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-uRwRkc3DhZ .carousel-inner.slides3 .cloneditem-1,
  .cid-uRwRkc3DhZ .carousel-inner.slides3 .cloneditem-2,
  .cid-uRwRkc3DhZ .carousel-inner.slides3 .cloneditem-3 {
    display: block;
  }
  .cid-uRwRkc3DhZ .carousel-inner.slides4 > .carousel-item.active.carousel-item-right,
  .cid-uRwRkc3DhZ .carousel-inner.slides4 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(25%, 0, 0);
    transform: translate3d(25%, 0, 0);
  }
  .cid-uRwRkc3DhZ .carousel-inner.slides4 > .carousel-item.active.carousel-item-left,
  .cid-uRwRkc3DhZ .carousel-inner.slides4 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-25%, 0, 0);
    transform: translate3d(-25%, 0, 0);
  }
  .cid-uRwRkc3DhZ .carousel-inner.slides4 > .carousel-item.carousel-item-left,
  .cid-uRwRkc3DhZ .carousel-inner.slides4 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-uRwRkc3DhZ .carousel-inner.slides4 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-uRwRkc3DhZ .carousel-inner.slides4 .cloneditem-1,
  .cid-uRwRkc3DhZ .carousel-inner.slides4 .cloneditem-2,
  .cid-uRwRkc3DhZ .carousel-inner.slides4 .cloneditem-3 {
    display: block;
  }
  .cid-uRwRkc3DhZ .carousel-inner.slides5 > .carousel-item.active.carousel-item-right,
  .cid-uRwRkc3DhZ .carousel-inner.slides5 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(20%, 0, 0);
    transform: translate3d(20%, 0, 0);
  }
  .cid-uRwRkc3DhZ .carousel-inner.slides5 > .carousel-item.active.carousel-item-left,
  .cid-uRwRkc3DhZ .carousel-inner.slides5 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-20%, 0, 0);
    transform: translate3d(-20%, 0, 0);
  }
  .cid-uRwRkc3DhZ .carousel-inner.slides5 > .carousel-item.carousel-item-left,
  .cid-uRwRkc3DhZ .carousel-inner.slides5 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-uRwRkc3DhZ .carousel-inner.slides5 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-uRwRkc3DhZ .carousel-inner.slides5 .cloneditem-1,
  .cid-uRwRkc3DhZ .carousel-inner.slides5 .cloneditem-2,
  .cid-uRwRkc3DhZ .carousel-inner.slides5 .cloneditem-3,
  .cid-uRwRkc3DhZ .carousel-inner.slides5 .cloneditem-4 {
    display: block;
  }
  .cid-uRwRkc3DhZ .carousel-inner.slides6 > .carousel-item.active.carousel-item-right,
  .cid-uRwRkc3DhZ .carousel-inner.slides6 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(16.666667%, 0, 0);
    transform: translate3d(16.666667%, 0, 0);
  }
  .cid-uRwRkc3DhZ .carousel-inner.slides6 > .carousel-item.active.carousel-item-left,
  .cid-uRwRkc3DhZ .carousel-inner.slides6 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-16.666667%, 0, 0);
    transform: translate3d(-16.666667%, 0, 0);
  }
  .cid-uRwRkc3DhZ .carousel-inner.slides6 > .carousel-item.carousel-item-left,
  .cid-uRwRkc3DhZ .carousel-inner.slides6 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-uRwRkc3DhZ .carousel-inner.slides6 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-uRwRkc3DhZ .carousel-inner.slides6 .cloneditem-1,
  .cid-uRwRkc3DhZ .carousel-inner.slides6 .cloneditem-2,
  .cid-uRwRkc3DhZ .carousel-inner.slides6 .cloneditem-3,
  .cid-uRwRkc3DhZ .carousel-inner.slides6 .cloneditem-4,
  .cid-uRwRkc3DhZ .carousel-inner.slides6 .cloneditem-5 {
    display: block;
  }
}
.cid-uRwPpgbnoW {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #064af2;
}
.cid-uRwPpgbnoW .form-text {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uRwPpgbnoW .content {
    text-align: center;
  }
  .cid-uRwPpgbnoW .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uRwPpgbnoW .img-logo img {
  height: 6rem;
  display: block;
  width: auto;
}
.cid-uRwPpgbnoW .form-group,
.cid-uRwPpgbnoW .input-group-btn {
  padding: 0;
}
.cid-uRwPpgbnoW .form-control {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-uRwPpgbnoW .input-group-btn .btn {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  color: #fff;
  text-align: center;
}
.cid-uRwPpgbnoW .copyright .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-uRwPpgbnoW .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uRwPpgbnoW .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-uRwPpgbnoW .footer-lower .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-uRwPpgbnoW .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-uRwPpgbnoW .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uRwPpgbnoW .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uRwPpgbnoW .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uRwPpgbnoW .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-uRwPpgbnoW .foot-logo {
    text-align: center !important;
  }
  .cid-uRwPpgbnoW .foot-title {
    text-align: center !important;
  }
  .cid-uRwPpgbnoW .mbr-text {
    text-align: center !important;
  }
  .cid-uRwPpgbnoW .form-group {
    margin: 0;
  }
}
.cid-uRwPpgbnoW .foot-title {
  color: #000000;
}
.cid-uRwPpgbnoW .copyright .mbr-text {
  color: #ffffff;
}
.cid-uRwPpgbnoW .mbr-links-column {
  color: #ffffff;
}
