body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Jost', sans-serif;
  font-size: 2.9rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 3.625rem;
}
.display-2 {
  font-family: 'Jost', sans-serif;
  font-size: 2.4rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3rem;
}
.display-4 {
  font-family: 'Jost', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.5rem;
}
.display-5 {
  font-family: 'Jost', sans-serif;
  font-size: 1.8rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.25rem;
}
.display-7 {
  font-family: 'Jost', sans-serif;
  font-size: 1.5rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.875rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 2.32rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.03rem;
    font-size: calc( 1.665rem + (2.9 - 1.665) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.665rem + (2.9 - 1.665) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.92rem;
    font-size: calc( 1.49rem + (2.4 - 1.49) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.49rem + (2.4 - 1.49) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.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-7 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #0042ba !important;
}
.bg-success {
  background-color: #009a97 !important;
}
.bg-info {
  background-color: #e43f3f !important;
}
.bg-warning {
  background-color: #ffd600 !important;
}
.bg-danger {
  background-color: #4479d9 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #0042ba !important;
  border-color: #0042ba !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #002363 !important;
  border-color: #002363 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #002363 !important;
  border-color: #002363 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #4479d9 !important;
  border-color: #4479d9 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #2150a5 !important;
  border-color: #2150a5 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #2150a5 !important;
  border-color: #2150a5 !important;
}
.btn-info,
.btn-info:active {
  background-color: #e43f3f !important;
  border-color: #e43f3f !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #b31919 !important;
  border-color: #b31919 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #b31919 !important;
  border-color: #b31919 !important;
}
.btn-success,
.btn-success:active {
  background-color: #009a97 !important;
  border-color: #009a97 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #004342 !important;
  border-color: #004342 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #004342 !important;
  border-color: #004342 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffd600 !important;
  border-color: #ffd600 !important;
  color: #000000 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #a88d00 !important;
  border-color: #a88d00 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #000000 !important;
  background-color: #a88d00 !important;
  border-color: #a88d00 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #4479d9 !important;
  border-color: #4479d9 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #2150a5 !important;
  border-color: #2150a5 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #2150a5 !important;
  border-color: #2150a5 !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #0042ba;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #002363 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #0042ba !important;
  border-color: #0042ba !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #4479d9;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #2150a5 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #4479d9 !important;
  border-color: #4479d9 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #e43f3f;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #b31919 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #e43f3f !important;
  border-color: #e43f3f !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #009a97;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #004342 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #009a97 !important;
  border-color: #009a97 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffd600;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #a88d00 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #000000 !important;
  background-color: #ffd600 !important;
  border-color: #ffd600 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #4479d9;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #2150a5 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #4479d9 !important;
  border-color: #4479d9 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #0042ba !important;
}
.text-secondary {
  color: #4479d9 !important;
}
.text-success {
  color: #009a97 !important;
}
.text-info {
  color: #e43f3f !important;
}
.text-warning {
  color: #ffd600 !important;
}
.text-danger {
  color: #4479d9 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #001e54 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #1f4a98 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #003433 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #a61717 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #998000 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #1f4a98 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #0042ba;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #e43f3f;
}
.alert-warning {
  background-color: #ffd600;
}
.alert-danger {
  background-color: #4479d9;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #0042ba;
  border-color: #0042ba;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #0042ba;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #3b80ff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #1bfffb;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #fdf2f2;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #fff7cc;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #eef2fb;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Jost', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.5rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #0042ba !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Jost', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.5rem;
}
blockquote {
  border-color: #0042ba;
}
/* Forms */
.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);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #0042ba;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #0042ba;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #0042ba;
  border-bottom-color: #0042ba;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #0042ba !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: #4479d9 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%230042ba' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-tqkxwv5jJC .navbar-dropdown {
  position: relative !important;
}
.cid-tqkxwv5jJC .dropdown-item:before {
  font-family: Moririse2 !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tqkxwv5jJC .dropdown-menu {
  padding: 0;
}
.cid-tqkxwv5jJC .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tqkxwv5jJC .dropdown-item:hover,
.cid-tqkxwv5jJC .dropdown-item:focus {
  background: #0042ba !important;
  color: white !important;
}
.cid-tqkxwv5jJC .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-tqkxwv5jJC .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tqkxwv5jJC .nav-link {
  position: relative;
}
.cid-tqkxwv5jJC .container {
  display: flex;
  margin: auto;
}
.cid-tqkxwv5jJC .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tqkxwv5jJC .navbar-caption {
  padding-right: 4rem;
}
.cid-tqkxwv5jJC .dropdown-menu,
.cid-tqkxwv5jJC .navbar.opened {
  background: #ffffff !important;
}
.cid-tqkxwv5jJC .nav-item:focus,
.cid-tqkxwv5jJC .nav-link:focus {
  outline: none;
}
.cid-tqkxwv5jJC .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tqkxwv5jJC .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tqkxwv5jJC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tqkxwv5jJC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tqkxwv5jJC .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tqkxwv5jJC .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tqkxwv5jJC .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-tqkxwv5jJC .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tqkxwv5jJC .navbar.opened {
  transition: all .3s;
}
.cid-tqkxwv5jJC .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-tqkxwv5jJC .navbar .navbar-logo img {
  width: auto;
}
.cid-tqkxwv5jJC .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tqkxwv5jJC .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tqkxwv5jJC .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tqkxwv5jJC .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tqkxwv5jJC .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tqkxwv5jJC .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tqkxwv5jJC .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tqkxwv5jJC .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tqkxwv5jJC .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tqkxwv5jJC .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tqkxwv5jJC .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tqkxwv5jJC .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tqkxwv5jJC .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tqkxwv5jJC .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tqkxwv5jJC .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tqkxwv5jJC .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tqkxwv5jJC .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tqkxwv5jJC .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tqkxwv5jJC .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tqkxwv5jJC .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tqkxwv5jJC .navbar.navbar-short {
  min-height: 60px;
}
.cid-tqkxwv5jJC .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tqkxwv5jJC .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tqkxwv5jJC .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tqkxwv5jJC .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tqkxwv5jJC .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tqkxwv5jJC .dropdown-item.active,
.cid-tqkxwv5jJC .dropdown-item:active {
  background-color: transparent;
}
.cid-tqkxwv5jJC .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tqkxwv5jJC .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tqkxwv5jJC .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tqkxwv5jJC .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tqkxwv5jJC .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tqkxwv5jJC .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tqkxwv5jJC ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tqkxwv5jJC .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tqkxwv5jJC button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tqkxwv5jJC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-tqkxwv5jJC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tqkxwv5jJC button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tqkxwv5jJC button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tqkxwv5jJC button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tqkxwv5jJC nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tqkxwv5jJC nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tqkxwv5jJC nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tqkxwv5jJC nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tqkxwv5jJC .navbar-dropdown {
  padding: .5rem 1rem;
}
.cid-tqkxwv5jJC a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tqkxwv5jJC .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tqkxwv5jJC .navbar {
    height: 77px;
  }
  .cid-tqkxwv5jJC .navbar.opened {
    height: auto;
  }
  .cid-tqkxwv5jJC .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIUw55A8JM {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e37213;
}
.cid-uIUw55A8JM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIUw55A8JM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIUw55A8JM .mbr-section-title {
  color: #ffffff;
}
.cid-uIUw55A8JM .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uFDeXberko {
  background-color: #ffffff;
}
.cid-uFDeXberko .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFDeXberko .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uFDeXberko .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uFDeXberko .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uFDeXberko .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-uFDeXberko .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uFDeXberko .mbr-section-title {
  color: #000000;
}
.cid-tqk4nkhvgx {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #f0f0f0;
}
.cid-tqk4nkhvgx .mbr-fallback-image.disabled {
  display: none;
}
.cid-tqk4nkhvgx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tqk4nkhvgx .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tqk4nkhvgx .row {
  flex-direction: row-reverse;
}
.cid-tqk4nkhvgx img {
  width: 100%;
}
.cid-tqkQoksEL0 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e37213;
}
.cid-tqkQoksEL0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tqkQoksEL0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tqkQoksEL0 .mbr-section-title {
  color: #ffffff;
}
.cid-tqkQAB3Uns {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ececec;
}
.cid-tqkQAB3Uns img,
.cid-tqkQAB3Uns .item-img {
  width: 100%;
}
.cid-tqkQAB3Uns .item:focus,
.cid-tqkQAB3Uns span:focus {
  outline: none;
}
.cid-tqkQAB3Uns .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tqkQAB3Uns .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tqkQAB3Uns .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tqkQAB3Uns .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tqkQAB3Uns .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tqkQAB3Uns .mbr-section-title {
  color: #232323;
}
.cid-tqkQAB3Uns .mbr-text,
.cid-tqkQAB3Uns .mbr-section-btn {
  text-align: center;
}
.cid-tqkQAB3Uns .item-title {
  text-align: center;
}
.cid-tqkQAB3Uns .item-subtitle {
  text-align: center;
}
.cid-udNwEQb0ll {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e37213;
}
.cid-udNwEQb0ll .mbr-fallback-image.disabled {
  display: none;
}
.cid-udNwEQb0ll .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udNwEQb0ll .mbr-section-title {
  color: #ffffff;
}
.cid-utn61gbqn4 {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background: #ffffff;
}
.cid-utn61gbqn4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-utn61gbqn4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-utn61gbqn4 .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-utn61gbqn4 .team-card:hover {
  transform: translateY(-10px);
}
.cid-utn61gbqn4 .card-wrap {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-utn61gbqn4 .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-utn61gbqn4 .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-utn61gbqn4 .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-utn61gbqn4 .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-utn61gbqn4 .social-row {
  text-align: center;
}
.cid-utn61gbqn4 .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-utn61gbqn4 .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-utn61gbqn4 .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-utn61gbqn4 .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-tql5mmlUg0 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e37213;
}
.cid-tql5mmlUg0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tql5mmlUg0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tql5mmlUg0 .mbr-section-title {
  color: #ffffff;
}
.cid-tql5mmlUg0 .mbr-text,
.cid-tql5mmlUg0 .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-tWrWfE8pmd {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tWrWfE8pmd .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWrWfE8pmd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tWrWfE8pmd .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tWrWfE8pmd img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tWrWfE8pmd .text-wrapper {
    padding: 2rem;
  }
}
.cid-tql5nrdh78 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e37213;
}
.cid-tql5nrdh78 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tql5nrdh78 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tql5nrdh78 .mbr-section-title {
  color: #ffffff;
}
.cid-tql5nrdh78 .mbr-text,
.cid-tql5nrdh78 .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uIJEPdoYiQ {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-trf5sFdNaT {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e37213;
}
.cid-trf5sFdNaT .mbr-fallback-image.disabled {
  display: none;
}
.cid-trf5sFdNaT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-trf5sFdNaT .mbr-section-title {
  color: #ffffff;
}
.cid-trf5sFdNaT .mbr-text,
.cid-trf5sFdNaT .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uIJFapCjIW {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uIJFapCjIW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIJFapCjIW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uIJFapCjIW .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uIJFapCjIW .row {
  flex-direction: row-reverse;
}
.cid-uIJFapCjIW img {
  width: 100%;
}
.cid-uto2EzBgWs {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #fff0b0;
}
.cid-uto2EzBgWs .line {
  background-color: #e43f3f;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uIP39RLkCP {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #e37213;
}
.cid-uIP39RLkCP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIP39RLkCP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIP39RLkCP .mbr-section-title {
  color: #ffffff;
}
.cid-uIP3kaGkFp {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #eae9e9;
}
.cid-uIP3kaGkFp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIP3kaGkFp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIP3kaGkFp .top-line {
  display: flex;
  justify-content: space-between;
}
.cid-uIP3kaGkFp .mbr-section-title,
.cid-uIP3kaGkFp .mbr-section-subtitle {
  text-align: center;
}
.cid-uIP3kaGkFp .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-uIP3kaGkFp .card-wrapper {
  border-radius: 4px;
  background-color: #ffffff;
}
.cid-uIP3kaGkFp .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uIP3kaGkFp .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-uIP3kaGkFp .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uIP3kaGkFp .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-uIP3kaGkFp .card-title {
  color: #c60000;
}
.cid-uIP3kaGkFp .mbr-text {
  color: #000000;
}
.cid-tqkOl0c6tz {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e37213;
}
.cid-tqkOl0c6tz .mbr-fallback-image.disabled {
  display: none;
}
.cid-tqkOl0c6tz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tqkOl0c6tz .mbr-section-title {
  color: #ffffff;
}
.cid-tqkOl0c6tz .mbr-text,
.cid-tqkOl0c6tz .mbr-section-btn {
  color: #ffe161;
}
.cid-uIP2jH8cBh {
  padding-top: 4rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uIP2jH8cBh .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-uIP2jH8cBh .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-uIP2jH8cBh .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #1f5c31;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-tql0ersynF {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e37213;
}
.cid-tql0ersynF .mbr-fallback-image.disabled {
  display: none;
}
.cid-tql0ersynF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tql0ersynF .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-tql0ersynF .mbr-text,
.cid-tql0ersynF .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uFMa5MQBC4 {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uFMa5MQBC4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFMa5MQBC4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFMa5MQBC4 .item {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
  align-items: flex-start;
}
@media (min-width: 991px) {
  .cid-uFMa5MQBC4 .item {
    margin-bottom: 4rem;
  }
}
.cid-uFMa5MQBC4 .item:last-child .icon-box:before {
  display: none;
}
.cid-uFMa5MQBC4 .item.last .icon-box:before {
  display: none;
}
.cid-uFMa5MQBC4 .icon-box {
  background: #358e5b;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media (max-width: 768px) {
  .cid-uFMa5MQBC4 .icon-box {
    margin-right: 1rem;
  }
}
.cid-uFMa5MQBC4 span {
  font-size: 2rem;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uFMa5MQBC4 .card {
    margin-bottom: 2rem;
  }
  .cid-uFMa5MQBC4 .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uFMa5MQBC4 .mbr-text,
.cid-uFMa5MQBC4 .mbr-section-btn {
  text-align: left;
}
.cid-tqlvwAqSEB {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fff0b0;
}
.cid-tqlvwAqSEB .mbr-fallback-image.disabled {
  display: none;
}
.cid-tqlvwAqSEB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tqlvwAqSEB .content-wrapper {
  background: #fff0b0;
}
@media (max-width: 991px) {
  .cid-tqlvwAqSEB .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tqlvwAqSEB .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tqlvwAqSEB .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tqlvwAqSEB .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-tqlvwAqSEB .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-tqlvwAqSEB .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tqlvwAqSEB .mbr-text,
.cid-tqlvwAqSEB .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-tqlvwAqSEB .card-title {
  color: #000000;
}
.cid-tqls4ITN4R {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #e37213;
}
.cid-tqls4ITN4R .mbr-fallback-image.disabled {
  display: none;
}
.cid-tqls4ITN4R .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tqls4ITN4R .content-wrapper {
  background: #e37213;
}
@media (max-width: 991px) {
  .cid-tqls4ITN4R .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tqls4ITN4R .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tqls4ITN4R .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tqls4ITN4R .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-tqls4ITN4R .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-tqls4ITN4R .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tqls4ITN4R .mbr-text,
.cid-tqls4ITN4R .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-tqls4ITN4R .card-title {
  color: #ffffff;
}
.cid-tqlBK3bYjm {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #fafafa;
}
.cid-tqlBK3bYjm .mbr-fallback-image.disabled {
  display: none;
}
.cid-tqlBK3bYjm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tqlBK3bYjm .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tqlBK3bYjm .image-wrap img {
    display: block;
    margin: auto;
    width: 70%;
  }
}
.cid-uIOwjRXLLN {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-ufakdVZt8M {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uIQet64Zkw {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e37213;
}
.cid-uIQet64Zkw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIQet64Zkw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIQet64Zkw .mbr-section-title {
  color: #ffffff;
}
.cid-uIQepxecGj {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tqlt7J59tW {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e37213;
}
.cid-tqlt7J59tW .mbr-fallback-image.disabled {
  display: none;
}
.cid-tqlt7J59tW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tqlt7J59tW .mbr-section-title {
  color: #ffffff;
}
.cid-tqlt7J59tW .mbr-text,
.cid-tqlt7J59tW .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-tqkUBzEqba {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #f0f0f0;
}
.cid-tqkUBzEqba .mbr-fallback-image.disabled {
  display: none;
}
.cid-tqkUBzEqba .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tqkUBzEqba .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #0042ba;
  margin-left: 1rem;
}
.cid-tqkUBzEqba .panel-group {
  border: none;
}
.cid-tqkUBzEqba .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tqkUBzEqba .panel-body,
.cid-tqkUBzEqba .card-header {
  padding: 1rem 0;
}
.cid-tqkUBzEqba .panel-title-edit {
  color: #000000;
}
.cid-tqkUBzEqba .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-tqlyZFVwZ7 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #e37213;
}
.cid-tqlyZFVwZ7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tqlyZFVwZ7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tqlyZFVwZ7 .mbr-section-title {
  color: #ffffff;
}
.cid-tqlyZFVwZ7 .mbr-text,
.cid-tqlyZFVwZ7 .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-tqlyuf2Cwx {
  padding-top: 4rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tqlyuf2Cwx .mbr-fallback-image.disabled {
  display: none;
}
.cid-tqlyuf2Cwx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tqlyuf2Cwx .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tqlyuf2Cwx .image-wrap img {
    display: block;
    margin: auto;
    width: 50%;
  }
}
.cid-tqlyuf2Cwx .mbr-section-title {
  color: #000000;
}
.cid-tqlyuf2Cwx .mbr-text,
.cid-tqlyuf2Cwx .mbr-section-btn {
  color: #000000;
}
.cid-ugCnjv9MyV {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e37213;
}
.cid-ugCnjv9MyV .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugCnjv9MyV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugCnjv9MyV ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-ugCnjv9MyV li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-ugCnjv9MyV ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #ffffff;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-ugCnjv9MyV .list {
  color: #ffffff;
}
.cid-tqlEV9FEc2 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-tqlEV9FEc2 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tqlEV9FEc2 .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tqlEV9FEc2 .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tqlEV9FEc2 .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tqlEV9FEc2 .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tqlEV9FEc2 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tqlEV9FEc2 .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tqlEV9FEc2 .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tqlEV9FEc2 .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tqlEV9FEc2 .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tqlEV9FEc2 .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tqlEV9FEc2 .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tqlEV9FEc2 .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tqlEV9FEc2 .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tqlEV9FEc2 .media-container-row .mbr-text {
  color: #353535;
}
.cid-tqlDlkFqN3 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-tqlDlkFqN3 .mbr-text {
  color: #353535;
  text-align: center;
}
.cid-tqlDlkFqN3 .mbr-section-title {
  color: #353535;
  text-align: center;
}
.cid-tqlRYSgyqo .navbar-dropdown {
  position: relative !important;
}
.cid-tqlRYSgyqo .dropdown-item:before {
  font-family: Moririse2 !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tqlRYSgyqo .dropdown-menu {
  padding: 0;
}
.cid-tqlRYSgyqo .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tqlRYSgyqo .dropdown-item:hover,
.cid-tqlRYSgyqo .dropdown-item:focus {
  background: #0042ba !important;
  color: white !important;
}
.cid-tqlRYSgyqo .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-tqlRYSgyqo .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tqlRYSgyqo .nav-link {
  position: relative;
}
.cid-tqlRYSgyqo .container {
  display: flex;
  margin: auto;
}
.cid-tqlRYSgyqo .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tqlRYSgyqo .navbar-caption {
  padding-right: 4rem;
}
.cid-tqlRYSgyqo .dropdown-menu,
.cid-tqlRYSgyqo .navbar.opened {
  background: #ffffff !important;
}
.cid-tqlRYSgyqo .nav-item:focus,
.cid-tqlRYSgyqo .nav-link:focus {
  outline: none;
}
.cid-tqlRYSgyqo .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tqlRYSgyqo .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tqlRYSgyqo .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tqlRYSgyqo .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tqlRYSgyqo .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tqlRYSgyqo .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tqlRYSgyqo .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-tqlRYSgyqo .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tqlRYSgyqo .navbar.opened {
  transition: all .3s;
}
.cid-tqlRYSgyqo .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-tqlRYSgyqo .navbar .navbar-logo img {
  width: auto;
}
.cid-tqlRYSgyqo .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tqlRYSgyqo .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tqlRYSgyqo .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tqlRYSgyqo .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tqlRYSgyqo .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tqlRYSgyqo .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tqlRYSgyqo .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tqlRYSgyqo .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tqlRYSgyqo .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tqlRYSgyqo .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tqlRYSgyqo .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tqlRYSgyqo .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tqlRYSgyqo .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tqlRYSgyqo .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tqlRYSgyqo .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tqlRYSgyqo .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tqlRYSgyqo .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tqlRYSgyqo .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tqlRYSgyqo .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tqlRYSgyqo .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tqlRYSgyqo .navbar.navbar-short {
  min-height: 60px;
}
.cid-tqlRYSgyqo .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tqlRYSgyqo .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tqlRYSgyqo .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tqlRYSgyqo .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tqlRYSgyqo .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tqlRYSgyqo .dropdown-item.active,
.cid-tqlRYSgyqo .dropdown-item:active {
  background-color: transparent;
}
.cid-tqlRYSgyqo .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tqlRYSgyqo .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tqlRYSgyqo .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tqlRYSgyqo .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tqlRYSgyqo .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tqlRYSgyqo .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tqlRYSgyqo ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tqlRYSgyqo .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tqlRYSgyqo button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tqlRYSgyqo button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-tqlRYSgyqo button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tqlRYSgyqo button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tqlRYSgyqo button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tqlRYSgyqo button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tqlRYSgyqo nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tqlRYSgyqo nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tqlRYSgyqo nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tqlRYSgyqo nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tqlRYSgyqo .navbar-dropdown {
  padding: .5rem 1rem;
}
.cid-tqlRYSgyqo a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tqlRYSgyqo .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tqlRYSgyqo .navbar {
    height: 77px;
  }
  .cid-tqlRYSgyqo .navbar.opened {
    height: auto;
  }
  .cid-tqlRYSgyqo .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tqlRYT65Tw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tqlRYTDwRH {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-tqlRYTDwRH .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tqlRYTDwRH .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tqlRYTDwRH .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tqlRYTDwRH .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tqlRYTDwRH .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tqlRYTDwRH .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tqlRYTDwRH .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tqlRYTDwRH .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tqlRYTDwRH .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tqlRYTDwRH .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tqlRYTDwRH .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tqlRYTDwRH .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tqlRYTDwRH .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tqlRYTDwRH .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tqlRYTDwRH .media-container-row .mbr-text {
  color: #353535;
}
.cid-tqlNkenY3G .navbar-dropdown {
  position: relative !important;
}
.cid-tqlNkenY3G .dropdown-item:before {
  font-family: Moririse2 !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tqlNkenY3G .dropdown-menu {
  padding: 0;
}
.cid-tqlNkenY3G .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tqlNkenY3G .dropdown-item:hover,
.cid-tqlNkenY3G .dropdown-item:focus {
  background: #0042ba !important;
  color: white !important;
}
.cid-tqlNkenY3G .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-tqlNkenY3G .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tqlNkenY3G .nav-link {
  position: relative;
}
.cid-tqlNkenY3G .container {
  display: flex;
  margin: auto;
}
.cid-tqlNkenY3G .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tqlNkenY3G .navbar-caption {
  padding-right: 4rem;
}
.cid-tqlNkenY3G .dropdown-menu,
.cid-tqlNkenY3G .navbar.opened {
  background: #ffffff !important;
}
.cid-tqlNkenY3G .nav-item:focus,
.cid-tqlNkenY3G .nav-link:focus {
  outline: none;
}
.cid-tqlNkenY3G .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tqlNkenY3G .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tqlNkenY3G .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tqlNkenY3G .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tqlNkenY3G .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tqlNkenY3G .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tqlNkenY3G .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-tqlNkenY3G .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tqlNkenY3G .navbar.opened {
  transition: all .3s;
}
.cid-tqlNkenY3G .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-tqlNkenY3G .navbar .navbar-logo img {
  width: auto;
}
.cid-tqlNkenY3G .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tqlNkenY3G .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tqlNkenY3G .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tqlNkenY3G .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tqlNkenY3G .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tqlNkenY3G .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tqlNkenY3G .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tqlNkenY3G .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tqlNkenY3G .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tqlNkenY3G .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tqlNkenY3G .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tqlNkenY3G .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tqlNkenY3G .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tqlNkenY3G .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tqlNkenY3G .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tqlNkenY3G .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tqlNkenY3G .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tqlNkenY3G .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tqlNkenY3G .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tqlNkenY3G .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tqlNkenY3G .navbar.navbar-short {
  min-height: 60px;
}
.cid-tqlNkenY3G .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tqlNkenY3G .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tqlNkenY3G .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tqlNkenY3G .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tqlNkenY3G .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tqlNkenY3G .dropdown-item.active,
.cid-tqlNkenY3G .dropdown-item:active {
  background-color: transparent;
}
.cid-tqlNkenY3G .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tqlNkenY3G .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tqlNkenY3G .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tqlNkenY3G .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tqlNkenY3G .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tqlNkenY3G .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tqlNkenY3G ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tqlNkenY3G .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tqlNkenY3G button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tqlNkenY3G button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-tqlNkenY3G button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tqlNkenY3G button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tqlNkenY3G button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tqlNkenY3G button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tqlNkenY3G nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tqlNkenY3G nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tqlNkenY3G nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tqlNkenY3G nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tqlNkenY3G .navbar-dropdown {
  padding: .5rem 1rem;
}
.cid-tqlNkenY3G a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tqlNkenY3G .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tqlNkenY3G .navbar {
    height: 77px;
  }
  .cid-tqlNkenY3G .navbar.opened {
    height: auto;
  }
  .cid-tqlNkenY3G .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tqlNkf5zUa {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tqlNkfP1qu {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-tqlNkfP1qu .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tqlNkfP1qu .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tqlNkfP1qu .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tqlNkfP1qu .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tqlNkfP1qu .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tqlNkfP1qu .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tqlNkfP1qu .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tqlNkfP1qu .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tqlNkfP1qu .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tqlNkfP1qu .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tqlNkfP1qu .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tqlNkfP1qu .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tqlNkfP1qu .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tqlNkfP1qu .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tqlNkfP1qu .media-container-row .mbr-text {
  color: #353535;
}
.cid-tqkxwv5jJC .navbar-dropdown {
  position: relative !important;
}
.cid-tqkxwv5jJC .dropdown-item:before {
  font-family: Moririse2 !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tqkxwv5jJC .dropdown-menu {
  padding: 0;
}
.cid-tqkxwv5jJC .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tqkxwv5jJC .dropdown-item:hover,
.cid-tqkxwv5jJC .dropdown-item:focus {
  background: #0042ba !important;
  color: white !important;
}
.cid-tqkxwv5jJC .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-tqkxwv5jJC .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tqkxwv5jJC .nav-link {
  position: relative;
}
.cid-tqkxwv5jJC .container {
  display: flex;
  margin: auto;
}
.cid-tqkxwv5jJC .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tqkxwv5jJC .navbar-caption {
  padding-right: 4rem;
}
.cid-tqkxwv5jJC .dropdown-menu,
.cid-tqkxwv5jJC .navbar.opened {
  background: #ffffff !important;
}
.cid-tqkxwv5jJC .nav-item:focus,
.cid-tqkxwv5jJC .nav-link:focus {
  outline: none;
}
.cid-tqkxwv5jJC .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tqkxwv5jJC .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tqkxwv5jJC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tqkxwv5jJC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tqkxwv5jJC .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tqkxwv5jJC .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tqkxwv5jJC .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-tqkxwv5jJC .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tqkxwv5jJC .navbar.opened {
  transition: all .3s;
}
.cid-tqkxwv5jJC .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-tqkxwv5jJC .navbar .navbar-logo img {
  width: auto;
}
.cid-tqkxwv5jJC .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tqkxwv5jJC .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tqkxwv5jJC .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tqkxwv5jJC .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tqkxwv5jJC .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tqkxwv5jJC .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tqkxwv5jJC .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tqkxwv5jJC .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tqkxwv5jJC .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tqkxwv5jJC .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tqkxwv5jJC .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tqkxwv5jJC .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tqkxwv5jJC .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tqkxwv5jJC .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tqkxwv5jJC .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tqkxwv5jJC .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tqkxwv5jJC .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tqkxwv5jJC .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tqkxwv5jJC .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tqkxwv5jJC .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tqkxwv5jJC .navbar.navbar-short {
  min-height: 60px;
}
.cid-tqkxwv5jJC .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tqkxwv5jJC .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tqkxwv5jJC .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tqkxwv5jJC .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tqkxwv5jJC .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tqkxwv5jJC .dropdown-item.active,
.cid-tqkxwv5jJC .dropdown-item:active {
  background-color: transparent;
}
.cid-tqkxwv5jJC .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tqkxwv5jJC .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tqkxwv5jJC .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tqkxwv5jJC .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tqkxwv5jJC .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tqkxwv5jJC .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tqkxwv5jJC ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tqkxwv5jJC .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tqkxwv5jJC button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tqkxwv5jJC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-tqkxwv5jJC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tqkxwv5jJC button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tqkxwv5jJC button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tqkxwv5jJC button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tqkxwv5jJC nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tqkxwv5jJC nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tqkxwv5jJC nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tqkxwv5jJC nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tqkxwv5jJC .navbar-dropdown {
  padding: .5rem 1rem;
}
.cid-tqkxwv5jJC a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tqkxwv5jJC .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tqkxwv5jJC .navbar {
    height: 77px;
  }
  .cid-tqkxwv5jJC .navbar.opened {
    height: auto;
  }
  .cid-tqkxwv5jJC .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tqlMabAgks {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tqlEV9FEc2 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-tqlEV9FEc2 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tqlEV9FEc2 .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tqlEV9FEc2 .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tqlEV9FEc2 .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tqlEV9FEc2 .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tqlEV9FEc2 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tqlEV9FEc2 .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tqlEV9FEc2 .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tqlEV9FEc2 .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tqlEV9FEc2 .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tqlEV9FEc2 .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tqlEV9FEc2 .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tqlEV9FEc2 .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tqlEV9FEc2 .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tqlEV9FEc2 .media-container-row .mbr-text {
  color: #353535;
}
