body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Oswald', sans-serif;
  font-size: 4.6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.75rem;
}
.display-2 {
  font-family: 'Oswald', sans-serif;
  font-size: 2.8rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.5rem;
}
.display-4 {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Oswald', sans-serif;
  font-size: 1.6rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2rem;
}
.display-7 {
  font-family: 'Noto Sans TC', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.375rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.68rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.22rem;
    font-size: calc( 2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.24rem;
    font-size: calc( 1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #6592e6 !important;
}
.bg-success {
  background-color: #40b0bf !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #6592e6 !important;
  border-color: #6592e6 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #2260d2 !important;
  border-color: #2260d2 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #2260d2 !important;
  border-color: #2260d2 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #e43f3f !important;
  border-color: #e43f3f !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #b31919 !important;
  border-color: #b31919 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #b31919 !important;
  border-color: #b31919 !important;
}
.btn-info,
.btn-info:active {
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
}
.btn-success,
.btn-success:active {
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #614f00 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #0a0800 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #614f00 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #6592e6;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #2260d2 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #6592e6 !important;
  border-color: #6592e6 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #e43f3f;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #b31919 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #e43f3f !important;
  border-color: #e43f3f !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #47b5ed;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #148cca !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #40b0bf;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #2a747e !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffe161;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffd10a !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff9966;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ff5f0f !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #6592e6 !important;
}
.text-secondary {
  color: #e43f3f !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #ff9966 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #205ac5 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #a61717 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #266a73 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #1283bc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #facb00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ff5500 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #6592e6;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #47b5ed;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #ff9966;
}
.mbr-gallery-filter li.active .btn {
  background-color: #6592e6;
  border-color: #6592e6;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #6592e6;
}
.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: #a0d8df;
}
.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: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #6592e6 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #6592e6;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #6592e6;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #6592e6;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #6592e6;
  border-bottom-color: #6592e6;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #6592e6 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #e43f3f !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%236592e6' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-sMw7PQUCTN {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sMw7PQUCTN nav.navbar {
  position: fixed;
}
.cid-sMw7PQUCTN .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sMw7PQUCTN .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sMw7PQUCTN .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sMw7PQUCTN .dropdown-item:hover,
.cid-sMw7PQUCTN .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-sMw7PQUCTN .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sMw7PQUCTN .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sMw7PQUCTN .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sMw7PQUCTN .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sMw7PQUCTN .nav-link {
  position: relative;
}
.cid-sMw7PQUCTN .container {
  display: flex;
  margin: auto;
}
.cid-sMw7PQUCTN .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sMw7PQUCTN .dropdown-menu,
.cid-sMw7PQUCTN .navbar.opened {
  background: #ffffff !important;
}
.cid-sMw7PQUCTN .nav-item:focus,
.cid-sMw7PQUCTN .nav-link:focus {
  outline: none;
}
.cid-sMw7PQUCTN .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sMw7PQUCTN .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sMw7PQUCTN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sMw7PQUCTN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sMw7PQUCTN .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sMw7PQUCTN .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sMw7PQUCTN .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-sMw7PQUCTN .navbar.opened {
  transition: all 0.3s;
}
.cid-sMw7PQUCTN .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sMw7PQUCTN .navbar .navbar-logo img {
  width: auto;
}
.cid-sMw7PQUCTN .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sMw7PQUCTN .navbar.collapsed {
  justify-content: center;
}
.cid-sMw7PQUCTN .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sMw7PQUCTN .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sMw7PQUCTN .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sMw7PQUCTN .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sMw7PQUCTN .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sMw7PQUCTN .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sMw7PQUCTN .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sMw7PQUCTN .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sMw7PQUCTN .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sMw7PQUCTN .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sMw7PQUCTN .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sMw7PQUCTN .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sMw7PQUCTN .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sMw7PQUCTN .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sMw7PQUCTN .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sMw7PQUCTN .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sMw7PQUCTN .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sMw7PQUCTN .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sMw7PQUCTN .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sMw7PQUCTN .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sMw7PQUCTN .navbar.navbar-short {
  min-height: 60px;
}
.cid-sMw7PQUCTN .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sMw7PQUCTN .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sMw7PQUCTN .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sMw7PQUCTN .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sMw7PQUCTN .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sMw7PQUCTN .dropdown-item.active,
.cid-sMw7PQUCTN .dropdown-item:active {
  background-color: transparent;
}
.cid-sMw7PQUCTN .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sMw7PQUCTN .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sMw7PQUCTN .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sMw7PQUCTN .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sMw7PQUCTN .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sMw7PQUCTN .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sMw7PQUCTN ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sMw7PQUCTN .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sMw7PQUCTN button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sMw7PQUCTN button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sMw7PQUCTN button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sMw7PQUCTN button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sMw7PQUCTN button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sMw7PQUCTN button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sMw7PQUCTN nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sMw7PQUCTN nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sMw7PQUCTN nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sMw7PQUCTN nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sMw7PQUCTN .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sMw7PQUCTN a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sMw7PQUCTN .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sMw7PQUCTN .navbar {
    height: 70px;
  }
  .cid-sMw7PQUCTN .navbar.opened {
    height: auto;
  }
  .cid-sMw7PQUCTN .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sNycd9iFZl {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sNycd9iFZl .mbr-section-subtitle {
  color: #e43f3f;
}
.cid-sNycd9iFZl .mbr-section-title {
  color: #e43f3f;
}
.cid-sV74yLcX0D {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sV74yLcX0D .mbr-section-title {
  color: #e43f3f;
}
.cid-sNyc7rzwM8 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background: #fafafa;
}
.cid-sNyc7rzwM8 .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-sNyc7rzwM8 .team-card:hover {
  transform: translateY(-10px);
}
.cid-sNyc7rzwM8 .card-wrap {
  background: #fafafa;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-sNyc7rzwM8 .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-sNyc7rzwM8 .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-sNyc7rzwM8 .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sNyc7rzwM8 .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-sNyc7rzwM8 .social-row {
  text-align: center;
}
.cid-sNyc7rzwM8 .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-sNyc7rzwM8 .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-sNyc7rzwM8 .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-sNyc7rzwM8 .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-sNyc7rzwM8 .card-title,
.cid-sNyc7rzwM8 .social-row {
  color: #e43f3f;
}
.cid-sXVojjHMCC {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #fafafa;
}
.cid-sOjaIf5NHu {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/congressmen-speak-2000x1500.jpg");
}
.cid-sOjaIf5NHu .mbr-text,
.cid-sOjaIf5NHu .mbr-section-btn {
  color: #ffffff;
}
.cid-sMZuOHpJvD {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sMZuOHpJvD .mbr-section-title {
  color: #e43f3f;
}
.cid-sMSpoGyjZ7 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background: #fafafa;
}
.cid-sMSpoGyjZ7 .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-sMSpoGyjZ7 .team-card:hover {
  transform: translateY(-10px);
}
.cid-sMSpoGyjZ7 .card-wrap {
  background: #fafafa;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-sMSpoGyjZ7 .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-sMSpoGyjZ7 .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-sMSpoGyjZ7 .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sMSpoGyjZ7 .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-sMSpoGyjZ7 .social-row {
  text-align: center;
}
.cid-sMSpoGyjZ7 .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-sMSpoGyjZ7 .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-sMSpoGyjZ7 .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-sMSpoGyjZ7 .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-sMSpoGyjZ7 .mbr-section-title {
  color: #e43f3f;
}
.cid-sMSpoGyjZ7 .mbr-role,
.cid-sMSpoGyjZ7 .social-row {
  color: #e43f3f;
}
.cid-sMSBPpryV1 {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background: #ffffff;
}
.cid-sMSBPpryV1 .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-sMSBPpryV1 .team-card:hover {
  transform: translateY(-10px);
}
.cid-sMSBPpryV1 .card-wrap {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-sMSBPpryV1 .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-sMSBPpryV1 .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-sMSBPpryV1 .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sMSBPpryV1 .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-sMSBPpryV1 .social-row {
  text-align: center;
}
.cid-sMSBPpryV1 .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-sMSBPpryV1 .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-sMSBPpryV1 .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-sMSBPpryV1 .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-sMSBPpryV1 .card-title,
.cid-sMSBPpryV1 .social-row {
  color: #e43f3f;
}
.cid-sMSBPpryV1 .mbr-role,
.cid-sMSBPpryV1 .social-row {
  color: #e43f3f;
}
.cid-sMSBQ4h9ac {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background: #fafafa;
}
.cid-sMSBQ4h9ac .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-sMSBQ4h9ac .team-card:hover {
  transform: translateY(-10px);
}
.cid-sMSBQ4h9ac .card-wrap {
  background: #fafafa;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-sMSBQ4h9ac .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-sMSBQ4h9ac .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-sMSBQ4h9ac .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sMSBQ4h9ac .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-sMSBQ4h9ac .social-row {
  text-align: center;
}
.cid-sMSBQ4h9ac .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-sMSBQ4h9ac .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-sMSBQ4h9ac .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-sMSBQ4h9ac .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-sMSBQ4h9ac .card-title,
.cid-sMSBQ4h9ac .social-row {
  color: #e43f3f;
}
.cid-sMSBQ4h9ac .mbr-role,
.cid-sMSBQ4h9ac .social-row {
  color: #e43f3f;
}
.cid-sMSBQ4h9ac .card-text,
.cid-sMSBQ4h9ac .mbr-section-btn,
.cid-sMSBQ4h9ac .social-row {
  color: #353535;
}
.cid-sWkP3stwyS {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sWkP3stwyS .mbr-section-title {
  color: #e43f3f;
}
.cid-sWkP1ct3Vh {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-sWkP1ct3Vh .video-wrapper iframe {
  width: 100%;
}
.cid-sWkP1ct3Vh .mbr-section-title,
.cid-sWkP1ct3Vh .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-sWkP1ct3Vh .text-wrapper {
    padding: 2rem;
  }
}
.cid-sWkP1ct3Vh .mbr-section-subtitle {
  color: #e43f3f;
}
.cid-sWkP1ct3Vh .mbr-description {
  color: #e43f3f;
}
.cid-sNJLjNSqSG {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sNJLjNSqSG .mbr-section-title {
  color: #e43f3f;
}
.cid-sNJaXWAopC {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #fafafa;
}
.cid-sNJaXWAopC .video-wrapper iframe {
  width: 100%;
}
.cid-sNJaXWAopC .mbr-section-title,
.cid-sNJaXWAopC .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-sNJaXWAopC .text-wrapper {
    padding: 2rem;
  }
}
.cid-sNJaXWAopC .mbr-section-subtitle {
  color: #e43f3f;
}
.cid-sQHlvLc0FG {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sQHlvLc0FG .mbr-section-title {
  color: #e43f3f;
}
.cid-sQHlvLc0FG .mbr-section-subtitle {
  color: #e43f3f;
}
.cid-sQHkFyD1Du {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
@media (max-width: 991px) {
  .cid-sQHkFyD1Du .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sQHkFyD1Du .row {
  flex-direction: row-reverse;
}
.cid-sQHkFyD1Du img {
  width: 100%;
}
.cid-sQHkFyD1Du .mbr-text {
  text-align: center;
}
.cid-sNJLl1XVhZ {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sNJLl1XVhZ .mbr-section-title {
  color: #e43f3f;
}
.cid-sN4Oypgc1q {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-sN4Oypgc1q .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-sN4Oypgc1q .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sN4Oypgc1q .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-sN4Oypgc1q .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sN4Oypgc1q .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-sN4Oypgc1q .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-sN4Oypgc1q .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sN4Oypgc1q .card-title {
  color: #e43f3f;
}
.cid-sN4Oypgc1q .mbr-text,
.cid-sN4Oypgc1q .mbr-section-btn {
  color: #353535;
  text-align: left;
}
.cid-sSgeaKSnsl {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-sNPWA29Tfb {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sNPWA29Tfb .mbr-section-title {
  color: #e43f3f;
}
.cid-sNPNt04ogD {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-sNPNt04ogD .video-wrapper iframe {
  width: 100%;
}
.cid-sNPNt04ogD .mbr-section-title,
.cid-sNPNt04ogD .mbr-section-subtitle,
.cid-sNPNt04ogD .mbr-text {
  text-align: center;
}
.cid-sNPNt04ogD .mbr-text {
  color: #e43f3f;
  text-align: center;
}
.cid-sQHeRJ1sjs {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-sQHeRJ1sjs .video-wrapper iframe {
  width: 100%;
}
.cid-sQHeRJ1sjs .mbr-section-title,
.cid-sQHeRJ1sjs .mbr-section-subtitle,
.cid-sQHeRJ1sjs .mbr-text {
  text-align: center;
}
.cid-sQHeRJ1sjs .mbr-text {
  color: #e43f3f;
}
.cid-sSdnjoafiG {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-sNPWARaymn {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sNPWARaymn .mbr-section-title {
  color: #e43f3f;
}
.cid-sNPSM37jP9 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-sNPSM37jP9 img,
.cid-sNPSM37jP9 .item-img {
  width: 100%;
}
.cid-sNPSM37jP9 .item:focus,
.cid-sNPSM37jP9 span:focus {
  outline: none;
}
.cid-sNPSM37jP9 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sNPSM37jP9 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sNPSM37jP9 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sNPSM37jP9 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-sNPSM37jP9 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sNPSM37jP9 .mbr-section-title {
  color: #232323;
}
.cid-sNPSM37jP9 .mbr-text,
.cid-sNPSM37jP9 .mbr-section-btn {
  text-align: left;
}
.cid-sNPSM37jP9 .item-title {
  text-align: center;
  color: #e43f3f;
}
.cid-sNPSM37jP9 .item-subtitle {
  text-align: center;
}
.cid-sSdnUgnmEJ {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-sR1UNnpX0c {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sR1UNnpX0c .mbr-section-title {
  color: #e43f3f;
}
.cid-sR1TXK8ftP {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background: #fafafa;
}
.cid-sR1TXK8ftP .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-sR1TXK8ftP .team-card:hover {
  transform: translateY(-10px);
}
.cid-sR1TXK8ftP .card-wrap {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-sR1TXK8ftP .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-sR1TXK8ftP .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-sR1TXK8ftP .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sR1TXK8ftP .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-sR1TXK8ftP .social-row {
  text-align: center;
}
.cid-sR1TXK8ftP .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-sR1TXK8ftP .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-sR1TXK8ftP .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-sR1TXK8ftP .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-sR1TXK8ftP .card-title,
.cid-sR1TXK8ftP .social-row {
  color: #4479d9;
}
.cid-sR1TXK8ftP .mbr-role,
.cid-sR1TXK8ftP .social-row {
  color: #4479d9;
}
.cid-sR1TXK8ftP .card-text,
.cid-sR1TXK8ftP .mbr-section-btn,
.cid-sR1TXK8ftP .social-row {
  text-align: left;
}
.cid-sR1TYEM9Dc {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background: #fafafa;
}
.cid-sR1TYEM9Dc .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-sR1TYEM9Dc .team-card:hover {
  transform: translateY(-10px);
}
.cid-sR1TYEM9Dc .card-wrap {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-sR1TYEM9Dc .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-sR1TYEM9Dc .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-sR1TYEM9Dc .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sR1TYEM9Dc .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-sR1TYEM9Dc .social-row {
  text-align: center;
}
.cid-sR1TYEM9Dc .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-sR1TYEM9Dc .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-sR1TYEM9Dc .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-sR1TYEM9Dc .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-sR1TYEM9Dc .card-title,
.cid-sR1TYEM9Dc .social-row {
  color: #4479d9;
}
.cid-sR1TYEM9Dc .mbr-role,
.cid-sR1TYEM9Dc .social-row {
  color: #4479d9;
}
.cid-sR1TYEM9Dc .card-text,
.cid-sR1TYEM9Dc .mbr-section-btn,
.cid-sR1TYEM9Dc .social-row {
  text-align: left;
  color: #353535;
}
.cid-sR9TKMU8dj {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background: #fafafa;
}
.cid-sR9TKMU8dj .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-sR9TKMU8dj .team-card:hover {
  transform: translateY(-10px);
}
.cid-sR9TKMU8dj .card-wrap {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-sR9TKMU8dj .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-sR9TKMU8dj .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-sR9TKMU8dj .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sR9TKMU8dj .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-sR9TKMU8dj .social-row {
  text-align: center;
}
.cid-sR9TKMU8dj .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-sR9TKMU8dj .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-sR9TKMU8dj .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-sR9TKMU8dj .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-sR9TKMU8dj .mbr-role,
.cid-sR9TKMU8dj .social-row {
  color: #4479d9;
}
.cid-sR9TKMU8dj .card-title,
.cid-sR9TKMU8dj .social-row {
  color: #4479d9;
}
.cid-sR9TKMU8dj .card-text,
.cid-sR9TKMU8dj .mbr-section-btn,
.cid-sR9TKMU8dj .social-row {
  color: #353535;
  text-align: left;
}
.cid-sRZ7zP7tdG {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background: #fafafa;
}
.cid-sRZ7zP7tdG .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-sRZ7zP7tdG .team-card:hover {
  transform: translateY(-10px);
}
.cid-sRZ7zP7tdG .card-wrap {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-sRZ7zP7tdG .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-sRZ7zP7tdG .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-sRZ7zP7tdG .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sRZ7zP7tdG .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-sRZ7zP7tdG .social-row {
  text-align: center;
}
.cid-sRZ7zP7tdG .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-sRZ7zP7tdG .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-sRZ7zP7tdG .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-sRZ7zP7tdG .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-sRZ7zP7tdG .card-title,
.cid-sRZ7zP7tdG .social-row {
  color: #4479d9;
}
.cid-sRZ7zP7tdG .mbr-role,
.cid-sRZ7zP7tdG .social-row {
  color: #4479d9;
}
.cid-sRZ7zP7tdG .card-text,
.cid-sRZ7zP7tdG .mbr-section-btn,
.cid-sRZ7zP7tdG .social-row {
  color: #353535;
  text-align: left;
}
.cid-sRZUpkO2Ko {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background: #fafafa;
}
.cid-sRZUpkO2Ko .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-sRZUpkO2Ko .team-card:hover {
  transform: translateY(-10px);
}
.cid-sRZUpkO2Ko .card-wrap {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-sRZUpkO2Ko .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-sRZUpkO2Ko .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-sRZUpkO2Ko .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sRZUpkO2Ko .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-sRZUpkO2Ko .social-row {
  text-align: center;
}
.cid-sRZUpkO2Ko .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-sRZUpkO2Ko .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-sRZUpkO2Ko .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-sRZUpkO2Ko .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-sRZUpkO2Ko .card-title,
.cid-sRZUpkO2Ko .social-row {
  color: #4479d9;
}
.cid-sRZUpkO2Ko .mbr-role,
.cid-sRZUpkO2Ko .social-row {
  color: #4479d9;
}
.cid-sRZUpkO2Ko .card-text,
.cid-sRZUpkO2Ko .mbr-section-btn,
.cid-sRZUpkO2Ko .social-row {
  color: #353535;
  text-align: left;
}
.cid-sWStQ3arDy {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background: #fafafa;
}
.cid-sWStQ3arDy .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-sWStQ3arDy .team-card:hover {
  transform: translateY(-10px);
}
.cid-sWStQ3arDy .card-wrap {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-sWStQ3arDy .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-sWStQ3arDy .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-sWStQ3arDy .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sWStQ3arDy .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-sWStQ3arDy .social-row {
  text-align: center;
}
.cid-sWStQ3arDy .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-sWStQ3arDy .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-sWStQ3arDy .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-sWStQ3arDy .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-sWStQ3arDy .card-title,
.cid-sWStQ3arDy .social-row {
  color: #4479d9;
}
.cid-sWStQ3arDy .mbr-role,
.cid-sWStQ3arDy .social-row {
  color: #4479d9;
}
.cid-sWStQ3arDy .card-text,
.cid-sWStQ3arDy .mbr-section-btn,
.cid-sWStQ3arDy .social-row {
  text-align: left;
}
.cid-sRTygxDQHe {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sRTygxDQHe .mbr-section-title {
  color: #e43f3f;
}
.cid-sRTye0qfXc {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-sRTye0qfXc .video-wrapper iframe {
  width: 100%;
}
.cid-sRTye0qfXc .mbr-section-title,
.cid-sRTye0qfXc .mbr-section-subtitle,
.cid-sRTye0qfXc .mbr-text {
  text-align: center;
}
.cid-sRTye0qfXc .mbr-text {
  color: #e43f3f;
}
.cid-sSgdthnxM4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-sSgdthnxM4 .video-wrapper iframe {
  width: 100%;
}
.cid-sSgdthnxM4 .mbr-section-title,
.cid-sSgdthnxM4 .mbr-section-subtitle,
.cid-sSgdthnxM4 .mbr-text {
  text-align: center;
}
.cid-sSgdthnxM4 .mbr-text {
  color: #e43f3f;
}
.cid-t51D6a2s9N {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #fafafa;
}
.cid-t51D6a2s9N .video-wrapper iframe {
  width: 100%;
}
.cid-t51D6a2s9N .mbr-section-title,
.cid-t51D6a2s9N .mbr-section-subtitle,
.cid-t51D6a2s9N .mbr-text {
  text-align: center;
}
.cid-t51D6a2s9N .mbr-text {
  color: #e43f3f;
}
.cid-sRH5RbdraE {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sRH5RbdraE .mbr-section-title {
  color: #e43f3f;
}
.cid-sRH5P2NnBT {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-sRH5P2NnBT .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-sRH5P2NnBT .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-sRH5P2NnBT .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sRH5P2NnBT .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-sRH5P2NnBT .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sRH5P2NnBT .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-sRH5P2NnBT .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-sRH5P2NnBT .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sRH5P2NnBT .card-title {
  color: #e43f3f;
}
.cid-sRH5P2NnBT .mbr-text,
.cid-sRH5P2NnBT .mbr-section-btn {
  color: #353535;
}
.cid-sSdsfpkton {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sSdsfpkton .mbr-section-title {
  text-align: center;
  color: #e43f3f;
}
.cid-sSdpspBpTh {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
@media (max-width: 991px) {
  .cid-sSdpspBpTh .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sSdpspBpTh img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sSdpspBpTh .text-wrapper {
    padding: 2rem;
  }
}
.cid-sSdpspBpTh .mbr-section-title {
  color: #e43f3f;
}
.cid-sSdpspBpTh .mbr-text {
  color: #232323;
}
.cid-sSdpspBpTh .mbr-description {
  color: #4479d9;
}
.cid-sTMJTCpR80 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sTMJTCpR80 .mbr-section-title {
  color: #e43f3f;
}
.cid-sS5ufNCQSk {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-sS5ufNCQSk .mbr-overlay {
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-sS5ufNCQSk .carousel {
    min-height: 700px;
  }
  .cid-sS5ufNCQSk .carousel img {
    max-height: 700px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-sS5ufNCQSk .carousel {
    min-height: 455px;
  }
  .cid-sS5ufNCQSk .carousel img {
    max-height: 455px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-sS5ufNCQSk .carousel {
    min-height: 385px;
  }
  .cid-sS5ufNCQSk .carousel img {
    max-height: 385px;
    object-fit: contain;
  }
  .cid-sS5ufNCQSk .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-sS5ufNCQSk .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-sS5ufNCQSk .carousel,
.cid-sS5ufNCQSk .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sS5ufNCQSk .item-wrapper {
  width: 100%;
}
.cid-sS5ufNCQSk .carousel-caption {
  bottom: 40px;
}
.cid-sS5ufNCQSk .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-sS5ufNCQSk .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-sS5ufNCQSk .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-sS5ufNCQSk .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-sS5ufNCQSk .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-sS5ufNCQSk .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sS5ufNCQSk .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sS5ufNCQSk .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sS5ufNCQSk .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-sS5ufNCQSk .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-sS5ufNCQSk .carousel-indicators li.active,
.cid-sS5ufNCQSk .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sS5ufNCQSk .carousel-indicators li::after,
.cid-sS5ufNCQSk .carousel-indicators li::before {
  content: none;
}
.cid-sS5ufNCQSk .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sS5ufNCQSk .carousel-indicators {
    display: none !important;
  }
}
.cid-sUnmEEWNNa {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sUnmEEWNNa .mbr-section-title {
  color: #e43f3f;
}
.cid-sUnmEEWNNa .mbr-section-subtitle {
  color: #e43f3f;
}
.cid-sUs41z6fHd {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
@media (max-width: 991px) {
  .cid-sUs41z6fHd .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sUs41z6fHd .row {
  flex-direction: row-reverse;
}
.cid-sUs41z6fHd img {
  width: 100%;
}
.cid-sUs41z6fHd .mbr-text {
  color: #e43f3f;
}
.cid-sSgh970M9p {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sSgh970M9p .mbr-section-title {
  color: #e43f3f;
}
.cid-sSgffTiRby {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
@media (max-width: 991px) {
  .cid-sSgffTiRby .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sSgffTiRby img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sSgffTiRby .text-wrapper {
    padding: 2rem;
  }
}
.cid-sSgffTiRby .mbr-section-title {
  color: #e43f3f;
}
.cid-sSghaIqVUb {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-sVtwYinxix {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sVtwYinxix .mbr-section-title {
  color: #e43f3f;
}
.cid-sVtwVKlOkj {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
@media (max-width: 991px) {
  .cid-sVtwVKlOkj .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sVtwVKlOkj img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sVtwVKlOkj .text-wrapper {
    padding: 2rem;
  }
}
.cid-sVtwVKlOkj .mbr-section-title {
  color: #e43f3f;
}
.cid-sVtwVKlOkj .mbr-description {
  color: #e43f3f;
}
.cid-sMC4E48bE2 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/ecuador-1.jpg");
}
.cid-sME2Y4OFg0 {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-sMC4gV8Hk6 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/nigeria-1.jpg");
}
.cid-sNJME2hx2o {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-sNVokZy1yF {
  padding-top: 6rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/chevron-poisoning-america-1000x665.png");
}
.cid-sNVoTcWj1C {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-sNVdQuigXO {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/saga-steven-1000x750.png");
}
.cid-sNVdQuigXO .mbr-overlay {
  background-color: #000000;
  opacity: 0.1;
}
.cid-sNVdQuigXO form.mbr-form {
  border-radius: 10px;
  background-color: #fafafa;
}
@media (min-width: 992px) {
  .cid-sNVdQuigXO form.mbr-form {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sNVdQuigXO form.mbr-form {
    padding: 1rem;
  }
}
.cid-sNVdQuigXO form.mbr-form .mbr-section-btn {
  text-align: center;
  margin-bottom: 1.2rem;
}
.cid-sNVdQuigXO form.mbr-form .mbr-section-btn .btn {
  width: 100%;
  height: 100%;
}
.cid-sNVdQuigXO P {
  color: #4479d9;
}
.cid-sNVjauVDMX {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-sMC5JQGhPV {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/donziger-natives.png");
}
.cid-sMC5JQGhPV [class^="socicon-"]:before,
.cid-sMC5JQGhPV [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-sMC5JQGhPV .btn-social {
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  padding: 0;
  position: relative;
  cursor: pointer;
  color: #ffffff;
  border-width: 2px;
  transition: all .3s;
  border-color: #ffffff;
}
.cid-sMC5JQGhPV .btn-social:hover {
  background: #ffffff;
}
.cid-sMC5JQGhPV .btn-social:hover i.socicon {
  color: #000000 !important;
}
.cid-sMC5JQGhPV .mbr-section-title,
.cid-sMC5JQGhPV .mbr-social-likes {
  color: #ffffff;
}
.cid-sXE485CiU1 {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-sXDFzBJbBg {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/amazonn-cancer-9-1024x683.png");
}
.cid-sXDFzBJbBg .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-sXDFzBJbBg .card {
    margin-bottom: 2rem!important;
  }
  .cid-sXDFzBJbBg .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sXDFzBJbBg .link-wrap {
    align-items: center;
  }
}
.cid-sXDFzBJbBg .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sXDFzBJbBg .card-title,
.cid-sXDFzBJbBg .card-box {
  color: #ffffff;
  text-align: center;
}
.cid-sNJMNJJfSB {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-sMC5EdXQ52 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #4479d9;
}
.cid-sMC5EdXQ52 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-sMC5EdXQ52 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sMC5EdXQ52 .row {
    text-align: center;
  }
  .cid-sMC5EdXQ52 .social-row {
    justify-content: center;
  }
}
.cid-sMC5EdXQ52 .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sMC5EdXQ52 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sMC5EdXQ52 .list {
    margin-bottom: 0rem;
  }
}
.cid-sMC5EdXQ52 .mbr-text {
  color: #ffffff;
}
.cid-sMC5EdXQ52 .mbr-iconfont {
  color: black;
}
.cid-sMC5EdXQ52 .copyright {
  color: #ffffff;
}
.cid-sMw7PQUCTN {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sMw7PQUCTN nav.navbar {
  position: fixed;
}
.cid-sMw7PQUCTN .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sMw7PQUCTN .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sMw7PQUCTN .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sMw7PQUCTN .dropdown-item:hover,
.cid-sMw7PQUCTN .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-sMw7PQUCTN .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sMw7PQUCTN .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sMw7PQUCTN .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sMw7PQUCTN .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sMw7PQUCTN .nav-link {
  position: relative;
}
.cid-sMw7PQUCTN .container {
  display: flex;
  margin: auto;
}
.cid-sMw7PQUCTN .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sMw7PQUCTN .dropdown-menu,
.cid-sMw7PQUCTN .navbar.opened {
  background: #ffffff !important;
}
.cid-sMw7PQUCTN .nav-item:focus,
.cid-sMw7PQUCTN .nav-link:focus {
  outline: none;
}
.cid-sMw7PQUCTN .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sMw7PQUCTN .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sMw7PQUCTN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sMw7PQUCTN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sMw7PQUCTN .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sMw7PQUCTN .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sMw7PQUCTN .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-sMw7PQUCTN .navbar.opened {
  transition: all 0.3s;
}
.cid-sMw7PQUCTN .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sMw7PQUCTN .navbar .navbar-logo img {
  width: auto;
}
.cid-sMw7PQUCTN .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sMw7PQUCTN .navbar.collapsed {
  justify-content: center;
}
.cid-sMw7PQUCTN .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sMw7PQUCTN .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sMw7PQUCTN .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sMw7PQUCTN .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sMw7PQUCTN .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sMw7PQUCTN .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sMw7PQUCTN .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sMw7PQUCTN .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sMw7PQUCTN .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sMw7PQUCTN .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sMw7PQUCTN .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sMw7PQUCTN .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sMw7PQUCTN .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sMw7PQUCTN .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sMw7PQUCTN .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sMw7PQUCTN .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sMw7PQUCTN .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sMw7PQUCTN .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sMw7PQUCTN .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sMw7PQUCTN .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sMw7PQUCTN .navbar.navbar-short {
  min-height: 60px;
}
.cid-sMw7PQUCTN .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sMw7PQUCTN .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sMw7PQUCTN .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sMw7PQUCTN .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sMw7PQUCTN .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sMw7PQUCTN .dropdown-item.active,
.cid-sMw7PQUCTN .dropdown-item:active {
  background-color: transparent;
}
.cid-sMw7PQUCTN .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sMw7PQUCTN .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sMw7PQUCTN .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sMw7PQUCTN .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sMw7PQUCTN .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sMw7PQUCTN .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sMw7PQUCTN ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sMw7PQUCTN .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sMw7PQUCTN button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sMw7PQUCTN button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sMw7PQUCTN button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sMw7PQUCTN button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sMw7PQUCTN button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sMw7PQUCTN button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sMw7PQUCTN nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sMw7PQUCTN nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sMw7PQUCTN nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sMw7PQUCTN nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sMw7PQUCTN .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sMw7PQUCTN a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sMw7PQUCTN .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sMw7PQUCTN .navbar {
    height: 70px;
  }
  .cid-sMw7PQUCTN .navbar.opened {
    height: auto;
  }
  .cid-sMw7PQUCTN .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sOcCKdnugi {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/ecuador-1.jpg");
}
.cid-t3d6qRyKQq {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-t3d6qRyKQq .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-t3d6qRyKQq .card {
    margin-bottom: 2rem!important;
  }
  .cid-t3d6qRyKQq .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-t3d6qRyKQq .link-wrap {
    align-items: center;
  }
}
.cid-t3d6qRyKQq .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-t3d6qRyKQq .card-title,
.cid-t3d6qRyKQq .card-box {
  color: #4479d9;
}
.cid-t3d6qRyKQq .mbr-text,
.cid-t3d6qRyKQq .link-wrap,
.cid-t3d6qRyKQq .mbr-section-btn {
  color: #353535;
}
.cid-sYdETb2MQD {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sYdETb2MQD .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-sYdETb2MQD .card {
    margin-bottom: 2rem!important;
  }
  .cid-sYdETb2MQD .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sYdETb2MQD .link-wrap {
    align-items: center;
  }
}
.cid-sYdETb2MQD .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sYdETb2MQD .card-title,
.cid-sYdETb2MQD .card-box {
  color: #4479d9;
}
.cid-sYdETb2MQD .mbr-text,
.cid-sYdETb2MQD .link-wrap,
.cid-sYdETb2MQD .mbr-section-btn {
  color: #353535;
}
.cid-sYcvHyGzPy {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-sYcvHyGzPy .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-sYcvHyGzPy .card {
    margin-bottom: 2rem!important;
  }
  .cid-sYcvHyGzPy .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sYcvHyGzPy .link-wrap {
    align-items: center;
  }
}
.cid-sYcvHyGzPy .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sYcvHyGzPy .card-title,
.cid-sYcvHyGzPy .card-box {
  color: #4479d9;
}
.cid-sYcvHyGzPy .mbr-text,
.cid-sYcvHyGzPy .link-wrap,
.cid-sYcvHyGzPy .mbr-section-btn {
  color: #353535;
}
.cid-sYcvG4hwkm {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sYcvG4hwkm .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-sYcvG4hwkm .card {
    margin-bottom: 2rem!important;
  }
  .cid-sYcvG4hwkm .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sYcvG4hwkm .link-wrap {
    align-items: center;
  }
}
.cid-sYcvG4hwkm .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sYcvG4hwkm .card-title,
.cid-sYcvG4hwkm .card-box {
  color: #4479d9;
}
.cid-sYcvG4hwkm .mbr-text,
.cid-sYcvG4hwkm .link-wrap,
.cid-sYcvG4hwkm .mbr-section-btn {
  color: #353535;
}
.cid-sOMnk3wvW7 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-sOMnk3wvW7 .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-sOMnk3wvW7 .card {
    margin-bottom: 2rem!important;
  }
  .cid-sOMnk3wvW7 .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sOMnk3wvW7 .link-wrap {
    align-items: center;
  }
}
.cid-sOMnk3wvW7 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sOMnk3wvW7 .card-title,
.cid-sOMnk3wvW7 .card-box {
  color: #4479d9;
}
.cid-sOMnk3wvW7 .mbr-text,
.cid-sOMnk3wvW7 .link-wrap,
.cid-sOMnk3wvW7 .mbr-section-btn {
  color: #353535;
}
.cid-sYcvEANaYn {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sYcvEANaYn .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-sYcvEANaYn .card {
    margin-bottom: 2rem!important;
  }
  .cid-sYcvEANaYn .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sYcvEANaYn .link-wrap {
    align-items: center;
  }
}
.cid-sYcvEANaYn .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sYcvEANaYn .card-title,
.cid-sYcvEANaYn .card-box {
  color: #4479d9;
}
.cid-sYcvEANaYn .mbr-text,
.cid-sYcvEANaYn .link-wrap,
.cid-sYcvEANaYn .mbr-section-btn {
  color: #353535;
}
.cid-sOMjdFLUYz {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-sOMjdFLUYz .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-sOMjdFLUYz .card {
    margin-bottom: 2rem!important;
  }
  .cid-sOMjdFLUYz .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sOMjdFLUYz .link-wrap {
    align-items: center;
  }
}
.cid-sOMjdFLUYz .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sOMjdFLUYz .card-title,
.cid-sOMjdFLUYz .card-box {
  color: #4479d9;
}
.cid-sOMjdFLUYz .mbr-text,
.cid-sOMjdFLUYz .link-wrap,
.cid-sOMjdFLUYz .mbr-section-btn {
  color: #353535;
}
.cid-sOMjd2HkGl {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sOMjd2HkGl .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-sOMjd2HkGl .card {
    margin-bottom: 2rem!important;
  }
  .cid-sOMjd2HkGl .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sOMjd2HkGl .link-wrap {
    align-items: center;
  }
}
.cid-sOMjd2HkGl .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sOMjd2HkGl .card-title,
.cid-sOMjd2HkGl .card-box {
  color: #4479d9;
}
.cid-sOMjd2HkGl .mbr-text,
.cid-sOMjd2HkGl .link-wrap,
.cid-sOMjd2HkGl .mbr-section-btn {
  color: #353535;
}
.cid-sOcYhLV4BC {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-sOcYhLV4BC .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-sOcYhLV4BC .card {
    margin-bottom: 2rem!important;
  }
  .cid-sOcYhLV4BC .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sOcYhLV4BC .link-wrap {
    align-items: center;
  }
}
.cid-sOcYhLV4BC .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sOcYhLV4BC .card-title,
.cid-sOcYhLV4BC .card-box {
  color: #4479d9;
}
.cid-sOcYhLV4BC .mbr-text,
.cid-sOcYhLV4BC .link-wrap,
.cid-sOcYhLV4BC .mbr-section-btn {
  color: #353535;
}
.cid-sMC5EdXQ52 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #4479d9;
}
.cid-sMC5EdXQ52 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-sMC5EdXQ52 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sMC5EdXQ52 .row {
    text-align: center;
  }
  .cid-sMC5EdXQ52 .social-row {
    justify-content: center;
  }
}
.cid-sMC5EdXQ52 .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sMC5EdXQ52 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sMC5EdXQ52 .list {
    margin-bottom: 0rem;
  }
}
.cid-sMC5EdXQ52 .mbr-text {
  color: #ffffff;
}
.cid-sMC5EdXQ52 .mbr-iconfont {
  color: black;
}
.cid-sMC5EdXQ52 .copyright {
  color: #ffffff;
}
.cid-sMw7PQUCTN {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sMw7PQUCTN nav.navbar {
  position: fixed;
}
.cid-sMw7PQUCTN .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sMw7PQUCTN .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sMw7PQUCTN .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sMw7PQUCTN .dropdown-item:hover,
.cid-sMw7PQUCTN .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-sMw7PQUCTN .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sMw7PQUCTN .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sMw7PQUCTN .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sMw7PQUCTN .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sMw7PQUCTN .nav-link {
  position: relative;
}
.cid-sMw7PQUCTN .container {
  display: flex;
  margin: auto;
}
.cid-sMw7PQUCTN .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sMw7PQUCTN .dropdown-menu,
.cid-sMw7PQUCTN .navbar.opened {
  background: #ffffff !important;
}
.cid-sMw7PQUCTN .nav-item:focus,
.cid-sMw7PQUCTN .nav-link:focus {
  outline: none;
}
.cid-sMw7PQUCTN .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sMw7PQUCTN .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sMw7PQUCTN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sMw7PQUCTN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sMw7PQUCTN .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sMw7PQUCTN .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sMw7PQUCTN .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-sMw7PQUCTN .navbar.opened {
  transition: all 0.3s;
}
.cid-sMw7PQUCTN .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sMw7PQUCTN .navbar .navbar-logo img {
  width: auto;
}
.cid-sMw7PQUCTN .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sMw7PQUCTN .navbar.collapsed {
  justify-content: center;
}
.cid-sMw7PQUCTN .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sMw7PQUCTN .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sMw7PQUCTN .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sMw7PQUCTN .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sMw7PQUCTN .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sMw7PQUCTN .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sMw7PQUCTN .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sMw7PQUCTN .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sMw7PQUCTN .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sMw7PQUCTN .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sMw7PQUCTN .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sMw7PQUCTN .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sMw7PQUCTN .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sMw7PQUCTN .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sMw7PQUCTN .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sMw7PQUCTN .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sMw7PQUCTN .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sMw7PQUCTN .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sMw7PQUCTN .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sMw7PQUCTN .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sMw7PQUCTN .navbar.navbar-short {
  min-height: 60px;
}
.cid-sMw7PQUCTN .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sMw7PQUCTN .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sMw7PQUCTN .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sMw7PQUCTN .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sMw7PQUCTN .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sMw7PQUCTN .dropdown-item.active,
.cid-sMw7PQUCTN .dropdown-item:active {
  background-color: transparent;
}
.cid-sMw7PQUCTN .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sMw7PQUCTN .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sMw7PQUCTN .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sMw7PQUCTN .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sMw7PQUCTN .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sMw7PQUCTN .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sMw7PQUCTN ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sMw7PQUCTN .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sMw7PQUCTN button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sMw7PQUCTN button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sMw7PQUCTN button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sMw7PQUCTN button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sMw7PQUCTN button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sMw7PQUCTN button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sMw7PQUCTN nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sMw7PQUCTN nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sMw7PQUCTN nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sMw7PQUCTN nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sMw7PQUCTN .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sMw7PQUCTN a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sMw7PQUCTN .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sMw7PQUCTN .navbar {
    height: 70px;
  }
  .cid-sMw7PQUCTN .navbar.opened {
    height: auto;
  }
  .cid-sMw7PQUCTN .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sOM2EVw6Uw {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/ecuador-1.jpeg");
}
.cid-sOM2EVw6Uw .mbr-section-title {
  text-align: center;
}
.cid-sOM0B328V5 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sOM0B328V5 .video-wrapper iframe {
  width: 100%;
}
.cid-sOM0B328V5 .mbr-section-title,
.cid-sOM0B328V5 .mbr-section-subtitle,
.cid-sOM0B328V5 .mbr-text {
  text-align: center;
}
.cid-sOM0B328V5 .mbr-text {
  color: #e43f3f;
}
.cid-sOLURQVcw5 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sOLURQVcw5 .video-wrapper iframe {
  width: 100%;
}
.cid-sOLURQVcw5 .mbr-section-title,
.cid-sOLURQVcw5 .mbr-section-subtitle,
.cid-sOLURQVcw5 .mbr-text {
  text-align: center;
}
.cid-sOLURQVcw5 .mbr-text {
  text-align: center;
  color: #e43f3f;
}
.cid-sOLUSO72oR {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sOLUSO72oR .video-wrapper iframe {
  width: 100%;
}
.cid-sOLUSO72oR .mbr-section-title,
.cid-sOLUSO72oR .mbr-section-subtitle,
.cid-sOLUSO72oR .mbr-text {
  text-align: center;
}
.cid-sOLUSO72oR .mbr-text {
  color: #e43f3f;
}
.cid-sOLUTPgdzD {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sOLUTPgdzD .video-wrapper iframe {
  width: 100%;
}
.cid-sOLUTPgdzD .mbr-section-title,
.cid-sOLUTPgdzD .mbr-section-subtitle,
.cid-sOLUTPgdzD .mbr-text {
  text-align: center;
}
.cid-sOLUTPgdzD .mbr-text {
  color: #e43f3f;
}
.cid-sOLUUyrOu4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sOLUUyrOu4 .video-wrapper iframe {
  width: 100%;
}
.cid-sOLUUyrOu4 .mbr-section-title,
.cid-sOLUUyrOu4 .mbr-section-subtitle,
.cid-sOLUUyrOu4 .mbr-text {
  text-align: center;
}
.cid-sOLUUyrOu4 .mbr-text {
  color: #e43f3f;
}
.cid-sOM0BWQk8X {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sOM0BWQk8X .video-wrapper iframe {
  width: 100%;
}
.cid-sOM0BWQk8X .mbr-section-title,
.cid-sOM0BWQk8X .mbr-section-subtitle,
.cid-sOM0BWQk8X .mbr-text {
  text-align: center;
}
.cid-sOM0BWQk8X .mbr-text {
  color: #e43f3f;
}
.cid-sOM8zwqkFF {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sOM8zwqkFF .video-wrapper iframe {
  width: 100%;
}
.cid-sOM8zwqkFF .mbr-section-title,
.cid-sOM8zwqkFF .mbr-section-subtitle,
.cid-sOM8zwqkFF .mbr-text {
  text-align: center;
}
.cid-sOM8zwqkFF .mbr-text {
  color: #e43f3f;
}
.cid-sMC5EdXQ52 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #4479d9;
}
.cid-sMC5EdXQ52 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-sMC5EdXQ52 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sMC5EdXQ52 .row {
    text-align: center;
  }
  .cid-sMC5EdXQ52 .social-row {
    justify-content: center;
  }
}
.cid-sMC5EdXQ52 .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sMC5EdXQ52 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sMC5EdXQ52 .list {
    margin-bottom: 0rem;
  }
}
.cid-sMC5EdXQ52 .mbr-text {
  color: #ffffff;
}
.cid-sMC5EdXQ52 .mbr-iconfont {
  color: black;
}
.cid-sMC5EdXQ52 .copyright {
  color: #ffffff;
}
.cid-sMw7PQUCTN {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sMw7PQUCTN nav.navbar {
  position: fixed;
}
.cid-sMw7PQUCTN .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sMw7PQUCTN .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sMw7PQUCTN .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sMw7PQUCTN .dropdown-item:hover,
.cid-sMw7PQUCTN .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-sMw7PQUCTN .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sMw7PQUCTN .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sMw7PQUCTN .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sMw7PQUCTN .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sMw7PQUCTN .nav-link {
  position: relative;
}
.cid-sMw7PQUCTN .container {
  display: flex;
  margin: auto;
}
.cid-sMw7PQUCTN .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sMw7PQUCTN .dropdown-menu,
.cid-sMw7PQUCTN .navbar.opened {
  background: #ffffff !important;
}
.cid-sMw7PQUCTN .nav-item:focus,
.cid-sMw7PQUCTN .nav-link:focus {
  outline: none;
}
.cid-sMw7PQUCTN .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sMw7PQUCTN .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sMw7PQUCTN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sMw7PQUCTN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sMw7PQUCTN .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sMw7PQUCTN .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sMw7PQUCTN .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-sMw7PQUCTN .navbar.opened {
  transition: all 0.3s;
}
.cid-sMw7PQUCTN .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sMw7PQUCTN .navbar .navbar-logo img {
  width: auto;
}
.cid-sMw7PQUCTN .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sMw7PQUCTN .navbar.collapsed {
  justify-content: center;
}
.cid-sMw7PQUCTN .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sMw7PQUCTN .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sMw7PQUCTN .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sMw7PQUCTN .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sMw7PQUCTN .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sMw7PQUCTN .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sMw7PQUCTN .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sMw7PQUCTN .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sMw7PQUCTN .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sMw7PQUCTN .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sMw7PQUCTN .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sMw7PQUCTN .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sMw7PQUCTN .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sMw7PQUCTN .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sMw7PQUCTN .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sMw7PQUCTN .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sMw7PQUCTN .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sMw7PQUCTN .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sMw7PQUCTN .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sMw7PQUCTN .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sMw7PQUCTN .navbar.navbar-short {
  min-height: 60px;
}
.cid-sMw7PQUCTN .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sMw7PQUCTN .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sMw7PQUCTN .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sMw7PQUCTN .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sMw7PQUCTN .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sMw7PQUCTN .dropdown-item.active,
.cid-sMw7PQUCTN .dropdown-item:active {
  background-color: transparent;
}
.cid-sMw7PQUCTN .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sMw7PQUCTN .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sMw7PQUCTN .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sMw7PQUCTN .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sMw7PQUCTN .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sMw7PQUCTN .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sMw7PQUCTN ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sMw7PQUCTN .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sMw7PQUCTN button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sMw7PQUCTN button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sMw7PQUCTN button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sMw7PQUCTN button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sMw7PQUCTN button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sMw7PQUCTN button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sMw7PQUCTN nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sMw7PQUCTN nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sMw7PQUCTN nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sMw7PQUCTN nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sMw7PQUCTN .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sMw7PQUCTN a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sMw7PQUCTN .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sMw7PQUCTN .navbar {
    height: 70px;
  }
  .cid-sMw7PQUCTN .navbar.opened {
    height: auto;
  }
  .cid-sMw7PQUCTN .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sR9YCjbaAf {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/alice-gast-header-1-2000x1125.png");
}
.cid-sR9YCjbaAf .mbr-section-title {
  text-align: left;
}
.cid-sR9YCjbaAf .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-sR9YCjbaAf .mbr-section-subtitle {
  text-align: left;
}
.cid-sR9YYJyCeB {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sR9YYJyCeB .mbr-section-title {
  color: #e43f3f;
}
.cid-sV0UjqzWGO {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
@media (max-width: 991px) {
  .cid-sV0UjqzWGO .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sV0UjqzWGO img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sV0UjqzWGO .text-wrapper {
    padding: 2rem;
  }
}
.cid-sUVV4OoITj {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-sRa7mhkYk1 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sRa7mhkYk1 .mbr-section-title {
  color: #e43f3f;
}
.cid-sUVSPmPWma {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-sUVSPmPWma .mbr-section-subtitle {
  text-align: left;
}
.cid-sUVWXXLpON {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
@media (max-width: 991px) {
  .cid-sUVWXXLpON .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sUVWXXLpON .row {
  flex-direction: row-reverse;
}
.cid-sUVWXXLpON img {
  width: 100%;
}
.cid-sMC5EdXQ52 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #4479d9;
}
.cid-sMC5EdXQ52 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-sMC5EdXQ52 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sMC5EdXQ52 .row {
    text-align: center;
  }
  .cid-sMC5EdXQ52 .social-row {
    justify-content: center;
  }
}
.cid-sMC5EdXQ52 .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sMC5EdXQ52 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sMC5EdXQ52 .list {
    margin-bottom: 0rem;
  }
}
.cid-sMC5EdXQ52 .mbr-text {
  color: #ffffff;
}
.cid-sMC5EdXQ52 .mbr-iconfont {
  color: black;
}
.cid-sMC5EdXQ52 .copyright {
  color: #ffffff;
}
.cid-sRggQjuoZ1 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sRggQjuoZ1 nav.navbar {
  position: fixed;
}
.cid-sRggQjuoZ1 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sRggQjuoZ1 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sRggQjuoZ1 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sRggQjuoZ1 .dropdown-item:hover,
.cid-sRggQjuoZ1 .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-sRggQjuoZ1 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sRggQjuoZ1 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sRggQjuoZ1 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sRggQjuoZ1 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sRggQjuoZ1 .nav-link {
  position: relative;
}
.cid-sRggQjuoZ1 .container {
  display: flex;
  margin: auto;
}
.cid-sRggQjuoZ1 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sRggQjuoZ1 .dropdown-menu,
.cid-sRggQjuoZ1 .navbar.opened {
  background: #ffffff !important;
}
.cid-sRggQjuoZ1 .nav-item:focus,
.cid-sRggQjuoZ1 .nav-link:focus {
  outline: none;
}
.cid-sRggQjuoZ1 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sRggQjuoZ1 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sRggQjuoZ1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sRggQjuoZ1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sRggQjuoZ1 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sRggQjuoZ1 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sRggQjuoZ1 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-sRggQjuoZ1 .navbar.opened {
  transition: all 0.3s;
}
.cid-sRggQjuoZ1 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sRggQjuoZ1 .navbar .navbar-logo img {
  width: auto;
}
.cid-sRggQjuoZ1 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sRggQjuoZ1 .navbar.collapsed {
  justify-content: center;
}
.cid-sRggQjuoZ1 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sRggQjuoZ1 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sRggQjuoZ1 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sRggQjuoZ1 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sRggQjuoZ1 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sRggQjuoZ1 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sRggQjuoZ1 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sRggQjuoZ1 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sRggQjuoZ1 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sRggQjuoZ1 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sRggQjuoZ1 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sRggQjuoZ1 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sRggQjuoZ1 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sRggQjuoZ1 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sRggQjuoZ1 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sRggQjuoZ1 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sRggQjuoZ1 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sRggQjuoZ1 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sRggQjuoZ1 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sRggQjuoZ1 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sRggQjuoZ1 .navbar.navbar-short {
  min-height: 60px;
}
.cid-sRggQjuoZ1 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sRggQjuoZ1 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sRggQjuoZ1 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sRggQjuoZ1 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sRggQjuoZ1 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sRggQjuoZ1 .dropdown-item.active,
.cid-sRggQjuoZ1 .dropdown-item:active {
  background-color: transparent;
}
.cid-sRggQjuoZ1 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sRggQjuoZ1 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sRggQjuoZ1 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sRggQjuoZ1 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sRggQjuoZ1 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sRggQjuoZ1 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sRggQjuoZ1 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sRggQjuoZ1 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sRggQjuoZ1 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sRggQjuoZ1 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sRggQjuoZ1 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sRggQjuoZ1 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRggQjuoZ1 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRggQjuoZ1 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sRggQjuoZ1 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRggQjuoZ1 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sRggQjuoZ1 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sRggQjuoZ1 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRggQjuoZ1 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sRggQjuoZ1 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sRggQjuoZ1 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sRggQjuoZ1 .navbar {
    height: 70px;
  }
  .cid-sRggQjuoZ1 .navbar.opened {
    height: auto;
  }
  .cid-sRggQjuoZ1 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sRggQkPnnz {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/enrique-hernandez-header-4-2000x1125.png");
}
.cid-sRggQkPnnz .mbr-section-title {
  text-align: left;
}
.cid-sRggQkPnnz .mbr-section-subtitle {
  text-align: left;
}
.cid-sRggQm2oxT {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sRggQm2oxT .mbr-section-title {
  color: #e43f3f;
}
.cid-sV0gOlQYfu {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
@media (max-width: 991px) {
  .cid-sV0gOlQYfu .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sV0gOlQYfu img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sV0gOlQYfu .text-wrapper {
    padding: 2rem;
  }
}
.cid-sUVMt8ULv2 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-sUVH8HJXGm {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sUVH8HJXGm .mbr-section-title {
  color: #e43f3f;
}
.cid-sRggQo07dp {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-sRggQo07dp .mbr-section-subtitle {
  color: #353535;
  text-align: left;
}
.cid-sRggQo07dp .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-sUVK4ADtm4 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
@media (max-width: 991px) {
  .cid-sUVK4ADtm4 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sUVK4ADtm4 .row {
  flex-direction: row-reverse;
}
.cid-sUVK4ADtm4 img {
  width: 100%;
}
.cid-sRggQpHUJB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #4479d9;
}
.cid-sRggQpHUJB .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-sRggQpHUJB .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sRggQpHUJB .row {
    text-align: center;
  }
  .cid-sRggQpHUJB .social-row {
    justify-content: center;
  }
}
.cid-sRggQpHUJB .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sRggQpHUJB .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sRggQpHUJB .list {
    margin-bottom: 0rem;
  }
}
.cid-sRggQpHUJB .mbr-text {
  color: #ffffff;
}
.cid-sRggQpHUJB .mbr-iconfont {
  color: black;
}
.cid-sRggQpHUJB .copyright {
  color: #ffffff;
}
.cid-sMw7PQUCTN {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sMw7PQUCTN nav.navbar {
  position: fixed;
}
.cid-sMw7PQUCTN .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sMw7PQUCTN .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sMw7PQUCTN .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sMw7PQUCTN .dropdown-item:hover,
.cid-sMw7PQUCTN .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-sMw7PQUCTN .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sMw7PQUCTN .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sMw7PQUCTN .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sMw7PQUCTN .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sMw7PQUCTN .nav-link {
  position: relative;
}
.cid-sMw7PQUCTN .container {
  display: flex;
  margin: auto;
}
.cid-sMw7PQUCTN .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sMw7PQUCTN .dropdown-menu,
.cid-sMw7PQUCTN .navbar.opened {
  background: #ffffff !important;
}
.cid-sMw7PQUCTN .nav-item:focus,
.cid-sMw7PQUCTN .nav-link:focus {
  outline: none;
}
.cid-sMw7PQUCTN .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sMw7PQUCTN .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sMw7PQUCTN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sMw7PQUCTN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sMw7PQUCTN .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sMw7PQUCTN .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sMw7PQUCTN .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-sMw7PQUCTN .navbar.opened {
  transition: all 0.3s;
}
.cid-sMw7PQUCTN .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sMw7PQUCTN .navbar .navbar-logo img {
  width: auto;
}
.cid-sMw7PQUCTN .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sMw7PQUCTN .navbar.collapsed {
  justify-content: center;
}
.cid-sMw7PQUCTN .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sMw7PQUCTN .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sMw7PQUCTN .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sMw7PQUCTN .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sMw7PQUCTN .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sMw7PQUCTN .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sMw7PQUCTN .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sMw7PQUCTN .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sMw7PQUCTN .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sMw7PQUCTN .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sMw7PQUCTN .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sMw7PQUCTN .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sMw7PQUCTN .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sMw7PQUCTN .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sMw7PQUCTN .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sMw7PQUCTN .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sMw7PQUCTN .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sMw7PQUCTN .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sMw7PQUCTN .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sMw7PQUCTN .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sMw7PQUCTN .navbar.navbar-short {
  min-height: 60px;
}
.cid-sMw7PQUCTN .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sMw7PQUCTN .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sMw7PQUCTN .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sMw7PQUCTN .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sMw7PQUCTN .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sMw7PQUCTN .dropdown-item.active,
.cid-sMw7PQUCTN .dropdown-item:active {
  background-color: transparent;
}
.cid-sMw7PQUCTN .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sMw7PQUCTN .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sMw7PQUCTN .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sMw7PQUCTN .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sMw7PQUCTN .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sMw7PQUCTN .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sMw7PQUCTN ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sMw7PQUCTN .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sMw7PQUCTN button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sMw7PQUCTN button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sMw7PQUCTN button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sMw7PQUCTN button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sMw7PQUCTN button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sMw7PQUCTN button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sMw7PQUCTN nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sMw7PQUCTN nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sMw7PQUCTN nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sMw7PQUCTN nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sMw7PQUCTN .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sMw7PQUCTN a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sMw7PQUCTN .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sMw7PQUCTN .navbar {
    height: 70px;
  }
  .cid-sMw7PQUCTN .navbar.opened {
    height: auto;
  }
  .cid-sMw7PQUCTN .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sWvL2ncbzc {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/darryl-hanna-cover-1200x938.jpg");
}
.cid-sWvL2ncbzc .mbr-section-title {
  text-align: right;
}
.cid-sWvL2ncbzc .mbr-section-subtitle {
  text-align: right;
}
.cid-sWudjtgzEj {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sWudjtgzEj .mbr-section-title {
  color: #e43f3f;
}
.cid-sWuhBe8GiX {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background: #fafafa;
}
.cid-sWuhBe8GiX .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-sWuhBe8GiX .team-card:hover {
  transform: translateY(-10px);
}
.cid-sWuhBe8GiX .card-wrap {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-sWuhBe8GiX .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-sWuhBe8GiX .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-sWuhBe8GiX .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sWuhBe8GiX .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-sWuhBe8GiX .social-row {
  text-align: center;
}
.cid-sWuhBe8GiX .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-sWuhBe8GiX .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-sWuhBe8GiX .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-sWuhBe8GiX .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-sWuhBe8GiX .card-title,
.cid-sWuhBe8GiX .social-row {
  color: #e43f3f;
}
.cid-sWuhBe8GiX .card-title,
.cid-sWuhBe8GiX .social-row DIV {
  text-align: center;
}
.cid-sWudhaDLLR {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sWudhaDLLR .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-sWudhaDLLR .mbr-section-subtitle {
  color: #353535;
}
.cid-sMC5EdXQ52 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #4479d9;
}
.cid-sMC5EdXQ52 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-sMC5EdXQ52 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sMC5EdXQ52 .row {
    text-align: center;
  }
  .cid-sMC5EdXQ52 .social-row {
    justify-content: center;
  }
}
.cid-sMC5EdXQ52 .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sMC5EdXQ52 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sMC5EdXQ52 .list {
    margin-bottom: 0rem;
  }
}
.cid-sMC5EdXQ52 .mbr-text {
  color: #ffffff;
}
.cid-sMC5EdXQ52 .mbr-iconfont {
  color: black;
}
.cid-sMC5EdXQ52 .copyright {
  color: #ffffff;
}
.cid-sMw7PQUCTN {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sMw7PQUCTN nav.navbar {
  position: fixed;
}
.cid-sMw7PQUCTN .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sMw7PQUCTN .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sMw7PQUCTN .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sMw7PQUCTN .dropdown-item:hover,
.cid-sMw7PQUCTN .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-sMw7PQUCTN .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sMw7PQUCTN .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sMw7PQUCTN .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sMw7PQUCTN .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sMw7PQUCTN .nav-link {
  position: relative;
}
.cid-sMw7PQUCTN .container {
  display: flex;
  margin: auto;
}
.cid-sMw7PQUCTN .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sMw7PQUCTN .dropdown-menu,
.cid-sMw7PQUCTN .navbar.opened {
  background: #ffffff !important;
}
.cid-sMw7PQUCTN .nav-item:focus,
.cid-sMw7PQUCTN .nav-link:focus {
  outline: none;
}
.cid-sMw7PQUCTN .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sMw7PQUCTN .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sMw7PQUCTN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sMw7PQUCTN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sMw7PQUCTN .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sMw7PQUCTN .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sMw7PQUCTN .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-sMw7PQUCTN .navbar.opened {
  transition: all 0.3s;
}
.cid-sMw7PQUCTN .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sMw7PQUCTN .navbar .navbar-logo img {
  width: auto;
}
.cid-sMw7PQUCTN .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sMw7PQUCTN .navbar.collapsed {
  justify-content: center;
}
.cid-sMw7PQUCTN .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sMw7PQUCTN .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sMw7PQUCTN .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sMw7PQUCTN .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sMw7PQUCTN .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sMw7PQUCTN .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sMw7PQUCTN .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sMw7PQUCTN .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sMw7PQUCTN .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sMw7PQUCTN .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sMw7PQUCTN .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sMw7PQUCTN .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sMw7PQUCTN .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sMw7PQUCTN .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sMw7PQUCTN .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sMw7PQUCTN .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sMw7PQUCTN .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sMw7PQUCTN .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sMw7PQUCTN .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sMw7PQUCTN .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sMw7PQUCTN .navbar.navbar-short {
  min-height: 60px;
}
.cid-sMw7PQUCTN .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sMw7PQUCTN .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sMw7PQUCTN .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sMw7PQUCTN .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sMw7PQUCTN .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sMw7PQUCTN .dropdown-item.active,
.cid-sMw7PQUCTN .dropdown-item:active {
  background-color: transparent;
}
.cid-sMw7PQUCTN .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sMw7PQUCTN .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sMw7PQUCTN .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sMw7PQUCTN .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sMw7PQUCTN .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sMw7PQUCTN .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sMw7PQUCTN ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sMw7PQUCTN .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sMw7PQUCTN button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sMw7PQUCTN button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sMw7PQUCTN button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sMw7PQUCTN button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sMw7PQUCTN button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sMw7PQUCTN button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sMw7PQUCTN nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sMw7PQUCTN nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sMw7PQUCTN nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sMw7PQUCTN nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sMw7PQUCTN .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sMw7PQUCTN a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sMw7PQUCTN .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sMw7PQUCTN .navbar {
    height: 70px;
  }
  .cid-sMw7PQUCTN .navbar.opened {
    height: auto;
  }
  .cid-sMw7PQUCTN .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sXaxUjGFLu {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/ecuador-1.jpg");
}
.cid-sXaxUjGFLu .mbr-section-title {
  text-align: right;
}
.cid-sXaA0mcOZb {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sXaA0mcOZb .mbr-section-title {
  color: #4479d9;
}
.cid-sXazVGABmd {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-sXazVGABmd .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-sXazVGABmd .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-sXazVGABmd .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-sXazVGABmd .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-sXazVGABmd .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-sXazVGABmd .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-sXazVGABmd .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-sXazVGABmd .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-sXazVGABmd .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-sXazVGABmd .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-sXazVGABmd .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-sXazVGABmd .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-sXazVGABmd .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-sXazVGABmd .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-sXazVGABmd [class^="socicon-"]:before,
.cid-sXazVGABmd [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-sMC5EdXQ52 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #4479d9;
}
.cid-sMC5EdXQ52 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-sMC5EdXQ52 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sMC5EdXQ52 .row {
    text-align: center;
  }
  .cid-sMC5EdXQ52 .social-row {
    justify-content: center;
  }
}
.cid-sMC5EdXQ52 .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sMC5EdXQ52 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sMC5EdXQ52 .list {
    margin-bottom: 0rem;
  }
}
.cid-sMC5EdXQ52 .mbr-text {
  color: #ffffff;
}
.cid-sMC5EdXQ52 .mbr-iconfont {
  color: black;
}
.cid-sMC5EdXQ52 .copyright {
  color: #ffffff;
}
.cid-tuG7lFz6jP {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tuG7lFz6jP nav.navbar {
  position: fixed;
}
.cid-tuG7lFz6jP .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tuG7lFz6jP .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tuG7lFz6jP .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tuG7lFz6jP .dropdown-item:hover,
.cid-tuG7lFz6jP .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-tuG7lFz6jP .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tuG7lFz6jP .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tuG7lFz6jP .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tuG7lFz6jP .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tuG7lFz6jP .nav-link {
  position: relative;
}
.cid-tuG7lFz6jP .container {
  display: flex;
  margin: auto;
}
.cid-tuG7lFz6jP .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tuG7lFz6jP .dropdown-menu,
.cid-tuG7lFz6jP .navbar.opened {
  background: #ffffff !important;
}
.cid-tuG7lFz6jP .nav-item:focus,
.cid-tuG7lFz6jP .nav-link:focus {
  outline: none;
}
.cid-tuG7lFz6jP .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tuG7lFz6jP .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tuG7lFz6jP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tuG7lFz6jP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tuG7lFz6jP .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tuG7lFz6jP .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tuG7lFz6jP .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tuG7lFz6jP .navbar.opened {
  transition: all 0.3s;
}
.cid-tuG7lFz6jP .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tuG7lFz6jP .navbar .navbar-logo img {
  width: auto;
}
.cid-tuG7lFz6jP .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tuG7lFz6jP .navbar.collapsed {
  justify-content: center;
}
.cid-tuG7lFz6jP .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tuG7lFz6jP .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tuG7lFz6jP .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tuG7lFz6jP .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tuG7lFz6jP .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tuG7lFz6jP .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tuG7lFz6jP .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tuG7lFz6jP .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tuG7lFz6jP .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tuG7lFz6jP .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tuG7lFz6jP .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tuG7lFz6jP .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tuG7lFz6jP .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tuG7lFz6jP .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tuG7lFz6jP .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tuG7lFz6jP .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tuG7lFz6jP .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tuG7lFz6jP .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tuG7lFz6jP .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tuG7lFz6jP .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tuG7lFz6jP .navbar.navbar-short {
  min-height: 60px;
}
.cid-tuG7lFz6jP .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tuG7lFz6jP .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tuG7lFz6jP .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tuG7lFz6jP .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tuG7lFz6jP .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tuG7lFz6jP .dropdown-item.active,
.cid-tuG7lFz6jP .dropdown-item:active {
  background-color: transparent;
}
.cid-tuG7lFz6jP .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tuG7lFz6jP .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tuG7lFz6jP .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tuG7lFz6jP .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tuG7lFz6jP .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tuG7lFz6jP .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tuG7lFz6jP ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tuG7lFz6jP .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tuG7lFz6jP button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tuG7lFz6jP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tuG7lFz6jP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tuG7lFz6jP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tuG7lFz6jP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tuG7lFz6jP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tuG7lFz6jP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tuG7lFz6jP nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tuG7lFz6jP nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tuG7lFz6jP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tuG7lFz6jP .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tuG7lFz6jP a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tuG7lFz6jP .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tuG7lFz6jP .navbar {
    height: 70px;
  }
  .cid-tuG7lFz6jP .navbar.opened {
    height: auto;
  }
  .cid-tuG7lFz6jP .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tuG7lFX8Gl {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/chevron-poisoning-america-1000x665.png");
}
.cid-tuG8HIhwEW {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-tuG8HIhwEW .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-tuG8HIhwEW .card {
    margin-bottom: 2rem!important;
  }
  .cid-tuG8HIhwEW .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tuG8HIhwEW .link-wrap {
    align-items: center;
  }
}
.cid-tuG8HIhwEW .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tuG8HIhwEW .card-title,
.cid-tuG8HIhwEW .card-box {
  color: #4479d9;
}
.cid-tuG8HIhwEW .mbr-text,
.cid-tuG8HIhwEW .link-wrap,
.cid-tuG8HIhwEW .mbr-section-btn {
  color: #353535;
}
.cid-tuG8GBKPX8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tuG8GBKPX8 .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-tuG8GBKPX8 .card {
    margin-bottom: 2rem!important;
  }
  .cid-tuG8GBKPX8 .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tuG8GBKPX8 .link-wrap {
    align-items: center;
  }
}
.cid-tuG8GBKPX8 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tuG8GBKPX8 .card-title,
.cid-tuG8GBKPX8 .card-box {
  color: #4479d9;
}
.cid-tuG8GBKPX8 .mbr-text,
.cid-tuG8GBKPX8 .link-wrap,
.cid-tuG8GBKPX8 .mbr-section-btn {
  color: #353535;
}
.cid-tuG7lIqg8O {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #4479d9;
}
.cid-tuG7lIqg8O .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tuG7lIqg8O .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tuG7lIqg8O .row {
    text-align: center;
  }
  .cid-tuG7lIqg8O .social-row {
    justify-content: center;
  }
}
.cid-tuG7lIqg8O .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tuG7lIqg8O .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tuG7lIqg8O .list {
    margin-bottom: 0rem;
  }
}
.cid-tuG7lIqg8O .mbr-text {
  color: #ffffff;
}
.cid-tuG7lIqg8O .mbr-iconfont {
  color: black;
}
.cid-tuG7lIqg8O .copyright {
  color: #ffffff;
}
