body {
  font-family: DM Sans;
}
.display-1 {
  font-family: 'DM Sans', sans-serif;
  font-size: 4.5rem;
}
.display-1 > .mbr-iconfont {
  font-size: 7.2rem;
}
.display-2 {
  font-family: 'DM Sans', sans-serif;
  font-size: 3.625rem;
}
.display-2 > .mbr-iconfont {
  font-size: 5.8rem;
}
.display-4 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'DM Sans', sans-serif;
  font-size: 2.625rem;
}
.display-5 > .mbr-iconfont {
  font-size: 4.2rem;
}
.display-7 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.375rem;
}
.display-7 > .mbr-iconfont {
  font-size: 2.2rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.6rem;
    font-size: calc( 2.225rem + (4.5 - 2.225) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.225rem + (4.5 - 2.225) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.9rem;
    font-size: calc( 1.91875rem + (3.625 - 1.91875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.91875rem + (3.625 - 1.91875) * ((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: 2.1rem;
    font-size: calc( 1.5687499999999999rem + (2.625 - 1.5687499999999999) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.5687499999999999rem + (2.625 - 1.5687499999999999) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.8rem 2rem;
  border-radius: 0px;
}
.btn-sm {
  padding: 0.5rem 1.5rem;
  border-radius: 0px;
}
.btn-md {
  padding: 0.8rem 2rem;
  border-radius: 0px;
}
.btn-lg {
  padding: 0.8rem 2rem;
  border-radius: 0px;
}
.bg-primary {
  background-color: #ffbc00 !important;
}
.bg-success {
  background-color: #4b4342 !important;
}
.bg-info {
  background-color: #482be7 !important;
}
.bg-warning {
  background-color: #919dab !important;
}
.bg-danger {
  background-color: #5fcac7 !important;
}
.btn-primary,
.btn-primary:active,
.btn-primary.active {
  background-color: #ffbc00 !important;
  border-color: #ffbc00 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff !important;
  background-color: #b38400 !important;
  border-color: #b38400 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #b38400 !important;
  border-color: #b38400 !important;
}
.btn-secondary,
.btn-secondary:active,
.btn-secondary.active {
  background-color: #ff91a4 !important;
  border-color: #ff91a4 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus {
  color: #ffffff !important;
  background-color: #ff4465 !important;
  border-color: #ff4465 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #ff4465 !important;
  border-color: #ff4465 !important;
}
.btn-info,
.btn-info:active,
.btn-info.active {
  background-color: #482be7 !important;
  border-color: #482be7 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus {
  color: #ffffff !important;
  background-color: #2c14b1 !important;
  border-color: #2c14b1 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #2c14b1 !important;
  border-color: #2c14b1 !important;
}
.btn-success,
.btn-success:active,
.btn-success.active {
  background-color: #4b4342 !important;
  border-color: #4b4342 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus {
  color: #ffffff !important;
  background-color: #221f1e !important;
  border-color: #221f1e !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #221f1e !important;
  border-color: #221f1e !important;
}
.btn-warning,
.btn-warning:active,
.btn-warning.active {
  background-color: #919dab !important;
  border-color: #919dab !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus {
  color: #ffffff !important;
  background-color: #687788 !important;
  border-color: #687788 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #687788 !important;
  border-color: #687788 !important;
}
.btn-danger,
.btn-danger:active,
.btn-danger.active {
  background-color: #5fcac7 !important;
  border-color: #5fcac7 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus {
  color: #ffffff !important;
  background-color: #37a6a3 !important;
  border-color: #37a6a3 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #37a6a3 !important;
  border-color: #37a6a3 !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active,
.btn-white.active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active,
.btn-black.active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active,
.btn-primary-outline.active {
  background: none;
  border-color: #997100;
  color: #997100;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus {
  color: #ffffff;
  background-color: #ffbc00;
  border-color: #ffbc00;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #ffbc00 !important;
  border-color: #ffbc00 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active,
.btn-secondary-outline.active {
  background: none;
  border-color: #ff2b50;
  color: #ff2b50;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus {
  color: #ffffff;
  background-color: #ff91a4;
  border-color: #ff91a4;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff91a4 !important;
  border-color: #ff91a4 !important;
}
.btn-info-outline,
.btn-info-outline:active,
.btn-info-outline.active {
  background: none;
  border-color: #27119b;
  color: #27119b;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus {
  color: #ffffff;
  background-color: #482be7;
  border-color: #482be7;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #482be7 !important;
  border-color: #482be7 !important;
}
.btn-success-outline,
.btn-success-outline:active,
.btn-success-outline.active {
  background: none;
  border-color: #151312;
  color: #151312;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus {
  color: #ffffff;
  background-color: #4b4342;
  border-color: #4b4342;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #4b4342 !important;
  border-color: #4b4342 !important;
}
.btn-warning-outline,
.btn-warning-outline:active,
.btn-warning-outline.active {
  background: none;
  border-color: #5d6a79;
  color: #5d6a79;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus {
  color: #ffffff;
  background-color: #919dab;
  border-color: #919dab;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #919dab !important;
  border-color: #919dab !important;
}
.btn-danger-outline,
.btn-danger-outline:active,
.btn-danger-outline.active {
  background: none;
  border-color: #319290;
  color: #319290;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus {
  color: #ffffff;
  background-color: #5fcac7;
  border-color: #5fcac7;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #5fcac7 !important;
  border-color: #5fcac7 !important;
}
.btn-black-outline,
.btn-black-outline:active,
.btn-black-outline.active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus {
  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: #ffbc00 !important;
}
.text-secondary {
  color: #ff91a4 !important;
}
.text-success {
  color: #4b4342 !important;
}
.text-info {
  color: #482be7 !important;
}
.text-warning {
  color: #919dab !important;
}
.text-danger {
  color: #5fcac7 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #997100 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #ff2b50 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #151312 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #27119b !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #5d6a79 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #319290 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #4b4342;
}
.alert-info {
  background-color: #482be7;
}
.alert-warning {
  background-color: #919dab;
}
.alert-danger {
  background-color: #5fcac7;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ffbc00;
  border-color: #ffbc00;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #ffbc00;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fff2cc;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #beb6b5;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #e6e2fc;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #d9dde2;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #f8fdfd;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
#scrollToTop a {
  border: 2px solid #ffbc00;
}
#scrollToTop a i:before {
  background: #ffbc00;
}
#scrollToTop a i:after {
  border-top: 2px solid #ffbc00;
  border-right: 2px solid #ffbc00;
}
.mbr-arrow a i {
  color: #ffbc00;
}
.form-control {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.375rem;
}
.form-control > .mbr-iconfont {
  font-size: 2.2rem;
}
blockquote {
  border-color: #ffbc00;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ffbc00;
  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 {
  border-radius: 0;
  background-color: #efefef;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #ffbc00;
  border-bottom-color: #ffbc00;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #ffbc00 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #ff91a4 !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='%23ffbc00' %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-sOBMvOGcba .nav-item:focus,
.cid-sOBMvOGcba .nav-link:focus {
  outline: none;
}
.cid-sOBMvOGcba .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sOBMvOGcba .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sOBMvOGcba .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sOBMvOGcba .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sOBMvOGcba .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sOBMvOGcba .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #ffbc00;
}
.cid-sOBMvOGcba .navbar.opened {
  transition: all 0.3s;
  background: #ffbc00 !important;
}
.cid-sOBMvOGcba .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-sOBMvOGcba .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sOBMvOGcba .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sOBMvOGcba .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 1rem);
  }
}
.cid-sOBMvOGcba .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sOBMvOGcba .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sOBMvOGcba .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sOBMvOGcba .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sOBMvOGcba .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sOBMvOGcba .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sOBMvOGcba .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sOBMvOGcba .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sOBMvOGcba .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sOBMvOGcba .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sOBMvOGcba .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sOBMvOGcba .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sOBMvOGcba .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sOBMvOGcba .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sOBMvOGcba .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sOBMvOGcba .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sOBMvOGcba .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sOBMvOGcba .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sOBMvOGcba .navbar.navbar-short {
  background: #ffbc00 !important;
  min-height: 60px;
}
.cid-sOBMvOGcba .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sOBMvOGcba .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sOBMvOGcba .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sOBMvOGcba .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sOBMvOGcba .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sOBMvOGcba .dropdown-item.active,
.cid-sOBMvOGcba .dropdown-item:active {
  background-color: transparent;
}
.cid-sOBMvOGcba .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sOBMvOGcba .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sOBMvOGcba .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sOBMvOGcba .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffbc00;
}
.cid-sOBMvOGcba .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sOBMvOGcba .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sOBMvOGcba ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sOBMvOGcba .navbar-buttons {
  text-align: center;
}
.cid-sOBMvOGcba button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sOBMvOGcba button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-sOBMvOGcba button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sOBMvOGcba button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sOBMvOGcba button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sOBMvOGcba button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sOBMvOGcba nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sOBMvOGcba nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sOBMvOGcba nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sOBMvOGcba nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sOBMvOGcba .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-sOBMvOGcba a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sOBMvOGcba .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sOBMvOGcba .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-sOBMvOGcba .icons-menu span {
  font-size: 20px;
  color: #232323;
}
.cid-sOBMvOGcba .nav-link:hover,
.cid-sOBMvOGcba .dropdown-item:hover,
.cid-sOBMvOGcba .icons-menu .mbr-iconfont:hover {
  color: #cccccc !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sOBMvOGcba .navbar {
    height: 77px;
  }
  .cid-sOBMvOGcba .navbar.opened {
    height: auto;
  }
}
.cid-sOBMp5jne6 {
  background-image: url("../../../images/mbr-1920x1297.jpg");
}
.cid-sOBMp5jne6 .wrapper {
  width: 100%;
}
.cid-sOBMp5jne6 .mbr-media.show-modal {
  cursor: pointer;
  display: block;
  height: 4em;
  width: 4em;
  margin: 0 auto;
}
.cid-sOBMp5jne6 .mbr-text {
  display: inline-block;
  padding: 0 1rem;
}
.cid-sOBMp5jne6 .subtitle-wrapper {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sOBMp5jne6 .subtitle-wrapper hr {
  border: 1px solid;
  -webkit-flex-basis: 10%;
  flex-basis: 10%;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-sOBMp5jne6 .line-left,
.cid-sOBMp5jne6 .line-right {
  display: inline-block;
  width: 80px;
  height: 3px;
  background-color: #fff;
}
.cid-sOBMp5jne6 .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-sOBMp5jne6 .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-sOBMp5jne6 .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-sOBMp5jne6 a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-sOBMp5jne6 a.close:hover {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sOBMp5jne6 .subtitle-wrapper hr {
    display: none;
  }
}
.cid-sOBYwWtTYj {
  padding-top: 105px;
  padding-bottom: 105px;
  background-color: #ffffff;
}
.cid-sOBYwWtTYj .mbr-text {
  margin: 0;
}
.cid-sOBYwWtTYj .text-element {
  padding: 2rem;
  background-color: #ffffff;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
}
.cid-sOBYwWtTYj .row-element,
.cid-sOBYwWtTYj .image-element {
  padding: 0;
}
.cid-sOBYwWtTYj .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sOBYwWtTYj .image-element .img-wrap {
  width: 100% !important;
}
.cid-sOBYwWtTYj .image-element .img-wrap img {
  width: 100%;
  min-height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-sOBYwWtTYj .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sOBYwWtTYj .carousel-item.active,
.cid-sOBYwWtTYj .carousel-item-next,
.cid-sOBYwWtTYj .carousel-item-prev {
  display: flex;
}
.cid-sOBYwWtTYj .carousel-indicators {
  left: 50%;
  margin: 20px auto 0;
  align-items: center;
}
.cid-sOBYwWtTYj .carousel-indicators .active {
  opacity: 1;
  border: 0;
  background-color: #ffbc00;
}
.cid-sOBYwWtTYj .carousel-indicators li {
  height: 15px;
  width: 15px;
  border-radius: 50%;
  transition: opacity 0.5s;
  background-color: #000000;
  font-size: 2rem;
  opacity: 0.5;
  border-width: 0px;
}
.cid-sOBYwWtTYj .carousel-indicators li:hover {
  opacity: 1;
}
.cid-sOBYwWtTYj .carousel-controls {
  display: none;
}
@media (max-width: 991px) {
  .cid-sOBYwWtTYj .carousel-controls {
    display: block;
  }
  .cid-sOBYwWtTYj .carousel-controls a {
    transition: opacity 0.5s;
    font-size: 2rem;
  }
  .cid-sOBYwWtTYj .carousel-controls a span {
    padding: 10px;
    border-radius: 50%;
    color: #ffffff;
    background: #444444;
    opacity: 0.9;
  }
  .cid-sOBYwWtTYj .carousel-controls a:hover span {
    opacity: 1;
  }
  .cid-sOBYwWtTYj .carousel-indicators {
    display: none;
  }
}
@media (max-width: 540px) {
  .cid-sOBYwWtTYj .text-element {
    padding: 1rem;
  }
  .cid-sOBYwWtTYj .carousel-controls {
    display: none;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sOBYwWtTYj .image-element {
    min-width: 50%;
  }
  .cid-sOBYwWtTYj .media-container-row {
    width: 100%;
  }
}
.cid-sPRUIS7sKq {
  padding-top: 105px;
  padding-bottom: 105px;
  background-image: url("../../../images/background6.jpg");
}
.cid-sPRUIS7sKq .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-sPRUIS7sKq .main-reverse {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-sPRUIS7sKq .image-element {
  padding: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sPRUIS7sKq .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-sPRUIS7sKq .text-element {
  padding: 1rem;
}
.cid-sPRUIS7sKq .main,
.cid-sPRUIS7sKq .main-reverse {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-sPRUIS7sKq .main:first-child {
    padding-top: 1rem;
  }
  .cid-sPRUIS7sKq .image-element,
  .cid-sPRUIS7sKq .text-element {
    margin-bottom: 1rem;
  }
  .cid-sPRUIS7sKq .main-reverse {
    -webkit-flex-direction: row;
    flex-direction: row;
  }
}
@media (max-width: 767px) {
  .cid-sPRUIS7sKq .container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .cid-sPRUIS7sKq .image-element,
  .cid-sPRUIS7sKq .text-element {
    margin-bottom: 0;
  }
  .cid-sPRUIS7sKq .main:first-child {
    padding-top: 0;
  }
}
.cid-rNOYpvxNPG {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-rNOYpvxNPG .mbr-section-title {
  margin-top: 25px;
  margin-bottom: 0;
  color: #ffffff;
}
.cid-rNOYpvxNPG .mbr-text {
  margin-bottom: 0;
  margin-top: 30px;
  color: #919dab;
}
.cid-rNOYpvxNPG .icons {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-rNOYpvxNPG .mbr-iconfont {
  margin-left: 30px;
  margin-right: 30px;
  width: 28px;
}
.cid-rNOYpvxNPG .mbr-iconfont:nth-child(1) {
  color: #ff91a4;
}
.cid-rNOYpvxNPG .mbr-iconfont:nth-child(2) {
  color: #ff91a4;
}
.cid-rNOYpvxNPG .mbr-iconfont:nth-child(3) {
  color: #ff91a4;
}
.cid-rNOYpvxNPG .mbr-iconfont:nth-child(4) {
  color: #7fa8d7;
}
@media (max-width: 991px) {
  .cid-rNOYpvxNPG .mbr-iconfont {
    margin: 10px 20px;
  }
  .cid-rNOYpvxNPG .mbr-text {
    margin-top: 15px;
  }
  .cid-rNOYpvxNPG .mbr-section-title {
    margin-top: 30px;
  }
}
.cid-rNOXo0WIXc {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #000000;
  overflow: hidden;
}
.cid-rNOXo0WIXc .mbr-slider .carousel-control {
  background: #1b1b1b;
  background-color: transparent !important;
}
.cid-rNOXo0WIXc .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rNOXo0WIXc .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rNOXo0WIXc .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-rNOXo0WIXc .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-rNOXo0WIXc .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-rNOXo0WIXc .mbr-gallery-item > div:hover:before {
  opacity: 0.3 !important;
}
.cid-rNOXo0WIXc .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-rNOXo0WIXc .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  position: absolute;
  background: #ffffff !important;
  opacity: 0.3;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-rNOXo0WIXc .mbr-gallery-item > div img,
.cid-rNOXo0WIXc .mbr-gallery-item div:before {
  border-radius: 10px;
}
.cid-rNOXo0WIXc .mbr-gallery-item--p1 {
  padding: 5px;
}
.cid-rNOXo0WIXc .mbr-gallery-item--p2 {
  padding: 10px;
}
.cid-rNOXo0WIXc .mbr-gallery-item--p3 {
  padding: 15px;
}
.cid-rNOXo0WIXc .mbr-gallery-item--p4 {
  padding: 15px;
}
.cid-rNOXo0WIXc .mbr-gallery-item--p5 {
  padding: 20px;
}
.cid-rNOXo0WIXc .mbr-gallery-item--p6 {
  padding: 25px;
}
.cid-rNOXo0WIXc .carousel-control-prev .mbri-left:before {
  content: "\e90a";
}
.cid-rNOXo0WIXc .carousel-control-next .mbri-right:before {
  content: "\e909";
}
.cid-rNOXo0WIXc .modal-body a.close {
  border-radius: 0;
  font-size: 16px;
  top: 0;
  right: 0;
  height: 36px;
  width: 36px;
  line-height: 36px;
}
.cid-sPRY7xOTgM {
  padding-top: 105px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-sPRY7xOTgM h2,
.cid-sPRY7xOTgM h3,
.cid-sPRY7xOTgM p,
.cid-sPRY7xOTgM h4 {
  color: #0a0a0a;
}
.cid-sPRY7xOTgM .img-block img {
  height: 100%;
  max-height: 600px;
}
.cid-sPRY7xOTgM .mbr-iconfont {
  color: #ffbc00;
  font-size: 2rem;
}
.cid-sPRY7xOTgM .form-control {
  box-shadow: none;
  margin-bottom: 15px;
  padding: 1.07em 1.07em;
  background-color: #f5f5f5;
  border: 1px solid #e8e8e8;
  color: #656565;
  line-height: 1.43;
  min-height: 3.5em;
  border-radius: .25rem;
}
.cid-sPRY7xOTgM .form-control:focus,
.cid-sPRY7xOTgM .form-control:hover {
  border: 1px solid #e8e8e8;
  background-color: #f5f5f5;
}
.cid-sPRY7xOTgM .form-group {
  margin-bottom: 1rem;
}
.cid-sPRY7xOTgM input::-webkit-input-placeholder,
.cid-sPRY7xOTgM textarea::-webkit-input-placeholder {
  color: #656565;
}
.cid-sPRY7xOTgM input:-moz-placeholder,
.cid-sPRY7xOTgM textarea:-moz-placeholder {
  color: #656565;
}
.cid-sPRY7xOTgM .jq-selectbox li,
.cid-sPRY7xOTgM .jq-selectbox li {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-sPRY7xOTgM .jq-selectbox li:hover,
.cid-sPRY7xOTgM .jq-selectbox li.selected {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-sPRY7xOTgM .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-sPRY7xOTgM .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-sPRY7xOTgM .mbr-text {
  color: #767676;
}
.cid-sPRY7xOTgM a:not([href]):not([tabindex]) {
  color: #fff;
}
.cid-sPRY7xOTgM .input-group-btn {
  display: block;
  text-align: center;
}
.cid-sPRY7xOTgM .form-block {
  padding: 2rem;
  box-shadow: 0 0 5px #a8a8a8;
  background-color: #ffffff;
}
.cid-sPRY7xOTgM textarea.form-control {
  resize: none;
}
.cid-sPRY7xOTgM .card-img {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 3rem;
  text-align: center;
}
.cid-sPRY7xOTgM .media-container-row {
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.cid-sPRY7xOTgM .list-block {
  position: relative;
}
.cid-sPRY7xOTgM .list-block h4,
.cid-sPRY7xOTgM .list-block p {
  padding-left: 3.5rem;
}
.cid-sPRY7xOTgM .card-img {
  display: block;
}
@media (max-width: 767px) {
  .cid-sPRY7xOTgM h2 {
    padding-top: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-sPRY7xOTgM .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-sPRY7xOTgM .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
  .cid-sPRY7xOTgM .img-block-wrap {
    position: relative;
  }
  .cid-sPRY7xOTgM .img-block-wrap .img-block {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
  }
  .cid-sPRY7xOTgM .img-block-wrap .img-block img {
    height: 100%;
  }
  .cid-sPRY7xOTgM .text-content {
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sPRY7xOTgM .google-map {
    padding-bottom: 2rem;
  }
  .cid-sPRY7xOTgM .img-block {
    overflow: hidden;
  }
}
.cid-sPRY7xOTgM .list-item-title {
  color: #0a0a0a;
  text-align: left;
}
.cid-sPRY7xOTgM .list-item-text {
  color: #0a0a0a;
}
.cid-sPRY7xOTgM H4 {
  text-align: center;
}
.cid-sOC2ymOhPG {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-sOC2ymOhPG p {
  text-align: center;
}
.cid-sOC2ymOhPG .text-copyright {
  width: 100%;
  margin-bottom: 0;
}
.cid-sOC2ymOhPG .img-logo-footer {
  margin-right: 1rem;
  max-width: 3rem;
}
.cid-sOC2ymOhPG .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
  color: #ffffff;
}
.cid-sOC2ymOhPG .logo-footer {
  line-height: normal;
}
.cid-sOC2ymOhPG .copyright .list-inline {
  margin-bottom: 0;
}
.cid-sOC2ymOhPG .copyright .list-inline .list-inline-item {
  margin: 10px 20px;
}
.cid-sOC2ymOhPG .copyright .list-inline .list-inline-item:first-child {
  margin-left: 0;
}
.cid-sOC2ymOhPG .social-btns {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sOC2ymOhPG .media-container-row {
  align-items: center;
  justify-content: space-between;
}
.cid-sOC2ymOhPG .icon-transition span {
  color: #ffffff;
  display: block;
  text-align: center;
  height: 2rem;
  border-radius: 50%;
  line-height: 2rem;
  width: 2rem;
  transition: all 0.3s ease-out 0s;
  font-size: 16px;
}
.cid-sOC2ymOhPG .icon-transition span:hover {
  background-color: #279e64;
  color: #ffffff;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-sOC2ymOhPG .social-media {
  display: flex;
  justify-content: flex-end;
}
.cid-sOC2ymOhPG .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-sOC2ymOhPG .social-media ul li {
  padding: 4px;
  display: inline-block;
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@media (max-width: 991px) {
  .cid-sOC2ymOhPG .logo-footer {
    text-align: center;
  }
  .cid-sOC2ymOhPG .social-media {
    justify-content: center;
  }
}
.cid-sPS9EnloDK .nav-item:focus,
.cid-sPS9EnloDK .nav-link:focus {
  outline: none;
}
.cid-sPS9EnloDK .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sPS9EnloDK .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sPS9EnloDK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sPS9EnloDK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sPS9EnloDK .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sPS9EnloDK .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #ffbc00;
  background: none;
}
.cid-sPS9EnloDK .navbar.opened {
  transition: all 0.3s;
  background: #ffbc00 !important;
}
.cid-sPS9EnloDK .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-sPS9EnloDK .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sPS9EnloDK .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sPS9EnloDK .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 1rem);
  }
}
.cid-sPS9EnloDK .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sPS9EnloDK .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sPS9EnloDK .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sPS9EnloDK .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sPS9EnloDK .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sPS9EnloDK .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sPS9EnloDK .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sPS9EnloDK .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sPS9EnloDK .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sPS9EnloDK .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sPS9EnloDK .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sPS9EnloDK .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sPS9EnloDK .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sPS9EnloDK .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sPS9EnloDK .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sPS9EnloDK .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sPS9EnloDK .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sPS9EnloDK .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sPS9EnloDK .navbar.navbar-short {
  background: #ffbc00 !important;
  min-height: 60px;
}
.cid-sPS9EnloDK .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sPS9EnloDK .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sPS9EnloDK .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sPS9EnloDK .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sPS9EnloDK .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sPS9EnloDK .dropdown-item.active,
.cid-sPS9EnloDK .dropdown-item:active {
  background-color: transparent;
}
.cid-sPS9EnloDK .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sPS9EnloDK .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sPS9EnloDK .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sPS9EnloDK .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffbc00;
}
.cid-sPS9EnloDK .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sPS9EnloDK .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sPS9EnloDK ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sPS9EnloDK .navbar-buttons {
  text-align: center;
}
.cid-sPS9EnloDK button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sPS9EnloDK button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-sPS9EnloDK button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sPS9EnloDK button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sPS9EnloDK button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sPS9EnloDK button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sPS9EnloDK nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sPS9EnloDK nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sPS9EnloDK nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sPS9EnloDK nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sPS9EnloDK .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-sPS9EnloDK a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sPS9EnloDK .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sPS9EnloDK .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-sPS9EnloDK .icons-menu span {
  font-size: 20px;
  color: #232323;
}
.cid-sPS9EnloDK .nav-link:hover,
.cid-sPS9EnloDK .dropdown-item:hover,
.cid-sPS9EnloDK .icons-menu .mbr-iconfont:hover {
  color: #cccccc !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sPS9EnloDK .navbar {
    height: 77px;
  }
  .cid-sPS9EnloDK .navbar.opened {
    height: auto;
  }
}
.cid-sPS9KFTMYB {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
@media (min-width: 768px) {
  .cid-sPS9KFTMYB .row {
    justify-content: center;
  }
}
.cid-sPS9KFTMYB form .mbr-section-btn {
  width: 100%;
}
.cid-sPS9KFTMYB form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-sPS9KFTMYB form .mbr-section-btn .btn {
    width: 100%;
  }
}
@media (min-width: 767px) {
  .cid-sPS9KFTMYB .form-with-styler {
    padding: 30px;
  }
  .cid-sPS9KFTMYB .mbr-section-head {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-sPS9KFTMYB input::-webkit-input-placeholder,
.cid-sPS9KFTMYB textarea::-webkit-input-placeholder {
  color: #482be7 !important;
  opacity: 0.5;
}
.cid-sPS9KFTMYB input:-moz-placeholder,
.cid-sPS9KFTMYB textarea:-moz-placeholder {
  color: #482be7 !important;
  opacity: 0.5;
}
.cid-sPS9KFTMYB .form-control {
  border-color: #000000 !important;
  color: #acacac !important;
}
.cid-sPS9KFTMYB input::-webkit-input-placeholder,
.cid-sPS9KFTMYB textarea::-webkit-input-placeholder {
  color: #000000 !important;
}
.cid-sPS9KFTMYB input:-moz-placeholder,
.cid-sPS9KFTMYB textarea:-moz-placeholder {
  color: #000000 !important;
}
.cid-sPS9KFTMYB .mbr-section-btn {
  margin-top: 10.8px;
}
.cid-sPS9KFTMYB .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-sPS9KFTMYB .mbr-section-subtitle {
  color: #231f59;
  text-align: left;
}
.cid-sPS9KFTMYB .mbr-section-text,
.cid-sPS9KFTMYB .mbr-section-btn {
  text-align: left;
  color: #282727;
}
.cid-sPS9EnVneh {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-sPS9EnVneh p {
  text-align: center;
}
.cid-sPS9EnVneh .text-copyright {
  width: 100%;
  margin-bottom: 0;
}
.cid-sPS9EnVneh .img-logo-footer {
  margin-right: 1rem;
  max-width: 3rem;
}
.cid-sPS9EnVneh .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
  color: #ffffff;
}
.cid-sPS9EnVneh .logo-footer {
  line-height: normal;
}
.cid-sPS9EnVneh .copyright .list-inline {
  margin-bottom: 0;
}
.cid-sPS9EnVneh .copyright .list-inline .list-inline-item {
  margin: 10px 20px;
}
.cid-sPS9EnVneh .copyright .list-inline .list-inline-item:first-child {
  margin-left: 0;
}
.cid-sPS9EnVneh .social-btns {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sPS9EnVneh .media-container-row {
  align-items: center;
  justify-content: space-between;
}
.cid-sPS9EnVneh .icon-transition span {
  color: #ffffff;
  display: block;
  text-align: center;
  height: 2rem;
  border-radius: 50%;
  line-height: 2rem;
  width: 2rem;
  transition: all 0.3s ease-out 0s;
  font-size: 16px;
}
.cid-sPS9EnVneh .icon-transition span:hover {
  background-color: #279e64;
  color: #ffffff;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-sPS9EnVneh .social-media {
  display: flex;
  justify-content: flex-end;
}
.cid-sPS9EnVneh .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-sPS9EnVneh .social-media ul li {
  padding: 4px;
  display: inline-block;
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@media (max-width: 991px) {
  .cid-sPS9EnVneh .logo-footer {
    text-align: center;
  }
  .cid-sPS9EnVneh .social-media {
    justify-content: center;
  }
}
.cid-sPSc73ONWy .nav-item:focus,
.cid-sPSc73ONWy .nav-link:focus {
  outline: none;
}
.cid-sPSc73ONWy .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sPSc73ONWy .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sPSc73ONWy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sPSc73ONWy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sPSc73ONWy .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sPSc73ONWy .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #ffbc00;
  background: none;
}
.cid-sPSc73ONWy .navbar.opened {
  transition: all 0.3s;
  background: #ffbc00 !important;
}
.cid-sPSc73ONWy .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-sPSc73ONWy .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sPSc73ONWy .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sPSc73ONWy .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 1rem);
  }
}
.cid-sPSc73ONWy .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sPSc73ONWy .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sPSc73ONWy .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sPSc73ONWy .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sPSc73ONWy .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sPSc73ONWy .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sPSc73ONWy .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sPSc73ONWy .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sPSc73ONWy .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sPSc73ONWy .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sPSc73ONWy .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sPSc73ONWy .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sPSc73ONWy .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sPSc73ONWy .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sPSc73ONWy .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sPSc73ONWy .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sPSc73ONWy .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sPSc73ONWy .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sPSc73ONWy .navbar.navbar-short {
  background: #ffbc00 !important;
  min-height: 60px;
}
.cid-sPSc73ONWy .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sPSc73ONWy .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sPSc73ONWy .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sPSc73ONWy .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sPSc73ONWy .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sPSc73ONWy .dropdown-item.active,
.cid-sPSc73ONWy .dropdown-item:active {
  background-color: transparent;
}
.cid-sPSc73ONWy .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sPSc73ONWy .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sPSc73ONWy .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sPSc73ONWy .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffbc00;
}
.cid-sPSc73ONWy .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sPSc73ONWy .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sPSc73ONWy ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sPSc73ONWy .navbar-buttons {
  text-align: center;
}
.cid-sPSc73ONWy button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sPSc73ONWy button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-sPSc73ONWy button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sPSc73ONWy button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sPSc73ONWy button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sPSc73ONWy button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sPSc73ONWy nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sPSc73ONWy nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sPSc73ONWy nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sPSc73ONWy nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sPSc73ONWy .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-sPSc73ONWy a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sPSc73ONWy .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sPSc73ONWy .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-sPSc73ONWy .icons-menu span {
  font-size: 20px;
  color: #232323;
}
.cid-sPSc73ONWy .nav-link:hover,
.cid-sPSc73ONWy .dropdown-item:hover,
.cid-sPSc73ONWy .icons-menu .mbr-iconfont:hover {
  color: #cccccc !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sPSc73ONWy .navbar {
    height: 77px;
  }
  .cid-sPSc73ONWy .navbar.opened {
    height: auto;
  }
}
.cid-sPSc747fTu {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
}
.cid-sPSc747fTu .mbr-text {
  color: #666666;
}
.cid-sPSc747fTu .list {
  color: #666666;
}
.cid-sPSc747fTu ul {
  list-style-position: inside;
  padding: 0;
}
.cid-sPSc747fTu li {
  padding-bottom: 0.5rem;
}
.cid-sPSc747fTu .mbr-section-subtitle {
  text-align: center;
}
.cid-sPSc74hquW {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-sPSc74hquW p {
  text-align: center;
}
.cid-sPSc74hquW .text-copyright {
  width: 100%;
  margin-bottom: 0;
}
.cid-sPSc74hquW .img-logo-footer {
  margin-right: 1rem;
  max-width: 3rem;
}
.cid-sPSc74hquW .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
  color: #ffffff;
}
.cid-sPSc74hquW .logo-footer {
  line-height: normal;
}
.cid-sPSc74hquW .copyright .list-inline {
  margin-bottom: 0;
}
.cid-sPSc74hquW .copyright .list-inline .list-inline-item {
  margin: 10px 20px;
}
.cid-sPSc74hquW .copyright .list-inline .list-inline-item:first-child {
  margin-left: 0;
}
.cid-sPSc74hquW .social-btns {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sPSc74hquW .media-container-row {
  align-items: center;
  justify-content: space-between;
}
.cid-sPSc74hquW .icon-transition span {
  color: #ffffff;
  display: block;
  text-align: center;
  height: 2rem;
  border-radius: 50%;
  line-height: 2rem;
  width: 2rem;
  transition: all 0.3s ease-out 0s;
  font-size: 16px;
}
.cid-sPSc74hquW .icon-transition span:hover {
  background-color: #279e64;
  color: #ffffff;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-sPSc74hquW .social-media {
  display: flex;
  justify-content: flex-end;
}
.cid-sPSc74hquW .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-sPSc74hquW .social-media ul li {
  padding: 4px;
  display: inline-block;
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@media (max-width: 991px) {
  .cid-sPSc74hquW .logo-footer {
    text-align: center;
  }
  .cid-sPSc74hquW .social-media {
    justify-content: center;
  }
}
.cid-sPSbP9RMpc .nav-item:focus,
.cid-sPSbP9RMpc .nav-link:focus {
  outline: none;
}
.cid-sPSbP9RMpc .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sPSbP9RMpc .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sPSbP9RMpc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sPSbP9RMpc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sPSbP9RMpc .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sPSbP9RMpc .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #ffbc00;
  background: none;
}
.cid-sPSbP9RMpc .navbar.opened {
  transition: all 0.3s;
  background: #ffbc00 !important;
}
.cid-sPSbP9RMpc .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-sPSbP9RMpc .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sPSbP9RMpc .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sPSbP9RMpc .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 1rem);
  }
}
.cid-sPSbP9RMpc .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sPSbP9RMpc .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sPSbP9RMpc .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sPSbP9RMpc .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sPSbP9RMpc .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sPSbP9RMpc .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sPSbP9RMpc .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sPSbP9RMpc .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sPSbP9RMpc .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sPSbP9RMpc .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sPSbP9RMpc .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sPSbP9RMpc .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sPSbP9RMpc .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sPSbP9RMpc .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sPSbP9RMpc .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sPSbP9RMpc .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sPSbP9RMpc .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sPSbP9RMpc .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sPSbP9RMpc .navbar.navbar-short {
  background: #ffbc00 !important;
  min-height: 60px;
}
.cid-sPSbP9RMpc .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sPSbP9RMpc .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sPSbP9RMpc .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sPSbP9RMpc .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sPSbP9RMpc .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sPSbP9RMpc .dropdown-item.active,
.cid-sPSbP9RMpc .dropdown-item:active {
  background-color: transparent;
}
.cid-sPSbP9RMpc .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sPSbP9RMpc .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sPSbP9RMpc .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sPSbP9RMpc .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffbc00;
}
.cid-sPSbP9RMpc .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sPSbP9RMpc .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sPSbP9RMpc ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sPSbP9RMpc .navbar-buttons {
  text-align: center;
}
.cid-sPSbP9RMpc button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sPSbP9RMpc button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-sPSbP9RMpc button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sPSbP9RMpc button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sPSbP9RMpc button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sPSbP9RMpc button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sPSbP9RMpc nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sPSbP9RMpc nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sPSbP9RMpc nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sPSbP9RMpc nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sPSbP9RMpc .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-sPSbP9RMpc a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sPSbP9RMpc .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sPSbP9RMpc .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-sPSbP9RMpc .icons-menu span {
  font-size: 20px;
  color: #232323;
}
.cid-sPSbP9RMpc .nav-link:hover,
.cid-sPSbP9RMpc .dropdown-item:hover,
.cid-sPSbP9RMpc .icons-menu .mbr-iconfont:hover {
  color: #cccccc !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sPSbP9RMpc .navbar {
    height: 77px;
  }
  .cid-sPSbP9RMpc .navbar.opened {
    height: auto;
  }
}
.cid-sPSbXwAeGu {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
}
.cid-sPSbXwAeGu .mbr-text {
  color: #666666;
}
.cid-sPSbXwAeGu .list {
  color: #666666;
}
.cid-sPSbXwAeGu ul {
  list-style-position: inside;
  padding: 0;
}
.cid-sPSbXwAeGu li {
  padding-bottom: 0.5rem;
}
.cid-sPSbXwAeGu .mbr-section-subtitle {
  text-align: center;
}
.cid-sPSbPandu6 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-sPSbPandu6 p {
  text-align: center;
}
.cid-sPSbPandu6 .text-copyright {
  width: 100%;
  margin-bottom: 0;
}
.cid-sPSbPandu6 .img-logo-footer {
  margin-right: 1rem;
  max-width: 3rem;
}
.cid-sPSbPandu6 .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
  color: #ffffff;
}
.cid-sPSbPandu6 .logo-footer {
  line-height: normal;
}
.cid-sPSbPandu6 .copyright .list-inline {
  margin-bottom: 0;
}
.cid-sPSbPandu6 .copyright .list-inline .list-inline-item {
  margin: 10px 20px;
}
.cid-sPSbPandu6 .copyright .list-inline .list-inline-item:first-child {
  margin-left: 0;
}
.cid-sPSbPandu6 .social-btns {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sPSbPandu6 .media-container-row {
  align-items: center;
  justify-content: space-between;
}
.cid-sPSbPandu6 .icon-transition span {
  color: #ffffff;
  display: block;
  text-align: center;
  height: 2rem;
  border-radius: 50%;
  line-height: 2rem;
  width: 2rem;
  transition: all 0.3s ease-out 0s;
  font-size: 16px;
}
.cid-sPSbPandu6 .icon-transition span:hover {
  background-color: #279e64;
  color: #ffffff;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-sPSbPandu6 .social-media {
  display: flex;
  justify-content: flex-end;
}
.cid-sPSbPandu6 .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-sPSbPandu6 .social-media ul li {
  padding: 4px;
  display: inline-block;
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@media (max-width: 991px) {
  .cid-sPSbPandu6 .logo-footer {
    text-align: center;
  }
  .cid-sPSbPandu6 .social-media {
    justify-content: center;
  }
}
.cid-sPSeh2xIq2 .nav-item:focus,
.cid-sPSeh2xIq2 .nav-link:focus {
  outline: none;
}
.cid-sPSeh2xIq2 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sPSeh2xIq2 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sPSeh2xIq2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sPSeh2xIq2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sPSeh2xIq2 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sPSeh2xIq2 .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #ffbc00;
  background: none;
}
.cid-sPSeh2xIq2 .navbar.opened {
  transition: all 0.3s;
  background: #ffbc00 !important;
}
.cid-sPSeh2xIq2 .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-sPSeh2xIq2 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sPSeh2xIq2 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sPSeh2xIq2 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 1rem);
  }
}
.cid-sPSeh2xIq2 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sPSeh2xIq2 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sPSeh2xIq2 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sPSeh2xIq2 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sPSeh2xIq2 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sPSeh2xIq2 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sPSeh2xIq2 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sPSeh2xIq2 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sPSeh2xIq2 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sPSeh2xIq2 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sPSeh2xIq2 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sPSeh2xIq2 .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sPSeh2xIq2 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sPSeh2xIq2 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sPSeh2xIq2 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sPSeh2xIq2 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sPSeh2xIq2 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sPSeh2xIq2 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sPSeh2xIq2 .navbar.navbar-short {
  background: #ffbc00 !important;
  min-height: 60px;
}
.cid-sPSeh2xIq2 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sPSeh2xIq2 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sPSeh2xIq2 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sPSeh2xIq2 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sPSeh2xIq2 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sPSeh2xIq2 .dropdown-item.active,
.cid-sPSeh2xIq2 .dropdown-item:active {
  background-color: transparent;
}
.cid-sPSeh2xIq2 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sPSeh2xIq2 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sPSeh2xIq2 .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sPSeh2xIq2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffbc00;
}
.cid-sPSeh2xIq2 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sPSeh2xIq2 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sPSeh2xIq2 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sPSeh2xIq2 .navbar-buttons {
  text-align: center;
}
.cid-sPSeh2xIq2 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sPSeh2xIq2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-sPSeh2xIq2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sPSeh2xIq2 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sPSeh2xIq2 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sPSeh2xIq2 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sPSeh2xIq2 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sPSeh2xIq2 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sPSeh2xIq2 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sPSeh2xIq2 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sPSeh2xIq2 .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-sPSeh2xIq2 a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sPSeh2xIq2 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sPSeh2xIq2 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-sPSeh2xIq2 .icons-menu span {
  font-size: 20px;
  color: #232323;
}
.cid-sPSeh2xIq2 .nav-link:hover,
.cid-sPSeh2xIq2 .dropdown-item:hover,
.cid-sPSeh2xIq2 .icons-menu .mbr-iconfont:hover {
  color: #cccccc !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sPSeh2xIq2 .navbar {
    height: 77px;
  }
  .cid-sPSeh2xIq2 .navbar.opened {
    height: auto;
  }
}
.cid-sPSeh2M4hj {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
}
.cid-sPSeh2M4hj .mbr-text {
  color: #666666;
}
.cid-sPSeh2M4hj .list {
  color: #666666;
}
.cid-sPSeh2M4hj ul {
  list-style-position: inside;
  padding: 0;
}
.cid-sPSeh2M4hj li {
  padding-bottom: 0.5rem;
}
.cid-sPSeh2M4hj .mbr-section-subtitle {
  text-align: center;
}
.cid-sPSeh2VENG {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-sPSeh2VENG p {
  text-align: center;
}
.cid-sPSeh2VENG .text-copyright {
  width: 100%;
  margin-bottom: 0;
}
.cid-sPSeh2VENG .img-logo-footer {
  margin-right: 1rem;
  max-width: 3rem;
}
.cid-sPSeh2VENG .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
  color: #ffffff;
}
.cid-sPSeh2VENG .logo-footer {
  line-height: normal;
}
.cid-sPSeh2VENG .copyright .list-inline {
  margin-bottom: 0;
}
.cid-sPSeh2VENG .copyright .list-inline .list-inline-item {
  margin: 10px 20px;
}
.cid-sPSeh2VENG .copyright .list-inline .list-inline-item:first-child {
  margin-left: 0;
}
.cid-sPSeh2VENG .social-btns {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sPSeh2VENG .media-container-row {
  align-items: center;
  justify-content: space-between;
}
.cid-sPSeh2VENG .icon-transition span {
  color: #ffffff;
  display: block;
  text-align: center;
  height: 2rem;
  border-radius: 50%;
  line-height: 2rem;
  width: 2rem;
  transition: all 0.3s ease-out 0s;
  font-size: 16px;
}
.cid-sPSeh2VENG .icon-transition span:hover {
  background-color: #279e64;
  color: #ffffff;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-sPSeh2VENG .social-media {
  display: flex;
  justify-content: flex-end;
}
.cid-sPSeh2VENG .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-sPSeh2VENG .social-media ul li {
  padding: 4px;
  display: inline-block;
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@media (max-width: 991px) {
  .cid-sPSeh2VENG .logo-footer {
    text-align: center;
  }
  .cid-sPSeh2VENG .social-media {
    justify-content: center;
  }
}
