.btn {
  border-width: 2px;
}
body {
  font-family: 'Bai Jamjuree', sans-serif;
}
.display-1 {
  font-family: 'Bai Jamjuree', sans-serif;
  font-size: 3rem;
  line-height: 1.06;
  letter-spacing: -3px;
}
.display-1 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-2 {
  font-family: 'Bai Jamjuree', sans-serif;
  font-size: 3.2rem;
  line-height: 1.2;
  letter-spacing: -1.44px;
}
.display-2 > .mbr-iconfont {
  font-size: 4rem;
}
.display-4 {
  font-family: 'Bai Jamjuree', sans-serif;
  font-size: 1.13rem;
  line-height: 1.5;
  letter-spacing: -0.3px;
}
.display-4 > .mbr-iconfont {
  font-size: 1.4125rem;
}
.display-5 {
  font-family: 'Bai Jamjuree', sans-serif;
  font-size: 1.8rem;
  line-height: 1.24;
  letter-spacing: -0.896px;
}
.display-5 > .mbr-iconfont {
  font-size: 2.25rem;
}
.display-7 {
  font-family: 'Bai Jamjuree', sans-serif;
  font-size: 0.85rem;
  line-height: 1.2;
  letter-spacing: -0.08px;
}
.display-7 > .mbr-iconfont {
  font-size: 1.0625rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 2.4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.1rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.06 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.56rem;
    font-size: calc( 1.77rem + (3.2 - 1.77) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.2 * (1.77rem + (3.2 - 1.77) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.904rem;
    font-size: calc( 1.0454999999999999rem + (1.13 - 1.0454999999999999) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.2 * (1.0454999999999999rem + (1.13 - 1.0454999999999999) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.24 * (1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.68rem;
    font-size: calc( 0.9475rem + (0.85 - 0.9475) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1 * (0.9475rem + (0.85 - 0.9475) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #0079b7 !important;
}
.bg-success {
  background-color: #0079b7 !important;
}
.bg-info {
  background-color: #00b2ff !important;
}
.bg-warning {
  background-color: #4bfdb1 !important;
}
.bg-danger {
  background-color: #ffca39 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #0079b7 !important;
  border-color: #0079b7 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #004060 !important;
  border-color: #004060 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #004060 !important;
  border-color: #004060 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #0079b7 !important;
  border-color: #0079b7 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #004060 !important;
  border-color: #004060 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #004060 !important;
  border-color: #004060 !important;
}
.btn-info,
.btn-info:active {
  background-color: #00b2ff !important;
  border-color: #00b2ff !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #0075a8 !important;
  border-color: #0075a8 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #0075a8 !important;
  border-color: #0075a8 !important;
}
.btn-success,
.btn-success:active {
  background-color: #0079b7 !important;
  border-color: #0079b7 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #004060 !important;
  border-color: #004060 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #004060 !important;
  border-color: #004060 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #4bfdb1 !important;
  border-color: #4bfdb1 !important;
  color: #01482a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #000000 !important;
  background-color: #03ef8a !important;
  border-color: #03ef8a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #01482a !important;
  background-color: #03ef8a !important;
  border-color: #03ef8a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ffca39 !important;
  border-color: #ffca39 !important;
  color: #392a00 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #e1a500 !important;
  border-color: #e1a500 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #392a00 !important;
  background-color: #e1a500 !important;
  border-color: #e1a500 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #545454 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
}
.btn-black,
.btn-black:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #0079b7;
  color: #0079b7;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #004060 !important;
  background-color: transparent!important;
  border-color: #004060 !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #0079b7 !important;
  border-color: #0079b7 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #0079b7;
  color: #0079b7;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #004060 !important;
  background-color: transparent!important;
  border-color: #004060 !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #0079b7 !important;
  border-color: #0079b7 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #00b2ff;
  color: #00b2ff;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #0075a8 !important;
  background-color: transparent!important;
  border-color: #0075a8 !important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #00b2ff !important;
  border-color: #00b2ff !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #0079b7;
  color: #0079b7;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #004060 !important;
  background-color: transparent!important;
  border-color: #004060 !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #0079b7 !important;
  border-color: #0079b7 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #4bfdb1;
  color: #4bfdb1;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #03ef8a !important;
  background-color: transparent!important;
  border-color: #03ef8a !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #01482a !important;
  background-color: #4bfdb1 !important;
  border-color: #4bfdb1 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ffca39;
  color: #ffca39;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #e1a500 !important;
  background-color: transparent!important;
  border-color: #e1a500 !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #392a00 !important;
  background-color: #ffca39 !important;
  border-color: #ffca39 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: #000000 !important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent!important;
  border-color: #d4d4d4 !important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.text-primary {
  color: #0079b7 !important;
}
.text-secondary {
  color: #0079b7 !important;
}
.text-success {
  color: #0079b7 !important;
}
.text-info {
  color: #00b2ff !important;
}
.text-warning {
  color: #4bfdb1 !important;
}
.text-danger {
  color: #ffca39 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #003651 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #003651 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #003651 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #006b99 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #02e081 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #d29a00 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #0079b7;
}
.nav-tabs .nav-link:not(.active) {
  color: #000000;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #00b2ff;
}
.alert-warning {
  background-color: #4bfdb1;
}
.alert-danger {
  background-color: #ffca39;
}
.mbr-gallery-filter li.active .btn {
  background-color: #0079b7;
  border-color: #0079b7;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #0079b7;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #38bbff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #38bbff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ccf0ff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.form-control {
  font-family: 'Bai Jamjuree', sans-serif;
  font-size: 1.13rem;
  line-height: 1.5;
  letter-spacing: -0.3px;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.4125rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #0079b7 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Bai Jamjuree', sans-serif;
  font-size: 1.13rem;
  line-height: 1.5;
  letter-spacing: -0.3px;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.4125rem;
}
blockquote {
  border-color: #0079b7;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #0079b7;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #0079b7;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #0079b7;
  border-bottom-color: #0079b7;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #0079b7 !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: #0079b7 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%230079b7' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
a:hover {
  background-image: none !important;
}
.container {
  max-width: 1440px;
}
@media (max-width: 1399px) {
  .container {
    max-width: 1240px;
  }
}
@media (max-width: 1199px) {
  .container {
    max-width: 1040px;
  }
}
.container {
  padding-left: 20px;
  padding-right: 20px;
}
.row {
  margin-left: -20px;
  margin-right: -20px;
}
.row > [class*="col"] {
  padding-left: 20px;
  padding-right: 20px;
}
.btn {
  border-radius: 1rem;
  padding: 14px 28px;
  min-height: 62px;
  line-height: 1;
}
.cid-tPDA6PdGWB .navbar-dropdown {
  position: relative !important;
}
.cid-tPDA6PdGWB .navbar-dropdown {
  position: absolute !important;
}
.cid-tPDA6PdGWB .btn {
  box-shadow: 0px 30px 30px 0px rgba(0, 11, 40, 0.1);
}
.cid-tPDA6PdGWB .dropdown-toggle[data-toggle="dropdown-submenu"]:before {
  font-family: Moririse2 !important;
  content: "\e909";
  display: inline-block;
  width: 10px;
  position: absolute;
  right: 25px;
  top: 40%;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: 10px;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
}
.cid-tPDA6PdGWB .dropdown-toggle:after {
  content: none;
}
@media (min-width: 992px) {
  .cid-tPDA6PdGWB .navbar-nav .nav-link:before {
    content: none;
  }
}
.cid-tPDA6PdGWB .dropdown-menu {
  padding: 20px 0;
  min-width: 220px;
  box-shadow: -1px 2px 19px 3px rgba(0, 11, 40, 0.1);
  transition: all 0.3s ease-in-out;
  visibility: hidden;
  opacity: 0;
  transform: translateY(10px);
  display: initial;
}
.cid-tPDA6PdGWB .navbar .dropdown.open > .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  display: block;
}
.cid-tPDA6PdGWB .dropdown-item:hover,
.cid-tPDA6PdGWB .dropdown-item:focus {
  background: rgba(0, 121, 183, 0.1) !important;
  color: #0079b7 !important;
}
.cid-tPDA6PdGWB .nav-dropdown .link {
  padding: 35px 0 !important;
  margin-right: 40px !important;
}
.cid-tPDA6PdGWB .nav-dropdown .nav-item:last-child .link {
  margin-right: 0 !important;
}
.cid-tPDA6PdGWB .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  display: none;
}
.cid-tPDA6PdGWB .nav-link {
  position: relative;
  line-height: 1;
}
.cid-tPDA6PdGWB .nav-link:hover {
  color: #0079b7 !important;
}
.cid-tPDA6PdGWB .container {
  display: flex;
  margin: auto;
}
.cid-tPDA6PdGWB .iconfont-wrapper {
  color: #051441 !important;
  font-size: 17px;
  margin-right: 20px;
}
.cid-tPDA6PdGWB .dropdown-menu,
.cid-tPDA6PdGWB .navbar.opened {
  background: #0079b7 !important;
}
.cid-tPDA6PdGWB .nav-item:focus,
.cid-tPDA6PdGWB .nav-link:focus {
  outline: none;
}
.cid-tPDA6PdGWB .dropdown .dropdown-menu .dropdown-item {
  width: 100%;
  transition: all 0.25s ease-in-out;
}
.cid-tPDA6PdGWB .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tPDA6PdGWB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tPDA6PdGWB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tPDA6PdGWB .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tPDA6PdGWB .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 6px 30px !important;
  transition: none;
  margin: 0 !important;
}
.cid-tPDA6PdGWB .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 18px 1px rgba(0, 0, 0, 0.1);
  background: rgba(0, 121, 183, 0.5);
}
.cid-tPDA6PdGWB .navbar.navbar-short {
  box-shadow: 0 0 18px 1px rgba(0, 0, 0, 0.1);
  min-height: 60px;
}
.cid-tPDA6PdGWB .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tPDA6PdGWB .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tPDA6PdGWB .navbar.opened {
  transition: all 0.3s;
}
.cid-tPDA6PdGWB .navbar .dropdown-item {
  padding: 6px 30px;
}
.cid-tPDA6PdGWB .navbar .navbar-logo img {
  width: auto;
}
.cid-tPDA6PdGWB .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-tPDA6PdGWB .navbar.collapsed {
  justify-content: center;
}
.cid-tPDA6PdGWB .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tPDA6PdGWB .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tPDA6PdGWB .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.7rem);
  }
}
.cid-tPDA6PdGWB .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tPDA6PdGWB .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tPDA6PdGWB .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  display: none;
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tPDA6PdGWB .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tPDA6PdGWB .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 6px 30px;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tPDA6PdGWB .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tPDA6PdGWB .navbar .dropdown-menu {
    display: none;
  }
  .cid-tPDA6PdGWB .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tPDA6PdGWB .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tPDA6PdGWB .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    display: none;
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tPDA6PdGWB .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tPDA6PdGWB .navbar ul.navbar-nav {
    padding: 15px;
  }
  .cid-tPDA6PdGWB .navbar .dropdown-menu .dropdown-item {
    padding: 6px 30px !important;
    text-align: left;
  }
  .cid-tPDA6PdGWB .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tPDA6PdGWB .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tPDA6PdGWB .navbar .navbar-buttons,
  .cid-tPDA6PdGWB .navbar .icons-menu {
    display: none;
  }
  .cid-tPDA6PdGWB .navbar .nav-dropdown .link {
    margin-right: 0 !important;
    padding-top: 12px !important;
    padding-bottom: 0 !important;
    margin-bottom: 20px !important;
  }
}
.cid-tPDA6PdGWB .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tPDA6PdGWB .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tPDA6PdGWB .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tPDA6PdGWB .dropdown-item.active,
.cid-tPDA6PdGWB .dropdown-item:active {
  background-color: transparent;
}
.cid-tPDA6PdGWB .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tPDA6PdGWB .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0079b7;
}
.cid-tPDA6PdGWB .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tPDA6PdGWB ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tPDA6PdGWB .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tPDA6PdGWB button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tPDA6PdGWB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #051441;
}
.cid-tPDA6PdGWB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tPDA6PdGWB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tPDA6PdGWB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tPDA6PdGWB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tPDA6PdGWB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tPDA6PdGWB nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tPDA6PdGWB nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tPDA6PdGWB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tPDA6PdGWB .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tPDA6PdGWB a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tPDA6PdGWB .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  text-align: center;
  margin-right: 15px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tPDA6PdGWB .navbar {
    height: 70px;
  }
  .cid-tPDA6PdGWB .navbar.opened {
    height: auto;
  }
  .cid-tPDA6PdGWB .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tPE4ZtLKaR {
  overflow: hidden;
  padding-top: 10rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/mindelo-in-twilight-port-town-with-many-boats-in-2021-08-30-02-12-26-utc-2-2000x755.jpg");
}
.cid-tPE4ZtLKaR .container {
  margin: 0 auto;
  padding: 0 25px;
}
.cid-tPE4ZtLKaR .wrap {
  padding: 0 25px;
}
.cid-tPE4ZtLKaR .title__block {
  padding: 90px 0;
  display: flex;
  flex-direction: column;
  z-index: 1;
  position: relative;
}
.cid-tPE4ZtLKaR .mbr-text {
  margin-bottom: 20px;
}
.cid-tPE4ZtLKaR .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 1199px) {
  .cid-tPE4ZtLKaR .title__block {
    padding: 80px 0;
  }
}
@media (max-width: 991px) {
  .cid-tPE4ZtLKaR .container,
  .cid-tPE4ZtLKaR .row {
    margin: 0;
    padding: 0;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-tPE4ZtLKaR .title__block {
    padding: 50px 0;
  }
}
@media (max-width: 575px) {
  .cid-tPE4ZtLKaR a.close {
    right: 50px;
    top: 25px;
  }
  .cid-tPE4ZtLKaR .modalWindow .modalWindow-video {
    height: calc(90vw / 1.778);
    width: 90vw;
    margin: 0 auto;
  }
}
.cid-tPE4ZtLKaR .mbr-fallback-image.disabled {
  display: none;
}
.cid-tPE4ZtLKaR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tPEXufeuUt .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-tPEXufeuUt .number-wrap {
  color: #bfe9ff;
  border-color: rgba(255, 255, 255, 0.15);
  position: relative;
  display: inline-block;
  text-align: center;
  padding: 5px 5px 13px 5px;
  margin: 0;
  min-width: 118px;
  border-radius: 2px;
  max-width: 100%;
}
.cid-tPEXufeuUt .number {
  font-style: normal;
  font-weight: 700;
  font-size: 55px;
  text-transform: none;
  letter-spacing: -2px;
  word-spacing: 0;
  line-height: 1.3;
  color: #41e9f7;
}
.cid-tPEXufeuUt .period {
  display: block;
  padding-top: 2px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.cid-tPEXufeuUt .dot {
  position: absolute;
  top: -10px;
  right: -0.8em;
  width: 1em;
  display: block;
  height: 83%;
  overflow: hidden;
  font-style: normal;
  font-weight: 700;
  font-size: 55px;
  line-height: 89.65px;
  text-transform: none;
  letter-spacing: 0;
  word-spacing: 0;
  color: #41e9f7;
}
.cid-tPEXufeuUt .countdown-cont {
  margin: 0 auto;
}
.cid-tPEXufeuUt .full-count-container {
  background: #0079b7;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-tPEXufeuUt .dot {
    right: -0.6em;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tPEXufeuUt .dot {
    right: -1em;
  }
}
@media (max-width: 768px) {
  .cid-tPEXufeuUt .dot {
    display: none;
  }
  .cid-tPEXufeuUt .number {
    white-space: nowrap;
  }
}
@media (max-width: 550px) {
  .cid-tPEXufeuUt .number-wrap {
    min-width: auto;
  }
}
@media (max-width: 440px) {
  .cid-tPEXufeuUt .number {
    font-size: 40px;
  }
}
@media (max-width: 380px) {
  .cid-tPEXufeuUt .period {
    font-size: 0.8rem;
  }
}
@media (max-width: 300px) {
  .cid-tPEXufeuUt .number {
    font-size: 25px;
  }
  .cid-tPEXufeuUt .period {
    font-size: 0.7rem;
  }
}
.cid-tPEXufeuUt H2 {
  color: #41e9f7;
}
.cid-tPEy67fJzd {
  padding-top: 135px;
  padding-bottom: 135px;
}
.cid-tPEy67fJzd .mbr-overlay {
  background: #1dc8cc;
  background: linear-gradient(90deg, #1dc8cc, #188ef4);
}
.cid-tPDS5j4kff {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/soe-propostaw-recuperado-2000x1383.jpg");
}
.cid-tPDS5j4kff .row {
  flex-direction: row-reverse;
}
.cid-tPDS5j4kff .row {
  align-items: flex-start;
}
@media (min-width: 992px) {
  .cid-tPDS5j4kff .row {
    padding-bottom: 40px;
  }
}
.cid-tPDS5j4kff .mbr-section-head {
  display: flex;
  margin-top: 20px;
}
@media (min-width: 992px) {
  .cid-tPDS5j4kff .mbr-section-head {
    margin-top: 0;
    padding-right: 20px;
  }
}
.cid-tPDS5j4kff .text-container {
  padding: 30px;
  background-color: rgba(255, 255, 255, 0.08);
  text-align: left;
  width: 100%;
  height: 100%;
  border-radius: 1rem;
}
@media (min-width: 992px) {
  .cid-tPDS5j4kff .text-container {
    padding: 40px;
  }
}
@media (min-width: 1200px) {
  .cid-tPDS5j4kff .text-container {
    padding: 60px;
  }
}
@media (max-width: 575px) {
  .cid-tPDS5j4kff .text-container {
    text-align: center!important;
  }
}
.cid-tPDS5j4kff .mbr-section-title {
  color: #000000;
}
.cid-tPDS5j4kff .mbr-section-subtitle {
  margin-top: 20px;
  color: #000000;
  opacity: 0.5;
}
.cid-tPDS5j4kff .mbr-section-btn {
  margin-top: 10px;
  text-align: left;
}
.cid-tPDS5j4kff .mbr-section-btn .btn {
  min-height: 52px;
  box-shadow: rgba(0, 0, 0, 0.1) 0 1px 2px 0, rgba(0, 0, 0, 0.08) 0 2px 10px 0;
}
.cid-tPDS5j4kff .mbr-section-btn .btn-white {
  border: none !important;
}
.cid-tPDS5j4kff .mbr-section-btn .btn-white:hover,
.cid-tPDS5j4kff .mbr-section-btn .btn-white:focus {
  color: #808080 !important;
  background: #ffffff !important;
  opacity: 1 !important;
  border: none !important;
}
@media (max-width: 575px) {
  .cid-tPDS5j4kff .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-tPDS5j4kff .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-tPDS5j4kff .col-video {
  height: auto;
  display: flex;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .cid-tPDS5j4kff .col-video {
    margin-bottom: 0;
    padding-left: 20px;
  }
}
.cid-tPDS5j4kff .col-video .box {
  display: flex;
  height: 100%;
  width: 100%;
  border-radius: 1rem;
}
.cid-tPDS5j4kff .col-video .mbr-media {
  display: flex;
  height: 100%;
  width: 100%;
  flex-direction: column;
  border-radius: 1rem;
}
.cid-tPDS5j4kff .col-video .mbr-media img {
  flex-grow: 1;
  border-radius: 1rem;
}
.cid-tPDS5j4kff .col-video .mbr-media a:hover {
  background-image: none !important;
}
.cid-tPDS5j4kff .mbr-media {
  position: relative;
}
.cid-tPDS5j4kff .mbr-media img {
  width: 100%;
  object-fit: cover;
}
.cid-tPDS5j4kff .toggle-panel,
.cid-tPDS5j4kff .panel-group {
  width: 100%;
  background-color: #fafafa;
  border-radius: 1rem;
}
.cid-tPDS5j4kff .card {
  margin-bottom: 0;
  padding: 0 40px;
  position: relative;
  border-radius: 1rem;
}
.cid-tPDS5j4kff .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border-bottom: none;
  padding: 20px 0;
  transition: 0.5s all;
}
.cid-tPDS5j4kff .card .card-header .collapsed {
  opacity: 1;
}
.cid-tPDS5j4kff .card .card-header .collapsed:hover {
  opacity: 0.5;
}
.cid-tPDS5j4kff .panel-title {
  display: flex;
  justify-content: space-between;
  padding-top: 20px;
  transition: 0.5s all;
  position: relative;
  z-index: 1;
}
.cid-tPDS5j4kff .panel-title + .show-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #efefef;
  border-radius: 1rem;
  left: 0;
  top: 0;
  z-index: 0;
}
.cid-tPDS5j4kff .collapsed {
  padding-top: 0;
}
.cid-tPDS5j4kff .collapsed + .show-bg {
  display: none;
}
.cid-tPDS5j4kff .panel-text {
  text-align: left;
  opacity: 0.5;
  margin-bottom: 0;
}
.cid-tPDS5j4kff .sign {
  display: none;
}
.cid-tPDS5j4kff .panel-body {
  padding-bottom: 30px;
  position: relative;
  z-index: 1;
}
.cid-tPDS5j4kff .panel-title-edit {
  width: 100%;
  color: #0079b7;
  text-align: left;
}
.cid-tPDS5j4kff .mbr-fallback-image.disabled {
  display: none;
}
.cid-tPDS5j4kff .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tPEAb5PEt8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tPEAb5PEt8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tPEAb5PEt8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 1000px) {
  .cid-tPEAb5PEt8 .container {
    padding: 0 16px;
  }
}
.cid-tPEAb5PEt8 .row {
  justify-content: center;
}
.cid-tPEAb5PEt8 .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-tPEAb5PEt8 .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-tPEAb5PEt8 .item .item-wrapper .item-img {
  display: flex;
  justify-content: center;
}
.cid-tPEAb5PEt8 .item .item-wrapper .item-img img {
  height: 80px;
  object-fit: contain;
}
@media (max-width: 992px) {
  .cid-tPEAb5PEt8 .item .item-wrapper .item-img img {
    margin-bottom: 20px;
  }
}
.cid-tPEAb5PEt8 .mbr-section-title {
  color: #0079b7;
  text-align: center;
}
.cid-tSHnzT1Usy {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #0079b7;
  background: linear-gradient(180deg, #0079b7, #41e9f7);
  background: linear-gradient(90deg, #0079b7, #41e9f7) !important;
}
.cid-tSHnzT1Usy .container {
  max-width: 1040px;
}
@media (max-width: 575px) {
  .cid-tSHnzT1Usy .row {
    text-align: center!important;
  }
}
.cid-tSHnzT1Usy .mbr-section-title {
  color: #4BFDB1;
}
@media (max-width: 575px) {
  .cid-tSHnzT1Usy .mbr-section-title {
    text-align: center;
  }
}
.cid-tSHnzT1Usy .mbr-section-subtitle {
  color: #000000;
}
.cid-tSHnzT1Usy .mbr-text {
  color: #000000;
  margin-top: 28px;
}
.cid-tSHnzT1Usy .mbr-section-btn {
  margin-top: 18px;
}
@media (max-width: 575px) {
  .cid-tSHnzT1Usy .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-tSHnzT1Usy .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-tSHnzT1Usy .btn-primary-outline,
.cid-tSHnzT1Usy .btn-secondary-outline,
.cid-tSHnzT1Usy .btn-success-outline,
.cid-tSHnzT1Usy .btn-info-outline,
.cid-tSHnzT1Usy .btn-warning-outline,
.cid-tSHnzT1Usy .btn-danger-outline,
.cid-tSHnzT1Usy .btn-white-outline,
.cid-tSHnzT1Usy .btn-black-outline {
  padding: 0;
  min-height: auto;
}
.cid-tSHnzT1Usy .mbr-fallback-image.disabled {
  display: none;
}
.cid-tSHnzT1Usy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tSHnzT1Usy .mbr-section-title,
.cid-tSHnzT1Usy .mbr-section-btn {
  color: #ffffff;
}
#custom-html-2a {
  @import 'https://fonts.googleapis.com/css?family=Montserrat:400,700|Raleway:300,400';
  /* colors */
  /* tab setting */
  /* breakpoints */
  /* selectors relative to radio inputs */
}
#custom-html-2a html {
  width: 100%;
  height: 100%;
}
#custom-html-2a body {
  background: #fefefe;
  color: #334433;
  font-family: "Raleway";
  height: 100%;
}
#custom-html-2a body h1 {
  text-align: center;
  color: #3f93ca;
  font-weight: 300;
  padding: 40px 0 20px 0;
  margin: 0;
}
#custom-html-2a .tabs {
  left: 50%;
  transform: translateX(-50%);
  position: relative;
  background: white;
  padding: 60px;
  padding-bottom: 80px;
  width: 100%;
  height: 850px;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  border-radius: 5px;
  min-width: 240px;
}
#custom-html-2a .tabs input[name=tab-control] {
  display: none;
}
#custom-html-2a .tabs .content section h2,
#custom-html-2a .tabs ul li label {
  font-family: "Montserrat";
  font-weight: bold;
  font-size: 20px;
  color: #428BFF;
}
#custom-html-2a .tabs ul {
  list-style-type: none;
  padding-left: 0;
  display: flex;
  flex-direction: row;
  margin-bottom: 10px;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
}
#custom-html-2a .tabs ul li {
  box-sizing: border-box;
  flex: 1;
  width: 25%;
  padding: 0 10px;
  text-align: center;
}
#custom-html-2a .tabs ul li label {
  transition: all 0.6s ease-in-out;
  color: #929daf;
  padding: 5px auto;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  white-space: nowrap;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#custom-html-2a .tabs ul li label br {
  display: none;
}
#custom-html-2a .tabs ul li label svg {
  fill: #929daf;
  height: 1.2em;
  vertical-align: bottom;
  margin-right: 0.2em;
  transition: all 0.3s ease-in-out;
}
#custom-html-2a .tabs ul li label:hover,
#custom-html-2a .tabs ul li label:focus,
#custom-html-2a .tabs ul li label:active {
  outline: 0;
  color: #bec5cf;
}
#custom-html-2a .tabs ul li label:hover svg,
#custom-html-2a .tabs ul li label:focus svg,
#custom-html-2a .tabs ul li label:active svg {
  fill: #b7c5cf;
}
#custom-html-2a .tabs .slider {
  position: relative;
  width: 50%;
  transition: all 0.53s cubic-bezier(0.38, 6.08);
}
#custom-html-2a .tabs .slider .indicator {
  position: relative;
  width: 50px;
  max-width: 100%;
  margin: 0 auto;
  height: 4px;
  background: #428BFF;
  border-radius: 1px;
}
#custom-html-2a .tabs .content {
  margin-top: 30px;
}
#custom-html-2a .tabs .content section {
  display: none;
  -webkit-animation-name: content;
  animation-name: content;
  -webkit-animation-direction: normal;
  animation-direction: normal;
  -webkit-animation-duration: 1.0s;
  animation-duration: 1.0s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  line-height: 1.5;
}
#custom-html-2a .tabs .content section h2 {
  color: #428BFF;
  display: none;
}
#custom-html-2a .tabs .content section h2::after {
  content: "";
  position: relative;
  display: block;
  width: 30px;
  height: 3px;
  background: #428BFF;
  margin-top: 5px;
  left: 1px;
}
#custom-html-2a .tabs input[name=tab-control]:nth-of-type(1):checked ~ ul > li:nth-child(1) > label {
  cursor: default;
  color: #428BFF;
}
#custom-html-2a .tabs input[name=tab-control]:nth-of-type(1):checked ~ ul > li:nth-child(1) > label svg {
  fill: #428BFF;
}
@media (max-width: 600px) {
  #custom-html-2a .tabs input[name=tab-control]:nth-of-type(1):checked ~ ul > li:nth-child(1) > label {
    background: rgba(0, 0, 0, 0.08);
  }
}
#custom-html-2a .tabs input[name=tab-control]:nth-of-type(1):checked ~ .slider {
  transform: translateX(0%);
}
#custom-html-2a .tabs input[name=tab-control]:nth-of-type(1):checked ~ .content > section:nth-child(1) {
  display: block;
}
#custom-html-2a .tabs input[name=tab-control]:nth-of-type(2):checked ~ ul > li:nth-child(2) > label {
  cursor: default;
  color: #428BFF;
}
#custom-html-2a .tabs input[name=tab-control]:nth-of-type(2):checked ~ ul > li:nth-child(2) > label svg {
  fill: #428BFF;
}
@media (max-width: 600px) {
  #custom-html-2a .tabs input[name=tab-control]:nth-of-type(2):checked ~ ul > li:nth-child(2) > label {
    background: rgba(0, 0, 0, 0.08);
  }
}
#custom-html-2a .tabs input[name=tab-control]:nth-of-type(2):checked ~ .slider {
  transform: translateX(100%);
}
#custom-html-2a .tabs input[name=tab-control]:nth-of-type(2):checked ~ .content > section:nth-child(2) {
  display: block;
}
#custom-html-2a .tabs input[name=tab-control]:nth-of-type(3):checked ~ ul > li:nth-child(3) > label {
  cursor: default;
  color: #428BFF;
}
#custom-html-2a .tabs input[name=tab-control]:nth-of-type(3):checked ~ ul > li:nth-child(3) > label svg {
  fill: #428BFF;
}
@media (max-width: 600px) {
  #custom-html-2a .tabs input[name=tab-control]:nth-of-type(3):checked ~ ul > li:nth-child(3) > label {
    background: rgba(0, 0, 0, 0.08);
  }
}
#custom-html-2a .tabs input[name=tab-control]:nth-of-type(3):checked ~ .slider {
  transform: translateX(200%);
}
#custom-html-2a .tabs input[name=tab-control]:nth-of-type(3):checked ~ .content > section:nth-child(3) {
  display: block;
}
#custom-html-2a .tabs input[name=tab-control]:nth-of-type(4):checked ~ ul > li:nth-child(4) > label {
  cursor: default;
  color: #428BFF;
}
#custom-html-2a .tabs input[name=tab-control]:nth-of-type(4):checked ~ ul > li:nth-child(4) > label svg {
  fill: #428BFF;
}
@media (max-width: 600px) {
  #custom-html-2a .tabs input[name=tab-control]:nth-of-type(4):checked ~ ul > li:nth-child(4) > label {
    background: rgba(0, 0, 0, 0.08);
  }
}
#custom-html-2a .tabs input[name=tab-control]:nth-of-type(4):checked ~ .slider {
  transform: translateX(300%);
}
#custom-html-2a .tabs input[name=tab-control]:nth-of-type(4):checked ~ .content > section:nth-child(4) {
  display: block;
}
@-webkit-keyframes content {
  from {
    opacity: 0;
    transform: translateY(5%);
  }
  to {
    opacity: 1;
    transform: translateY(0%);
  }
}
@keyframes content {
  from {
    opacity: 0;
    transform: translateY(5%);
  }
  to {
    opacity: 1;
    transform: translateY(0%);
  }
}
@media (max-width: 1000px) {
  #custom-html-2a .tabs ul li label {
    white-space: initial;
  }
  #custom-html-2a .tabs ul li label br {
    display: initial;
  }
  #custom-html-2a .tabs ul li label svg {
    height: 1.5em;
  }
}
@media (max-width: 600px) {
  #custom-html-2a .tabs ul li label {
    padding: 5px;
    border-radius: 5px;
  }
  #custom-html-2a .tabs ul li label span {
    display: none;
  }
  #custom-html-2a .tabs .slider {
    display: none;
  }
  #custom-html-2a .tabs .content {
    margin-top: 20px;
  }
  #custom-html-2a .tabs .content section h2 {
    display: block;
  }
}
.cid-tPEg9yTt7i {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/night-aerial-view-of-praca-center-in-praia-city-in-2022-10-04-22-23-22-utc-2000x1332.jpg");
}
.cid-tPEg9yTt7i h3 {
  text-align: center;
}
.cid-tPEg9yTt7i .mbr-section-subtitle {
  font-weight: 300;
}
.cid-tPEg9yTt7i .card {
  word-wrap: break-word;
}
.cid-tPEg9yTt7i .card:after {
  content: "";
  display: block;
  width: 0px;
  height: 3px;
  margin: 0 auto;
  background-color: #0079b7;
}
.cid-tPEg9yTt7i .mbr-iconfont {
  font-size: 5rem;
  color: #0079b7;
}
.cid-tPEg9yTt7i .mbr-fallback-image.disabled {
  display: none;
}
.cid-tPEg9yTt7i .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tPEpwYpvXB {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/soe-sproposta-recuperado-2000x1273.jpg");
}
.cid-tPEpwYpvXB .mbr-fallback-image.disabled {
  display: none;
}
.cid-tPEpwYpvXB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tPEpwYpvXB .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 570px;
  max-width: 570px;
}
@media (max-width: 768px) {
  .cid-tPEpwYpvXB .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tPEpwYpvXB .embla__button--next,
.cid-tPEpwYpvXB .embla__button--prev {
  display: flex;
}
.cid-tPEpwYpvXB .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tPEpwYpvXB .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tPEpwYpvXB .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-tPEpwYpvXB .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tPEpwYpvXB .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 768px) {
  .cid-tPEpwYpvXB .embla__button {
    top: auto;
  }
}
.cid-tPEpwYpvXB .user_image {
  width: 200px;
  height: 200px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 2rem auto;
}
.cid-tPEpwYpvXB .user_image .item-wrapper {
  width: 200px;
  height: 200px;
}
.cid-tPEpwYpvXB .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}
@media (max-width: 230px) {
  .cid-tPEpwYpvXB .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-tPEpwYpvXB .embla {
  position: relative;
  width: 100%;
}
.cid-tPEpwYpvXB .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tPEpwYpvXB .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tPEpwYpvXB .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tPEpwYpvXB .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tPEpwYpvXB H3 {
  color: #0079b7;
}
.cid-tPEpwYpvXB .user_name {
  color: #0079b7;
  text-align: center;
}
.cid-tPEpwYpvXB .user_text {
  color: #686868;
  text-align: center;
}
.cid-tPEpwYpvXB .user_desk {
  color: #0ab5ff;
}
.cid-tSWCSts0Wx {
  padding-top: 135px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/night-aerial-view-of-praia-city-in-santiago-in-cap-2021-09-02-12-43-29-utc-1-2000x1332.jpg");
}
.cid-tSWCSts0Wx .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (max-width: 992px) {
  .cid-tSWCSts0Wx {
    background-position: right;
  }
}
.cid-tSWCSts0Wx input,
.cid-tSWCSts0Wx textarea {
  border-radius: 0;
}
.cid-tSWCSts0Wx input:hover,
.cid-tSWCSts0Wx textarea:hover {
  border: 1px solid transparent !important;
}
.cid-tSWCSts0Wx .row {
  justify-content: flex-end;
}
.cid-tSWCSts0Wx textarea {
  min-height: 200px;
}
.cid-tSWCSts0Wx .col-auto {
  margin-right: auto;
  margin-left: 0;
}
@media (max-width: 767px) {
  .cid-tSWCSts0Wx .col-auto {
    margin: auto;
  }
}
.cid-tSWCSts0Wx .social {
  display: inline-flex;
  align-items: center;
  margin-bottom: 0.5rem;
}
.cid-tSWCSts0Wx .social .mbr-iconfont {
  padding-right: 0.6rem;
  color: #0079b7;
  font-size: 1.2rem;
}
.cid-tSWCSts0Wx .mbr-main-subtitle {
  background: #0079b7;
  width: fit-content;
  padding: 0.5rem 1rem;
  position: relative;
  margin-bottom: 2rem;
}
.cid-tSWCSts0Wx .mbr-main-subtitle:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -18px;
  border-left: 24px solid #0079b7;
  border-bottom: 18px solid transparent;
  z-index: 2;
}
@media (max-width: 767px) {
  .cid-tSWCSts0Wx .mbr-main-subtitle {
    margin: auto;
    margin-bottom: 2rem;
  }
}
.cid-tSWCSts0Wx .btn {
  padding: 1rem 3rem;
}
.cid-tSWCSts0Wx .form-control,
.cid-tSWCSts0Wx .field-input {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-tSWCSts0Wx .form-control::-webkit-input-placeholder,
.cid-tSWCSts0Wx .field-input::-webkit-input-placeholder,
.cid-tSWCSts0Wx .form-control::-webkit-input-placeholder,
.cid-tSWCSts0Wx .field-input::-webkit-input-placeholder {
  color: #bbbbbb;
}
.cid-tSWCSts0Wx .form-control:-moz-placeholder,
.cid-tSWCSts0Wx .field-input:-moz-placeholder,
.cid-tSWCSts0Wx .form-control:-moz-placeholder,
.cid-tSWCSts0Wx .field-input:-moz-placeholder {
  color: #bbbbbb;
}
.cid-tSWCSts0Wx .form-control:hover,
.cid-tSWCSts0Wx .field-input:hover,
.cid-tSWCSts0Wx .form-control:focus,
.cid-tSWCSts0Wx .field-input:focus {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-tSWCSts0Wx .form-control:hover::-webkit-input-placeholder,
.cid-tSWCSts0Wx .field-input:hover::-webkit-input-placeholder,
.cid-tSWCSts0Wx .form-control:focus::-webkit-input-placeholder,
.cid-tSWCSts0Wx .field-input:focus::-webkit-input-placeholder,
.cid-tSWCSts0Wx .form-control:hover::-webkit-input-placeholder,
.cid-tSWCSts0Wx .field-input:hover::-webkit-input-placeholder,
.cid-tSWCSts0Wx .form-control:focus::-webkit-input-placeholder,
.cid-tSWCSts0Wx .field-input:focus::-webkit-input-placeholder {
  color: #bbbbbb;
}
.cid-tSWCSts0Wx .form-control:hover:-moz-placeholder,
.cid-tSWCSts0Wx .field-input:hover:-moz-placeholder,
.cid-tSWCSts0Wx .form-control:focus:-moz-placeholder,
.cid-tSWCSts0Wx .field-input:focus:-moz-placeholder,
.cid-tSWCSts0Wx .form-control:hover:-moz-placeholder,
.cid-tSWCSts0Wx .field-input:hover:-moz-placeholder,
.cid-tSWCSts0Wx .form-control:focus:-moz-placeholder,
.cid-tSWCSts0Wx .field-input:focus:-moz-placeholder {
  color: #bbbbbb;
}
.cid-tSWCSts0Wx .jq-number__spin:hover,
.cid-tSWCSts0Wx .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-tSWCSts0Wx .jq-number__spin {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-tSWCSts0Wx .jq-selectbox li,
.cid-tSWCSts0Wx .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-tSWCSts0Wx .jq-selectbox li:hover,
.cid-tSWCSts0Wx .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-tSWCSts0Wx .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-tSWCSts0Wx .jq-number__spin.minus:hover:after,
.cid-tSWCSts0Wx .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-tSWCSts0Wx .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-tSWCSts0Wx .jq-number__spin.minus:after,
.cid-tSWCSts0Wx .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-tSWCSts0Wx .mbr-section-text {
  color: #353535;
}
.cid-tSWCSts0Wx .mbr-section-title {
  color: #ffffff;
}
.cid-tSWCSts0Wx .soc-link,
.cid-tSWCSts0Wx .soc-wrapper {
  color: #ffffff;
}
.cid-tPOtRlyfHH {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #0079b7;
  background: linear-gradient(180deg, #0079b7, #41e9f7);
  background: linear-gradient(90deg, #0079b7, #41e9f7) !important;
}
.cid-tPOtRlyfHH .container {
  max-width: 1040px;
}
@media (max-width: 575px) {
  .cid-tPOtRlyfHH .row {
    text-align: center!important;
  }
}
.cid-tPOtRlyfHH .mbr-section-title {
  color: #4BFDB1;
}
@media (max-width: 575px) {
  .cid-tPOtRlyfHH .mbr-section-title {
    text-align: center;
  }
}
.cid-tPOtRlyfHH .mbr-section-subtitle {
  color: #000000;
}
.cid-tPOtRlyfHH .mbr-text {
  color: #000000;
  margin-top: 28px;
}
.cid-tPOtRlyfHH .mbr-section-btn {
  margin-top: 18px;
}
@media (max-width: 575px) {
  .cid-tPOtRlyfHH .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-tPOtRlyfHH .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-tPOtRlyfHH .btn-primary-outline,
.cid-tPOtRlyfHH .btn-secondary-outline,
.cid-tPOtRlyfHH .btn-success-outline,
.cid-tPOtRlyfHH .btn-info-outline,
.cid-tPOtRlyfHH .btn-warning-outline,
.cid-tPOtRlyfHH .btn-danger-outline,
.cid-tPOtRlyfHH .btn-white-outline,
.cid-tPOtRlyfHH .btn-black-outline {
  padding: 0;
  min-height: auto;
}
.cid-tPOtRlyfHH .mbr-fallback-image.disabled {
  display: none;
}
.cid-tPOtRlyfHH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tPOtRlyfHH .mbr-section-title,
.cid-tPOtRlyfHH .mbr-section-btn {
  color: #ffffff;
}
.cid-tPENUkReDl {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/soe-sproposta-recuperado-2000x1273.jpg");
}
.cid-tPENUkReDl .row {
  flex-direction: row-reverse;
}
.cid-tPENUkReDl .row {
  align-items: flex-start;
}
@media (min-width: 992px) {
  .cid-tPENUkReDl .row {
    padding-bottom: 40px;
  }
}
.cid-tPENUkReDl .mbr-section-head {
  display: flex;
  margin-top: 20px;
}
@media (min-width: 992px) {
  .cid-tPENUkReDl .mbr-section-head {
    margin-top: 0;
    padding-right: 20px;
  }
}
.cid-tPENUkReDl .text-container {
  padding: 30px;
  background-color: rgba(255, 255, 255, 0.08);
  text-align: left;
  width: 100%;
  height: 100%;
  border-radius: 1rem;
}
@media (min-width: 992px) {
  .cid-tPENUkReDl .text-container {
    padding: 40px;
  }
}
@media (min-width: 1200px) {
  .cid-tPENUkReDl .text-container {
    padding: 60px;
  }
}
@media (max-width: 575px) {
  .cid-tPENUkReDl .text-container {
    text-align: center!important;
  }
}
.cid-tPENUkReDl .mbr-section-title {
  color: #000000;
}
.cid-tPENUkReDl .mbr-section-subtitle {
  margin-top: 20px;
  color: #000000;
  opacity: 1;
}
.cid-tPENUkReDl .mbr-section-btn {
  margin-top: 10px;
  text-align: left;
}
.cid-tPENUkReDl .mbr-section-btn .btn {
  min-height: 52px;
  box-shadow: rgba(0, 0, 0, 0.1) 0 1px 2px 0, rgba(0, 0, 0, 0.08) 0 2px 10px 0;
}
.cid-tPENUkReDl .mbr-section-btn .btn-white {
  border: none !important;
}
.cid-tPENUkReDl .mbr-section-btn .btn-white:hover,
.cid-tPENUkReDl .mbr-section-btn .btn-white:focus {
  color: #808080 !important;
  background: #ffffff !important;
  opacity: 1 !important;
  border: none !important;
}
@media (max-width: 575px) {
  .cid-tPENUkReDl .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-tPENUkReDl .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-tPENUkReDl .col-video {
  height: auto;
  display: flex;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .cid-tPENUkReDl .col-video {
    margin-bottom: 0;
    padding-left: 20px;
  }
}
.cid-tPENUkReDl .col-video .box {
  display: flex;
  height: 100%;
  width: 100%;
  border-radius: 1rem;
}
.cid-tPENUkReDl .col-video .mbr-media {
  display: flex;
  height: 100%;
  width: 100%;
  flex-direction: column;
  border-radius: 1rem;
}
.cid-tPENUkReDl .col-video .mbr-media img {
  flex-grow: 1;
  border-radius: 1rem;
}
.cid-tPENUkReDl .col-video .mbr-media a:hover {
  background-image: none !important;
}
.cid-tPENUkReDl .mbr-media {
  position: relative;
}
.cid-tPENUkReDl .mbr-media img {
  width: 100%;
  object-fit: cover;
}
.cid-tPENUkReDl .toggle-panel,
.cid-tPENUkReDl .panel-group {
  width: 100%;
  background-color: #ffffff;
  border-radius: 1rem;
}
.cid-tPENUkReDl .card {
  margin-bottom: 0;
  padding: 0 40px;
  position: relative;
  border-radius: 1rem;
}
.cid-tPENUkReDl .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border-bottom: none;
  padding: 20px 0;
  transition: 0.5s all;
}
.cid-tPENUkReDl .card .card-header .collapsed {
  opacity: 1;
}
.cid-tPENUkReDl .card .card-header .collapsed:hover {
  opacity: 0.4;
}
.cid-tPENUkReDl .panel-title {
  display: flex;
  justify-content: space-between;
  padding-top: 20px;
  transition: 0.5s all;
  position: relative;
  z-index: 1;
}
.cid-tPENUkReDl .panel-title + .show-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #f2f2f2;
  border-radius: 1rem;
  left: 0;
  top: 0;
  z-index: 0;
}
.cid-tPENUkReDl .collapsed {
  padding-top: 0;
}
.cid-tPENUkReDl .collapsed + .show-bg {
  display: none;
}
.cid-tPENUkReDl .panel-text {
  text-align: left;
  opacity: 0.5;
  margin-bottom: 0;
}
.cid-tPENUkReDl .sign {
  display: none;
}
.cid-tPENUkReDl .panel-body {
  padding-bottom: 30px;
  position: relative;
  z-index: 1;
}
.cid-tPENUkReDl .panel-title-edit {
  width: 100%;
  color: #0079b7;
  text-align: left;
}
.cid-tPENUkReDl .mbr-fallback-image.disabled {
  display: none;
}
.cid-tPENUkReDl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tPENUkReDl .panel-text,
.cid-tPENUkReDl .mbr-section-btn {
  color: #000000;
}
.cid-tPEZ1QMWGN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #ffffff;
}
.cid-tPEZ1QMWGN .google-map {
  height: 30rem;
  position: relative;
}
.cid-tPEZ1QMWGN .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tPEZ1QMWGN .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tPEZ1QMWGN .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tPEZ1QMWGN .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tPF14nzFKn {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #242424;
}
.cid-tPF14nzFKn .mbr-fallback-image.disabled {
  display: none;
}
.cid-tPF14nzFKn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tPF14nzFKn .main-container {
  display: grid;
  grid-template-columns: 0.4fr 1fr 0.4fr;
  grid-column-gap: 4vw;
  grid-auto-rows: auto;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tPF14nzFKn .main-container {
    grid-template-columns: 1fr;
    gap: 0;
  }
}
.cid-tPF14nzFKn .navbar-brand {
  grid-column-start: 1;
  grid-column-end: 2;
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-tPF14nzFKn .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tPF14nzFKn .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tPF14nzFKn .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tPF14nzFKn .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-tPF14nzFKn .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tPF14nzFKn .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
@media (max-width: 991px) {
  .cid-tPF14nzFKn .navbar-brand {
    justify-content: center;
    margin-bottom: 3rem;
  }
}
.cid-tPF14nzFKn .list-box {
  grid-column-start: 2;
  grid-column-end: 3;
}
@media (max-width: 991px) {
  .cid-tPF14nzFKn .list-box {
    grid-column-start: 1;
    grid-column-end: 2;
    margin-bottom: 3rem;
  }
}
.cid-tPF14nzFKn .list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  column-gap: 1.5rem;
  row-gap: .75rem;
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #00b2ff;
  transition: 0.4s all;
}
.cid-tPF14nzFKn .list li {
  color: inherit !important;
  margin: 0;
  transition: 0.4s all;
}
.cid-tPF14nzFKn .list li:hover {
  color: #0079b7 !important;
}
.cid-tPF14nzFKn .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-tPF14nzFKn .list a:hover {
  color: #0079b7 !important;
  line-height: inherit !important;
}
@media (max-width: 767px) {
  .cid-tPF14nzFKn .list {
    column-gap: 1.5rem;
    row-gap: .75rem;
  }
}
.cid-tPF14nzFKn .social-list {
  grid-column-start: 3;
  grid-column-end: 4;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: .8rem;
}
@media (max-width: 991px) {
  .cid-tPF14nzFKn .social-list {
    grid-column-start: 1;
    grid-column-end: 2;
    justify-content: center;
  }
}
.cid-tPF14nzFKn .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: 0.4s all;
}
@media (max-width: 575px) {
  .cid-tPF14nzFKn .soc-item {
    padding: 10px;
  }
}
.cid-tPF14nzFKn .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 20px;
  color: #0079b7;
}
.cid-tPF14nzFKn .soc-item:hover .mbr-iconfont {
  color: #0079b7 !important;
}
.cid-tPF14nzFKn .copyright-container {
  grid-column-start: 1;
  grid-column-end: 4;
}
@media (min-width: 992px) {
  .cid-tPF14nzFKn .copyright-container {
    grid-row-start: 2;
    grid-row-end: 3;
  }
}
@media (max-width: 991px) {
  .cid-tPF14nzFKn .copyright-container {
    grid-column-start: 1;
    grid-column-end: 2;
  }
}
.cid-tPF14nzFKn .border-item {
  width: 100%;
  height: 1px;
  background-color: #00b2ff;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .cid-tPF14nzFKn .border-item {
    margin-top: 1.5rem;
  }
}
.cid-tPF14nzFKn .copyright {
  color: #00b2ff;
  margin-top: 2rem;
}
@media (max-width: 991px) {
  .cid-tPF14nzFKn .copyright {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .cid-tPF14nzFKn .copyright {
    margin-top: 1.5rem;
  }
}
