body {
  font-family: Muli;
}
.display-1 {
  font-family: 'Nunito', sans-serif;
  font-size: 4.6rem;
}
.display-1 > .mbr-iconfont {
  font-size: 7.36rem;
}
.display-2 {
  font-family: 'Nunito', sans-serif;
  font-size: 2.4rem;
}
.display-2 > .mbr-iconfont {
  font-size: 3.84rem;
}
.display-4 {
  font-family: 'Muli', sans-serif;
  font-size: 0.8rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1.28rem;
}
.display-5 {
  font-family: 'Nunito', sans-serif;
  font-size: 1.6rem;
  font-weight: 900;
}
.display-5 > .mbr-iconfont {
  font-size: 2.56rem;
}
.display-7 {
  font-family: 'Muli', sans-serif;
  font-size: 1rem;
}
.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.68rem;
    font-size: calc( 2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.92rem;
    font-size: calc( 1.49rem + (2.4 - 1.49) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.49rem + (2.4 - 1.49) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.64rem;
    font-size: calc( 0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.7rem 2.7rem;
  border-radius: 35px;
}
.btn-sm {
  padding: 0.5rem 1.5rem;
  border-radius: 0px;
}
.btn-md {
  padding: 0.8rem 2rem;
  border-radius: 0px;
}
.btn-lg {
  padding: 0.8rem 2rem;
  border-radius: 0px;
}
.bg-primary {
  background-color: #0da4d6 !important;
}
.bg-success {
  background-color: #f4e80b !important;
}
.bg-info {
  background-color: #efefef !important;
}
.bg-warning {
  background-color: #45b3df !important;
}
.bg-danger {
  background-color: #0da4d6 !important;
}
.btn-primary,
.btn-primary:active,
.btn-primary.active {
  background-color: #0da4d6 !important;
  border-color: #0da4d6 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff !important;
  background-color: #022d56 !important;
  border-color: #022d56 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #022d56 !important;
  border-color: #022d56 !important;
}
.btn-secondary,
.btn-secondary:active,
.btn-secondary.active {
  background-color: #022d56 !important;
  border-color: #022d56 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus {
  color: #ffffff !important;
  background-color: #022d56 !important;
  border-color: #022d56 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #022d56 !important;
  border-color: #022d56 !important;
}
.btn-info,
.btn-info:active,
.btn-info.active {
  background-color: #efefef !important;
  border-color: #efefef !important;
  color: #000000 !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus {
  color: #000000 !important;
  background-color: #022d56 !important;
  border-color: #022d56 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #000000 !important;
  background-color: #022d56 !important;
  border-color: #022d56 !important;
}
.btn-success,
.btn-success:active,
.btn-success.active {
  background-color: #f4e80b !important;
  border-color: #f4e80b !important;
  color: #000000 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus {
  color: #000000 !important;
  background-color: #022d56 !important;
  border-color: #022d56 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #000000 !important;
  background-color: #022d56 !important;
  border-color: #022d56 !important;
}
.btn-warning,
.btn-warning:active,
.btn-warning.active {
  background-color: #45b3df !important;
  border-color: #45b3df !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus {
  color: #ffffff !important;
  background-color: #022d56 !important;
  border-color: #022d56 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #022d56 !important;
  border-color: #022d56 !important;
}
.btn-danger,
.btn-danger:active,
.btn-danger.active {
  background-color: #0da4d6 !important;
  border-color: #0da4d6 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus {
  color: #ffffff !important;
  background-color: #022d56 !important;
  border-color: #022d56 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #022d56 !important;
  border-color: #022d56 !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active,
.btn-white.active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #000000 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus {
  color: #000000 !important;
  background-color: #022d56 !important;
  border-color: #022d56 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #000000 !important;
  background-color: #022d56 !important;
  border-color: #022d56 !important;
}
.btn-black,
.btn-black:active,
.btn-black.active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus {
  color: #ffffff !important;
  background-color: #022d56 !important;
  border-color: #022d56 !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #022d56 !important;
  border-color: #022d56 !important;
}
.btn-primary-outline,
.btn-primary-outline:active,
.btn-primary-outline.active {
  background: none;
  border-color: #0da4d6;
  color: #0da4d6 !important;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus {
  color: #ffffff !important;
  background-color: #0da4d6;
  border-color: #0da4d6;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #0da4d6 !important;
  border-color: #0da4d6 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active,
.btn-secondary-outline.active {
  background: none;
  border-color: #022d56;
  color: #022d56 !important;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus {
  color: #ffffff !important;
  background-color: #022d56;
  border-color: #022d56;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #022d56 !important;
  border-color: #022d56 !important;
}
.btn-info-outline,
.btn-info-outline:active,
.btn-info-outline.active {
  background: none;
  border-color: #efefef;
  color: #efefef !important;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus {
  color: #707070 !important;
  background-color: #efefef;
  border-color: #efefef;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #707070 !important;
  background-color: #efefef !important;
  border-color: #efefef !important;
}
.btn-success-outline,
.btn-success-outline:active,
.btn-success-outline.active {
  background: none;
  border-color: #f4e80b;
  color: #f4e80b !important;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus {
  color: #000000 !important;
  background-color: #f4e80b;
  border-color: #f4e80b;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #000000 !important;
  background-color: #f4e80b !important;
  border-color: #f4e80b !important;
}
.btn-warning-outline,
.btn-warning-outline:active,
.btn-warning-outline.active {
  background: none;
  border-color: #45b3df;
  color: #45b3df !important;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus {
  color: #ffffff !important;
  background-color: #45b3df;
  border-color: #45b3df;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #45b3df !important;
  border-color: #45b3df !important;
}
.btn-danger-outline,
.btn-danger-outline:active,
.btn-danger-outline.active {
  background: none;
  border-color: #0da4d6;
  color: #0da4d6 !important;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus {
  color: #ffffff !important;
  background-color: #0da4d6;
  border-color: #0da4d6;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #0da4d6 !important;
  border-color: #0da4d6 !important;
}
.btn-black-outline,
.btn-black-outline:active,
.btn-black-outline.active {
  background: none;
  border-color: #333333;
  color: #333333 !important;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus {
  color: #ffffff !important;
  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 !important;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333 !important;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #0da4d6 !important;
}
.text-secondary {
  color: #022d56 !important;
}
.text-success {
  color: #f4e80b !important;
}
.text-info {
  color: #efefef !important;
}
.text-warning {
  color: #45b3df !important;
}
.text-danger {
  color: #0da4d6 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a,
a:hover {
  color: #efefef;
  font-weight: 900;
  transition: 0.4s;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #0da4d6 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #45b3df !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #f4e80b !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #45b3df !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #45b3df !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #0da4d6 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #e6e6e6 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #1a1a1a !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #efefef;
}
.alert-warning {
  background-color: #45b3df;
}
.alert-danger {
  background-color: #0da4d6;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #0da4d6;
  border-color: #0da4d6;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #b5e9fa;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #fdface;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #f3fafd;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #b5e9fa;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
#scrollToTop a {
  background: #0da4d6;
}
#scrollToTop a:after {
  content: '';
  position: absolute;
  top: -7px;
  left: -7px;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  border: 2px dashed #0da4d6;
  animation: spin_left 5s linear infinite;
  animation-play-state: paused;
}
#scrollToTop a:hover::after {
  animation-play-state: running;
}
#scrollToTop a i:after {
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
}
.mbr-arrow {
  background-color: #444444;
}
.mbr-arrow a {
  color: #ffffff;
}
.form-control {
  font-family: 'Muli', sans-serif;
  font-size: 1rem;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
}
blockquote {
  border-color: #0da4d6;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #0da4d6;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #0da4d6;
  border-bottom-color: #0da4d6;
}
.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: #0da4d6 !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: #022d56 !important;
  box-shadow: none !important;
}
.soc-item:hover::after {
  opacity: 1;
  visibility: visible;
  animation-play-state: running;
}
.soc-item::after {
  opacity: 0;
  transition: all .3s ease;
  position: absolute;
  content: '';
  height: calc(122%);
  width: calc(122%);
  border-width: 2px;
  box-sizing: border-box;
  border-style: dashed;
  top: -4px;
  left: -4px;
  border-radius: inherit;
  animation: spin_right 5s linear infinite;
  animation-play-state: paused;
}
@keyframes spin_right {
  0% {
    transform: rotate(-360deg);
  }
}
.line-bg-warning {
  background-size: 100% 0.521em;
  display: inline;
  margin: 0 -12px;
  padding: 0 12px;
  background-image: linear-gradient(to top, rgba(69, 179, 223, 0.5), rgba(69, 179, 223, 0.5));
  background-repeat: no-repeat;
  background-position: 0% 74%;
}
.line-bg-primary {
  display: inline;
  margin: 0 -12px;
  padding: 0 12px;
  background-image: linear-gradient(to top, rgba(13, 164, 214, 0.5), rgba(13, 164, 214, 0.5));
  background-size: 100% 0.521em;
  background-repeat: no-repeat;
  background-position: 0% 74%;
}
.cid-tgFaxoyT6P {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-tgFaxoyT6P .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
}
.cid-tgFaxoyT6P .navbar {
  display: flex;
  flex-wrap: nowrap;
  background: #022d56;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-tgFaxoyT6P .navbar-dropdown.bg-color.transparent.opened {
  background: #022d56;
}
.cid-tgFaxoyT6P a {
  font-style: normal;
}
.cid-tgFaxoyT6P .show {
  overflow: visible;
}
.cid-tgFaxoyT6P .dropdown-menu {
  border-radius: 20px;
  min-width: 250px;
}
.cid-tgFaxoyT6P .dropdown-item:active {
  background-color: transparent;
}
.cid-tgFaxoyT6P .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-tgFaxoyT6P .nav-item a {
  display: -webkit-flex;
  align-items: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
}
.cid-tgFaxoyT6P .nav-item:focus,
.cid-tgFaxoyT6P .nav-link:focus {
  outline: none;
}
.cid-tgFaxoyT6P .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  border: 1px solid #7a7b7e;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  padding: 0;
}
.cid-tgFaxoyT6P .btn .mbr-iconfont {
  font-size: 1.5rem;
}
.cid-tgFaxoyT6P .menu-logo .navbar-brand {
  display: flex;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tgFaxoyT6P .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-tgFaxoyT6P .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tgFaxoyT6P .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tgFaxoyT6P .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tgFaxoyT6P .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-tgFaxoyT6P .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-tgFaxoyT6P .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tgFaxoyT6P .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tgFaxoyT6P .dropdown .dropdown-menu {
  background: transparent;
  display: none;
  position: absolute;
  padding-top: 4.5rem;
  padding-bottom: 2rem;
  text-align: left;
}
.cid-tgFaxoyT6P .dropdown .dropdown-menu > .dropdown > .dropdown-item,
.cid-tgFaxoyT6P .dropdown .dropdown-menu > .dropdown-item {
  font-weight: 900;
  font-family: 'Nunito', sans-serif;
  width: auto;
  padding: 4px 30px !important;
  margin: 0 !important;
}
.cid-tgFaxoyT6P .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tgFaxoyT6P .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tgFaxoyT6P .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: none;
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-tgFaxoyT6P button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
  position: absolute;
  left: 1rem;
}
.cid-tgFaxoyT6P button.navbar-toggler:focus {
  outline: none;
}
.cid-tgFaxoyT6P button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tgFaxoyT6P button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tgFaxoyT6P button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tgFaxoyT6P button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tgFaxoyT6P button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tgFaxoyT6P nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tgFaxoyT6P nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tgFaxoyT6P nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tgFaxoyT6P nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tgFaxoyT6P .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tgFaxoyT6P .collapsed .btn {
  display: -webkit-flex;
}
.cid-tgFaxoyT6P .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tgFaxoyT6P .collapsed .navbar-collapse.collapsing,
.cid-tgFaxoyT6P .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tgFaxoyT6P .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tgFaxoyT6P .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tgFaxoyT6P .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tgFaxoyT6P .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tgFaxoyT6P .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tgFaxoyT6P .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-tgFaxoyT6P .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tgFaxoyT6P .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tgFaxoyT6P .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 88.75vh;
  }
}
.cid-tgFaxoyT6P .collapsed button.navbar-toggler {
  display: block;
}
.cid-tgFaxoyT6P .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-tgFaxoyT6P .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tgFaxoyT6P .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-tgFaxoyT6P .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tgFaxoyT6P .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tgFaxoyT6P .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: 991px) {
  .cid-tgFaxoyT6P.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tgFaxoyT6P img {
    height: 3.8rem !important;
  }
  .cid-tgFaxoyT6P .btn {
    display: -webkit-flex;
  }
  .cid-tgFaxoyT6P button.navbar-toggler {
    display: block;
  }
  .cid-tgFaxoyT6P .navbar-brand {
    margin-left: 3.5rem !important;
  }
  .cid-tgFaxoyT6P .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tgFaxoyT6P .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tgFaxoyT6P .navbar-collapse.collapsing,
  .cid-tgFaxoyT6P .navbar-collapse.show {
    display: block !important;
  }
  .cid-tgFaxoyT6P .navbar-collapse.collapsing .navbar-nav,
  .cid-tgFaxoyT6P .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tgFaxoyT6P .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tgFaxoyT6P .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tgFaxoyT6P .navbar-collapse.collapsing .navbar-buttons,
  .cid-tgFaxoyT6P .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-tgFaxoyT6P .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tgFaxoyT6P .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tgFaxoyT6P .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-tgFaxoyT6P .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tgFaxoyT6P .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tgFaxoyT6P .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: 767px) {
  .cid-tgFaxoyT6P .navbar-collapse {
    max-height: 100vh !important;
  }
  .cid-tgFaxoyT6P .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    color: #fff;
  }
  .cid-tgFaxoyT6P .nav-link {
    justify-content: start!important;
  }
  .cid-tgFaxoyT6P .navbar.opened {
    height: 100%;
  }
  .cid-tgFaxoyT6P .navbar-toggleable-sm {
    width: 100%!important;
  }
  .cid-tgFaxoyT6P .dropdown-menu {
    box-shadow: none !important;
    background: #313131 !important;
  }
}
@media (min-width: 767px) {
  .cid-tgFaxoyT6P .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-tgFaxoyT6P .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-tgFaxoyT6P .link {
  color: #12265a;
  font-weight: 900;
  font-family: 'Nunito', sans-serif;
  transition: 0.4s;
}
.cid-tgFaxoyT6P .span-link {
  padding: 0 0.5rem;
}
.cid-tgFaxoyT6P .btn1::before {
  content: '';
  position: absolute;
  top: -7px;
  left: -7px;
  width: 52px;
  height: 52px;
  border: 2px dashed #0da4d6;
  border-radius: 30px;
  animation: spin_left 5s linear infinite;
  animation-play-state: paused;
}
.cid-tgFaxoyT6P .btn2::before {
  content: '';
  position: absolute;
  top: -7px;
  left: -7px;
  width: 52px;
  height: 52px;
  border: 2px dashed #45b3df;
  border-radius: 30px;
  animation: spin_left 5s linear infinite;
  animation-play-state: paused;
}
.cid-tgFaxoyT6P .btn:hover::before {
  animation-play-state: running;
}
@keyframes spin_left {
  0% {
    transform: rotate(360deg);
  }
}
.cid-tgFaxoyT6P .navbar-caption {
  color: #efefef;
  font-weight: 900;
  font-family: 'Nunito', sans-serif;
}
.cid-tgFaxoyT6P .navbar-caption:hover {
  color: #45b3df;
}
.cid-tgFaxoyT6P .container-fluid {
  max-width: 1200px;
}
@media (max-width: 992px) {
  .cid-tgFaxoyT6P .navbar-collapse.show {
    overflow: visible !important;
  }
  .cid-tgFaxoyT6P .dropdown-item {
    color: #fff;
  }
  .cid-tgFaxoyT6P .nav-item.open .nav-link,
  .cid-tgFaxoyT6P .link:hover {
    color: #fff;
    background: #0da4d6;
    border-radius: 5px;
  }
  .cid-tgFaxoyT6P .link:active {
    color: #fff !important;
  }
  .cid-tgFaxoyT6P .logo-name {
    margin-top: 0.5rem;
  }
  .cid-tgFaxoyT6P .navbar-brand {
    justify-content: center;
  }
  .cid-tgFaxoyT6P .mbr-section-btn {
    order: 1;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .cid-tgFaxoyT6P .nav-item a {
    margin: 0 0.5rem !important;
  }
  .cid-tgFaxoyT6P .navbar-nav .nav-link {
    color: #fff;
    display: inline-block;
  }
  .cid-tgFaxoyT6P .navbar-collapse {
    background-color: #313131;
    order: 2;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cid-tgFaxoyT6P .navbar {
    height: 90px;
  }
  .cid-tgFaxoyT6P .menu-logo {
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
  .cid-tgFaxoyT6P .btn1 {
    display: none;
  }
  .cid-tgFaxoyT6P .mbr-section-title {
    color: #fff;
  }
  .cid-tgFaxoyT6P .container-fluid {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .cid-tgFaxoyT6P .navbar-toggleable-sm {
    background-color: #313131;
  }
  .cid-tgFaxoyT6P .span-link {
    color: #fff;
  }
  .cid-tgFaxoyT6P .navbar-collapse.show .navbar-nav {
    text-align: left;
  }
}
@media (min-width: 992px) {
  .cid-tgFaxoyT6P .dropdown-item {
    color: #12265a;
  }
  .cid-tgFaxoyT6P .nav-item.open .nav-link,
  .cid-tgFaxoyT6P .link:hover {
    color: #efefef !important;
    background: #0da4d6;
    border-radius: 5px;
  }
  .cid-tgFaxoyT6P .logo-name {
    margin-top: 2rem;
  }
  .cid-tgFaxoyT6P .navbar-collapse {
    justify-content: space-between;
  }
  .cid-tgFaxoyT6P .navbar-nav {
    margin-left: auto;
    margin-right: auto;
  }
  .cid-tgFaxoyT6P .container-fluid {
    padding: 0 1rem;
  }
  .cid-tgFaxoyT6P .dropdown-menu::after {
    content: '';
    position: absolute;
    top: 4rem;
    bottom: 1.4rem;
    left: 10px;
    right: 10px;
    border: 2px dashed #45b3df;
    border-radius: 10px;
    z-index: 0;
    pointer-events: none;
  }
  .cid-tgFaxoyT6P .dropdown-menu::before {
    content: "";
    position: absolute;
    top: 3.4rem;
    bottom: 0.8rem;
    left: 0px;
    right: 0px;
    border-radius: 10px;
    background: #022d56;
    z-index: -1;
  }
}
.cid-tgFaxoyT6P .mbr-section-title {
  font-weight: 900;
}
.cid-tgFaxoyT6P .mbr-section-subtitle {
  color: #fa9db7;
}
.cid-tgFaxoyT6P .mbr-section-btn {
  display: flex;
}
.cid-tgFaxoyT6P .dropdown-item:hover {
  color: #0da4d6 !important;
}
.cid-tgFaxoyT6P .btn-primary:hover {
  background-color: #0da4d6 !important;
  border-color: #0da4d6 !important;
}
.cid-tgFaxoyT6P .btn-warning:hover {
  background-color: #45b3df !important;
  border-color: #45b3df !important;
}
.cid-tgFaxoyT6P .dropdown-toggle::after {
  content: '+';
  border: none !important;
  top: 25% !important;
}
.cid-tgFaxoyT6P .nav-item a {
  padding: 0 0.5rem !important;
}
.cid-tgFaxoyT6P .nav-link {
  padding: 0rem 0.5rem !important;
}
.cid-tgFaxoyT6P .mbr-iconfont {
  margin: 0;
}
.cid-tgFaxoyT6P .btn-primary:focus {
  background-color: #0da4d6 !important;
  border-color: #0da4d6 !important;
}
.cid-tgFaxoyT6P .btn-warning:focus {
  background-color: #45b3df !important;
  border-color: #45b3df !important;
}
.cid-tgFaxoyT6P .navbar-dropdown.navbar-short .navbar-brand {
  padding-top: .3125rem;
  padding-bottom: .3125rem;
}
.cid-tgFaxoyT6P .navbar-dropdown .navbar-logo {
  margin-right: 0.8rem;
}
.cid-uozMqo2wvK .modal-body .close {
  background: #1b1b1b;
}
.cid-uozMqo2wvK .modal-body .close span {
  font-style: normal;
}
.cid-uozMqo2wvK .carousel-inner > .active,
.cid-uozMqo2wvK .carousel-inner > .next,
.cid-uozMqo2wvK .carousel-inner > .prev {
  display: table;
}
.cid-uozMqo2wvK .mbr-iconfont {
  font-family: 'Moririse2' !important;
}
.cid-uozMqo2wvK .mbri-right:before {
  content: "\e909";
  font-weight: 900;
  padding-left: 5px;
}
.cid-uozMqo2wvK .mbri-left:before {
  content: "\e90a";
  font-weight: 900;
  padding-right: 5px;
}
.cid-uozMqo2wvK .carousel-control,
.cid-uozMqo2wvK .carousel-indicators li {
  background-color: #0da4d6 !important;
  opacity: 0.7!important;
  border: none;
}
.cid-uozMqo2wvK .carousel-control:hover,
.cid-uozMqo2wvK .carousel-indicators li:hover {
  transform: scale(1.1);
  opacity: 1!important;
}
.cid-uozMqo2wvK .carousel-control .active,
.cid-uozMqo2wvK .carousel-indicators li .active {
  transform: scale(1.1);
  opacity: 1!important;
}
.cid-uozMqo2wvK .carousel-indicators .active {
  transform: scale(1.1);
  opacity: 1!important;
}
.cid-uozMqo2wvK .carousel-control .icon-next,
.cid-uozMqo2wvK .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-uozMqo2wvK .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-uozMqo2wvK .col-10 {
  max-width: 900px;
  margin: auto;
}
@media (max-width: 992px) {
  .cid-uozMqo2wvK .col-10 {
    max-width: 500px;
  }
}
@media (max-width: 576px) {
  .cid-uozMqo2wvK .carousel-control {
    width: 40px!important;
    height: 40px!important;
  }
  .cid-uozMqo2wvK .mbr-iconfont {
    font-size: 1rem!important;
  }
}
@media (max-width: 767px) {
  .cid-uozMqo2wvK .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uozMqo2wvK .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-uozMqo2wvK .boxed-slider > div {
  position: relative;
}
.cid-uozMqo2wvK .container img {
  width: 100%;
}
.cid-uozMqo2wvK .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-uozMqo2wvK .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-uozMqo2wvK .mbr-table-cell {
  padding: 0;
}
.cid-uozMqo2wvK .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uozMqo2wvK .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-uozMqo2wvK .mbr-overlay {
  z-index: 1;
}
.cid-uozMqo2wvK .container-slide.container {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-uozMqo2wvK .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-uozMqo2wvK .carousel-item .container {
    width: 100%;
  }
}
.cid-uozMqo2wvK .carousel-item-next.carousel-item-left,
.cid-uozMqo2wvK .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-uozMqo2wvK .active.carousel-item-right,
.cid-uozMqo2wvK .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-uozMqo2wvK .active.carousel-item-left,
.cid-uozMqo2wvK .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-uozMqo2wvK .mbr-slider .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  transition: all .3s;
}
.cid-uozMqo2wvK .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uozMqo2wvK .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uozMqo2wvK .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .cid-uozMqo2wvK .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uozMqo2wvK .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-uozMqo2wvK .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: 0px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-uozMqo2wvK .mbr-slider .carousel-indicators li.active,
.cid-uozMqo2wvK .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-uozMqo2wvK .mbr-slider .carousel-indicators li::after,
.cid-uozMqo2wvK .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-uozMqo2wvK .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-uozMqo2wvK .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-uozMqo2wvK .mbr-slider > .container img {
  width: 100%;
}
.cid-uozMqo2wvK .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-uozMqo2wvK .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-uozMqo2wvK .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uozMqo2wvK .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-uozMqo2wvK .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-uozMqo2wvK .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-uozMqo2wvK .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-uozMqo2wvK .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-uozMqo2wvK .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-uozMqo2wvK .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-uozMqo2wvK .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-uozMqo2wvK .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-uozMqo2wvK .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-tjpZFkKIM5 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tjpZFkKIM5 {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
.cid-tjpZFkKIM5 .mbr-text {
  margin-top: 2rem;
  color: #70747f;
  text-align: center;
}
.cid-tjpZFkKIM5 .containera-fluid {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.cid-tjpZFkKIM5 .row {
  margin: 0;
}
.cid-tgFaBw8YaA {
  background-color: #ffffff;
}
.cid-tgFaBw8YaA .mbr-text {
  text-align: center;
  padding: 0 2rem;
}
.cid-tgFaBw8YaA h4 {
  text-align: center;
}
.cid-tgFaBw8YaA p {
  text-align: center;
  margin: 0;
}
.cid-tgFaBw8YaA .row {
  justify-content: center;
}
.cid-tgFaBw8YaA .mbr-iconfont {
  transition: all 0.3s;
  color: #fff;
  font-size: 2rem;
  margin-left: 1rem;
}
.cid-tgFaBw8YaA .mbr-fonts-style {
  color: #fff;
}
.cid-tgFaBw8YaA .card-inner {
  border-radius: 30px;
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.cid-tgFaBw8YaA .card-inner1 {
  background: #0da4d6;
}
.cid-tgFaBw8YaA .card-inner2 {
  background: #0da4d6;
}
.cid-tgFaBw8YaA .card-inner3 {
  background: #0da4d6;
}
.cid-tgFaBw8YaA img {
  width: auto;
  height: 140px;
  margin-top: 1rem;
}
.cid-tgFaBw8YaA .card {
  border-radius: 30px;
  align-items: center;
  position: relative;
}
.cid-tgFaBw8YaA .container-fluid {
  max-width: 1200px;
}
.cid-tgFaBw8YaA .btn {
  color: #fff;
}
.cid-tgFaBw8YaA .mbr-section-btn {
  display: flex;
  align-items: center;
  margin-bottom: 3.5rem;
}
.cid-tgFaBw8YaA .mbr-section-btn:hover .icon-btn {
  transform: rotateZ(180deg);
}
@media (max-width: 767px) {
  .cid-tgFaBw8YaA {
    padding-top: 75px;
    padding-bottom: 105px;
  }
  .cid-tgFaBw8YaA .card {
    margin-bottom: 1rem;
  }
  .cid-tgFaBw8YaA .card-1 {
    margin-right: 0rem;
  }
  .cid-tgFaBw8YaA .card-3 {
    margin-left: 0rem;
  }
}
@media (min-width: 767px) {
  .cid-tgFaBw8YaA .container-fluid {
    padding: 0 1.5rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-tgFaBw8YaA {
    padding-top: 75px;
    padding-bottom: 105px;
  }
  .cid-tgFaBw8YaA .card {
    margin-bottom: 1rem;
  }
  .cid-tgFaBw8YaA .card-1 {
    margin-right: 0rem;
  }
  .cid-tgFaBw8YaA .card-3 {
    margin-left: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-tgFaBw8YaA {
    padding-top: 75px;
    padding-bottom: 105px;
  }
}
.cid-tgFaBw8YaA .icon-btn {
  transition: 0.3s;
  line-height: 0;
}
.cid-tgFaBw8YaA .card-img {
  text-align: center;
  margin-top: 2.5rem;
}
.cid-tgFaBw8YaA .inner-dashed-border {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.cid-tgFaBw8YaA .card:hover .inner-dashed-border {
  animation-play-state: running;
  stroke: #ffffff;
}
@keyframes dashed_border_running {
  100% {
    stroke-dashoffset: -1000;
  }
}
.cid-tgFaBw8YaA svg {
  position: relative;
}
.cid-tgFaBw8YaA rect {
  position: absolute;
}
.cid-tgFaBw8YaA .circle-icon {
  display: flex;
  justify-content: center;
  width: 100%;
  position: relative;
}
.cid-tgFaBw8YaA .svg1 {
  padding: 1.5rem;
  position: absolute;
  z-index: -1;
}
.cid-tgFaBw8YaA .svg1 rect {
  width: calc(100% - 4px);
  height: calc(100% - 4px);
}
.cid-tgFaBw8YaA .card-box {
  width: 100%;
}
.cid-tgFaBw8YaA .btn-underline {
  display: flex;
  align-items: center;
  margin-top: 1rem;
  font-weight: 700;
  margin-left: auto;
  margin-right: auto;
}
.cid-tgFaABEhD8 {
  padding-top: 105px;
  padding-bottom: 150px;
  background-color: #efefef;
}
@media (max-width: 767px) {
  .cid-tgFaABEhD8 {
    padding-top: 70px;
    padding-bottom: 100px;
  }
}
.cid-tgFaABEhD8 img {
  width: 100%;
  border-radius: 30px;
  transform: translate(1%, 5%);
}
@media (max-width: 767px) {
  .cid-tgFaABEhD8 .imageContainer {
    margin-left: 1rem;
    margin-bottom: 3rem;
  }
  .cid-tgFaABEhD8 .container-fluid {
    padding: 0 1rem;
  }
  .cid-tgFaABEhD8 .mbr-section-btn {
    text-align: center;
  }
  .cid-tgFaABEhD8 .mbr-section-title {
    text-align: center;
  }
  .cid-tgFaABEhD8 .mbr-section-subtitle {
    text-align: center;
  }
  .cid-tgFaABEhD8 .right-wrapper {
    text-align: center;
  }
}
@media (min-width: 767px) {
  .cid-tgFaABEhD8 .container-fluid {
    padding: 0 1.4rem;
  }
  .cid-tgFaABEhD8 .right-wrapper {
    padding-left: 5rem;
    text-align: left;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-tgFaABEhD8 .imageContainer {
    margin-bottom: 4.2rem;
  }
  .cid-tgFaABEhD8 .right-wrapper {
    padding-left: 1.2rem;
  }
}
@media (min-width: 992px) {
  .cid-tgFaABEhD8 img {
    width: 100%;
  }
  .cid-tgFaABEhD8 .mbr-section-btn {
    margin-left: 1px;
  }
}
.cid-tgFaABEhD8 .btn {
  padding: 0.7rem 2.4rem;
  margin: 0;
  position: relative;
}
.cid-tgFaABEhD8 .container-fluid {
  max-width: 1200px;
}
.cid-tgFaABEhD8 .mbr-text {
  margin-top: 1.5rem;
  margin-bottom: 2.5rem;
}
@media (max-width: 1200px) {
  .cid-tgFaABEhD8 .imageContainer {
    display: inline-block;
    position: relative;
    z-index: 0;
  }
  .cid-tgFaABEhD8 .imageContainer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 96%;
    height: 100%;
    border: 2px dashed #45b3df;
    border-radius: 30px;
    z-index: -1;
  }
}
@media (min-width: 1200px) {
  .cid-tgFaABEhD8 .imageContainer {
    display: inline-block;
    position: relative;
    z-index: 0;
  }
  .cid-tgFaABEhD8 .imageContainer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 96%;
    height: 100%;
    border: 2px dashed #45b3df;
    border-radius: 30px;
    z-index: -1;
  }
}
.cid-tgFaABEhD8 .inner-dashed-border {
  stroke: #ffffff;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.cid-tgFaABEhD8 .button-svg:hover .inner-dashed-border {
  animation-play-state: running;
  stroke: #ffffff;
}
@keyframes dashed_border_running {
  100% {
    stroke-dashoffset: -1000;
  }
}
.cid-tgFaABEhD8 .svg1 {
  position: absolute;
  padding: 2px;
}
.cid-tgFaABEhD8 .svg1 rect {
  width: calc(100% - 4px);
  height: calc(100% - 4px);
}
.cid-tgFaCDAkoR {
  background-color: #ffffff;
}
.cid-tgFaCDAkoR .text-top {
  color: #767676;
  margin-top: 2rem;
  margin-left: auto;
  margin-right: auto;
}
.cid-tgFaCDAkoR .card {
  margin-bottom: 1rem;
}
.cid-tgFaCDAkoR .row {
  justify-content: center;
}
.cid-tgFaCDAkoR .card-title {
  color: #12265a;
  transition: 0.5s;
}
.cid-tgFaCDAkoR .card-title:hover {
  color: #45b3df;
}
.cid-tgFaCDAkoR img {
  width: 80px;
}
.cid-tgFaCDAkoR .item-image {
  margin-right: 1rem;
}
.cid-tgFaCDAkoR .container-fluid {
  max-width: 1200px;
}
@media (max-width: 767px) {
  .cid-tgFaCDAkoR {
    padding-top: 70px;
    padding-bottom: 15px;
  }
  .cid-tgFaCDAkoR .container-fluid {
    padding: 0 1rem;
  }
  .cid-tgFaCDAkoR .container {
    padding: 0rem;
  }
  .cid-tgFaCDAkoR .col-12 {
    padding: 0;
  }
  .cid-tgFaCDAkoR .mbr-section-title {
    margin: 0;
    margin-left: 0px;
    margin-right: 0px;
  }
  .cid-tgFaCDAkoR .card {
    display: flex;
    flex-direction: column;
    text-align: center;
  }
  .cid-tgFaCDAkoR .card-title {
    margin-top: 2rem;
  }
}
@media (min-width: 767px) {
  .cid-tgFaCDAkoR {
    padding-top: 105px;
    padding-bottom: 75px;
  }
  .cid-tgFaCDAkoR .container-fluid {
    padding: 0 1.5rem;
  }
  .cid-tgFaCDAkoR .mbr-section-title {
    margin-left: -12px;
    margin-right: -12px;
  }
  .cid-tgFaCDAkoR .card {
    display: flex;
    flex-direction: row;
  }
}
.cid-tgFaCDAkoR .container {
  margin-bottom: 1.5rem;
}
.cid-thUyQvkBxD {
  background-color: #ffffff;
}
.cid-thUyQvkBxD .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-thUyQvkBxD .carousel-item > div {
  width: 100%;
}
.cid-thUyQvkBxD .carousel-item.active,
.cid-thUyQvkBxD .carousel-item-next,
.cid-thUyQvkBxD .carousel-item-prev {
  display: flex;
}
.cid-thUyQvkBxD .carousel-controls a {
  transition: opacity .5s;
  font-size: 1.2rem;
}
.cid-thUyQvkBxD .carousel-controls a span {
  padding: 15px;
  border-radius: 50%;
  opacity: .9;
}
.cid-thUyQvkBxD .carousel-controls a:hover span {
  opacity: 1;
}
.cid-thUyQvkBxD .signature,
.cid-thUyQvkBxD .desk {
  margin: 0;
}
.cid-thUyQvkBxD .mbr-text {
  border-radius: 30px;
  color: #ffffff;
  position: relative;
}
.cid-thUyQvkBxD .mbr-text1 {
  background-color: #45b3df;
}
.cid-thUyQvkBxD .mbr-text2 {
  background-color: #022d56;
}
.cid-thUyQvkBxD .mbr-text3 {
  background-color: #0da4d6;
}
.cid-thUyQvkBxD .mbr-section-subtitle {
  margin-top: 2rem;
  margin-bottom: 1.3rem;
  margin-right: auto;
  margin-left: auto;
  color: #70747f;
}
.cid-thUyQvkBxD .img-block {
  display: flex;
  justify-content: center;
  margin-top: 2rem;
  align-items: center;
}
.cid-thUyQvkBxD img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin: 0;
}
.cid-thUyQvkBxD .title-block {
  margin-left: 1rem;
}
.cid-thUyQvkBxD h4 {
  font-weight: 900;
  color: #12265a;
}
.cid-thUyQvkBxD .quote_svg {
  position: absolute;
  top: calc(96%);
  width: 30px;
  transition: inherit;
  left: 40px;
}
.cid-thUyQvkBxD .quote_svg1 {
  fill: #45b3df;
}
.cid-thUyQvkBxD .quote_svg2 {
  fill: #022d56;
}
.cid-thUyQvkBxD .quote_svg3 {
  fill: #0da4d6;
}
.cid-thUyQvkBxD .mbr-text::after {
  content: '“';
  display: inline-block;
  position: absolute;
  top: -1rem;
  left: 1rem;
  font-size: 15rem;
  line-height: 1;
  text-align: center;
  transition: inherit;
  color: rgba(255, 255, 255, 0.23);
}
.cid-thUyQvkBxD .carousel-indicators li {
  background-color: #1e43a0;
  width: 10px;
  height: 10px;
  border: none;
  border-radius: 50%;
}
.cid-thUyQvkBxD .carousel-indicators {
  position: absolute;
  margin-top: 2rem;
  bottom: 0rem;
}
.cid-thUyQvkBxD ol {
  margin-bottom: 0;
}
.cid-thUyQvkBxD .carousel {
  display: flex;
  overflow: hidden;
  padding-bottom: 3rem;
}
@media (max-width: 767px) {
  .cid-thUyQvkBxD {
    padding-top: 40px;
    padding-bottom: 60px;
  }
  .cid-thUyQvkBxD .container-fluid {
    padding: 0 1rem;
  }
  .cid-thUyQvkBxD .col-md-4 {
    padding: 0;
  }
  .cid-thUyQvkBxD .mbr-text {
    padding: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-thUyQvkBxD {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .cid-thUyQvkBxD .container-fluid {
    padding: 0 0.5rem;
  }
  .cid-thUyQvkBxD .mbr-text {
    padding: 2rem;
  }
}
.cid-thUyQvkBxD .container-fluid {
  max-width: 1200px;
}
.cid-tkIlCvkqRi {
  padding-top: 45px;
  padding-bottom: 45px;
  background: #ffffff;
}
.cid-tkIlCvkqRi .mbr-section-subtitle {
  color: #cccccc;
}
.cid-tkIlCvkqRi h2 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 2rem;
  letter-spacing: 4px;
}
.cid-tkIlCvkqRi h2:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tkIlCvkqRi h2:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tkIlCvkqRi .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #0da4d6;
  margin: 15px 0.5rem;
  display: block;
}
.cid-tkIlCvkqRi .mbr-iconfont-social:before {
  padding: 0.6rem;
  border: 2px solid;
  border-radius: 100px;
  transition: all 0.3s;
}
.cid-tkIlCvkqRi .mbr-iconfont-social:hover {
  color: #ffffff;
}
.cid-tkIlCvkqRi .mbr-iconfont-social:hover:before {
  background: #0da4d6;
  transition: all 0.3s;
  border-color: transparent;
}
.cid-tkIlCvkqRi .social-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-tkIlCvkqRi .social-list a:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .cid-tkIlCvkqRi .mbr-iconfont-social {
    margin-left: 0.2rem;
    margin-right: 0.2rem;
  }
}
.cid-tkIlCvkqRi .mbr-section-title,
.cid-tkIlCvkqRi .social-list {
  color: #000000;
}
@media (max-width: 768px) {
  .cid-tkIlCvkqRi h2:before,
  .cid-tkIlCvkqRi h2:after {
    display: none;
  }
}
.cid-tiaMiOh3PC {
  background-color: #f4e80b;
}
.cid-tiaMiOh3PC .mbr-text {
  text-align: left;
}
.cid-tiaMiOh3PC h4 {
  text-align: center;
  margin-bottom: 0;
}
.cid-tiaMiOh3PC p {
  text-align: center;
  margin: 0;
}
.cid-tiaMiOh3PC .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-tiaMiOh3PC .mbr-iconfont {
  transition: all 0.3s;
  font-size: 2rem;
}
.cid-tiaMiOh3PC .card-title {
  color: #12265a;
  text-align: left;
}
.cid-tiaMiOh3PC .card {
  border-radius: 30px;
  align-items: center;
  position: relative;
  transition: 0.4s;
  z-index: 1;
  padding: 0.8rem;
}
.cid-tiaMiOh3PC img {
  width: auto;
  height: 180px;
  margin-top: 1rem;
}
.cid-tiaMiOh3PC .card:hover {
  transform: translateY(-20px);
}
.cid-tiaMiOh3PC .container-fluid {
  max-width: 1200px;
}
.cid-tiaMiOh3PC .btn {
  color: #fff;
  padding-left: 0;
  padding-right: 0;
  line-height: 1.5rem;
}
.cid-tiaMiOh3PC .mbr-section-btn {
  display: flex;
  align-items: center;
  margin-bottom: 1.6rem;
}
.cid-tiaMiOh3PC .mbr-section-btn:hover .icon-btn {
  transform: rotateZ(180deg);
}
@media (min-width: 992px) {
  .cid-tiaMiOh3PC {
    padding-top: 180px;
    padding-bottom: 180px;
  }
}
.cid-tiaMiOh3PC .icon-btn {
  transition: 0.3s;
  line-height: 0;
}
.cid-tiaMiOh3PC .card-img {
  text-align: center;
}
.cid-tiaMiOh3PC .inner-dashed-border {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.cid-tiaMiOh3PC .card:hover .inner-dashed-border {
  animation-play-state: running;
}
.cid-tiaMiOh3PC .card .svg1 {
  stroke: #022d56;
}
.cid-tiaMiOh3PC .card .svg2 {
  stroke: #45b3df;
}
.cid-tiaMiOh3PC .card .svg3 {
  stroke: #0da4d6;
}
@keyframes dashed_border_running {
  100% {
    stroke-dashoffset: -1000;
  }
}
.cid-tiaMiOh3PC svg {
  position: relative;
}
.cid-tiaMiOh3PC rect {
  position: absolute;
}
.cid-tiaMiOh3PC .wgl-icon {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin-right: 2rem;
  margin-left: 2rem;
  position: relative;
}
.cid-tiaMiOh3PC .wgl-icon1 {
  background-color: #022d56;
}
.cid-tiaMiOh3PC .wgl-icon2 {
  background-color: #45b3df;
}
.cid-tiaMiOh3PC .wgl-icon3 {
  background-color: #0da4d6;
}
.cid-tiaMiOh3PC .circle-icon {
  display: flex;
  align-items: center;
  height: 100%;
  justify-content: center;
  width: 100%;
  position: relative;
  background-color: #fff;
  z-index: -1;
  border-radius: 30px;
  padding: 1rem;
}
.cid-tiaMiOh3PC .icon1 {
  font-size: 1.3rem;
  font-weight: 900;
  color: #fff;
  position: absolute;
  top: 10px;
  left: 10px;
}
.cid-tiaMiOh3PC .svg-1 {
  position: absolute;
  bottom: 0;
}
.cid-tiaMiOh3PC .svg-1 path {
  fill: #ffffff;
}
.cid-tiaMiOh3PC .svg-2 {
  position: absolute;
  top: 0;
}
.cid-tiaMiOh3PC .svg-2 path {
  fill: #ffffff;
}
.cid-tiaMiOh3PC .svg1,
.cid-tiaMiOh3PC .svg2,
.cid-tiaMiOh3PC .svg3 {
  position: absolute;
  z-index: -1;
  padding: 1rem;
}
.cid-tiaMiOh3PC .svg1 rect,
.cid-tiaMiOh3PC .svg2 rect,
.cid-tiaMiOh3PC .svg3 rect {
  width: calc(100% - 4px);
  height: calc(100% - 4px);
}
.cid-tiaMiOh3PC .card-box {
  margin-top: 1.7rem;
  margin-bottom: 1rem;
}
.cid-tiaMiOh3PC .row {
  justify-content: center;
}
@media (min-width: 767px) {
  .cid-tiaMiOh3PC .container-fluid {
    padding: 0 1.5rem;
  }
}
.cid-tgFaQDlJKG {
  background-color: #0da4d6;
}
.cid-tgFaQDlJKG svg {
  position: absolute;
  top: 0;
}
.cid-tgFaQDlJKG .svg-1 {
  fill: #ffffff;
}
.cid-tgFaQDlJKG .container-fluid {
  max-width: 1200px;
}
@media (max-width: 767px) {
  .cid-tgFaQDlJKG {
    padding-top: 12px;
    padding-bottom: 4px;
  }
}
@media (min-width: 767px) {
  .cid-tgFaQDlJKG {
    padding-top: 90px;
    padding-bottom: 30px;
  }
}
.cid-tgFaQDlJKG .mbr-text {
  color: #b1bee0;
}
.cid-tgFaQDlJKG a {
  text-decoration: underline;
}
.cid-tgFaQDlJKG a,
.cid-tgFaQDlJKG a:hover {
  font-weight: 400 !important;
}
.cid-tgFaQDlJKG .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-thfD5YAY1A {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-thfD5YAY1A .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
}
.cid-thfD5YAY1A .navbar {
  display: flex;
  flex-wrap: nowrap;
  background: #022d56;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-thfD5YAY1A .navbar-dropdown.bg-color.transparent.opened {
  background: #022d56;
}
.cid-thfD5YAY1A a {
  font-style: normal;
}
.cid-thfD5YAY1A .show {
  overflow: visible;
}
.cid-thfD5YAY1A .dropdown-menu {
  border-radius: 20px;
  min-width: 250px;
}
.cid-thfD5YAY1A .dropdown-item:active {
  background-color: transparent;
}
.cid-thfD5YAY1A .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-thfD5YAY1A .nav-item a {
  display: -webkit-flex;
  align-items: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
}
.cid-thfD5YAY1A .nav-item:focus,
.cid-thfD5YAY1A .nav-link:focus {
  outline: none;
}
.cid-thfD5YAY1A .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  border: 1px solid #7a7b7e;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  padding: 0;
}
.cid-thfD5YAY1A .btn .mbr-iconfont {
  font-size: 1.5rem;
}
.cid-thfD5YAY1A .menu-logo .navbar-brand {
  display: flex;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-thfD5YAY1A .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-thfD5YAY1A .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-thfD5YAY1A .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-thfD5YAY1A .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-thfD5YAY1A .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-thfD5YAY1A .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-thfD5YAY1A .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-thfD5YAY1A .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-thfD5YAY1A .dropdown .dropdown-menu {
  background: transparent;
  display: none;
  position: absolute;
  padding-top: 4.5rem;
  padding-bottom: 2rem;
  text-align: left;
}
.cid-thfD5YAY1A .dropdown .dropdown-menu > .dropdown > .dropdown-item,
.cid-thfD5YAY1A .dropdown .dropdown-menu > .dropdown-item {
  font-weight: 900;
  font-family: 'Nunito', sans-serif;
  width: auto;
  padding: 4px 30px !important;
  margin: 0 !important;
}
.cid-thfD5YAY1A .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-thfD5YAY1A .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-thfD5YAY1A .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: none;
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-thfD5YAY1A button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
  position: absolute;
  left: 1rem;
}
.cid-thfD5YAY1A button.navbar-toggler:focus {
  outline: none;
}
.cid-thfD5YAY1A button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-thfD5YAY1A button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-thfD5YAY1A button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-thfD5YAY1A button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-thfD5YAY1A button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-thfD5YAY1A nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-thfD5YAY1A nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-thfD5YAY1A nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-thfD5YAY1A nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-thfD5YAY1A .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-thfD5YAY1A .collapsed .btn {
  display: -webkit-flex;
}
.cid-thfD5YAY1A .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-thfD5YAY1A .collapsed .navbar-collapse.collapsing,
.cid-thfD5YAY1A .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-thfD5YAY1A .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-thfD5YAY1A .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-thfD5YAY1A .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-thfD5YAY1A .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-thfD5YAY1A .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-thfD5YAY1A .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-thfD5YAY1A .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-thfD5YAY1A .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-thfD5YAY1A .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 88.75vh;
  }
}
.cid-thfD5YAY1A .collapsed button.navbar-toggler {
  display: block;
}
.cid-thfD5YAY1A .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-thfD5YAY1A .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-thfD5YAY1A .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-thfD5YAY1A .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-thfD5YAY1A .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-thfD5YAY1A .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: 991px) {
  .cid-thfD5YAY1A.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-thfD5YAY1A img {
    height: 3.8rem !important;
  }
  .cid-thfD5YAY1A .btn {
    display: -webkit-flex;
  }
  .cid-thfD5YAY1A button.navbar-toggler {
    display: block;
  }
  .cid-thfD5YAY1A .navbar-brand {
    margin-left: 3.5rem !important;
  }
  .cid-thfD5YAY1A .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-thfD5YAY1A .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-thfD5YAY1A .navbar-collapse.collapsing,
  .cid-thfD5YAY1A .navbar-collapse.show {
    display: block !important;
  }
  .cid-thfD5YAY1A .navbar-collapse.collapsing .navbar-nav,
  .cid-thfD5YAY1A .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-thfD5YAY1A .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-thfD5YAY1A .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-thfD5YAY1A .navbar-collapse.collapsing .navbar-buttons,
  .cid-thfD5YAY1A .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-thfD5YAY1A .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-thfD5YAY1A .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-thfD5YAY1A .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-thfD5YAY1A .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-thfD5YAY1A .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-thfD5YAY1A .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: 767px) {
  .cid-thfD5YAY1A .navbar-collapse {
    max-height: 100vh !important;
  }
  .cid-thfD5YAY1A .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    color: #fff;
  }
  .cid-thfD5YAY1A .nav-link {
    justify-content: start!important;
  }
  .cid-thfD5YAY1A .navbar.opened {
    height: 100%;
  }
  .cid-thfD5YAY1A .navbar-toggleable-sm {
    width: 100%!important;
  }
  .cid-thfD5YAY1A .dropdown-menu {
    box-shadow: none !important;
    background: #313131 !important;
  }
}
@media (min-width: 767px) {
  .cid-thfD5YAY1A .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-thfD5YAY1A .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-thfD5YAY1A .link {
  color: #12265a;
  font-weight: 900;
  font-family: 'Nunito', sans-serif;
  transition: 0.4s;
}
.cid-thfD5YAY1A .span-link {
  padding: 0 0.5rem;
}
.cid-thfD5YAY1A .btn1::before {
  content: '';
  position: absolute;
  top: -7px;
  left: -7px;
  width: 52px;
  height: 52px;
  border: 2px dashed #0da4d6;
  border-radius: 30px;
  animation: spin_left 5s linear infinite;
  animation-play-state: paused;
}
.cid-thfD5YAY1A .btn2::before {
  content: '';
  position: absolute;
  top: -7px;
  left: -7px;
  width: 52px;
  height: 52px;
  border: 2px dashed #45b3df;
  border-radius: 30px;
  animation: spin_left 5s linear infinite;
  animation-play-state: paused;
}
.cid-thfD5YAY1A .btn:hover::before {
  animation-play-state: running;
}
@keyframes spin_left {
  0% {
    transform: rotate(360deg);
  }
}
.cid-thfD5YAY1A .navbar-caption {
  color: #efefef;
  font-weight: 900;
  font-family: 'Nunito', sans-serif;
}
.cid-thfD5YAY1A .navbar-caption:hover {
  color: #45b3df;
}
.cid-thfD5YAY1A .container-fluid {
  max-width: 1200px;
}
@media (max-width: 992px) {
  .cid-thfD5YAY1A .navbar-collapse.show {
    overflow: visible !important;
  }
  .cid-thfD5YAY1A .dropdown-item {
    color: #fff;
  }
  .cid-thfD5YAY1A .nav-item.open .nav-link,
  .cid-thfD5YAY1A .link:hover {
    color: #fff;
    background: #0da4d6;
    border-radius: 5px;
  }
  .cid-thfD5YAY1A .link:active {
    color: #fff !important;
  }
  .cid-thfD5YAY1A .logo-name {
    margin-top: 0.5rem;
  }
  .cid-thfD5YAY1A .navbar-brand {
    justify-content: center;
  }
  .cid-thfD5YAY1A .mbr-section-btn {
    order: 1;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .cid-thfD5YAY1A .nav-item a {
    margin: 0 0.5rem !important;
  }
  .cid-thfD5YAY1A .navbar-nav .nav-link {
    color: #fff;
    display: inline-block;
  }
  .cid-thfD5YAY1A .navbar-collapse {
    background-color: #313131;
    order: 2;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cid-thfD5YAY1A .navbar {
    height: 90px;
  }
  .cid-thfD5YAY1A .menu-logo {
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
  .cid-thfD5YAY1A .btn1 {
    display: none;
  }
  .cid-thfD5YAY1A .mbr-section-title {
    color: #fff;
  }
  .cid-thfD5YAY1A .container-fluid {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .cid-thfD5YAY1A .navbar-toggleable-sm {
    background-color: #313131;
  }
  .cid-thfD5YAY1A .span-link {
    color: #fff;
  }
  .cid-thfD5YAY1A .navbar-collapse.show .navbar-nav {
    text-align: left;
  }
}
@media (min-width: 992px) {
  .cid-thfD5YAY1A .dropdown-item {
    color: #12265a;
  }
  .cid-thfD5YAY1A .nav-item.open .nav-link,
  .cid-thfD5YAY1A .link:hover {
    color: #efefef !important;
    background: #0da4d6;
    border-radius: 5px;
  }
  .cid-thfD5YAY1A .logo-name {
    margin-top: 2rem;
  }
  .cid-thfD5YAY1A .navbar-collapse {
    justify-content: space-between;
  }
  .cid-thfD5YAY1A .navbar-nav {
    margin-left: auto;
    margin-right: auto;
  }
  .cid-thfD5YAY1A .container-fluid {
    padding: 0 1rem;
  }
  .cid-thfD5YAY1A .dropdown-menu::after {
    content: '';
    position: absolute;
    top: 4rem;
    bottom: 1.4rem;
    left: 10px;
    right: 10px;
    border: 2px dashed #45b3df;
    border-radius: 10px;
    z-index: 0;
    pointer-events: none;
  }
  .cid-thfD5YAY1A .dropdown-menu::before {
    content: "";
    position: absolute;
    top: 3.4rem;
    bottom: 0.8rem;
    left: 0px;
    right: 0px;
    border-radius: 10px;
    background: #022d56;
    z-index: -1;
  }
}
.cid-thfD5YAY1A .mbr-section-title {
  font-weight: 900;
}
.cid-thfD5YAY1A .mbr-section-subtitle {
  color: #fa9db7;
}
.cid-thfD5YAY1A .mbr-section-btn {
  display: flex;
}
.cid-thfD5YAY1A .dropdown-item:hover {
  color: #0da4d6 !important;
}
.cid-thfD5YAY1A .btn-primary:hover {
  background-color: #0da4d6 !important;
  border-color: #0da4d6 !important;
}
.cid-thfD5YAY1A .btn-warning:hover {
  background-color: #45b3df !important;
  border-color: #45b3df !important;
}
.cid-thfD5YAY1A .dropdown-toggle::after {
  content: '+';
  border: none !important;
  top: 25% !important;
}
.cid-thfD5YAY1A .nav-item a {
  padding: 0 0.5rem !important;
}
.cid-thfD5YAY1A .nav-link {
  padding: 0rem 0.5rem !important;
}
.cid-thfD5YAY1A .mbr-iconfont {
  margin: 0;
}
.cid-thfD5YAY1A .btn-primary:focus {
  background-color: #0da4d6 !important;
  border-color: #0da4d6 !important;
}
.cid-thfD5YAY1A .btn-warning:focus {
  background-color: #45b3df !important;
  border-color: #45b3df !important;
}
.cid-thfD5YAY1A .navbar-dropdown.navbar-short .navbar-brand {
  padding-top: .3125rem;
  padding-bottom: .3125rem;
}
.cid-thfD5YAY1A .navbar-dropdown .navbar-logo {
  margin-right: 0.8rem;
}
.cid-thfDjA5qAb {
  padding-top: 150px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/banner-a-escola-2000x684.jpg");
}
@media (max-width: 767px) {
  .cid-thfDjA5qAb {
    padding-top: 50px;
    padding-bottom: 45px;
  }
}
.cid-thfDjA5qAb h3 {
  font-weight: 900;
  width: fit-content;
  position: relative;
  color: #fff;
}
.cid-thfDjA5qAb .btn {
  margin: 0.2rem!important;
}
@media (max-width: 767px) {
  .cid-thfDjA5qAb .mbr-iconfont2 {
    margin: 0;
  }
  .cid-thfDjA5qAb .wrapper-left {
    text-align: left;
  }
  .cid-thfDjA5qAb .number {
    margin-top: 1rem;
    display: flex;
    align-items: center;
    margin-left: -5px;
  }
  .cid-thfDjA5qAb .block {
    margin-top: 2.3rem;
    display: flex;
    flex-direction: column;
  }
  .cid-thfDjA5qAb .container-fluid {
    padding: 0 1rem;
  }
  .cid-thfDjA5qAb .mbr-section-btn {
    text-align: left;
  }
  .cid-thfDjA5qAb h3 {
    margin: auto;
    margin-bottom: 1.4rem;
  }
  .cid-thfDjA5qAb h3:before {
    position: absolute;
    content: '';
    left: -60px;
    top: 0;
    margin: auto;
    bottom: 0;
    width: 40px;
    height: 1px;
    background: currentColor;
  }
}
@media (min-width: 767px) {
  .cid-thfDjA5qAb .mbr-iconfont2 {
    margin-left: 1rem;
  }
  .cid-thfDjA5qAb .number {
    display: flex;
    align-items: center;
  }
  .cid-thfDjA5qAb .block {
    margin-top: 2.3rem;
    display: inline-flex;
    align-items: center;
  }
  .cid-thfDjA5qAb .container-fluid {
    padding: 0 1.5rem;
  }
}
.cid-thfDjA5qAb .mbr-section-subtitle {
  background-color: #034c92;
  padding: 0.4rem 1rem;
  border-radius: 15px;
  display: inline-block;
}
.cid-thfDjA5qAb .mbr-section-title {
  background-color: #5bbce3;
  padding: 0.4rem 1rem;
  border-radius: 15px;
  margin-bottom: 1.3rem;
  display: inline-block;
}
.cid-thfDjA5qAb h1 {
  margin-left: -4px;
  margin-bottom: 0.1rem;
}
.cid-thfDjA5qAb p {
  margin-bottom: 1.3rem;
}
.cid-thfDjA5qAb .container-fluid {
  max-width: 1200px;
}
.cid-thfDjA5qAb .telephone {
  color: #12265a;
  transition: 0.5s;
}
.cid-thfDjA5qAb .telephone:hover {
  color: #45b3df;
}
.cid-thfDjA5qAb .icon-btn {
  color: #fa9db7;
}
.cid-thfDjA5qAb .mbr-iconfont2 {
  font-size: 2.5rem;
  color: #45b3df;
}
.cid-thfDjA5qAb h4 {
  margin-bottom: 0;
}
.cid-thfERKWhI8 {
  background-color: #ffffff;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-thfERKWhI8 .mbr-section-title {
  color: #12265a;
}
.cid-thfERKWhI8 .nav {
  border: 2px dashed #45b3df;
  border-radius: 30px;
}
.cid-thfERKWhI8 .nav-tabs {
  display: table;
  margin-top: 2rem;
  margin-bottom: 2rem;
  padding: 3px;
}
.cid-thfERKWhI8 .nav-tabs .nav-item {
  display: table-cell;
}
.cid-thfERKWhI8 .card-img {
  overflow: hidden;
  border-radius: 30px;
}
.cid-thfERKWhI8 .tab-content {
  display: flex;
  border-radius: 30px;
  align-items: center;
}
.cid-thfERKWhI8 .nav-tabs .nav-link {
  display: block;
  color: #022d56;
  box-sizing: border-box;
  font-style: normal;
  background: #f4f8fa;
  font-weight: 900;
  margin: 0px;
  border-radius: 30px !important;
  transition: all .3s;
  border: none;
  text-align: center;
}
.cid-thfERKWhI8 .nav-tabs .nav-link:hover {
  background-color: none;
  color: #45b3df;
}
.cid-thfERKWhI8 .nav-tabs .nav-link.active {
  color: #ffffff;
  font-style: normal;
  background: #45b3df;
  border-bottom: none;
}
.cid-thfERKWhI8 .nav-tabs .nav-link span {
  margin-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-thfERKWhI8 {
    padding-top: 56px;
    padding-bottom: 40px;
  }
  .cid-thfERKWhI8 .mbr-section-title {
    text-align: center;
  }
  .cid-thfERKWhI8 .mbr-section-subtitle {
    text-align: center;
  }
  .cid-thfERKWhI8 .nav-tabs {
    width: 100%;
  }
  .cid-thfERKWhI8 .container-fluid {
    padding: 0;
  }
  .cid-thfERKWhI8 .imageContainer {
    margin-left: 1rem;
  }
  .cid-thfERKWhI8 .mbr-text {
    text-align: left;
  }
  .cid-thfERKWhI8 .mbr-section-btn {
    margin: 0;
  }
}
.cid-thfERKWhI8 h4 {
  color: #12265a;
}
.cid-thfERKWhI8 img {
  width: 100%;
  border-radius: 30px;
  transform: translate(1%, 5%);
}
.cid-thfERKWhI8 .icon-img {
  display: inline-block;
  vertical-align: middle;
  width: 40px;
  height: 40px;
}
.cid-thfERKWhI8 .wrapper {
  display: block;
  width: 100%;
  margin-bottom: 1.5rem;
}
.cid-thfERKWhI8 .card-title {
  display: inline-block;
  vertical-align: bottom;
  margin-left: 1rem;
  margin-bottom: 0;
}
.cid-thfERKWhI8 .container-fluid {
  max-width: 1200px;
}
.cid-thfERKWhI8 .row {
  align-items: center;
}
@media (min-width: 767px) {
  .cid-thfERKWhI8 {
    padding-top: 105px;
    padding-bottom: 75px;
  }
  .cid-thfERKWhI8 .container-fluid {
    padding-left: 0.5rem;
  }
}
@media (max-width: 992px) {
  .cid-thfERKWhI8 .left-wrapper {
    padding-left: 1.2rem;
  }
}
@media (min-width: 992px) {
  .cid-thfERKWhI8 .left-wrapper {
    padding-left: 5rem;
    padding-right: 1rem;
  }
}
@media (max-width: 1200px) {
  .cid-thfERKWhI8 .imageContainer {
    display: inline-block;
    position: relative;
    z-index: 0;
    margin-bottom: calc(2rem + 5%);
  }
  .cid-thfERKWhI8 .imageContainer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 96%;
    height: 100%;
    border: 2px dashed #45b3df;
    border-radius: 30px;
    z-index: -1;
  }
}
@media (min-width: 1200px) {
  .cid-thfERKWhI8 .imageContainer {
    display: inline-block;
    position: relative;
    z-index: 0;
  }
  .cid-thfERKWhI8 .imageContainer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 96%;
    height: 100%;
    border: 2px dashed #45b3df;
    border-radius: 30px;
    z-index: -1;
  }
}
.cid-thfERKWhI8 .mbr-section-subtitle span {
  margin-bottom: 2rem;
}
.cid-thfERKWhI8 .btn-underline {
  display: flex;
  align-items: center;
  margin-top: 2rem;
  font-weight: 900;
}
.cid-thfERKWhI8 .mbr-iconfont {
  transition: all 0.3s;
  color: currentColor;
  font-size: 2rem;
  margin-left: 1rem;
  font-weight: 900;
}
.cid-thfERKWhI8 .mbr-section-btn:hover .icon-btn {
  transform: rotateZ(180deg);
}
.cid-thfERKWhI8 .mbr-section-btn {
  margin: 0;
}
.cid-tiaLcMiceS {
  background-color: #ffffff;
}
.cid-tiaLcMiceS .mbr-text {
  text-align: center;
}
.cid-tiaLcMiceS h4 {
  text-align: center;
  margin-bottom: 0;
}
.cid-tiaLcMiceS p {
  text-align: center;
  margin: 0;
}
.cid-tiaLcMiceS .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-tiaLcMiceS .mbr-iconfont {
  transition: all 0.3s;
}
.cid-tiaLcMiceS .card-title {
  color: #12265a;
}
.cid-tiaLcMiceS .card {
  background-color: #fff;
  border-radius: 30px;
  align-items: center;
  position: relative;
  transition: 0.4s;
  z-index: 1;
  padding: 0;
}
.cid-tiaLcMiceS .card-1 {
  margin-right: 2rem;
}
.cid-tiaLcMiceS .card-3 {
  margin-left: 2rem;
}
.cid-tiaLcMiceS .card:hover {
  transform: translateY(-20px);
}
.cid-tiaLcMiceS .container-fluid {
  max-width: 1200px;
}
.cid-tiaLcMiceS .btn {
  color: #fff;
  padding-left: 0;
  padding-right: 0;
  line-height: 1.5rem;
}
.cid-tiaLcMiceS .mbr-section-btn {
  display: flex;
  align-items: center;
  margin-bottom: 1.6rem;
}
.cid-tiaLcMiceS .mbr-section-btn:hover .icon-btn {
  transform: rotateZ(180deg);
}
@media (max-width: 767px) {
  .cid-tiaLcMiceS {
    padding-top: 28px;
    padding-bottom: 40px;
  }
  .cid-tiaLcMiceS .card {
    margin-bottom: 1rem;
  }
  .cid-tiaLcMiceS .media-container-row {
    margin: 0 0rem;
  }
  .cid-tiaLcMiceS .card-1 {
    margin-right: 0rem;
  }
  .cid-tiaLcMiceS .card-3 {
    margin-left: 0rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-tiaLcMiceS {
    padding-top: 16px;
    padding-bottom: 32px;
  }
  .cid-tiaLcMiceS .card {
    margin-bottom: 1rem;
  }
  .cid-tiaLcMiceS .media-container-row {
    margin: 0 0rem;
  }
  .cid-tiaLcMiceS .card-1 {
    margin-right: 0rem;
  }
  .cid-tiaLcMiceS .card-3 {
    margin-left: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-tiaLcMiceS {
    padding-top: 60px;
    padding-bottom: 120px;
  }
  .cid-tiaLcMiceS .card-1 {
    margin-right: 2rem;
  }
  .cid-tiaLcMiceS .card-3 {
    margin-left: 2rem;
  }
  .cid-tiaLcMiceS .container-fluid {
    padding: 0rem 3.5rem;
  }
}
.cid-tiaLcMiceS .icon-btn {
  transition: 0.3s;
  line-height: 0;
}
.cid-tiaLcMiceS .card-img {
  text-align: center;
}
.cid-tiaLcMiceS .inner-dashed-border {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.cid-tiaLcMiceS .card:hover .inner-dashed-border {
  animation-play-state: running;
}
.cid-tiaLcMiceS .card .svg1 {
  stroke: #022d56;
}
.cid-tiaLcMiceS .card .svg2 {
  stroke: #45b3df;
}
.cid-tiaLcMiceS .card .svg3 {
  stroke: #0da4d6;
}
@keyframes dashed_border_running {
  100% {
    stroke-dashoffset: -1000;
  }
}
.cid-tiaLcMiceS svg {
  position: relative;
}
.cid-tiaLcMiceS rect {
  position: absolute;
}
.cid-tiaLcMiceS .circle-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  position: relative;
}
.cid-tiaLcMiceS .icon1 {
  font-size: 2.8rem;
  font-weight: 300;
  color: #022d56;
}
.cid-tiaLcMiceS .icon2 {
  font-size: 2.8rem;
  font-weight: 300;
  color: #45b3df;
}
.cid-tiaLcMiceS .icon3 {
  font-size: 2.8rem;
  font-weight: 300;
  color: #0da4d6;
}
.cid-tiaLcMiceS .svg1,
.cid-tiaLcMiceS .svg2,
.cid-tiaLcMiceS .svg3 {
  position: absolute;
  z-index: -1;
}
.cid-tiaLcMiceS .svg1 rect,
.cid-tiaLcMiceS .svg2 rect,
.cid-tiaLcMiceS .svg3 rect {
  width: calc(100% - 4px);
  height: calc(100% - 4px);
}
.cid-tiaLcMiceS .card-box {
  margin-top: 1.7rem;
  margin-bottom: 2.4rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cid-tiaLcMiceS .social-img {
  width: 50px;
  height: 50px;
  margin-top: 0.5rem;
  margin-bottom: 1.5rem;
}
.cid-tiaLcMiceS .item-image {
  margin-bottom: 1.5rem;
  margin-top: 1rem;
}
.cid-tkgJOjIzqt {
  background-color: #ffffff;
}
.cid-tkgJOjIzqt .text-top {
  color: #767676;
  margin-top: 2rem;
  margin-left: auto;
  margin-right: auto;
}
.cid-tkgJOjIzqt .card {
  margin-bottom: 1rem;
}
.cid-tkgJOjIzqt .row {
  justify-content: center;
}
.cid-tkgJOjIzqt .card-title {
  color: #12265a;
  transition: 0.5s;
}
.cid-tkgJOjIzqt .card-title:hover {
  color: #45b3df;
}
.cid-tkgJOjIzqt img {
  width: 80px;
}
.cid-tkgJOjIzqt .item-image {
  margin-right: 1rem;
}
.cid-tkgJOjIzqt .container-fluid {
  max-width: 1200px;
}
@media (max-width: 767px) {
  .cid-tkgJOjIzqt {
    padding-top: 10px;
    padding-bottom: 15px;
  }
  .cid-tkgJOjIzqt .container-fluid {
    padding: 0 1rem;
  }
  .cid-tkgJOjIzqt .container {
    padding: 0rem;
  }
  .cid-tkgJOjIzqt .col-12 {
    padding: 0;
  }
  .cid-tkgJOjIzqt .mbr-section-title {
    margin: 0;
    margin-left: 0px;
    margin-right: 0px;
  }
  .cid-tkgJOjIzqt .card {
    display: flex;
    flex-direction: column;
    text-align: center;
  }
  .cid-tkgJOjIzqt .card-title {
    margin-top: 2rem;
  }
}
@media (min-width: 767px) {
  .cid-tkgJOjIzqt {
    padding-top: 15px;
    padding-bottom: 75px;
  }
  .cid-tkgJOjIzqt .container-fluid {
    padding: 0 1.5rem;
  }
  .cid-tkgJOjIzqt .mbr-section-title {
    margin-left: -12px;
    margin-right: -12px;
  }
  .cid-tkgJOjIzqt .card {
    display: flex;
    flex-direction: row;
  }
}
.cid-tkgJOjIzqt .container {
  margin-bottom: 1.5rem;
}
.cid-thUBbYD9YX {
  background-color: #ffffff;
}
.cid-thUBbYD9YX .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-thUBbYD9YX .carousel-item > div {
  width: 100%;
}
.cid-thUBbYD9YX .carousel-item.active,
.cid-thUBbYD9YX .carousel-item-next,
.cid-thUBbYD9YX .carousel-item-prev {
  display: flex;
}
.cid-thUBbYD9YX .carousel-controls a {
  transition: opacity .5s;
  font-size: 1.2rem;
}
.cid-thUBbYD9YX .carousel-controls a span {
  padding: 15px;
  border-radius: 50%;
  opacity: .9;
}
.cid-thUBbYD9YX .carousel-controls a:hover span {
  opacity: 1;
}
.cid-thUBbYD9YX .signature,
.cid-thUBbYD9YX .desk {
  margin: 0;
}
.cid-thUBbYD9YX .mbr-text {
  border-radius: 30px;
  color: #fff;
  position: relative;
}
.cid-thUBbYD9YX .mbr-text1 {
  background-color: #45b3df;
}
.cid-thUBbYD9YX .mbr-text2 {
  background-color: #022d56;
}
.cid-thUBbYD9YX .mbr-text3 {
  background-color: #0da4d6;
}
.cid-thUBbYD9YX .mbr-section-subtitle {
  margin-top: 2rem;
  margin-bottom: 1.3rem;
  margin-right: auto;
  margin-left: auto;
  color: #70747f;
}
.cid-thUBbYD9YX .img-block {
  display: flex;
  justify-content: center;
  margin-top: 2rem;
  align-items: center;
}
.cid-thUBbYD9YX img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin: 0;
}
.cid-thUBbYD9YX .title-block {
  margin-left: 1rem;
}
.cid-thUBbYD9YX h4 {
  font-weight: 900;
  color: #12265a;
}
.cid-thUBbYD9YX .quote_svg {
  position: absolute;
  top: calc(96%);
  width: 30px;
  transition: inherit;
  left: 40px;
}
.cid-thUBbYD9YX .quote_svg1 {
  fill: #45b3df;
}
.cid-thUBbYD9YX .quote_svg2 {
  fill: #022d56;
}
.cid-thUBbYD9YX .quote_svg3 {
  fill: #0da4d6;
}
.cid-thUBbYD9YX .mbr-text::after {
  content: '“';
  display: inline-block;
  position: absolute;
  top: -1rem;
  left: 1rem;
  font-size: 15rem;
  line-height: 1;
  text-align: center;
  transition: inherit;
  color: rgba(255, 255, 255, 0.23);
}
.cid-thUBbYD9YX .carousel-indicators li {
  background-color: #45b3df;
  width: 10px;
  height: 10px;
  border: none;
  border-radius: 50%;
}
.cid-thUBbYD9YX .carousel-indicators {
  position: absolute;
  margin-top: 2rem;
  bottom: 0rem;
}
.cid-thUBbYD9YX ol {
  margin-bottom: 0;
}
.cid-thUBbYD9YX .carousel {
  display: flex;
  overflow: hidden;
  padding-bottom: 3rem;
}
@media (max-width: 767px) {
  .cid-thUBbYD9YX {
    padding-top: 40px;
    padding-bottom: 60px;
  }
  .cid-thUBbYD9YX .container-fluid {
    padding: 0 1rem;
  }
  .cid-thUBbYD9YX .col-md-4 {
    padding: 0;
  }
  .cid-thUBbYD9YX .mbr-text {
    padding: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-thUBbYD9YX {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .cid-thUBbYD9YX .container-fluid {
    padding: 0 0.5rem;
  }
  .cid-thUBbYD9YX .mbr-text {
    padding: 2rem;
  }
}
.cid-thUBbYD9YX .container-fluid {
  max-width: 1200px;
}
.cid-tkJTjjVwSf {
  padding-top: 45px;
  padding-bottom: 45px;
  background: #ffffff;
}
.cid-tkJTjjVwSf .mbr-section-subtitle {
  color: #cccccc;
}
.cid-tkJTjjVwSf h2 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 2rem;
  letter-spacing: 4px;
}
.cid-tkJTjjVwSf h2:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tkJTjjVwSf h2:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tkJTjjVwSf .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #0da4d6;
  margin: 15px 0.5rem;
  display: block;
}
.cid-tkJTjjVwSf .mbr-iconfont-social:before {
  padding: 0.6rem;
  border: 2px solid;
  border-radius: 100px;
  transition: all 0.3s;
}
.cid-tkJTjjVwSf .mbr-iconfont-social:hover {
  color: #ffffff;
}
.cid-tkJTjjVwSf .mbr-iconfont-social:hover:before {
  background: #0da4d6;
  transition: all 0.3s;
  border-color: transparent;
}
.cid-tkJTjjVwSf .social-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-tkJTjjVwSf .social-list a:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .cid-tkJTjjVwSf .mbr-iconfont-social {
    margin-left: 0.2rem;
    margin-right: 0.2rem;
  }
}
.cid-tkJTjjVwSf .mbr-section-title,
.cid-tkJTjjVwSf .social-list {
  color: #000000;
}
@media (max-width: 768px) {
  .cid-tkJTjjVwSf h2:before,
  .cid-tkJTjjVwSf h2:after {
    display: none;
  }
}
.cid-tjq07AfI8m {
  background-color: #f4e80b;
}
.cid-tjq07AfI8m .mbr-text {
  text-align: left;
}
.cid-tjq07AfI8m h4 {
  text-align: center;
  margin-bottom: 0;
}
.cid-tjq07AfI8m p {
  text-align: center;
  margin: 0;
}
.cid-tjq07AfI8m .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-tjq07AfI8m .mbr-iconfont {
  transition: all 0.3s;
  font-size: 2rem;
}
.cid-tjq07AfI8m .card-title {
  color: #12265a;
  text-align: left;
}
.cid-tjq07AfI8m .card {
  border-radius: 30px;
  align-items: center;
  position: relative;
  transition: 0.4s;
  z-index: 1;
  padding: 0.8rem;
}
.cid-tjq07AfI8m img {
  width: auto;
  height: 180px;
  margin-top: 1rem;
}
.cid-tjq07AfI8m .card:hover {
  transform: translateY(-20px);
}
.cid-tjq07AfI8m .container-fluid {
  max-width: 1200px;
}
.cid-tjq07AfI8m .btn {
  color: #fff;
  padding-left: 0;
  padding-right: 0;
  line-height: 1.5rem;
}
.cid-tjq07AfI8m .mbr-section-btn {
  display: flex;
  align-items: center;
  margin-bottom: 1.6rem;
}
.cid-tjq07AfI8m .mbr-section-btn:hover .icon-btn {
  transform: rotateZ(180deg);
}
@media (min-width: 992px) {
  .cid-tjq07AfI8m {
    padding-top: 180px;
    padding-bottom: 180px;
  }
}
.cid-tjq07AfI8m .icon-btn {
  transition: 0.3s;
  line-height: 0;
}
.cid-tjq07AfI8m .card-img {
  text-align: center;
}
.cid-tjq07AfI8m .inner-dashed-border {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.cid-tjq07AfI8m .card:hover .inner-dashed-border {
  animation-play-state: running;
}
.cid-tjq07AfI8m .card .svg1 {
  stroke: #022d56;
}
.cid-tjq07AfI8m .card .svg2 {
  stroke: #45b3df;
}
.cid-tjq07AfI8m .card .svg3 {
  stroke: #0da4d6;
}
@keyframes dashed_border_running {
  100% {
    stroke-dashoffset: -1000;
  }
}
.cid-tjq07AfI8m svg {
  position: relative;
}
.cid-tjq07AfI8m rect {
  position: absolute;
}
.cid-tjq07AfI8m .wgl-icon {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin-right: 2rem;
  margin-left: 2rem;
  position: relative;
}
.cid-tjq07AfI8m .wgl-icon1 {
  background-color: #022d56;
}
.cid-tjq07AfI8m .wgl-icon2 {
  background-color: #45b3df;
}
.cid-tjq07AfI8m .wgl-icon3 {
  background-color: #0da4d6;
}
.cid-tjq07AfI8m .circle-icon {
  display: flex;
  align-items: center;
  height: 100%;
  justify-content: center;
  width: 100%;
  position: relative;
  background-color: #fff;
  z-index: -1;
  border-radius: 30px;
  padding: 1rem;
}
.cid-tjq07AfI8m .icon1 {
  font-size: 1.3rem;
  font-weight: 900;
  color: #fff;
  position: absolute;
  top: 10px;
  left: 10px;
}
.cid-tjq07AfI8m .svg-1 {
  position: absolute;
  bottom: 0;
}
.cid-tjq07AfI8m .svg-1 path {
  fill: #ffffff;
}
.cid-tjq07AfI8m .svg-2 {
  position: absolute;
  top: 0;
}
.cid-tjq07AfI8m .svg-2 path {
  fill: #ffffff;
}
.cid-tjq07AfI8m .svg1,
.cid-tjq07AfI8m .svg2,
.cid-tjq07AfI8m .svg3 {
  position: absolute;
  z-index: -1;
  padding: 1rem;
}
.cid-tjq07AfI8m .svg1 rect,
.cid-tjq07AfI8m .svg2 rect,
.cid-tjq07AfI8m .svg3 rect {
  width: calc(100% - 4px);
  height: calc(100% - 4px);
}
.cid-tjq07AfI8m .card-box {
  margin-top: 1.7rem;
  margin-bottom: 1rem;
}
.cid-tjq07AfI8m .row {
  justify-content: center;
}
@media (min-width: 767px) {
  .cid-tjq07AfI8m .container-fluid {
    padding: 0 1.5rem;
  }
}
.cid-thfD68qVXg {
  background-color: #0da4d6;
}
.cid-thfD68qVXg svg {
  position: absolute;
  top: 0;
}
.cid-thfD68qVXg .svg-1 {
  fill: #ffffff;
}
.cid-thfD68qVXg .container-fluid {
  max-width: 1200px;
}
@media (max-width: 767px) {
  .cid-thfD68qVXg {
    padding-top: 12px;
    padding-bottom: 4px;
  }
}
@media (min-width: 767px) {
  .cid-thfD68qVXg {
    padding-top: 90px;
    padding-bottom: 30px;
  }
}
.cid-thfD68qVXg .mbr-text {
  color: #b1bee0;
}
.cid-thfD68qVXg a {
  text-decoration: underline;
}
.cid-thfD68qVXg a,
.cid-thfD68qVXg a:hover {
  font-weight: 400 !important;
}
.cid-thfD68qVXg .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-thfGv8OHiJ {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-thfGv8OHiJ .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
}
.cid-thfGv8OHiJ .navbar {
  display: flex;
  flex-wrap: nowrap;
  background: #022d56;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-thfGv8OHiJ .navbar-dropdown.bg-color.transparent.opened {
  background: #022d56;
}
.cid-thfGv8OHiJ a {
  font-style: normal;
}
.cid-thfGv8OHiJ .show {
  overflow: visible;
}
.cid-thfGv8OHiJ .dropdown-menu {
  border-radius: 20px;
  min-width: 250px;
}
.cid-thfGv8OHiJ .dropdown-item:active {
  background-color: transparent;
}
.cid-thfGv8OHiJ .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-thfGv8OHiJ .nav-item a {
  display: -webkit-flex;
  align-items: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
}
.cid-thfGv8OHiJ .nav-item:focus,
.cid-thfGv8OHiJ .nav-link:focus {
  outline: none;
}
.cid-thfGv8OHiJ .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  border: 1px solid #7a7b7e;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  padding: 0;
}
.cid-thfGv8OHiJ .btn .mbr-iconfont {
  font-size: 1.5rem;
}
.cid-thfGv8OHiJ .menu-logo .navbar-brand {
  display: flex;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-thfGv8OHiJ .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-thfGv8OHiJ .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-thfGv8OHiJ .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-thfGv8OHiJ .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-thfGv8OHiJ .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-thfGv8OHiJ .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-thfGv8OHiJ .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-thfGv8OHiJ .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-thfGv8OHiJ .dropdown .dropdown-menu {
  background: transparent;
  display: none;
  position: absolute;
  padding-top: 4.5rem;
  padding-bottom: 2rem;
  text-align: left;
}
.cid-thfGv8OHiJ .dropdown .dropdown-menu > .dropdown > .dropdown-item,
.cid-thfGv8OHiJ .dropdown .dropdown-menu > .dropdown-item {
  font-weight: 900;
  font-family: 'Nunito', sans-serif;
  width: auto;
  padding: 4px 30px !important;
  margin: 0 !important;
}
.cid-thfGv8OHiJ .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-thfGv8OHiJ .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-thfGv8OHiJ .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: none;
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-thfGv8OHiJ button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
  position: absolute;
  left: 1rem;
}
.cid-thfGv8OHiJ button.navbar-toggler:focus {
  outline: none;
}
.cid-thfGv8OHiJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-thfGv8OHiJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-thfGv8OHiJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-thfGv8OHiJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-thfGv8OHiJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-thfGv8OHiJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-thfGv8OHiJ nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-thfGv8OHiJ nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-thfGv8OHiJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-thfGv8OHiJ .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-thfGv8OHiJ .collapsed .btn {
  display: -webkit-flex;
}
.cid-thfGv8OHiJ .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-thfGv8OHiJ .collapsed .navbar-collapse.collapsing,
.cid-thfGv8OHiJ .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-thfGv8OHiJ .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-thfGv8OHiJ .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-thfGv8OHiJ .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-thfGv8OHiJ .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-thfGv8OHiJ .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-thfGv8OHiJ .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-thfGv8OHiJ .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-thfGv8OHiJ .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-thfGv8OHiJ .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 88.75vh;
  }
}
.cid-thfGv8OHiJ .collapsed button.navbar-toggler {
  display: block;
}
.cid-thfGv8OHiJ .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-thfGv8OHiJ .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-thfGv8OHiJ .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-thfGv8OHiJ .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-thfGv8OHiJ .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-thfGv8OHiJ .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: 991px) {
  .cid-thfGv8OHiJ.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-thfGv8OHiJ img {
    height: 3.8rem !important;
  }
  .cid-thfGv8OHiJ .btn {
    display: -webkit-flex;
  }
  .cid-thfGv8OHiJ button.navbar-toggler {
    display: block;
  }
  .cid-thfGv8OHiJ .navbar-brand {
    margin-left: 3.5rem !important;
  }
  .cid-thfGv8OHiJ .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-thfGv8OHiJ .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-thfGv8OHiJ .navbar-collapse.collapsing,
  .cid-thfGv8OHiJ .navbar-collapse.show {
    display: block !important;
  }
  .cid-thfGv8OHiJ .navbar-collapse.collapsing .navbar-nav,
  .cid-thfGv8OHiJ .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-thfGv8OHiJ .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-thfGv8OHiJ .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-thfGv8OHiJ .navbar-collapse.collapsing .navbar-buttons,
  .cid-thfGv8OHiJ .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-thfGv8OHiJ .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-thfGv8OHiJ .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-thfGv8OHiJ .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-thfGv8OHiJ .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-thfGv8OHiJ .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-thfGv8OHiJ .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: 767px) {
  .cid-thfGv8OHiJ .navbar-collapse {
    max-height: 100vh !important;
  }
  .cid-thfGv8OHiJ .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    color: #fff;
  }
  .cid-thfGv8OHiJ .nav-link {
    justify-content: start!important;
  }
  .cid-thfGv8OHiJ .navbar.opened {
    height: 100%;
  }
  .cid-thfGv8OHiJ .navbar-toggleable-sm {
    width: 100%!important;
  }
  .cid-thfGv8OHiJ .dropdown-menu {
    box-shadow: none !important;
    background: #313131 !important;
  }
}
@media (min-width: 767px) {
  .cid-thfGv8OHiJ .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-thfGv8OHiJ .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-thfGv8OHiJ .link {
  color: #12265a;
  font-weight: 900;
  font-family: 'Nunito', sans-serif;
  transition: 0.4s;
}
.cid-thfGv8OHiJ .span-link {
  padding: 0 0.5rem;
}
.cid-thfGv8OHiJ .btn1::before {
  content: '';
  position: absolute;
  top: -7px;
  left: -7px;
  width: 52px;
  height: 52px;
  border: 2px dashed #0da4d6;
  border-radius: 30px;
  animation: spin_left 5s linear infinite;
  animation-play-state: paused;
}
.cid-thfGv8OHiJ .btn2::before {
  content: '';
  position: absolute;
  top: -7px;
  left: -7px;
  width: 52px;
  height: 52px;
  border: 2px dashed #45b3df;
  border-radius: 30px;
  animation: spin_left 5s linear infinite;
  animation-play-state: paused;
}
.cid-thfGv8OHiJ .btn:hover::before {
  animation-play-state: running;
}
@keyframes spin_left {
  0% {
    transform: rotate(360deg);
  }
}
.cid-thfGv8OHiJ .navbar-caption {
  color: #efefef;
  font-weight: 900;
  font-family: 'Nunito', sans-serif;
}
.cid-thfGv8OHiJ .navbar-caption:hover {
  color: #45b3df;
}
.cid-thfGv8OHiJ .container-fluid {
  max-width: 1200px;
}
@media (max-width: 992px) {
  .cid-thfGv8OHiJ .navbar-collapse.show {
    overflow: visible !important;
  }
  .cid-thfGv8OHiJ .dropdown-item {
    color: #fff;
  }
  .cid-thfGv8OHiJ .nav-item.open .nav-link,
  .cid-thfGv8OHiJ .link:hover {
    color: #fff;
    background: #0da4d6;
    border-radius: 5px;
  }
  .cid-thfGv8OHiJ .link:active {
    color: #fff !important;
  }
  .cid-thfGv8OHiJ .logo-name {
    margin-top: 0.5rem;
  }
  .cid-thfGv8OHiJ .navbar-brand {
    justify-content: center;
  }
  .cid-thfGv8OHiJ .mbr-section-btn {
    order: 1;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .cid-thfGv8OHiJ .nav-item a {
    margin: 0 0.5rem !important;
  }
  .cid-thfGv8OHiJ .navbar-nav .nav-link {
    color: #fff;
    display: inline-block;
  }
  .cid-thfGv8OHiJ .navbar-collapse {
    background-color: #313131;
    order: 2;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cid-thfGv8OHiJ .navbar {
    height: 90px;
  }
  .cid-thfGv8OHiJ .menu-logo {
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
  .cid-thfGv8OHiJ .btn1 {
    display: none;
  }
  .cid-thfGv8OHiJ .mbr-section-title {
    color: #fff;
  }
  .cid-thfGv8OHiJ .container-fluid {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .cid-thfGv8OHiJ .navbar-toggleable-sm {
    background-color: #313131;
  }
  .cid-thfGv8OHiJ .span-link {
    color: #fff;
  }
  .cid-thfGv8OHiJ .navbar-collapse.show .navbar-nav {
    text-align: left;
  }
}
@media (min-width: 992px) {
  .cid-thfGv8OHiJ .dropdown-item {
    color: #12265a;
  }
  .cid-thfGv8OHiJ .nav-item.open .nav-link,
  .cid-thfGv8OHiJ .link:hover {
    color: #efefef !important;
    background: #0da4d6;
    border-radius: 5px;
  }
  .cid-thfGv8OHiJ .logo-name {
    margin-top: 2rem;
  }
  .cid-thfGv8OHiJ .navbar-collapse {
    justify-content: space-between;
  }
  .cid-thfGv8OHiJ .navbar-nav {
    margin-left: auto;
    margin-right: auto;
  }
  .cid-thfGv8OHiJ .container-fluid {
    padding: 0 1rem;
  }
  .cid-thfGv8OHiJ .dropdown-menu::after {
    content: '';
    position: absolute;
    top: 4rem;
    bottom: 1.4rem;
    left: 10px;
    right: 10px;
    border: 2px dashed #45b3df;
    border-radius: 10px;
    z-index: 0;
    pointer-events: none;
  }
  .cid-thfGv8OHiJ .dropdown-menu::before {
    content: "";
    position: absolute;
    top: 3.4rem;
    bottom: 0.8rem;
    left: 0px;
    right: 0px;
    border-radius: 10px;
    background: #022d56;
    z-index: -1;
  }
}
.cid-thfGv8OHiJ .mbr-section-title {
  font-weight: 900;
}
.cid-thfGv8OHiJ .mbr-section-subtitle {
  color: #fa9db7;
}
.cid-thfGv8OHiJ .mbr-section-btn {
  display: flex;
}
.cid-thfGv8OHiJ .dropdown-item:hover {
  color: #0da4d6 !important;
}
.cid-thfGv8OHiJ .btn-primary:hover {
  background-color: #0da4d6 !important;
  border-color: #0da4d6 !important;
}
.cid-thfGv8OHiJ .btn-warning:hover {
  background-color: #45b3df !important;
  border-color: #45b3df !important;
}
.cid-thfGv8OHiJ .dropdown-toggle::after {
  content: '+';
  border: none !important;
  top: 25% !important;
}
.cid-thfGv8OHiJ .nav-item a {
  padding: 0 0.5rem !important;
}
.cid-thfGv8OHiJ .nav-link {
  padding: 0rem 0.5rem !important;
}
.cid-thfGv8OHiJ .mbr-iconfont {
  margin: 0;
}
.cid-thfGv8OHiJ .btn-primary:focus {
  background-color: #0da4d6 !important;
  border-color: #0da4d6 !important;
}
.cid-thfGv8OHiJ .btn-warning:focus {
  background-color: #45b3df !important;
  border-color: #45b3df !important;
}
.cid-thfGv8OHiJ .navbar-dropdown.navbar-short .navbar-brand {
  padding-top: .3125rem;
  padding-bottom: .3125rem;
}
.cid-thfGv8OHiJ .navbar-dropdown .navbar-logo {
  margin-right: 0.8rem;
}
.cid-thfGv9TMUz {
  padding-top: 150px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/banner-estrutura-2000x684.jpg");
}
@media (max-width: 767px) {
  .cid-thfGv9TMUz {
    padding-top: 50px;
    padding-bottom: 45px;
  }
}
.cid-thfGv9TMUz h3 {
  font-weight: 900;
  width: fit-content;
  position: relative;
  color: #fff;
}
.cid-thfGv9TMUz .btn {
  margin: 0.2rem!important;
}
@media (max-width: 767px) {
  .cid-thfGv9TMUz .mbr-iconfont2 {
    margin: 0;
  }
  .cid-thfGv9TMUz .wrapper-left {
    text-align: left;
  }
  .cid-thfGv9TMUz .number {
    margin-top: 1rem;
    display: flex;
    align-items: center;
    margin-left: -5px;
  }
  .cid-thfGv9TMUz .block {
    margin-top: 2.3rem;
    display: flex;
    flex-direction: column;
  }
  .cid-thfGv9TMUz .container-fluid {
    padding: 0 1rem;
  }
  .cid-thfGv9TMUz .mbr-section-btn {
    text-align: left;
  }
  .cid-thfGv9TMUz h3 {
    margin: auto;
    margin-bottom: 1.4rem;
  }
  .cid-thfGv9TMUz h3:before {
    position: absolute;
    content: '';
    left: -60px;
    top: 0;
    margin: auto;
    bottom: 0;
    width: 40px;
    height: 1px;
    background: currentColor;
  }
}
@media (min-width: 767px) {
  .cid-thfGv9TMUz .mbr-iconfont2 {
    margin-left: 1rem;
  }
  .cid-thfGv9TMUz .number {
    display: flex;
    align-items: center;
  }
  .cid-thfGv9TMUz .block {
    margin-top: 2.3rem;
    display: inline-flex;
    align-items: center;
  }
  .cid-thfGv9TMUz .container-fluid {
    padding: 0 1.5rem;
  }
}
.cid-thfGv9TMUz .mbr-section-subtitle {
  background-color: #034c92;
  padding: 0.4rem 1rem;
  border-radius: 15px;
  display: inline-block;
}
.cid-thfGv9TMUz .mbr-section-title {
  background-color: #5bbce3;
  padding: 0.4rem 1rem;
  border-radius: 15px;
  margin-bottom: 1.3rem;
  display: inline-block;
}
.cid-thfGv9TMUz h1 {
  margin-left: -4px;
  margin-bottom: 0.1rem;
}
.cid-thfGv9TMUz p {
  margin-bottom: 1.3rem;
}
.cid-thfGv9TMUz .container-fluid {
  max-width: 1200px;
}
.cid-thfGv9TMUz .telephone {
  color: #12265a;
  transition: 0.5s;
}
.cid-thfGv9TMUz .telephone:hover {
  color: #45b3df;
}
.cid-thfGv9TMUz .icon-btn {
  color: #fa9db7;
}
.cid-thfGv9TMUz .mbr-iconfont2 {
  font-size: 2.5rem;
  color: #45b3df;
}
.cid-thfGv9TMUz h4 {
  margin-bottom: 0;
}
.cid-tnnXwNk3Gr {
  background-color: #ffffff;
}
.cid-tnnXwNk3Gr .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tnnXwNk3Gr .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tnnXwNk3Gr .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tnnXwNk3Gr .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tnnXwNk3Gr .row > .row {
  display: block;
}
.cid-tnnXwNk3Gr .mbr-gallery-item {
  width: 100%;
}
.cid-tnnXwNk3Gr .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fa9db7;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  border-radius: 30px;
}
.cid-tnnXwNk3Gr .mbr-gallery-item > div {
  position: relative;
  transition: 0.5s;
  margin: 0.3rem;
  border-radius: 30px;
  overflow: hidden;
}
.cid-tnnXwNk3Gr .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-tnnXwNk3Gr .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-tnnXwNk3Gr .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-tnnXwNk3Gr .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #fa9db7 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  border-radius: 0 0 30px 30px;
}
.cid-tnnXwNk3Gr .container {
  max-width: 1200px;
  padding: 0.7rem;
}
.cid-tnnXwNk3Gr .mbr-gallery-item > div:hover {
  transform: translate(1rem, 1rem);
}
@media (max-width: 767px) {
  .cid-tnnXwNk3Gr {
    padding-top: 60px;
    padding-bottom: 0px;
  }
  .cid-tnnXwNk3Gr .col-sm-12 {
    padding: 0 !important;
  }
}
@media (min-width: 767px) {
  .cid-tnnXwNk3Gr {
    padding-top: 90px;
    padding-bottom: 0px;
  }
}
.cid-tkgJRljJyy {
  background-color: #ffffff;
}
.cid-tkgJRljJyy .text-top {
  color: #767676;
  margin-top: 2rem;
  margin-left: auto;
  margin-right: auto;
}
.cid-tkgJRljJyy .card {
  margin-bottom: 1rem;
}
.cid-tkgJRljJyy .row {
  justify-content: center;
}
.cid-tkgJRljJyy .card-title {
  color: #12265a;
  transition: 0.5s;
}
.cid-tkgJRljJyy .card-title:hover {
  color: #45b3df;
}
.cid-tkgJRljJyy img {
  width: 80px;
}
.cid-tkgJRljJyy .item-image {
  margin-right: 1rem;
}
.cid-tkgJRljJyy .container-fluid {
  max-width: 1200px;
}
@media (max-width: 767px) {
  .cid-tkgJRljJyy {
    padding-top: 70px;
    padding-bottom: 15px;
  }
  .cid-tkgJRljJyy .container-fluid {
    padding: 0 1rem;
  }
  .cid-tkgJRljJyy .container {
    padding: 0rem;
  }
  .cid-tkgJRljJyy .col-12 {
    padding: 0;
  }
  .cid-tkgJRljJyy .mbr-section-title {
    margin: 0;
    margin-left: 0px;
    margin-right: 0px;
  }
  .cid-tkgJRljJyy .card {
    display: flex;
    flex-direction: column;
    text-align: center;
  }
  .cid-tkgJRljJyy .card-title {
    margin-top: 2rem;
  }
}
@media (min-width: 767px) {
  .cid-tkgJRljJyy {
    padding-top: 105px;
    padding-bottom: 75px;
  }
  .cid-tkgJRljJyy .container-fluid {
    padding: 0 1.5rem;
  }
  .cid-tkgJRljJyy .mbr-section-title {
    margin-left: -12px;
    margin-right: -12px;
  }
  .cid-tkgJRljJyy .card {
    display: flex;
    flex-direction: row;
  }
}
.cid-tkgJRljJyy .container {
  margin-bottom: 1.5rem;
}
.cid-thUBvsiBs1 {
  background-color: #ffffff;
}
.cid-thUBvsiBs1 .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-thUBvsiBs1 .carousel-item > div {
  width: 100%;
}
.cid-thUBvsiBs1 .carousel-item.active,
.cid-thUBvsiBs1 .carousel-item-next,
.cid-thUBvsiBs1 .carousel-item-prev {
  display: flex;
}
.cid-thUBvsiBs1 .carousel-controls a {
  transition: opacity .5s;
  font-size: 1.2rem;
}
.cid-thUBvsiBs1 .carousel-controls a span {
  padding: 15px;
  border-radius: 50%;
  opacity: .9;
}
.cid-thUBvsiBs1 .carousel-controls a:hover span {
  opacity: 1;
}
.cid-thUBvsiBs1 .signature,
.cid-thUBvsiBs1 .desk {
  margin: 0;
}
.cid-thUBvsiBs1 .mbr-text {
  border-radius: 30px;
  color: #fff;
  position: relative;
}
.cid-thUBvsiBs1 .mbr-text1 {
  background-color: #45b3df;
}
.cid-thUBvsiBs1 .mbr-text2 {
  background-color: #022d56;
}
.cid-thUBvsiBs1 .mbr-text3 {
  background-color: #0da4d6;
}
.cid-thUBvsiBs1 .mbr-section-subtitle {
  margin-top: 2rem;
  margin-bottom: 1.3rem;
  margin-right: auto;
  margin-left: auto;
  color: #70747f;
}
.cid-thUBvsiBs1 .img-block {
  display: flex;
  justify-content: center;
  margin-top: 2rem;
  align-items: center;
}
.cid-thUBvsiBs1 img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin: 0;
}
.cid-thUBvsiBs1 .title-block {
  margin-left: 1rem;
}
.cid-thUBvsiBs1 h4 {
  font-weight: 900;
  color: #12265a;
}
.cid-thUBvsiBs1 .quote_svg {
  position: absolute;
  top: calc(96%);
  width: 30px;
  transition: inherit;
  left: 40px;
}
.cid-thUBvsiBs1 .quote_svg1 {
  fill: #45b3df;
}
.cid-thUBvsiBs1 .quote_svg2 {
  fill: #022d56;
}
.cid-thUBvsiBs1 .quote_svg3 {
  fill: #0da4d6;
}
.cid-thUBvsiBs1 .mbr-text::after {
  content: '“';
  display: inline-block;
  position: absolute;
  top: -1rem;
  left: 1rem;
  font-size: 15rem;
  line-height: 1;
  text-align: center;
  transition: inherit;
  color: rgba(255, 255, 255, 0.23);
}
.cid-thUBvsiBs1 .carousel-indicators li {
  background-color: #45b3df;
  width: 10px;
  height: 10px;
  border: none;
  border-radius: 50%;
}
.cid-thUBvsiBs1 .carousel-indicators {
  position: absolute;
  margin-top: 2rem;
  bottom: 0rem;
}
.cid-thUBvsiBs1 ol {
  margin-bottom: 0;
}
.cid-thUBvsiBs1 .carousel {
  display: flex;
  overflow: hidden;
  padding-bottom: 3rem;
}
@media (max-width: 767px) {
  .cid-thUBvsiBs1 {
    padding-top: 40px;
    padding-bottom: 60px;
  }
  .cid-thUBvsiBs1 .container-fluid {
    padding: 0 1rem;
  }
  .cid-thUBvsiBs1 .col-md-4 {
    padding: 0;
  }
  .cid-thUBvsiBs1 .mbr-text {
    padding: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-thUBvsiBs1 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .cid-thUBvsiBs1 .container-fluid {
    padding: 0 0.5rem;
  }
  .cid-thUBvsiBs1 .mbr-text {
    padding: 2rem;
  }
}
.cid-thUBvsiBs1 .container-fluid {
  max-width: 1200px;
}
.cid-tkJTovv474 {
  padding-top: 45px;
  padding-bottom: 45px;
  background: #ffffff;
}
.cid-tkJTovv474 .mbr-section-subtitle {
  color: #cccccc;
}
.cid-tkJTovv474 h2 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 2rem;
  letter-spacing: 4px;
}
.cid-tkJTovv474 h2:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tkJTovv474 h2:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tkJTovv474 .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #0da4d6;
  margin: 15px 0.5rem;
  display: block;
}
.cid-tkJTovv474 .mbr-iconfont-social:before {
  padding: 0.6rem;
  border: 2px solid;
  border-radius: 100px;
  transition: all 0.3s;
}
.cid-tkJTovv474 .mbr-iconfont-social:hover {
  color: #ffffff;
}
.cid-tkJTovv474 .mbr-iconfont-social:hover:before {
  background: #0da4d6;
  transition: all 0.3s;
  border-color: transparent;
}
.cid-tkJTovv474 .social-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-tkJTovv474 .social-list a:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .cid-tkJTovv474 .mbr-iconfont-social {
    margin-left: 0.2rem;
    margin-right: 0.2rem;
  }
}
.cid-tkJTovv474 .mbr-section-title,
.cid-tkJTovv474 .social-list {
  color: #000000;
}
@media (max-width: 768px) {
  .cid-tkJTovv474 h2:before,
  .cid-tkJTovv474 h2:after {
    display: none;
  }
}
.cid-tjq0cfOSBx {
  background-color: #f4e80b;
}
.cid-tjq0cfOSBx .mbr-text {
  text-align: left;
}
.cid-tjq0cfOSBx h4 {
  text-align: center;
  margin-bottom: 0;
}
.cid-tjq0cfOSBx p {
  text-align: center;
  margin: 0;
}
.cid-tjq0cfOSBx .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-tjq0cfOSBx .mbr-iconfont {
  transition: all 0.3s;
  font-size: 2rem;
}
.cid-tjq0cfOSBx .card-title {
  color: #12265a;
  text-align: left;
}
.cid-tjq0cfOSBx .card {
  border-radius: 30px;
  align-items: center;
  position: relative;
  transition: 0.4s;
  z-index: 1;
  padding: 0.8rem;
}
.cid-tjq0cfOSBx img {
  width: auto;
  height: 180px;
  margin-top: 1rem;
}
.cid-tjq0cfOSBx .card:hover {
  transform: translateY(-20px);
}
.cid-tjq0cfOSBx .container-fluid {
  max-width: 1200px;
}
.cid-tjq0cfOSBx .btn {
  color: #fff;
  padding-left: 0;
  padding-right: 0;
  line-height: 1.5rem;
}
.cid-tjq0cfOSBx .mbr-section-btn {
  display: flex;
  align-items: center;
  margin-bottom: 1.6rem;
}
.cid-tjq0cfOSBx .mbr-section-btn:hover .icon-btn {
  transform: rotateZ(180deg);
}
@media (min-width: 992px) {
  .cid-tjq0cfOSBx {
    padding-top: 180px;
    padding-bottom: 180px;
  }
}
.cid-tjq0cfOSBx .icon-btn {
  transition: 0.3s;
  line-height: 0;
}
.cid-tjq0cfOSBx .card-img {
  text-align: center;
}
.cid-tjq0cfOSBx .inner-dashed-border {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.cid-tjq0cfOSBx .card:hover .inner-dashed-border {
  animation-play-state: running;
}
.cid-tjq0cfOSBx .card .svg1 {
  stroke: #022d56;
}
.cid-tjq0cfOSBx .card .svg2 {
  stroke: #45b3df;
}
.cid-tjq0cfOSBx .card .svg3 {
  stroke: #0da4d6;
}
@keyframes dashed_border_running {
  100% {
    stroke-dashoffset: -1000;
  }
}
.cid-tjq0cfOSBx svg {
  position: relative;
}
.cid-tjq0cfOSBx rect {
  position: absolute;
}
.cid-tjq0cfOSBx .wgl-icon {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin-right: 2rem;
  margin-left: 2rem;
  position: relative;
}
.cid-tjq0cfOSBx .wgl-icon1 {
  background-color: #022d56;
}
.cid-tjq0cfOSBx .wgl-icon2 {
  background-color: #45b3df;
}
.cid-tjq0cfOSBx .wgl-icon3 {
  background-color: #0da4d6;
}
.cid-tjq0cfOSBx .circle-icon {
  display: flex;
  align-items: center;
  height: 100%;
  justify-content: center;
  width: 100%;
  position: relative;
  background-color: #fff;
  z-index: -1;
  border-radius: 30px;
  padding: 1rem;
}
.cid-tjq0cfOSBx .icon1 {
  font-size: 1.3rem;
  font-weight: 900;
  color: #fff;
  position: absolute;
  top: 10px;
  left: 10px;
}
.cid-tjq0cfOSBx .svg-1 {
  position: absolute;
  bottom: 0;
}
.cid-tjq0cfOSBx .svg-1 path {
  fill: #ffffff;
}
.cid-tjq0cfOSBx .svg-2 {
  position: absolute;
  top: 0;
}
.cid-tjq0cfOSBx .svg-2 path {
  fill: #ffffff;
}
.cid-tjq0cfOSBx .svg1,
.cid-tjq0cfOSBx .svg2,
.cid-tjq0cfOSBx .svg3 {
  position: absolute;
  z-index: -1;
  padding: 1rem;
}
.cid-tjq0cfOSBx .svg1 rect,
.cid-tjq0cfOSBx .svg2 rect,
.cid-tjq0cfOSBx .svg3 rect {
  width: calc(100% - 4px);
  height: calc(100% - 4px);
}
.cid-tjq0cfOSBx .card-box {
  margin-top: 1.7rem;
  margin-bottom: 1rem;
}
.cid-tjq0cfOSBx .row {
  justify-content: center;
}
@media (min-width: 767px) {
  .cid-tjq0cfOSBx .container-fluid {
    padding: 0 1.5rem;
  }
}
.cid-thfGvj5V2U {
  background-color: #0da4d6;
}
.cid-thfGvj5V2U svg {
  position: absolute;
  top: 0;
}
.cid-thfGvj5V2U .svg-1 {
  fill: #ffffff;
}
.cid-thfGvj5V2U .container-fluid {
  max-width: 1200px;
}
@media (max-width: 767px) {
  .cid-thfGvj5V2U {
    padding-top: 12px;
    padding-bottom: 4px;
  }
}
@media (min-width: 767px) {
  .cid-thfGvj5V2U {
    padding-top: 90px;
    padding-bottom: 30px;
  }
}
.cid-thfGvj5V2U .mbr-text {
  color: #b1bee0;
}
.cid-thfGvj5V2U a {
  text-decoration: underline;
}
.cid-thfGvj5V2U a,
.cid-thfGvj5V2U a:hover {
  font-weight: 400 !important;
}
.cid-thfGvj5V2U .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-thfIXcOXD7 {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-thfIXcOXD7 .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
}
.cid-thfIXcOXD7 .navbar {
  display: flex;
  flex-wrap: nowrap;
  background: #022d56;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-thfIXcOXD7 .navbar-dropdown.bg-color.transparent.opened {
  background: #022d56;
}
.cid-thfIXcOXD7 a {
  font-style: normal;
}
.cid-thfIXcOXD7 .show {
  overflow: visible;
}
.cid-thfIXcOXD7 .dropdown-menu {
  border-radius: 20px;
  min-width: 250px;
}
.cid-thfIXcOXD7 .dropdown-item:active {
  background-color: transparent;
}
.cid-thfIXcOXD7 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-thfIXcOXD7 .nav-item a {
  display: -webkit-flex;
  align-items: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
}
.cid-thfIXcOXD7 .nav-item:focus,
.cid-thfIXcOXD7 .nav-link:focus {
  outline: none;
}
.cid-thfIXcOXD7 .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  border: 1px solid #7a7b7e;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  padding: 0;
}
.cid-thfIXcOXD7 .btn .mbr-iconfont {
  font-size: 1.5rem;
}
.cid-thfIXcOXD7 .menu-logo .navbar-brand {
  display: flex;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-thfIXcOXD7 .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-thfIXcOXD7 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-thfIXcOXD7 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-thfIXcOXD7 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-thfIXcOXD7 .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-thfIXcOXD7 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-thfIXcOXD7 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-thfIXcOXD7 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-thfIXcOXD7 .dropdown .dropdown-menu {
  background: transparent;
  display: none;
  position: absolute;
  padding-top: 4.5rem;
  padding-bottom: 2rem;
  text-align: left;
}
.cid-thfIXcOXD7 .dropdown .dropdown-menu > .dropdown > .dropdown-item,
.cid-thfIXcOXD7 .dropdown .dropdown-menu > .dropdown-item {
  font-weight: 900;
  font-family: 'Nunito', sans-serif;
  width: auto;
  padding: 4px 30px !important;
  margin: 0 !important;
}
.cid-thfIXcOXD7 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-thfIXcOXD7 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-thfIXcOXD7 .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: none;
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-thfIXcOXD7 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
  position: absolute;
  left: 1rem;
}
.cid-thfIXcOXD7 button.navbar-toggler:focus {
  outline: none;
}
.cid-thfIXcOXD7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-thfIXcOXD7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-thfIXcOXD7 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-thfIXcOXD7 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-thfIXcOXD7 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-thfIXcOXD7 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-thfIXcOXD7 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-thfIXcOXD7 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-thfIXcOXD7 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-thfIXcOXD7 .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-thfIXcOXD7 .collapsed .btn {
  display: -webkit-flex;
}
.cid-thfIXcOXD7 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-thfIXcOXD7 .collapsed .navbar-collapse.collapsing,
.cid-thfIXcOXD7 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-thfIXcOXD7 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-thfIXcOXD7 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-thfIXcOXD7 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-thfIXcOXD7 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-thfIXcOXD7 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-thfIXcOXD7 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-thfIXcOXD7 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-thfIXcOXD7 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-thfIXcOXD7 .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 88.75vh;
  }
}
.cid-thfIXcOXD7 .collapsed button.navbar-toggler {
  display: block;
}
.cid-thfIXcOXD7 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-thfIXcOXD7 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-thfIXcOXD7 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-thfIXcOXD7 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-thfIXcOXD7 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-thfIXcOXD7 .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: 991px) {
  .cid-thfIXcOXD7.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-thfIXcOXD7 img {
    height: 3.8rem !important;
  }
  .cid-thfIXcOXD7 .btn {
    display: -webkit-flex;
  }
  .cid-thfIXcOXD7 button.navbar-toggler {
    display: block;
  }
  .cid-thfIXcOXD7 .navbar-brand {
    margin-left: 3.5rem !important;
  }
  .cid-thfIXcOXD7 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-thfIXcOXD7 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-thfIXcOXD7 .navbar-collapse.collapsing,
  .cid-thfIXcOXD7 .navbar-collapse.show {
    display: block !important;
  }
  .cid-thfIXcOXD7 .navbar-collapse.collapsing .navbar-nav,
  .cid-thfIXcOXD7 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-thfIXcOXD7 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-thfIXcOXD7 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-thfIXcOXD7 .navbar-collapse.collapsing .navbar-buttons,
  .cid-thfIXcOXD7 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-thfIXcOXD7 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-thfIXcOXD7 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-thfIXcOXD7 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-thfIXcOXD7 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-thfIXcOXD7 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-thfIXcOXD7 .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: 767px) {
  .cid-thfIXcOXD7 .navbar-collapse {
    max-height: 100vh !important;
  }
  .cid-thfIXcOXD7 .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    color: #fff;
  }
  .cid-thfIXcOXD7 .nav-link {
    justify-content: start!important;
  }
  .cid-thfIXcOXD7 .navbar.opened {
    height: 100%;
  }
  .cid-thfIXcOXD7 .navbar-toggleable-sm {
    width: 100%!important;
  }
  .cid-thfIXcOXD7 .dropdown-menu {
    box-shadow: none !important;
    background: #313131 !important;
  }
}
@media (min-width: 767px) {
  .cid-thfIXcOXD7 .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-thfIXcOXD7 .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-thfIXcOXD7 .link {
  color: #12265a;
  font-weight: 900;
  font-family: 'Nunito', sans-serif;
  transition: 0.4s;
}
.cid-thfIXcOXD7 .span-link {
  padding: 0 0.5rem;
}
.cid-thfIXcOXD7 .btn1::before {
  content: '';
  position: absolute;
  top: -7px;
  left: -7px;
  width: 52px;
  height: 52px;
  border: 2px dashed #0da4d6;
  border-radius: 30px;
  animation: spin_left 5s linear infinite;
  animation-play-state: paused;
}
.cid-thfIXcOXD7 .btn2::before {
  content: '';
  position: absolute;
  top: -7px;
  left: -7px;
  width: 52px;
  height: 52px;
  border: 2px dashed #45b3df;
  border-radius: 30px;
  animation: spin_left 5s linear infinite;
  animation-play-state: paused;
}
.cid-thfIXcOXD7 .btn:hover::before {
  animation-play-state: running;
}
@keyframes spin_left {
  0% {
    transform: rotate(360deg);
  }
}
.cid-thfIXcOXD7 .navbar-caption {
  color: #efefef;
  font-weight: 900;
  font-family: 'Nunito', sans-serif;
}
.cid-thfIXcOXD7 .navbar-caption:hover {
  color: #45b3df;
}
.cid-thfIXcOXD7 .container-fluid {
  max-width: 1200px;
}
@media (max-width: 992px) {
  .cid-thfIXcOXD7 .navbar-collapse.show {
    overflow: visible !important;
  }
  .cid-thfIXcOXD7 .dropdown-item {
    color: #fff;
  }
  .cid-thfIXcOXD7 .nav-item.open .nav-link,
  .cid-thfIXcOXD7 .link:hover {
    color: #fff;
    background: #0da4d6;
    border-radius: 5px;
  }
  .cid-thfIXcOXD7 .link:active {
    color: #fff !important;
  }
  .cid-thfIXcOXD7 .logo-name {
    margin-top: 0.5rem;
  }
  .cid-thfIXcOXD7 .navbar-brand {
    justify-content: center;
  }
  .cid-thfIXcOXD7 .mbr-section-btn {
    order: 1;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .cid-thfIXcOXD7 .nav-item a {
    margin: 0 0.5rem !important;
  }
  .cid-thfIXcOXD7 .navbar-nav .nav-link {
    color: #fff;
    display: inline-block;
  }
  .cid-thfIXcOXD7 .navbar-collapse {
    background-color: #313131;
    order: 2;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cid-thfIXcOXD7 .navbar {
    height: 90px;
  }
  .cid-thfIXcOXD7 .menu-logo {
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
  .cid-thfIXcOXD7 .btn1 {
    display: none;
  }
  .cid-thfIXcOXD7 .mbr-section-title {
    color: #fff;
  }
  .cid-thfIXcOXD7 .container-fluid {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .cid-thfIXcOXD7 .navbar-toggleable-sm {
    background-color: #313131;
  }
  .cid-thfIXcOXD7 .span-link {
    color: #fff;
  }
  .cid-thfIXcOXD7 .navbar-collapse.show .navbar-nav {
    text-align: left;
  }
}
@media (min-width: 992px) {
  .cid-thfIXcOXD7 .dropdown-item {
    color: #12265a;
  }
  .cid-thfIXcOXD7 .nav-item.open .nav-link,
  .cid-thfIXcOXD7 .link:hover {
    color: #efefef !important;
    background: #0da4d6;
    border-radius: 5px;
  }
  .cid-thfIXcOXD7 .logo-name {
    margin-top: 2rem;
  }
  .cid-thfIXcOXD7 .navbar-collapse {
    justify-content: space-between;
  }
  .cid-thfIXcOXD7 .navbar-nav {
    margin-left: auto;
    margin-right: auto;
  }
  .cid-thfIXcOXD7 .container-fluid {
    padding: 0 1rem;
  }
  .cid-thfIXcOXD7 .dropdown-menu::after {
    content: '';
    position: absolute;
    top: 4rem;
    bottom: 1.4rem;
    left: 10px;
    right: 10px;
    border: 2px dashed #45b3df;
    border-radius: 10px;
    z-index: 0;
    pointer-events: none;
  }
  .cid-thfIXcOXD7 .dropdown-menu::before {
    content: "";
    position: absolute;
    top: 3.4rem;
    bottom: 0.8rem;
    left: 0px;
    right: 0px;
    border-radius: 10px;
    background: #022d56;
    z-index: -1;
  }
}
.cid-thfIXcOXD7 .mbr-section-title {
  font-weight: 900;
}
.cid-thfIXcOXD7 .mbr-section-subtitle {
  color: #fa9db7;
}
.cid-thfIXcOXD7 .mbr-section-btn {
  display: flex;
}
.cid-thfIXcOXD7 .dropdown-item:hover {
  color: #0da4d6 !important;
}
.cid-thfIXcOXD7 .btn-primary:hover {
  background-color: #0da4d6 !important;
  border-color: #0da4d6 !important;
}
.cid-thfIXcOXD7 .btn-warning:hover {
  background-color: #45b3df !important;
  border-color: #45b3df !important;
}
.cid-thfIXcOXD7 .dropdown-toggle::after {
  content: '+';
  border: none !important;
  top: 25% !important;
}
.cid-thfIXcOXD7 .nav-item a {
  padding: 0 0.5rem !important;
}
.cid-thfIXcOXD7 .nav-link {
  padding: 0rem 0.5rem !important;
}
.cid-thfIXcOXD7 .mbr-iconfont {
  margin: 0;
}
.cid-thfIXcOXD7 .btn-primary:focus {
  background-color: #0da4d6 !important;
  border-color: #0da4d6 !important;
}
.cid-thfIXcOXD7 .btn-warning:focus {
  background-color: #45b3df !important;
  border-color: #45b3df !important;
}
.cid-thfIXcOXD7 .navbar-dropdown.navbar-short .navbar-brand {
  padding-top: .3125rem;
  padding-bottom: .3125rem;
}
.cid-thfIXcOXD7 .navbar-dropdown .navbar-logo {
  margin-right: 0.8rem;
}
.cid-thfIXdXV3B {
  padding-top: 150px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/banner-turmas-2000x684.jpeg");
}
@media (max-width: 767px) {
  .cid-thfIXdXV3B {
    padding-top: 50px;
    padding-bottom: 45px;
  }
}
.cid-thfIXdXV3B h3 {
  font-weight: 900;
  width: fit-content;
  position: relative;
  color: #fff;
}
.cid-thfIXdXV3B .btn {
  margin: 0.2rem!important;
}
@media (max-width: 767px) {
  .cid-thfIXdXV3B .mbr-iconfont2 {
    margin: 0;
  }
  .cid-thfIXdXV3B .wrapper-left {
    text-align: left;
  }
  .cid-thfIXdXV3B .number {
    margin-top: 1rem;
    display: flex;
    align-items: center;
    margin-left: -5px;
  }
  .cid-thfIXdXV3B .block {
    margin-top: 2.3rem;
    display: flex;
    flex-direction: column;
  }
  .cid-thfIXdXV3B .container-fluid {
    padding: 0 1rem;
  }
  .cid-thfIXdXV3B .mbr-section-btn {
    text-align: left;
  }
  .cid-thfIXdXV3B h3 {
    margin: auto;
    margin-bottom: 1.4rem;
  }
  .cid-thfIXdXV3B h3:before {
    position: absolute;
    content: '';
    left: -60px;
    top: 0;
    margin: auto;
    bottom: 0;
    width: 40px;
    height: 1px;
    background: currentColor;
  }
}
@media (min-width: 767px) {
  .cid-thfIXdXV3B .mbr-iconfont2 {
    margin-left: 1rem;
  }
  .cid-thfIXdXV3B .number {
    display: flex;
    align-items: center;
  }
  .cid-thfIXdXV3B .block {
    margin-top: 2.3rem;
    display: inline-flex;
    align-items: center;
  }
  .cid-thfIXdXV3B .container-fluid {
    padding: 0 1.5rem;
  }
}
.cid-thfIXdXV3B .mbr-section-subtitle {
  background-color: #034c92;
  padding: 0.4rem 1rem;
  border-radius: 15px;
  display: inline-block;
}
.cid-thfIXdXV3B .mbr-section-title {
  background-color: #5bbce3;
  padding: 0.4rem 1rem;
  border-radius: 15px;
  margin-bottom: 1.3rem;
  display: inline-block;
}
.cid-thfIXdXV3B h1 {
  margin-left: -4px;
  margin-bottom: 0.1rem;
}
.cid-thfIXdXV3B p {
  margin-bottom: 1.3rem;
}
.cid-thfIXdXV3B .container-fluid {
  max-width: 1200px;
}
.cid-thfIXdXV3B .telephone {
  color: #12265a;
  transition: 0.5s;
}
.cid-thfIXdXV3B .telephone:hover {
  color: #45b3df;
}
.cid-thfIXdXV3B .icon-btn {
  color: #fa9db7;
}
.cid-thfIXdXV3B .mbr-iconfont2 {
  font-size: 2.5rem;
  color: #45b3df;
}
.cid-thfIXdXV3B h4 {
  margin-bottom: 0;
}
.cid-thfJEZtdrm {
  background-color: #ffffff;
}
.cid-thfJEZtdrm .row {
  justify-content: center;
}
.cid-thfJEZtdrm .title {
  max-width: 800px;
  margin: auto;
}
.cid-thfJEZtdrm .link {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 2rem;
  cursor: pointer;
}
.cid-thfJEZtdrm .link:before {
  content: "\e966";
  font-family: MobiriseIcons !important;
  position: absolute;
  right: 0rem;
  transition: all 0.3s;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1rem;
  color: currentColor;
}
.cid-thfJEZtdrm .link:hover:before {
  margin-right: -0.4rem;
}
.cid-thfJEZtdrm .card {
  padding: 0;
}
.cid-thfJEZtdrm .card .card-block {
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.cid-thfJEZtdrm .card .card-block .photo {
  overflow: hidden;
  border-radius: 30px;
}
.cid-thfJEZtdrm .card .card-block .photo img {
  width: 100%;
  min-width: 100%;
  object-fit: cover;
  min-height: 100%;
  transition: all 0.3s;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-thfJEZtdrm .md-pb {
    margin-bottom: 2rem!important;
  }
}
.cid-thfJEZtdrm h2 {
  color: #12265a;
  margin-top: 0.8rem;
}
.cid-thfJEZtdrm .btn {
  color: #45b3df;
  padding: 0;
  margin-left: .2rem;
  margin-top: 0;
}
.cid-thfJEZtdrm .mbr-section-btn2 {
  display: inline-flex;
}
.cid-thfJEZtdrm .mbr-section-btn:hover .icon-btn {
  transform: rotateZ(180deg);
}
.cid-thfJEZtdrm .icon-btn {
  color: #45b3df;
  transition: 0.3s;
  line-height: 0;
  margin-left: 1rem;
}
.cid-thfJEZtdrm .card-block {
  margin: 0 1rem;
}
.cid-thfJEZtdrm .mbr-text {
  color: #45b3df;
  display: inline;
}
.cid-thfJEZtdrm .span2::before {
  content: '';
  margin: 0 10px 0 9px;
  display: inline-block;
  width: 5px;
  height: 5px;
  vertical-align: middle;
  margin-top: -2.5px;
  border-radius: 50%;
  background: #022d56;
}
.cid-thfJEZtdrm .link-card2 {
  transition: 0.3s;
  color: #45b3df;
  text-decoration: underline;
  font-weight: 400;
}
.cid-thfJEZtdrm .link-card2:hover {
  color: #45b3df;
}
.cid-thfJEZtdrm .photo {
  position: relative;
  margin-bottom: 2rem;
}
.cid-thfJEZtdrm .btn-min {
  position: absolute;
  padding: 0 0.6rem;
  border-radius: 5px;
  bottom: 20px;
  left: 20px;
  line-height: 1.5;
  margin-left: 0.5rem;
}
.cid-thfJEZtdrm .container-fluid {
  max-width: 1200px;
}
@media (max-width: 767px) {
  .cid-thfJEZtdrm {
    padding-top: 91px;
    padding-bottom: 20px;
  }
  .cid-thfJEZtdrm .container-fluid {
    padding: 0 1rem;
  }
}
@media (min-width: 767px) {
  .cid-thfJEZtdrm {
    padding-top: 105px;
    padding-bottom: 60px;
  }
  .cid-thfJEZtdrm .container-fluid {
    padding: 0 1.5rem;
  }
}
.cid-thfJEZtdrm .btn-underline {
  display: flex;
  align-items: center;
  margin-top: 0.3rem;
  font-weight: 700;
  margin-left: 5px;
}
.cid-thfJEZtdrm .mbr-section-title,
.cid-thfJEZtdrm .link-wrap {
  color: #54575f;
}
.cid-tkgJV03xLU {
  background-color: #ffffff;
}
.cid-tkgJV03xLU .text-top {
  color: #767676;
  margin-top: 2rem;
  margin-left: auto;
  margin-right: auto;
}
.cid-tkgJV03xLU .card {
  margin-bottom: 1rem;
}
.cid-tkgJV03xLU .row {
  justify-content: center;
}
.cid-tkgJV03xLU .card-title {
  color: #12265a;
  transition: 0.5s;
}
.cid-tkgJV03xLU .card-title:hover {
  color: #45b3df;
}
.cid-tkgJV03xLU img {
  width: 80px;
}
.cid-tkgJV03xLU .item-image {
  margin-right: 1rem;
}
.cid-tkgJV03xLU .container-fluid {
  max-width: 1200px;
}
@media (max-width: 767px) {
  .cid-tkgJV03xLU {
    padding-top: 50px;
    padding-bottom: 15px;
  }
  .cid-tkgJV03xLU .container-fluid {
    padding: 0 1rem;
  }
  .cid-tkgJV03xLU .container {
    padding: 0rem;
  }
  .cid-tkgJV03xLU .col-12 {
    padding: 0;
  }
  .cid-tkgJV03xLU .mbr-section-title {
    margin: 0;
    margin-left: 0px;
    margin-right: 0px;
  }
  .cid-tkgJV03xLU .card {
    display: flex;
    flex-direction: column;
    text-align: center;
  }
  .cid-tkgJV03xLU .card-title {
    margin-top: 2rem;
  }
}
@media (min-width: 767px) {
  .cid-tkgJV03xLU {
    padding-top: 75px;
    padding-bottom: 75px;
  }
  .cid-tkgJV03xLU .container-fluid {
    padding: 0 1.5rem;
  }
  .cid-tkgJV03xLU .mbr-section-title {
    margin-left: -12px;
    margin-right: -12px;
  }
  .cid-tkgJV03xLU .card {
    display: flex;
    flex-direction: row;
  }
}
.cid-tkgJV03xLU .container {
  margin-bottom: 1.5rem;
}
.cid-thUBFssKxs {
  background-color: #ffffff;
}
.cid-thUBFssKxs .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-thUBFssKxs .carousel-item > div {
  width: 100%;
}
.cid-thUBFssKxs .carousel-item.active,
.cid-thUBFssKxs .carousel-item-next,
.cid-thUBFssKxs .carousel-item-prev {
  display: flex;
}
.cid-thUBFssKxs .carousel-controls a {
  transition: opacity .5s;
  font-size: 1.2rem;
}
.cid-thUBFssKxs .carousel-controls a span {
  padding: 15px;
  border-radius: 50%;
  opacity: .9;
}
.cid-thUBFssKxs .carousel-controls a:hover span {
  opacity: 1;
}
.cid-thUBFssKxs .signature,
.cid-thUBFssKxs .desk {
  margin: 0;
}
.cid-thUBFssKxs .mbr-text {
  border-radius: 30px;
  color: #fff;
  position: relative;
}
.cid-thUBFssKxs .mbr-text1 {
  background-color: #45b3df;
}
.cid-thUBFssKxs .mbr-text2 {
  background-color: #022d56;
}
.cid-thUBFssKxs .mbr-text3 {
  background-color: #0da4d6;
}
.cid-thUBFssKxs .mbr-section-subtitle {
  margin-top: 2rem;
  margin-bottom: 1.3rem;
  margin-right: auto;
  margin-left: auto;
  color: #70747f;
}
.cid-thUBFssKxs .img-block {
  display: flex;
  justify-content: center;
  margin-top: 2rem;
  align-items: center;
}
.cid-thUBFssKxs img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin: 0;
}
.cid-thUBFssKxs .title-block {
  margin-left: 1rem;
}
.cid-thUBFssKxs h4 {
  font-weight: 900;
  color: #12265a;
}
.cid-thUBFssKxs .quote_svg {
  position: absolute;
  top: calc(96%);
  width: 30px;
  transition: inherit;
  left: 40px;
}
.cid-thUBFssKxs .quote_svg1 {
  fill: #45b3df;
}
.cid-thUBFssKxs .quote_svg2 {
  fill: #022d56;
}
.cid-thUBFssKxs .quote_svg3 {
  fill: #0da4d6;
}
.cid-thUBFssKxs .mbr-text::after {
  content: '“';
  display: inline-block;
  position: absolute;
  top: -1rem;
  left: 1rem;
  font-size: 15rem;
  line-height: 1;
  text-align: center;
  transition: inherit;
  color: rgba(255, 255, 255, 0.23);
}
.cid-thUBFssKxs .carousel-indicators li {
  background-color: #45b3df;
  width: 10px;
  height: 10px;
  border: none;
  border-radius: 50%;
}
.cid-thUBFssKxs .carousel-indicators {
  position: absolute;
  margin-top: 2rem;
  bottom: 0rem;
}
.cid-thUBFssKxs ol {
  margin-bottom: 0;
}
.cid-thUBFssKxs .carousel {
  display: flex;
  overflow: hidden;
  padding-bottom: 3rem;
}
@media (max-width: 767px) {
  .cid-thUBFssKxs {
    padding-top: 40px;
    padding-bottom: 60px;
  }
  .cid-thUBFssKxs .container-fluid {
    padding: 0 1rem;
  }
  .cid-thUBFssKxs .col-md-4 {
    padding: 0;
  }
  .cid-thUBFssKxs .mbr-text {
    padding: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-thUBFssKxs {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .cid-thUBFssKxs .container-fluid {
    padding: 0 0.5rem;
  }
  .cid-thUBFssKxs .mbr-text {
    padding: 2rem;
  }
}
.cid-thUBFssKxs .container-fluid {
  max-width: 1200px;
}
.cid-tkJTsiBzM0 {
  padding-top: 45px;
  padding-bottom: 45px;
  background: #ffffff;
}
.cid-tkJTsiBzM0 .mbr-section-subtitle {
  color: #cccccc;
}
.cid-tkJTsiBzM0 h2 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 2rem;
  letter-spacing: 4px;
}
.cid-tkJTsiBzM0 h2:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tkJTsiBzM0 h2:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tkJTsiBzM0 .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #0da4d6;
  margin: 15px 0.5rem;
  display: block;
}
.cid-tkJTsiBzM0 .mbr-iconfont-social:before {
  padding: 0.6rem;
  border: 2px solid;
  border-radius: 100px;
  transition: all 0.3s;
}
.cid-tkJTsiBzM0 .mbr-iconfont-social:hover {
  color: #ffffff;
}
.cid-tkJTsiBzM0 .mbr-iconfont-social:hover:before {
  background: #0da4d6;
  transition: all 0.3s;
  border-color: transparent;
}
.cid-tkJTsiBzM0 .social-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-tkJTsiBzM0 .social-list a:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .cid-tkJTsiBzM0 .mbr-iconfont-social {
    margin-left: 0.2rem;
    margin-right: 0.2rem;
  }
}
.cid-tkJTsiBzM0 .mbr-section-title,
.cid-tkJTsiBzM0 .social-list {
  color: #000000;
}
@media (max-width: 768px) {
  .cid-tkJTsiBzM0 h2:before,
  .cid-tkJTsiBzM0 h2:after {
    display: none;
  }
}
.cid-tjq0gwqSfA {
  background-color: #f4e80b;
}
.cid-tjq0gwqSfA .mbr-text {
  text-align: left;
}
.cid-tjq0gwqSfA h4 {
  text-align: center;
  margin-bottom: 0;
}
.cid-tjq0gwqSfA p {
  text-align: center;
  margin: 0;
}
.cid-tjq0gwqSfA .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-tjq0gwqSfA .mbr-iconfont {
  transition: all 0.3s;
  font-size: 2rem;
}
.cid-tjq0gwqSfA .card-title {
  color: #12265a;
  text-align: left;
}
.cid-tjq0gwqSfA .card {
  border-radius: 30px;
  align-items: center;
  position: relative;
  transition: 0.4s;
  z-index: 1;
  padding: 0.8rem;
}
.cid-tjq0gwqSfA img {
  width: auto;
  height: 180px;
  margin-top: 1rem;
}
.cid-tjq0gwqSfA .card:hover {
  transform: translateY(-20px);
}
.cid-tjq0gwqSfA .container-fluid {
  max-width: 1200px;
}
.cid-tjq0gwqSfA .btn {
  color: #fff;
  padding-left: 0;
  padding-right: 0;
  line-height: 1.5rem;
}
.cid-tjq0gwqSfA .mbr-section-btn {
  display: flex;
  align-items: center;
  margin-bottom: 1.6rem;
}
.cid-tjq0gwqSfA .mbr-section-btn:hover .icon-btn {
  transform: rotateZ(180deg);
}
@media (min-width: 992px) {
  .cid-tjq0gwqSfA {
    padding-top: 180px;
    padding-bottom: 180px;
  }
}
.cid-tjq0gwqSfA .icon-btn {
  transition: 0.3s;
  line-height: 0;
}
.cid-tjq0gwqSfA .card-img {
  text-align: center;
}
.cid-tjq0gwqSfA .inner-dashed-border {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.cid-tjq0gwqSfA .card:hover .inner-dashed-border {
  animation-play-state: running;
}
.cid-tjq0gwqSfA .card .svg1 {
  stroke: #022d56;
}
.cid-tjq0gwqSfA .card .svg2 {
  stroke: #45b3df;
}
.cid-tjq0gwqSfA .card .svg3 {
  stroke: #0da4d6;
}
@keyframes dashed_border_running {
  100% {
    stroke-dashoffset: -1000;
  }
}
.cid-tjq0gwqSfA svg {
  position: relative;
}
.cid-tjq0gwqSfA rect {
  position: absolute;
}
.cid-tjq0gwqSfA .wgl-icon {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin-right: 2rem;
  margin-left: 2rem;
  position: relative;
}
.cid-tjq0gwqSfA .wgl-icon1 {
  background-color: #022d56;
}
.cid-tjq0gwqSfA .wgl-icon2 {
  background-color: #45b3df;
}
.cid-tjq0gwqSfA .wgl-icon3 {
  background-color: #0da4d6;
}
.cid-tjq0gwqSfA .circle-icon {
  display: flex;
  align-items: center;
  height: 100%;
  justify-content: center;
  width: 100%;
  position: relative;
  background-color: #fff;
  z-index: -1;
  border-radius: 30px;
  padding: 1rem;
}
.cid-tjq0gwqSfA .icon1 {
  font-size: 1.3rem;
  font-weight: 900;
  color: #fff;
  position: absolute;
  top: 10px;
  left: 10px;
}
.cid-tjq0gwqSfA .svg-1 {
  position: absolute;
  bottom: 0;
}
.cid-tjq0gwqSfA .svg-1 path {
  fill: #ffffff;
}
.cid-tjq0gwqSfA .svg-2 {
  position: absolute;
  top: 0;
}
.cid-tjq0gwqSfA .svg-2 path {
  fill: #ffffff;
}
.cid-tjq0gwqSfA .svg1,
.cid-tjq0gwqSfA .svg2,
.cid-tjq0gwqSfA .svg3 {
  position: absolute;
  z-index: -1;
  padding: 1rem;
}
.cid-tjq0gwqSfA .svg1 rect,
.cid-tjq0gwqSfA .svg2 rect,
.cid-tjq0gwqSfA .svg3 rect {
  width: calc(100% - 4px);
  height: calc(100% - 4px);
}
.cid-tjq0gwqSfA .card-box {
  margin-top: 1.7rem;
  margin-bottom: 1rem;
}
.cid-tjq0gwqSfA .row {
  justify-content: center;
}
@media (min-width: 767px) {
  .cid-tjq0gwqSfA .container-fluid {
    padding: 0 1.5rem;
  }
}
.cid-thfIXnxqhw {
  background-color: #0da4d6;
}
.cid-thfIXnxqhw svg {
  position: absolute;
  top: 0;
}
.cid-thfIXnxqhw .svg-1 {
  fill: #ffffff;
}
.cid-thfIXnxqhw .container-fluid {
  max-width: 1200px;
}
@media (max-width: 767px) {
  .cid-thfIXnxqhw {
    padding-top: 12px;
    padding-bottom: 4px;
  }
}
@media (min-width: 767px) {
  .cid-thfIXnxqhw {
    padding-top: 90px;
    padding-bottom: 30px;
  }
}
.cid-thfIXnxqhw .mbr-text {
  color: #b1bee0;
}
.cid-thfIXnxqhw a {
  text-decoration: underline;
}
.cid-thfIXnxqhw a,
.cid-thfIXnxqhw a:hover {
  font-weight: 400 !important;
}
.cid-thfIXnxqhw .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-thfJSJuWxS {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-thfJSJuWxS .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
}
.cid-thfJSJuWxS .navbar {
  display: flex;
  flex-wrap: nowrap;
  background: #022d56;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-thfJSJuWxS .navbar-dropdown.bg-color.transparent.opened {
  background: #022d56;
}
.cid-thfJSJuWxS a {
  font-style: normal;
}
.cid-thfJSJuWxS .show {
  overflow: visible;
}
.cid-thfJSJuWxS .dropdown-menu {
  border-radius: 20px;
  min-width: 250px;
}
.cid-thfJSJuWxS .dropdown-item:active {
  background-color: transparent;
}
.cid-thfJSJuWxS .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-thfJSJuWxS .nav-item a {
  display: -webkit-flex;
  align-items: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
}
.cid-thfJSJuWxS .nav-item:focus,
.cid-thfJSJuWxS .nav-link:focus {
  outline: none;
}
.cid-thfJSJuWxS .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  border: 1px solid #7a7b7e;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  padding: 0;
}
.cid-thfJSJuWxS .btn .mbr-iconfont {
  font-size: 1.5rem;
}
.cid-thfJSJuWxS .menu-logo .navbar-brand {
  display: flex;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-thfJSJuWxS .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-thfJSJuWxS .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-thfJSJuWxS .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-thfJSJuWxS .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-thfJSJuWxS .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-thfJSJuWxS .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-thfJSJuWxS .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-thfJSJuWxS .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-thfJSJuWxS .dropdown .dropdown-menu {
  background: transparent;
  display: none;
  position: absolute;
  padding-top: 4.5rem;
  padding-bottom: 2rem;
  text-align: left;
}
.cid-thfJSJuWxS .dropdown .dropdown-menu > .dropdown > .dropdown-item,
.cid-thfJSJuWxS .dropdown .dropdown-menu > .dropdown-item {
  font-weight: 900;
  font-family: 'Nunito', sans-serif;
  width: auto;
  padding: 4px 30px !important;
  margin: 0 !important;
}
.cid-thfJSJuWxS .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-thfJSJuWxS .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-thfJSJuWxS .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: none;
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-thfJSJuWxS button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
  position: absolute;
  left: 1rem;
}
.cid-thfJSJuWxS button.navbar-toggler:focus {
  outline: none;
}
.cid-thfJSJuWxS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-thfJSJuWxS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-thfJSJuWxS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-thfJSJuWxS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-thfJSJuWxS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-thfJSJuWxS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-thfJSJuWxS nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-thfJSJuWxS nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-thfJSJuWxS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-thfJSJuWxS .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-thfJSJuWxS .collapsed .btn {
  display: -webkit-flex;
}
.cid-thfJSJuWxS .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-thfJSJuWxS .collapsed .navbar-collapse.collapsing,
.cid-thfJSJuWxS .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-thfJSJuWxS .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-thfJSJuWxS .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-thfJSJuWxS .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-thfJSJuWxS .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-thfJSJuWxS .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-thfJSJuWxS .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-thfJSJuWxS .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-thfJSJuWxS .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-thfJSJuWxS .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 88.75vh;
  }
}
.cid-thfJSJuWxS .collapsed button.navbar-toggler {
  display: block;
}
.cid-thfJSJuWxS .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-thfJSJuWxS .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-thfJSJuWxS .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-thfJSJuWxS .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-thfJSJuWxS .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-thfJSJuWxS .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: 991px) {
  .cid-thfJSJuWxS.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-thfJSJuWxS img {
    height: 3.8rem !important;
  }
  .cid-thfJSJuWxS .btn {
    display: -webkit-flex;
  }
  .cid-thfJSJuWxS button.navbar-toggler {
    display: block;
  }
  .cid-thfJSJuWxS .navbar-brand {
    margin-left: 3.5rem !important;
  }
  .cid-thfJSJuWxS .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-thfJSJuWxS .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-thfJSJuWxS .navbar-collapse.collapsing,
  .cid-thfJSJuWxS .navbar-collapse.show {
    display: block !important;
  }
  .cid-thfJSJuWxS .navbar-collapse.collapsing .navbar-nav,
  .cid-thfJSJuWxS .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-thfJSJuWxS .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-thfJSJuWxS .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-thfJSJuWxS .navbar-collapse.collapsing .navbar-buttons,
  .cid-thfJSJuWxS .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-thfJSJuWxS .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-thfJSJuWxS .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-thfJSJuWxS .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-thfJSJuWxS .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-thfJSJuWxS .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-thfJSJuWxS .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: 767px) {
  .cid-thfJSJuWxS .navbar-collapse {
    max-height: 100vh !important;
  }
  .cid-thfJSJuWxS .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    color: #fff;
  }
  .cid-thfJSJuWxS .nav-link {
    justify-content: start!important;
  }
  .cid-thfJSJuWxS .navbar.opened {
    height: 100%;
  }
  .cid-thfJSJuWxS .navbar-toggleable-sm {
    width: 100%!important;
  }
  .cid-thfJSJuWxS .dropdown-menu {
    box-shadow: none !important;
    background: #313131 !important;
  }
}
@media (min-width: 767px) {
  .cid-thfJSJuWxS .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-thfJSJuWxS .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-thfJSJuWxS .link {
  color: #12265a;
  font-weight: 900;
  font-family: 'Nunito', sans-serif;
  transition: 0.4s;
}
.cid-thfJSJuWxS .span-link {
  padding: 0 0.5rem;
}
.cid-thfJSJuWxS .btn1::before {
  content: '';
  position: absolute;
  top: -7px;
  left: -7px;
  width: 52px;
  height: 52px;
  border: 2px dashed #0da4d6;
  border-radius: 30px;
  animation: spin_left 5s linear infinite;
  animation-play-state: paused;
}
.cid-thfJSJuWxS .btn2::before {
  content: '';
  position: absolute;
  top: -7px;
  left: -7px;
  width: 52px;
  height: 52px;
  border: 2px dashed #45b3df;
  border-radius: 30px;
  animation: spin_left 5s linear infinite;
  animation-play-state: paused;
}
.cid-thfJSJuWxS .btn:hover::before {
  animation-play-state: running;
}
@keyframes spin_left {
  0% {
    transform: rotate(360deg);
  }
}
.cid-thfJSJuWxS .navbar-caption {
  color: #efefef;
  font-weight: 900;
  font-family: 'Nunito', sans-serif;
}
.cid-thfJSJuWxS .navbar-caption:hover {
  color: #45b3df;
}
.cid-thfJSJuWxS .container-fluid {
  max-width: 1200px;
}
@media (max-width: 992px) {
  .cid-thfJSJuWxS .navbar-collapse.show {
    overflow: visible !important;
  }
  .cid-thfJSJuWxS .dropdown-item {
    color: #fff;
  }
  .cid-thfJSJuWxS .nav-item.open .nav-link,
  .cid-thfJSJuWxS .link:hover {
    color: #fff;
    background: #0da4d6;
    border-radius: 5px;
  }
  .cid-thfJSJuWxS .link:active {
    color: #fff !important;
  }
  .cid-thfJSJuWxS .logo-name {
    margin-top: 0.5rem;
  }
  .cid-thfJSJuWxS .navbar-brand {
    justify-content: center;
  }
  .cid-thfJSJuWxS .mbr-section-btn {
    order: 1;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .cid-thfJSJuWxS .nav-item a {
    margin: 0 0.5rem !important;
  }
  .cid-thfJSJuWxS .navbar-nav .nav-link {
    color: #fff;
    display: inline-block;
  }
  .cid-thfJSJuWxS .navbar-collapse {
    background-color: #313131;
    order: 2;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cid-thfJSJuWxS .navbar {
    height: 90px;
  }
  .cid-thfJSJuWxS .menu-logo {
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
  .cid-thfJSJuWxS .btn1 {
    display: none;
  }
  .cid-thfJSJuWxS .mbr-section-title {
    color: #fff;
  }
  .cid-thfJSJuWxS .container-fluid {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .cid-thfJSJuWxS .navbar-toggleable-sm {
    background-color: #313131;
  }
  .cid-thfJSJuWxS .span-link {
    color: #fff;
  }
  .cid-thfJSJuWxS .navbar-collapse.show .navbar-nav {
    text-align: left;
  }
}
@media (min-width: 992px) {
  .cid-thfJSJuWxS .dropdown-item {
    color: #12265a;
  }
  .cid-thfJSJuWxS .nav-item.open .nav-link,
  .cid-thfJSJuWxS .link:hover {
    color: #efefef !important;
    background: #0da4d6;
    border-radius: 5px;
  }
  .cid-thfJSJuWxS .logo-name {
    margin-top: 2rem;
  }
  .cid-thfJSJuWxS .navbar-collapse {
    justify-content: space-between;
  }
  .cid-thfJSJuWxS .navbar-nav {
    margin-left: auto;
    margin-right: auto;
  }
  .cid-thfJSJuWxS .container-fluid {
    padding: 0 1rem;
  }
  .cid-thfJSJuWxS .dropdown-menu::after {
    content: '';
    position: absolute;
    top: 4rem;
    bottom: 1.4rem;
    left: 10px;
    right: 10px;
    border: 2px dashed #45b3df;
    border-radius: 10px;
    z-index: 0;
    pointer-events: none;
  }
  .cid-thfJSJuWxS .dropdown-menu::before {
    content: "";
    position: absolute;
    top: 3.4rem;
    bottom: 0.8rem;
    left: 0px;
    right: 0px;
    border-radius: 10px;
    background: #022d56;
    z-index: -1;
  }
}
.cid-thfJSJuWxS .mbr-section-title {
  font-weight: 900;
}
.cid-thfJSJuWxS .mbr-section-subtitle {
  color: #fa9db7;
}
.cid-thfJSJuWxS .mbr-section-btn {
  display: flex;
}
.cid-thfJSJuWxS .dropdown-item:hover {
  color: #0da4d6 !important;
}
.cid-thfJSJuWxS .btn-primary:hover {
  background-color: #0da4d6 !important;
  border-color: #0da4d6 !important;
}
.cid-thfJSJuWxS .btn-warning:hover {
  background-color: #45b3df !important;
  border-color: #45b3df !important;
}
.cid-thfJSJuWxS .dropdown-toggle::after {
  content: '+';
  border: none !important;
  top: 25% !important;
}
.cid-thfJSJuWxS .nav-item a {
  padding: 0 0.5rem !important;
}
.cid-thfJSJuWxS .nav-link {
  padding: 0rem 0.5rem !important;
}
.cid-thfJSJuWxS .mbr-iconfont {
  margin: 0;
}
.cid-thfJSJuWxS .btn-primary:focus {
  background-color: #0da4d6 !important;
  border-color: #0da4d6 !important;
}
.cid-thfJSJuWxS .btn-warning:focus {
  background-color: #45b3df !important;
  border-color: #45b3df !important;
}
.cid-thfJSJuWxS .navbar-dropdown.navbar-short .navbar-brand {
  padding-top: .3125rem;
  padding-bottom: .3125rem;
}
.cid-thfJSJuWxS .navbar-dropdown .navbar-logo {
  margin-right: 0.8rem;
}
.cid-thfJSKs9YU {
  padding-top: 150px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/banner-aulas-extras-2000x684.jpg");
}
@media (max-width: 767px) {
  .cid-thfJSKs9YU {
    padding-top: 50px;
    padding-bottom: 45px;
  }
}
.cid-thfJSKs9YU h3 {
  font-weight: 900;
  width: fit-content;
  position: relative;
  color: #fff;
}
.cid-thfJSKs9YU .btn {
  margin: 0.2rem!important;
}
@media (max-width: 767px) {
  .cid-thfJSKs9YU .mbr-iconfont2 {
    margin: 0;
  }
  .cid-thfJSKs9YU .wrapper-left {
    text-align: left;
  }
  .cid-thfJSKs9YU .number {
    margin-top: 1rem;
    display: flex;
    align-items: center;
    margin-left: -5px;
  }
  .cid-thfJSKs9YU .block {
    margin-top: 2.3rem;
    display: flex;
    flex-direction: column;
  }
  .cid-thfJSKs9YU .container-fluid {
    padding: 0 1rem;
  }
  .cid-thfJSKs9YU .mbr-section-btn {
    text-align: left;
  }
  .cid-thfJSKs9YU h3 {
    margin: auto;
    margin-bottom: 1.4rem;
  }
  .cid-thfJSKs9YU h3:before {
    position: absolute;
    content: '';
    left: -60px;
    top: 0;
    margin: auto;
    bottom: 0;
    width: 40px;
    height: 1px;
    background: currentColor;
  }
}
@media (min-width: 767px) {
  .cid-thfJSKs9YU .mbr-iconfont2 {
    margin-left: 1rem;
  }
  .cid-thfJSKs9YU .number {
    display: flex;
    align-items: center;
  }
  .cid-thfJSKs9YU .block {
    margin-top: 2.3rem;
    display: inline-flex;
    align-items: center;
  }
  .cid-thfJSKs9YU .container-fluid {
    padding: 0 1.5rem;
  }
}
.cid-thfJSKs9YU .mbr-section-subtitle {
  background-color: #034c92;
  padding: 0.4rem 1rem;
  border-radius: 15px;
  display: inline-block;
}
.cid-thfJSKs9YU .mbr-section-title {
  background-color: #5bbce3;
  padding: 0.4rem 1rem;
  border-radius: 15px;
  margin-bottom: 1.3rem;
  display: inline-block;
}
.cid-thfJSKs9YU h1 {
  margin-left: -4px;
  margin-bottom: 0.1rem;
}
.cid-thfJSKs9YU p {
  margin-bottom: 1.3rem;
}
.cid-thfJSKs9YU .container-fluid {
  max-width: 1200px;
}
.cid-thfJSKs9YU .telephone {
  color: #12265a;
  transition: 0.5s;
}
.cid-thfJSKs9YU .telephone:hover {
  color: #45b3df;
}
.cid-thfJSKs9YU .icon-btn {
  color: #fa9db7;
}
.cid-thfJSKs9YU .mbr-iconfont2 {
  font-size: 2.5rem;
  color: #45b3df;
}
.cid-thfJSKs9YU h4 {
  margin-bottom: 0;
}
.cid-tjBN4D4ykW {
  background-color: #ffffff;
}
.cid-tjBN4D4ykW .text-top {
  color: #767676;
}
.cid-tjBN4D4ykW .card {
  margin-bottom: 1rem;
}
.cid-tjBN4D4ykW .row {
  justify-content: center;
}
.cid-tjBN4D4ykW .card-title {
  color: #12265a;
  transition: 0.5s;
}
.cid-tjBN4D4ykW .card-title:hover {
  color: #45b3df;
}
.cid-tjBN4D4ykW img {
  width: 80px;
}
.cid-tjBN4D4ykW .item-image {
  margin-right: 1rem;
}
.cid-tjBN4D4ykW .container-fluid {
  max-width: 1200px;
}
.cid-tjBN4D4ykW .mbr-section-title {
  margin-bottom: 2rem;
  background-size: 100% 0.521em;
  display: inline-block;
  margin-left: -12px;
  margin-right: -12px;
  padding: 0 12px;
  background-image: linear-gradient(to top, rgba(69, 179, 223, 0.5), rgba(69, 179, 223, 0.5));
  background-repeat: no-repeat;
  background-position: 0% 74%;
}
@media (max-width: 767px) {
  .cid-tjBN4D4ykW {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .cid-tjBN4D4ykW .container-fluid {
    padding: 0 1rem;
  }
  .cid-tjBN4D4ykW .card-title {
    margin-top: 2rem;
  }
  .cid-tjBN4D4ykW .card {
    text-align: center;
  }
}
@media (min-width: 767px) {
  .cid-tjBN4D4ykW {
    padding-top: 60px;
    padding-bottom: 0px;
  }
  .cid-tjBN4D4ykW .container-fluid {
    padding: 0 1.5rem;
  }
  .cid-tjBN4D4ykW .card {
    display: flex;
    flex-direction: row;
  }
}
.cid-tjBN4D4ykW .mbr-white {
  margin-bottom: 1.5rem;
}
.cid-tjBNadHLCf {
  background-color: #ffffff;
}
.cid-tjBNadHLCf .text-top {
  color: #767676;
}
.cid-tjBNadHLCf .card {
  margin-bottom: 1rem;
}
.cid-tjBNadHLCf .row {
  justify-content: center;
}
.cid-tjBNadHLCf .card-title {
  color: #12265a;
  transition: 0.5s;
}
.cid-tjBNadHLCf .card-title:hover {
  color: #45b3df;
}
.cid-tjBNadHLCf img {
  width: 80px;
}
.cid-tjBNadHLCf .item-image {
  margin-right: 1rem;
}
.cid-tjBNadHLCf .container-fluid {
  max-width: 1200px;
}
.cid-tjBNadHLCf .mbr-section-title {
  margin-bottom: 2rem;
  background-size: 100% 0.521em;
  display: inline-block;
  margin-left: -12px;
  margin-right: -12px;
  padding: 0 12px;
  background-image: linear-gradient(to top, rgba(69, 179, 223, 0.5), rgba(69, 179, 223, 0.5));
  background-repeat: no-repeat;
  background-position: 0% 74%;
}
@media (max-width: 767px) {
  .cid-tjBNadHLCf {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .cid-tjBNadHLCf .container-fluid {
    padding: 0 1rem;
  }
  .cid-tjBNadHLCf .card-title {
    margin-top: 2rem;
  }
  .cid-tjBNadHLCf .card {
    text-align: center;
  }
}
@media (min-width: 767px) {
  .cid-tjBNadHLCf {
    padding-top: 0px;
    padding-bottom: 45px;
  }
  .cid-tjBNadHLCf .container-fluid {
    padding: 0 1.5rem;
  }
  .cid-tjBNadHLCf .card {
    display: flex;
    flex-direction: row;
  }
}
.cid-tjBNadHLCf .mbr-white {
  margin-bottom: 1.5rem;
}
.cid-upeL5BIDpk {
  background-color: #ffffff;
}
.cid-upeL5BIDpk .text-top {
  color: #767676;
}
.cid-upeL5BIDpk .card {
  margin-bottom: 1rem;
}
.cid-upeL5BIDpk .row {
  justify-content: center;
}
.cid-upeL5BIDpk .card-title {
  color: #12265a;
  transition: 0.5s;
}
.cid-upeL5BIDpk .card-title:hover {
  color: #45b3df;
}
.cid-upeL5BIDpk img {
  width: 80px;
}
.cid-upeL5BIDpk .item-image {
  margin-right: 1rem;
}
.cid-upeL5BIDpk .container-fluid {
  max-width: 1200px;
}
.cid-upeL5BIDpk .mbr-section-title {
  margin-bottom: 2rem;
  background-size: 100% 0.521em;
  display: inline-block;
  margin-left: -12px;
  margin-right: -12px;
  padding: 0 12px;
  background-image: linear-gradient(to top, rgba(69, 179, 223, 0.5), rgba(69, 179, 223, 0.5));
  background-repeat: no-repeat;
  background-position: 0% 74%;
}
@media (max-width: 767px) {
  .cid-upeL5BIDpk {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .cid-upeL5BIDpk .container-fluid {
    padding: 0 1rem;
  }
  .cid-upeL5BIDpk .card-title {
    margin-top: 2rem;
  }
  .cid-upeL5BIDpk .card {
    text-align: center;
  }
}
@media (min-width: 767px) {
  .cid-upeL5BIDpk {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .cid-upeL5BIDpk .container-fluid {
    padding: 0 1.5rem;
  }
  .cid-upeL5BIDpk .card {
    display: flex;
    flex-direction: row;
  }
}
.cid-upeL5BIDpk .mbr-white {
  margin-bottom: 1.5rem;
}
.cid-tkgJZEcuRT {
  background-color: #ffffff;
}
.cid-tkgJZEcuRT .text-top {
  color: #767676;
  margin-top: 2rem;
  margin-left: auto;
  margin-right: auto;
}
.cid-tkgJZEcuRT .card {
  margin-bottom: 1rem;
}
.cid-tkgJZEcuRT .row {
  justify-content: center;
}
.cid-tkgJZEcuRT .card-title {
  color: #12265a;
  transition: 0.5s;
}
.cid-tkgJZEcuRT .card-title:hover {
  color: #45b3df;
}
.cid-tkgJZEcuRT img {
  width: 80px;
}
.cid-tkgJZEcuRT .item-image {
  margin-right: 1rem;
}
.cid-tkgJZEcuRT .container-fluid {
  max-width: 1200px;
}
@media (max-width: 767px) {
  .cid-tkgJZEcuRT {
    padding-top: 40px;
    padding-bottom: 15px;
  }
  .cid-tkgJZEcuRT .container-fluid {
    padding: 0 1rem;
  }
  .cid-tkgJZEcuRT .container {
    padding: 0rem;
  }
  .cid-tkgJZEcuRT .col-12 {
    padding: 0;
  }
  .cid-tkgJZEcuRT .mbr-section-title {
    margin: 0;
    margin-left: 0px;
    margin-right: 0px;
  }
  .cid-tkgJZEcuRT .card {
    display: flex;
    flex-direction: column;
    text-align: center;
  }
  .cid-tkgJZEcuRT .card-title {
    margin-top: 2rem;
  }
}
@media (min-width: 767px) {
  .cid-tkgJZEcuRT {
    padding-top: 60px;
    padding-bottom: 75px;
  }
  .cid-tkgJZEcuRT .container-fluid {
    padding: 0 1.5rem;
  }
  .cid-tkgJZEcuRT .mbr-section-title {
    margin-left: -12px;
    margin-right: -12px;
  }
  .cid-tkgJZEcuRT .card {
    display: flex;
    flex-direction: row;
  }
}
.cid-tkgJZEcuRT .container {
  margin-bottom: 1.5rem;
}
.cid-thUBPuZBGO {
  background-color: #ffffff;
}
.cid-thUBPuZBGO .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-thUBPuZBGO .carousel-item > div {
  width: 100%;
}
.cid-thUBPuZBGO .carousel-item.active,
.cid-thUBPuZBGO .carousel-item-next,
.cid-thUBPuZBGO .carousel-item-prev {
  display: flex;
}
.cid-thUBPuZBGO .carousel-controls a {
  transition: opacity .5s;
  font-size: 1.2rem;
}
.cid-thUBPuZBGO .carousel-controls a span {
  padding: 15px;
  border-radius: 50%;
  opacity: .9;
}
.cid-thUBPuZBGO .carousel-controls a:hover span {
  opacity: 1;
}
.cid-thUBPuZBGO .signature,
.cid-thUBPuZBGO .desk {
  margin: 0;
}
.cid-thUBPuZBGO .mbr-text {
  border-radius: 30px;
  color: #fff;
  position: relative;
}
.cid-thUBPuZBGO .mbr-text1 {
  background-color: #45b3df;
}
.cid-thUBPuZBGO .mbr-text2 {
  background-color: #022d56;
}
.cid-thUBPuZBGO .mbr-text3 {
  background-color: #0da4d6;
}
.cid-thUBPuZBGO .mbr-section-subtitle {
  margin-top: 2rem;
  margin-bottom: 1.3rem;
  margin-right: auto;
  margin-left: auto;
  color: #70747f;
}
.cid-thUBPuZBGO .img-block {
  display: flex;
  justify-content: center;
  margin-top: 2rem;
  align-items: center;
}
.cid-thUBPuZBGO img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin: 0;
}
.cid-thUBPuZBGO .title-block {
  margin-left: 1rem;
}
.cid-thUBPuZBGO h4 {
  font-weight: 900;
  color: #12265a;
}
.cid-thUBPuZBGO .quote_svg {
  position: absolute;
  top: calc(96%);
  width: 30px;
  transition: inherit;
  left: 40px;
}
.cid-thUBPuZBGO .quote_svg1 {
  fill: #45b3df;
}
.cid-thUBPuZBGO .quote_svg2 {
  fill: #022d56;
}
.cid-thUBPuZBGO .quote_svg3 {
  fill: #0da4d6;
}
.cid-thUBPuZBGO .mbr-text::after {
  content: '“';
  display: inline-block;
  position: absolute;
  top: -1rem;
  left: 1rem;
  font-size: 15rem;
  line-height: 1;
  text-align: center;
  transition: inherit;
  color: rgba(255, 255, 255, 0.23);
}
.cid-thUBPuZBGO .carousel-indicators li {
  background-color: #45b3df;
  width: 10px;
  height: 10px;
  border: none;
  border-radius: 50%;
}
.cid-thUBPuZBGO .carousel-indicators {
  position: absolute;
  margin-top: 2rem;
  bottom: 0rem;
}
.cid-thUBPuZBGO ol {
  margin-bottom: 0;
}
.cid-thUBPuZBGO .carousel {
  display: flex;
  overflow: hidden;
  padding-bottom: 3rem;
}
@media (max-width: 767px) {
  .cid-thUBPuZBGO {
    padding-top: 40px;
    padding-bottom: 60px;
  }
  .cid-thUBPuZBGO .container-fluid {
    padding: 0 1rem;
  }
  .cid-thUBPuZBGO .col-md-4 {
    padding: 0;
  }
  .cid-thUBPuZBGO .mbr-text {
    padding: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-thUBPuZBGO {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .cid-thUBPuZBGO .container-fluid {
    padding: 0 0.5rem;
  }
  .cid-thUBPuZBGO .mbr-text {
    padding: 2rem;
  }
}
.cid-thUBPuZBGO .container-fluid {
  max-width: 1200px;
}
.cid-tkJTv86aoQ {
  padding-top: 45px;
  padding-bottom: 45px;
  background: #ffffff;
}
.cid-tkJTv86aoQ .mbr-section-subtitle {
  color: #cccccc;
}
.cid-tkJTv86aoQ h2 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 2rem;
  letter-spacing: 4px;
}
.cid-tkJTv86aoQ h2:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tkJTv86aoQ h2:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tkJTv86aoQ .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #0da4d6;
  margin: 15px 0.5rem;
  display: block;
}
.cid-tkJTv86aoQ .mbr-iconfont-social:before {
  padding: 0.6rem;
  border: 2px solid;
  border-radius: 100px;
  transition: all 0.3s;
}
.cid-tkJTv86aoQ .mbr-iconfont-social:hover {
  color: #ffffff;
}
.cid-tkJTv86aoQ .mbr-iconfont-social:hover:before {
  background: #0da4d6;
  transition: all 0.3s;
  border-color: transparent;
}
.cid-tkJTv86aoQ .social-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-tkJTv86aoQ .social-list a:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .cid-tkJTv86aoQ .mbr-iconfont-social {
    margin-left: 0.2rem;
    margin-right: 0.2rem;
  }
}
.cid-tkJTv86aoQ .mbr-section-title,
.cid-tkJTv86aoQ .social-list {
  color: #000000;
}
@media (max-width: 768px) {
  .cid-tkJTv86aoQ h2:before,
  .cid-tkJTv86aoQ h2:after {
    display: none;
  }
}
.cid-tjq0lFelkm {
  background-color: #f4e80b;
}
.cid-tjq0lFelkm .mbr-text {
  text-align: left;
}
.cid-tjq0lFelkm h4 {
  text-align: center;
  margin-bottom: 0;
}
.cid-tjq0lFelkm p {
  text-align: center;
  margin: 0;
}
.cid-tjq0lFelkm .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-tjq0lFelkm .mbr-iconfont {
  transition: all 0.3s;
  font-size: 2rem;
}
.cid-tjq0lFelkm .card-title {
  color: #12265a;
  text-align: left;
}
.cid-tjq0lFelkm .card {
  border-radius: 30px;
  align-items: center;
  position: relative;
  transition: 0.4s;
  z-index: 1;
  padding: 0.8rem;
}
.cid-tjq0lFelkm img {
  width: auto;
  height: 180px;
  margin-top: 1rem;
}
.cid-tjq0lFelkm .card:hover {
  transform: translateY(-20px);
}
.cid-tjq0lFelkm .container-fluid {
  max-width: 1200px;
}
.cid-tjq0lFelkm .btn {
  color: #fff;
  padding-left: 0;
  padding-right: 0;
  line-height: 1.5rem;
}
.cid-tjq0lFelkm .mbr-section-btn {
  display: flex;
  align-items: center;
  margin-bottom: 1.6rem;
}
.cid-tjq0lFelkm .mbr-section-btn:hover .icon-btn {
  transform: rotateZ(180deg);
}
@media (min-width: 992px) {
  .cid-tjq0lFelkm {
    padding-top: 180px;
    padding-bottom: 180px;
  }
}
.cid-tjq0lFelkm .icon-btn {
  transition: 0.3s;
  line-height: 0;
}
.cid-tjq0lFelkm .card-img {
  text-align: center;
}
.cid-tjq0lFelkm .inner-dashed-border {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.cid-tjq0lFelkm .card:hover .inner-dashed-border {
  animation-play-state: running;
}
.cid-tjq0lFelkm .card .svg1 {
  stroke: #022d56;
}
.cid-tjq0lFelkm .card .svg2 {
  stroke: #45b3df;
}
.cid-tjq0lFelkm .card .svg3 {
  stroke: #0da4d6;
}
@keyframes dashed_border_running {
  100% {
    stroke-dashoffset: -1000;
  }
}
.cid-tjq0lFelkm svg {
  position: relative;
}
.cid-tjq0lFelkm rect {
  position: absolute;
}
.cid-tjq0lFelkm .wgl-icon {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin-right: 2rem;
  margin-left: 2rem;
  position: relative;
}
.cid-tjq0lFelkm .wgl-icon1 {
  background-color: #022d56;
}
.cid-tjq0lFelkm .wgl-icon2 {
  background-color: #45b3df;
}
.cid-tjq0lFelkm .wgl-icon3 {
  background-color: #0da4d6;
}
.cid-tjq0lFelkm .circle-icon {
  display: flex;
  align-items: center;
  height: 100%;
  justify-content: center;
  width: 100%;
  position: relative;
  background-color: #fff;
  z-index: -1;
  border-radius: 30px;
  padding: 1rem;
}
.cid-tjq0lFelkm .icon1 {
  font-size: 1.3rem;
  font-weight: 900;
  color: #fff;
  position: absolute;
  top: 10px;
  left: 10px;
}
.cid-tjq0lFelkm .svg-1 {
  position: absolute;
  bottom: 0;
}
.cid-tjq0lFelkm .svg-1 path {
  fill: #ffffff;
}
.cid-tjq0lFelkm .svg-2 {
  position: absolute;
  top: 0;
}
.cid-tjq0lFelkm .svg-2 path {
  fill: #ffffff;
}
.cid-tjq0lFelkm .svg1,
.cid-tjq0lFelkm .svg2,
.cid-tjq0lFelkm .svg3 {
  position: absolute;
  z-index: -1;
  padding: 1rem;
}
.cid-tjq0lFelkm .svg1 rect,
.cid-tjq0lFelkm .svg2 rect,
.cid-tjq0lFelkm .svg3 rect {
  width: calc(100% - 4px);
  height: calc(100% - 4px);
}
.cid-tjq0lFelkm .card-box {
  margin-top: 1.7rem;
  margin-bottom: 1rem;
}
.cid-tjq0lFelkm .row {
  justify-content: center;
}
@media (min-width: 767px) {
  .cid-tjq0lFelkm .container-fluid {
    padding: 0 1.5rem;
  }
}
.cid-thfJSRFuce {
  background-color: #0da4d6;
}
.cid-thfJSRFuce svg {
  position: absolute;
  top: 0;
}
.cid-thfJSRFuce .svg-1 {
  fill: #ffffff;
}
.cid-thfJSRFuce .container-fluid {
  max-width: 1200px;
}
@media (max-width: 767px) {
  .cid-thfJSRFuce {
    padding-top: 12px;
    padding-bottom: 4px;
  }
}
@media (min-width: 767px) {
  .cid-thfJSRFuce {
    padding-top: 90px;
    padding-bottom: 30px;
  }
}
.cid-thfJSRFuce .mbr-text {
  color: #b1bee0;
}
.cid-thfJSRFuce a {
  text-decoration: underline;
}
.cid-thfJSRFuce a,
.cid-thfJSRFuce a:hover {
  font-weight: 400 !important;
}
.cid-thfJSRFuce .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-thfK5nui13 {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-thfK5nui13 .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
}
.cid-thfK5nui13 .navbar {
  display: flex;
  flex-wrap: nowrap;
  background: #022d56;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-thfK5nui13 .navbar-dropdown.bg-color.transparent.opened {
  background: #022d56;
}
.cid-thfK5nui13 a {
  font-style: normal;
}
.cid-thfK5nui13 .show {
  overflow: visible;
}
.cid-thfK5nui13 .dropdown-menu {
  border-radius: 20px;
  min-width: 250px;
}
.cid-thfK5nui13 .dropdown-item:active {
  background-color: transparent;
}
.cid-thfK5nui13 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-thfK5nui13 .nav-item a {
  display: -webkit-flex;
  align-items: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
}
.cid-thfK5nui13 .nav-item:focus,
.cid-thfK5nui13 .nav-link:focus {
  outline: none;
}
.cid-thfK5nui13 .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  border: 1px solid #7a7b7e;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  padding: 0;
}
.cid-thfK5nui13 .btn .mbr-iconfont {
  font-size: 1.5rem;
}
.cid-thfK5nui13 .menu-logo .navbar-brand {
  display: flex;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-thfK5nui13 .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-thfK5nui13 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-thfK5nui13 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-thfK5nui13 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-thfK5nui13 .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-thfK5nui13 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-thfK5nui13 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-thfK5nui13 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-thfK5nui13 .dropdown .dropdown-menu {
  background: transparent;
  display: none;
  position: absolute;
  padding-top: 4.5rem;
  padding-bottom: 2rem;
  text-align: left;
}
.cid-thfK5nui13 .dropdown .dropdown-menu > .dropdown > .dropdown-item,
.cid-thfK5nui13 .dropdown .dropdown-menu > .dropdown-item {
  font-weight: 900;
  font-family: 'Nunito', sans-serif;
  width: auto;
  padding: 4px 30px !important;
  margin: 0 !important;
}
.cid-thfK5nui13 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-thfK5nui13 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-thfK5nui13 .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: none;
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-thfK5nui13 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
  position: absolute;
  left: 1rem;
}
.cid-thfK5nui13 button.navbar-toggler:focus {
  outline: none;
}
.cid-thfK5nui13 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-thfK5nui13 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-thfK5nui13 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-thfK5nui13 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-thfK5nui13 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-thfK5nui13 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-thfK5nui13 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-thfK5nui13 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-thfK5nui13 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-thfK5nui13 .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-thfK5nui13 .collapsed .btn {
  display: -webkit-flex;
}
.cid-thfK5nui13 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-thfK5nui13 .collapsed .navbar-collapse.collapsing,
.cid-thfK5nui13 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-thfK5nui13 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-thfK5nui13 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-thfK5nui13 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-thfK5nui13 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-thfK5nui13 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-thfK5nui13 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-thfK5nui13 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-thfK5nui13 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-thfK5nui13 .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 88.75vh;
  }
}
.cid-thfK5nui13 .collapsed button.navbar-toggler {
  display: block;
}
.cid-thfK5nui13 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-thfK5nui13 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-thfK5nui13 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-thfK5nui13 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-thfK5nui13 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-thfK5nui13 .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: 991px) {
  .cid-thfK5nui13.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-thfK5nui13 img {
    height: 3.8rem !important;
  }
  .cid-thfK5nui13 .btn {
    display: -webkit-flex;
  }
  .cid-thfK5nui13 button.navbar-toggler {
    display: block;
  }
  .cid-thfK5nui13 .navbar-brand {
    margin-left: 3.5rem !important;
  }
  .cid-thfK5nui13 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-thfK5nui13 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-thfK5nui13 .navbar-collapse.collapsing,
  .cid-thfK5nui13 .navbar-collapse.show {
    display: block !important;
  }
  .cid-thfK5nui13 .navbar-collapse.collapsing .navbar-nav,
  .cid-thfK5nui13 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-thfK5nui13 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-thfK5nui13 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-thfK5nui13 .navbar-collapse.collapsing .navbar-buttons,
  .cid-thfK5nui13 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-thfK5nui13 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-thfK5nui13 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-thfK5nui13 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-thfK5nui13 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-thfK5nui13 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-thfK5nui13 .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: 767px) {
  .cid-thfK5nui13 .navbar-collapse {
    max-height: 100vh !important;
  }
  .cid-thfK5nui13 .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    color: #fff;
  }
  .cid-thfK5nui13 .nav-link {
    justify-content: start!important;
  }
  .cid-thfK5nui13 .navbar.opened {
    height: 100%;
  }
  .cid-thfK5nui13 .navbar-toggleable-sm {
    width: 100%!important;
  }
  .cid-thfK5nui13 .dropdown-menu {
    box-shadow: none !important;
    background: #313131 !important;
  }
}
@media (min-width: 767px) {
  .cid-thfK5nui13 .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-thfK5nui13 .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-thfK5nui13 .link {
  color: #12265a;
  font-weight: 900;
  font-family: 'Nunito', sans-serif;
  transition: 0.4s;
}
.cid-thfK5nui13 .span-link {
  padding: 0 0.5rem;
}
.cid-thfK5nui13 .btn1::before {
  content: '';
  position: absolute;
  top: -7px;
  left: -7px;
  width: 52px;
  height: 52px;
  border: 2px dashed #0da4d6;
  border-radius: 30px;
  animation: spin_left 5s linear infinite;
  animation-play-state: paused;
}
.cid-thfK5nui13 .btn2::before {
  content: '';
  position: absolute;
  top: -7px;
  left: -7px;
  width: 52px;
  height: 52px;
  border: 2px dashed #45b3df;
  border-radius: 30px;
  animation: spin_left 5s linear infinite;
  animation-play-state: paused;
}
.cid-thfK5nui13 .btn:hover::before {
  animation-play-state: running;
}
@keyframes spin_left {
  0% {
    transform: rotate(360deg);
  }
}
.cid-thfK5nui13 .navbar-caption {
  color: #efefef;
  font-weight: 900;
  font-family: 'Nunito', sans-serif;
}
.cid-thfK5nui13 .navbar-caption:hover {
  color: #45b3df;
}
.cid-thfK5nui13 .container-fluid {
  max-width: 1200px;
}
@media (max-width: 992px) {
  .cid-thfK5nui13 .navbar-collapse.show {
    overflow: visible !important;
  }
  .cid-thfK5nui13 .dropdown-item {
    color: #fff;
  }
  .cid-thfK5nui13 .nav-item.open .nav-link,
  .cid-thfK5nui13 .link:hover {
    color: #fff;
    background: #0da4d6;
    border-radius: 5px;
  }
  .cid-thfK5nui13 .link:active {
    color: #fff !important;
  }
  .cid-thfK5nui13 .logo-name {
    margin-top: 0.5rem;
  }
  .cid-thfK5nui13 .navbar-brand {
    justify-content: center;
  }
  .cid-thfK5nui13 .mbr-section-btn {
    order: 1;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .cid-thfK5nui13 .nav-item a {
    margin: 0 0.5rem !important;
  }
  .cid-thfK5nui13 .navbar-nav .nav-link {
    color: #fff;
    display: inline-block;
  }
  .cid-thfK5nui13 .navbar-collapse {
    background-color: #313131;
    order: 2;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cid-thfK5nui13 .navbar {
    height: 90px;
  }
  .cid-thfK5nui13 .menu-logo {
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
  .cid-thfK5nui13 .btn1 {
    display: none;
  }
  .cid-thfK5nui13 .mbr-section-title {
    color: #fff;
  }
  .cid-thfK5nui13 .container-fluid {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .cid-thfK5nui13 .navbar-toggleable-sm {
    background-color: #313131;
  }
  .cid-thfK5nui13 .span-link {
    color: #fff;
  }
  .cid-thfK5nui13 .navbar-collapse.show .navbar-nav {
    text-align: left;
  }
}
@media (min-width: 992px) {
  .cid-thfK5nui13 .dropdown-item {
    color: #12265a;
  }
  .cid-thfK5nui13 .nav-item.open .nav-link,
  .cid-thfK5nui13 .link:hover {
    color: #efefef !important;
    background: #0da4d6;
    border-radius: 5px;
  }
  .cid-thfK5nui13 .logo-name {
    margin-top: 2rem;
  }
  .cid-thfK5nui13 .navbar-collapse {
    justify-content: space-between;
  }
  .cid-thfK5nui13 .navbar-nav {
    margin-left: auto;
    margin-right: auto;
  }
  .cid-thfK5nui13 .container-fluid {
    padding: 0 1rem;
  }
  .cid-thfK5nui13 .dropdown-menu::after {
    content: '';
    position: absolute;
    top: 4rem;
    bottom: 1.4rem;
    left: 10px;
    right: 10px;
    border: 2px dashed #45b3df;
    border-radius: 10px;
    z-index: 0;
    pointer-events: none;
  }
  .cid-thfK5nui13 .dropdown-menu::before {
    content: "";
    position: absolute;
    top: 3.4rem;
    bottom: 0.8rem;
    left: 0px;
    right: 0px;
    border-radius: 10px;
    background: #022d56;
    z-index: -1;
  }
}
.cid-thfK5nui13 .mbr-section-title {
  font-weight: 900;
}
.cid-thfK5nui13 .mbr-section-subtitle {
  color: #fa9db7;
}
.cid-thfK5nui13 .mbr-section-btn {
  display: flex;
}
.cid-thfK5nui13 .dropdown-item:hover {
  color: #0da4d6 !important;
}
.cid-thfK5nui13 .btn-primary:hover {
  background-color: #0da4d6 !important;
  border-color: #0da4d6 !important;
}
.cid-thfK5nui13 .btn-warning:hover {
  background-color: #45b3df !important;
  border-color: #45b3df !important;
}
.cid-thfK5nui13 .dropdown-toggle::after {
  content: '+';
  border: none !important;
  top: 25% !important;
}
.cid-thfK5nui13 .nav-item a {
  padding: 0 0.5rem !important;
}
.cid-thfK5nui13 .nav-link {
  padding: 0rem 0.5rem !important;
}
.cid-thfK5nui13 .mbr-iconfont {
  margin: 0;
}
.cid-thfK5nui13 .btn-primary:focus {
  background-color: #0da4d6 !important;
  border-color: #0da4d6 !important;
}
.cid-thfK5nui13 .btn-warning:focus {
  background-color: #45b3df !important;
  border-color: #45b3df !important;
}
.cid-thfK5nui13 .navbar-dropdown.navbar-short .navbar-brand {
  padding-top: .3125rem;
  padding-bottom: .3125rem;
}
.cid-thfK5nui13 .navbar-dropdown .navbar-logo {
  margin-right: 0.8rem;
}
.cid-thfK5omvOO {
  padding-top: 150px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/alimentacao-2000x684.jpg");
}
@media (max-width: 767px) {
  .cid-thfK5omvOO {
    padding-top: 50px;
    padding-bottom: 45px;
  }
}
.cid-thfK5omvOO h3 {
  font-weight: 900;
  width: fit-content;
  position: relative;
  color: #fff;
}
.cid-thfK5omvOO .btn {
  margin: 0.2rem!important;
}
@media (max-width: 767px) {
  .cid-thfK5omvOO .mbr-iconfont2 {
    margin: 0;
  }
  .cid-thfK5omvOO .wrapper-left {
    text-align: left;
  }
  .cid-thfK5omvOO .number {
    margin-top: 1rem;
    display: flex;
    align-items: center;
    margin-left: -5px;
  }
  .cid-thfK5omvOO .block {
    margin-top: 2.3rem;
    display: flex;
    flex-direction: column;
  }
  .cid-thfK5omvOO .container-fluid {
    padding: 0 1rem;
  }
  .cid-thfK5omvOO .mbr-section-btn {
    text-align: left;
  }
  .cid-thfK5omvOO h3 {
    margin: auto;
    margin-bottom: 1.4rem;
  }
  .cid-thfK5omvOO h3:before {
    position: absolute;
    content: '';
    left: -60px;
    top: 0;
    margin: auto;
    bottom: 0;
    width: 40px;
    height: 1px;
    background: currentColor;
  }
}
@media (min-width: 767px) {
  .cid-thfK5omvOO .mbr-iconfont2 {
    margin-left: 1rem;
  }
  .cid-thfK5omvOO .number {
    display: flex;
    align-items: center;
  }
  .cid-thfK5omvOO .block {
    margin-top: 2.3rem;
    display: inline-flex;
    align-items: center;
  }
  .cid-thfK5omvOO .container-fluid {
    padding: 0 1.5rem;
  }
}
.cid-thfK5omvOO .mbr-section-subtitle {
  background-color: #034c92;
  padding: 0.4rem 1rem;
  border-radius: 15px;
  display: inline-block;
}
.cid-thfK5omvOO .mbr-section-title {
  background-color: #5bbce3;
  padding: 0.4rem 1rem;
  border-radius: 15px;
  margin-bottom: 1.3rem;
  display: inline-block;
}
.cid-thfK5omvOO h1 {
  margin-left: -4px;
  margin-bottom: 0.1rem;
}
.cid-thfK5omvOO p {
  margin-bottom: 1.3rem;
}
.cid-thfK5omvOO .container-fluid {
  max-width: 1200px;
}
.cid-thfK5omvOO .telephone {
  color: #12265a;
  transition: 0.5s;
}
.cid-thfK5omvOO .telephone:hover {
  color: #45b3df;
}
.cid-thfK5omvOO .icon-btn {
  color: #fa9db7;
}
.cid-thfK5omvOO .mbr-iconfont2 {
  font-size: 2.5rem;
  color: #45b3df;
}
.cid-thfK5omvOO h4 {
  margin-bottom: 0;
}
.cid-uCwCiDskH0 {
  padding-top: 180px;
  padding-bottom: 180px;
  background-color: #efefef;
}
@media (max-width: 767px) {
  .cid-uCwCiDskH0 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (min-width: 768px) {
  .cid-uCwCiDskH0 .container-fluid {
    max-width: 1200px;
    padding: 0 1.5rem;
  }
}
.cid-uCwCiDskH0 .card {
  transition: 0.4s;
  z-index: 1;
  padding: 0.8rem;
}
.cid-uCwCiDskH0 .card:hover {
  transform: translateY(-20px);
}
.cid-uCwCiDskH0 .card-box {
  margin-top: 1.7rem;
  margin-bottom: 1rem;
}
.cid-uCwCiDskH0 .inner-dashed-border {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.cid-uCwCiDskH0 .card:hover .inner-dashed-border {
  animation-play-state: running;
}
.cid-uCwCiDskH0 .card .svg1 {
  stroke: #022d56;
}
.cid-uCwCiDskH0 .card .svg2 {
  stroke: #45b3df;
}
.cid-uCwCiDskH0 .card .svg3 {
  stroke: #0da4d6;
}
@keyframes dashed_border_running {
  100% {
    stroke-dashoffset: -1000;
  }
}
.cid-uCwCiDskH0 .circle-icon {
  display: flex;
  align-items: center;
  height: 100%;
  justify-content: center;
  width: 100%;
  position: relative;
  background-color: #fff;
  z-index: -1;
  border-radius: 30px;
  padding: 1rem;
}
.cid-uCwCiDskH0 .mbr-text {
  margin: 0;
}
.cid-uCwCiDskH0 .card-title {
  margin-bottom: 0;
  color: #022d56;
}
.cid-uCwCiDskH0 .mbr-iconfont {
  transition: all 0.3s;
  font-size: 1.3rem;
  font-weight: 900;
  color: #fff;
  position: absolute;
  top: 10px;
  left: 10px;
}
.cid-uCwCiDskH0 rect {
  position: absolute;
}
.cid-uCwCiDskH0 .wgl-icon {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin-right: 2rem;
  margin-left: 2rem;
  position: relative;
}
.cid-uCwCiDskH0 .wgl-icon1 {
  background-color: #022d56;
}
.cid-uCwCiDskH0 .wgl-icon2 {
  background-color: #45b3df;
}
.cid-uCwCiDskH0 .wgl-icon3 {
  background-color: #0da4d6;
}
.cid-uCwCiDskH0 .svg-1 {
  position: absolute;
  bottom: 0;
}
.cid-uCwCiDskH0 .svg-1 path {
  fill: #ffffff;
}
.cid-uCwCiDskH0 .svg-2 {
  position: absolute;
  top: 0;
}
.cid-uCwCiDskH0 .svg-2 path {
  fill: #ffffff;
}
.cid-uCwCiDskH0 .svg1,
.cid-uCwCiDskH0 .svg2,
.cid-uCwCiDskH0 .svg3 {
  position: absolute;
  z-index: -1;
  padding: 1rem;
}
.cid-uCwCiDskH0 .svg1 rect,
.cid-uCwCiDskH0 .svg2 rect,
.cid-uCwCiDskH0 .svg3 rect {
  width: calc(100% - 4px);
  height: calc(100% - 4px);
}
.cid-uCwCiDskH0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCwCiDskH0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tkgK4J5nuK {
  background-color: #ffffff;
}
.cid-tkgK4J5nuK .text-top {
  color: #767676;
  margin-top: 2rem;
  margin-left: auto;
  margin-right: auto;
}
.cid-tkgK4J5nuK .card {
  margin-bottom: 1rem;
}
.cid-tkgK4J5nuK .row {
  justify-content: center;
}
.cid-tkgK4J5nuK .card-title {
  color: #12265a;
  transition: 0.5s;
}
.cid-tkgK4J5nuK .card-title:hover {
  color: #45b3df;
}
.cid-tkgK4J5nuK img {
  width: 80px;
}
.cid-tkgK4J5nuK .item-image {
  margin-right: 1rem;
}
.cid-tkgK4J5nuK .container-fluid {
  max-width: 1200px;
}
@media (max-width: 767px) {
  .cid-tkgK4J5nuK {
    padding-top: 40px;
    padding-bottom: 12px;
  }
  .cid-tkgK4J5nuK .container-fluid {
    padding: 0 1rem;
  }
  .cid-tkgK4J5nuK .container {
    padding: 0rem;
  }
  .cid-tkgK4J5nuK .col-12 {
    padding: 0;
  }
  .cid-tkgK4J5nuK .mbr-section-title {
    margin: 0;
    margin-left: 0px;
    margin-right: 0px;
  }
  .cid-tkgK4J5nuK .card {
    display: flex;
    flex-direction: column;
    text-align: center;
  }
  .cid-tkgK4J5nuK .card-title {
    margin-top: 2rem;
  }
}
@media (min-width: 767px) {
  .cid-tkgK4J5nuK {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .cid-tkgK4J5nuK .container-fluid {
    padding: 0 1.5rem;
  }
  .cid-tkgK4J5nuK .mbr-section-title {
    margin-left: -12px;
    margin-right: -12px;
  }
  .cid-tkgK4J5nuK .card {
    display: flex;
    flex-direction: row;
  }
}
.cid-tkgK4J5nuK .container {
  margin-bottom: 1.5rem;
}
.cid-thUBXwecsE {
  background-color: #ffffff;
}
.cid-thUBXwecsE .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-thUBXwecsE .carousel-item > div {
  width: 100%;
}
.cid-thUBXwecsE .carousel-item.active,
.cid-thUBXwecsE .carousel-item-next,
.cid-thUBXwecsE .carousel-item-prev {
  display: flex;
}
.cid-thUBXwecsE .carousel-controls a {
  transition: opacity .5s;
  font-size: 1.2rem;
}
.cid-thUBXwecsE .carousel-controls a span {
  padding: 15px;
  border-radius: 50%;
  opacity: .9;
}
.cid-thUBXwecsE .carousel-controls a:hover span {
  opacity: 1;
}
.cid-thUBXwecsE .signature,
.cid-thUBXwecsE .desk {
  margin: 0;
}
.cid-thUBXwecsE .mbr-text {
  border-radius: 30px;
  color: #fff;
  position: relative;
}
.cid-thUBXwecsE .mbr-text1 {
  background-color: #45b3df;
}
.cid-thUBXwecsE .mbr-text2 {
  background-color: #022d56;
}
.cid-thUBXwecsE .mbr-text3 {
  background-color: #0da4d6;
}
.cid-thUBXwecsE .mbr-section-subtitle {
  margin-top: 2rem;
  margin-bottom: 1.3rem;
  margin-right: auto;
  margin-left: auto;
  color: #70747f;
}
.cid-thUBXwecsE .img-block {
  display: flex;
  justify-content: center;
  margin-top: 2rem;
  align-items: center;
}
.cid-thUBXwecsE img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin: 0;
}
.cid-thUBXwecsE .title-block {
  margin-left: 1rem;
}
.cid-thUBXwecsE h4 {
  font-weight: 900;
  color: #12265a;
}
.cid-thUBXwecsE .quote_svg {
  position: absolute;
  top: calc(96%);
  width: 30px;
  transition: inherit;
  left: 40px;
}
.cid-thUBXwecsE .quote_svg1 {
  fill: #45b3df;
}
.cid-thUBXwecsE .quote_svg2 {
  fill: #022d56;
}
.cid-thUBXwecsE .quote_svg3 {
  fill: #0da4d6;
}
.cid-thUBXwecsE .mbr-text::after {
  content: '“';
  display: inline-block;
  position: absolute;
  top: -1rem;
  left: 1rem;
  font-size: 15rem;
  line-height: 1;
  text-align: center;
  transition: inherit;
  color: rgba(255, 255, 255, 0.23);
}
.cid-thUBXwecsE .carousel-indicators li {
  background-color: #45b3df;
  width: 10px;
  height: 10px;
  border: none;
  border-radius: 50%;
}
.cid-thUBXwecsE .carousel-indicators {
  position: absolute;
  margin-top: 2rem;
  bottom: 0rem;
}
.cid-thUBXwecsE ol {
  margin-bottom: 0;
}
.cid-thUBXwecsE .carousel {
  display: flex;
  overflow: hidden;
  padding-bottom: 3rem;
}
@media (max-width: 767px) {
  .cid-thUBXwecsE {
    padding-top: 40px;
    padding-bottom: 60px;
  }
  .cid-thUBXwecsE .container-fluid {
    padding: 0 1rem;
  }
  .cid-thUBXwecsE .col-md-4 {
    padding: 0;
  }
  .cid-thUBXwecsE .mbr-text {
    padding: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-thUBXwecsE {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .cid-thUBXwecsE .container-fluid {
    padding: 0 0.5rem;
  }
  .cid-thUBXwecsE .mbr-text {
    padding: 2rem;
  }
}
.cid-thUBXwecsE .container-fluid {
  max-width: 1200px;
}
.cid-thfK5udruD {
  padding-top: 45px;
  padding-bottom: 30px;
  background: #ffffff;
}
.cid-thfK5udruD .mbr-iconfont-social {
  font-size: 1.5rem;
  margin-left: .5rem;
  margin-right: .5rem;
}
.cid-thfK5udruD .mbr-iconfont-social:before {
  padding: .6rem;
  border-radius: 100px;
  transition: all .3s;
}
.cid-thfK5udruD .mbr-iconfont-social:hover:before {
  transition: all .3s;
  border-color: transparent;
}
.cid-thfK5udruD .social-list {
  display: flex;
  justify-content: center;
}
.cid-thfK5udruD .social-list a:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .cid-thfK5udruD .mbr-iconfont-social {
    margin-left: .2rem;
    margin-right: .2rem;
  }
}
.cid-thfK5udruD .socicon {
  font-size: 1.3rem;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  transition: .3s;
  margin-right: 0.5rem;
}
.cid-thfK5udruD .socicon:hover {
  transform: translate(0, -10px);
}
.cid-thfK5udruD .socion1 {
  background: #022d56;
}
.cid-thfK5udruD .socion2 {
  background-color: #ffffff;
}
.cid-thfK5udruD .socion3 {
  background-color: #2faadb;
}
.cid-thfK5udruD .mbr-iconfont {
  color: #fff;
}
.cid-tjq0r57uZZ {
  background-color: #f4e80b;
}
.cid-tjq0r57uZZ .mbr-text {
  text-align: left;
}
.cid-tjq0r57uZZ h4 {
  text-align: center;
  margin-bottom: 0;
}
.cid-tjq0r57uZZ p {
  text-align: center;
  margin: 0;
}
.cid-tjq0r57uZZ .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-tjq0r57uZZ .mbr-iconfont {
  transition: all 0.3s;
  font-size: 2rem;
}
.cid-tjq0r57uZZ .card-title {
  color: #12265a;
  text-align: left;
}
.cid-tjq0r57uZZ .card {
  border-radius: 30px;
  align-items: center;
  position: relative;
  transition: 0.4s;
  z-index: 1;
  padding: 0.8rem;
}
.cid-tjq0r57uZZ img {
  width: auto;
  height: 180px;
  margin-top: 1rem;
}
.cid-tjq0r57uZZ .card:hover {
  transform: translateY(-20px);
}
.cid-tjq0r57uZZ .container-fluid {
  max-width: 1200px;
}
.cid-tjq0r57uZZ .btn {
  color: #fff;
  padding-left: 0;
  padding-right: 0;
  line-height: 1.5rem;
}
.cid-tjq0r57uZZ .mbr-section-btn {
  display: flex;
  align-items: center;
  margin-bottom: 1.6rem;
}
.cid-tjq0r57uZZ .mbr-section-btn:hover .icon-btn {
  transform: rotateZ(180deg);
}
@media (min-width: 992px) {
  .cid-tjq0r57uZZ {
    padding-top: 180px;
    padding-bottom: 180px;
  }
}
.cid-tjq0r57uZZ .icon-btn {
  transition: 0.3s;
  line-height: 0;
}
.cid-tjq0r57uZZ .card-img {
  text-align: center;
}
.cid-tjq0r57uZZ .inner-dashed-border {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.cid-tjq0r57uZZ .card:hover .inner-dashed-border {
  animation-play-state: running;
}
.cid-tjq0r57uZZ .card .svg1 {
  stroke: #022d56;
}
.cid-tjq0r57uZZ .card .svg2 {
  stroke: #45b3df;
}
.cid-tjq0r57uZZ .card .svg3 {
  stroke: #0da4d6;
}
@keyframes dashed_border_running {
  100% {
    stroke-dashoffset: -1000;
  }
}
.cid-tjq0r57uZZ svg {
  position: relative;
}
.cid-tjq0r57uZZ rect {
  position: absolute;
}
.cid-tjq0r57uZZ .wgl-icon {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin-right: 2rem;
  margin-left: 2rem;
  position: relative;
}
.cid-tjq0r57uZZ .wgl-icon1 {
  background-color: #022d56;
}
.cid-tjq0r57uZZ .wgl-icon2 {
  background-color: #45b3df;
}
.cid-tjq0r57uZZ .wgl-icon3 {
  background-color: #0da4d6;
}
.cid-tjq0r57uZZ .circle-icon {
  display: flex;
  align-items: center;
  height: 100%;
  justify-content: center;
  width: 100%;
  position: relative;
  background-color: #fff;
  z-index: -1;
  border-radius: 30px;
  padding: 1rem;
}
.cid-tjq0r57uZZ .icon1 {
  font-size: 1.3rem;
  font-weight: 900;
  color: #fff;
  position: absolute;
  top: 10px;
  left: 10px;
}
.cid-tjq0r57uZZ .svg-1 {
  position: absolute;
  bottom: 0;
}
.cid-tjq0r57uZZ .svg-1 path {
  fill: #ffffff;
}
.cid-tjq0r57uZZ .svg-2 {
  position: absolute;
  top: 0;
}
.cid-tjq0r57uZZ .svg-2 path {
  fill: #ffffff;
}
.cid-tjq0r57uZZ .svg1,
.cid-tjq0r57uZZ .svg2,
.cid-tjq0r57uZZ .svg3 {
  position: absolute;
  z-index: -1;
  padding: 1rem;
}
.cid-tjq0r57uZZ .svg1 rect,
.cid-tjq0r57uZZ .svg2 rect,
.cid-tjq0r57uZZ .svg3 rect {
  width: calc(100% - 4px);
  height: calc(100% - 4px);
}
.cid-tjq0r57uZZ .card-box {
  margin-top: 1.7rem;
  margin-bottom: 1rem;
}
.cid-tjq0r57uZZ .row {
  justify-content: center;
}
@media (min-width: 767px) {
  .cid-tjq0r57uZZ .container-fluid {
    padding: 0 1.5rem;
  }
}
.cid-thfK5wtNIT {
  background-color: #0da4d6;
}
.cid-thfK5wtNIT svg {
  position: absolute;
  top: 0;
}
.cid-thfK5wtNIT .svg-1 {
  fill: #ffffff;
}
.cid-thfK5wtNIT .container-fluid {
  max-width: 1200px;
}
@media (max-width: 767px) {
  .cid-thfK5wtNIT {
    padding-top: 12px;
    padding-bottom: 4px;
  }
}
@media (min-width: 767px) {
  .cid-thfK5wtNIT {
    padding-top: 90px;
    padding-bottom: 30px;
  }
}
.cid-thfK5wtNIT .mbr-text {
  color: #b1bee0;
}
.cid-thfK5wtNIT a {
  text-decoration: underline;
}
.cid-thfK5wtNIT a,
.cid-thfK5wtNIT a:hover {
  font-weight: 400 !important;
}
.cid-thfK5wtNIT .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-thfMnjtjC1 {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-thfMnjtjC1 .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
}
.cid-thfMnjtjC1 .navbar {
  display: flex;
  flex-wrap: nowrap;
  background: #022d56;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-thfMnjtjC1 .navbar-dropdown.bg-color.transparent.opened {
  background: #022d56;
}
.cid-thfMnjtjC1 a {
  font-style: normal;
}
.cid-thfMnjtjC1 .show {
  overflow: visible;
}
.cid-thfMnjtjC1 .dropdown-menu {
  border-radius: 20px;
  min-width: 250px;
}
.cid-thfMnjtjC1 .dropdown-item:active {
  background-color: transparent;
}
.cid-thfMnjtjC1 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-thfMnjtjC1 .nav-item a {
  display: -webkit-flex;
  align-items: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
}
.cid-thfMnjtjC1 .nav-item:focus,
.cid-thfMnjtjC1 .nav-link:focus {
  outline: none;
}
.cid-thfMnjtjC1 .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  border: 1px solid #7a7b7e;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  padding: 0;
}
.cid-thfMnjtjC1 .btn .mbr-iconfont {
  font-size: 1.5rem;
}
.cid-thfMnjtjC1 .menu-logo .navbar-brand {
  display: flex;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-thfMnjtjC1 .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-thfMnjtjC1 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-thfMnjtjC1 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-thfMnjtjC1 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-thfMnjtjC1 .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-thfMnjtjC1 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-thfMnjtjC1 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-thfMnjtjC1 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-thfMnjtjC1 .dropdown .dropdown-menu {
  background: transparent;
  display: none;
  position: absolute;
  padding-top: 4.5rem;
  padding-bottom: 2rem;
  text-align: left;
}
.cid-thfMnjtjC1 .dropdown .dropdown-menu > .dropdown > .dropdown-item,
.cid-thfMnjtjC1 .dropdown .dropdown-menu > .dropdown-item {
  font-weight: 900;
  font-family: 'Nunito', sans-serif;
  width: auto;
  padding: 4px 30px !important;
  margin: 0 !important;
}
.cid-thfMnjtjC1 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-thfMnjtjC1 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-thfMnjtjC1 .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: none;
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-thfMnjtjC1 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
  position: absolute;
  left: 1rem;
}
.cid-thfMnjtjC1 button.navbar-toggler:focus {
  outline: none;
}
.cid-thfMnjtjC1 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-thfMnjtjC1 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-thfMnjtjC1 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-thfMnjtjC1 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-thfMnjtjC1 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-thfMnjtjC1 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-thfMnjtjC1 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-thfMnjtjC1 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-thfMnjtjC1 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-thfMnjtjC1 .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-thfMnjtjC1 .collapsed .btn {
  display: -webkit-flex;
}
.cid-thfMnjtjC1 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-thfMnjtjC1 .collapsed .navbar-collapse.collapsing,
.cid-thfMnjtjC1 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-thfMnjtjC1 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-thfMnjtjC1 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-thfMnjtjC1 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-thfMnjtjC1 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-thfMnjtjC1 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-thfMnjtjC1 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-thfMnjtjC1 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-thfMnjtjC1 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-thfMnjtjC1 .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 88.75vh;
  }
}
.cid-thfMnjtjC1 .collapsed button.navbar-toggler {
  display: block;
}
.cid-thfMnjtjC1 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-thfMnjtjC1 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-thfMnjtjC1 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-thfMnjtjC1 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-thfMnjtjC1 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-thfMnjtjC1 .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: 991px) {
  .cid-thfMnjtjC1.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-thfMnjtjC1 img {
    height: 3.8rem !important;
  }
  .cid-thfMnjtjC1 .btn {
    display: -webkit-flex;
  }
  .cid-thfMnjtjC1 button.navbar-toggler {
    display: block;
  }
  .cid-thfMnjtjC1 .navbar-brand {
    margin-left: 3.5rem !important;
  }
  .cid-thfMnjtjC1 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-thfMnjtjC1 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-thfMnjtjC1 .navbar-collapse.collapsing,
  .cid-thfMnjtjC1 .navbar-collapse.show {
    display: block !important;
  }
  .cid-thfMnjtjC1 .navbar-collapse.collapsing .navbar-nav,
  .cid-thfMnjtjC1 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-thfMnjtjC1 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-thfMnjtjC1 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-thfMnjtjC1 .navbar-collapse.collapsing .navbar-buttons,
  .cid-thfMnjtjC1 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-thfMnjtjC1 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-thfMnjtjC1 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-thfMnjtjC1 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-thfMnjtjC1 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-thfMnjtjC1 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-thfMnjtjC1 .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: 767px) {
  .cid-thfMnjtjC1 .navbar-collapse {
    max-height: 100vh !important;
  }
  .cid-thfMnjtjC1 .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    color: #fff;
  }
  .cid-thfMnjtjC1 .nav-link {
    justify-content: start!important;
  }
  .cid-thfMnjtjC1 .navbar.opened {
    height: 100%;
  }
  .cid-thfMnjtjC1 .navbar-toggleable-sm {
    width: 100%!important;
  }
  .cid-thfMnjtjC1 .dropdown-menu {
    box-shadow: none !important;
    background: #313131 !important;
  }
}
@media (min-width: 767px) {
  .cid-thfMnjtjC1 .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-thfMnjtjC1 .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-thfMnjtjC1 .link {
  color: #12265a;
  font-weight: 900;
  font-family: 'Nunito', sans-serif;
  transition: 0.4s;
}
.cid-thfMnjtjC1 .span-link {
  padding: 0 0.5rem;
}
.cid-thfMnjtjC1 .btn1::before {
  content: '';
  position: absolute;
  top: -7px;
  left: -7px;
  width: 52px;
  height: 52px;
  border: 2px dashed #0da4d6;
  border-radius: 30px;
  animation: spin_left 5s linear infinite;
  animation-play-state: paused;
}
.cid-thfMnjtjC1 .btn2::before {
  content: '';
  position: absolute;
  top: -7px;
  left: -7px;
  width: 52px;
  height: 52px;
  border: 2px dashed #45b3df;
  border-radius: 30px;
  animation: spin_left 5s linear infinite;
  animation-play-state: paused;
}
.cid-thfMnjtjC1 .btn:hover::before {
  animation-play-state: running;
}
@keyframes spin_left {
  0% {
    transform: rotate(360deg);
  }
}
.cid-thfMnjtjC1 .navbar-caption {
  color: #efefef;
  font-weight: 900;
  font-family: 'Nunito', sans-serif;
}
.cid-thfMnjtjC1 .navbar-caption:hover {
  color: #45b3df;
}
.cid-thfMnjtjC1 .container-fluid {
  max-width: 1200px;
}
@media (max-width: 992px) {
  .cid-thfMnjtjC1 .navbar-collapse.show {
    overflow: visible !important;
  }
  .cid-thfMnjtjC1 .dropdown-item {
    color: #fff;
  }
  .cid-thfMnjtjC1 .nav-item.open .nav-link,
  .cid-thfMnjtjC1 .link:hover {
    color: #fff;
    background: #0da4d6;
    border-radius: 5px;
  }
  .cid-thfMnjtjC1 .link:active {
    color: #fff !important;
  }
  .cid-thfMnjtjC1 .logo-name {
    margin-top: 0.5rem;
  }
  .cid-thfMnjtjC1 .navbar-brand {
    justify-content: center;
  }
  .cid-thfMnjtjC1 .mbr-section-btn {
    order: 1;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .cid-thfMnjtjC1 .nav-item a {
    margin: 0 0.5rem !important;
  }
  .cid-thfMnjtjC1 .navbar-nav .nav-link {
    color: #fff;
    display: inline-block;
  }
  .cid-thfMnjtjC1 .navbar-collapse {
    background-color: #313131;
    order: 2;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cid-thfMnjtjC1 .navbar {
    height: 90px;
  }
  .cid-thfMnjtjC1 .menu-logo {
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
  .cid-thfMnjtjC1 .btn1 {
    display: none;
  }
  .cid-thfMnjtjC1 .mbr-section-title {
    color: #fff;
  }
  .cid-thfMnjtjC1 .container-fluid {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .cid-thfMnjtjC1 .navbar-toggleable-sm {
    background-color: #313131;
  }
  .cid-thfMnjtjC1 .span-link {
    color: #fff;
  }
  .cid-thfMnjtjC1 .navbar-collapse.show .navbar-nav {
    text-align: left;
  }
}
@media (min-width: 992px) {
  .cid-thfMnjtjC1 .dropdown-item {
    color: #12265a;
  }
  .cid-thfMnjtjC1 .nav-item.open .nav-link,
  .cid-thfMnjtjC1 .link:hover {
    color: #efefef !important;
    background: #0da4d6;
    border-radius: 5px;
  }
  .cid-thfMnjtjC1 .logo-name {
    margin-top: 2rem;
  }
  .cid-thfMnjtjC1 .navbar-collapse {
    justify-content: space-between;
  }
  .cid-thfMnjtjC1 .navbar-nav {
    margin-left: auto;
    margin-right: auto;
  }
  .cid-thfMnjtjC1 .container-fluid {
    padding: 0 1rem;
  }
  .cid-thfMnjtjC1 .dropdown-menu::after {
    content: '';
    position: absolute;
    top: 4rem;
    bottom: 1.4rem;
    left: 10px;
    right: 10px;
    border: 2px dashed #45b3df;
    border-radius: 10px;
    z-index: 0;
    pointer-events: none;
  }
  .cid-thfMnjtjC1 .dropdown-menu::before {
    content: "";
    position: absolute;
    top: 3.4rem;
    bottom: 0.8rem;
    left: 0px;
    right: 0px;
    border-radius: 10px;
    background: #022d56;
    z-index: -1;
  }
}
.cid-thfMnjtjC1 .mbr-section-title {
  font-weight: 900;
}
.cid-thfMnjtjC1 .mbr-section-subtitle {
  color: #fa9db7;
}
.cid-thfMnjtjC1 .mbr-section-btn {
  display: flex;
}
.cid-thfMnjtjC1 .dropdown-item:hover {
  color: #0da4d6 !important;
}
.cid-thfMnjtjC1 .btn-primary:hover {
  background-color: #0da4d6 !important;
  border-color: #0da4d6 !important;
}
.cid-thfMnjtjC1 .btn-warning:hover {
  background-color: #45b3df !important;
  border-color: #45b3df !important;
}
.cid-thfMnjtjC1 .dropdown-toggle::after {
  content: '+';
  border: none !important;
  top: 25% !important;
}
.cid-thfMnjtjC1 .nav-item a {
  padding: 0 0.5rem !important;
}
.cid-thfMnjtjC1 .nav-link {
  padding: 0rem 0.5rem !important;
}
.cid-thfMnjtjC1 .mbr-iconfont {
  margin: 0;
}
.cid-thfMnjtjC1 .btn-primary:focus {
  background-color: #0da4d6 !important;
  border-color: #0da4d6 !important;
}
.cid-thfMnjtjC1 .btn-warning:focus {
  background-color: #45b3df !important;
  border-color: #45b3df !important;
}
.cid-thfMnjtjC1 .navbar-dropdown.navbar-short .navbar-brand {
  padding-top: .3125rem;
  padding-bottom: .3125rem;
}
.cid-thfMnjtjC1 .navbar-dropdown .navbar-logo {
  margin-right: 0.8rem;
}
.cid-thfMnkrJoZ {
  padding-top: 150px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/banner-contato-2-2000x684.jpg");
}
@media (max-width: 767px) {
  .cid-thfMnkrJoZ {
    padding-top: 50px;
    padding-bottom: 45px;
  }
}
.cid-thfMnkrJoZ h3 {
  font-weight: 900;
  width: fit-content;
  position: relative;
  color: #fff;
}
.cid-thfMnkrJoZ .btn {
  margin: 0.2rem!important;
}
@media (max-width: 767px) {
  .cid-thfMnkrJoZ .mbr-iconfont2 {
    margin: 0;
  }
  .cid-thfMnkrJoZ .wrapper-left {
    text-align: left;
  }
  .cid-thfMnkrJoZ .number {
    margin-top: 1rem;
    display: flex;
    align-items: center;
    margin-left: -5px;
  }
  .cid-thfMnkrJoZ .block {
    margin-top: 2.3rem;
    display: flex;
    flex-direction: column;
  }
  .cid-thfMnkrJoZ .container-fluid {
    padding: 0 1rem;
  }
  .cid-thfMnkrJoZ .mbr-section-btn {
    text-align: left;
  }
  .cid-thfMnkrJoZ h3 {
    margin: auto;
    margin-bottom: 1.4rem;
  }
  .cid-thfMnkrJoZ h3:before {
    position: absolute;
    content: '';
    left: -60px;
    top: 0;
    margin: auto;
    bottom: 0;
    width: 40px;
    height: 1px;
    background: currentColor;
  }
}
@media (min-width: 767px) {
  .cid-thfMnkrJoZ .mbr-iconfont2 {
    margin-left: 1rem;
  }
  .cid-thfMnkrJoZ .number {
    display: flex;
    align-items: center;
  }
  .cid-thfMnkrJoZ .block {
    margin-top: 2.3rem;
    display: inline-flex;
    align-items: center;
  }
  .cid-thfMnkrJoZ .container-fluid {
    padding: 0 1.5rem;
  }
}
.cid-thfMnkrJoZ .mbr-section-subtitle {
  background-color: #034c92;
  padding: 0.4rem 1rem;
  border-radius: 15px;
  display: inline-block;
}
.cid-thfMnkrJoZ .mbr-section-title {
  background-color: #5bbce3;
  padding: 0.4rem 1rem;
  border-radius: 15px;
  margin-bottom: 1.3rem;
  display: inline-block;
}
.cid-thfMnkrJoZ h1 {
  margin-left: -4px;
  margin-bottom: 0.1rem;
}
.cid-thfMnkrJoZ p {
  margin-bottom: 1.3rem;
}
.cid-thfMnkrJoZ .container-fluid {
  max-width: 1200px;
}
.cid-thfMnkrJoZ .telephone {
  color: #12265a;
  transition: 0.5s;
}
.cid-thfMnkrJoZ .telephone:hover {
  color: #45b3df;
}
.cid-thfMnkrJoZ .icon-btn {
  color: #fa9db7;
}
.cid-thfMnkrJoZ .mbr-iconfont2 {
  font-size: 2.5rem;
  color: #45b3df;
}
.cid-thfMnkrJoZ h4 {
  margin-bottom: 0;
}
.cid-thfMyy9BKG {
  background: #ffffff;
}
.cid-thfMyy9BKG h4 {
  margin: 0;
  color: #12265a;
  display: inline-block;
  width: auto;
}
.cid-thfMyy9BKG .btn-text {
  margin: 0.3rem;
  margin-bottom: 2rem;
  padding: 0.6rem 2rem!important;
}
.cid-thfMyy9BKG .btn-sm {
  padding: 0.6rem 4.4rem;
}
.cid-thfMyy9BKG .plan-body {
  position: relative;
  padding-bottom: 2rem;
  border-radius: 0px 0px 30px 30px;
}
.cid-thfMyy9BKG .plan-header {
  padding-top: 4rem;
  padding-bottom: 3rem;
  padding-left: 1rem;
  padding-right: 1rem;
  background-color: #0da4d6;
  border-radius: 30px 30px 0 0;
  position: relative;
}
.cid-thfMyy9BKG .plan-wrapper {
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}
.cid-thfMyy9BKG .list-group-item {
  color: #12265a;
  font-weight: 900;
}
.cid-thfMyy9BKG .plan {
  word-break: break-word;
  position: relative;
  padding: 0;
  margin: 1rem;
}
.cid-thfMyy9BKG .plan .list-group-item {
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
  border: 0;
}
.cid-thfMyy9BKG .plan-header,
.cid-thfMyy9BKG .plan-body {
  background-color: #fff;
}
.cid-thfMyy9BKG .price-value {
  font-weight: 700;
  vertical-align: top;
}
@media (max-width: 767px) {
  .cid-thfMyy9BKG {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .cid-thfMyy9BKG .price-figure {
    font-size: 3rem;
  }
  .cid-thfMyy9BKG img {
    width: 100%;
    border-radius: 30px;
    margin-top: 1rem;
    margin-bottom: 2rem;
  }
  .cid-thfMyy9BKG .mbr-section-title {
    text-align: center;
  }
  .cid-thfMyy9BKG .mbr-section-subtitle {
    text-align: center;
  }
  .cid-thfMyy9BKG .left-wrapper {
    margin-top: 2.5rem;
    padding: 0;
  }
  .cid-thfMyy9BKG .row {
    margin: 0rem;
  }
  .cid-thfMyy9BKG .container-fluid {
    padding: 0 1rem;
  }
  .cid-thfMyy9BKG .mbr-text {
    text-align: left;
  }
  .cid-thfMyy9BKG .dragArea {
    top: 4rem;
    background-color: #022d56;
    border-radius: 30px;
    padding: 1rem;
  }
  .cid-thfMyy9BKG .dash {
    text-align: center;
    width: 100%;
    padding: 1rem 1rem;
    border: 2px dashed #fff;
    border-radius: 30px;
  }
  .cid-thfMyy9BKG .imageContainer {
    text-align: center;
    padding: 0;
  }
}
.cid-thfMyy9BKG .color1 {
  color: #fff;
}
.cid-thfMyy9BKG .color2 {
  color: #fff;
}
.cid-thfMyy9BKG .container-fluid {
  max-width: 1200px;
}
.cid-thfMyy9BKG .price1 {
  background-color: #24bff2;
}
.cid-thfMyy9BKG .price2 {
  background-color: #5bbce3;
}
.cid-thfMyy9BKG .btn {
  margin: 0;
  position: relative;
  width: 100%;
}
.cid-thfMyy9BKG .inner-dashed-border {
  stroke: #ffffff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  animation: dashed_border_running 20s linear infinite both;
  animation-play-state: paused;
  stroke-width: 2;
  stroke-dasharray: 9, 5;
  stroke-dashoffset: 0;
  stroke-linecap: round;
  fill: none;
  transition: 0.4s;
}
.cid-thfMyy9BKG .button-svg:hover .inner-dashed-border {
  animation-play-state: running;
  stroke: #ffffff;
}
@keyframes dashed_border_running {
  100% {
    stroke-dashoffset: -1000;
  }
}
.cid-thfMyy9BKG rect {
  position: absolute;
  width: 92%;
}
.cid-thfMyy9BKG .price-term1 {
  color: #0c92be;
}
.cid-thfMyy9BKG .price-term2 {
  color: #2faadb;
}
.cid-thfMyy9BKG .circle-icon {
  width: 100%;
  display: block;
  margin-bottom: 1.7rem;
}
.cid-thfMyy9BKG .circle-icon > * {
  display: inline-block;
  vertical-align: middle;
}
.cid-thfMyy9BKG .wgl-icon {
  border-radius: 50%;
  width: 30px;
  height: 30px;
  margin-right: 1rem;
  position: relative;
}
.cid-thfMyy9BKG .wgl-icon1 {
  background-color: #45b3df;
}
.cid-thfMyy9BKG .icon1 {
  font-size: 1rem;
  font-weight: 900;
  color: #fff;
  position: absolute;
  top: 8px;
  left: 8px;
}
.cid-thfMyy9BKG .mbr-text {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.cid-thfMyy9BKG .icon-name {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #022d56;
  border-radius: 20px;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
  z-index: 1;
  padding: 0.5rem 1rem;
}
.cid-thfMyy9BKG .mbr-iconfont2 {
  color: #fff;
  font-weight: 900;
  margin-right: 0.5rem;
}
.cid-thfMyy9BKG .card-title2 {
  font-weight: 900;
  font-family: 'Nunito', sans-serif;
  line-height: 1;
}
.cid-thfMyy9BKG .plan-list {
  padding: 2.5rem;
}
@media (min-width: 767px) {
  .cid-thfMyy9BKG {
    padding-top: 105px;
    padding-bottom: 120px;
  }
  .cid-thfMyy9BKG .plan-wrapper1 {
    margin-top: -3rem;
  }
  .cid-thfMyy9BKG .dragArea {
    position: absolute;
    top: 4rem;
    right: 0;
    background-color: #022d56;
    border-radius: 30px;
    padding: 1.5rem;
    width: 350px;
  }
  .cid-thfMyy9BKG .dash {
    text-align: center;
    width: 100%;
    padding: 2rem 2rem;
    border: 2px dashed #ffffff;
    border-radius: 30px;
  }
  .cid-thfMyy9BKG .container-fluid {
    padding: 0 1.8rem;
  }
  .cid-thfMyy9BKG img {
    width: 65%;
    border-radius: 30px;
  }
}
@media (min-width: 992px) {
  .cid-thfMyy9BKG .left-wrapper {
    padding-left: 5.2rem;
    margin-top: 4rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-thfMyy9BKG .dragArea {
    position: absolute;
    top: 4rem;
    right: 4rem;
    background-color: #022d56;
    border-radius: 30px;
    padding: 1.5rem;
    width: 350px;
  }
  .cid-thfMyy9BKG .dash {
    text-align: center;
    width: 100%;
    padding: 2rem 2rem;
    border: 2px dashed #fff;
    border-radius: 30px;
  }
  .cid-thfMyy9BKG .left-wrapper {
    margin-top: 2.5rem;
  }
}
.cid-thfMyy9BKG .mbr-section-subtitle span {
  margin-bottom: 2rem;
}
.cid-thfMyy9BKG .imageContainer {
  position: relative;
}
.cid-thfMyy9BKG .form-title {
  color: #fff;
  margin-bottom: 1.7rem;
}
.cid-thfMyy9BKG .mbr-section-btn {
  width: 100%;
  margin: 0;
}
.cid-thfMyy9BKG .form-group {
  padding: 0rem;
}
.cid-thfMyy9BKG .textarea {
  height: 8rem;
}
.cid-thUC6lP6VB {
  background-color: #ffffff;
}
.cid-thUC6lP6VB .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-thUC6lP6VB .carousel-item > div {
  width: 100%;
}
.cid-thUC6lP6VB .carousel-item.active,
.cid-thUC6lP6VB .carousel-item-next,
.cid-thUC6lP6VB .carousel-item-prev {
  display: flex;
}
.cid-thUC6lP6VB .carousel-controls a {
  transition: opacity .5s;
  font-size: 1.2rem;
}
.cid-thUC6lP6VB .carousel-controls a span {
  padding: 15px;
  border-radius: 50%;
  opacity: .9;
}
.cid-thUC6lP6VB .carousel-controls a:hover span {
  opacity: 1;
}
.cid-thUC6lP6VB .signature,
.cid-thUC6lP6VB .desk {
  margin: 0;
}
.cid-thUC6lP6VB .mbr-text {
  border-radius: 30px;
  color: #fff;
  position: relative;
}
.cid-thUC6lP6VB .mbr-text1 {
  background-color: #45b3df;
}
.cid-thUC6lP6VB .mbr-text2 {
  background-color: #022d56;
}
.cid-thUC6lP6VB .mbr-text3 {
  background-color: #0da4d6;
}
.cid-thUC6lP6VB .mbr-section-subtitle {
  margin-top: 2rem;
  margin-bottom: 1.3rem;
  margin-right: auto;
  margin-left: auto;
  color: #70747f;
}
.cid-thUC6lP6VB .img-block {
  display: flex;
  justify-content: center;
  margin-top: 2rem;
  align-items: center;
}
.cid-thUC6lP6VB img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin: 0;
}
.cid-thUC6lP6VB .title-block {
  margin-left: 1rem;
}
.cid-thUC6lP6VB h4 {
  font-weight: 900;
  color: #12265a;
}
.cid-thUC6lP6VB .quote_svg {
  position: absolute;
  top: calc(96%);
  width: 30px;
  transition: inherit;
  left: 40px;
}
.cid-thUC6lP6VB .quote_svg1 {
  fill: #45b3df;
}
.cid-thUC6lP6VB .quote_svg2 {
  fill: #022d56;
}
.cid-thUC6lP6VB .quote_svg3 {
  fill: #0da4d6;
}
.cid-thUC6lP6VB .mbr-text::after {
  content: '“';
  display: inline-block;
  position: absolute;
  top: -1rem;
  left: 1rem;
  font-size: 15rem;
  line-height: 1;
  text-align: center;
  transition: inherit;
  color: rgba(255, 255, 255, 0.23);
}
.cid-thUC6lP6VB .carousel-indicators li {
  background-color: #45b3df;
  width: 10px;
  height: 10px;
  border: none;
  border-radius: 50%;
}
.cid-thUC6lP6VB .carousel-indicators {
  position: absolute;
  margin-top: 2rem;
  bottom: 0rem;
}
.cid-thUC6lP6VB ol {
  margin-bottom: 0;
}
.cid-thUC6lP6VB .carousel {
  display: flex;
  overflow: hidden;
  padding-bottom: 3rem;
}
@media (max-width: 767px) {
  .cid-thUC6lP6VB {
    padding-top: 40px;
    padding-bottom: 60px;
  }
  .cid-thUC6lP6VB .container-fluid {
    padding: 0 1rem;
  }
  .cid-thUC6lP6VB .col-md-4 {
    padding: 0;
  }
  .cid-thUC6lP6VB .mbr-text {
    padding: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-thUC6lP6VB {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .cid-thUC6lP6VB .container-fluid {
    padding: 0 0.5rem;
  }
  .cid-thUC6lP6VB .mbr-text {
    padding: 2rem;
  }
}
.cid-thUC6lP6VB .container-fluid {
  max-width: 1200px;
}
.cid-tkJTyNql5K {
  padding-top: 45px;
  padding-bottom: 45px;
  background: #ffffff;
}
.cid-tkJTyNql5K .mbr-section-subtitle {
  color: #cccccc;
}
.cid-tkJTyNql5K h2 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 2rem;
  letter-spacing: 4px;
}
.cid-tkJTyNql5K h2:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tkJTyNql5K h2:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tkJTyNql5K .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #0da4d6;
  margin: 15px 0.5rem;
  display: block;
}
.cid-tkJTyNql5K .mbr-iconfont-social:before {
  padding: 0.6rem;
  border: 2px solid;
  border-radius: 100px;
  transition: all 0.3s;
}
.cid-tkJTyNql5K .mbr-iconfont-social:hover {
  color: #ffffff;
}
.cid-tkJTyNql5K .mbr-iconfont-social:hover:before {
  background: #0da4d6;
  transition: all 0.3s;
  border-color: transparent;
}
.cid-tkJTyNql5K .social-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-tkJTyNql5K .social-list a:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .cid-tkJTyNql5K .mbr-iconfont-social {
    margin-left: 0.2rem;
    margin-right: 0.2rem;
  }
}
.cid-tkJTyNql5K .mbr-section-title,
.cid-tkJTyNql5K .social-list {
  color: #000000;
}
@media (max-width: 768px) {
  .cid-tkJTyNql5K h2:before,
  .cid-tkJTyNql5K h2:after {
    display: none;
  }
}
.cid-tjq0yQU3Zv {
  background-color: #f4e80b;
}
.cid-tjq0yQU3Zv .mbr-text {
  text-align: left;
}
.cid-tjq0yQU3Zv h4 {
  text-align: center;
  margin-bottom: 0;
}
.cid-tjq0yQU3Zv p {
  text-align: center;
  margin: 0;
}
.cid-tjq0yQU3Zv .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-tjq0yQU3Zv .mbr-iconfont {
  transition: all 0.3s;
  font-size: 2rem;
}
.cid-tjq0yQU3Zv .card-title {
  color: #12265a;
  text-align: left;
}
.cid-tjq0yQU3Zv .card {
  border-radius: 30px;
  align-items: center;
  position: relative;
  transition: 0.4s;
  z-index: 1;
  padding: 0.8rem;
}
.cid-tjq0yQU3Zv img {
  width: auto;
  height: 180px;
  margin-top: 1rem;
}
.cid-tjq0yQU3Zv .card:hover {
  transform: translateY(-20px);
}
.cid-tjq0yQU3Zv .container-fluid {
  max-width: 1200px;
}
.cid-tjq0yQU3Zv .btn {
  color: #fff;
  padding-left: 0;
  padding-right: 0;
  line-height: 1.5rem;
}
.cid-tjq0yQU3Zv .mbr-section-btn {
  display: flex;
  align-items: center;
  margin-bottom: 1.6rem;
}
.cid-tjq0yQU3Zv .mbr-section-btn:hover .icon-btn {
  transform: rotateZ(180deg);
}
@media (min-width: 992px) {
  .cid-tjq0yQU3Zv {
    padding-top: 180px;
    padding-bottom: 180px;
  }
}
.cid-tjq0yQU3Zv .icon-btn {
  transition: 0.3s;
  line-height: 0;
}
.cid-tjq0yQU3Zv .card-img {
  text-align: center;
}
.cid-tjq0yQU3Zv .inner-dashed-border {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.cid-tjq0yQU3Zv .card:hover .inner-dashed-border {
  animation-play-state: running;
}
.cid-tjq0yQU3Zv .card .svg1 {
  stroke: #022d56;
}
.cid-tjq0yQU3Zv .card .svg2 {
  stroke: #45b3df;
}
.cid-tjq0yQU3Zv .card .svg3 {
  stroke: #0da4d6;
}
@keyframes dashed_border_running {
  100% {
    stroke-dashoffset: -1000;
  }
}
.cid-tjq0yQU3Zv svg {
  position: relative;
}
.cid-tjq0yQU3Zv rect {
  position: absolute;
}
.cid-tjq0yQU3Zv .wgl-icon {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin-right: 2rem;
  margin-left: 2rem;
  position: relative;
}
.cid-tjq0yQU3Zv .wgl-icon1 {
  background-color: #022d56;
}
.cid-tjq0yQU3Zv .wgl-icon2 {
  background-color: #45b3df;
}
.cid-tjq0yQU3Zv .wgl-icon3 {
  background-color: #0da4d6;
}
.cid-tjq0yQU3Zv .circle-icon {
  display: flex;
  align-items: center;
  height: 100%;
  justify-content: center;
  width: 100%;
  position: relative;
  background-color: #fff;
  z-index: -1;
  border-radius: 30px;
  padding: 1rem;
}
.cid-tjq0yQU3Zv .icon1 {
  font-size: 1.3rem;
  font-weight: 900;
  color: #fff;
  position: absolute;
  top: 10px;
  left: 10px;
}
.cid-tjq0yQU3Zv .svg-1 {
  position: absolute;
  bottom: 0;
}
.cid-tjq0yQU3Zv .svg-1 path {
  fill: #ffffff;
}
.cid-tjq0yQU3Zv .svg-2 {
  position: absolute;
  top: 0;
}
.cid-tjq0yQU3Zv .svg-2 path {
  fill: #ffffff;
}
.cid-tjq0yQU3Zv .svg1,
.cid-tjq0yQU3Zv .svg2,
.cid-tjq0yQU3Zv .svg3 {
  position: absolute;
  z-index: -1;
  padding: 1rem;
}
.cid-tjq0yQU3Zv .svg1 rect,
.cid-tjq0yQU3Zv .svg2 rect,
.cid-tjq0yQU3Zv .svg3 rect {
  width: calc(100% - 4px);
  height: calc(100% - 4px);
}
.cid-tjq0yQU3Zv .card-box {
  margin-top: 1.7rem;
  margin-bottom: 1rem;
}
.cid-tjq0yQU3Zv .row {
  justify-content: center;
}
@media (min-width: 767px) {
  .cid-tjq0yQU3Zv .container-fluid {
    padding: 0 1.5rem;
  }
}
.cid-thfMnsT7FI {
  background-color: #0da4d6;
}
.cid-thfMnsT7FI svg {
  position: absolute;
  top: 0;
}
.cid-thfMnsT7FI .svg-1 {
  fill: #ffffff;
}
.cid-thfMnsT7FI .container-fluid {
  max-width: 1200px;
}
@media (max-width: 767px) {
  .cid-thfMnsT7FI {
    padding-top: 12px;
    padding-bottom: 4px;
  }
}
@media (min-width: 767px) {
  .cid-thfMnsT7FI {
    padding-top: 90px;
    padding-bottom: 30px;
  }
}
.cid-thfMnsT7FI .mbr-text {
  color: #b1bee0;
}
.cid-thfMnsT7FI a {
  text-decoration: underline;
}
.cid-thfMnsT7FI a,
.cid-thfMnsT7FI a:hover {
  font-weight: 400 !important;
}
.cid-thfMnsT7FI .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-tmCSgvtwy1 {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-tmCSgvtwy1 .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
}
.cid-tmCSgvtwy1 .navbar {
  display: flex;
  flex-wrap: nowrap;
  background: #022d56;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-tmCSgvtwy1 .navbar-dropdown.bg-color.transparent.opened {
  background: #022d56;
}
.cid-tmCSgvtwy1 a {
  font-style: normal;
}
.cid-tmCSgvtwy1 .show {
  overflow: visible;
}
.cid-tmCSgvtwy1 .dropdown-menu {
  border-radius: 20px;
  min-width: 250px;
}
.cid-tmCSgvtwy1 .dropdown-item:active {
  background-color: transparent;
}
.cid-tmCSgvtwy1 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-tmCSgvtwy1 .nav-item a {
  display: -webkit-flex;
  align-items: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
}
.cid-tmCSgvtwy1 .nav-item:focus,
.cid-tmCSgvtwy1 .nav-link:focus {
  outline: none;
}
.cid-tmCSgvtwy1 .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  border: 1px solid #7a7b7e;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  padding: 0;
}
.cid-tmCSgvtwy1 .btn .mbr-iconfont {
  font-size: 1.5rem;
}
.cid-tmCSgvtwy1 .menu-logo .navbar-brand {
  display: flex;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tmCSgvtwy1 .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-tmCSgvtwy1 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tmCSgvtwy1 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tmCSgvtwy1 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tmCSgvtwy1 .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-tmCSgvtwy1 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-tmCSgvtwy1 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tmCSgvtwy1 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tmCSgvtwy1 .dropdown .dropdown-menu {
  background: transparent;
  display: none;
  position: absolute;
  padding-top: 4.5rem;
  padding-bottom: 2rem;
  text-align: left;
}
.cid-tmCSgvtwy1 .dropdown .dropdown-menu > .dropdown > .dropdown-item,
.cid-tmCSgvtwy1 .dropdown .dropdown-menu > .dropdown-item {
  font-weight: 900;
  font-family: 'Nunito', sans-serif;
  width: auto;
  padding: 4px 30px !important;
  margin: 0 !important;
}
.cid-tmCSgvtwy1 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tmCSgvtwy1 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tmCSgvtwy1 .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: none;
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-tmCSgvtwy1 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
  position: absolute;
  left: 1rem;
}
.cid-tmCSgvtwy1 button.navbar-toggler:focus {
  outline: none;
}
.cid-tmCSgvtwy1 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tmCSgvtwy1 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tmCSgvtwy1 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tmCSgvtwy1 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tmCSgvtwy1 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tmCSgvtwy1 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tmCSgvtwy1 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tmCSgvtwy1 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tmCSgvtwy1 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tmCSgvtwy1 .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tmCSgvtwy1 .collapsed .btn {
  display: -webkit-flex;
}
.cid-tmCSgvtwy1 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tmCSgvtwy1 .collapsed .navbar-collapse.collapsing,
.cid-tmCSgvtwy1 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tmCSgvtwy1 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tmCSgvtwy1 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tmCSgvtwy1 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tmCSgvtwy1 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tmCSgvtwy1 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tmCSgvtwy1 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-tmCSgvtwy1 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tmCSgvtwy1 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tmCSgvtwy1 .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 88.75vh;
  }
}
.cid-tmCSgvtwy1 .collapsed button.navbar-toggler {
  display: block;
}
.cid-tmCSgvtwy1 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-tmCSgvtwy1 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tmCSgvtwy1 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-tmCSgvtwy1 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tmCSgvtwy1 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tmCSgvtwy1 .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: 991px) {
  .cid-tmCSgvtwy1.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tmCSgvtwy1 img {
    height: 3.8rem !important;
  }
  .cid-tmCSgvtwy1 .btn {
    display: -webkit-flex;
  }
  .cid-tmCSgvtwy1 button.navbar-toggler {
    display: block;
  }
  .cid-tmCSgvtwy1 .navbar-brand {
    margin-left: 3.5rem !important;
  }
  .cid-tmCSgvtwy1 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tmCSgvtwy1 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tmCSgvtwy1 .navbar-collapse.collapsing,
  .cid-tmCSgvtwy1 .navbar-collapse.show {
    display: block !important;
  }
  .cid-tmCSgvtwy1 .navbar-collapse.collapsing .navbar-nav,
  .cid-tmCSgvtwy1 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tmCSgvtwy1 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tmCSgvtwy1 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tmCSgvtwy1 .navbar-collapse.collapsing .navbar-buttons,
  .cid-tmCSgvtwy1 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-tmCSgvtwy1 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tmCSgvtwy1 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tmCSgvtwy1 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-tmCSgvtwy1 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tmCSgvtwy1 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tmCSgvtwy1 .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: 767px) {
  .cid-tmCSgvtwy1 .navbar-collapse {
    max-height: 100vh !important;
  }
  .cid-tmCSgvtwy1 .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    color: #fff;
  }
  .cid-tmCSgvtwy1 .nav-link {
    justify-content: start!important;
  }
  .cid-tmCSgvtwy1 .navbar.opened {
    height: 100%;
  }
  .cid-tmCSgvtwy1 .navbar-toggleable-sm {
    width: 100%!important;
  }
  .cid-tmCSgvtwy1 .dropdown-menu {
    box-shadow: none !important;
    background: #313131 !important;
  }
}
@media (min-width: 767px) {
  .cid-tmCSgvtwy1 .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-tmCSgvtwy1 .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-tmCSgvtwy1 .link {
  color: #12265a;
  font-weight: 900;
  font-family: 'Nunito', sans-serif;
  transition: 0.4s;
}
.cid-tmCSgvtwy1 .span-link {
  padding: 0 0.5rem;
}
.cid-tmCSgvtwy1 .btn1::before {
  content: '';
  position: absolute;
  top: -7px;
  left: -7px;
  width: 52px;
  height: 52px;
  border: 2px dashed #0da4d6;
  border-radius: 30px;
  animation: spin_left 5s linear infinite;
  animation-play-state: paused;
}
.cid-tmCSgvtwy1 .btn2::before {
  content: '';
  position: absolute;
  top: -7px;
  left: -7px;
  width: 52px;
  height: 52px;
  border: 2px dashed #45b3df;
  border-radius: 30px;
  animation: spin_left 5s linear infinite;
  animation-play-state: paused;
}
.cid-tmCSgvtwy1 .btn:hover::before {
  animation-play-state: running;
}
@keyframes spin_left {
  0% {
    transform: rotate(360deg);
  }
}
.cid-tmCSgvtwy1 .navbar-caption {
  color: #efefef;
  font-weight: 900;
  font-family: 'Nunito', sans-serif;
}
.cid-tmCSgvtwy1 .navbar-caption:hover {
  color: #45b3df;
}
.cid-tmCSgvtwy1 .container-fluid {
  max-width: 1200px;
}
@media (max-width: 992px) {
  .cid-tmCSgvtwy1 .navbar-collapse.show {
    overflow: visible !important;
  }
  .cid-tmCSgvtwy1 .dropdown-item {
    color: #fff;
  }
  .cid-tmCSgvtwy1 .nav-item.open .nav-link,
  .cid-tmCSgvtwy1 .link:hover {
    color: #fff;
    background: #0da4d6;
    border-radius: 5px;
  }
  .cid-tmCSgvtwy1 .link:active {
    color: #fff !important;
  }
  .cid-tmCSgvtwy1 .logo-name {
    margin-top: 0.5rem;
  }
  .cid-tmCSgvtwy1 .navbar-brand {
    justify-content: center;
  }
  .cid-tmCSgvtwy1 .mbr-section-btn {
    order: 1;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .cid-tmCSgvtwy1 .nav-item a {
    margin: 0 0.5rem !important;
  }
  .cid-tmCSgvtwy1 .navbar-nav .nav-link {
    color: #fff;
    display: inline-block;
  }
  .cid-tmCSgvtwy1 .navbar-collapse {
    background-color: #313131;
    order: 2;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cid-tmCSgvtwy1 .navbar {
    height: 90px;
  }
  .cid-tmCSgvtwy1 .menu-logo {
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
  .cid-tmCSgvtwy1 .btn1 {
    display: none;
  }
  .cid-tmCSgvtwy1 .mbr-section-title {
    color: #fff;
  }
  .cid-tmCSgvtwy1 .container-fluid {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .cid-tmCSgvtwy1 .navbar-toggleable-sm {
    background-color: #313131;
  }
  .cid-tmCSgvtwy1 .span-link {
    color: #fff;
  }
  .cid-tmCSgvtwy1 .navbar-collapse.show .navbar-nav {
    text-align: left;
  }
}
@media (min-width: 992px) {
  .cid-tmCSgvtwy1 .dropdown-item {
    color: #12265a;
  }
  .cid-tmCSgvtwy1 .nav-item.open .nav-link,
  .cid-tmCSgvtwy1 .link:hover {
    color: #efefef !important;
    background: #0da4d6;
    border-radius: 5px;
  }
  .cid-tmCSgvtwy1 .logo-name {
    margin-top: 2rem;
  }
  .cid-tmCSgvtwy1 .navbar-collapse {
    justify-content: space-between;
  }
  .cid-tmCSgvtwy1 .navbar-nav {
    margin-left: auto;
    margin-right: auto;
  }
  .cid-tmCSgvtwy1 .container-fluid {
    padding: 0 1rem;
  }
  .cid-tmCSgvtwy1 .dropdown-menu::after {
    content: '';
    position: absolute;
    top: 4rem;
    bottom: 1.4rem;
    left: 10px;
    right: 10px;
    border: 2px dashed #45b3df;
    border-radius: 10px;
    z-index: 0;
    pointer-events: none;
  }
  .cid-tmCSgvtwy1 .dropdown-menu::before {
    content: "";
    position: absolute;
    top: 3.4rem;
    bottom: 0.8rem;
    left: 0px;
    right: 0px;
    border-radius: 10px;
    background: #022d56;
    z-index: -1;
  }
}
.cid-tmCSgvtwy1 .mbr-section-title {
  font-weight: 900;
}
.cid-tmCSgvtwy1 .mbr-section-subtitle {
  color: #fa9db7;
}
.cid-tmCSgvtwy1 .mbr-section-btn {
  display: flex;
}
.cid-tmCSgvtwy1 .dropdown-item:hover {
  color: #0da4d6 !important;
}
.cid-tmCSgvtwy1 .btn-primary:hover {
  background-color: #0da4d6 !important;
  border-color: #0da4d6 !important;
}
.cid-tmCSgvtwy1 .btn-warning:hover {
  background-color: #45b3df !important;
  border-color: #45b3df !important;
}
.cid-tmCSgvtwy1 .dropdown-toggle::after {
  content: '+';
  border: none !important;
  top: 25% !important;
}
.cid-tmCSgvtwy1 .nav-item a {
  padding: 0 0.5rem !important;
}
.cid-tmCSgvtwy1 .nav-link {
  padding: 0rem 0.5rem !important;
}
.cid-tmCSgvtwy1 .mbr-iconfont {
  margin: 0;
}
.cid-tmCSgvtwy1 .btn-primary:focus {
  background-color: #0da4d6 !important;
  border-color: #0da4d6 !important;
}
.cid-tmCSgvtwy1 .btn-warning:focus {
  background-color: #45b3df !important;
  border-color: #45b3df !important;
}
.cid-tmCSgvtwy1 .navbar-dropdown.navbar-short .navbar-brand {
  padding-top: .3125rem;
  padding-bottom: .3125rem;
}
.cid-tmCSgvtwy1 .navbar-dropdown .navbar-logo {
  margin-right: 0.8rem;
}
.cid-tmCSgwx4Rg {
  padding-top: 150px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/banner-positivo-2-2000x684.jpg");
}
@media (max-width: 767px) {
  .cid-tmCSgwx4Rg {
    padding-top: 50px;
    padding-bottom: 45px;
  }
}
.cid-tmCSgwx4Rg h3 {
  font-weight: 900;
  width: fit-content;
  position: relative;
  color: #fff;
}
.cid-tmCSgwx4Rg .btn {
  margin: 0.2rem!important;
}
@media (max-width: 767px) {
  .cid-tmCSgwx4Rg .mbr-iconfont2 {
    margin: 0;
  }
  .cid-tmCSgwx4Rg .wrapper-left {
    text-align: left;
  }
  .cid-tmCSgwx4Rg .number {
    margin-top: 1rem;
    display: flex;
    align-items: center;
    margin-left: -5px;
  }
  .cid-tmCSgwx4Rg .block {
    margin-top: 2.3rem;
    display: flex;
    flex-direction: column;
  }
  .cid-tmCSgwx4Rg .container-fluid {
    padding: 0 1rem;
  }
  .cid-tmCSgwx4Rg .mbr-section-btn {
    text-align: left;
  }
  .cid-tmCSgwx4Rg h3 {
    margin: auto;
    margin-bottom: 1.4rem;
  }
  .cid-tmCSgwx4Rg h3:before {
    position: absolute;
    content: '';
    left: -60px;
    top: 0;
    margin: auto;
    bottom: 0;
    width: 40px;
    height: 1px;
    background: currentColor;
  }
}
@media (min-width: 767px) {
  .cid-tmCSgwx4Rg .mbr-iconfont2 {
    margin-left: 1rem;
  }
  .cid-tmCSgwx4Rg .number {
    display: flex;
    align-items: center;
  }
  .cid-tmCSgwx4Rg .block {
    margin-top: 2.3rem;
    display: inline-flex;
    align-items: center;
  }
  .cid-tmCSgwx4Rg .container-fluid {
    padding: 0 1.5rem;
  }
}
.cid-tmCSgwx4Rg .mbr-section-subtitle {
  background-color: #034c92;
  padding: 0.4rem 1rem;
  border-radius: 15px;
  display: inline-block;
}
.cid-tmCSgwx4Rg .mbr-section-title {
  background-color: #5bbce3;
  padding: 0.4rem 1rem;
  border-radius: 15px;
  margin-bottom: 1.3rem;
  display: inline-block;
}
.cid-tmCSgwx4Rg h1 {
  margin-left: -4px;
  margin-bottom: 0.1rem;
}
.cid-tmCSgwx4Rg p {
  margin-bottom: 1.3rem;
}
.cid-tmCSgwx4Rg .container-fluid {
  max-width: 1200px;
}
.cid-tmCSgwx4Rg .telephone {
  color: #12265a;
  transition: 0.5s;
}
.cid-tmCSgwx4Rg .telephone:hover {
  color: #45b3df;
}
.cid-tmCSgwx4Rg .icon-btn {
  color: #fa9db7;
}
.cid-tmCSgwx4Rg .mbr-iconfont2 {
  font-size: 2.5rem;
  color: #45b3df;
}
.cid-tmCSgwx4Rg h4 {
  margin-bottom: 0;
}
.cid-tmH5I9eBTN {
  background: #ffffff;
  padding-top: 105px;
  padding-bottom: 60px;
}
@media (max-width: 767px) {
  .cid-tmH5I9eBTN {
    padding-top: 28px;
    padding-bottom: 16px;
  }
}
.cid-tmH5I9eBTN .container-fluid {
  padding: 0 2rem;
  max-width: 1300px;
}
.cid-tmH5I9eBTN .video-block {
  margin: auto;
}
@media (max-width: 767px) {
  .cid-tmH5I9eBTN .container-fluid {
    padding: 0 1rem;
  }
  .cid-tmH5I9eBTN .video-block {
    width: 100% !important;
  }
}
.cid-tmH5IrB333 {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 60px;
}
@media (max-width: 767px) {
  .cid-tmH5IrB333 {
    padding-top: 8px;
    padding-bottom: 16px;
  }
}
.cid-tmH5IrB333 .container-fluid {
  padding: 0 2rem;
  max-width: 1300px;
}
.cid-tmH5IrB333 .video-block {
  margin: auto;
}
@media (max-width: 767px) {
  .cid-tmH5IrB333 .container-fluid {
    padding: 0 1rem;
  }
  .cid-tmH5IrB333 .video-block {
    width: 100% !important;
  }
}
.cid-tmCSgAB7RL {
  background-color: #ffffff;
}
.cid-tmCSgAB7RL .text-top {
  color: #767676;
  margin-top: 2rem;
  margin-left: auto;
  margin-right: auto;
}
.cid-tmCSgAB7RL .card {
  margin-bottom: 1rem;
}
.cid-tmCSgAB7RL .row {
  justify-content: center;
}
.cid-tmCSgAB7RL .card-title {
  color: #12265a;
  transition: 0.5s;
}
.cid-tmCSgAB7RL .card-title:hover {
  color: #45b3df;
}
.cid-tmCSgAB7RL img {
  width: 80px;
}
.cid-tmCSgAB7RL .item-image {
  margin-right: 1rem;
}
.cid-tmCSgAB7RL .container-fluid {
  max-width: 1200px;
}
@media (max-width: 767px) {
  .cid-tmCSgAB7RL {
    padding-top: 70px;
    padding-bottom: 15px;
  }
  .cid-tmCSgAB7RL .container-fluid {
    padding: 0 1rem;
  }
  .cid-tmCSgAB7RL .container {
    padding: 0rem;
  }
  .cid-tmCSgAB7RL .col-12 {
    padding: 0;
  }
  .cid-tmCSgAB7RL .mbr-section-title {
    margin: 0;
    margin-left: 0px;
    margin-right: 0px;
  }
  .cid-tmCSgAB7RL .card {
    display: flex;
    flex-direction: column;
    text-align: center;
  }
  .cid-tmCSgAB7RL .card-title {
    margin-top: 2rem;
  }
}
@media (min-width: 767px) {
  .cid-tmCSgAB7RL {
    padding-top: 105px;
    padding-bottom: 75px;
  }
  .cid-tmCSgAB7RL .container-fluid {
    padding: 0 1.5rem;
  }
  .cid-tmCSgAB7RL .mbr-section-title {
    margin-left: -12px;
    margin-right: -12px;
  }
  .cid-tmCSgAB7RL .card {
    display: flex;
    flex-direction: row;
  }
}
.cid-tmCSgAB7RL .container {
  margin-bottom: 1.5rem;
}
.cid-tmCSgBMOnK {
  background-color: #ffffff;
}
.cid-tmCSgBMOnK .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tmCSgBMOnK .carousel-item > div {
  width: 100%;
}
.cid-tmCSgBMOnK .carousel-item.active,
.cid-tmCSgBMOnK .carousel-item-next,
.cid-tmCSgBMOnK .carousel-item-prev {
  display: flex;
}
.cid-tmCSgBMOnK .carousel-controls a {
  transition: opacity .5s;
  font-size: 1.2rem;
}
.cid-tmCSgBMOnK .carousel-controls a span {
  padding: 15px;
  border-radius: 50%;
  opacity: .9;
}
.cid-tmCSgBMOnK .carousel-controls a:hover span {
  opacity: 1;
}
.cid-tmCSgBMOnK .signature,
.cid-tmCSgBMOnK .desk {
  margin: 0;
}
.cid-tmCSgBMOnK .mbr-text {
  border-radius: 30px;
  color: #fff;
  position: relative;
}
.cid-tmCSgBMOnK .mbr-text1 {
  background-color: #45b3df;
}
.cid-tmCSgBMOnK .mbr-text2 {
  background-color: #022d56;
}
.cid-tmCSgBMOnK .mbr-text3 {
  background-color: #0da4d6;
}
.cid-tmCSgBMOnK .mbr-section-subtitle {
  margin-top: 2rem;
  margin-bottom: 1.3rem;
  margin-right: auto;
  margin-left: auto;
  color: #70747f;
}
.cid-tmCSgBMOnK .img-block {
  display: flex;
  justify-content: center;
  margin-top: 2rem;
  align-items: center;
}
.cid-tmCSgBMOnK img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin: 0;
}
.cid-tmCSgBMOnK .title-block {
  margin-left: 1rem;
}
.cid-tmCSgBMOnK h4 {
  font-weight: 900;
  color: #12265a;
}
.cid-tmCSgBMOnK .quote_svg {
  position: absolute;
  top: calc(96%);
  width: 30px;
  transition: inherit;
  left: 40px;
}
.cid-tmCSgBMOnK .quote_svg1 {
  fill: #45b3df;
}
.cid-tmCSgBMOnK .quote_svg2 {
  fill: #022d56;
}
.cid-tmCSgBMOnK .quote_svg3 {
  fill: #0da4d6;
}
.cid-tmCSgBMOnK .mbr-text::after {
  content: '“';
  display: inline-block;
  position: absolute;
  top: -1rem;
  left: 1rem;
  font-size: 15rem;
  line-height: 1;
  text-align: center;
  transition: inherit;
  color: rgba(255, 255, 255, 0.23);
}
.cid-tmCSgBMOnK .carousel-indicators li {
  background-color: #45b3df;
  width: 10px;
  height: 10px;
  border: none;
  border-radius: 50%;
}
.cid-tmCSgBMOnK .carousel-indicators {
  position: absolute;
  margin-top: 2rem;
  bottom: 0rem;
}
.cid-tmCSgBMOnK ol {
  margin-bottom: 0;
}
.cid-tmCSgBMOnK .carousel {
  display: flex;
  overflow: hidden;
  padding-bottom: 3rem;
}
@media (max-width: 767px) {
  .cid-tmCSgBMOnK {
    padding-top: 40px;
    padding-bottom: 60px;
  }
  .cid-tmCSgBMOnK .container-fluid {
    padding: 0 1rem;
  }
  .cid-tmCSgBMOnK .col-md-4 {
    padding: 0;
  }
  .cid-tmCSgBMOnK .mbr-text {
    padding: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-tmCSgBMOnK {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .cid-tmCSgBMOnK .container-fluid {
    padding: 0 0.5rem;
  }
  .cid-tmCSgBMOnK .mbr-text {
    padding: 2rem;
  }
}
.cid-tmCSgBMOnK .container-fluid {
  max-width: 1200px;
}
.cid-tmCSgDc529 {
  padding-top: 45px;
  padding-bottom: 45px;
  background: #ffffff;
}
.cid-tmCSgDc529 .mbr-section-subtitle {
  color: #cccccc;
}
.cid-tmCSgDc529 h2 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 2rem;
  letter-spacing: 4px;
}
.cid-tmCSgDc529 h2:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tmCSgDc529 h2:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tmCSgDc529 .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #0da4d6;
  margin: 15px 0.5rem;
  display: block;
}
.cid-tmCSgDc529 .mbr-iconfont-social:before {
  padding: 0.6rem;
  border: 2px solid;
  border-radius: 100px;
  transition: all 0.3s;
}
.cid-tmCSgDc529 .mbr-iconfont-social:hover {
  color: #ffffff;
}
.cid-tmCSgDc529 .mbr-iconfont-social:hover:before {
  background: #0da4d6;
  transition: all 0.3s;
  border-color: transparent;
}
.cid-tmCSgDc529 .social-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-tmCSgDc529 .social-list a:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .cid-tmCSgDc529 .mbr-iconfont-social {
    margin-left: 0.2rem;
    margin-right: 0.2rem;
  }
}
.cid-tmCSgDc529 .mbr-section-title,
.cid-tmCSgDc529 .social-list {
  color: #000000;
}
@media (max-width: 768px) {
  .cid-tmCSgDc529 h2:before,
  .cid-tmCSgDc529 h2:after {
    display: none;
  }
}
.cid-tmCSgE3RoF {
  background-color: #f4e80b;
}
.cid-tmCSgE3RoF .mbr-text {
  text-align: left;
}
.cid-tmCSgE3RoF h4 {
  text-align: center;
  margin-bottom: 0;
}
.cid-tmCSgE3RoF p {
  text-align: center;
  margin: 0;
}
.cid-tmCSgE3RoF .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-tmCSgE3RoF .mbr-iconfont {
  transition: all 0.3s;
  font-size: 2rem;
}
.cid-tmCSgE3RoF .card-title {
  color: #12265a;
  text-align: left;
}
.cid-tmCSgE3RoF .card {
  border-radius: 30px;
  align-items: center;
  position: relative;
  transition: 0.4s;
  z-index: 1;
  padding: 0.8rem;
}
.cid-tmCSgE3RoF img {
  width: auto;
  height: 180px;
  margin-top: 1rem;
}
.cid-tmCSgE3RoF .card:hover {
  transform: translateY(-20px);
}
.cid-tmCSgE3RoF .container-fluid {
  max-width: 1200px;
}
.cid-tmCSgE3RoF .btn {
  color: #fff;
  padding-left: 0;
  padding-right: 0;
  line-height: 1.5rem;
}
.cid-tmCSgE3RoF .mbr-section-btn {
  display: flex;
  align-items: center;
  margin-bottom: 1.6rem;
}
.cid-tmCSgE3RoF .mbr-section-btn:hover .icon-btn {
  transform: rotateZ(180deg);
}
@media (min-width: 992px) {
  .cid-tmCSgE3RoF {
    padding-top: 180px;
    padding-bottom: 180px;
  }
}
.cid-tmCSgE3RoF .icon-btn {
  transition: 0.3s;
  line-height: 0;
}
.cid-tmCSgE3RoF .card-img {
  text-align: center;
}
.cid-tmCSgE3RoF .inner-dashed-border {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.cid-tmCSgE3RoF .card:hover .inner-dashed-border {
  animation-play-state: running;
}
.cid-tmCSgE3RoF .card .svg1 {
  stroke: #022d56;
}
.cid-tmCSgE3RoF .card .svg2 {
  stroke: #45b3df;
}
.cid-tmCSgE3RoF .card .svg3 {
  stroke: #0da4d6;
}
@keyframes dashed_border_running {
  100% {
    stroke-dashoffset: -1000;
  }
}
.cid-tmCSgE3RoF svg {
  position: relative;
}
.cid-tmCSgE3RoF rect {
  position: absolute;
}
.cid-tmCSgE3RoF .wgl-icon {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin-right: 2rem;
  margin-left: 2rem;
  position: relative;
}
.cid-tmCSgE3RoF .wgl-icon1 {
  background-color: #022d56;
}
.cid-tmCSgE3RoF .wgl-icon2 {
  background-color: #45b3df;
}
.cid-tmCSgE3RoF .wgl-icon3 {
  background-color: #0da4d6;
}
.cid-tmCSgE3RoF .circle-icon {
  display: flex;
  align-items: center;
  height: 100%;
  justify-content: center;
  width: 100%;
  position: relative;
  background-color: #fff;
  z-index: -1;
  border-radius: 30px;
  padding: 1rem;
}
.cid-tmCSgE3RoF .icon1 {
  font-size: 1.3rem;
  font-weight: 900;
  color: #fff;
  position: absolute;
  top: 10px;
  left: 10px;
}
.cid-tmCSgE3RoF .svg-1 {
  position: absolute;
  bottom: 0;
}
.cid-tmCSgE3RoF .svg-1 path {
  fill: #ffffff;
}
.cid-tmCSgE3RoF .svg-2 {
  position: absolute;
  top: 0;
}
.cid-tmCSgE3RoF .svg-2 path {
  fill: #ffffff;
}
.cid-tmCSgE3RoF .svg1,
.cid-tmCSgE3RoF .svg2,
.cid-tmCSgE3RoF .svg3 {
  position: absolute;
  z-index: -1;
  padding: 1rem;
}
.cid-tmCSgE3RoF .svg1 rect,
.cid-tmCSgE3RoF .svg2 rect,
.cid-tmCSgE3RoF .svg3 rect {
  width: calc(100% - 4px);
  height: calc(100% - 4px);
}
.cid-tmCSgE3RoF .card-box {
  margin-top: 1.7rem;
  margin-bottom: 1rem;
}
.cid-tmCSgE3RoF .row {
  justify-content: center;
}
@media (min-width: 767px) {
  .cid-tmCSgE3RoF .container-fluid {
    padding: 0 1.5rem;
  }
}
.cid-tmCSgF3nDV {
  background-color: #0da4d6;
}
.cid-tmCSgF3nDV svg {
  position: absolute;
  top: 0;
}
.cid-tmCSgF3nDV .svg-1 {
  fill: #ffffff;
}
.cid-tmCSgF3nDV .container-fluid {
  max-width: 1200px;
}
@media (max-width: 767px) {
  .cid-tmCSgF3nDV {
    padding-top: 12px;
    padding-bottom: 4px;
  }
}
@media (min-width: 767px) {
  .cid-tmCSgF3nDV {
    padding-top: 90px;
    padding-bottom: 30px;
  }
}
.cid-tmCSgF3nDV .mbr-text {
  color: #b1bee0;
}
.cid-tmCSgF3nDV a {
  text-decoration: underline;
}
.cid-tmCSgF3nDV a,
.cid-tmCSgF3nDV a:hover {
  font-weight: 400 !important;
}
.cid-tmCSgF3nDV .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-uzYznzteXG {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-uzYznzteXG .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
}
.cid-uzYznzteXG .navbar {
  display: flex;
  flex-wrap: nowrap;
  background: #022d56;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-uzYznzteXG .navbar-dropdown.bg-color.transparent.opened {
  background: #022d56;
}
.cid-uzYznzteXG a {
  font-style: normal;
}
.cid-uzYznzteXG .show {
  overflow: visible;
}
.cid-uzYznzteXG .dropdown-menu {
  border-radius: 20px;
  min-width: 250px;
}
.cid-uzYznzteXG .dropdown-item:active {
  background-color: transparent;
}
.cid-uzYznzteXG .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uzYznzteXG .nav-item a {
  display: -webkit-flex;
  align-items: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
}
.cid-uzYznzteXG .nav-item:focus,
.cid-uzYznzteXG .nav-link:focus {
  outline: none;
}
.cid-uzYznzteXG .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  border: 1px solid #7a7b7e;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  padding: 0;
}
.cid-uzYznzteXG .btn .mbr-iconfont {
  font-size: 1.5rem;
}
.cid-uzYznzteXG .menu-logo .navbar-brand {
  display: flex;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uzYznzteXG .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-uzYznzteXG .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uzYznzteXG .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uzYznzteXG .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uzYznzteXG .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-uzYznzteXG .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uzYznzteXG .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uzYznzteXG .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uzYznzteXG .dropdown .dropdown-menu {
  background: transparent;
  display: none;
  position: absolute;
  padding-top: 4.5rem;
  padding-bottom: 2rem;
  text-align: left;
}
.cid-uzYznzteXG .dropdown .dropdown-menu > .dropdown > .dropdown-item,
.cid-uzYznzteXG .dropdown .dropdown-menu > .dropdown-item {
  font-weight: 900;
  font-family: 'Nunito', sans-serif;
  width: auto;
  padding: 4px 30px !important;
  margin: 0 !important;
}
.cid-uzYznzteXG .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uzYznzteXG .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uzYznzteXG .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: none;
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-uzYznzteXG button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
  position: absolute;
  left: 1rem;
}
.cid-uzYznzteXG button.navbar-toggler:focus {
  outline: none;
}
.cid-uzYznzteXG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uzYznzteXG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uzYznzteXG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uzYznzteXG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uzYznzteXG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uzYznzteXG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uzYznzteXG nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uzYznzteXG nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uzYznzteXG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uzYznzteXG .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uzYznzteXG .collapsed .btn {
  display: -webkit-flex;
}
.cid-uzYznzteXG .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uzYznzteXG .collapsed .navbar-collapse.collapsing,
.cid-uzYznzteXG .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uzYznzteXG .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uzYznzteXG .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uzYznzteXG .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uzYznzteXG .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uzYznzteXG .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uzYznzteXG .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uzYznzteXG .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uzYznzteXG .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uzYznzteXG .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 88.75vh;
  }
}
.cid-uzYznzteXG .collapsed button.navbar-toggler {
  display: block;
}
.cid-uzYznzteXG .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uzYznzteXG .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uzYznzteXG .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-uzYznzteXG .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uzYznzteXG .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uzYznzteXG .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: 991px) {
  .cid-uzYznzteXG.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uzYznzteXG img {
    height: 3.8rem !important;
  }
  .cid-uzYznzteXG .btn {
    display: -webkit-flex;
  }
  .cid-uzYznzteXG button.navbar-toggler {
    display: block;
  }
  .cid-uzYznzteXG .navbar-brand {
    margin-left: 3.5rem !important;
  }
  .cid-uzYznzteXG .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uzYznzteXG .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uzYznzteXG .navbar-collapse.collapsing,
  .cid-uzYznzteXG .navbar-collapse.show {
    display: block !important;
  }
  .cid-uzYznzteXG .navbar-collapse.collapsing .navbar-nav,
  .cid-uzYznzteXG .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uzYznzteXG .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uzYznzteXG .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uzYznzteXG .navbar-collapse.collapsing .navbar-buttons,
  .cid-uzYznzteXG .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uzYznzteXG .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uzYznzteXG .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uzYznzteXG .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-uzYznzteXG .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uzYznzteXG .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uzYznzteXG .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: 767px) {
  .cid-uzYznzteXG .navbar-collapse {
    max-height: 100vh !important;
  }
  .cid-uzYznzteXG .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    color: #fff;
  }
  .cid-uzYznzteXG .nav-link {
    justify-content: start!important;
  }
  .cid-uzYznzteXG .navbar.opened {
    height: 100%;
  }
  .cid-uzYznzteXG .navbar-toggleable-sm {
    width: 100%!important;
  }
  .cid-uzYznzteXG .dropdown-menu {
    box-shadow: none !important;
    background: #313131 !important;
  }
}
@media (min-width: 767px) {
  .cid-uzYznzteXG .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-uzYznzteXG .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uzYznzteXG .link {
  color: #12265a;
  font-weight: 900;
  font-family: 'Nunito', sans-serif;
  transition: 0.4s;
}
.cid-uzYznzteXG .span-link {
  padding: 0 0.5rem;
}
.cid-uzYznzteXG .btn1::before {
  content: '';
  position: absolute;
  top: -7px;
  left: -7px;
  width: 52px;
  height: 52px;
  border: 2px dashed #0da4d6;
  border-radius: 30px;
  animation: spin_left 5s linear infinite;
  animation-play-state: paused;
}
.cid-uzYznzteXG .btn2::before {
  content: '';
  position: absolute;
  top: -7px;
  left: -7px;
  width: 52px;
  height: 52px;
  border: 2px dashed #45b3df;
  border-radius: 30px;
  animation: spin_left 5s linear infinite;
  animation-play-state: paused;
}
.cid-uzYznzteXG .btn:hover::before {
  animation-play-state: running;
}
@keyframes spin_left {
  0% {
    transform: rotate(360deg);
  }
}
.cid-uzYznzteXG .navbar-caption {
  color: #efefef;
  font-weight: 900;
  font-family: 'Nunito', sans-serif;
}
.cid-uzYznzteXG .navbar-caption:hover {
  color: #45b3df;
}
.cid-uzYznzteXG .container-fluid {
  max-width: 1200px;
}
@media (max-width: 992px) {
  .cid-uzYznzteXG .navbar-collapse.show {
    overflow: visible !important;
  }
  .cid-uzYznzteXG .dropdown-item {
    color: #fff;
  }
  .cid-uzYznzteXG .nav-item.open .nav-link,
  .cid-uzYznzteXG .link:hover {
    color: #fff;
    background: #0da4d6;
    border-radius: 5px;
  }
  .cid-uzYznzteXG .link:active {
    color: #fff !important;
  }
  .cid-uzYznzteXG .logo-name {
    margin-top: 0.5rem;
  }
  .cid-uzYznzteXG .navbar-brand {
    justify-content: center;
  }
  .cid-uzYznzteXG .mbr-section-btn {
    order: 1;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .cid-uzYznzteXG .nav-item a {
    margin: 0 0.5rem !important;
  }
  .cid-uzYznzteXG .navbar-nav .nav-link {
    color: #fff;
    display: inline-block;
  }
  .cid-uzYznzteXG .navbar-collapse {
    background-color: #313131;
    order: 2;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cid-uzYznzteXG .navbar {
    height: 90px;
  }
  .cid-uzYznzteXG .menu-logo {
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
  .cid-uzYznzteXG .btn1 {
    display: none;
  }
  .cid-uzYznzteXG .mbr-section-title {
    color: #fff;
  }
  .cid-uzYznzteXG .container-fluid {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .cid-uzYznzteXG .navbar-toggleable-sm {
    background-color: #313131;
  }
  .cid-uzYznzteXG .span-link {
    color: #fff;
  }
  .cid-uzYznzteXG .navbar-collapse.show .navbar-nav {
    text-align: left;
  }
}
@media (min-width: 992px) {
  .cid-uzYznzteXG .dropdown-item {
    color: #12265a;
  }
  .cid-uzYznzteXG .nav-item.open .nav-link,
  .cid-uzYznzteXG .link:hover {
    color: #efefef !important;
    background: #0da4d6;
    border-radius: 5px;
  }
  .cid-uzYznzteXG .logo-name {
    margin-top: 2rem;
  }
  .cid-uzYznzteXG .navbar-collapse {
    justify-content: space-between;
  }
  .cid-uzYznzteXG .navbar-nav {
    margin-left: auto;
    margin-right: auto;
  }
  .cid-uzYznzteXG .container-fluid {
    padding: 0 1rem;
  }
  .cid-uzYznzteXG .dropdown-menu::after {
    content: '';
    position: absolute;
    top: 4rem;
    bottom: 1.4rem;
    left: 10px;
    right: 10px;
    border: 2px dashed #45b3df;
    border-radius: 10px;
    z-index: 0;
    pointer-events: none;
  }
  .cid-uzYznzteXG .dropdown-menu::before {
    content: "";
    position: absolute;
    top: 3.4rem;
    bottom: 0.8rem;
    left: 0px;
    right: 0px;
    border-radius: 10px;
    background: #022d56;
    z-index: -1;
  }
}
.cid-uzYznzteXG .mbr-section-title {
  font-weight: 900;
}
.cid-uzYznzteXG .mbr-section-subtitle {
  color: #fa9db7;
}
.cid-uzYznzteXG .mbr-section-btn {
  display: flex;
}
.cid-uzYznzteXG .dropdown-item:hover {
  color: #0da4d6 !important;
}
.cid-uzYznzteXG .btn-primary:hover {
  background-color: #0da4d6 !important;
  border-color: #0da4d6 !important;
}
.cid-uzYznzteXG .btn-warning:hover {
  background-color: #45b3df !important;
  border-color: #45b3df !important;
}
.cid-uzYznzteXG .dropdown-toggle::after {
  content: '+';
  border: none !important;
  top: 25% !important;
}
.cid-uzYznzteXG .nav-item a {
  padding: 0 0.5rem !important;
}
.cid-uzYznzteXG .nav-link {
  padding: 0rem 0.5rem !important;
}
.cid-uzYznzteXG .mbr-iconfont {
  margin: 0;
}
.cid-uzYznzteXG .btn-primary:focus {
  background-color: #0da4d6 !important;
  border-color: #0da4d6 !important;
}
.cid-uzYznzteXG .btn-warning:focus {
  background-color: #45b3df !important;
  border-color: #45b3df !important;
}
.cid-uzYznzteXG .navbar-dropdown.navbar-short .navbar-brand {
  padding-top: .3125rem;
  padding-bottom: .3125rem;
}
.cid-uzYznzteXG .navbar-dropdown .navbar-logo {
  margin-right: 0.8rem;
}
.cid-uzYznzIUuF {
  padding-top: 150px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/banner-contato-2-2000x684.jpg");
}
@media (max-width: 767px) {
  .cid-uzYznzIUuF {
    padding-top: 50px;
    padding-bottom: 45px;
  }
}
.cid-uzYznzIUuF h3 {
  font-weight: 900;
  width: fit-content;
  position: relative;
  color: #fff;
}
.cid-uzYznzIUuF .btn {
  margin: 0.2rem!important;
}
@media (max-width: 767px) {
  .cid-uzYznzIUuF .mbr-iconfont2 {
    margin: 0;
  }
  .cid-uzYznzIUuF .wrapper-left {
    text-align: left;
  }
  .cid-uzYznzIUuF .number {
    margin-top: 1rem;
    display: flex;
    align-items: center;
    margin-left: -5px;
  }
  .cid-uzYznzIUuF .block {
    margin-top: 2.3rem;
    display: flex;
    flex-direction: column;
  }
  .cid-uzYznzIUuF .container-fluid {
    padding: 0 1rem;
  }
  .cid-uzYznzIUuF .mbr-section-btn {
    text-align: left;
  }
  .cid-uzYznzIUuF h3 {
    margin: auto;
    margin-bottom: 1.4rem;
  }
  .cid-uzYznzIUuF h3:before {
    position: absolute;
    content: '';
    left: -60px;
    top: 0;
    margin: auto;
    bottom: 0;
    width: 40px;
    height: 1px;
    background: currentColor;
  }
}
@media (min-width: 767px) {
  .cid-uzYznzIUuF .mbr-iconfont2 {
    margin-left: 1rem;
  }
  .cid-uzYznzIUuF .number {
    display: flex;
    align-items: center;
  }
  .cid-uzYznzIUuF .block {
    margin-top: 2.3rem;
    display: inline-flex;
    align-items: center;
  }
  .cid-uzYznzIUuF .container-fluid {
    padding: 0 1.5rem;
  }
}
.cid-uzYznzIUuF .mbr-section-subtitle {
  background-color: #034c92;
  padding: 0.4rem 1rem;
  border-radius: 15px;
  display: inline-block;
}
.cid-uzYznzIUuF .mbr-section-title {
  background-color: #5bbce3;
  padding: 0.4rem 1rem;
  border-radius: 15px;
  margin-bottom: 1.3rem;
  display: inline-block;
}
.cid-uzYznzIUuF h1 {
  margin-left: -4px;
  margin-bottom: 0.1rem;
}
.cid-uzYznzIUuF p {
  margin-bottom: 1.3rem;
}
.cid-uzYznzIUuF .container-fluid {
  max-width: 1200px;
}
.cid-uzYznzIUuF .telephone {
  color: #12265a;
  transition: 0.5s;
}
.cid-uzYznzIUuF .telephone:hover {
  color: #45b3df;
}
.cid-uzYznzIUuF .icon-btn {
  color: #fa9db7;
}
.cid-uzYznzIUuF .mbr-iconfont2 {
  font-size: 2.5rem;
  color: #45b3df;
}
.cid-uzYznzIUuF h4 {
  margin-bottom: 0;
}
.cid-uzYzzmCjYk {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uzYzzmCjYk .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.2;
}
.cid-uzYzzmCjYk .btn-black {
  background: black !important;
  border-radius: 6px;
}
.cid-uzYzzmCjYk .btn-black:hover {
  background: gray !important;
  border-color: gray !important;
}
.cid-uzYzzmCjYk textarea {
  min-height: 150px;
}
.cid-uzYzzmCjYk .btn {
  border-radius: 30px;
  padding: 0.7rem 2.4rem;
  margin: 0;
  position: relative;
  background-image: none !important;
}
.cid-uzYzzmCjYk .btn:hover .inner-dashed-border {
  animation-play-state: running;
}
@keyframes dashed_border_running {
  100% {
    stroke-dashoffset: -1000;
  }
}
.cid-uzYzzmCjYk .svg1 {
  position: absolute;
  padding: 2px;
}
.cid-uzYzzmCjYk .svg1 rect {
  width: calc(100% - 4px);
  height: calc(100% - 4px);
}
.cid-uzYzzmCjYk .mbr-text {
  margin-bottom: 1.5rem;
}
.cid-uzYzzmCjYk .container-fluid {
  padding: 0 1.5rem;
  max-width: 1200px;
}
@media (max-width: 767px) {
  .cid-uzYzzmCjYk {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .cid-uzYzzmCjYk .container-fluid {
    padding: 0 1rem;
  }
}
.cid-uzYzzmCjYk .mbr-section-btn {
  margin: 0;
  margin-left: 5px;
}
.cid-uzYzzmCjYk .wrapper-title {
  padding: 0rem;
}
.cid-uzYznzVMUY {
  background: #efefef;
}
.cid-uzYznzVMUY h4 {
  margin: 0;
  color: #12265a;
  display: inline-block;
  width: auto;
}
.cid-uzYznzVMUY .btn-text {
  margin: 0.3rem;
  margin-bottom: 2rem;
  padding: 0.6rem 2rem!important;
}
.cid-uzYznzVMUY .btn-sm {
  padding: 0.6rem 4.4rem;
}
.cid-uzYznzVMUY .plan-body {
  position: relative;
  padding-bottom: 2rem;
  border-radius: 0px 0px 30px 30px;
}
.cid-uzYznzVMUY .plan-header {
  padding-top: 4rem;
  padding-bottom: 3rem;
  padding-left: 1rem;
  padding-right: 1rem;
  background-color: #0da4d6;
  border-radius: 30px 30px 0 0;
  position: relative;
}
.cid-uzYznzVMUY .plan-wrapper {
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}
.cid-uzYznzVMUY .list-group-item {
  color: #12265a;
  font-weight: 900;
}
.cid-uzYznzVMUY .plan {
  word-break: break-word;
  position: relative;
  padding: 0;
  margin: 1rem;
}
.cid-uzYznzVMUY .plan .list-group-item {
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
  border: 0;
}
.cid-uzYznzVMUY .plan-header,
.cid-uzYznzVMUY .plan-body {
  background-color: #fff;
}
.cid-uzYznzVMUY .price-value {
  font-weight: 700;
  vertical-align: top;
}
@media (max-width: 767px) {
  .cid-uzYznzVMUY {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .cid-uzYznzVMUY .price-figure {
    font-size: 3rem;
  }
  .cid-uzYznzVMUY img {
    width: 100%;
    border-radius: 30px;
    margin-top: 1rem;
    margin-bottom: 2rem;
  }
  .cid-uzYznzVMUY .mbr-section-title {
    text-align: center;
  }
  .cid-uzYznzVMUY .mbr-section-subtitle {
    text-align: center;
  }
  .cid-uzYznzVMUY .left-wrapper {
    margin-top: 2.5rem;
    padding: 0;
  }
  .cid-uzYznzVMUY .row {
    margin: 0rem;
  }
  .cid-uzYznzVMUY .container-fluid {
    padding: 0 1rem;
  }
  .cid-uzYznzVMUY .mbr-text {
    text-align: left;
  }
  .cid-uzYznzVMUY .dragArea {
    top: 4rem;
    background-color: #022d56;
    border-radius: 30px;
    padding: 1rem;
  }
  .cid-uzYznzVMUY .dash {
    text-align: center;
    width: 100%;
    padding: 1rem 1rem;
    border: 2px dashed #fff;
    border-radius: 30px;
  }
  .cid-uzYznzVMUY .imageContainer {
    text-align: center;
    padding: 0;
  }
}
.cid-uzYznzVMUY .color1 {
  color: #fff;
}
.cid-uzYznzVMUY .color2 {
  color: #fff;
}
.cid-uzYznzVMUY .container-fluid {
  max-width: 1200px;
}
.cid-uzYznzVMUY .price1 {
  background-color: #24bff2;
}
.cid-uzYznzVMUY .price2 {
  background-color: #5bbce3;
}
.cid-uzYznzVMUY .btn {
  margin: 0;
  position: relative;
  width: 100%;
}
.cid-uzYznzVMUY .inner-dashed-border {
  stroke: #ffffff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  animation: dashed_border_running 20s linear infinite both;
  animation-play-state: paused;
  stroke-width: 2;
  stroke-dasharray: 9, 5;
  stroke-dashoffset: 0;
  stroke-linecap: round;
  fill: none;
  transition: 0.4s;
}
.cid-uzYznzVMUY .button-svg:hover .inner-dashed-border {
  animation-play-state: running;
  stroke: #ffffff;
}
@keyframes dashed_border_running {
  100% {
    stroke-dashoffset: -1000;
  }
}
.cid-uzYznzVMUY rect {
  position: absolute;
  width: 92%;
}
.cid-uzYznzVMUY .price-term1 {
  color: #0c92be;
}
.cid-uzYznzVMUY .price-term2 {
  color: #2faadb;
}
.cid-uzYznzVMUY .circle-icon {
  width: 100%;
  display: block;
  margin-bottom: 1.7rem;
}
.cid-uzYznzVMUY .circle-icon > * {
  display: inline-block;
  vertical-align: middle;
}
.cid-uzYznzVMUY .wgl-icon {
  border-radius: 50%;
  width: 30px;
  height: 30px;
  margin-right: 1rem;
  position: relative;
}
.cid-uzYznzVMUY .wgl-icon1 {
  background-color: #45b3df;
}
.cid-uzYznzVMUY .icon1 {
  font-size: 1rem;
  font-weight: 900;
  color: #fff;
  position: absolute;
  top: 8px;
  left: 8px;
}
.cid-uzYznzVMUY .mbr-text {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.cid-uzYznzVMUY .icon-name {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #022d56;
  border-radius: 20px;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
  z-index: 1;
  padding: 0.5rem 1rem;
}
.cid-uzYznzVMUY .mbr-iconfont2 {
  color: #fff;
  font-weight: 900;
  margin-right: 0.5rem;
}
.cid-uzYznzVMUY .card-title2 {
  font-weight: 900;
  font-family: 'Nunito', sans-serif;
  line-height: 1;
}
.cid-uzYznzVMUY .plan-list {
  padding: 2.5rem;
}
@media (min-width: 767px) {
  .cid-uzYznzVMUY {
    padding-top: 105px;
    padding-bottom: 120px;
  }
  .cid-uzYznzVMUY .plan-wrapper1 {
    margin-top: -3rem;
  }
  .cid-uzYznzVMUY .dragArea {
    position: absolute;
    top: 4rem;
    right: 0;
    background-color: #022d56;
    border-radius: 30px;
    padding: 1.5rem;
    width: 350px;
  }
  .cid-uzYznzVMUY .dash {
    text-align: center;
    width: 100%;
    padding: 2rem 2rem;
    border: 2px dashed #ffffff;
    border-radius: 30px;
  }
  .cid-uzYznzVMUY .container-fluid {
    padding: 0 1.8rem;
  }
  .cid-uzYznzVMUY img {
    width: 65%;
    border-radius: 30px;
  }
}
@media (min-width: 992px) {
  .cid-uzYznzVMUY .left-wrapper {
    padding-left: 5.2rem;
    margin-top: 4rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-uzYznzVMUY .dragArea {
    position: absolute;
    top: 4rem;
    right: 4rem;
    background-color: #022d56;
    border-radius: 30px;
    padding: 1.5rem;
    width: 350px;
  }
  .cid-uzYznzVMUY .dash {
    text-align: center;
    width: 100%;
    padding: 2rem 2rem;
    border: 2px dashed #fff;
    border-radius: 30px;
  }
  .cid-uzYznzVMUY .left-wrapper {
    margin-top: 2.5rem;
  }
}
.cid-uzYznzVMUY .mbr-section-subtitle span {
  margin-bottom: 2rem;
}
.cid-uzYznzVMUY .imageContainer {
  position: relative;
}
.cid-uzYznzVMUY .form-title {
  color: #fff;
  margin-bottom: 1.7rem;
}
.cid-uzYznzVMUY .mbr-section-btn {
  width: 100%;
  margin: 0;
}
.cid-uzYznzVMUY .form-group {
  padding: 0rem;
}
.cid-uzYznzVMUY .textarea {
  height: 8rem;
}
.cid-uzYznAiMT7 {
  background-color: #ffffff;
}
.cid-uzYznAiMT7 .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uzYznAiMT7 .carousel-item > div {
  width: 100%;
}
.cid-uzYznAiMT7 .carousel-item.active,
.cid-uzYznAiMT7 .carousel-item-next,
.cid-uzYznAiMT7 .carousel-item-prev {
  display: flex;
}
.cid-uzYznAiMT7 .carousel-controls a {
  transition: opacity .5s;
  font-size: 1.2rem;
}
.cid-uzYznAiMT7 .carousel-controls a span {
  padding: 15px;
  border-radius: 50%;
  opacity: .9;
}
.cid-uzYznAiMT7 .carousel-controls a:hover span {
  opacity: 1;
}
.cid-uzYznAiMT7 .signature,
.cid-uzYznAiMT7 .desk {
  margin: 0;
}
.cid-uzYznAiMT7 .mbr-text {
  border-radius: 30px;
  color: #fff;
  position: relative;
}
.cid-uzYznAiMT7 .mbr-text1 {
  background-color: #45b3df;
}
.cid-uzYznAiMT7 .mbr-text2 {
  background-color: #022d56;
}
.cid-uzYznAiMT7 .mbr-text3 {
  background-color: #0da4d6;
}
.cid-uzYznAiMT7 .mbr-section-subtitle {
  margin-top: 2rem;
  margin-bottom: 1.3rem;
  margin-right: auto;
  margin-left: auto;
  color: #70747f;
}
.cid-uzYznAiMT7 .img-block {
  display: flex;
  justify-content: center;
  margin-top: 2rem;
  align-items: center;
}
.cid-uzYznAiMT7 img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin: 0;
}
.cid-uzYznAiMT7 .title-block {
  margin-left: 1rem;
}
.cid-uzYznAiMT7 h4 {
  font-weight: 900;
  color: #12265a;
}
.cid-uzYznAiMT7 .quote_svg {
  position: absolute;
  top: calc(96%);
  width: 30px;
  transition: inherit;
  left: 40px;
}
.cid-uzYznAiMT7 .quote_svg1 {
  fill: #45b3df;
}
.cid-uzYznAiMT7 .quote_svg2 {
  fill: #022d56;
}
.cid-uzYznAiMT7 .quote_svg3 {
  fill: #0da4d6;
}
.cid-uzYznAiMT7 .mbr-text::after {
  content: '“';
  display: inline-block;
  position: absolute;
  top: -1rem;
  left: 1rem;
  font-size: 15rem;
  line-height: 1;
  text-align: center;
  transition: inherit;
  color: rgba(255, 255, 255, 0.23);
}
.cid-uzYznAiMT7 .carousel-indicators li {
  background-color: #45b3df;
  width: 10px;
  height: 10px;
  border: none;
  border-radius: 50%;
}
.cid-uzYznAiMT7 .carousel-indicators {
  position: absolute;
  margin-top: 2rem;
  bottom: 0rem;
}
.cid-uzYznAiMT7 ol {
  margin-bottom: 0;
}
.cid-uzYznAiMT7 .carousel {
  display: flex;
  overflow: hidden;
  padding-bottom: 3rem;
}
@media (max-width: 767px) {
  .cid-uzYznAiMT7 {
    padding-top: 40px;
    padding-bottom: 60px;
  }
  .cid-uzYznAiMT7 .container-fluid {
    padding: 0 1rem;
  }
  .cid-uzYznAiMT7 .col-md-4 {
    padding: 0;
  }
  .cid-uzYznAiMT7 .mbr-text {
    padding: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-uzYznAiMT7 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .cid-uzYznAiMT7 .container-fluid {
    padding: 0 0.5rem;
  }
  .cid-uzYznAiMT7 .mbr-text {
    padding: 2rem;
  }
}
.cid-uzYznAiMT7 .container-fluid {
  max-width: 1200px;
}
.cid-uzYznAJ8Rr {
  padding-top: 45px;
  padding-bottom: 45px;
  background: #ffffff;
}
.cid-uzYznAJ8Rr .mbr-section-subtitle {
  color: #cccccc;
}
.cid-uzYznAJ8Rr h2 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 2rem;
  letter-spacing: 4px;
}
.cid-uzYznAJ8Rr h2:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uzYznAJ8Rr h2:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uzYznAJ8Rr .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #0da4d6;
  margin: 15px 0.5rem;
  display: block;
}
.cid-uzYznAJ8Rr .mbr-iconfont-social:before {
  padding: 0.6rem;
  border: 2px solid;
  border-radius: 100px;
  transition: all 0.3s;
}
.cid-uzYznAJ8Rr .mbr-iconfont-social:hover {
  color: #ffffff;
}
.cid-uzYznAJ8Rr .mbr-iconfont-social:hover:before {
  background: #0da4d6;
  transition: all 0.3s;
  border-color: transparent;
}
.cid-uzYznAJ8Rr .social-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-uzYznAJ8Rr .social-list a:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .cid-uzYznAJ8Rr .mbr-iconfont-social {
    margin-left: 0.2rem;
    margin-right: 0.2rem;
  }
}
.cid-uzYznAJ8Rr .mbr-section-title,
.cid-uzYznAJ8Rr .social-list {
  color: #000000;
}
@media (max-width: 768px) {
  .cid-uzYznAJ8Rr h2:before,
  .cid-uzYznAJ8Rr h2:after {
    display: none;
  }
}
.cid-uzYznAYFm2 {
  background-color: #f4e80b;
}
.cid-uzYznAYFm2 .mbr-text {
  text-align: left;
}
.cid-uzYznAYFm2 h4 {
  text-align: center;
  margin-bottom: 0;
}
.cid-uzYznAYFm2 p {
  text-align: center;
  margin: 0;
}
.cid-uzYznAYFm2 .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-uzYznAYFm2 .mbr-iconfont {
  transition: all 0.3s;
  font-size: 2rem;
}
.cid-uzYznAYFm2 .card-title {
  color: #12265a;
  text-align: left;
}
.cid-uzYznAYFm2 .card {
  border-radius: 30px;
  align-items: center;
  position: relative;
  transition: 0.4s;
  z-index: 1;
  padding: 0.8rem;
}
.cid-uzYznAYFm2 img {
  width: auto;
  height: 180px;
  margin-top: 1rem;
}
.cid-uzYznAYFm2 .card:hover {
  transform: translateY(-20px);
}
.cid-uzYznAYFm2 .container-fluid {
  max-width: 1200px;
}
.cid-uzYznAYFm2 .btn {
  color: #fff;
  padding-left: 0;
  padding-right: 0;
  line-height: 1.5rem;
}
.cid-uzYznAYFm2 .mbr-section-btn {
  display: flex;
  align-items: center;
  margin-bottom: 1.6rem;
}
.cid-uzYznAYFm2 .mbr-section-btn:hover .icon-btn {
  transform: rotateZ(180deg);
}
@media (min-width: 992px) {
  .cid-uzYznAYFm2 {
    padding-top: 180px;
    padding-bottom: 180px;
  }
}
.cid-uzYznAYFm2 .icon-btn {
  transition: 0.3s;
  line-height: 0;
}
.cid-uzYznAYFm2 .card-img {
  text-align: center;
}
.cid-uzYznAYFm2 .inner-dashed-border {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.cid-uzYznAYFm2 .card:hover .inner-dashed-border {
  animation-play-state: running;
}
.cid-uzYznAYFm2 .card .svg1 {
  stroke: #022d56;
}
.cid-uzYznAYFm2 .card .svg2 {
  stroke: #45b3df;
}
.cid-uzYznAYFm2 .card .svg3 {
  stroke: #0da4d6;
}
@keyframes dashed_border_running {
  100% {
    stroke-dashoffset: -1000;
  }
}
.cid-uzYznAYFm2 svg {
  position: relative;
}
.cid-uzYznAYFm2 rect {
  position: absolute;
}
.cid-uzYznAYFm2 .wgl-icon {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin-right: 2rem;
  margin-left: 2rem;
  position: relative;
}
.cid-uzYznAYFm2 .wgl-icon1 {
  background-color: #022d56;
}
.cid-uzYznAYFm2 .wgl-icon2 {
  background-color: #45b3df;
}
.cid-uzYznAYFm2 .wgl-icon3 {
  background-color: #0da4d6;
}
.cid-uzYznAYFm2 .circle-icon {
  display: flex;
  align-items: center;
  height: 100%;
  justify-content: center;
  width: 100%;
  position: relative;
  background-color: #fff;
  z-index: -1;
  border-radius: 30px;
  padding: 1rem;
}
.cid-uzYznAYFm2 .icon1 {
  font-size: 1.3rem;
  font-weight: 900;
  color: #fff;
  position: absolute;
  top: 10px;
  left: 10px;
}
.cid-uzYznAYFm2 .svg-1 {
  position: absolute;
  bottom: 0;
}
.cid-uzYznAYFm2 .svg-1 path {
  fill: #ffffff;
}
.cid-uzYznAYFm2 .svg-2 {
  position: absolute;
  top: 0;
}
.cid-uzYznAYFm2 .svg-2 path {
  fill: #ffffff;
}
.cid-uzYznAYFm2 .svg1,
.cid-uzYznAYFm2 .svg2,
.cid-uzYznAYFm2 .svg3 {
  position: absolute;
  z-index: -1;
  padding: 1rem;
}
.cid-uzYznAYFm2 .svg1 rect,
.cid-uzYznAYFm2 .svg2 rect,
.cid-uzYznAYFm2 .svg3 rect {
  width: calc(100% - 4px);
  height: calc(100% - 4px);
}
.cid-uzYznAYFm2 .card-box {
  margin-top: 1.7rem;
  margin-bottom: 1rem;
}
.cid-uzYznAYFm2 .row {
  justify-content: center;
}
@media (min-width: 767px) {
  .cid-uzYznAYFm2 .container-fluid {
    padding: 0 1.5rem;
  }
}
.cid-uzYznBhcUh {
  background-color: #0da4d6;
}
.cid-uzYznBhcUh svg {
  position: absolute;
  top: 0;
}
.cid-uzYznBhcUh .svg-1 {
  fill: #ffffff;
}
.cid-uzYznBhcUh .container-fluid {
  max-width: 1200px;
}
@media (max-width: 767px) {
  .cid-uzYznBhcUh {
    padding-top: 12px;
    padding-bottom: 4px;
  }
}
@media (min-width: 767px) {
  .cid-uzYznBhcUh {
    padding-top: 90px;
    padding-bottom: 30px;
  }
}
.cid-uzYznBhcUh .mbr-text {
  color: #b1bee0;
}
.cid-uzYznBhcUh a {
  text-decoration: underline;
}
.cid-uzYznBhcUh a,
.cid-uzYznBhcUh a:hover {
  font-weight: 400 !important;
}
.cid-uzYznBhcUh .media-container-row .mbr-text {
  color: #ffffff;
}
