@font-face {
    font-family: 'Open Sans Condensed';
    src: local('Open Sans Condensed Light'), local('Open-Sans-Condensed-Light'),
        url('../fonts/OpenSansCondensed-Light.woff2') format('woff2'),
        url('../fonts/OpenSansCondensed-Light.woff') format('woff'),
        url('../fonts/OpenSansCondensed-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
  }

body {
  font-family: Rubik;
}
.display-1 {
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 1.8rem;
  font-display: swap;
}
.display-1 > .mbr-iconfont {
  font-size: 2.88rem;
}
.display-2 {
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 1.6rem;
  font-display: swap;
}
.display-2 > .mbr-iconfont {
  font-size: 2.56rem;
}
.display-4 {
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 1.4rem;
  font-display: swap;
}
.display-5 > .mbr-iconfont {
  font-size: 2.24rem;
}
.display-7 {
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 1.2rem;
  font-display: swap;
}
.display-7 > .mbr-iconfont {
  font-size: 1.92rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    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-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 3px;
}
.bg-primary {
  background-color: #ffffff !important;
}
.bg-success {
  background-color: #f7ed4a !important;
}
.bg-info {
  background-color: #82786e !important;
}
.bg-warning {
  background-color: #cabfca !important;
}
.bg-danger {
  background-color: #b1a374 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff3366 !important;
  border-color: #ff3366 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #e50039 !important;
  border-color: #e50039 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #e50039 !important;
  border-color: #e50039 !important;
}
.btn-info,
.btn-info:active {
  background-color: #82786e !important;
  border-color: #82786e !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-success,
.btn-success:active {
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
  color: #3f3c03 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #cabfca !important;
  border-color: #cabfca !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #a795a7 !important;
  border-color: #a795a7 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #a795a7 !important;
  border-color: #a795a7 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #cccccc;
  color: #cccccc;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #808080;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #cc0033;
  color: #cc0033;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #ff3366;
  border-color: #ff3366;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff3366 !important;
  border-color: #ff3366 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #4b453f;
  color: #4b453f;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #82786e;
  border-color: #82786e;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #82786e !important;
  border-color: #82786e !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #d2c609;
  color: #d2c609;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #3f3c03;
  background-color: #f7ed4a;
  border-color: #f7ed4a;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #3f3c03 !important;
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #9c879c;
  color: #9c879c;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #cabfca;
  border-color: #cabfca;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #cabfca !important;
  border-color: #cabfca !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #7a6e45;
  color: #7a6e45;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #b1a374;
  border-color: #b1a374;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #ffffff !important;
}
.text-secondary {
  color: #ff3366 !important;
}
.text-success {
  color: #f7ed4a !important;
}
.text-info {
  color: #82786e !important;
}
.text-warning {
  color: #cabfca !important;
}
.text-danger {
  color: #b1a374 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #cccccc !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #cc0033 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #d2c609 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #4b453f !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #9c879c !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #7a6e45 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #82786e;
}
.alert-warning {
  background-color: #cabfca;
}
.alert-danger {
  background-color: #b1a374;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #8c8c8c;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #ffffff;
}
.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: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #beb8b2;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #dfd9c6;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 1.2rem;
  font-display: swap;
}
.form-control > .mbr-iconfont {
  font-size: 1.92rem;
}
blockquote {
  border-color: #ffffff;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.form2 .form-control {
  border-top-left-radius: 100px;
  border-bottom-left-radius: 100px;
}
.form2 .input-group-btn a.btn {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.form2 .input-group-btn button[type="submit"] {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.form3 input[type="email"] {
  border-radius: 100px !important;
}
@media (max-width: 349px) {
  .form2 input[type="email"] {
    border-radius: 100px !important;
  }
  .form2 .input-group-btn a.btn {
    border-radius: 100px !important;
  }
  .form2 .input-group-btn button[type="submit"] {
    border-radius: 100px !important;
  }
}
@media (max-width: 767px) {
  .btn {
    font-size: .75rem !important;
  }
  .btn .mbr-iconfont {
    font-size: 1rem !important;
  }
}
/* Footer */
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #ffffff;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #ffffff;
}
.footer3 input[type="email"],
.footer4 input[type="email"] {
  border-radius: 100px !important;
}
.footer3 .input-group-btn a.btn,
.footer4 .input-group-btn a.btn {
  border-radius: 100px !important;
}
.footer3 .input-group-btn button[type="submit"],
.footer4 .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
}
/* Headers*/
.header13 .form-inline input[type="email"],
.header14 .form-inline input[type="email"] {
  border-radius: 100px;
}
.header13 .form-inline input[type="text"],
.header14 .form-inline input[type="text"] {
  border-radius: 100px;
}
.header13 .form-inline input[type="tel"],
.header14 .form-inline input[type="tel"] {
  border-radius: 100px;
}
.header13 .form-inline a.btn,
.header14 .form-inline a.btn {
  border-radius: 100px;
}
.header13 .form-inline button,
.header14 .form-inline button {
  border-radius: 100px !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .card-wrapper {
    flex: auto !important;
  }
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #ffffff !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: #ff3366 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 100px;
  height: 100px;
  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='%23ffffff' %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.3;
}
.cid-s2XuFF25iq {
  background: #ffffff;
  padding-top: 75px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-s2XuFF25iq .image-block {
  margin: auto;
}
.cid-s2XuFF25iq figcaption {
  position: relative;
}
.cid-s2XuFF25iq figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-s2XuFF25iq .image-block {
    width: 100% !important;
  }
}
.cid-s2XuFF25iq DIV {
  text-align: right;
}
.cid-s32RxZLsD7 {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-s32RxZLsD7 .image-block {
  margin: auto;
}
.cid-s32RxZLsD7 figcaption {
  position: relative;
}
.cid-s32RxZLsD7 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-s32RxZLsD7 .image-block {
    width: 100% !important;
  }
}
.cid-s32RxZLsD7 DIV {
  text-align: right;
}
.cid-s1lHBjcTqg .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-s1lHBjcTqg .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-s1lHBjcTqg a {
  font-style: normal;
}
.cid-s1lHBjcTqg .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-s1lHBjcTqg .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-s1lHBjcTqg .nav-item:focus,
.cid-s1lHBjcTqg .nav-link:focus {
  outline: none;
}
.cid-s1lHBjcTqg .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-s1lHBjcTqg .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-s1lHBjcTqg .menu-logo {
  margin-right: auto;
}
.cid-s1lHBjcTqg .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s1lHBjcTqg .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-s1lHBjcTqg .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-s1lHBjcTqg .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-s1lHBjcTqg .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-s1lHBjcTqg .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-s1lHBjcTqg .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-s1lHBjcTqg .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-s1lHBjcTqg .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-s1lHBjcTqg .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-s1lHBjcTqg .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-s1lHBjcTqg .dropdown .dropdown-menu {
  background: #ffffff;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-s1lHBjcTqg .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-s1lHBjcTqg .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s1lHBjcTqg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-s1lHBjcTqg .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-s1lHBjcTqg .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-s1lHBjcTqg .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-s1lHBjcTqg .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-s1lHBjcTqg .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-s1lHBjcTqg .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-s1lHBjcTqg .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-s1lHBjcTqg .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-s1lHBjcTqg button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-s1lHBjcTqg button.navbar-toggler:focus {
  outline: none;
}
.cid-s1lHBjcTqg button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-s1lHBjcTqg button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s1lHBjcTqg button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s1lHBjcTqg button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s1lHBjcTqg button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s1lHBjcTqg nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s1lHBjcTqg nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s1lHBjcTqg nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s1lHBjcTqg nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s1lHBjcTqg .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-s1lHBjcTqg .collapsed .btn {
  display: -webkit-flex;
}
.cid-s1lHBjcTqg .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-s1lHBjcTqg .collapsed .navbar-collapse.collapsing,
.cid-s1lHBjcTqg .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-s1lHBjcTqg .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-s1lHBjcTqg .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-s1lHBjcTqg .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-s1lHBjcTqg .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-s1lHBjcTqg .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-s1lHBjcTqg .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-s1lHBjcTqg .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-s1lHBjcTqg .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-s1lHBjcTqg .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-s1lHBjcTqg .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-s1lHBjcTqg .collapsed button.navbar-toggler {
  display: block;
}
.cid-s1lHBjcTqg .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-s1lHBjcTqg .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-s1lHBjcTqg .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-s1lHBjcTqg .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-s1lHBjcTqg .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-s1lHBjcTqg .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-s1lHBjcTqg.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-s1lHBjcTqg img {
    height: 3.8rem !important;
  }
  .cid-s1lHBjcTqg .btn {
    display: -webkit-flex;
  }
  .cid-s1lHBjcTqg button.navbar-toggler {
    display: block;
  }
  .cid-s1lHBjcTqg .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-s1lHBjcTqg .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-s1lHBjcTqg .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-s1lHBjcTqg .navbar-collapse.collapsing,
  .cid-s1lHBjcTqg .navbar-collapse.show {
    display: block !important;
  }
  .cid-s1lHBjcTqg .navbar-collapse.collapsing .navbar-nav,
  .cid-s1lHBjcTqg .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-s1lHBjcTqg .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-s1lHBjcTqg .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-s1lHBjcTqg .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-s1lHBjcTqg .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-s1lHBjcTqg .navbar-collapse.collapsing .navbar-buttons,
  .cid-s1lHBjcTqg .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-s1lHBjcTqg .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-s1lHBjcTqg .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-s1lHBjcTqg .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-s1lHBjcTqg .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-s1lHBjcTqg .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-s1lHBjcTqg .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-s1lHBjcTqg .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-s1lHBjcTqg .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-s1lHBjcTqg .nav-link:hover,
.cid-s1lHBjcTqg .dropdown-item:hover {
  color: #767676 !important;
}
.cid-s3fApe0pw2 {
  padding-top: 15px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-s3fApe0pw2 .line {
  background-color: #cabfca;
  color: #cabfca;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-s3fApe0pw2 .section-text {
  padding: 2rem 0;
}
.cid-s3fApe0pw2 .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-s3fApe0pw2 .inner-container {
    width: 100% !important;
  }
}
.cid-s31HGu16nk {
  background: #ffffff;
  padding-top: 75px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-s31HGu16nk .image-block {
  margin: auto;
}
.cid-s31HGu16nk figcaption {
  position: relative;
}
.cid-s31HGu16nk figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-s31HGu16nk .image-block {
    width: 100% !important;
  }
}
.cid-s31HGu16nk DIV {
  text-align: right;
}
.cid-s31HGuGX1Q {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-s31HGuGX1Q .image-block {
  margin: auto;
}
.cid-s31HGuGX1Q figcaption {
  position: relative;
}
.cid-s31HGuGX1Q figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-s31HGuGX1Q .image-block {
    width: 100% !important;
  }
}
.cid-s31HGuGX1Q DIV {
  text-align: right;
}
.cid-s31HGvsPiQ {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-s31HGvsPiQ .image-block {
  margin: auto;
}
.cid-s31HGvsPiQ figcaption {
  position: relative;
}
.cid-s31HGvsPiQ figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-s31HGvsPiQ .image-block {
    width: 100% !important;
  }
}
.cid-s31HGvsPiQ DIV {
  text-align: right;
}
.cid-s31HGwbMTX {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-s31HGwbMTX .image-block {
  margin: auto;
}
.cid-s31HGwbMTX figcaption {
  position: relative;
}
.cid-s31HGwbMTX figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-s31HGwbMTX .image-block {
    width: 100% !important;
  }
}
.cid-s31HGwbMTX DIV {
  text-align: right;
}
.cid-s31HGwKvYc {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-s31HGwKvYc .image-block {
  margin: auto;
}
.cid-s31HGwKvYc figcaption {
  position: relative;
}
.cid-s31HGwKvYc figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-s31HGwKvYc .image-block {
    width: 100% !important;
  }
}
.cid-s31HGwKvYc DIV {
  text-align: right;
}
.cid-s31HGxvJpZ {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-s31HGxvJpZ .image-block {
  margin: auto;
}
.cid-s31HGxvJpZ figcaption {
  position: relative;
}
.cid-s31HGxvJpZ figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-s31HGxvJpZ .image-block {
    width: 100% !important;
  }
}
.cid-s31HGxvJpZ DIV {
  text-align: right;
}
.cid-s31HGy8q0N {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-s31HGy8q0N .image-block {
  margin: auto;
}
.cid-s31HGy8q0N figcaption {
  position: relative;
}
.cid-s31HGy8q0N figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-s31HGy8q0N .image-block {
    width: 100% !important;
  }
}
.cid-s31HGy8q0N DIV {
  text-align: right;
}
.cid-s31HGyJdnQ {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-s31HGyJdnQ .image-block {
  margin: auto;
}
.cid-s31HGyJdnQ figcaption {
  position: relative;
}
.cid-s31HGyJdnQ figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-s31HGyJdnQ .image-block {
    width: 100% !important;
  }
}
.cid-s31HGyJdnQ DIV {
  text-align: right;
}
.cid-s31HGzoUZ4 .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-s31HGzoUZ4 .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-s31HGzoUZ4 a {
  font-style: normal;
}
.cid-s31HGzoUZ4 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-s31HGzoUZ4 .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-s31HGzoUZ4 .nav-item:focus,
.cid-s31HGzoUZ4 .nav-link:focus {
  outline: none;
}
.cid-s31HGzoUZ4 .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-s31HGzoUZ4 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-s31HGzoUZ4 .menu-logo {
  margin-right: auto;
}
.cid-s31HGzoUZ4 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s31HGzoUZ4 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-s31HGzoUZ4 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-s31HGzoUZ4 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-s31HGzoUZ4 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-s31HGzoUZ4 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-s31HGzoUZ4 .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-s31HGzoUZ4 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-s31HGzoUZ4 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-s31HGzoUZ4 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-s31HGzoUZ4 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-s31HGzoUZ4 .dropdown .dropdown-menu {
  background: #ffffff;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-s31HGzoUZ4 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-s31HGzoUZ4 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s31HGzoUZ4 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-s31HGzoUZ4 .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-s31HGzoUZ4 .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-s31HGzoUZ4 .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-s31HGzoUZ4 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-s31HGzoUZ4 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-s31HGzoUZ4 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-s31HGzoUZ4 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-s31HGzoUZ4 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-s31HGzoUZ4 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-s31HGzoUZ4 button.navbar-toggler:focus {
  outline: none;
}
.cid-s31HGzoUZ4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-s31HGzoUZ4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s31HGzoUZ4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s31HGzoUZ4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s31HGzoUZ4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s31HGzoUZ4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s31HGzoUZ4 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s31HGzoUZ4 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s31HGzoUZ4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s31HGzoUZ4 .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-s31HGzoUZ4 .collapsed .btn {
  display: -webkit-flex;
}
.cid-s31HGzoUZ4 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-s31HGzoUZ4 .collapsed .navbar-collapse.collapsing,
.cid-s31HGzoUZ4 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-s31HGzoUZ4 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-s31HGzoUZ4 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-s31HGzoUZ4 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-s31HGzoUZ4 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-s31HGzoUZ4 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-s31HGzoUZ4 .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-s31HGzoUZ4 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-s31HGzoUZ4 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-s31HGzoUZ4 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-s31HGzoUZ4 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-s31HGzoUZ4 .collapsed button.navbar-toggler {
  display: block;
}
.cid-s31HGzoUZ4 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-s31HGzoUZ4 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-s31HGzoUZ4 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-s31HGzoUZ4 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-s31HGzoUZ4 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-s31HGzoUZ4 .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-s31HGzoUZ4.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-s31HGzoUZ4 img {
    height: 3.8rem !important;
  }
  .cid-s31HGzoUZ4 .btn {
    display: -webkit-flex;
  }
  .cid-s31HGzoUZ4 button.navbar-toggler {
    display: block;
  }
  .cid-s31HGzoUZ4 .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-s31HGzoUZ4 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-s31HGzoUZ4 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-s31HGzoUZ4 .navbar-collapse.collapsing,
  .cid-s31HGzoUZ4 .navbar-collapse.show {
    display: block !important;
  }
  .cid-s31HGzoUZ4 .navbar-collapse.collapsing .navbar-nav,
  .cid-s31HGzoUZ4 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-s31HGzoUZ4 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-s31HGzoUZ4 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-s31HGzoUZ4 .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-s31HGzoUZ4 .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-s31HGzoUZ4 .navbar-collapse.collapsing .navbar-buttons,
  .cid-s31HGzoUZ4 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-s31HGzoUZ4 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-s31HGzoUZ4 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-s31HGzoUZ4 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-s31HGzoUZ4 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-s31HGzoUZ4 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-s31HGzoUZ4 .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-s31HGzoUZ4 .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-s31HGzoUZ4 .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-s31HGzoUZ4 .nav-link:hover,
.cid-s31HGzoUZ4 .dropdown-item:hover {
  color: #767676 !important;
}
.cid-s31HGAiPBs {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-s31HGAiPBs .image-block {
  margin: auto;
}
.cid-s31HGAiPBs figcaption {
  position: relative;
}
.cid-s31HGAiPBs figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-s31HGAiPBs .image-block {
    width: 100% !important;
  }
}
.cid-s31HGAiPBs DIV {
  text-align: right;
}
.cid-s31HGB1Vi6 {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-s31HGB1Vi6 .image-block {
  margin: auto;
}
.cid-s31HGB1Vi6 figcaption {
  position: relative;
}
.cid-s31HGB1Vi6 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-s31HGB1Vi6 .image-block {
    width: 100% !important;
  }
}
.cid-s31HGB1Vi6 DIV {
  text-align: right;
}
.cid-s31HGBKFww {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-s31HGBKFww .image-block {
  margin: auto;
}
.cid-s31HGBKFww figcaption {
  position: relative;
}
.cid-s31HGBKFww figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-s31HGBKFww .image-block {
    width: 100% !important;
  }
}
.cid-s31HGBKFww DIV {
  text-align: right;
}
.cid-s31HGCqpVS {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-s31HGCqpVS .image-block {
  margin: auto;
}
.cid-s31HGCqpVS figcaption {
  position: relative;
}
.cid-s31HGCqpVS figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-s31HGCqpVS .image-block {
    width: 100% !important;
  }
}
.cid-s31HGCqpVS DIV {
  text-align: right;
}
.cid-s31HGDFGNH {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-s31HGDFGNH .image-block {
  margin: auto;
}
.cid-s31HGDFGNH figcaption {
  position: relative;
}
.cid-s31HGDFGNH figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-s31HGDFGNH .image-block {
    width: 100% !important;
  }
}
.cid-s31HGDFGNH DIV {
  text-align: right;
}
.cid-s31HGD174O {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-s31HGD174O .image-block {
  margin: auto;
}
.cid-s31HGD174O figcaption {
  position: relative;
}
.cid-s31HGD174O figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-s31HGD174O .image-block {
    width: 100% !important;
  }
}
.cid-s31HGD174O DIV {
  text-align: right;
}
.cid-s32jBCXRUT {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-s32jBCXRUT .image-block {
  margin: auto;
}
.cid-s32jBCXRUT figcaption {
  position: relative;
}
.cid-s32jBCXRUT figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-s32jBCXRUT .image-block {
    width: 100% !important;
  }
}
.cid-s32jBCXRUT DIV {
  text-align: right;
}
.cid-s32xeQP8Yw {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-s32xeQP8Yw .image-block {
  margin: auto;
}
.cid-s32xeQP8Yw figcaption {
  position: relative;
}
.cid-s32xeQP8Yw figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-s32xeQP8Yw .image-block {
    width: 100% !important;
  }
}
.cid-s32xeQP8Yw DIV {
  text-align: right;
}
.cid-s3faxmMu9o {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-s3faxmMu9o .image-block {
  margin: auto;
}
.cid-s3faxmMu9o figcaption {
  position: relative;
}
.cid-s3faxmMu9o figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-s3faxmMu9o .image-block {
    width: 100% !important;
  }
}
.cid-s3faxmMu9o DIV {
  text-align: right;
}
.cid-s32CO60yrV {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-s32CO60yrV .image-block {
  margin: auto;
}
.cid-s32CO60yrV figcaption {
  position: relative;
}
.cid-s32CO60yrV figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-s32CO60yrV .image-block {
    width: 100% !important;
  }
}
.cid-s32CO60yrV DIV {
  text-align: right;
}
.cid-s32CY6JsSt {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-s32CY6JsSt .image-block {
  margin: auto;
}
.cid-s32CY6JsSt figcaption {
  position: relative;
}
.cid-s32CY6JsSt figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-s32CY6JsSt .image-block {
    width: 100% !important;
  }
}
.cid-s32CY6JsSt DIV {
  text-align: right;
}
.cid-s31HNc4ITy {
  background: #ffffff;
  padding-top: 75px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-s31HNc4ITy .image-block {
  margin: auto;
}
.cid-s31HNc4ITy figcaption {
  position: relative;
}
.cid-s31HNc4ITy figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-s31HNc4ITy .image-block {
    width: 100% !important;
  }
}
.cid-s31HNc4ITy DIV {
  text-align: right;
}
.cid-s31HNcZeoF {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-s31HNcZeoF .image-block {
  margin: auto;
}
.cid-s31HNcZeoF figcaption {
  position: relative;
}
.cid-s31HNcZeoF figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-s31HNcZeoF .image-block {
    width: 100% !important;
  }
}
.cid-s31HNcZeoF DIV {
  text-align: right;
}
.cid-s31HNdUHPp {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-s31HNdUHPp .image-block {
  margin: auto;
}
.cid-s31HNdUHPp figcaption {
  position: relative;
}
.cid-s31HNdUHPp figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-s31HNdUHPp .image-block {
    width: 100% !important;
  }
}
.cid-s31HNdUHPp DIV {
  text-align: right;
}
.cid-s31HNeTv8h {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-s31HNeTv8h .image-block {
  margin: auto;
}
.cid-s31HNeTv8h figcaption {
  position: relative;
}
.cid-s31HNeTv8h figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-s31HNeTv8h .image-block {
    width: 100% !important;
  }
}
.cid-s31HNeTv8h DIV {
  text-align: right;
}
.cid-s31HNfx7Ot {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-s31HNfx7Ot .image-block {
  margin: auto;
}
.cid-s31HNfx7Ot figcaption {
  position: relative;
}
.cid-s31HNfx7Ot figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-s31HNfx7Ot .image-block {
    width: 100% !important;
  }
}
.cid-s31HNfx7Ot DIV {
  text-align: right;
}
.cid-s31HNgs415 {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-s31HNgs415 .image-block {
  margin: auto;
}
.cid-s31HNgs415 figcaption {
  position: relative;
}
.cid-s31HNgs415 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-s31HNgs415 .image-block {
    width: 100% !important;
  }
}
.cid-s31HNgs415 DIV {
  text-align: right;
}
.cid-s31HNhnrdN {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-s31HNhnrdN .image-block {
  margin: auto;
}
.cid-s31HNhnrdN figcaption {
  position: relative;
}
.cid-s31HNhnrdN figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-s31HNhnrdN .image-block {
    width: 100% !important;
  }
}
.cid-s31HNhnrdN DIV {
  text-align: right;
}
.cid-s31HNi3nF0 {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-s31HNi3nF0 .image-block {
  margin: auto;
}
.cid-s31HNi3nF0 figcaption {
  position: relative;
}
.cid-s31HNi3nF0 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-s31HNi3nF0 .image-block {
    width: 100% !important;
  }
}
.cid-s31HNi3nF0 DIV {
  text-align: right;
}
.cid-s31HNj72lA .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-s31HNj72lA .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-s31HNj72lA a {
  font-style: normal;
}
.cid-s31HNj72lA .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-s31HNj72lA .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-s31HNj72lA .nav-item:focus,
.cid-s31HNj72lA .nav-link:focus {
  outline: none;
}
.cid-s31HNj72lA .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-s31HNj72lA .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-s31HNj72lA .menu-logo {
  margin-right: auto;
}
.cid-s31HNj72lA .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s31HNj72lA .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-s31HNj72lA .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-s31HNj72lA .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-s31HNj72lA .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-s31HNj72lA .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-s31HNj72lA .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-s31HNj72lA .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-s31HNj72lA .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-s31HNj72lA .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-s31HNj72lA .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-s31HNj72lA .dropdown .dropdown-menu {
  background: #ffffff;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-s31HNj72lA .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-s31HNj72lA .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s31HNj72lA .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-s31HNj72lA .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-s31HNj72lA .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-s31HNj72lA .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-s31HNj72lA .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-s31HNj72lA .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-s31HNj72lA .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-s31HNj72lA .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-s31HNj72lA .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-s31HNj72lA button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-s31HNj72lA button.navbar-toggler:focus {
  outline: none;
}
.cid-s31HNj72lA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-s31HNj72lA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s31HNj72lA button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s31HNj72lA button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s31HNj72lA button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s31HNj72lA nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s31HNj72lA nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s31HNj72lA nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s31HNj72lA nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s31HNj72lA .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-s31HNj72lA .collapsed .btn {
  display: -webkit-flex;
}
.cid-s31HNj72lA .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-s31HNj72lA .collapsed .navbar-collapse.collapsing,
.cid-s31HNj72lA .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-s31HNj72lA .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-s31HNj72lA .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-s31HNj72lA .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-s31HNj72lA .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-s31HNj72lA .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-s31HNj72lA .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-s31HNj72lA .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-s31HNj72lA .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-s31HNj72lA .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-s31HNj72lA .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-s31HNj72lA .collapsed button.navbar-toggler {
  display: block;
}
.cid-s31HNj72lA .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-s31HNj72lA .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-s31HNj72lA .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-s31HNj72lA .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-s31HNj72lA .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-s31HNj72lA .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-s31HNj72lA.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-s31HNj72lA img {
    height: 3.8rem !important;
  }
  .cid-s31HNj72lA .btn {
    display: -webkit-flex;
  }
  .cid-s31HNj72lA button.navbar-toggler {
    display: block;
  }
  .cid-s31HNj72lA .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-s31HNj72lA .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-s31HNj72lA .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-s31HNj72lA .navbar-collapse.collapsing,
  .cid-s31HNj72lA .navbar-collapse.show {
    display: block !important;
  }
  .cid-s31HNj72lA .navbar-collapse.collapsing .navbar-nav,
  .cid-s31HNj72lA .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-s31HNj72lA .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-s31HNj72lA .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-s31HNj72lA .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-s31HNj72lA .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-s31HNj72lA .navbar-collapse.collapsing .navbar-buttons,
  .cid-s31HNj72lA .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-s31HNj72lA .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-s31HNj72lA .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-s31HNj72lA .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-s31HNj72lA .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-s31HNj72lA .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-s31HNj72lA .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-s31HNj72lA .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-s31HNj72lA .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-s31HNj72lA .nav-link:hover,
.cid-s31HNj72lA .dropdown-item:hover {
  color: #767676 !important;
}
.cid-s31HNk5OnB {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-s31HNk5OnB .image-block {
  margin: auto;
}
.cid-s31HNk5OnB figcaption {
  position: relative;
}
.cid-s31HNk5OnB figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-s31HNk5OnB .image-block {
    width: 100% !important;
  }
}
.cid-s31HNk5OnB DIV {
  text-align: right;
}
.cid-s31HOHdgB6 {
  background: #ffffff;
  padding-top: 75px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-s31HOHdgB6 .image-block {
  margin: auto;
}
.cid-s31HOHdgB6 figcaption {
  position: relative;
}
.cid-s31HOHdgB6 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-s31HOHdgB6 .image-block {
    width: 100% !important;
  }
}
.cid-s31HOHdgB6 DIV {
  text-align: right;
}
.cid-s31HOIanoV {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-s31HOIanoV .image-block {
  margin: auto;
}
.cid-s31HOIanoV figcaption {
  position: relative;
}
.cid-s31HOIanoV figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-s31HOIanoV .image-block {
    width: 100% !important;
  }
}
.cid-s31HOIanoV DIV {
  text-align: right;
}
.cid-s31HOJ3dMa {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-s31HOJ3dMa .image-block {
  margin: auto;
}
.cid-s31HOJ3dMa figcaption {
  position: relative;
}
.cid-s31HOJ3dMa figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-s31HOJ3dMa .image-block {
    width: 100% !important;
  }
}
.cid-s31HOJ3dMa DIV {
  text-align: right;
}
.cid-s3f6cIvl2p {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-s3f6cIvl2p .image-block {
  margin: auto;
}
.cid-s3f6cIvl2p figcaption {
  position: relative;
}
.cid-s3f6cIvl2p figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-s3f6cIvl2p .image-block {
    width: 100% !important;
  }
}
.cid-s3f6cIvl2p DIV {
  text-align: right;
}
.cid-s31HOJZ2H9 {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-s31HOJZ2H9 .image-block {
  margin: auto;
}
.cid-s31HOJZ2H9 figcaption {
  position: relative;
}
.cid-s31HOJZ2H9 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-s31HOJZ2H9 .image-block {
    width: 100% !important;
  }
}
.cid-s31HOJZ2H9 DIV {
  text-align: right;
}
.cid-s31HOL05H3 {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-s31HOL05H3 .image-block {
  margin: auto;
}
.cid-s31HOL05H3 figcaption {
  position: relative;
}
.cid-s31HOL05H3 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-s31HOL05H3 .image-block {
    width: 100% !important;
  }
}
.cid-s31HOL05H3 DIV {
  text-align: right;
}
.cid-s31HOLREBC {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-s31HOLREBC .image-block {
  margin: auto;
}
.cid-s31HOLREBC figcaption {
  position: relative;
}
.cid-s31HOLREBC figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-s31HOLREBC .image-block {
    width: 100% !important;
  }
}
.cid-s31HOLREBC DIV {
  text-align: right;
}
.cid-s31HOMHzOP {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-s31HOMHzOP .image-block {
  margin: auto;
}
.cid-s31HOMHzOP figcaption {
  position: relative;
}
.cid-s31HOMHzOP figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-s31HOMHzOP .image-block {
    width: 100% !important;
  }
}
.cid-s31HOMHzOP DIV {
  text-align: right;
}
.cid-s31HONxHTx {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-s31HONxHTx .image-block {
  margin: auto;
}
.cid-s31HONxHTx figcaption {
  position: relative;
}
.cid-s31HONxHTx figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-s31HONxHTx .image-block {
    width: 100% !important;
  }
}
.cid-s31HONxHTx DIV {
  text-align: right;
}
.cid-s31HOOoZlk .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-s31HOOoZlk .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-s31HOOoZlk a {
  font-style: normal;
}
.cid-s31HOOoZlk .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-s31HOOoZlk .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-s31HOOoZlk .nav-item:focus,
.cid-s31HOOoZlk .nav-link:focus {
  outline: none;
}
.cid-s31HOOoZlk .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-s31HOOoZlk .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-s31HOOoZlk .menu-logo {
  margin-right: auto;
}
.cid-s31HOOoZlk .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s31HOOoZlk .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-s31HOOoZlk .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-s31HOOoZlk .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-s31HOOoZlk .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-s31HOOoZlk .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-s31HOOoZlk .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-s31HOOoZlk .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-s31HOOoZlk .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-s31HOOoZlk .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-s31HOOoZlk .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-s31HOOoZlk .dropdown .dropdown-menu {
  background: #ffffff;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-s31HOOoZlk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-s31HOOoZlk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s31HOOoZlk .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-s31HOOoZlk .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-s31HOOoZlk .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-s31HOOoZlk .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-s31HOOoZlk .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-s31HOOoZlk .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-s31HOOoZlk .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-s31HOOoZlk .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-s31HOOoZlk .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-s31HOOoZlk button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-s31HOOoZlk button.navbar-toggler:focus {
  outline: none;
}
.cid-s31HOOoZlk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-s31HOOoZlk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s31HOOoZlk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s31HOOoZlk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s31HOOoZlk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s31HOOoZlk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s31HOOoZlk nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s31HOOoZlk nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s31HOOoZlk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s31HOOoZlk .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-s31HOOoZlk .collapsed .btn {
  display: -webkit-flex;
}
.cid-s31HOOoZlk .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-s31HOOoZlk .collapsed .navbar-collapse.collapsing,
.cid-s31HOOoZlk .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-s31HOOoZlk .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-s31HOOoZlk .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-s31HOOoZlk .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-s31HOOoZlk .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-s31HOOoZlk .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-s31HOOoZlk .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-s31HOOoZlk .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-s31HOOoZlk .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-s31HOOoZlk .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-s31HOOoZlk .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-s31HOOoZlk .collapsed button.navbar-toggler {
  display: block;
}
.cid-s31HOOoZlk .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-s31HOOoZlk .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-s31HOOoZlk .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-s31HOOoZlk .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-s31HOOoZlk .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-s31HOOoZlk .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-s31HOOoZlk.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-s31HOOoZlk img {
    height: 3.8rem !important;
  }
  .cid-s31HOOoZlk .btn {
    display: -webkit-flex;
  }
  .cid-s31HOOoZlk button.navbar-toggler {
    display: block;
  }
  .cid-s31HOOoZlk .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-s31HOOoZlk .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-s31HOOoZlk .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-s31HOOoZlk .navbar-collapse.collapsing,
  .cid-s31HOOoZlk .navbar-collapse.show {
    display: block !important;
  }
  .cid-s31HOOoZlk .navbar-collapse.collapsing .navbar-nav,
  .cid-s31HOOoZlk .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-s31HOOoZlk .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-s31HOOoZlk .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-s31HOOoZlk .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-s31HOOoZlk .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-s31HOOoZlk .navbar-collapse.collapsing .navbar-buttons,
  .cid-s31HOOoZlk .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-s31HOOoZlk .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-s31HOOoZlk .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-s31HOOoZlk .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-s31HOOoZlk .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-s31HOOoZlk .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-s31HOOoZlk .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-s31HOOoZlk .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-s31HOOoZlk .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-s31HOOoZlk .nav-link:hover,
.cid-s31HOOoZlk .dropdown-item:hover {
  color: #767676 !important;
}
.cid-s31HOPsrCn {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-s31HOPsrCn .image-block {
  margin: auto;
}
.cid-s31HOPsrCn figcaption {
  position: relative;
}
.cid-s31HOPsrCn figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-s31HOPsrCn .image-block {
    width: 100% !important;
  }
}
.cid-s31HOPsrCn DIV {
  text-align: right;
}
.cid-s31HOQkE5Y {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-s31HOQkE5Y .image-block {
  margin: auto;
}
.cid-s31HOQkE5Y figcaption {
  position: relative;
}
.cid-s31HOQkE5Y figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-s31HOQkE5Y .image-block {
    width: 100% !important;
  }
}
.cid-s31HOQkE5Y DIV {
  text-align: right;
}
.cid-s31HORqr9N {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-s31HORqr9N .image-block {
  margin: auto;
}
.cid-s31HORqr9N figcaption {
  position: relative;
}
.cid-s31HORqr9N figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-s31HORqr9N .image-block {
    width: 100% !important;
  }
}
.cid-s31HORqr9N DIV {
  text-align: right;
}
.cid-s31HOSkyeb {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-s31HOSkyeb .image-block {
  margin: auto;
}
.cid-s31HOSkyeb figcaption {
  position: relative;
}
.cid-s31HOSkyeb figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-s31HOSkyeb .image-block {
    width: 100% !important;
  }
}
.cid-s31HOSkyeb DIV {
  text-align: right;
}
.cid-s31HOTqTgk {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-s31HOTqTgk .image-block {
  margin: auto;
}
.cid-s31HOTqTgk figcaption {
  position: relative;
}
.cid-s31HOTqTgk figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-s31HOTqTgk .image-block {
    width: 100% !important;
  }
}
.cid-s31HOTqTgk DIV {
  text-align: right;
}
.cid-s31HOUmIEa {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-s31HOUmIEa .image-block {
  margin: auto;
}
.cid-s31HOUmIEa figcaption {
  position: relative;
}
.cid-s31HOUmIEa figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-s31HOUmIEa .image-block {
    width: 100% !important;
  }
}
.cid-s31HOUmIEa DIV {
  text-align: right;
}
.cid-s3fogmq8cF {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-s3fogmq8cF .image-block {
  margin: auto;
}
.cid-s3fogmq8cF figcaption {
  position: relative;
}
.cid-s3fogmq8cF figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-s3fogmq8cF .image-block {
    width: 100% !important;
  }
}
.cid-s3fogmq8cF DIV {
  text-align: right;
}
.cid-s3fugFufBu {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-s3fugFufBu .image-block {
  margin: auto;
}
.cid-s3fugFufBu figcaption {
  position: relative;
}
.cid-s3fugFufBu figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-s3fugFufBu .image-block {
    width: 100% !important;
  }
}
.cid-s3fugFufBu DIV {
  text-align: right;
}
.cid-s3fuh9l7lt {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-s3fuh9l7lt .image-block {
  margin: auto;
}
.cid-s3fuh9l7lt figcaption {
  position: relative;
}
.cid-s3fuh9l7lt figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-s3fuh9l7lt .image-block {
    width: 100% !important;
  }
}
.cid-s3fuh9l7lt DIV {
  text-align: right;
}
.cid-s3fuhD3ACo {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-s3fuhD3ACo .image-block {
  margin: auto;
}
.cid-s3fuhD3ACo figcaption {
  position: relative;
}
.cid-s3fuhD3ACo figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-s3fuhD3ACo .image-block {
    width: 100% !important;
  }
}
.cid-s3fuhD3ACo DIV {
  text-align: right;
}
.cid-s2Y6xCyrHy {
  background: #ffffff;
  padding-top: 75px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-s2Y6xCyrHy .image-block {
  margin: auto;
}
.cid-s2Y6xCyrHy figcaption {
  position: relative;
}
.cid-s2Y6xCyrHy figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-s2Y6xCyrHy .image-block {
    width: 100% !important;
  }
}
.cid-s2Y6xCyrHy DIV {
  text-align: right;
}
.cid-s1lGGHdMtz {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-s1lGGHdMtz .image-block {
  margin: auto;
}
.cid-s1lGGHdMtz figcaption {
  position: relative;
}
.cid-s1lGGHdMtz figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-s1lGGHdMtz .image-block {
    width: 100% !important;
  }
}
.cid-s1lGGHdMtz DIV {
  text-align: right;
}
.cid-s2VLQIModm {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-s2VLQIModm .image-block {
  margin: auto;
}
.cid-s2VLQIModm figcaption {
  position: relative;
}
.cid-s2VLQIModm figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-s2VLQIModm .image-block {
    width: 100% !important;
  }
}
.cid-s2VLQIModm DIV {
  text-align: right;
}
.cid-s2WGV00uH2 {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-s2WGV00uH2 .image-block {
  margin: auto;
}
.cid-s2WGV00uH2 figcaption {
  position: relative;
}
.cid-s2WGV00uH2 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-s2WGV00uH2 .image-block {
    width: 100% !important;
  }
}
.cid-s2WGV00uH2 DIV {
  text-align: right;
}
.cid-s2VN2KzMPx {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-s2VN2KzMPx .image-block {
  margin: auto;
}
.cid-s2VN2KzMPx figcaption {
  position: relative;
}
.cid-s2VN2KzMPx figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-s2VN2KzMPx .image-block {
    width: 100% !important;
  }
}
.cid-s2VN2KzMPx DIV {
  text-align: right;
}
.cid-s2VVK7iqJq {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-s2VVK7iqJq .image-block {
  margin: auto;
}
.cid-s2VVK7iqJq figcaption {
  position: relative;
}
.cid-s2VVK7iqJq figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-s2VVK7iqJq .image-block {
    width: 100% !important;
  }
}
.cid-s2VVK7iqJq DIV {
  text-align: right;
}
.cid-s2W10Cu9oK {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-s2W10Cu9oK .image-block {
  margin: auto;
}
.cid-s2W10Cu9oK figcaption {
  position: relative;
}
.cid-s2W10Cu9oK figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-s2W10Cu9oK .image-block {
    width: 100% !important;
  }
}
.cid-s2W10Cu9oK DIV {
  text-align: right;
}
.cid-s2McBSfpoY {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-s2McBSfpoY .image-block {
  margin: auto;
}
.cid-s2McBSfpoY figcaption {
  position: relative;
}
.cid-s2McBSfpoY figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-s2McBSfpoY .image-block {
    width: 100% !important;
  }
}
.cid-s2McBSfpoY DIV {
  text-align: right;
}
.cid-s1lHBjcTqg .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-s1lHBjcTqg .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-s1lHBjcTqg a {
  font-style: normal;
}
.cid-s1lHBjcTqg .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-s1lHBjcTqg .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-s1lHBjcTqg .nav-item:focus,
.cid-s1lHBjcTqg .nav-link:focus {
  outline: none;
}
.cid-s1lHBjcTqg .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-s1lHBjcTqg .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-s1lHBjcTqg .menu-logo {
  margin-right: auto;
}
.cid-s1lHBjcTqg .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s1lHBjcTqg .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-s1lHBjcTqg .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-s1lHBjcTqg .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-s1lHBjcTqg .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-s1lHBjcTqg .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-s1lHBjcTqg .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-s1lHBjcTqg .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-s1lHBjcTqg .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-s1lHBjcTqg .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-s1lHBjcTqg .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-s1lHBjcTqg .dropdown .dropdown-menu {
  background: #ffffff;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-s1lHBjcTqg .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-s1lHBjcTqg .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s1lHBjcTqg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-s1lHBjcTqg .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-s1lHBjcTqg .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-s1lHBjcTqg .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-s1lHBjcTqg .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-s1lHBjcTqg .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-s1lHBjcTqg .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-s1lHBjcTqg .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-s1lHBjcTqg .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-s1lHBjcTqg button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-s1lHBjcTqg button.navbar-toggler:focus {
  outline: none;
}
.cid-s1lHBjcTqg button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-s1lHBjcTqg button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s1lHBjcTqg button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s1lHBjcTqg button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s1lHBjcTqg button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s1lHBjcTqg nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s1lHBjcTqg nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s1lHBjcTqg nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s1lHBjcTqg nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s1lHBjcTqg .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-s1lHBjcTqg .collapsed .btn {
  display: -webkit-flex;
}
.cid-s1lHBjcTqg .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-s1lHBjcTqg .collapsed .navbar-collapse.collapsing,
.cid-s1lHBjcTqg .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-s1lHBjcTqg .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-s1lHBjcTqg .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-s1lHBjcTqg .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-s1lHBjcTqg .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-s1lHBjcTqg .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-s1lHBjcTqg .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-s1lHBjcTqg .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-s1lHBjcTqg .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-s1lHBjcTqg .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-s1lHBjcTqg .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-s1lHBjcTqg .collapsed button.navbar-toggler {
  display: block;
}
.cid-s1lHBjcTqg .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-s1lHBjcTqg .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-s1lHBjcTqg .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-s1lHBjcTqg .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-s1lHBjcTqg .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-s1lHBjcTqg .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-s1lHBjcTqg.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-s1lHBjcTqg img {
    height: 3.8rem !important;
  }
  .cid-s1lHBjcTqg .btn {
    display: -webkit-flex;
  }
  .cid-s1lHBjcTqg button.navbar-toggler {
    display: block;
  }
  .cid-s1lHBjcTqg .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-s1lHBjcTqg .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-s1lHBjcTqg .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-s1lHBjcTqg .navbar-collapse.collapsing,
  .cid-s1lHBjcTqg .navbar-collapse.show {
    display: block !important;
  }
  .cid-s1lHBjcTqg .navbar-collapse.collapsing .navbar-nav,
  .cid-s1lHBjcTqg .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-s1lHBjcTqg .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-s1lHBjcTqg .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-s1lHBjcTqg .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-s1lHBjcTqg .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-s1lHBjcTqg .navbar-collapse.collapsing .navbar-buttons,
  .cid-s1lHBjcTqg .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-s1lHBjcTqg .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-s1lHBjcTqg .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-s1lHBjcTqg .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-s1lHBjcTqg .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-s1lHBjcTqg .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-s1lHBjcTqg .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-s1lHBjcTqg .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-s1lHBjcTqg .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-s1lHBjcTqg .nav-link:hover,
.cid-s1lHBjcTqg .dropdown-item:hover {
  color: #767676 !important;
}
.cid-s2Mcofyaju {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-s2Mcofyaju .image-block {
  margin: auto;
}
.cid-s2Mcofyaju figcaption {
  position: relative;
}
.cid-s2Mcofyaju figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-s2Mcofyaju .image-block {
    width: 100% !important;
  }
}
.cid-s2Mcofyaju DIV {
  text-align: right;
}
.cid-s2RyKKbC2S {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-s2RyKKbC2S .image-block {
  margin: auto;
}
.cid-s2RyKKbC2S figcaption {
  position: relative;
}
.cid-s2RyKKbC2S figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-s2RyKKbC2S .image-block {
    width: 100% !important;
  }
}
.cid-s2RyKKbC2S DIV {
  text-align: right;
}
.cid-s2R6GlGdwI {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-s2R6GlGdwI .image-block {
  margin: auto;
}
.cid-s2R6GlGdwI figcaption {
  position: relative;
}
.cid-s2R6GlGdwI figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-s2R6GlGdwI .image-block {
    width: 100% !important;
  }
}
.cid-s2R6GlGdwI DIV {
  text-align: right;
}
.cid-s2RT5HqfG1 {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-s2RT5HqfG1 .image-block {
  margin: auto;
}
.cid-s2RT5HqfG1 figcaption {
  position: relative;
}
.cid-s2RT5HqfG1 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-s2RT5HqfG1 .image-block {
    width: 100% !important;
  }
}
.cid-s2RT5HqfG1 DIV {
  text-align: right;
}
.cid-s2VctHhVXI {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-s2VctHhVXI .image-block {
  margin: auto;
}
.cid-s2VctHhVXI figcaption {
  position: relative;
}
.cid-s2VctHhVXI figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-s2VctHhVXI .image-block {
    width: 100% !important;
  }
}
.cid-s2VctHhVXI DIV {
  text-align: right;
}
.cid-s2VLaBdRuo {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-s2VLaBdRuo .image-block {
  margin: auto;
}
.cid-s2VLaBdRuo figcaption {
  position: relative;
}
.cid-s2VLaBdRuo figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-s2VLaBdRuo .image-block {
    width: 100% !important;
  }
}
.cid-s2VLaBdRuo DIV {
  text-align: right;
}
.cid-s32LL1MPJv {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-s32LL1MPJv .image-block {
  margin: auto;
}
.cid-s32LL1MPJv figcaption {
  position: relative;
}
.cid-s32LL1MPJv figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-s32LL1MPJv .image-block {
    width: 100% !important;
  }
}
.cid-s32LL1MPJv DIV {
  text-align: right;
}
.cid-s32LQzu2L3 {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-s32LQzu2L3 .image-block {
  margin: auto;
}
.cid-s32LQzu2L3 figcaption {
  position: relative;
}
.cid-s32LQzu2L3 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-s32LQzu2L3 .image-block {
    width: 100% !important;
  }
}
.cid-s32LQzu2L3 DIV {
  text-align: right;
}
.cid-s32M0Em8CE {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-s32M0Em8CE .image-block {
  margin: auto;
}
.cid-s32M0Em8CE figcaption {
  position: relative;
}
.cid-s32M0Em8CE figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-s32M0Em8CE .image-block {
    width: 100% !important;
  }
}
.cid-s32M0Em8CE DIV {
  text-align: right;
}
.cid-s32M88OiO8 {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-s32M88OiO8 .image-block {
  margin: auto;
}
.cid-s32M88OiO8 figcaption {
  position: relative;
}
.cid-s32M88OiO8 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-s32M88OiO8 .image-block {
    width: 100% !important;
  }
}
.cid-s32M88OiO8 DIV {
  text-align: right;
}
.cid-s31NmBl7ha {
  background: #ffffff;
  padding-top: 75px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-s31NmBl7ha .image-block {
  margin: auto;
}
.cid-s31NmBl7ha figcaption {
  position: relative;
}
.cid-s31NmBl7ha figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-s31NmBl7ha .image-block {
    width: 100% !important;
  }
}
.cid-s31NmBl7ha DIV {
  text-align: right;
}
.cid-s2XecwTK8u .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-s2XecwTK8u .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-s2XecwTK8u a {
  font-style: normal;
}
.cid-s2XecwTK8u .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-s2XecwTK8u .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-s2XecwTK8u .nav-item:focus,
.cid-s2XecwTK8u .nav-link:focus {
  outline: none;
}
.cid-s2XecwTK8u .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-s2XecwTK8u .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-s2XecwTK8u .menu-logo {
  margin-right: auto;
}
.cid-s2XecwTK8u .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s2XecwTK8u .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-s2XecwTK8u .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-s2XecwTK8u .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-s2XecwTK8u .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-s2XecwTK8u .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-s2XecwTK8u .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-s2XecwTK8u .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-s2XecwTK8u .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-s2XecwTK8u .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-s2XecwTK8u .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-s2XecwTK8u .dropdown .dropdown-menu {
  background: #ffffff;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-s2XecwTK8u .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-s2XecwTK8u .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s2XecwTK8u .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-s2XecwTK8u .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-s2XecwTK8u .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-s2XecwTK8u .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-s2XecwTK8u .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-s2XecwTK8u .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-s2XecwTK8u .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-s2XecwTK8u .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-s2XecwTK8u .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-s2XecwTK8u button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-s2XecwTK8u button.navbar-toggler:focus {
  outline: none;
}
.cid-s2XecwTK8u button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-s2XecwTK8u button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s2XecwTK8u button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s2XecwTK8u button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s2XecwTK8u button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s2XecwTK8u nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s2XecwTK8u nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s2XecwTK8u nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s2XecwTK8u nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s2XecwTK8u .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-s2XecwTK8u .collapsed .btn {
  display: -webkit-flex;
}
.cid-s2XecwTK8u .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-s2XecwTK8u .collapsed .navbar-collapse.collapsing,
.cid-s2XecwTK8u .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-s2XecwTK8u .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-s2XecwTK8u .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-s2XecwTK8u .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-s2XecwTK8u .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-s2XecwTK8u .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-s2XecwTK8u .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-s2XecwTK8u .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-s2XecwTK8u .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-s2XecwTK8u .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-s2XecwTK8u .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-s2XecwTK8u .collapsed button.navbar-toggler {
  display: block;
}
.cid-s2XecwTK8u .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-s2XecwTK8u .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-s2XecwTK8u .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-s2XecwTK8u .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-s2XecwTK8u .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-s2XecwTK8u .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-s2XecwTK8u.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-s2XecwTK8u img {
    height: 3.8rem !important;
  }
  .cid-s2XecwTK8u .btn {
    display: -webkit-flex;
  }
  .cid-s2XecwTK8u button.navbar-toggler {
    display: block;
  }
  .cid-s2XecwTK8u .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-s2XecwTK8u .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-s2XecwTK8u .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-s2XecwTK8u .navbar-collapse.collapsing,
  .cid-s2XecwTK8u .navbar-collapse.show {
    display: block !important;
  }
  .cid-s2XecwTK8u .navbar-collapse.collapsing .navbar-nav,
  .cid-s2XecwTK8u .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-s2XecwTK8u .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-s2XecwTK8u .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-s2XecwTK8u .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-s2XecwTK8u .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-s2XecwTK8u .navbar-collapse.collapsing .navbar-buttons,
  .cid-s2XecwTK8u .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-s2XecwTK8u .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-s2XecwTK8u .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-s2XecwTK8u .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-s2XecwTK8u .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-s2XecwTK8u .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-s2XecwTK8u .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-s2XecwTK8u .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-s2XecwTK8u .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-s2XecwTK8u .nav-link:hover,
.cid-s2XecwTK8u .dropdown-item:hover {
  color: #767676 !important;
}
.cid-s2XecydfT0 {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
}
.cid-s2XecydfT0 .image-block {
  margin: auto;
}
.cid-s2XecydfT0 figcaption {
  position: relative;
}
.cid-s2XecydfT0 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-s2XecydfT0 .image-block {
    width: 100% !important;
  }
}
.cid-s2XeczBQGN {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-s2XeczBQGN .image-block {
  margin: auto;
}
.cid-s2XeczBQGN figcaption {
  position: relative;
}
.cid-s2XeczBQGN figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-s2XeczBQGN .image-block {
    width: 100% !important;
  }
}
.cid-s2XeczBQGN DIV {
  text-align: right;
}
.cid-s2XecyQx25 {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-s2XecyQx25 .image-block {
  margin: auto;
}
.cid-s2XecyQx25 figcaption {
  position: relative;
}
.cid-s2XecyQx25 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-s2XecyQx25 .image-block {
    width: 100% !important;
  }
}
.cid-s2XecyQx25 DIV {
  text-align: right;
}
.cid-s2XecAhxvZ {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-s2XecAhxvZ .image-block {
  margin: auto;
}
.cid-s2XecAhxvZ figcaption {
  position: relative;
}
.cid-s2XecAhxvZ figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-s2XecAhxvZ .image-block {
    width: 100% !important;
  }
}
.cid-s2XecAhxvZ DIV {
  text-align: right;
}
.cid-s2XecAR6Ok {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-s2XecAR6Ok .image-block {
  margin: auto;
}
.cid-s2XecAR6Ok figcaption {
  position: relative;
}
.cid-s2XecAR6Ok figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-s2XecAR6Ok .image-block {
    width: 100% !important;
  }
}
.cid-s2XecAR6Ok DIV {
  text-align: right;
}
.cid-s2XecBuw8g {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-s2XecBuw8g .image-block {
  margin: auto;
}
.cid-s2XecBuw8g figcaption {
  position: relative;
}
.cid-s2XecBuw8g figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-s2XecBuw8g .image-block {
    width: 100% !important;
  }
}
.cid-s2XecBuw8g DIV {
  text-align: right;
}
.cid-s2XecC5Wns {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-s2XecC5Wns .image-block {
  margin: auto;
}
.cid-s2XecC5Wns figcaption {
  position: relative;
}
.cid-s2XecC5Wns figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-s2XecC5Wns .image-block {
    width: 100% !important;
  }
}
.cid-s2XecC5Wns DIV {
  text-align: right;
}
.cid-s2XecCMf1D {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-s2XecCMf1D .image-block {
  margin: auto;
}
.cid-s2XecCMf1D figcaption {
  position: relative;
}
.cid-s2XecCMf1D figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-s2XecCMf1D .image-block {
    width: 100% !important;
  }
}
.cid-s2XecCMf1D DIV {
  text-align: right;
}
.cid-s2XecDrRtI {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-s2XecDrRtI .image-block {
  margin: auto;
}
.cid-s2XecDrRtI figcaption {
  position: relative;
}
.cid-s2XecDrRtI figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-s2XecDrRtI .image-block {
    width: 100% !important;
  }
}
.cid-s2XecDrRtI DIV {
  text-align: right;
}
.cid-s2XecE7Ui4 {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-s2XecE7Ui4 .image-block {
  margin: auto;
}
.cid-s2XecE7Ui4 figcaption {
  position: relative;
}
.cid-s2XecE7Ui4 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-s2XecE7Ui4 .image-block {
    width: 100% !important;
  }
}
.cid-s2XecE7Ui4 DIV {
  text-align: right;
}
.cid-s2XecENKHt {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-s2XecENKHt .image-block {
  margin: auto;
}
.cid-s2XecENKHt figcaption {
  position: relative;
}
.cid-s2XecENKHt figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-s2XecENKHt .image-block {
    width: 100% !important;
  }
}
.cid-s2XecENKHt DIV {
  text-align: right;
}
.cid-s2XecFrzaP {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-s2XecFrzaP .image-block {
  margin: auto;
}
.cid-s2XecFrzaP figcaption {
  position: relative;
}
.cid-s2XecFrzaP figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-s2XecFrzaP .image-block {
    width: 100% !important;
  }
}
.cid-s2XecFrzaP DIV {
  text-align: right;
}
.cid-s2XecG4cbm {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-s2XecG4cbm .image-block {
  margin: auto;
}
.cid-s2XecG4cbm figcaption {
  position: relative;
}
.cid-s2XecG4cbm figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-s2XecG4cbm .image-block {
    width: 100% !important;
  }
}
.cid-s2XecG4cbm DIV {
  text-align: right;
}
.cid-s3fLFjioVA {
  background: #ffffff;
  padding-top: 75px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-s3fLFjioVA .image-block {
  margin: auto;
}
.cid-s3fLFjioVA figcaption {
  position: relative;
}
.cid-s3fLFjioVA figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-s3fLFjioVA .image-block {
    width: 100% !important;
  }
}
.cid-s3fLFjioVA DIV {
  text-align: right;
}
.cid-s3fLFk08kz {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 15px;
}
.cid-s3fLFk08kz .image-block {
  margin: auto;
}
.cid-s3fLFk08kz figcaption {
  position: relative;
}
.cid-s3fLFk08kz figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-s3fLFk08kz .image-block {
    width: 100% !important;
  }
}
.cid-s3fLFk08kz DIV {
  text-align: right;
}
.cid-s3fLFkAcBF .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-s3fLFkAcBF .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-s3fLFkAcBF a {
  font-style: normal;
}
.cid-s3fLFkAcBF .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-s3fLFkAcBF .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-s3fLFkAcBF .nav-item:focus,
.cid-s3fLFkAcBF .nav-link:focus {
  outline: none;
}
.cid-s3fLFkAcBF .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-s3fLFkAcBF .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-s3fLFkAcBF .menu-logo {
  margin-right: auto;
}
.cid-s3fLFkAcBF .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s3fLFkAcBF .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-s3fLFkAcBF .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-s3fLFkAcBF .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-s3fLFkAcBF .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-s3fLFkAcBF .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-s3fLFkAcBF .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-s3fLFkAcBF .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-s3fLFkAcBF .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-s3fLFkAcBF .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-s3fLFkAcBF .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-s3fLFkAcBF .dropdown .dropdown-menu {
  background: #ffffff;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-s3fLFkAcBF .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-s3fLFkAcBF .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s3fLFkAcBF .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-s3fLFkAcBF .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-s3fLFkAcBF .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-s3fLFkAcBF .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-s3fLFkAcBF .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-s3fLFkAcBF .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-s3fLFkAcBF .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-s3fLFkAcBF .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-s3fLFkAcBF .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-s3fLFkAcBF button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-s3fLFkAcBF button.navbar-toggler:focus {
  outline: none;
}
.cid-s3fLFkAcBF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-s3fLFkAcBF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s3fLFkAcBF button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s3fLFkAcBF button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s3fLFkAcBF button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s3fLFkAcBF nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s3fLFkAcBF nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s3fLFkAcBF nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s3fLFkAcBF nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s3fLFkAcBF .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-s3fLFkAcBF .collapsed .btn {
  display: -webkit-flex;
}
.cid-s3fLFkAcBF .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-s3fLFkAcBF .collapsed .navbar-collapse.collapsing,
.cid-s3fLFkAcBF .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-s3fLFkAcBF .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-s3fLFkAcBF .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-s3fLFkAcBF .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-s3fLFkAcBF .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-s3fLFkAcBF .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-s3fLFkAcBF .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-s3fLFkAcBF .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-s3fLFkAcBF .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-s3fLFkAcBF .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-s3fLFkAcBF .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-s3fLFkAcBF .collapsed button.navbar-toggler {
  display: block;
}
.cid-s3fLFkAcBF .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-s3fLFkAcBF .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-s3fLFkAcBF .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-s3fLFkAcBF .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-s3fLFkAcBF .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-s3fLFkAcBF .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-s3fLFkAcBF.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-s3fLFkAcBF img {
    height: 3.8rem !important;
  }
  .cid-s3fLFkAcBF .btn {
    display: -webkit-flex;
  }
  .cid-s3fLFkAcBF button.navbar-toggler {
    display: block;
  }
  .cid-s3fLFkAcBF .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-s3fLFkAcBF .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-s3fLFkAcBF .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-s3fLFkAcBF .navbar-collapse.collapsing,
  .cid-s3fLFkAcBF .navbar-collapse.show {
    display: block !important;
  }
  .cid-s3fLFkAcBF .navbar-collapse.collapsing .navbar-nav,
  .cid-s3fLFkAcBF .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-s3fLFkAcBF .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-s3fLFkAcBF .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-s3fLFkAcBF .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-s3fLFkAcBF .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-s3fLFkAcBF .navbar-collapse.collapsing .navbar-buttons,
  .cid-s3fLFkAcBF .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-s3fLFkAcBF .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-s3fLFkAcBF .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-s3fLFkAcBF .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-s3fLFkAcBF .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-s3fLFkAcBF .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-s3fLFkAcBF .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-s3fLFkAcBF .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-s3fLFkAcBF .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-s3fLFkAcBF .nav-link:hover,
.cid-s3fLFkAcBF .dropdown-item:hover {
  color: #767676 !important;
}
.cid-s3fLFle6fo {
  padding-top: 30px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-s3fLFle6fo .line {
  background-color: #cabfca;
  color: #cabfca;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-s3fLFle6fo .section-text {
  padding: 2rem 0;
  text-align: center;
}
.cid-s3fLFle6fo .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-s3fLFle6fo .inner-container {
    width: 100% !important;
  }
}
