@import url(https://fonts.googleapis.com/css?family=Rubik:300,400,500,600,700,800,900,300i,400i,500i,600i,700i,800i,900i&display=swap);





body {
  font-family: Rubik;
}
.display-1 {
  font-family: 'Rubik', sans-serif;
  font-size: 4.25rem;
  font-display: swap;
}
.display-1 > .mbr-iconfont {
  font-size: 6.8rem;
}
.display-2 {
  font-family: 'Rubik', sans-serif;
  font-size: 3rem;
  font-display: swap;
}
.display-2 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-4 {
  font-family: 'Rubik', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'Rubik', sans-serif;
  font-size: 1.5rem;
  font-display: swap;
}
.display-5 > .mbr-iconfont {
  font-size: 2.4rem;
}
.display-7 {
  font-family: 'Rubik', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.display-7 > .mbr-iconfont {
  font-size: 1.6rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 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.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* 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: #ffffff !important;
}
.bg-success {
  background-color: #f7ed4a !important;
}
.bg-info {
  background-color: #82786e !important;
}
.bg-warning {
  background-color: #879a9f !important;
}
.bg-danger {
  background-color: #b1a374 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff3366 !important;
  border-color: #ff3366 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #e50039 !important;
  border-color: #e50039 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #e50039 !important;
  border-color: #e50039 !important;
}
.btn-info,
.btn-info:active {
  background-color: #82786e !important;
  border-color: #82786e !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-success,
.btn-success:active {
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
  color: #3f3c03 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #879a9f !important;
  border-color: #879a9f !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #cccccc;
  color: #cccccc;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #808080;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #cc0033;
  color: #cc0033;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #ff3366;
  border-color: #ff3366;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff3366 !important;
  border-color: #ff3366 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #4b453f;
  color: #4b453f;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #82786e;
  border-color: #82786e;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #82786e !important;
  border-color: #82786e !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #d2c609;
  color: #d2c609;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #3f3c03;
  background-color: #f7ed4a;
  border-color: #f7ed4a;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #3f3c03 !important;
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #55666b;
  color: #55666b;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #879a9f;
  border-color: #879a9f;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #879a9f !important;
  border-color: #879a9f !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #7a6e45;
  color: #7a6e45;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #b1a374;
  border-color: #b1a374;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #ffffff !important;
}
.text-secondary {
  color: #ff3366 !important;
}
.text-success {
  color: #f7ed4a !important;
}
.text-info {
  color: #82786e !important;
}
.text-warning {
  color: #879a9f !important;
}
.text-danger {
  color: #b1a374 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #cccccc !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #cc0033 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #d2c609 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #4b453f !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #55666b !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #7a6e45 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #82786e;
}
.alert-warning {
  background-color: #879a9f;
}
.alert-danger {
  background-color: #b1a374;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #8c8c8c;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #ffffff;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #beb8b2;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ced6d8;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #dfd9c6;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Rubik', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
}
blockquote {
  border-color: #ffffff;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.form2 .form-control {
  border-top-left-radius: 100px;
  border-bottom-left-radius: 100px;
}
.form2 .input-group-btn a.btn {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.form2 .input-group-btn button[type="submit"] {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.form3 input[type="email"] {
  border-radius: 100px !important;
}
@media (max-width: 349px) {
  .form2 input[type="email"] {
    border-radius: 100px !important;
  }
  .form2 .input-group-btn a.btn {
    border-radius: 100px !important;
  }
  .form2 .input-group-btn button[type="submit"] {
    border-radius: 100px !important;
  }
}
@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: #ffffff;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #ffffff;
}
.footer3 input[type="email"],
.footer4 input[type="email"] {
  border-radius: 100px !important;
}
.footer3 .input-group-btn a.btn,
.footer4 .input-group-btn a.btn {
  border-radius: 100px !important;
}
.footer3 .input-group-btn button[type="submit"],
.footer4 .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
}
/* Headers*/
.header13 .form-inline input[type="email"],
.header14 .form-inline input[type="email"] {
  border-radius: 100px;
}
.header13 .form-inline input[type="text"],
.header14 .form-inline input[type="text"] {
  border-radius: 100px;
}
.header13 .form-inline input[type="tel"],
.header14 .form-inline input[type="tel"] {
  border-radius: 100px;
}
.header13 .form-inline a.btn,
.header14 .form-inline a.btn {
  border-radius: 100px;
}
.header13 .form-inline button,
.header14 .form-inline button {
  border-radius: 100px !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .card-wrapper {
    flex: auto !important;
  }
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.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: #ffffff;
  border-bottom-color: #ffffff;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #ffffff !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: #ff3366 !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='%23ffffff' %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-slkAfGNCTI .navbar {
  padding: .5rem 0;
  background: #0082c9;
  transition: none;
  min-height: 77px;
}
.cid-slkAfGNCTI .navbar-dropdown.bg-color.transparent.opened {
  background: #0082c9;
}
.cid-slkAfGNCTI a {
  font-style: normal;
}
.cid-slkAfGNCTI .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-slkAfGNCTI .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-slkAfGNCTI .nav-item:focus,
.cid-slkAfGNCTI .nav-link:focus {
  outline: none;
}
.cid-slkAfGNCTI .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-slkAfGNCTI .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-slkAfGNCTI .menu-logo {
  margin-right: auto;
}
.cid-slkAfGNCTI .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-slkAfGNCTI .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-slkAfGNCTI .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-slkAfGNCTI .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-slkAfGNCTI .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-slkAfGNCTI .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-slkAfGNCTI .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-slkAfGNCTI .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-slkAfGNCTI .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-slkAfGNCTI .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-slkAfGNCTI .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-slkAfGNCTI .dropdown .dropdown-menu {
  background: #0082c9;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-slkAfGNCTI .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-slkAfGNCTI .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-slkAfGNCTI .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-slkAfGNCTI .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-slkAfGNCTI .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-slkAfGNCTI .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-slkAfGNCTI .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-slkAfGNCTI .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-slkAfGNCTI .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-slkAfGNCTI .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-slkAfGNCTI .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-slkAfGNCTI button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-slkAfGNCTI button.navbar-toggler:focus {
  outline: none;
}
.cid-slkAfGNCTI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-slkAfGNCTI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-slkAfGNCTI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-slkAfGNCTI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-slkAfGNCTI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-slkAfGNCTI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-slkAfGNCTI nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-slkAfGNCTI nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-slkAfGNCTI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-slkAfGNCTI .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-slkAfGNCTI .collapsed .btn {
  display: -webkit-flex;
}
.cid-slkAfGNCTI .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-slkAfGNCTI .collapsed .navbar-collapse.collapsing,
.cid-slkAfGNCTI .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-slkAfGNCTI .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-slkAfGNCTI .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-slkAfGNCTI .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-slkAfGNCTI .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-slkAfGNCTI .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-slkAfGNCTI .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-slkAfGNCTI .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-slkAfGNCTI .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-slkAfGNCTI .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-slkAfGNCTI .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-slkAfGNCTI .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-slkAfGNCTI .collapsed button.navbar-toggler {
  display: block;
}
.cid-slkAfGNCTI .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-slkAfGNCTI .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-slkAfGNCTI .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-slkAfGNCTI .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-slkAfGNCTI .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-slkAfGNCTI .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-slkAfGNCTI .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-slkAfGNCTI img {
    height: 3.8rem !important;
  }
  .cid-slkAfGNCTI .btn {
    display: -webkit-flex;
  }
  .cid-slkAfGNCTI button.navbar-toggler {
    display: block;
  }
  .cid-slkAfGNCTI .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-slkAfGNCTI .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-slkAfGNCTI .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-slkAfGNCTI .navbar-collapse.collapsing,
  .cid-slkAfGNCTI .navbar-collapse.show {
    display: block !important;
  }
  .cid-slkAfGNCTI .navbar-collapse.collapsing .navbar-nav,
  .cid-slkAfGNCTI .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-slkAfGNCTI .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-slkAfGNCTI .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-slkAfGNCTI .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-slkAfGNCTI .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-slkAfGNCTI .navbar-collapse.collapsing .navbar-buttons,
  .cid-slkAfGNCTI .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-slkAfGNCTI .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-slkAfGNCTI .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-slkAfGNCTI .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-slkAfGNCTI .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-slkAfGNCTI .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-slkAfGNCTI .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-slkAfGNCTI .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-slkAfGNCTI .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-slkAfGNCTI .nav-link:hover,
.cid-slkAfGNCTI .dropdown-item:hover {
  color: #1127ef !important;
}
.cid-siqgo5Gy7T .modal-body .close {
  background: #1b1b1b;
}
.cid-siqgo5Gy7T .modal-body .close span {
  font-style: normal;
}
.cid-siqgo5Gy7T .carousel-inner > .active,
.cid-siqgo5Gy7T .carousel-inner > .next,
.cid-siqgo5Gy7T .carousel-inner > .prev {
  display: table;
}
.cid-siqgo5Gy7T .carousel-control .icon-next,
.cid-siqgo5Gy7T .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-siqgo5Gy7T .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-siqgo5Gy7T .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-siqgo5Gy7T .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-siqgo5Gy7T .boxed-slider > div {
  position: relative;
}
.cid-siqgo5Gy7T .container img {
  width: 100%;
}
.cid-siqgo5Gy7T .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-siqgo5Gy7T .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-siqgo5Gy7T .mbr-table-cell {
  padding: 0;
}
.cid-siqgo5Gy7T .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-siqgo5Gy7T .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-align-items: center;
}
.cid-siqgo5Gy7T .mbr-overlay {
  z-index: 1;
}
.cid-siqgo5Gy7T .container-slide.container {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-siqgo5Gy7T .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-siqgo5Gy7T .carousel-item .container {
    width: 100%;
  }
}
.cid-siqgo5Gy7T .carousel-item-next.carousel-item-left,
.cid-siqgo5Gy7T .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-siqgo5Gy7T .active.carousel-item-right,
.cid-siqgo5Gy7T .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-siqgo5Gy7T .active.carousel-item-left,
.cid-siqgo5Gy7T .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-siqgo5Gy7T .mbr-slider .carousel-control {
  top: 50%;
  width: 70px;
  height: 70px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all .3s;
}
.cid-siqgo5Gy7T .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-siqgo5Gy7T .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-siqgo5Gy7T .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .cid-siqgo5Gy7T .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-siqgo5Gy7T .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-siqgo5Gy7T .mbr-slider .carousel-indicators li {
  max-width: 20px;
  width: 20px;
  height: 20px;
  max-height: 20px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-siqgo5Gy7T .mbr-slider .carousel-indicators li.active,
.cid-siqgo5Gy7T .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-siqgo5Gy7T .mbr-slider .carousel-indicators li::after,
.cid-siqgo5Gy7T .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-siqgo5Gy7T .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-siqgo5Gy7T .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-siqgo5Gy7T .mbr-slider > .container img {
  width: 100%;
}
.cid-siqgo5Gy7T .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-siqgo5Gy7T .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-siqgo5Gy7T .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-siqgo5Gy7T .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-siqgo5Gy7T .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-siqgo5Gy7T .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-siqgo5Gy7T .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-siqgo5Gy7T .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-siqgo5Gy7T .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-siqgo5Gy7T .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-siqgo5Gy7T .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-siqgo5Gy7T .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-siqgo5Gy7T .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-siuqeVHkyN {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-siuqeVHkyN h2 {
  text-align: left;
}
.cid-siuqeVHkyN h4 {
  text-align: left;
  font-weight: 500;
}
.cid-siuqeVHkyN p {
  color: #767676;
  text-align: left;
}
.cid-siuqeVHkyN .aside-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-siuqeVHkyN .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-siuqeVHkyN .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-siuqeVHkyN .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-siuqeVHkyN .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-siuqeVHkyN .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-siuqeVHkyN .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-siuqeVHkyN .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-siuqeVHkyN .card-img span {
    font-size: 40px !important;
  }
}
.cid-siuqeVHkyN H2 {
  color: #073b4c;
}
.cid-siuqeVHkyN H4 {
  color: #0082c9;
}
.cid-siuqeVHkyN P {
  color: #073b4c;
}
.cid-siuqeVHkyN .mbr-text {
  color: #073b4c;
}
.cid-siFUYK9U8r {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/nuvem2-2000x1125.jpg");
}
@media (min-width: 992px) {
  .cid-siFUYK9U8r .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-siFUYK9U8r .mbr-figure {
    padding-top: 3rem;
  }
}
.cid-siFUYK9U8r .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-siFUYK9U8r .mbr-text,
.cid-siFUYK9U8r .mbr-section-btn {
  color: #ffffff;
}
.cid-siuXoUrMZh {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #0f7699;
}
.cid-siuXoUrMZh .mbr-section-subtitle {
  color: #ffffff;
}
.cid-siuXoUrMZh H2 {
  color: #ffffff;
}
.cid-sirKfSmUP0 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sirKfSmUP0 h4 {
  text-align: left;
  font-weight: 500;
}
.cid-sirKfSmUP0 p {
  color: #767676;
  text-align: left;
}
.cid-sirKfSmUP0 .card-img {
  text-align: left;
  padding-right: 30px;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  width: auto;
}
.cid-sirKfSmUP0 .card-img span {
  font-size: 72px;
  color: #707070;
}
.cid-sirKfSmUP0 .card-title {
  margin-bottom: 0;
}
.cid-sirKfSmUP0 .mbr-crt-title {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-sirKfSmUP0 .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
@media (max-width: 300px) {
  .cid-sirKfSmUP0 .card-img span {
    font-size: 40px !important;
  }
}
.cid-sirKfSmUP0 .card-title,
.cid-sirKfSmUP0 .card-img {
  color: #0f7699;
}
.cid-sirKfSmUP0 P {
  color: #073b4c;
}
.cid-sivkHXHopQ {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #0f7699;
}
.cid-sivkHXHopQ .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-sivkHXHopQ .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-sivkHXHopQ .mbr-figure img {
    width: 100% !important;
  }
}
.cid-siusKSDl5d {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-siusKSDl5d .mbr-section-subtitle {
  color: #073b4c;
}
.cid-siusKSDl5d H2 {
  color: #073b4c;
}
.cid-siCamrv0Lr {
  padding-top: 90px;
  padding-bottom: 45px;
  background-color: #0f7699;
}
.cid-siCamrv0Lr .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-siCamrv0Lr .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-siCamrv0Lr .mbr-figure img {
    width: 100% !important;
  }
}
.cid-siqJfrMGBz {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-siqJfrMGBz .mbr-section-subtitle,
.cid-siqJfrMGBz .mbr-text {
  color: #767676;
}
.cid-siqJfrMGBz .card {
  display: -webkit-flex;
  position: relative;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-siqJfrMGBz .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-siqJfrMGBz .card-wrapper .card-img {
  display: -webkit-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-flex-direction: column;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-siqJfrMGBz .card-wrapper .card-img .mbr-overlay {
  background-color: #0489d1;
  display: none;
  transition: opacity .3s;
}
.cid-siqJfrMGBz .card-wrapper .card-img .mbr-section-btn {
  position: absolute;
  transition: opacity .3s;
  width: 100%;
  left: 0;
  top: 50%;
  height: auto;
  transform: translateY(-50%);
}
.cid-siqJfrMGBz .card-wrapper .card-img img {
  width: 100%;
}
.cid-siqJfrMGBz .card-wrapper .card-box {
  background-color: #0489d1;
  padding: 0 2rem 2rem 2rem;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.cid-siqJfrMGBz .card-wrapper .card-box h4 {
  font-weight: 500;
  margin-bottom: 0;
  padding-top: 2rem;
}
.cid-siqJfrMGBz .card-wrapper .card-box p {
  margin-bottom: 0;
  padding-top: 1.5rem;
}
.cid-siqJfrMGBz .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
}
.cid-siqJfrMGBz .card-img .mbr-overlay {
  display: block !important;
  opacity: 0;
}
.cid-siqJfrMGBz .card-img .mbr-section-btn {
  opacity: 0;
}
.cid-siqJfrMGBz .card-img:hover .mbr-overlay {
  opacity: .5;
}
.cid-siqJfrMGBz .card-img:hover .mbr-section-btn {
  opacity: 1;
}
.cid-siqJfrMGBz .mbr-text {
  color: #ffffff;
}
.cid-siqJfrMGBz .mbr-section-title {
  color: #0489d1;
}
.cid-siqJfrMGBz .card-title {
  color: #073b4c;
}
.cid-siDvG5bjQS {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #0489d1;
}
@media (max-width: 767px) {
  .cid-siDvG5bjQS .content {
    text-align: center;
  }
  .cid-siDvG5bjQS .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-siDvG5bjQS .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-siDvG5bjQS .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-siDvG5bjQS .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-siDvG5bjQS .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-siDvG5bjQS .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-siDvG5bjQS .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-siDvG5bjQS .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-siDvG5bjQS .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-siDvG5bjQS .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-siDvG5bjQS .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-siDvG5bjQS .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-siDvG5bjQS P {
  color: #ffffff;
}
.cid-siESg5IXU9 {
  padding-top: 90px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/nuvem2-2000x1125.jpg");
}
.cid-siESg5IXU9 .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-siESg5IXU9 .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-siESg5IXU9 .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-siESg5IXU9 .mbr-text {
    text-align: center;
  }
}
.cid-siFnqRRXgO {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-siFnqRRXgO .mbr-section-subtitle {
  color: #767676;
}
.cid-sivlzGxh8l {
  padding-top: 90px;
  padding-bottom: 45px;
  background-color: #0f7699;
}
.cid-sivlzGxh8l .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-sivlzGxh8l .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-sivlzGxh8l .mbr-figure img {
    width: 100% !important;
  }
}
.cid-sivm4nbg6Z {
  padding-top: 15px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sivm4nbg6Z .mbr-section-subtitle {
  color: #767676;
  text-align: center;
  font-weight: 300;
}
.cid-sivm4nbg6Z .step {
  width: 64px;
  height: 64px;
  font-size: 32px;
  border-radius: 50%;
  border: 2px solid #efefef;
  color: #0082c9;
}
@media (max-width: 767px) {
  .cid-sivm4nbg6Z .step {
    width: 48px;
    height: 48px;
    font-size: 24px;
  }
}
.cid-sivm4nbg6Z .separline {
  position: relative;
}
.cid-sivm4nbg6Z .separline:after {
  top: 68px;
  left: 30px;
  position: absolute;
  content: "";
  width: 2px;
  height: calc(100% - (32px + 4px) * 2);
  background-color: #efefef;
}
@media (max-width: 767px) {
  .cid-sivm4nbg6Z .separline:after {
    top: 52px;
    left: 22px;
    height: calc(100% - 56px);
  }
}
.cid-sivm4nbg6Z .mbr-step-title {
  color: #0082c9;
}
.cid-sivm4nbg6Z .mbr-section-title {
  color: #0082c9;
}
.cid-siw8GyMpE4 {
  padding-top: 90px;
  padding-bottom: 45px;
  background-color: #0f7699;
}
.cid-siw8GyMpE4 .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-siw8GyMpE4 .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-siw8GyMpE4 .mbr-figure img {
    width: 100% !important;
  }
}
.cid-siwbDJWHVf {
  padding-top: 15px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-siwbDJWHVf .mbr-section-subtitle {
  color: #767676;
  text-align: center;
  font-weight: 300;
}
.cid-siwbDJWHVf .step {
  width: 64px;
  height: 64px;
  font-size: 32px;
  border-radius: 50%;
  border: 2px solid #efefef;
  color: #0082c9;
}
@media (max-width: 767px) {
  .cid-siwbDJWHVf .step {
    width: 48px;
    height: 48px;
    font-size: 24px;
  }
}
.cid-siwbDJWHVf .separline {
  position: relative;
}
.cid-siwbDJWHVf .separline:after {
  top: 68px;
  left: 30px;
  position: absolute;
  content: "";
  width: 2px;
  height: calc(100% - (32px + 4px) * 2);
  background-color: #efefef;
}
@media (max-width: 767px) {
  .cid-siwbDJWHVf .separline:after {
    top: 52px;
    left: 22px;
    height: calc(100% - 56px);
  }
}
.cid-siwbDJWHVf .mbr-step-title {
  color: #0082c9;
}
.cid-siwbDJWHVf .mbr-section-title {
  color: #0082c9;
}
.cid-siwoVTAu3F {
  padding-top: 90px;
  padding-bottom: 45px;
  background-color: #0f7699;
}
.cid-siwoVTAu3F .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-siwoVTAu3F .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-siwoVTAu3F .mbr-figure img {
    width: 100% !important;
  }
}
.cid-siwpjBnk9x {
  padding-top: 15px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-siwpjBnk9x .mbr-section-subtitle {
  color: #767676;
  text-align: center;
  font-weight: 300;
}
.cid-siwpjBnk9x .step {
  width: 64px;
  height: 64px;
  font-size: 32px;
  border-radius: 50%;
  border: 2px solid #efefef;
  color: #0082c9;
}
@media (max-width: 767px) {
  .cid-siwpjBnk9x .step {
    width: 48px;
    height: 48px;
    font-size: 24px;
  }
}
.cid-siwpjBnk9x .separline {
  position: relative;
}
.cid-siwpjBnk9x .separline:after {
  top: 68px;
  left: 30px;
  position: absolute;
  content: "";
  width: 2px;
  height: calc(100% - (32px + 4px) * 2);
  background-color: #efefef;
}
@media (max-width: 767px) {
  .cid-siwpjBnk9x .separline:after {
    top: 52px;
    left: 22px;
    height: calc(100% - 56px);
  }
}
.cid-siwpjBnk9x .mbr-step-title {
  color: #0082c9;
}
.cid-siwpjBnk9x .mbr-section-title {
  color: #0082c9;
}
.cid-siwIMrpB1F {
  padding-top: 90px;
  padding-bottom: 45px;
  background-color: #0f7699;
}
.cid-siwIMrpB1F .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-siwIMrpB1F .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-siwIMrpB1F .mbr-figure img {
    width: 100% !important;
  }
}
.cid-six8LHxt09 {
  padding-top: 15px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-six8LHxt09 .mbr-section-subtitle {
  color: #767676;
  text-align: center;
  font-weight: 300;
}
.cid-six8LHxt09 .step {
  width: 64px;
  height: 64px;
  font-size: 32px;
  border-radius: 50%;
  border: 2px solid #efefef;
  color: #0082c9;
}
@media (max-width: 767px) {
  .cid-six8LHxt09 .step {
    width: 48px;
    height: 48px;
    font-size: 24px;
  }
}
.cid-six8LHxt09 .separline {
  position: relative;
}
.cid-six8LHxt09 .separline:after {
  top: 68px;
  left: 30px;
  position: absolute;
  content: "";
  width: 2px;
  height: calc(100% - (32px + 4px) * 2);
  background-color: #efefef;
}
@media (max-width: 767px) {
  .cid-six8LHxt09 .separline:after {
    top: 52px;
    left: 22px;
    height: calc(100% - 56px);
  }
}
.cid-six8LHxt09 .mbr-step-title {
  color: #0082c9;
}
.cid-six8LHxt09 .mbr-section-title {
  color: #0082c9;
}
.cid-sixpdRjXSb {
  padding-top: 90px;
  padding-bottom: 45px;
  background-color: #0f7699;
}
.cid-sixpdRjXSb .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-sixpdRjXSb .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-sixpdRjXSb .mbr-figure img {
    width: 100% !important;
  }
}
.cid-sixqtEKHnd {
  padding-top: 15px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sixqtEKHnd .mbr-section-subtitle {
  color: #767676;
  text-align: center;
  font-weight: 300;
}
.cid-sixqtEKHnd .step {
  width: 64px;
  height: 64px;
  font-size: 32px;
  border-radius: 50%;
  border: 2px solid #efefef;
  color: #0082c9;
}
@media (max-width: 767px) {
  .cid-sixqtEKHnd .step {
    width: 48px;
    height: 48px;
    font-size: 24px;
  }
}
.cid-sixqtEKHnd .separline {
  position: relative;
}
.cid-sixqtEKHnd .separline:after {
  top: 68px;
  left: 30px;
  position: absolute;
  content: "";
  width: 2px;
  height: calc(100% - (32px + 4px) * 2);
  background-color: #efefef;
}
@media (max-width: 767px) {
  .cid-sixqtEKHnd .separline:after {
    top: 52px;
    left: 22px;
    height: calc(100% - 56px);
  }
}
.cid-sixqtEKHnd .mbr-step-title {
  color: #0082c9;
}
.cid-sixqtEKHnd .mbr-section-title {
  color: #0082c9;
}
.cid-sixCmjSEVj {
  padding-top: 90px;
  padding-bottom: 45px;
  background-color: #0f7699;
}
.cid-sixCmjSEVj .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-sixCmjSEVj .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-sixCmjSEVj .mbr-figure img {
    width: 100% !important;
  }
}
.cid-sixFHUR82N {
  padding-top: 15px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sixFHUR82N .mbr-section-subtitle {
  color: #767676;
  text-align: center;
  font-weight: 300;
}
.cid-sixFHUR82N .step {
  width: 64px;
  height: 64px;
  font-size: 32px;
  border-radius: 50%;
  border: 2px solid #efefef;
  color: #0082c9;
}
@media (max-width: 767px) {
  .cid-sixFHUR82N .step {
    width: 48px;
    height: 48px;
    font-size: 24px;
  }
}
.cid-sixFHUR82N .separline {
  position: relative;
}
.cid-sixFHUR82N .separline:after {
  top: 68px;
  left: 30px;
  position: absolute;
  content: "";
  width: 2px;
  height: calc(100% - (32px + 4px) * 2);
  background-color: #efefef;
}
@media (max-width: 767px) {
  .cid-sixFHUR82N .separline:after {
    top: 52px;
    left: 22px;
    height: calc(100% - 56px);
  }
}
.cid-sixFHUR82N .mbr-step-title {
  color: #0082c9;
}
.cid-sixFHUR82N .mbr-section-title {
  color: #0082c9;
}
.cid-siC0B466Zt {
  padding-top: 90px;
  padding-bottom: 45px;
  background-color: #0f7699;
}
.cid-siC0B466Zt .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-siC0B466Zt .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-siC0B466Zt .mbr-figure img {
    width: 100% !important;
  }
}
.cid-siC1XEsGQs {
  padding-top: 15px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-siC1XEsGQs .mbr-section-subtitle {
  color: #767676;
  text-align: center;
  font-weight: 300;
}
.cid-siC1XEsGQs .step {
  width: 64px;
  height: 64px;
  font-size: 32px;
  border-radius: 50%;
  border: 2px solid #efefef;
  color: #0082c9;
}
@media (max-width: 767px) {
  .cid-siC1XEsGQs .step {
    width: 48px;
    height: 48px;
    font-size: 24px;
  }
}
.cid-siC1XEsGQs .separline {
  position: relative;
}
.cid-siC1XEsGQs .separline:after {
  top: 68px;
  left: 30px;
  position: absolute;
  content: "";
  width: 2px;
  height: calc(100% - (32px + 4px) * 2);
  background-color: #efefef;
}
@media (max-width: 767px) {
  .cid-siC1XEsGQs .separline:after {
    top: 52px;
    left: 22px;
    height: calc(100% - 56px);
  }
}
.cid-siC1XEsGQs .mbr-step-title {
  color: #0082c9;
}
.cid-siC1XEsGQs .mbr-section-title {
  color: #0082c9;
}
.cid-siC1XEsGQs .mbr-step-text {
  text-align: left;
}
.cid-siCdtw4iZ7 {
  padding-top: 90px;
  padding-bottom: 45px;
  background-color: #0f7699;
}
.cid-siCdtw4iZ7 .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-siCdtw4iZ7 .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-siCdtw4iZ7 .mbr-figure img {
    width: 100% !important;
  }
}
.cid-siChzc4GOC {
  padding-top: 15px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-siChzc4GOC .mbr-section-subtitle {
  color: #767676;
  text-align: center;
  font-weight: 300;
}
.cid-siChzc4GOC .step {
  width: 64px;
  height: 64px;
  font-size: 32px;
  border-radius: 50%;
  border: 2px solid #efefef;
  color: #0082c9;
}
@media (max-width: 767px) {
  .cid-siChzc4GOC .step {
    width: 48px;
    height: 48px;
    font-size: 24px;
  }
}
.cid-siChzc4GOC .separline {
  position: relative;
}
.cid-siChzc4GOC .separline:after {
  top: 68px;
  left: 30px;
  position: absolute;
  content: "";
  width: 2px;
  height: calc(100% - (32px + 4px) * 2);
  background-color: #efefef;
}
@media (max-width: 767px) {
  .cid-siChzc4GOC .separline:after {
    top: 52px;
    left: 22px;
    height: calc(100% - 56px);
  }
}
.cid-siChzc4GOC .mbr-step-title {
  color: #0082c9;
}
.cid-siChzc4GOC .mbr-section-title {
  color: #0082c9;
}
.cid-siChzc4GOC .mbr-step-text {
  text-align: left;
}
.cid-siCFpvgAfU {
  padding-top: 90px;
  padding-bottom: 45px;
  background-color: #0f7699;
}
.cid-siCFpvgAfU .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-siCFpvgAfU .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-siCFpvgAfU .mbr-figure img {
    width: 100% !important;
  }
}
.cid-siCIT88Wx2 {
  padding-top: 15px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-siCIT88Wx2 .mbr-section-subtitle {
  color: #767676;
  text-align: center;
  font-weight: 300;
}
.cid-siCIT88Wx2 .step {
  width: 64px;
  height: 64px;
  font-size: 32px;
  border-radius: 50%;
  border: 2px solid #efefef;
  color: #0082c9;
}
@media (max-width: 767px) {
  .cid-siCIT88Wx2 .step {
    width: 48px;
    height: 48px;
    font-size: 24px;
  }
}
.cid-siCIT88Wx2 .separline {
  position: relative;
}
.cid-siCIT88Wx2 .separline:after {
  top: 68px;
  left: 30px;
  position: absolute;
  content: "";
  width: 2px;
  height: calc(100% - (32px + 4px) * 2);
  background-color: #efefef;
}
@media (max-width: 767px) {
  .cid-siCIT88Wx2 .separline:after {
    top: 52px;
    left: 22px;
    height: calc(100% - 56px);
  }
}
.cid-siCIT88Wx2 .mbr-step-title {
  color: #0082c9;
}
.cid-siCIT88Wx2 .mbr-section-title {
  color: #0082c9;
}
.cid-siCIT88Wx2 .mbr-step-text {
  text-align: left;
}
.cid-siCNrtNIlb {
  padding-top: 90px;
  padding-bottom: 45px;
  background-color: #0f7699;
}
.cid-siCNrtNIlb .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-siCNrtNIlb .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-siCNrtNIlb .mbr-figure img {
    width: 100% !important;
  }
}
.cid-siCOfOk7Dt {
  padding-top: 15px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-siCOfOk7Dt .mbr-section-subtitle {
  color: #767676;
  text-align: center;
  font-weight: 300;
}
.cid-siCOfOk7Dt .step {
  width: 64px;
  height: 64px;
  font-size: 32px;
  border-radius: 50%;
  border: 2px solid #efefef;
  color: #0082c9;
}
@media (max-width: 767px) {
  .cid-siCOfOk7Dt .step {
    width: 48px;
    height: 48px;
    font-size: 24px;
  }
}
.cid-siCOfOk7Dt .separline {
  position: relative;
}
.cid-siCOfOk7Dt .separline:after {
  top: 68px;
  left: 30px;
  position: absolute;
  content: "";
  width: 2px;
  height: calc(100% - (32px + 4px) * 2);
  background-color: #efefef;
}
@media (max-width: 767px) {
  .cid-siCOfOk7Dt .separline:after {
    top: 52px;
    left: 22px;
    height: calc(100% - 56px);
  }
}
.cid-siCOfOk7Dt .mbr-step-title {
  color: #0082c9;
}
.cid-siCOfOk7Dt .mbr-section-title {
  color: #0082c9;
}
.cid-siCOfOk7Dt .mbr-step-text {
  text-align: left;
}
.cid-siCRytFRrg {
  padding-top: 90px;
  padding-bottom: 45px;
  background-color: #0f7699;
}
.cid-siCRytFRrg .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-siCRytFRrg .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-siCRytFRrg .mbr-figure img {
    width: 100% !important;
  }
}
.cid-siCSpijpi3 {
  padding-top: 15px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-siCSpijpi3 .mbr-section-subtitle {
  color: #767676;
  text-align: center;
  font-weight: 300;
}
.cid-siCSpijpi3 .step {
  width: 64px;
  height: 64px;
  font-size: 32px;
  border-radius: 50%;
  border: 2px solid #efefef;
  color: #0082c9;
}
@media (max-width: 767px) {
  .cid-siCSpijpi3 .step {
    width: 48px;
    height: 48px;
    font-size: 24px;
  }
}
.cid-siCSpijpi3 .separline {
  position: relative;
}
.cid-siCSpijpi3 .separline:after {
  top: 68px;
  left: 30px;
  position: absolute;
  content: "";
  width: 2px;
  height: calc(100% - (32px + 4px) * 2);
  background-color: #efefef;
}
@media (max-width: 767px) {
  .cid-siCSpijpi3 .separline:after {
    top: 52px;
    left: 22px;
    height: calc(100% - 56px);
  }
}
.cid-siCSpijpi3 .mbr-step-title {
  color: #0082c9;
}
.cid-siCSpijpi3 .mbr-section-title {
  color: #0082c9;
}
.cid-siCSpijpi3 .mbr-step-text {
  text-align: left;
}
.cid-siFoIjEGtx {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #0489d1;
}
@media (max-width: 767px) {
  .cid-siFoIjEGtx .content {
    text-align: center;
  }
  .cid-siFoIjEGtx .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-siFoIjEGtx .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-siFoIjEGtx .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-siFoIjEGtx .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-siFoIjEGtx .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-siFoIjEGtx .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-siFoIjEGtx .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-siFoIjEGtx .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-siFoIjEGtx .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-siFoIjEGtx .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-siFoIjEGtx .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-siFoIjEGtx .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-siFoIjEGtx P {
  color: #ffffff;
}
.cid-slkAfGNCTI .navbar {
  padding: .5rem 0;
  background: #0082c9;
  transition: none;
  min-height: 77px;
}
.cid-slkAfGNCTI .navbar-dropdown.bg-color.transparent.opened {
  background: #0082c9;
}
.cid-slkAfGNCTI a {
  font-style: normal;
}
.cid-slkAfGNCTI .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-slkAfGNCTI .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-slkAfGNCTI .nav-item:focus,
.cid-slkAfGNCTI .nav-link:focus {
  outline: none;
}
.cid-slkAfGNCTI .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-slkAfGNCTI .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-slkAfGNCTI .menu-logo {
  margin-right: auto;
}
.cid-slkAfGNCTI .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-slkAfGNCTI .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-slkAfGNCTI .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-slkAfGNCTI .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-slkAfGNCTI .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-slkAfGNCTI .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-slkAfGNCTI .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-slkAfGNCTI .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-slkAfGNCTI .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-slkAfGNCTI .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-slkAfGNCTI .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-slkAfGNCTI .dropdown .dropdown-menu {
  background: #0082c9;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-slkAfGNCTI .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-slkAfGNCTI .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-slkAfGNCTI .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-slkAfGNCTI .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-slkAfGNCTI .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-slkAfGNCTI .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-slkAfGNCTI .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-slkAfGNCTI .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-slkAfGNCTI .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-slkAfGNCTI .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-slkAfGNCTI .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-slkAfGNCTI button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-slkAfGNCTI button.navbar-toggler:focus {
  outline: none;
}
.cid-slkAfGNCTI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-slkAfGNCTI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-slkAfGNCTI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-slkAfGNCTI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-slkAfGNCTI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-slkAfGNCTI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-slkAfGNCTI nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-slkAfGNCTI nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-slkAfGNCTI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-slkAfGNCTI .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-slkAfGNCTI .collapsed .btn {
  display: -webkit-flex;
}
.cid-slkAfGNCTI .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-slkAfGNCTI .collapsed .navbar-collapse.collapsing,
.cid-slkAfGNCTI .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-slkAfGNCTI .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-slkAfGNCTI .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-slkAfGNCTI .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-slkAfGNCTI .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-slkAfGNCTI .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-slkAfGNCTI .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-slkAfGNCTI .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-slkAfGNCTI .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-slkAfGNCTI .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-slkAfGNCTI .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-slkAfGNCTI .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-slkAfGNCTI .collapsed button.navbar-toggler {
  display: block;
}
.cid-slkAfGNCTI .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-slkAfGNCTI .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-slkAfGNCTI .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-slkAfGNCTI .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-slkAfGNCTI .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-slkAfGNCTI .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-slkAfGNCTI .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-slkAfGNCTI img {
    height: 3.8rem !important;
  }
  .cid-slkAfGNCTI .btn {
    display: -webkit-flex;
  }
  .cid-slkAfGNCTI button.navbar-toggler {
    display: block;
  }
  .cid-slkAfGNCTI .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-slkAfGNCTI .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-slkAfGNCTI .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-slkAfGNCTI .navbar-collapse.collapsing,
  .cid-slkAfGNCTI .navbar-collapse.show {
    display: block !important;
  }
  .cid-slkAfGNCTI .navbar-collapse.collapsing .navbar-nav,
  .cid-slkAfGNCTI .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-slkAfGNCTI .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-slkAfGNCTI .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-slkAfGNCTI .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-slkAfGNCTI .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-slkAfGNCTI .navbar-collapse.collapsing .navbar-buttons,
  .cid-slkAfGNCTI .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-slkAfGNCTI .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-slkAfGNCTI .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-slkAfGNCTI .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-slkAfGNCTI .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-slkAfGNCTI .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-slkAfGNCTI .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-slkAfGNCTI .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-slkAfGNCTI .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-slkAfGNCTI .nav-link:hover,
.cid-slkAfGNCTI .dropdown-item:hover {
  color: #1127ef !important;
}
.cid-siD7R18z4m {
  padding-top: 90px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/nuvem2-2000x1125.jpg");
}
.cid-siD7R18z4m .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-siD7R18z4m .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-siD7R18z4m .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-siD7R18z4m .mbr-text {
    text-align: center;
  }
}
.cid-siEDXtzuq2 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-siEDXtzuq2 .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-siEDXtzuq2 .section-text {
  padding: 2rem 0;
  text-align: center;
  color: #073b4c;
}
.cid-siEDXtzuq2 .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-siEDXtzuq2 .inner-container {
    width: 100% !important;
  }
}
.cid-siDkfCGxeb {
  padding-top: 30px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/nuvem2-2000x1125.jpg");
}
.cid-siDkfCGxeb .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-siDkfCGxeb .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-siDkfCGxeb .mbr-figure img {
    width: 100% !important;
  }
}
.cid-siECaTWYpV {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-siECaTWYpV .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-siECaTWYpV .section-text {
  padding: 2rem 0;
  color: #073b4c;
}
.cid-siECaTWYpV .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-siECaTWYpV .inner-container {
    width: 100% !important;
  }
}
.cid-siDnfy0bJs {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #0f7699;
}
.cid-siDnfy0bJs .testimonials-container {
  margin: 0 auto;
}
.cid-siDnfy0bJs .testimonials-container .testimonials-item {
  justify-content: center;
  margin-top: 3rem;
  -webkit-justify-content: center;
}
.cid-siDnfy0bJs .testimonials-container .testimonials-item .user {
  background: #efefef;
}
.cid-siDnfy0bJs .testimonials-container .testimonials-item .user.row {
  margin: 0;
}
.cid-siDnfy0bJs .testimonials-container .testimonials-item .user .user_image {
  width: 150px;
  height: 150px;
  overflow: hidden;
  margin: 2rem auto 2rem auto;
}
.cid-siDnfy0bJs .testimonials-container .testimonials-item .user .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-siDnfy0bJs .testimonials-container .testimonials-item .user .testimonials-caption {
  padding: 2rem;
  padding: 2rem 2rem 2rem 0;
}
@media (max-width: 260px) {
  .cid-siDnfy0bJs .user_image {
    width: 100% !important;
    height: auto !important;
  }
}
@media (max-width: 767px) {
  .cid-siDnfy0bJs .testimonials-caption {
    padding: 0 2rem 2rem 2rem !important;
  }
}
.cid-siDnfy0bJs H2 {
  color: #ffffff;
}
.cid-siDnfy0bJs .user_name {
  color: #232323;
}
.cid-siDcKm7nfI {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/mbr-1920x1216.jpg");
}
.cid-siDcKm7nfI .mbr-section-btn > * {
  margin: 0;
}
.cid-siDcKm7nfI h4 {
  font-weight: 500;
}
.cid-siDcKm7nfI p {
  color: #232323;
}
.cid-siDcKm7nfI .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-siDcKm7nfI .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-siDcKm7nfI .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-siDcKm7nfI .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-siDcKm7nfI .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-siDcKm7nfI .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-siDcKm7nfI .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-siDcKm7nfI .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-siDcKm7nfI .card-img span {
    font-size: 40px !important;
  }
}
.cid-siDcKm7nfI .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-siDcKm7nfI .text1 {
  color: #ffffff;
}
.cid-siDcKm7nfI H2 {
  color: #ffffff;
}
.cid-siDdBYguFq {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-siDdBYguFq .mbr-section-subtitle {
  color: #073b4c;
}
.cid-siDdBYguFq H2 {
  color: #0f7699;
}
.cid-siDeuPqrQt {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-siDeuPqrQt .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-siDeuPqrQt .mbr-figure {
    padding-top: 1rem;
  }
}
.cid-siDeuPqrQt .mbr-text {
  color: #073b4c;
}
.cid-siDeTXBPxt {
  padding-top: 45px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/background4.jpg");
}
.cid-siDeTXBPxt h4 {
  font-weight: 500;
  color: #ffffff;
}
.cid-siDeTXBPxt p {
  color: #ffffff;
}
.cid-siDeTXBPxt .card {
  margin-bottom: 2rem;
}
.cid-siDeTXBPxt .card-img {
  border-radius: 0;
  padding: 2rem 2rem 0 2rem;
  background-color: #149dcc;
}
.cid-siDeTXBPxt .card-img span {
  font-size: 100px;
  color: #ffffff;
}
.cid-siDeTXBPxt .card-box {
  padding-bottom: 2rem;
  background-color: #149dcc;
  background: linear-gradient(#149dcc, transparent);
}
.cid-siDeTXBPxt .card-box .card-title {
  margin: 0;
  padding: 2rem 2rem 0 2rem;
}
.cid-siDeTXBPxt .card-box .mbr-text {
  margin-bottom: 0;
  padding: 2rem 2rem 0 2rem;
}
.cid-siDeTXBPxt .card-box .mbr-section-btn {
  padding-top: 1rem;
}
.cid-siDeTXBPxt .card-box .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-siDeTXBPxt P {
  color: #ffffff;
  text-align: left;
}
.cid-siEHrD8bvw {
  padding-top: 90px;
  padding-bottom: 90px;
  background: linear-gradient(45deg, #073b4c, #0f7699);
}
@media (min-width: 992px) {
  .cid-siEHrD8bvw .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-siEHrD8bvw .mbr-figure {
    padding-top: 3rem;
  }
}
.cid-siEHrD8bvw .mbr-section-title {
  color: #ffffff;
}
.cid-siEJ6AO9Zz {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-siEJ6AO9Zz .mbr-section-subtitle {
  color: #073b4c;
}
.cid-siEJ6AO9Zz H2 {
  color: #073b4c;
}
.cid-siELz3yV7f {
  background-image: url("../../../assets/images/mbr-6.jpg");
}
.cid-siELz3yV7f .mbr-section-subtitle {
  letter-spacing: .2rem;
}
.cid-siELz3yV7f .media-container-column {
  background-color: #073b4c;
}
@media (max-width: 767px) {
  .cid-siELz3yV7f .media-container-column {
    padding: 1rem !important;
  }
}
.cid-siFhZa0Ebt {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #0489d1;
}
@media (max-width: 767px) {
  .cid-siFhZa0Ebt .content {
    text-align: center;
  }
  .cid-siFhZa0Ebt .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-siFhZa0Ebt .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-siFhZa0Ebt .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-siFhZa0Ebt .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-siFhZa0Ebt .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-siFhZa0Ebt .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-siFhZa0Ebt .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-siFhZa0Ebt .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-siFhZa0Ebt .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-siFhZa0Ebt .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-siFhZa0Ebt .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-siFhZa0Ebt .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-siFhZa0Ebt P {
  color: #ffffff;
}
.cid-slkAfGNCTI .navbar {
  padding: .5rem 0;
  background: #0082c9;
  transition: none;
  min-height: 77px;
}
.cid-slkAfGNCTI .navbar-dropdown.bg-color.transparent.opened {
  background: #0082c9;
}
.cid-slkAfGNCTI a {
  font-style: normal;
}
.cid-slkAfGNCTI .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-slkAfGNCTI .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-slkAfGNCTI .nav-item:focus,
.cid-slkAfGNCTI .nav-link:focus {
  outline: none;
}
.cid-slkAfGNCTI .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-slkAfGNCTI .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-slkAfGNCTI .menu-logo {
  margin-right: auto;
}
.cid-slkAfGNCTI .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-slkAfGNCTI .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-slkAfGNCTI .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-slkAfGNCTI .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-slkAfGNCTI .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-slkAfGNCTI .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-slkAfGNCTI .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-slkAfGNCTI .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-slkAfGNCTI .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-slkAfGNCTI .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-slkAfGNCTI .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-slkAfGNCTI .dropdown .dropdown-menu {
  background: #0082c9;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-slkAfGNCTI .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-slkAfGNCTI .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-slkAfGNCTI .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-slkAfGNCTI .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-slkAfGNCTI .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-slkAfGNCTI .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-slkAfGNCTI .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-slkAfGNCTI .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-slkAfGNCTI .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-slkAfGNCTI .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-slkAfGNCTI .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-slkAfGNCTI button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-slkAfGNCTI button.navbar-toggler:focus {
  outline: none;
}
.cid-slkAfGNCTI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-slkAfGNCTI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-slkAfGNCTI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-slkAfGNCTI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-slkAfGNCTI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-slkAfGNCTI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-slkAfGNCTI nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-slkAfGNCTI nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-slkAfGNCTI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-slkAfGNCTI .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-slkAfGNCTI .collapsed .btn {
  display: -webkit-flex;
}
.cid-slkAfGNCTI .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-slkAfGNCTI .collapsed .navbar-collapse.collapsing,
.cid-slkAfGNCTI .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-slkAfGNCTI .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-slkAfGNCTI .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-slkAfGNCTI .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-slkAfGNCTI .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-slkAfGNCTI .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-slkAfGNCTI .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-slkAfGNCTI .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-slkAfGNCTI .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-slkAfGNCTI .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-slkAfGNCTI .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-slkAfGNCTI .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-slkAfGNCTI .collapsed button.navbar-toggler {
  display: block;
}
.cid-slkAfGNCTI .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-slkAfGNCTI .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-slkAfGNCTI .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-slkAfGNCTI .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-slkAfGNCTI .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-slkAfGNCTI .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-slkAfGNCTI .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-slkAfGNCTI img {
    height: 3.8rem !important;
  }
  .cid-slkAfGNCTI .btn {
    display: -webkit-flex;
  }
  .cid-slkAfGNCTI button.navbar-toggler {
    display: block;
  }
  .cid-slkAfGNCTI .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-slkAfGNCTI .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-slkAfGNCTI .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-slkAfGNCTI .navbar-collapse.collapsing,
  .cid-slkAfGNCTI .navbar-collapse.show {
    display: block !important;
  }
  .cid-slkAfGNCTI .navbar-collapse.collapsing .navbar-nav,
  .cid-slkAfGNCTI .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-slkAfGNCTI .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-slkAfGNCTI .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-slkAfGNCTI .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-slkAfGNCTI .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-slkAfGNCTI .navbar-collapse.collapsing .navbar-buttons,
  .cid-slkAfGNCTI .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-slkAfGNCTI .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-slkAfGNCTI .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-slkAfGNCTI .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-slkAfGNCTI .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-slkAfGNCTI .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-slkAfGNCTI .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-slkAfGNCTI .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-slkAfGNCTI .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-slkAfGNCTI .nav-link:hover,
.cid-slkAfGNCTI .dropdown-item:hover {
  color: #1127ef !important;
}
.cid-siDsNkkS6B {
  padding-top: 135px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/mbr-6.jpg");
}
.cid-siDsNkkS6B H1 {
  color: #ffffff;
}
.cid-siDsTYyJUc {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #073b4c;
}
.cid-siDsTYyJUc .title {
  margin-bottom: 2rem;
}
.cid-siDsTYyJUc .mbr-section-subtitle {
  color: #ffffff;
}
.cid-siDsTYyJUc a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-siDsTYyJUc a.btn-white:not([href]):not([tabindex]) {
  color: #333;
}
.cid-siDsTYyJUc textarea.form-control {
  min-height: 188px;
}
.cid-siDsTYyJUc LABEL {
  color: #ffffff;
}
.cid-siDsTYyJUc H2 {
  color: #ffffff;
}
.cid-siDtgGUdMD {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #0489d1;
}
@media (max-width: 767px) {
  .cid-siDtgGUdMD .content {
    text-align: center;
  }
  .cid-siDtgGUdMD .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-siDtgGUdMD .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-siDtgGUdMD .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-siDtgGUdMD .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-siDtgGUdMD .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-siDtgGUdMD .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-siDtgGUdMD .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-siDtgGUdMD .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-siDtgGUdMD .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-siDtgGUdMD .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-siDtgGUdMD .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-siDtgGUdMD .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-siDtgGUdMD P {
  color: #ffffff;
}
.cid-slkAfGNCTI .navbar {
  padding: .5rem 0;
  background: #0082c9;
  transition: none;
  min-height: 77px;
}
.cid-slkAfGNCTI .navbar-dropdown.bg-color.transparent.opened {
  background: #0082c9;
}
.cid-slkAfGNCTI a {
  font-style: normal;
}
.cid-slkAfGNCTI .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-slkAfGNCTI .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-slkAfGNCTI .nav-item:focus,
.cid-slkAfGNCTI .nav-link:focus {
  outline: none;
}
.cid-slkAfGNCTI .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-slkAfGNCTI .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-slkAfGNCTI .menu-logo {
  margin-right: auto;
}
.cid-slkAfGNCTI .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-slkAfGNCTI .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-slkAfGNCTI .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-slkAfGNCTI .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-slkAfGNCTI .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-slkAfGNCTI .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-slkAfGNCTI .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-slkAfGNCTI .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-slkAfGNCTI .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-slkAfGNCTI .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-slkAfGNCTI .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-slkAfGNCTI .dropdown .dropdown-menu {
  background: #0082c9;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-slkAfGNCTI .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-slkAfGNCTI .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-slkAfGNCTI .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-slkAfGNCTI .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-slkAfGNCTI .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-slkAfGNCTI .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-slkAfGNCTI .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-slkAfGNCTI .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-slkAfGNCTI .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-slkAfGNCTI .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-slkAfGNCTI .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-slkAfGNCTI button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-slkAfGNCTI button.navbar-toggler:focus {
  outline: none;
}
.cid-slkAfGNCTI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-slkAfGNCTI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-slkAfGNCTI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-slkAfGNCTI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-slkAfGNCTI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-slkAfGNCTI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-slkAfGNCTI nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-slkAfGNCTI nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-slkAfGNCTI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-slkAfGNCTI .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-slkAfGNCTI .collapsed .btn {
  display: -webkit-flex;
}
.cid-slkAfGNCTI .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-slkAfGNCTI .collapsed .navbar-collapse.collapsing,
.cid-slkAfGNCTI .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-slkAfGNCTI .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-slkAfGNCTI .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-slkAfGNCTI .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-slkAfGNCTI .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-slkAfGNCTI .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-slkAfGNCTI .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-slkAfGNCTI .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-slkAfGNCTI .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-slkAfGNCTI .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-slkAfGNCTI .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-slkAfGNCTI .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-slkAfGNCTI .collapsed button.navbar-toggler {
  display: block;
}
.cid-slkAfGNCTI .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-slkAfGNCTI .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-slkAfGNCTI .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-slkAfGNCTI .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-slkAfGNCTI .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-slkAfGNCTI .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-slkAfGNCTI .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-slkAfGNCTI img {
    height: 3.8rem !important;
  }
  .cid-slkAfGNCTI .btn {
    display: -webkit-flex;
  }
  .cid-slkAfGNCTI button.navbar-toggler {
    display: block;
  }
  .cid-slkAfGNCTI .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-slkAfGNCTI .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-slkAfGNCTI .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-slkAfGNCTI .navbar-collapse.collapsing,
  .cid-slkAfGNCTI .navbar-collapse.show {
    display: block !important;
  }
  .cid-slkAfGNCTI .navbar-collapse.collapsing .navbar-nav,
  .cid-slkAfGNCTI .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-slkAfGNCTI .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-slkAfGNCTI .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-slkAfGNCTI .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-slkAfGNCTI .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-slkAfGNCTI .navbar-collapse.collapsing .navbar-buttons,
  .cid-slkAfGNCTI .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-slkAfGNCTI .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-slkAfGNCTI .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-slkAfGNCTI .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-slkAfGNCTI .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-slkAfGNCTI .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-slkAfGNCTI .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-slkAfGNCTI .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-slkAfGNCTI .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-slkAfGNCTI .nav-link:hover,
.cid-slkAfGNCTI .dropdown-item:hover {
  color: #1127ef !important;
}
.cid-siEMIPJYCV {
  padding-top: 90px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/background4.jpg");
}
.cid-siEMIPJYCV .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-siEMIPJYCV .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-siEMIPJYCV .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-siEMIPJYCV .mbr-text {
    text-align: center;
  }
}
.cid-siEMIQrOyO {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-siEMIQrOyO .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-siEMIQrOyO .section-text {
  padding: 2rem 0;
}
.cid-siEMIQrOyO .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-siEMIQrOyO .inner-container {
    width: 100% !important;
  }
}
.cid-siEMIQOGp4 {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #0f7699;
}
.cid-siEMIQOGp4 .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-siEMIQOGp4 .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-siEMIQOGp4 .mbr-figure img {
    width: 100% !important;
  }
}
.cid-siEMIRONwO {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-siEMIRONwO .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-siEMIRONwO .section-text {
  padding: 2rem 0;
}
.cid-siEMIRONwO .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-siEMIRONwO .inner-container {
    width: 100% !important;
  }
}
.cid-siEMISiEIl {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/background3.jpg");
}
.cid-siEMISiEIl .testimonials-container {
  margin: 0 auto;
}
.cid-siEMISiEIl .testimonials-container .testimonials-item {
  justify-content: center;
  margin-top: 3rem;
  -webkit-justify-content: center;
}
.cid-siEMISiEIl .testimonials-container .testimonials-item .user {
  background: #efefef;
}
.cid-siEMISiEIl .testimonials-container .testimonials-item .user.row {
  margin: 0;
}
.cid-siEMISiEIl .testimonials-container .testimonials-item .user .user_image {
  width: 150px;
  height: 150px;
  overflow: hidden;
  margin: 2rem auto 2rem auto;
}
.cid-siEMISiEIl .testimonials-container .testimonials-item .user .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-siEMISiEIl .testimonials-container .testimonials-item .user .testimonials-caption {
  padding: 2rem;
  padding: 2rem 2rem 2rem 0;
}
@media (max-width: 260px) {
  .cid-siEMISiEIl .user_image {
    width: 100% !important;
    height: auto !important;
  }
}
@media (max-width: 767px) {
  .cid-siEMISiEIl .testimonials-caption {
    padding: 0 2rem 2rem 2rem !important;
  }
}
.cid-siEMISiEIl H2 {
  color: #ffffff;
}
.cid-siEMISiEIl .user_name {
  color: #232323;
}
.cid-siEMITS1rL {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #55b4d4;
}
.cid-siEMITS1rL .mbr-section-btn > * {
  margin: 0;
}
.cid-siEMITS1rL h4 {
  font-weight: 500;
}
.cid-siEMITS1rL p {
  color: #232323;
}
.cid-siEMITS1rL .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-siEMITS1rL .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-siEMITS1rL .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-siEMITS1rL .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-siEMITS1rL .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-siEMITS1rL .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-siEMITS1rL .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-siEMITS1rL .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-siEMITS1rL .card-img span {
    font-size: 40px !important;
  }
}
.cid-siEMITS1rL .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-siEMIVsXtT {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-siEMIVsXtT .mbr-section-subtitle {
  color: #767676;
}
.cid-siEMIVsXtT H2 {
  color: #0f7699;
}
.cid-siEMIVRofP {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-siEMIVRofP .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-siEMIVRofP .mbr-figure {
    padding-top: 1rem;
  }
}
.cid-siEMIVRofP .mbr-text {
  color: #767676;
}
.cid-siEMIWC4MT {
  padding-top: 45px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/background4.jpg");
}
.cid-siEMIWC4MT h4 {
  font-weight: 500;
  color: #ffffff;
}
.cid-siEMIWC4MT p {
  color: #ffffff;
}
.cid-siEMIWC4MT .card {
  margin-bottom: 2rem;
}
.cid-siEMIWC4MT .card-img {
  border-radius: 0;
  padding: 2rem 2rem 0 2rem;
  background-color: #149dcc;
}
.cid-siEMIWC4MT .card-img span {
  font-size: 100px;
  color: #ffffff;
}
.cid-siEMIWC4MT .card-box {
  padding-bottom: 2rem;
  background-color: #149dcc;
  background: linear-gradient(#149dcc, transparent);
}
.cid-siEMIWC4MT .card-box .card-title {
  margin: 0;
  padding: 2rem 2rem 0 2rem;
}
.cid-siEMIWC4MT .card-box .mbr-text {
  margin-bottom: 0;
  padding: 2rem 2rem 0 2rem;
}
.cid-siEMIWC4MT .card-box .mbr-section-btn {
  padding-top: 1rem;
}
.cid-siEMIWC4MT .card-box .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-siEMIWC4MT P {
  color: #ffffff;
  text-align: left;
}
.cid-siEMIXGCRV {
  padding-top: 90px;
  padding-bottom: 90px;
  background: linear-gradient(45deg, #073b4c, #0f7699);
}
@media (min-width: 992px) {
  .cid-siEMIXGCRV .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-siEMIXGCRV .mbr-figure {
    padding-top: 3rem;
  }
}
.cid-siEMIXGCRV .mbr-section-title {
  color: #ffffff;
}
.cid-siEMIZ2mRn {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-siEMIZ2mRn .mbr-section-subtitle {
  color: #767676;
}
.cid-siEMIZEXzW {
  background-image: url("../../../assets/images/mbr-6.jpg");
}
.cid-siEMIZEXzW .mbr-section-subtitle {
  letter-spacing: .2rem;
}
.cid-siEMIZEXzW .media-container-column {
  background-color: #073b4c;
}
@media (max-width: 767px) {
  .cid-siEMIZEXzW .media-container-column {
    padding: 1rem !important;
  }
}
.cid-siEMJ1g5wD {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-siEMJ1g5wD .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-siEMJ1g5wD .mbr-content-text {
  color: #767676;
  margin-bottom: 0;
}
.cid-siEMJ1g5wD .card {
  word-wrap: break-word;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-siEMJ1g5wD .img-text {
  width: 64px;
  height: 64px;
  font-size: 32px;
  border: 2px solid #efefef;
  border-radius: 50%;
}
@media (max-width: 991px) {
  .cid-siEMJ1g5wD .img-text {
    width: 48px;
    height: 48px;
    font-size: 24px;
  }
}
@media (min-width: 992px) {
  .cid-siEMJ1g5wD .cards-block {
    border-top: 2px solid #efefef;
  }
}
.cid-siEMJ1g5wD .cards-block .card {
  border-bottom: 2px solid #efefef;
  border-radius: 0;
}
.cid-siEMJ1g5wD .cards-container {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  word-break: break-word;
}
@media (max-width: 767px) {
  .cid-siEMJ1g5wD .panel-item {
    flex-direction: column;
    align-items: center;
  }
  .cid-siEMJ1g5wD .panel-item .card-img {
    padding: 0;
    padding-bottom: 1rem;
  }
}
.cid-siEMJ2J4OD {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-siEMJ2J4OD .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-siEMJ2J4OD .mbr-content-text {
  color: #767676;
  margin-bottom: 0;
}
.cid-siEMJ2J4OD .card {
  word-wrap: break-word;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-siEMJ2J4OD .img-text {
  width: 64px;
  height: 64px;
  font-size: 32px;
  border: 2px solid #efefef;
  border-radius: 50%;
}
@media (max-width: 991px) {
  .cid-siEMJ2J4OD .img-text {
    width: 48px;
    height: 48px;
    font-size: 24px;
  }
}
@media (min-width: 992px) {
  .cid-siEMJ2J4OD .cards-block {
    border-top: 2px solid #efefef;
  }
}
.cid-siEMJ2J4OD .cards-block .card {
  border-bottom: 2px solid #efefef;
  border-radius: 0;
}
.cid-siEMJ2J4OD .cards-container {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  word-break: break-word;
}
@media (max-width: 767px) {
  .cid-siEMJ2J4OD .panel-item {
    flex-direction: column;
    align-items: center;
  }
  .cid-siEMJ2J4OD .panel-item .card-img {
    padding: 0;
    padding-bottom: 1rem;
  }
}
.cid-siEMJ3QNk3 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-siEMJ3QNk3 .mbr-section-subtitle {
  color: #767676;
  text-align: center;
  font-weight: 300;
}
.cid-siEMJ3QNk3 .step {
  width: 64px;
  height: 64px;
  font-size: 32px;
  border-radius: 50%;
  border: 2px solid #efefef;
}
@media (max-width: 767px) {
  .cid-siEMJ3QNk3 .step {
    width: 48px;
    height: 48px;
    font-size: 24px;
  }
}
.cid-siEMJ3QNk3 .separline {
  position: relative;
}
.cid-siEMJ3QNk3 .separline:after {
  top: 68px;
  left: 30px;
  position: absolute;
  content: "";
  width: 2px;
  height: calc(100% - (32px + 4px) * 2);
  background-color: #efefef;
}
@media (max-width: 767px) {
  .cid-siEMJ3QNk3 .separline:after {
    top: 52px;
    left: 22px;
    height: calc(100% - 56px);
  }
}
.cid-slkAfGNCTI .navbar {
  padding: .5rem 0;
  background: #0082c9;
  transition: none;
  min-height: 77px;
}
.cid-slkAfGNCTI .navbar-dropdown.bg-color.transparent.opened {
  background: #0082c9;
}
.cid-slkAfGNCTI a {
  font-style: normal;
}
.cid-slkAfGNCTI .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-slkAfGNCTI .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-slkAfGNCTI .nav-item:focus,
.cid-slkAfGNCTI .nav-link:focus {
  outline: none;
}
.cid-slkAfGNCTI .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-slkAfGNCTI .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-slkAfGNCTI .menu-logo {
  margin-right: auto;
}
.cid-slkAfGNCTI .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-slkAfGNCTI .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-slkAfGNCTI .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-slkAfGNCTI .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-slkAfGNCTI .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-slkAfGNCTI .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-slkAfGNCTI .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-slkAfGNCTI .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-slkAfGNCTI .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-slkAfGNCTI .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-slkAfGNCTI .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-slkAfGNCTI .dropdown .dropdown-menu {
  background: #0082c9;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-slkAfGNCTI .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-slkAfGNCTI .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-slkAfGNCTI .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-slkAfGNCTI .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-slkAfGNCTI .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-slkAfGNCTI .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-slkAfGNCTI .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-slkAfGNCTI .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-slkAfGNCTI .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-slkAfGNCTI .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-slkAfGNCTI .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-slkAfGNCTI button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-slkAfGNCTI button.navbar-toggler:focus {
  outline: none;
}
.cid-slkAfGNCTI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-slkAfGNCTI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-slkAfGNCTI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-slkAfGNCTI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-slkAfGNCTI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-slkAfGNCTI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-slkAfGNCTI nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-slkAfGNCTI nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-slkAfGNCTI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-slkAfGNCTI .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-slkAfGNCTI .collapsed .btn {
  display: -webkit-flex;
}
.cid-slkAfGNCTI .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-slkAfGNCTI .collapsed .navbar-collapse.collapsing,
.cid-slkAfGNCTI .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-slkAfGNCTI .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-slkAfGNCTI .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-slkAfGNCTI .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-slkAfGNCTI .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-slkAfGNCTI .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-slkAfGNCTI .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-slkAfGNCTI .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-slkAfGNCTI .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-slkAfGNCTI .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-slkAfGNCTI .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-slkAfGNCTI .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-slkAfGNCTI .collapsed button.navbar-toggler {
  display: block;
}
.cid-slkAfGNCTI .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-slkAfGNCTI .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-slkAfGNCTI .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-slkAfGNCTI .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-slkAfGNCTI .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-slkAfGNCTI .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-slkAfGNCTI .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-slkAfGNCTI img {
    height: 3.8rem !important;
  }
  .cid-slkAfGNCTI .btn {
    display: -webkit-flex;
  }
  .cid-slkAfGNCTI button.navbar-toggler {
    display: block;
  }
  .cid-slkAfGNCTI .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-slkAfGNCTI .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-slkAfGNCTI .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-slkAfGNCTI .navbar-collapse.collapsing,
  .cid-slkAfGNCTI .navbar-collapse.show {
    display: block !important;
  }
  .cid-slkAfGNCTI .navbar-collapse.collapsing .navbar-nav,
  .cid-slkAfGNCTI .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-slkAfGNCTI .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-slkAfGNCTI .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-slkAfGNCTI .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-slkAfGNCTI .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-slkAfGNCTI .navbar-collapse.collapsing .navbar-buttons,
  .cid-slkAfGNCTI .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-slkAfGNCTI .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-slkAfGNCTI .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-slkAfGNCTI .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-slkAfGNCTI .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-slkAfGNCTI .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-slkAfGNCTI .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-slkAfGNCTI .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-slkAfGNCTI .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-slkAfGNCTI .nav-link:hover,
.cid-slkAfGNCTI .dropdown-item:hover {
  color: #1127ef !important;
}
.cid-siFaAEBLcq {
  padding-top: 90px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/nuvem2-2000x1125.jpg");
}
.cid-siFaAEBLcq .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-siFaAEBLcq .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-siFaAEBLcq .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-siFaAEBLcq .mbr-text {
    text-align: center;
  }
}
.cid-siFdxJNLLc {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-siFdxJNLLc .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-siFdxJNLLc .section-text {
  padding: 2rem 0;
}
.cid-siFdxJNLLc .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-siFdxJNLLc .inner-container {
    width: 100% !important;
  }
}
.cid-siFaAK4qwo {
  padding-top: 90px;
  padding-bottom: 45px;
  background-color: #0f7699;
}
.cid-siFaAK4qwo .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-siFaAK4qwo .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-siFaAK4qwo .mbr-figure img {
    width: 100% !important;
  }
}
.cid-siFaAKPPFn {
  padding-top: 15px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-siFaAKPPFn .mbr-section-subtitle {
  color: #767676;
  text-align: center;
  font-weight: 300;
}
.cid-siFaAKPPFn .step {
  width: 64px;
  height: 64px;
  font-size: 32px;
  border-radius: 50%;
  border: 2px solid #efefef;
  color: #0082c9;
}
@media (max-width: 767px) {
  .cid-siFaAKPPFn .step {
    width: 48px;
    height: 48px;
    font-size: 24px;
  }
}
.cid-siFaAKPPFn .separline {
  position: relative;
}
.cid-siFaAKPPFn .separline:after {
  top: 68px;
  left: 30px;
  position: absolute;
  content: "";
  width: 2px;
  height: calc(100% - (32px + 4px) * 2);
  background-color: #efefef;
}
@media (max-width: 767px) {
  .cid-siFaAKPPFn .separline:after {
    top: 52px;
    left: 22px;
    height: calc(100% - 56px);
  }
}
.cid-siFaAKPPFn .mbr-step-title {
  color: #0082c9;
}
.cid-siFaAKPPFn .mbr-section-title {
  color: #0082c9;
}
.cid-siFaAMomlX {
  padding-top: 90px;
  padding-bottom: 45px;
  background-color: #0f7699;
}
.cid-siFaAMomlX .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-siFaAMomlX .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-siFaAMomlX .mbr-figure img {
    width: 100% !important;
  }
}
.cid-siFaANlEQf {
  padding-top: 15px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-siFaANlEQf .mbr-section-subtitle {
  color: #767676;
  text-align: center;
  font-weight: 300;
}
.cid-siFaANlEQf .step {
  width: 64px;
  height: 64px;
  font-size: 32px;
  border-radius: 50%;
  border: 2px solid #efefef;
  color: #0082c9;
}
@media (max-width: 767px) {
  .cid-siFaANlEQf .step {
    width: 48px;
    height: 48px;
    font-size: 24px;
  }
}
.cid-siFaANlEQf .separline {
  position: relative;
}
.cid-siFaANlEQf .separline:after {
  top: 68px;
  left: 30px;
  position: absolute;
  content: "";
  width: 2px;
  height: calc(100% - (32px + 4px) * 2);
  background-color: #efefef;
}
@media (max-width: 767px) {
  .cid-siFaANlEQf .separline:after {
    top: 52px;
    left: 22px;
    height: calc(100% - 56px);
  }
}
.cid-siFaANlEQf .mbr-step-title {
  color: #0082c9;
}
.cid-siFaANlEQf .mbr-section-title {
  color: #0082c9;
}
.cid-siFaAPnjZi {
  padding-top: 90px;
  padding-bottom: 45px;
  background-color: #0f7699;
}
.cid-siFaAPnjZi .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-siFaAPnjZi .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-siFaAPnjZi .mbr-figure img {
    width: 100% !important;
  }
}
.cid-siFaAQ7rBU {
  padding-top: 15px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-siFaAQ7rBU .mbr-section-subtitle {
  color: #767676;
  text-align: center;
  font-weight: 300;
}
.cid-siFaAQ7rBU .step {
  width: 64px;
  height: 64px;
  font-size: 32px;
  border-radius: 50%;
  border: 2px solid #efefef;
  color: #0082c9;
}
@media (max-width: 767px) {
  .cid-siFaAQ7rBU .step {
    width: 48px;
    height: 48px;
    font-size: 24px;
  }
}
.cid-siFaAQ7rBU .separline {
  position: relative;
}
.cid-siFaAQ7rBU .separline:after {
  top: 68px;
  left: 30px;
  position: absolute;
  content: "";
  width: 2px;
  height: calc(100% - (32px + 4px) * 2);
  background-color: #efefef;
}
@media (max-width: 767px) {
  .cid-siFaAQ7rBU .separline:after {
    top: 52px;
    left: 22px;
    height: calc(100% - 56px);
  }
}
.cid-siFaAQ7rBU .mbr-step-title {
  color: #0082c9;
}
.cid-siFaAQ7rBU .mbr-section-title {
  color: #0082c9;
}
.cid-siFaARVrk8 {
  padding-top: 90px;
  padding-bottom: 45px;
  background-color: #0f7699;
}
.cid-siFaARVrk8 .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-siFaARVrk8 .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-siFaARVrk8 .mbr-figure img {
    width: 100% !important;
  }
}
.cid-siFaAT9PHO {
  padding-top: 15px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-siFaAT9PHO .mbr-section-subtitle {
  color: #767676;
  text-align: center;
  font-weight: 300;
}
.cid-siFaAT9PHO .step {
  width: 64px;
  height: 64px;
  font-size: 32px;
  border-radius: 50%;
  border: 2px solid #efefef;
  color: #0082c9;
}
@media (max-width: 767px) {
  .cid-siFaAT9PHO .step {
    width: 48px;
    height: 48px;
    font-size: 24px;
  }
}
.cid-siFaAT9PHO .separline {
  position: relative;
}
.cid-siFaAT9PHO .separline:after {
  top: 68px;
  left: 30px;
  position: absolute;
  content: "";
  width: 2px;
  height: calc(100% - (32px + 4px) * 2);
  background-color: #efefef;
}
@media (max-width: 767px) {
  .cid-siFaAT9PHO .separline:after {
    top: 52px;
    left: 22px;
    height: calc(100% - 56px);
  }
}
.cid-siFaAT9PHO .mbr-step-title {
  color: #0082c9;
}
.cid-siFaAT9PHO .mbr-section-title {
  color: #0082c9;
}
.cid-siFaAUUbmc {
  padding-top: 90px;
  padding-bottom: 45px;
  background-color: #0f7699;
}
.cid-siFaAUUbmc .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-siFaAUUbmc .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-siFaAUUbmc .mbr-figure img {
    width: 100% !important;
  }
}
.cid-siFaAVAwlh {
  padding-top: 15px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-siFaAVAwlh .mbr-section-subtitle {
  color: #767676;
  text-align: center;
  font-weight: 300;
}
.cid-siFaAVAwlh .step {
  width: 64px;
  height: 64px;
  font-size: 32px;
  border-radius: 50%;
  border: 2px solid #efefef;
  color: #0082c9;
}
@media (max-width: 767px) {
  .cid-siFaAVAwlh .step {
    width: 48px;
    height: 48px;
    font-size: 24px;
  }
}
.cid-siFaAVAwlh .separline {
  position: relative;
}
.cid-siFaAVAwlh .separline:after {
  top: 68px;
  left: 30px;
  position: absolute;
  content: "";
  width: 2px;
  height: calc(100% - (32px + 4px) * 2);
  background-color: #efefef;
}
@media (max-width: 767px) {
  .cid-siFaAVAwlh .separline:after {
    top: 52px;
    left: 22px;
    height: calc(100% - 56px);
  }
}
.cid-siFaAVAwlh .mbr-step-title {
  color: #0082c9;
}
.cid-siFaAVAwlh .mbr-section-title {
  color: #0082c9;
}
.cid-siFaAXnULB {
  padding-top: 90px;
  padding-bottom: 45px;
  background-color: #0f7699;
}
.cid-siFaAXnULB .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-siFaAXnULB .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-siFaAXnULB .mbr-figure img {
    width: 100% !important;
  }
}
.cid-siFaAYJorJ {
  padding-top: 15px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-siFaAYJorJ .mbr-section-subtitle {
  color: #767676;
  text-align: center;
  font-weight: 300;
}
.cid-siFaAYJorJ .step {
  width: 64px;
  height: 64px;
  font-size: 32px;
  border-radius: 50%;
  border: 2px solid #efefef;
  color: #0082c9;
}
@media (max-width: 767px) {
  .cid-siFaAYJorJ .step {
    width: 48px;
    height: 48px;
    font-size: 24px;
  }
}
.cid-siFaAYJorJ .separline {
  position: relative;
}
.cid-siFaAYJorJ .separline:after {
  top: 68px;
  left: 30px;
  position: absolute;
  content: "";
  width: 2px;
  height: calc(100% - (32px + 4px) * 2);
  background-color: #efefef;
}
@media (max-width: 767px) {
  .cid-siFaAYJorJ .separline:after {
    top: 52px;
    left: 22px;
    height: calc(100% - 56px);
  }
}
.cid-siFaAYJorJ .mbr-step-title {
  color: #0082c9;
}
.cid-siFaAYJorJ .mbr-section-title {
  color: #0082c9;
}
.cid-siFaB0qT7Q {
  padding-top: 90px;
  padding-bottom: 45px;
  background-color: #0f7699;
}
.cid-siFaB0qT7Q .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-siFaB0qT7Q .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-siFaB0qT7Q .mbr-figure img {
    width: 100% !important;
  }
}
.cid-siFaB1kQNo {
  padding-top: 15px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-siFaB1kQNo .mbr-section-subtitle {
  color: #767676;
  text-align: center;
  font-weight: 300;
}
.cid-siFaB1kQNo .step {
  width: 64px;
  height: 64px;
  font-size: 32px;
  border-radius: 50%;
  border: 2px solid #efefef;
  color: #0082c9;
}
@media (max-width: 767px) {
  .cid-siFaB1kQNo .step {
    width: 48px;
    height: 48px;
    font-size: 24px;
  }
}
.cid-siFaB1kQNo .separline {
  position: relative;
}
.cid-siFaB1kQNo .separline:after {
  top: 68px;
  left: 30px;
  position: absolute;
  content: "";
  width: 2px;
  height: calc(100% - (32px + 4px) * 2);
  background-color: #efefef;
}
@media (max-width: 767px) {
  .cid-siFaB1kQNo .separline:after {
    top: 52px;
    left: 22px;
    height: calc(100% - 56px);
  }
}
.cid-siFaB1kQNo .mbr-step-title {
  color: #0082c9;
}
.cid-siFaB1kQNo .mbr-section-title {
  color: #0082c9;
}
.cid-siFaB1kQNo .mbr-step-text {
  text-align: left;
}
.cid-siFaB37XP3 {
  padding-top: 90px;
  padding-bottom: 45px;
  background-color: #0f7699;
}
.cid-siFaB37XP3 .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-siFaB37XP3 .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-siFaB37XP3 .mbr-figure img {
    width: 100% !important;
  }
}
.cid-siFaB4fGXS {
  padding-top: 15px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-siFaB4fGXS .mbr-section-subtitle {
  color: #767676;
  text-align: center;
  font-weight: 300;
}
.cid-siFaB4fGXS .step {
  width: 64px;
  height: 64px;
  font-size: 32px;
  border-radius: 50%;
  border: 2px solid #efefef;
  color: #0082c9;
}
@media (max-width: 767px) {
  .cid-siFaB4fGXS .step {
    width: 48px;
    height: 48px;
    font-size: 24px;
  }
}
.cid-siFaB4fGXS .separline {
  position: relative;
}
.cid-siFaB4fGXS .separline:after {
  top: 68px;
  left: 30px;
  position: absolute;
  content: "";
  width: 2px;
  height: calc(100% - (32px + 4px) * 2);
  background-color: #efefef;
}
@media (max-width: 767px) {
  .cid-siFaB4fGXS .separline:after {
    top: 52px;
    left: 22px;
    height: calc(100% - 56px);
  }
}
.cid-siFaB4fGXS .mbr-step-title {
  color: #0082c9;
}
.cid-siFaB4fGXS .mbr-section-title {
  color: #0082c9;
}
.cid-siFaB4fGXS .mbr-step-text {
  text-align: left;
}
.cid-siFaB67Phh {
  padding-top: 90px;
  padding-bottom: 45px;
  background-color: #0f7699;
}
.cid-siFaB67Phh .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-siFaB67Phh .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-siFaB67Phh .mbr-figure img {
    width: 100% !important;
  }
}
.cid-siFaB7oRsX {
  padding-top: 15px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-siFaB7oRsX .mbr-section-subtitle {
  color: #767676;
  text-align: center;
  font-weight: 300;
}
.cid-siFaB7oRsX .step {
  width: 64px;
  height: 64px;
  font-size: 32px;
  border-radius: 50%;
  border: 2px solid #efefef;
  color: #0082c9;
}
@media (max-width: 767px) {
  .cid-siFaB7oRsX .step {
    width: 48px;
    height: 48px;
    font-size: 24px;
  }
}
.cid-siFaB7oRsX .separline {
  position: relative;
}
.cid-siFaB7oRsX .separline:after {
  top: 68px;
  left: 30px;
  position: absolute;
  content: "";
  width: 2px;
  height: calc(100% - (32px + 4px) * 2);
  background-color: #efefef;
}
@media (max-width: 767px) {
  .cid-siFaB7oRsX .separline:after {
    top: 52px;
    left: 22px;
    height: calc(100% - 56px);
  }
}
.cid-siFaB7oRsX .mbr-step-title {
  color: #0082c9;
}
.cid-siFaB7oRsX .mbr-section-title {
  color: #0082c9;
}
.cid-siFaB7oRsX .mbr-step-text {
  text-align: left;
}
.cid-siFaB9caE1 {
  padding-top: 90px;
  padding-bottom: 45px;
  background-color: #0f7699;
}
.cid-siFaB9caE1 .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-siFaB9caE1 .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-siFaB9caE1 .mbr-figure img {
    width: 100% !important;
  }
}
.cid-siFaBadLiE {
  padding-top: 15px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-siFaBadLiE .mbr-section-subtitle {
  color: #767676;
  text-align: center;
  font-weight: 300;
}
.cid-siFaBadLiE .step {
  width: 64px;
  height: 64px;
  font-size: 32px;
  border-radius: 50%;
  border: 2px solid #efefef;
  color: #0082c9;
}
@media (max-width: 767px) {
  .cid-siFaBadLiE .step {
    width: 48px;
    height: 48px;
    font-size: 24px;
  }
}
.cid-siFaBadLiE .separline {
  position: relative;
}
.cid-siFaBadLiE .separline:after {
  top: 68px;
  left: 30px;
  position: absolute;
  content: "";
  width: 2px;
  height: calc(100% - (32px + 4px) * 2);
  background-color: #efefef;
}
@media (max-width: 767px) {
  .cid-siFaBadLiE .separline:after {
    top: 52px;
    left: 22px;
    height: calc(100% - 56px);
  }
}
.cid-siFaBadLiE .mbr-step-title {
  color: #0082c9;
}
.cid-siFaBadLiE .mbr-section-title {
  color: #0082c9;
}
.cid-siFaBadLiE .mbr-step-text {
  text-align: left;
}
.cid-siFaBcvhq4 {
  padding-top: 90px;
  padding-bottom: 45px;
  background-color: #0f7699;
}
.cid-siFaBcvhq4 .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-siFaBcvhq4 .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-siFaBcvhq4 .mbr-figure img {
    width: 100% !important;
  }
}
.cid-siFaBdM9Xd {
  padding-top: 15px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-siFaBdM9Xd .mbr-section-subtitle {
  color: #767676;
  text-align: center;
  font-weight: 300;
}
.cid-siFaBdM9Xd .step {
  width: 64px;
  height: 64px;
  font-size: 32px;
  border-radius: 50%;
  border: 2px solid #efefef;
  color: #0082c9;
}
@media (max-width: 767px) {
  .cid-siFaBdM9Xd .step {
    width: 48px;
    height: 48px;
    font-size: 24px;
  }
}
.cid-siFaBdM9Xd .separline {
  position: relative;
}
.cid-siFaBdM9Xd .separline:after {
  top: 68px;
  left: 30px;
  position: absolute;
  content: "";
  width: 2px;
  height: calc(100% - (32px + 4px) * 2);
  background-color: #efefef;
}
@media (max-width: 767px) {
  .cid-siFaBdM9Xd .separline:after {
    top: 52px;
    left: 22px;
    height: calc(100% - 56px);
  }
}
.cid-siFaBdM9Xd .mbr-step-title {
  color: #0082c9;
}
.cid-siFaBdM9Xd .mbr-section-title {
  color: #0082c9;
}
.cid-siFaBdM9Xd .mbr-step-text {
  text-align: left;
}
.cid-siFbru6EDj {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #0489d1;
}
@media (max-width: 767px) {
  .cid-siFbru6EDj .content {
    text-align: center;
  }
  .cid-siFbru6EDj .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-siFbru6EDj .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-siFbru6EDj .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-siFbru6EDj .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-siFbru6EDj .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-siFbru6EDj .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-siFbru6EDj .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-siFbru6EDj .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-siFbru6EDj .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-siFbru6EDj .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-siFbru6EDj .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-siFbru6EDj .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-siFbru6EDj P {
  color: #ffffff;
}
.cid-slkAfGNCTI .navbar {
  padding: .5rem 0;
  background: #0082c9;
  transition: none;
  min-height: 77px;
}
.cid-slkAfGNCTI .navbar-dropdown.bg-color.transparent.opened {
  background: #0082c9;
}
.cid-slkAfGNCTI a {
  font-style: normal;
}
.cid-slkAfGNCTI .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-slkAfGNCTI .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-slkAfGNCTI .nav-item:focus,
.cid-slkAfGNCTI .nav-link:focus {
  outline: none;
}
.cid-slkAfGNCTI .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-slkAfGNCTI .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-slkAfGNCTI .menu-logo {
  margin-right: auto;
}
.cid-slkAfGNCTI .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-slkAfGNCTI .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-slkAfGNCTI .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-slkAfGNCTI .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-slkAfGNCTI .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-slkAfGNCTI .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-slkAfGNCTI .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-slkAfGNCTI .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-slkAfGNCTI .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-slkAfGNCTI .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-slkAfGNCTI .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-slkAfGNCTI .dropdown .dropdown-menu {
  background: #0082c9;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-slkAfGNCTI .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-slkAfGNCTI .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-slkAfGNCTI .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-slkAfGNCTI .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-slkAfGNCTI .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-slkAfGNCTI .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-slkAfGNCTI .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-slkAfGNCTI .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-slkAfGNCTI .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-slkAfGNCTI .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-slkAfGNCTI .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-slkAfGNCTI button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-slkAfGNCTI button.navbar-toggler:focus {
  outline: none;
}
.cid-slkAfGNCTI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-slkAfGNCTI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-slkAfGNCTI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-slkAfGNCTI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-slkAfGNCTI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-slkAfGNCTI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-slkAfGNCTI nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-slkAfGNCTI nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-slkAfGNCTI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-slkAfGNCTI .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-slkAfGNCTI .collapsed .btn {
  display: -webkit-flex;
}
.cid-slkAfGNCTI .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-slkAfGNCTI .collapsed .navbar-collapse.collapsing,
.cid-slkAfGNCTI .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-slkAfGNCTI .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-slkAfGNCTI .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-slkAfGNCTI .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-slkAfGNCTI .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-slkAfGNCTI .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-slkAfGNCTI .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-slkAfGNCTI .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-slkAfGNCTI .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-slkAfGNCTI .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-slkAfGNCTI .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-slkAfGNCTI .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-slkAfGNCTI .collapsed button.navbar-toggler {
  display: block;
}
.cid-slkAfGNCTI .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-slkAfGNCTI .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-slkAfGNCTI .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-slkAfGNCTI .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-slkAfGNCTI .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-slkAfGNCTI .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-slkAfGNCTI .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-slkAfGNCTI img {
    height: 3.8rem !important;
  }
  .cid-slkAfGNCTI .btn {
    display: -webkit-flex;
  }
  .cid-slkAfGNCTI button.navbar-toggler {
    display: block;
  }
  .cid-slkAfGNCTI .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-slkAfGNCTI .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-slkAfGNCTI .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-slkAfGNCTI .navbar-collapse.collapsing,
  .cid-slkAfGNCTI .navbar-collapse.show {
    display: block !important;
  }
  .cid-slkAfGNCTI .navbar-collapse.collapsing .navbar-nav,
  .cid-slkAfGNCTI .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-slkAfGNCTI .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-slkAfGNCTI .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-slkAfGNCTI .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-slkAfGNCTI .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-slkAfGNCTI .navbar-collapse.collapsing .navbar-buttons,
  .cid-slkAfGNCTI .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-slkAfGNCTI .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-slkAfGNCTI .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-slkAfGNCTI .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-slkAfGNCTI .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-slkAfGNCTI .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-slkAfGNCTI .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-slkAfGNCTI .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-slkAfGNCTI .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-slkAfGNCTI .nav-link:hover,
.cid-slkAfGNCTI .dropdown-item:hover {
  color: #1127ef !important;
}
