@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i&display=swap);





body {
  font-family: Josefin Sans;
}
.display-1 {
  font-family: 'Open Sans', sans-serif;
  font-size: 2.6rem;
}
.display-1 > .mbr-iconfont {
  font-size: 4.16rem;
}
.display-2 {
  font-family: 'Open Sans', sans-serif;
  font-size: 2rem;
}
.display-2 > .mbr-iconfont {
  font-size: 3.2rem;
}
.display-4 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.2rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1.92rem;
}
.display-5 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.4rem;
}
.display-5 > .mbr-iconfont {
  font-size: 2.24rem;
}
.display-7 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.2rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.92rem;
}
/* ---- 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.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((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: #fff !important;
}
.bg-success {
  background-color: #44a8a6 !important;
}
.bg-info {
  background-color: #69b9d0 !important;
}
.bg-warning {
  background-color: #ffffff !important;
}
.bg-danger {
  background-color: #444444 !important;
}
.btn-primary,
.btn-primary:active,
.btn-primary.active {
  background-color: #fff !important;
  border-color: #f9e2af !important;
  color: #9d700c !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus {
  color: #9d700c !important;
  background-color: #f4c868 !important;
  border-color: #f4c868 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #9d700c !important;
  background-color: #f4c868 !important;
  border-color: #f4c868 !important;
}
.btn-secondary,
.btn-secondary:active,
.btn-secondary.active {
  background-color: #f5aeb5 !important;
  border-color: #f5aeb5 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus {
  color: #ffffff !important;
  background-color: #ed6a77 !important;
  border-color: #ed6a77 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #ed6a77 !important;
  border-color: #ed6a77 !important;
}
.btn-info,
.btn-info:active,
.btn-info.active {
  background-color: #69b9d0 !important;
  border-color: #69b9d0 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus {
  color: #ffffff !important;
  background-color: #3898b4 !important;
  border-color: #3898b4 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #3898b4 !important;
  border-color: #3898b4 !important;
}
.btn-success,
.btn-success:active,
.btn-success.active {
  background-color: #44a8a6 !important;
  border-color: #44a8a6 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus {
  color: #ffffff !important;
  background-color: #2e7270 !important;
  border-color: #2e7270 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2e7270 !important;
  border-color: #2e7270 !important;
}
.btn-warning,
.btn-warning:active,
.btn-warning.active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-danger,
.btn-danger:active,
.btn-danger.active {
  background-color: #444444 !important;
  border-color: #444444 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus {
  color: #ffffff !important;
  background-color: #1e1e1e !important;
  border-color: #1e1e1e !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #1e1e1e !important;
  border-color: #1e1e1e !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: #f2c050;
  color: #f2c050;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus {
  color: #9d700c;
  background-color: #f9e2af;
  border-color: #f9e2af;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #9d700c !important;
  background-color: #f9e2af !important;
  border-color: #f9e2af !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active,
.btn-secondary-outline.active {
  background: none;
  border-color: #ea5362;
  color: #ea5362;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus {
  color: #ffffff;
  background-color: #f5aeb5;
  border-color: #f5aeb5;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #f5aeb5 !important;
  border-color: #f5aeb5 !important;
}
.btn-info-outline,
.btn-info-outline:active,
.btn-info-outline.active {
  background: none;
  border-color: #3288a1;
  color: #3288a1;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus {
  color: #ffffff;
  background-color: #69b9d0;
  border-color: #69b9d0;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #69b9d0 !important;
  border-color: #69b9d0 !important;
}
.btn-success-outline,
.btn-success-outline:active,
.btn-success-outline.active {
  background: none;
  border-color: #275f5e;
  color: #275f5e;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus {
  color: #ffffff;
  background-color: #44a8a6;
  border-color: #44a8a6;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #44a8a6 !important;
  border-color: #44a8a6 !important;
}
.btn-warning-outline,
.btn-warning-outline:active,
.btn-warning-outline.active {
  background: none;
  border-color: #cccccc;
  color: #cccccc;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus {
  color: #808080;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-danger-outline,
.btn-danger-outline:active,
.btn-danger-outline.active {
  background: none;
  border-color: #111111;
  color: #111111;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus {
  color: #ffffff;
  background-color: #444444;
  border-color: #444444;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #444444 !important;
  border-color: #444444 !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: #f9e2af !important;
}
.text-secondary {
  color: #f5aeb5 !important;
}
.text-success {
  color: #44a8a6 !important;
}
.text-info {
  color: #69b9d0 !important;
}
.text-warning {
  color: #ffffff !important;
}
.text-danger {
  color: #444444 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #f2c050 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #ea5362 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #275f5e !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #3288a1 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #cccccc !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #111111 !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: #44a8a6;
}
.alert-info {
  background-color: #69b9d0;
}
.alert-warning {
  background-color: #ffffff;
}
.alert-danger {
  background-color: #444444;
}
.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: #f9e2af;
  border-color: #f9e2af;
  color: #b5810e;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #f9e2af;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #97d5d4;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #b7b7b7;
}
/* 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: #fff;
}
.form-control {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.2rem;
}
.form-control > .mbr-iconfont {
  font-size: 1.92rem;
}
blockquote {
  border-color: #f9e2af;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #f9e2af;
  color: #000000;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-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: #f9e2af;
  border-bottom-color: #f9e2af;
}
.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: #f9e2af !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: #f5aeb5 !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='%23f9e2af' %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-srQ3O48Vxp .nav-item:focus,
.cid-srQ3O48Vxp .nav-link:focus {
  outline: none;
}
.cid-srQ3O48Vxp .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-srQ3O48Vxp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-srQ3O48Vxp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-srQ3O48Vxp .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-srQ3O48Vxp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-srQ3O48Vxp .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #eef2f2;
}
.cid-srQ3O48Vxp .navbar.opened {
  transition: all 0.3s;
  background: #eef2f2 !important;
}
.cid-srQ3O48Vxp .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-srQ3O48Vxp .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-srQ3O48Vxp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-srQ3O48Vxp .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 1rem);
  }
}
.cid-srQ3O48Vxp .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-srQ3O48Vxp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-srQ3O48Vxp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-srQ3O48Vxp .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-srQ3O48Vxp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-srQ3O48Vxp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-srQ3O48Vxp .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-srQ3O48Vxp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-srQ3O48Vxp .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-srQ3O48Vxp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-srQ3O48Vxp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-srQ3O48Vxp .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-srQ3O48Vxp .navbar .navbar-logo img {
    height: 2.8rem !important;
  }
  .cid-srQ3O48Vxp .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-srQ3O48Vxp .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-srQ3O48Vxp .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-srQ3O48Vxp .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-srQ3O48Vxp .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-srQ3O48Vxp .navbar.navbar-short {
  background: #eef2f2 !important;
  min-height: 60px;

}
.cid-srQ3O48Vxp .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-srQ3O48Vxp .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-srQ3O48Vxp .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-srQ3O48Vxp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-srQ3O48Vxp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-srQ3O48Vxp .dropdown-item.active,
.cid-srQ3O48Vxp .dropdown-item:active {
  background-color: transparent;
}
.cid-srQ3O48Vxp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-srQ3O48Vxp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-srQ3O48Vxp .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-srQ3O48Vxp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #eef2f2;
}
.cid-srQ3O48Vxp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-srQ3O48Vxp .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-srQ3O48Vxp ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-srQ3O48Vxp .navbar-buttons {
  text-align: center;
}
.cid-srQ3O48Vxp 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-srQ3O48Vxp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #44a8a6;
}
.cid-srQ3O48Vxp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-srQ3O48Vxp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-srQ3O48Vxp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-srQ3O48Vxp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-srQ3O48Vxp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-srQ3O48Vxp nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-srQ3O48Vxp nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-srQ3O48Vxp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-srQ3O48Vxp .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
  margin-top: 1.5rem;
}


@media (max-width: 320px) {
  .cid-srQ3O48Vxp .navbar-dropdown {
     padding: 0.5rem 1rem;
  position: fixed;
  margin-top: 3rem;
  }
}





.cid-srQ3O48Vxp a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-srQ3O48Vxp .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-srQ3O48Vxp .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-srQ3O48Vxp .icons-menu span {
  font-size: 20px;
  color: #232323;
}
.cid-srQ3O48Vxp .nav-link:hover,
.cid-srQ3O48Vxp .dropdown-item:hover,
.cid-srQ3O48Vxp .icons-menu .mbr-iconfont:hover {
  color: #585757 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-srQ3O48Vxp .navbar {
    height: 77px;
  }
  .cid-srQ3O48Vxp .navbar.opened {
    height: auto;
  }
}
.cid-srQ3U7yT4Q .mbr-section-title,
.cid-srQ3U7yT4Q .ornament {
  text-align: left;
  color: #ffffff;
}

@media (max-width: 776px) {
  .cid-srQ3U7yT4Q .mbr-section-title {
   margin-top: 6rem;
   line-height: 2rem;
   color: white;
   text-shadow: 1px 1px 1px #000000;

  }
}



.cid-srQ3U7yT4Q H3 {
  text-align: left;
  color: #ffffff;
}
.cid-srQ3U7yT4Q .mbr-text,
.cid-srQ3U7yT4Q .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-srUStgTWrh {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #44a8a6;
  transition: background-color 0.3s ease-in-out;
}
.cid-srUStgTWrh:hover {
  background-color: #585757;
}
.cid-srUStgTWrh .mbr-section-title {
  margin: 0;
}
.cid-srUStgTWrh .card-wrapper {
  z-index: 3;
}
.cid-srUStgTWrh .full-link {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-srUStgTWrh .popup-btn.card-wrapper {
  z-index: 1 !important;
}
.cid-srV18KP3nY {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-srV18KP3nY .card-img {
  background-color: #fff;
  overflow: hidden;
}
.cid-srV18KP3nY .card-box {
  padding: 0rem;
  padding-top: 2rem;
}
.cid-srV18KP3nY h4 {
  display: inline;
  text-decoration: none;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px);
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-srV18KP3nY h3 {
  margin-bottom: 0;
  letter-spacing: 1px;
}
.cid-srV18KP3nY p {
  text-align: left;
}
.cid-srV18KP3nY img {
  transition: all 0.3s;
}
.cid-srV18KP3nY .mbr-text {
  color: #1c1c1c;
}
.cid-srV18KP3nY .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-srV18KP3nY .card-wrapper:hover h4 {
  background-size: 100% 100%;
}
.cid-srV18KP3nY .card-wrapper:hover img {
  filter: blur(2px);
}
.cid-srV18KP3nY .card {
  margin-bottom: 2.5rem;
}
@media (min-width: 992px) {
  .cid-srV18KP3nY .card-columns {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
}
@media (max-width: 991px) {
  .cid-srV18KP3nY .card-columns {
    column-count: 2;
  }
}
@media (max-width: 767px) {
  .cid-srV18KP3nY .card-columns {
    column-count: 1;
  }
}
@media (min-width: 1200px) {
  .cid-srV18KP3nY .card-columns {
    column-gap: 4rem;
  }
}
.cid-srV18KP3nY .card-title {
  color: #44a8a6;
}
.cid-srQjBfw83Y {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-srQjBfw83Y .text-box {
  position: absolute;
  top: 0px;
  min-height: 100%;
  writing-mode: vertical-rl;
}
.cid-srQjBfw83Y .text-block {
  position: relative;
  z-index: 0;
}
.cid-srQjBfw83Y .box {
  width: 25%;
  height: 40%;
  background: #e2f7df;
  position: absolute;
  top: 4%;
}
.cid-srQjBfw83Y .row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-srQjBfw83Y .box {
  right: 20%;
}
.cid-srQjBfw83Y .text-box {
  right: 0;
}
.cid-srQjBfw83Y .mbr-section-title,
.cid-srQjBfw83Y .mbr-section-text {
  margin-right: 31%;
  margin-right: 0;
}
@media (max-width: 991px) {
  .cid-srQjBfw83Y .text-box {
    display: none;
  }
  .cid-srQjBfw83Y .mbr-section-title,
  .cid-srQjBfw83Y .mbr-section-text {
    margin: auto;
  }
}
@media (max-width: 767px) {
  .cid-srQjBfw83Y .box {
    display: none;
  }
  .cid-srQjBfw83Y .row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .cid-srQjBfw83Y .img-block {
    margin-bottom: 1rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-srQjBfw83Y .text-box {
    writing-mode: bt-rl;
  }
}
.cid-srQjBfw83Y .mbr-section-title {
  color: #44a8a6;
  text-align: left;
}
.cid-srQjBfw83Y .mbr-section-text {
  color: #333333;
  text-align: left;
}
.cid-srV87FvyXe {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-srV87FvyXe .mbr-text,
.cid-srV87FvyXe .mbr-section-subtitle {
  color: #767676;
}
.cid-srV87FvyXe .card-title {
  color: #66458e;
}
.cid-srV87FvyXe .card .card-img span {
  color: #444444;
  font-size: 60px;
  background: linear-gradient(45deg, #444444, #44a8a6);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 767px) {
  .cid-srV87FvyXe .mbr-section-subtitle,
  .cid-srV87FvyXe .mbr-section-title {
    text-align: center !important;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-srV87FvyXe .card .card-img span {
    background: none;
  }
}
.cid-srV87FvyXe .mbr-section-title {
  color: #44a8a6;
}
.cid-srV87FvyXe .card-title,
.cid-srV87FvyXe .card-img {
  color: #232323;
}
.cid-srVaNqqlxf {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #44a8a6;
  transition: background-color 0.3s ease-in-out;
}
.cid-srVaNqqlxf:hover {
  background-color: #585757;
}
.cid-srVaNqqlxf .mbr-section-title {
  margin: 0;
}
.cid-srVaNqqlxf .card-wrapper {
  z-index: 3;
}
.cid-srVaNqqlxf .full-link {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-srVaNqqlxf .popup-btn.card-wrapper {
  z-index: 1 !important;
}
.cid-srUD98J5jA {
  padding-top: 60px;
  padding-bottom: 90px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #ffffff;
}
.cid-srUD98J5jA .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-srUD98J5jA .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-srUD98J5jA .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-srUD98J5jA .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-srUD98J5jA .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: 0;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(180deg, 0, 0);
}
.cid-srUD98J5jA .icon-focus {
  display: none;
}
.cid-srUD98J5jA .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  top: 0;
  right: 0;
  padding: 1rem;
  color: #000000;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}

.texto1 {
  position: absolute;
  top: 80%;
  left:  0%;
  font-size: 1rem;
  color: black;
  opacity: 100%;
  text-align: center;


}

.texto2 {
  position: absolute;
  top: 80%;
  left:  10%;
  background-color: #fff;
  width: 300px;
  opacity: 50%;

}

.cid-srUD98J5jA ul {
  font-size: 0;
}
.cid-srUD98J5jA .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #232323 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0 !important;
  transition: padding, border 0s, transform 0.2s;
}
.cid-srUD98J5jA .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-srUD98J5jA .mbr-gallery-filter ul li.active .btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #f9e2af, #f5aeb5);
}
.cid-srUD98J5jA .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-srUD98J5jA .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-srUD98J5jA .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-srUD98J5jA .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-srUD98J5jA .btn:hover {
  background: transparent !important;
}
.cid-srUD98J5jA .btn:hover:before {
  background: transparent !important;
}
.cid-srUD98J5jA .btn:before {
  background-color: transparent !important;
}
.cid-srUD98J5jA .btn:focus {
  box-shadow: none;
}
.cid-srUD98J5jA .mbr-section-title {
  position: relative;
  z-index: 1;
  color: #44a8a6;
}
.cid-srUCSWVmQd {
  padding-top: 160px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/captura-de-pantalla-2021-03-17-a-las-12.08.33-2000x1050.png");
}
.cid-srUCSWVmQd .wrapper {
  width: 100%;
}
.cid-srUCSWVmQd .mbr-media.show-modal {
  cursor: pointer;
  display: block;
  height: 4em;
  width: 4em;
  margin: 0 auto;
}
.cid-srUCSWVmQd .mbr-text {
  display: inline-block;
  padding: 0 1rem;
}
.cid-srUCSWVmQd .subtitle-wrapper {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-srUCSWVmQd .subtitle-wrapper hr {
  border: 1px solid;
  -webkit-flex-basis: 10%;
  flex-basis: 10%;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-srUCSWVmQd .line-left,
.cid-srUCSWVmQd .line-right {
  display: inline-block;
  width: 80px;
  height: 3px;
  background-color: #fff;
}
.cid-srUCSWVmQd .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-srUCSWVmQd .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-srUCSWVmQd .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-srUCSWVmQd a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-srUCSWVmQd a.close:hover {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-srUCSWVmQd .subtitle-wrapper hr {
    display: none;
  }
}
.cid-srVbewaI5a {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-srVbewaI5a .text-box {
  position: absolute;
  top: 0px;
  min-height: 100%;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
}
.cid-srVbewaI5a .text-block {
  position: relative;
  z-index: 0;
}
.cid-srVbewaI5a .box {
  width: 25%;
  height: 40%;
  background: #e2f7df;
  position: absolute;
  top: 4%;
}
.cid-srVbewaI5a .box {
  left: 20%;
}
.cid-srVbewaI5a .text-box {
  left: 0;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-srVbewaI5a .mbr-section-text,
.cid-srVbewaI5a .mbr-section-title {
  margin-left: 31%;
  margin-left: 0;
}
@media (max-width: 991px) {
  .cid-srVbewaI5a .text-box {
    display: none;
  }
  .cid-srVbewaI5a .mbr-section-title,
  .cid-srVbewaI5a .mbr-section-text {
    margin: auto;
  }
}
@media (max-width: 767px) {
  .cid-srVbewaI5a .box {
    display: none;
  }
  .cid-srVbewaI5a .row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .cid-srVbewaI5a .img-block {
    margin-bottom: 1rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-srVbewaI5a .text-box {
    writing-mode: bt-rl;
  }
}
.cid-srVbewaI5a .mbr-section-title {
  color: #44a8a6;
  text-align: left;
}
.cid-srVbewaI5a .mbr-section-text {
  text-align: left;
}
.cid-srVbNuXt5y {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-srVbNuXt5y .main,
.cid-srVbNuXt5y .main-reverse {
  margin: 0;
  background: #ffffff;
}
.cid-srVbNuXt5y .text-element {
  background: #ffffff;
  padding: 3rem 2rem;
  min-height: 314px;
}
.cid-srVbNuXt5y .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-srVbNuXt5y .main-reverse {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-srVbNuXt5y .card {
  padding: 0;
  border: 1px solid rgba(120, 130, 140, 0.13);
  display: flex;
}
.cid-srVbNuXt5y .image-element img {
  width: 100%;
  height: 100%;
  min-height: 314px;
  object-fit: cover;
}
.cid-srVbNuXt5y .mbr-iconfont {
  font-size: 3rem;
  color: #69b9d0;
}
@media (max-width: 991px) {
  .cid-srVbNuXt5y .main-reverse {
    flex-direction: row;
    -webkit-flex-direction: row;
  }
}
@media (max-width: 767px) {
  .cid-srVbNuXt5y .container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .cid-srVbNuXt5y .image-element,
  .cid-srVbNuXt5y .text-element {
    margin-bottom: 0;
  }
  .cid-srVbNuXt5y .main:first-child {
    padding-top: 0;
  }
}
.cid-srVbNuXt5y .mbr-section-subtitle,
.cid-srVbNuXt5y .card-text,
.cid-srVbNuXt5y .mbr-section-btn {
  color: #8d97ad;
}
.cid-srVbNuXt5y .mbr-section-title {
  color: #44a8a6;
  text-align: center;
}
.cid-srVbNuXt5y .card-text,
.cid-srVbNuXt5y .mbr-section-btn {
  color: #232323;
}
.cid-srVbNuXt5y .mbr-title,
.cid-srVbNuXt5y .card-img {
  color: #44a8a6;
}
.cid-srVdVrQQ0T {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-srVdVrQQ0T .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-srVdVrQQ0T .carousel-item.active,
.cid-srVdVrQQ0T .carousel-item-next,
.cid-srVdVrQQ0T .carousel-item-prev {
  display: flex;
}
.cid-srVdVrQQ0T .carousel-controls a {
  transition: opacity 0.5s;
  font-size: 2rem;
}
.cid-srVdVrQQ0T .carousel-controls a span {
  position: absolute;
  top: 180px;
  padding: 10px;
  border-radius: 50%;
  color: #000000;
  background: #ffffff;
  opacity: 0.9;
}
.cid-srVdVrQQ0T .carousel-controls a:hover span {
  opacity: 1;
}
.cid-srVdVrQQ0T .user {
  padding: 3rem;
  background: transparent;
}
.cid-srVdVrQQ0T .user_image {
  width: 200px;
  height: 200px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
  background: #ffffff;
  margin: 0 auto 2rem auto;
  display: flex;
  -webkit-box-shadow: 0 7px 20px 5px rgba(0, 0, 0, 0.08);
  -ms-box-shadow: 0 7px 20px 5px rgba(0, 0, 0, 0.08);
  -o-box-shadow: 0 7px 20px 5px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 7px 20px 5px rgba(0, 0, 0, 0.08);
  box-shadow: 0 7px 20px 5px rgba(0, 0, 0, 0.08);
}
.cid-srVdVrQQ0T .user_image .user_image_inner {
  width: 180px;
  height: 180px;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  display: flex;
  margin: auto;
}
.cid-srVdVrQQ0T .user_image .user_image_inner img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-srVdVrQQ0T .user_text {
  color: #444444;
}
@media (max-width: 230px) {
  .cid-srVdVrQQ0T .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-srVdVrQQ0T H2 {
  color: #ffffff;
}
.cid-srVdVrQQ0T .user_name {
  color: #ffffff;
}
.cid-srVdVrQQ0T .user_text,
.cid-srVdVrQQ0T .ornament {
  color: #ffffff;
}
.cid-srVeXqgVBp {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-srVeXqgVBp h4 {
  display: flex;
  color: #232323;
}
.cid-srVeXqgVBp .panel-text {
  color: #767676;
  line-height: 1.7;
}
.cid-srVeXqgVBp .wrap {
  display: flex;
}
.cid-srVeXqgVBp .icon {
  background: #44a8a6;
  min-width: 33px;
  min-height: 33px;
  border-radius: 100%;
  color: white!important;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  font-weight: 900;
}
.cid-srVeXqgVBp img {
  max-width: 600px;
  width: 100%;
  margin: auto;
  padding: 2rem;
}
.cid-srVeXqgVBp .mbr-section-title {
  color: #44a8a6;
  text-align: center;
}
.cid-srVeXqgVBp p {
  margin: 0;
}
.cid-srVeXqgVBp .card .card-header a.panel-title {
  background-color: transparent!important;
  margin-top: 0px!important;
}
.cid-srVeXqgVBp .mbr-section-subtitle {
  font-weight: 500;
  color: #656565;
  text-align: center;
}
.cid-srVeXqgVBp .accordion-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-srVeXqgVBp .panel-group {
  width: 100%;
}
.cid-srVeXqgVBp .panel-title {
  border-bottom: 1px solid #efefef;
  border-radius: 0px;
  margin-bottom: .5rem;
}
.cid-srVeXqgVBp .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-srVeXqgVBp .card .card-header a.panel-title {
  transition: all .3s;
  background-color: #ffffff;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-srVeXqgVBp .card .card-header a.panel-title:hover {
  opacity: 0.5;
}
.cid-srVeXqgVBp .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-srVeXqgVBp .card .card-header a.panel-title h4 {
  padding: 1.5rem 1rem;
  margin-bottom: 0;
}
.cid-srVeXqgVBp .card .panel-body {
  background: #ffffff;
}
.cid-srVeXqgVBp .media-container-row .accordion-section {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-srVeXqgVBp .media-container-row > div {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cid-srVeXqgVBp .mbr-figure {
    padding-right: 0;
    padding-left: 0;
    padding-top: 2rem;
  }
}
.cid-srVeXqgVBp .header-text,
.cid-srVeXqgVBp .sign {
  color: #232323;
}
.cid-srVdEtb2AN {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #44a8a6;
}
.cid-srVdEtb2AN .mbr-text,
.cid-srVdEtb2AN .mbr-section-subtitle {
  color: #767676;
}
.cid-srVdEtb2AN .card-title {
  color: #66458e;
}
.cid-srVdEtb2AN .card .card-img span {
  color: #ffffff;
  font-size: 60px;
  background: linear-gradient(45deg, #ffffff, #ffffff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 767px) {
  .cid-srVdEtb2AN .mbr-section-subtitle,
  .cid-srVdEtb2AN .mbr-section-title {
    text-align: center !important;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-srVdEtb2AN .card .card-img span {
    background: none;
  }
}
.cid-srVdEtb2AN .card-title,
.cid-srVdEtb2AN .card-img {
  color: #ffffff;
}


@media (max-width: 767px) {
  .cid-srVdEtb2AN .col-12 {
    -ms-flex:0 0 100%;
    flex:0 0 100%;
    max-width:50% 
    
  }
}
.cid-srVdFB9NqS {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #44a8a6;
}
.cid-srVdFB9NqS section {
  position: relative;
}
.cid-srVdFB9NqS h4 {
  margin: 0;
}
.cid-srVdFB9NqS img {
  height: 100px;
  padding-right: 8px;
  width: auto;
}
.cid-srVdFB9NqS a {
  font-weight: 300;
}
.cid-srVdFB9NqS .img1 {
  color: #ffffff;
}
.cid-srVdFB9NqS .img2 {
  color: #ffffff;
}
.cid-srVdFB9NqS .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #ffffff;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-srVdFB9NqS .media-wrap {
  display: flex;
  margin-bottom: 1rem;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-srVdFB9NqS .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-srVdFB9NqS .item,
.cid-srVdFB9NqS .link {
  display: flex;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-srVdFB9NqS .item h4,
.cid-srVdFB9NqS .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-srVdFB9NqS .card-img {
  width: auto;
}
.cid-srVdFB9NqS .link {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
@media (max-width: 767px) {
  .cid-srVdFB9NqS .item {
    justify-content: left;
  }
}
.cid-srVdFB9NqS .item-title {
  color: #c1c1c1;
  text-align: left;
}
.cid-srVdFB9NqS .items-title,
.cid-srVdFB9NqS .items-title + .line-wrap {
  text-align: left;
}
.cid-srVhmgPnUh {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #44a8a6;
}
.cid-srVhmgPnUh .row-links {
  width: 100%;
  justify-content: center;
}
.cid-srVhmgPnUh .social-row {
  width: 100%;
  justify-content: center;
}
.cid-srVhmgPnUh .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-srVhmgPnUh .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-srVhmgPnUh .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-srVhmgPnUh .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-srVhmgPnUh .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-srVhmgPnUh .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-srVhmgPnUh .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-srVhmgPnUh .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-srVhmgPnUh .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-srVhmgPnUh .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-srVhmgPnUh .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-srVhmgPnUh .media-container-row .row-copirayt p {
  width: 100%;
}





ol {
  list-style: none;
  margin-left: -2.5rem;
  
}

ol li:before {
      content: '✓';
}

