body {
  font-family: Poppins;
}
.display-1 {
  font-family: 'Poppins', sans-serif;
  font-size: 2.6rem;
}
.display-1 > .mbr-iconfont {
  font-size: 4.16rem;
}
.display-2 {
  font-family: 'Poppins', sans-serif;
  font-size: 2.2rem;
}
.display-2 > .mbr-iconfont {
  font-size: 3.52rem;
}
.display-4 {
  font-family: 'Poppins', sans-serif;
  font-size: 1rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'Poppins', sans-serif;
  font-size: 1.3rem;
  line-height: 1.4;
}
.display-5 > .mbr-iconfont {
  font-size: 2.08rem;
}
.display-7 {
  font-family: 'Poppins', sans-serif;
  font-size: 1.1rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.76rem;
}
/* ---- 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: 2.08rem;
    font-size: calc( 1.56rem + (2.6 - 1.56) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.56rem + (2.6 - 1.56) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.76rem;
    font-size: calc( 1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.04rem;
    font-size: calc( 1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 2.2rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 3px;
}
.bg-primary {
  background-color: #255085 !important;
}
.bg-success {
  background-color: #f1894c !important;
}
.bg-info {
  background-color: #82786e !important;
}
.bg-warning {
  background-color: #36404c !important;
}
.bg-danger {
  background-color: #b1a374 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #255085 !important;
  border-color: #255085 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #255085 !important;
  background-color: transparent !important;
  border-color: #255085 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #142c49 !important;
  border-color: #142c49 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ed4266 !important;
  border-color: #ed4266 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ed4266 !important;
  background-color: transparent !important;
  border-color: #ed4266 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #cf143b !important;
  border-color: #cf143b !important;
}
.btn-info,
.btn-info:active {
  background-color: #82786e !important;
  border-color: #82786e !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #82786e !important;
  background-color: transparent !important;
  border-color: #82786e !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-success,
.btn-success:active {
  background-color: #f1894c !important;
  border-color: #f1894c !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #f1894c !important;
  background-color: transparent !important;
  border-color: #f1894c !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #df5d11 !important;
  border-color: #df5d11 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #36404c !important;
  border-color: #36404c !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #36404c !important;
  background-color: transparent !important;
  border-color: #36404c !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #161a1f !important;
  border-color: #161a1f !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #b1a374 !important;
  background-color: transparent !important;
  border-color: #b1a374 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #ffffff !important;
  background-color: transparent !important;
  border-color: #ffffff !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #333333 !important;
  background-color: transparent !important;
  border-color: #333333 !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #0f2035;
  color: #0f2035;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #255085;
  border-color: #255085;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #255085 !important;
  border-color: #255085 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #b81134;
  color: #b81134;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #ed4266;
  border-color: #ed4266;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ed4266 !important;
  border-color: #ed4266 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #4b453f;
  color: #4b453f;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #82786e;
  border-color: #82786e;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #82786e !important;
  border-color: #82786e !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #c75410;
  color: #c75410;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #f1894c;
  border-color: #f1894c;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #f1894c !important;
  border-color: #f1894c !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #0c0e10;
  color: #0c0e10;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #36404c;
  border-color: #36404c;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #36404c !important;
  border-color: #36404c !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #7a6e45;
  color: #7a6e45;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #b1a374;
  border-color: #b1a374;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #255085 !important;
}
.text-secondary {
  color: #ed4266 !important;
}
.text-success {
  color: #f1894c !important;
}
.text-info {
  color: #82786e !important;
}
.text-warning {
  color: #36404c !important;
}
.text-danger {
  color: #b1a374 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #ed4266 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #b81134 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #ed4266 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #ed4266 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #ed4266 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #ed4266 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #ed4266 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #ed4266 !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #82786e;
}
.alert-warning {
  background-color: #36404c;
}
.alert-danger {
  background-color: #b1a374;
}
.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: #255085;
  border-color: #255085;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #255085;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #598ed1;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #beb8b2;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #a7b3c0;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #dfd9c6;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
#scrollToTop a i:before {
  content: '';
  position: absolute;
  height: 40%;
  top: 25%;
  background: #fff;
  width: 2px;
  left: calc(50% - 1px);
}
#scrollToTop a i:after {
  content: '';
  position: absolute;
  display: block;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  width: 40%;
  height: 40%;
  left: 30%;
  bottom: 30%;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}
/* Others*/
.note-check a[data-value=Rubik] {
  font-style: normal;
}
.mbr-arrow a {
  color: #ffffff;
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: .357em;
  padding: 0;
}
.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: .875rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
}
.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
  -webkit-transform: rotate(45deg);
}
.form-control {
  background-color: #ffffff;
  box-shadow: none;
  color: #767676;
  border: 3px solid #ebeced;
  font-family: 'Poppins', sans-serif;
  font-size: 1.1rem;
  line-height: 1.43;
  min-height: 46px;
  padding: 0.5rem 1.2rem;
}
.form-control > .mbr-iconfont {
  font-size: 1.76rem;
}
.form-control:focus {
  outline: none;
  border: 3px solid #ebeced;
  background-color: #f5f5f7;
}
.form-active .form-control:invalid {
  border-color: red;
}
.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: .5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
blockquote {
  border-color: #255085;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #255085;
  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-number__spin {
  background-color: #ffffff;
  border: 3px solid #ebeced;
}
.jq-number__spin:focus {
  outline: none;
  border: 3px solid #ebeced;
  background-color: #f5f5f7;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #255085;
  border-bottom-color: #255085;
}
.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: #255085 !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: #ed4266 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 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='%23255085' %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;
}
.cid-u82038VLAH .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: 0.5rem 0;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}
.cid-u82038VLAH .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-u82038VLAH a {
  font-style: normal;
}
.cid-u82038VLAH .show {
  overflow: visible;
}
.cid-u82038VLAH .dropdown-menu {
  max-height: 400px;
}
.cid-u82038VLAH .dropdown-item:active {
  background-color: transparent;
}
.cid-u82038VLAH .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-u82038VLAH .nav-item a {
  display: -webkit-flex;
  align-items: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
}
.cid-u82038VLAH .nav-item:focus,
.cid-u82038VLAH .nav-link:focus {
  outline: none;
}
.cid-u82038VLAH .btn {
  padding: 0.7rem 2rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-u82038VLAH .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-u82038VLAH .menu-logo {
  margin-right: auto;
}
.cid-u82038VLAH .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1rem;
  padding: 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-u82038VLAH .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-u82038VLAH .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-u82038VLAH .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-u82038VLAH .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-u82038VLAH .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-u82038VLAH .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-u82038VLAH .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  padding-right: 1rem;
  max-width: 100%;
  width: 100%;
}
.cid-u82038VLAH .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-u82038VLAH .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-u82038VLAH .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-u82038VLAH .navbar-toggleable-sm .navbar-collapse {
  justify-content: space-between !important;
}
.cid-u82038VLAH .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-u82038VLAH .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-u82038VLAH .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u82038VLAH .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-u82038VLAH .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u82038VLAH .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-u82038VLAH .navbar.navbar-short {
  min-height: 60px;
  transition: all 0.2s;
}
.cid-u82038VLAH .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-u82038VLAH .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-u82038VLAH .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-u82038VLAH .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-u82038VLAH .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-u82038VLAH button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-u82038VLAH button.navbar-toggler:focus {
  outline: none;
}
.cid-u82038VLAH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #36404c;
}
.cid-u82038VLAH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u82038VLAH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u82038VLAH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u82038VLAH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u82038VLAH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u82038VLAH nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u82038VLAH nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u82038VLAH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u82038VLAH .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-u82038VLAH .collapsed .btn {
  display: -webkit-flex;
}
.cid-u82038VLAH .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-u82038VLAH .collapsed .navbar-collapse.collapsing,
.cid-u82038VLAH .collapsed .navbar-collapse.show {
  display: block !important;
  overflow: auto;
}
.cid-u82038VLAH .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-u82038VLAH .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-u82038VLAH .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-u82038VLAH .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-u82038VLAH .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-u82038VLAH .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-u82038VLAH .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-u82038VLAH .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-u82038VLAH .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-u82038VLAH .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-u82038VLAH .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 90.625vh;
  }
}
.cid-u82038VLAH .collapsed button.navbar-toggler {
  display: block;
}
.cid-u82038VLAH .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-u82038VLAH .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-u82038VLAH .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-u82038VLAH .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-u82038VLAH .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-u82038VLAH .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: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
@media (max-width: 991px) {
  .cid-u82038VLAH.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-u82038VLAH img {
    height: 3.8rem !important;
  }
  .cid-u82038VLAH .btn {
    display: -webkit-flex;
  }
  .cid-u82038VLAH button.navbar-toggler {
    display: block;
  }
  .cid-u82038VLAH .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-u82038VLAH .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-u82038VLAH .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-u82038VLAH .navbar-collapse.collapsing,
  .cid-u82038VLAH .navbar-collapse.show {
    display: block !important;
    overflow: auto;
  }
  .cid-u82038VLAH .navbar-collapse.collapsing .navbar-nav,
  .cid-u82038VLAH .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-u82038VLAH .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-u82038VLAH .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-u82038VLAH .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-u82038VLAH .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-u82038VLAH .navbar-collapse.collapsing .navbar-buttons,
  .cid-u82038VLAH .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-u82038VLAH .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-u82038VLAH .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-u82038VLAH .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-u82038VLAH .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-u82038VLAH .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-u82038VLAH .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: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
}
@media (max-width: 767px) {
  .cid-u82038VLAH .nav-link {
    justify-content: start !important;
  }
  .cid-u82038VLAH .navbar.opened {
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .cid-u82038VLAH .navbar-toggleable-sm {
    width: 100% !important;
  }
  .cid-u82038VLAH .dropdown-menu {
    box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.1) !important;
    background: #efefef !important;
  }
}
@media (min-width: 767px) {
  .cid-u82038VLAH .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-u82038VLAH .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-u82038VLAH .nav-link:hover,
.cid-u82038VLAH .dropdown-item:hover {
  color: #ed4266 !important;
}
@media (min-width: 1500px) {
  .cid-u82038VLAH .navbar-toggleable-sm .navbar-collapse {
    max-width: 60% !important;
    padding-right: 5rem;
  }
  .cid-u82038VLAH .menu-logo .navbar-brand {
    margin-left: 5rem;
  }
}
.cid-u7X2tLisMk {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-u7X2tLisMk .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #255085;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-u7X2tLisMk H2 {
  color: #36404c;
}
.cid-u7X2tLisMk H3 {
  color: #36404c;
}
.cid-u7X2tLisMk .mbr-text,
.cid-u7X2tLisMk .mbr-section-btn {
  color: #767676;
}
.cid-u7X2tLisMk .photo {
  width: 90%;
}
@media (max-width: 992px) {
  .cid-u7X2tLisMk .md-pb {
    padding-bottom: 2rem;
  }
  .cid-u7X2tLisMk .photo {
    width: 100%;
  }
}
.cid-u7X2tLisMk .signature {
  filter: invert(0.5);
  width: auto;
}
.cid-u7X2tLisMk .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7X2tLisMk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7XiMZ9Fg4 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #36404c;
}
.cid-u7XiMZ9Fg4 .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #ffffff;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-u7XiMZ9Fg4 H2 {
  color: #ffffff;
}
.cid-u7XiMZ9Fg4 H3 {
  color: #ffffff;
}
.cid-u7XiMZ9Fg4 .mbr-text,
.cid-u7XiMZ9Fg4 .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-u7XiMZ9Fg4 .md-pb {
    padding-bottom: 2rem;
  }
}
.cid-u7XiMZ9Fg4 img {
  filter: invert(0.5);
  width: auto;
}
.cid-u7XiMZ9Fg4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7XiMZ9Fg4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7Xlb2cHso {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-u7Xlb2cHso .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7Xlb2cHso .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7Xlb2cHso H1 {
  color: #36404c;
}
.cid-ro4H3uukei {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ro4H3uukei .card-icon {
  font-size: 56px;
  color: #ed4266;
  transition: color 0.3s;
}
.cid-ro4H3uukei .card-title {
  font-weight: 600;
  letter-spacing: 1px;
}
.cid-ro4H3uukei .link-ico {
  font-size: 0.8rem;
  color: #ffffff;
  border: 2px solid #ffffff;
  border-radius: 100%;
  padding: 0.5rem 0;
  font-weight: 900;
  padding-left: 9px;
  padding-right: 7px;
}
.cid-ro4H3uukei .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #ffffff;
  margin-bottom: 1.5rem;
  transition: background 0.3s;
}
.cid-ro4H3uukei .card {
  padding: 0!important;
}
.cid-ro4H3uukei .card-wrapper {
  padding: 4rem;
  transition: background 0.3s;
}
.cid-ro4H3uukei .card-wrapper:hover {
  background: #ed4266;
}
.cid-ro4H3uukei .card-wrapper:hover .card-icon {
  color: #255085;
}
.cid-ro4H3uukei .card-wrapper:hover .line {
  background: #255085;
}
.cid-ro4H3uukei .card1 {
  background: #255085;
}
.cid-ro4H3uukei .card2 {
  background: #27558d;
}
.cid-ro4H3uukei .card3 {
  background: #295a95;
}
.cid-ro4H3uukei .card4 {
  background: #2c5e9d;
}
.cid-ro4H3uukei .card5 {
  background: #2e63a5;
}
.cid-ro4H3uukei .card6 {
  background: #3068ad;
}
.cid-ro4H3uukei .col-lg-x {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}
@media (max-width: 767px) {
  .cid-ro4H3uukei .col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.cid-ro4H3uukei .mbr-text,
.cid-ro4H3uukei .card-link {
  text-align: center;
}
.cid-u7XcReqe1S {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #149dcc;
}
.cid-u7XcReqe1S .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-u7XcReqe1S .title {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.cid-u7XcReqe1S H2 {
  margin: 0;
  width: 100%;
}
.cid-u7XcReqe1S h3 {
  width: 100%;
}
@media (max-width: 992px) {
  .cid-u7XcReqe1S .title {
    margin-bottom: 2rem;
  }
  .cid-u7XcReqe1S .align-left,
  .cid-u7XcReqe1S .align-right {
    text-align: center;
  }
}
.cid-u7XcReqe1S .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7XcReqe1S .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7X58Kf3ZN {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-u7X58Kf3ZN .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #149dcc;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-u7X58Kf3ZN H2 {
  color: #149dcc;
}
.cid-u7X58Kf3ZN H3 {
  color: #149dcc;
}
.cid-u7X58Kf3ZN .mbr-text,
.cid-u7X58Kf3ZN .mbr-section-btn {
  color: #767676;
}
.cid-u7X58Kf3ZN .photo {
  width: 90%;
}
@media (max-width: 992px) {
  .cid-u7X58Kf3ZN .md-pb {
    padding-bottom: 2rem;
  }
  .cid-u7X58Kf3ZN .photo {
    width: 100%;
  }
}
.cid-u7X58Kf3ZN .signature {
  filter: invert(0.5);
  width: auto;
}
.cid-u7X58Kf3ZN .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7X58Kf3ZN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7XcAiqKuM {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #f9b03e;
}
.cid-u7XcAiqKuM .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-u7XcAiqKuM .title {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.cid-u7XcAiqKuM H2 {
  margin: 0;
  width: 100%;
}
.cid-u7XcAiqKuM h3 {
  width: 100%;
}
@media (max-width: 992px) {
  .cid-u7XcAiqKuM .title {
    margin-bottom: 2rem;
  }
  .cid-u7XcAiqKuM .align-left,
  .cid-u7XcAiqKuM .align-right {
    text-align: center;
  }
}
.cid-u7XcAiqKuM .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7XcAiqKuM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7X66XSjLE {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-u7X66XSjLE .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #f9b03e;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-u7X66XSjLE H2 {
  color: #f9b03e;
}
.cid-u7X66XSjLE H3 {
  color: #f9b03e;
}
.cid-u7X66XSjLE .mbr-text,
.cid-u7X66XSjLE .mbr-section-btn {
  color: #767676;
}
.cid-u7X66XSjLE .photo {
  width: 90%;
}
@media (max-width: 992px) {
  .cid-u7X66XSjLE .md-pb {
    padding-bottom: 2rem;
  }
  .cid-u7X66XSjLE .photo {
    width: 100%;
  }
}
.cid-u7X66XSjLE .signature {
  filter: invert(0.5);
  width: auto;
}
.cid-u7X66XSjLE .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7X66XSjLE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7XcQNXtaH {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #cc2952;
}
.cid-u7XcQNXtaH .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-u7XcQNXtaH .title {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.cid-u7XcQNXtaH H2 {
  margin: 0;
  width: 100%;
}
.cid-u7XcQNXtaH h3 {
  width: 100%;
}
@media (max-width: 992px) {
  .cid-u7XcQNXtaH .title {
    margin-bottom: 2rem;
  }
  .cid-u7XcQNXtaH .align-left,
  .cid-u7XcQNXtaH .align-right {
    text-align: center;
  }
}
.cid-u7XcQNXtaH .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7XcQNXtaH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7X66f5a9F {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-u7X66f5a9F .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #cc2952;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-u7X66f5a9F H2 {
  color: #cc2952;
}
.cid-u7X66f5a9F H3 {
  color: #cc2952;
}
.cid-u7X66f5a9F .mbr-text,
.cid-u7X66f5a9F .mbr-section-btn {
  color: #767676;
}
.cid-u7X66f5a9F .photo {
  width: 90%;
}
@media (max-width: 992px) {
  .cid-u7X66f5a9F .md-pb {
    padding-bottom: 2rem;
  }
  .cid-u7X66f5a9F .photo {
    width: 100%;
  }
}
.cid-u7X66f5a9F .signature {
  filter: invert(0.5);
  width: auto;
}
.cid-u7X66f5a9F .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7X66f5a9F .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7XcRpaFFB {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #79c98a;
}
.cid-u7XcRpaFFB .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-u7XcRpaFFB .title {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.cid-u7XcRpaFFB H2 {
  margin: 0;
  width: 100%;
}
.cid-u7XcRpaFFB h3 {
  width: 100%;
}
@media (max-width: 992px) {
  .cid-u7XcRpaFFB .title {
    margin-bottom: 2rem;
  }
  .cid-u7XcRpaFFB .align-left,
  .cid-u7XcRpaFFB .align-right {
    text-align: center;
  }
}
.cid-u7XcRpaFFB .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7XcRpaFFB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7X66Kn8cQ {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-u7X66Kn8cQ .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #00bea3;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-u7X66Kn8cQ H2 {
  color: #79c98a;
}
.cid-u7X66Kn8cQ H3 {
  color: #79c98a;
}
.cid-u7X66Kn8cQ .mbr-text,
.cid-u7X66Kn8cQ .mbr-section-btn {
  color: #767676;
}
.cid-u7X66Kn8cQ .photo {
  width: 90%;
}
@media (max-width: 992px) {
  .cid-u7X66Kn8cQ .md-pb {
    padding-bottom: 2rem;
  }
  .cid-u7X66Kn8cQ .photo {
    width: 100%;
  }
}
.cid-u7X66Kn8cQ .signature {
  filter: invert(0.5);
  width: auto;
}
.cid-u7X66Kn8cQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7X66Kn8cQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7XcQHrmk8 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #701185;
}
.cid-u7XcQHrmk8 .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-u7XcQHrmk8 .title {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.cid-u7XcQHrmk8 H2 {
  margin: 0;
  width: 100%;
}
.cid-u7XcQHrmk8 h3 {
  width: 100%;
}
@media (max-width: 992px) {
  .cid-u7XcQHrmk8 .title {
    margin-bottom: 2rem;
  }
  .cid-u7XcQHrmk8 .align-left,
  .cid-u7XcQHrmk8 .align-right {
    text-align: center;
  }
}
.cid-u7XcQHrmk8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7XcQHrmk8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7X67an8ua {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-u7X67an8ua .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #701185;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-u7X67an8ua H2 {
  color: #701185;
}
.cid-u7X67an8ua H3 {
  color: #701185;
}
.cid-u7X67an8ua .mbr-text,
.cid-u7X67an8ua .mbr-section-btn {
  color: #767676;
}
.cid-u7X67an8ua .photo {
  width: 90%;
}
@media (max-width: 992px) {
  .cid-u7X67an8ua .md-pb {
    padding-bottom: 2rem;
  }
  .cid-u7X67an8ua .photo {
    width: 100%;
  }
}
.cid-u7X67an8ua .signature {
  filter: invert(0.5);
  width: auto;
}
.cid-u7X67an8ua .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7X67an8ua .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7WTqHaToD {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #36404c;
}
.cid-u7WTqHaToD .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7WTqHaToD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7WRjZc2s1 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-u7WRjZc2s1 .mbr-iconfont {
  font-size: 1.1rem;
  color: #36404c;
  padding: 0 0.5rem;
  transition: color 0.3s;
}
.cid-u7WRjZc2s1 .mbr-iconfont:hover {
  color: #8394a7;
}
.cid-u7WRjZc2s1 .card-img {
  position: relative;
  overflow: hidden;
}
.cid-u7WRjZc2s1 a {
  font-weight: 600;
}
.cid-u7WRjZc2s1 .btn-sm {
  padding: 0.6rem 2.2rem;
}
.cid-u7WRjZc2s1 .card-img:before {
  content: '';
  display: block;
  pointer-events: none;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  left: 0;
  background-color: #36404c;
  opacity: 0;
  transform-origin: right center 0;
  transform: perspective(100px) rotateY(-120deg);
  transform-style: flat;
  transition: transform 0.5s ease-in-out, opacity 0.2s ease-in-out;
}
.cid-u7WRjZc2s1 .card-box {
  padding: 2rem 1rem;
  background-color: #ffffff;
  width: 80%;
  margin: auto;
  margin-top: -25%;
  position: relative;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cid-u7WRjZc2s1 .card-box h3 {
  font-weight: 600;
  width: 100%;
  display: inline-block;
  margin: 0;
}
.cid-u7WRjZc2s1 .card-wrapper {
  height: 100%;
}
.cid-u7WRjZc2s1 .card-wrapper:hover .card-img:before {
  opacity: 0.3;
  transform: perspective(100px) rotateY(0deg);
}
.cid-u7WRjZc2s1 .text {
  color: #767676;
}
.cid-u7WRjZc2s1 .card-title {
  color: #36404c;
  text-align: center;
}
.cid-u7WRjZc2s1 .card-subtitle {
  color: #7f1933;
}
.cid-u7WRjZc2s1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7WRjZc2s1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ro4GBB7PGS {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-ro4GBB7PGS .mbr-iconfont {
  font-size: 1.1rem;
  color: #36404c;
  padding: 0 0.5rem;
  transition: color 0.3s;
}
.cid-ro4GBB7PGS .mbr-iconfont:hover {
  color: #8394a7;
}
.cid-ro4GBB7PGS .card-img {
  position: relative;
  overflow: hidden;
}
.cid-ro4GBB7PGS a {
  font-weight: 600;
}
.cid-ro4GBB7PGS .btn-sm {
  padding: 0.6rem 2.2rem;
}
.cid-ro4GBB7PGS .card-img:before {
  content: '';
  display: block;
  pointer-events: none;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  left: 0;
  background-color: #36404c;
  opacity: 0;
  transform-origin: right center 0;
  transform: perspective(100px) rotateY(-120deg);
  transform-style: flat;
  transition: transform 0.5s ease-in-out, opacity 0.2s ease-in-out;
}
.cid-ro4GBB7PGS .card-box {
  padding: 2rem 1rem;
  background-color: #ffffff;
  width: 80%;
  margin: auto;
  margin-top: -25%;
  position: relative;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cid-ro4GBB7PGS .card-box h3 {
  font-weight: 600;
  width: 100%;
  display: inline-block;
  margin: 0;
}
.cid-ro4GBB7PGS .card-wrapper {
  height: 100%;
}
.cid-ro4GBB7PGS .card-wrapper:hover .card-img:before {
  opacity: 0.3;
  transform: perspective(100px) rotateY(0deg);
}
.cid-ro4GBB7PGS .text {
  color: #767676;
}
.cid-ro4GBB7PGS .card-title {
  color: #36404c;
}
.cid-ro4GBB7PGS .card-subtitle {
  color: #ed4266;
}
.cid-u7WR66pOh5 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-u7WR66pOh5 .mbr-iconfont {
  font-size: 1.1rem;
  color: #36404c;
  padding: 0 0.5rem;
  transition: color 0.3s;
}
.cid-u7WR66pOh5 .mbr-iconfont:hover {
  color: #8394a7;
}
.cid-u7WR66pOh5 .card-img {
  position: relative;
  overflow: hidden;
}
.cid-u7WR66pOh5 a {
  font-weight: 600;
}
.cid-u7WR66pOh5 .btn-sm {
  padding: 0.6rem 2.2rem;
}
.cid-u7WR66pOh5 .card-img:before {
  content: '';
  display: block;
  pointer-events: none;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  left: 0;
  background-color: #36404c;
  opacity: 0;
  transform-origin: right center 0;
  transform: perspective(100px) rotateY(-120deg);
  transform-style: flat;
  transition: transform 0.5s ease-in-out, opacity 0.2s ease-in-out;
}
.cid-u7WR66pOh5 .card-box {
  padding: 2rem 1rem;
  background-color: #ffffff;
  width: 80%;
  margin: auto;
  margin-top: -25%;
  position: relative;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cid-u7WR66pOh5 .card-box h3 {
  font-weight: 600;
  width: 100%;
  display: inline-block;
  margin: 0;
}
.cid-u7WR66pOh5 .card-wrapper {
  height: 100%;
}
.cid-u7WR66pOh5 .card-wrapper:hover .card-img:before {
  opacity: 0.3;
  transform: perspective(100px) rotateY(0deg);
}
.cid-u7WR66pOh5 .text {
  color: #767676;
}
.cid-u7WR66pOh5 .card-title {
  color: #36404c;
}
.cid-u7WR66pOh5 .card-subtitle {
  color: #ed4266;
}
.cid-u7WR66pOh5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7WR66pOh5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7WWANF21H {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #36404c;
}
.cid-u7WWANF21H .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7WWANF21H .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7WZZ8sEmh {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #f5f5f7;
}
.cid-u7WZZ8sEmh .card-icon {
  font-size: 56px;
  color: #ffffff;
  transition: color 0.3s;
}
.cid-u7WZZ8sEmh .icon2 {
  color: #ffffff;
}
.cid-u7WZZ8sEmh .card-title {
  font-weight: 600;
  letter-spacing: 1px;
}
.cid-u7WZZ8sEmh p {
  font-weight: 400;
}
.cid-u7WZZ8sEmh .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #ffffff;
  margin-bottom: 1.5rem;
  transition: background 0.3s;
}
.cid-u7WZZ8sEmh .line2 {
  background: #ffffff;
}
.cid-u7WZZ8sEmh .card-wrapper {
  padding: 2.5rem 2rem;
  transition: background 0.3s;
  background: #255085;
}
.cid-u7WZZ8sEmh .card-wrapper:hover .link-ico {
  background-color: #ffffff;
  border-color: #ffffff;
  color: white;
}
.cid-u7WZZ8sEmh .card2 {
  background: #255085;
}
.cid-u7WZZ8sEmh .card-title,
.cid-u7WZZ8sEmh .card-ico,
.cid-u7WZZ8sEmh .line-wrap {
  text-align: center;
}
.cid-u7WZZ8sEmh .mbr-text,
.cid-u7WZZ8sEmh .card-link {
  text-align: center;
}
.cid-u7WZZ8sEmh .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7WZZ8sEmh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u81W9CtcvB {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u81W9CtcvB .number-wrap {
  color: #555555;
  text-align: center;
}
.cid-u81W9CtcvB .number {
  color: #255085;
}
.cid-u81W9CtcvB .period {
  display: block;
}
.cid-u81W9CtcvB .dot {
  display: none;
}
@media (max-width: 767px) {
  .cid-u81W9CtcvB .period {
    font-size: 0.8rem;
  }
}
.cid-u81W9CtcvB .btn {
  height: 100%;
  margin: 0;
}
.cid-u81W9CtcvB .mbr-section-btn {
  margin-bottom: 1.2rem;
}
.cid-u81W9CtcvB .icons-menu .soc-item {
  padding-left: 8px;
  padding-right: 8px;
}
.cid-u81W9CtcvB .icons-menu .soc-item .mbr-iconfont {
  font-size: 2rem;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #6592e6;
  border: 2px solid #6592e6;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-u81W9CtcvB .icons-menu .soc-item .mbr-iconfont:before {
  padding: 0.6rem;
}
.cid-u81W9CtcvB .icons-menu .soc-item .mbr-iconfont:hover {
  background-color: #6592e6;
  color: #ffffff;
}
.cid-u81W9CtcvB H3 {
  color: #36404c;
}
.cid-u81W9CtcvB .mbr-section-subtitle {
  color: #36404c;
}
.cid-u7XnoiGMME {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-u7XnoiGMME .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #255085;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-u7XnoiGMME H2 {
  color: #36404c;
}
.cid-u7XnoiGMME H3 {
  color: #36404c;
}
.cid-u7XnoiGMME .mbr-text,
.cid-u7XnoiGMME .mbr-section-btn {
  color: #767676;
}
.cid-u7XnoiGMME .photo {
  width: 90%;
}
@media (max-width: 992px) {
  .cid-u7XnoiGMME .md-pb {
    padding-bottom: 2rem;
  }
  .cid-u7XnoiGMME .photo {
    width: 100%;
  }
}
.cid-u7XnoiGMME .signature {
  filter: invert(0.5);
  width: auto;
}
.cid-u7XnoiGMME .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7XnoiGMME .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ro5mqKOC1l {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/pollone-2000x1371.jpg");
}
.cid-ro5mqKOC1l .mbr-overlay {
  background-color: #767676;
  opacity: 0.6;
}
.cid-ro5mqKOC1l textarea {
  min-height: 150px;
}
.cid-ro5mqKOC1l .form-col {
  background: #f5f5f5;
  padding: 3rem 1rem;
}
.cid-ro5mqKOC1l .form-wrap {
  max-width: 520px;
  margin: auto;
}
.cid-ro5mqKOC1l .text-wrap {
  max-width: 400px;
  border: 2px solid #ffffff;
  padding: 3rem;
  margin: 4rem auto!important;
}
@media (max-width: 992px) {
  .cid-ro5mqKOC1l .form-wrap {
    max-width: 690px;
  }
  .cid-ro5mqKOC1l .md-pb {
    padding-bottom: 3rem;
  }
  .cid-ro5mqKOC1l .text-wrap {
    max-width: 690px;
  }
}
.cid-ro5mqKOC1l .mbr-section-btn {
  margin: 0.4rem;
  padding-top: 1.5rem;
}
.cid-ro5mqKOC1l .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #255085;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-ro5mqKOC1l .form-control,
.cid-ro5mqKOC1l .field-input {
  padding: 0.5rem 1.2rem;
  background-color: #ffffff;
  border: 3px solid #ebeced;
  color: #767676;
  transition: 0.4s;
  font-size: 0.9rem;
  box-shadow: none;
  outline: none;
}
.cid-ro5mqKOC1l .form-control:hover,
.cid-ro5mqKOC1l .field-input:hover,
.cid-ro5mqKOC1l .form-control:focus,
.cid-ro5mqKOC1l .field-input:focus {
  background-color: #f5f5f7;
  border: 3px solid #ebeced;
  box-shadow: none;
  outline: none;
}
.cid-ro5mqKOC1l input::-webkit-input-placeholder,
.cid-ro5mqKOC1l textarea::-webkit-input-placeholder {
  color: #c1c1c1;
}
.cid-ro5mqKOC1l input:-moz-placeholder,
.cid-ro5mqKOC1l textarea:-moz-placeholder {
  color: #c1c1c1;
}
.cid-ro5mqKOC1l .jq-selectbox li,
.cid-ro5mqKOC1l .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-ro5mqKOC1l .jq-selectbox li:hover,
.cid-ro5mqKOC1l .jq-selectbox li.selected {
  background-color: #f5f5f7;
  color: #000000;
}
.cid-ro5mqKOC1l .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-ro5mqKOC1l .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f7;
}
.cid-ro5mqKOC1l H2 {
  color: #36404c;
}
@media (max-width: 767px) {
  .cid-ro5mqKOC1l .col-auto {
    margin: auto;
  }
}
.cid-ro5mqKOC1l H3 {
  color: #ffffff;
}
.cid-ro5mqKOC1l H4 {
  color: #36404c;
}
.cid-u7XcrntHoB {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f9b03e;
  background: linear-gradient(45deg, #f9b03e, #cebfaf);
}
.cid-u7XcrntHoB .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-u7XcrntHoB .title {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.cid-u7XcrntHoB H2 {
  margin: 0;
  width: 100%;
}
.cid-u7XcrntHoB h3 {
  width: 100%;
}
@media (max-width: 992px) {
  .cid-u7XcrntHoB .title {
    margin-bottom: 2rem;
  }
  .cid-u7XcrntHoB .align-left,
  .cid-u7XcrntHoB .align-right {
    text-align: center;
  }
}
.cid-u7XcrntHoB .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7XcrntHoB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u836HkNkKJ .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: 0.5rem 0;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}
.cid-u836HkNkKJ .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-u836HkNkKJ a {
  font-style: normal;
}
.cid-u836HkNkKJ .show {
  overflow: visible;
}
.cid-u836HkNkKJ .dropdown-menu {
  max-height: 400px;
}
.cid-u836HkNkKJ .dropdown-item:active {
  background-color: transparent;
}
.cid-u836HkNkKJ .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-u836HkNkKJ .nav-item a {
  display: -webkit-flex;
  align-items: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
}
.cid-u836HkNkKJ .nav-item:focus,
.cid-u836HkNkKJ .nav-link:focus {
  outline: none;
}
.cid-u836HkNkKJ .btn {
  padding: 0.7rem 2rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-u836HkNkKJ .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-u836HkNkKJ .menu-logo {
  margin-right: auto;
}
.cid-u836HkNkKJ .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1rem;
  padding: 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-u836HkNkKJ .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-u836HkNkKJ .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-u836HkNkKJ .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-u836HkNkKJ .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-u836HkNkKJ .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-u836HkNkKJ .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-u836HkNkKJ .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  padding-right: 1rem;
  max-width: 100%;
  width: 100%;
}
.cid-u836HkNkKJ .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-u836HkNkKJ .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-u836HkNkKJ .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-u836HkNkKJ .navbar-toggleable-sm .navbar-collapse {
  justify-content: space-between !important;
}
.cid-u836HkNkKJ .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-u836HkNkKJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-u836HkNkKJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u836HkNkKJ .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-u836HkNkKJ .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u836HkNkKJ .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-u836HkNkKJ .navbar.navbar-short {
  min-height: 60px;
  transition: all 0.2s;
}
.cid-u836HkNkKJ .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-u836HkNkKJ .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-u836HkNkKJ .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-u836HkNkKJ .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-u836HkNkKJ .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-u836HkNkKJ button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-u836HkNkKJ button.navbar-toggler:focus {
  outline: none;
}
.cid-u836HkNkKJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #36404c;
}
.cid-u836HkNkKJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u836HkNkKJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u836HkNkKJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u836HkNkKJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u836HkNkKJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u836HkNkKJ nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u836HkNkKJ nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u836HkNkKJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u836HkNkKJ .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-u836HkNkKJ .collapsed .btn {
  display: -webkit-flex;
}
.cid-u836HkNkKJ .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-u836HkNkKJ .collapsed .navbar-collapse.collapsing,
.cid-u836HkNkKJ .collapsed .navbar-collapse.show {
  display: block !important;
  overflow: auto;
}
.cid-u836HkNkKJ .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-u836HkNkKJ .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-u836HkNkKJ .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-u836HkNkKJ .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-u836HkNkKJ .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-u836HkNkKJ .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-u836HkNkKJ .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-u836HkNkKJ .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-u836HkNkKJ .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-u836HkNkKJ .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-u836HkNkKJ .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 90.625vh;
  }
}
.cid-u836HkNkKJ .collapsed button.navbar-toggler {
  display: block;
}
.cid-u836HkNkKJ .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-u836HkNkKJ .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-u836HkNkKJ .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-u836HkNkKJ .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-u836HkNkKJ .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-u836HkNkKJ .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: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
@media (max-width: 991px) {
  .cid-u836HkNkKJ.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-u836HkNkKJ img {
    height: 3.8rem !important;
  }
  .cid-u836HkNkKJ .btn {
    display: -webkit-flex;
  }
  .cid-u836HkNkKJ button.navbar-toggler {
    display: block;
  }
  .cid-u836HkNkKJ .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-u836HkNkKJ .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-u836HkNkKJ .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-u836HkNkKJ .navbar-collapse.collapsing,
  .cid-u836HkNkKJ .navbar-collapse.show {
    display: block !important;
    overflow: auto;
  }
  .cid-u836HkNkKJ .navbar-collapse.collapsing .navbar-nav,
  .cid-u836HkNkKJ .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-u836HkNkKJ .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-u836HkNkKJ .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-u836HkNkKJ .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-u836HkNkKJ .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-u836HkNkKJ .navbar-collapse.collapsing .navbar-buttons,
  .cid-u836HkNkKJ .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-u836HkNkKJ .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-u836HkNkKJ .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-u836HkNkKJ .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-u836HkNkKJ .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-u836HkNkKJ .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-u836HkNkKJ .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: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
}
@media (max-width: 767px) {
  .cid-u836HkNkKJ .nav-link {
    justify-content: start !important;
  }
  .cid-u836HkNkKJ .navbar.opened {
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .cid-u836HkNkKJ .navbar-toggleable-sm {
    width: 100% !important;
  }
  .cid-u836HkNkKJ .dropdown-menu {
    box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.1) !important;
    background: #efefef !important;
  }
}
@media (min-width: 767px) {
  .cid-u836HkNkKJ .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-u836HkNkKJ .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-u836HkNkKJ .nav-link:hover,
.cid-u836HkNkKJ .dropdown-item:hover {
  color: #ed4266 !important;
}
@media (min-width: 1500px) {
  .cid-u836HkNkKJ .navbar-toggleable-sm .navbar-collapse {
    max-width: 60% !important;
    padding-right: 5rem;
  }
  .cid-u836HkNkKJ .menu-logo .navbar-brand {
    margin-left: 5rem;
  }
}
.cid-u836HpdTvQ {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #36404c;
}
.cid-u836HpdTvQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-u836HpdTvQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u836HtnNu6 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f9b03e;
  background: linear-gradient(45deg, #f9b03e, #cebfaf);
}
.cid-u836HtnNu6 .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-u836HtnNu6 .title {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.cid-u836HtnNu6 H2 {
  margin: 0;
  width: 100%;
}
.cid-u836HtnNu6 h3 {
  width: 100%;
}
@media (max-width: 992px) {
  .cid-u836HtnNu6 .title {
    margin-bottom: 2rem;
  }
  .cid-u836HtnNu6 .align-left,
  .cid-u836HtnNu6 .align-right {
    text-align: center;
  }
}
.cid-u836HtnNu6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u836HtnNu6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u837DwEF22 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-u837DwEF22 .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #ed4266;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-u837DwEF22 H2 {
  color: #36404c;
}
.cid-u837DwEF22 H3 {
  color: #36404c;
}
.cid-u837DwEF22 .mbr-text,
.cid-u837DwEF22 .mbr-section-btn {
  color: #767676;
  text-align: center;
}
.cid-u837DwEF22 .photo {
  width: 90%;
}
@media (max-width: 992px) {
  .cid-u837DwEF22 .md-pb {
    padding-bottom: 2rem;
  }
  .cid-u837DwEF22 .photo {
    width: 100%;
  }
}
.cid-u837DwEF22 .signature {
  filter: invert(0.5);
  width: auto;
}
.cid-u837ZiNIiJ {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-u837ZiNIiJ .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #ed4266;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-u837ZiNIiJ H2 {
  color: #36404c;
}
.cid-u837ZiNIiJ H3 {
  color: #36404c;
}
.cid-u837ZiNIiJ .mbr-text,
.cid-u837ZiNIiJ .mbr-section-btn {
  color: #767676;
}
.cid-u837ZiNIiJ .photo {
  width: 90%;
}
@media (max-width: 992px) {
  .cid-u837ZiNIiJ .md-pb {
    padding-bottom: 2rem;
  }
  .cid-u837ZiNIiJ .photo {
    width: 100%;
  }
}
.cid-u837ZiNIiJ .signature {
  filter: invert(0.5);
  width: auto;
}
.cid-u837YT4SEb {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-u837YT4SEb .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #ed4266;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-u837YT4SEb H2 {
  color: #36404c;
}
.cid-u837YT4SEb H3 {
  color: #36404c;
}
.cid-u837YT4SEb .mbr-text,
.cid-u837YT4SEb .mbr-section-btn {
  color: #767676;
  text-align: center;
}
.cid-u837YT4SEb .photo {
  width: 90%;
}
@media (max-width: 992px) {
  .cid-u837YT4SEb .md-pb {
    padding-bottom: 2rem;
  }
  .cid-u837YT4SEb .photo {
    width: 100%;
  }
}
.cid-u837YT4SEb .signature {
  filter: invert(0.5);
  width: auto;
}
.cid-uaceB0bzWp {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uaceB0bzWp .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #ed4266;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-uaceB0bzWp H2 {
  color: #36404c;
}
.cid-uaceB0bzWp H3 {
  color: #36404c;
}
.cid-uaceB0bzWp .mbr-text,
.cid-uaceB0bzWp .mbr-section-btn {
  color: #767676;
}
.cid-uaceB0bzWp .photo {
  width: 90%;
}
@media (max-width: 992px) {
  .cid-uaceB0bzWp .md-pb {
    padding-bottom: 2rem;
  }
  .cid-uaceB0bzWp .photo {
    width: 100%;
  }
}
.cid-uaceB0bzWp .signature {
  filter: invert(0.5);
  width: auto;
}
.cid-u837Z3iWqh {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-u837Z3iWqh .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #ed4266;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-u837Z3iWqh H2 {
  color: #36404c;
}
.cid-u837Z3iWqh H3 {
  color: #36404c;
}
.cid-u837Z3iWqh .mbr-text,
.cid-u837Z3iWqh .mbr-section-btn {
  color: #767676;
}
.cid-u837Z3iWqh .photo {
  width: 90%;
}
@media (max-width: 992px) {
  .cid-u837Z3iWqh .md-pb {
    padding-bottom: 2rem;
  }
  .cid-u837Z3iWqh .photo {
    width: 100%;
  }
}
.cid-u837Z3iWqh .signature {
  filter: invert(0.5);
  width: auto;
}
.cid-u837ZbPYgp {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-u837ZbPYgp .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #ed4266;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-u837ZbPYgp H2 {
  color: #36404c;
}
.cid-u837ZbPYgp H3 {
  color: #36404c;
}
.cid-u837ZbPYgp .mbr-text,
.cid-u837ZbPYgp .mbr-section-btn {
  color: #767676;
  text-align: center;
}
.cid-u837ZbPYgp .photo {
  width: 90%;
}
@media (max-width: 992px) {
  .cid-u837ZbPYgp .md-pb {
    padding-bottom: 2rem;
  }
  .cid-u837ZbPYgp .photo {
    width: 100%;
  }
}
.cid-u837ZbPYgp .signature {
  filter: invert(0.5);
  width: auto;
}
.cid-u837ZfqzZL {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-u837ZfqzZL .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #ed4266;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-u837ZfqzZL H2 {
  color: #36404c;
}
.cid-u837ZfqzZL H3 {
  color: #36404c;
}
.cid-u837ZfqzZL .mbr-text,
.cid-u837ZfqzZL .mbr-section-btn {
  color: #767676;
  text-align: center;
}
.cid-u837ZfqzZL .photo {
  width: 90%;
}
@media (max-width: 992px) {
  .cid-u837ZfqzZL .md-pb {
    padding-bottom: 2rem;
  }
  .cid-u837ZfqzZL .photo {
    width: 100%;
  }
}
.cid-u837ZfqzZL .signature {
  filter: invert(0.5);
  width: auto;
}
.cid-u84dVCQ5sd {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-u84dVCQ5sd .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #ed4266;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-u84dVCQ5sd H2 {
  color: #36404c;
}
.cid-u84dVCQ5sd H3 {
  color: #36404c;
}
.cid-u84dVCQ5sd .mbr-text,
.cid-u84dVCQ5sd .mbr-section-btn {
  color: #767676;
  text-align: center;
}
.cid-u84dVCQ5sd .photo {
  width: 90%;
}
@media (max-width: 992px) {
  .cid-u84dVCQ5sd .md-pb {
    padding-bottom: 2rem;
  }
  .cid-u84dVCQ5sd .photo {
    width: 100%;
  }
}
.cid-u84dVCQ5sd .signature {
  filter: invert(0.5);
  width: auto;
}
.cid-u837Yys1Gx {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-u837Yys1Gx .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #ed4266;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-u837Yys1Gx H2 {
  color: #36404c;
}
.cid-u837Yys1Gx H3 {
  color: #36404c;
}
.cid-u837Yys1Gx .mbr-text,
.cid-u837Yys1Gx .mbr-section-btn {
  color: #767676;
  text-align: center;
}
.cid-u837Yys1Gx .photo {
  width: 90%;
}
@media (max-width: 992px) {
  .cid-u837Yys1Gx .md-pb {
    padding-bottom: 2rem;
  }
  .cid-u837Yys1Gx .photo {
    width: 100%;
  }
}
.cid-u837Yys1Gx .signature {
  filter: invert(0.5);
  width: auto;
}
.cid-u84iRnpLX0 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-u84iRnpLX0 .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #ed4266;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-u84iRnpLX0 H2 {
  color: #36404c;
}
.cid-u84iRnpLX0 H3 {
  color: #36404c;
}
.cid-u84iRnpLX0 .mbr-text,
.cid-u84iRnpLX0 .mbr-section-btn {
  color: #767676;
  text-align: center;
}
.cid-u84iRnpLX0 .photo {
  width: 90%;
}
@media (max-width: 992px) {
  .cid-u84iRnpLX0 .md-pb {
    padding-bottom: 2rem;
  }
  .cid-u84iRnpLX0 .photo {
    width: 100%;
  }
}
.cid-u84iRnpLX0 .signature {
  filter: invert(0.5);
  width: auto;
}
.cid-u84iSGQAlk {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-u84iSGQAlk .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #ed4266;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-u84iSGQAlk H2 {
  color: #36404c;
}
.cid-u84iSGQAlk H3 {
  color: #36404c;
}
.cid-u84iSGQAlk .mbr-text,
.cid-u84iSGQAlk .mbr-section-btn {
  color: #767676;
}
.cid-u84iSGQAlk .photo {
  width: 90%;
}
@media (max-width: 992px) {
  .cid-u84iSGQAlk .md-pb {
    padding-bottom: 2rem;
  }
  .cid-u84iSGQAlk .photo {
    width: 100%;
  }
}
.cid-u84iSGQAlk .signature {
  filter: invert(0.5);
  width: auto;
}
