body {
  font-family: Spartan;
}
.display-1 {
  font-family: 'Spartan', sans-serif;
  font-size: 3.75rem;
  line-height: 1.25;
  letter-spacing: -0.07em;
}
.display-1 > .mbr-iconfont {
  font-size: 4.6875rem;
}
.display-2 {
  font-family: 'Spartan', sans-serif;
  font-size: 3.3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 4.125rem;
}
.display-4 {
  font-family: 'Spartan', sans-serif;
  font-size: 0.875rem;
  letter-spacing: -0.04em;
}
.display-4 > .mbr-iconfont {
  font-size: 1.09375rem;
}
.display-5 {
  font-family: 'Spartan', sans-serif;
  font-size: 1.3rem;
  line-height: 1.5;
  letter-spacing: -0.05em;
}
.display-5 > .mbr-iconfont {
  font-size: 1.625rem;
}
.display-7 {
  font-family: 'Work Sans', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- 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: 3rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.625rem;
    font-size: calc( 1.9625rem + (3.75 - 1.9625) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.9625rem + (3.75 - 1.9625) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.64rem;
    font-size: calc( 1.805rem + (3.3 - 1.805) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.805rem + (3.3 - 1.805) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.7rem;
    font-size: calc( 0.95625rem + (0.875 - 0.95625) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.95625rem + (0.875 - 0.95625) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.04rem;
    font-size: calc( 1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    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))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 30px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 30px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 30px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 30px;
}
.bg-primary {
  background-color: #ffa41d !important;
}
.bg-success {
  background-color: #1e2024 !important;
}
.bg-info {
  background-color: #000000 !important;
}
.bg-warning {
  background-color: #0069ca !important;
}
.bg-danger {
  background-color: #65676c !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ffa41d !important;
  border-color: #ffa41d !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: #c57600 !important;
  border-color: #c57600 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #c57600 !important;
  border-color: #c57600 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #3998d8 !important;
  border-color: #3998d8 !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: #1f699c !important;
  border-color: #1f699c !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #1f699c !important;
  border-color: #1f699c !important;
}
.btn-info,
.btn-info:active {
  background-color: #000000 !important;
  border-color: #000000 !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: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-success,
.btn-success:active {
  background-color: #1e2024 !important;
  border-color: #1e2024 !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: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #0069ca !important;
  border-color: #0069ca !important;
  color: #ffffff !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: #003c73 !important;
  border-color: #003c73 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #003c73 !important;
  border-color: #003c73 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #65676c !important;
  border-color: #65676c !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: #3b3c3f !important;
  border-color: #3b3c3f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #3b3c3f !important;
  border-color: #3b3c3f !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: #ffa41d;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #c57600 !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: #ffa41d !important;
  border-color: #ffa41d !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #3998d8;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #1f699c !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: #3998d8 !important;
  border-color: #3998d8 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #000000;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #000000 !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: #000000 !important;
  border-color: #000000 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #1e2024;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #000000 !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: #1e2024 !important;
  border-color: #1e2024 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #0069ca;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #003c73 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #0069ca !important;
  border-color: #0069ca !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #65676c;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #3b3c3f !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: #65676c !important;
  border-color: #65676c !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: #ffa41d !important;
}
.text-secondary {
  color: #3998d8 !important;
}
.text-success {
  color: #1e2024 !important;
}
.text-info {
  color: #000000 !important;
}
.text-warning {
  color: #0069ca !important;
}
.text-danger {
  color: #65676c !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #b66d00 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #1c618f !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #000000 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #000000 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #003464 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #343537 !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: #ffa41d;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #000000;
}
.alert-warning {
  background-color: #0069ca;
}
.alert-danger {
  background-color: #65676c;
}
.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: #ffa41d;
  border-color: #ffa41d;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #ffa41d;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fff6e9;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #d0d2d7;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #b3b3b3;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #97cdff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #a5a7ab;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Spartan', sans-serif;
  font-size: 0.875rem;
  letter-spacing: -0.04em;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.09375rem;
}
.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: #ffa41d !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Spartan', sans-serif;
  font-size: 0.875rem;
  letter-spacing: -0.04em;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.09375rem;
}
blockquote {
  border-color: #ffa41d;
}
/* 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: #ffa41d;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #ffa41d;
}
.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: #ffa41d;
  border-bottom-color: #ffa41d;
}
.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: #ffa41d !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: #3998d8 !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='%23ffa41d' %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-tB7w5Dvaxi .navbar-dropdown {
  position: relative !important;
}
.cid-tB7w5Dvaxi .navbar-dropdown {
  position: absolute !important;
}
.cid-tB7w5Dvaxi .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-tB7w5Dvaxi .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tB7w5Dvaxi .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tB7w5Dvaxi .dropdown-item:hover,
.cid-tB7w5Dvaxi .dropdown-item:focus {
  background: #ffa41d !important;
  color: white !important;
}
.cid-tB7w5Dvaxi .dropdown-item:hover span {
  color: white;
}
.cid-tB7w5Dvaxi .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tB7w5Dvaxi .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tB7w5Dvaxi .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tB7w5Dvaxi .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tB7w5Dvaxi .nav-link {
  position: relative;
}
.cid-tB7w5Dvaxi .container {
  display: flex;
  margin: auto;
}
.cid-tB7w5Dvaxi .iconfont-wrapper {
  color: #ffa41d !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tB7w5Dvaxi .navbar-nav .nav-item {
  margin: 10px 14px !important;
}
.cid-tB7w5Dvaxi .navbar-nav .nav-item .nav-link {
  margin: 5px 10px !important;
  padding: 0 !important;
  transition: 0.3s all;
  opacity: 0.5;
}
.cid-tB7w5Dvaxi .navbar-nav .nav-item .nav-link:hover,
.cid-tB7w5Dvaxi .navbar-nav .nav-item .nav-link:focus,
.cid-tB7w5Dvaxi .navbar-nav .nav-item .nav-link:active {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-tB7w5Dvaxi .dropdown-menu,
.cid-tB7w5Dvaxi .navbar.opened {
  background: #1f242e !important;
}
.cid-tB7w5Dvaxi .nav-item:focus,
.cid-tB7w5Dvaxi .nav-link:focus {
  outline: none;
}
.cid-tB7w5Dvaxi .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tB7w5Dvaxi .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tB7w5Dvaxi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tB7w5Dvaxi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tB7w5Dvaxi .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tB7w5Dvaxi .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tB7w5Dvaxi .navbar {
  min-height: 122px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  padding: 0 !important;
  box-shadow: none !important;
  background: #1f242e;
  background: rgba(31, 36, 46, 0.3);
}
.cid-tB7w5Dvaxi .navbar:not(.navbar-short) {
  border-bottom: none;
}
.cid-tB7w5Dvaxi .navbar.opened {
  transition: all 0.3s;
}
.cid-tB7w5Dvaxi .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tB7w5Dvaxi .navbar .navbar-logo img {
  width: auto;
}
.cid-tB7w5Dvaxi .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tB7w5Dvaxi .navbar.collapsed {
  justify-content: center;
}
.cid-tB7w5Dvaxi .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tB7w5Dvaxi .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tB7w5Dvaxi .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.5rem);
  }
}
.cid-tB7w5Dvaxi .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tB7w5Dvaxi .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tB7w5Dvaxi .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tB7w5Dvaxi .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tB7w5Dvaxi .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tB7w5Dvaxi .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tB7w5Dvaxi .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tB7w5Dvaxi .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tB7w5Dvaxi .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tB7w5Dvaxi .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tB7w5Dvaxi .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tB7w5Dvaxi .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tB7w5Dvaxi .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tB7w5Dvaxi .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tB7w5Dvaxi .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tB7w5Dvaxi .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tB7w5Dvaxi .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tB7w5Dvaxi .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tB7w5Dvaxi .navbar.navbar-short {
  min-height: 90px;
}
.cid-tB7w5Dvaxi .navbar.navbar-short .navbar-logo img {
  height: 4.2rem !important;
}
.cid-tB7w5Dvaxi .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
@media (max-width: 575px) {
  .cid-tB7w5Dvaxi .navbar {
    min-height: 80px;
  }
}
.cid-tB7w5Dvaxi .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  padding-right: 15px;
  padding-left: 15px;
}
.cid-tB7w5Dvaxi .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tB7w5Dvaxi .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 575px) {
  .cid-tB7w5Dvaxi .navbar-brand {
    min-height: 69px;
  }
}
.cid-tB7w5Dvaxi .dropdown-item.active,
.cid-tB7w5Dvaxi .dropdown-item:active {
  background-color: transparent;
}
.cid-tB7w5Dvaxi .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tB7w5Dvaxi .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tB7w5Dvaxi .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tB7w5Dvaxi .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1f242e;
}
.cid-tB7w5Dvaxi .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tB7w5Dvaxi .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tB7w5Dvaxi ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tB7w5Dvaxi .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tB7w5Dvaxi button.navbar-toggler {
  display: none;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #171a21, #272c30);
  outline: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-tB7w5Dvaxi button.navbar-toggler:hover {
  transform: scale(1.1);
}
.cid-tB7w5Dvaxi button.navbar-toggler .hamburger {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-tB7w5Dvaxi button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #f9f9fc;
}
.cid-tB7w5Dvaxi button.navbar-toggler .hamburger span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-tB7w5Dvaxi button.navbar-toggler .hamburger span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-tB7w5Dvaxi button.navbar-toggler .hamburger span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-tB7w5Dvaxi button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tB7w5Dvaxi nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tB7w5Dvaxi nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tB7w5Dvaxi nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tB7w5Dvaxi nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tB7w5Dvaxi .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tB7w5Dvaxi a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tB7w5Dvaxi .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-tB7w5Dvaxi .navbar {
    height: 70px;
  }
  .cid-tB7w5Dvaxi .navbar.opened {
    height: auto;
  }
  .cid-tB7w5Dvaxi .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tB7w5Dvaxi .navbar-short {
  min-height: 90px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
  background: #1f242e;
  background: rgba(31, 36, 46, 0.3);
}
@media (max-width: 575px) {
  .cid-tB7w5Dvaxi .navbar-short {
    min-height: 70px;
  }
}
.cid-tB7w5Dvaxi .container-fluid {
  padding: 0 64px;
}
@media (max-width: 1599px) {
  .cid-tB7w5Dvaxi .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .cid-tB7w5Dvaxi .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .cid-tB7w5Dvaxi .container-fluid {
    padding: 0 3px;
  }
}
.cid-tB7w5Dvaxi .navbar-collapse {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-tB7w5Dvaxi .mbr-section-btn .btn {
  padding: 15px 35px;
}
@media (min-width: 992px) {
  .cid-tB7w5Dvaxi .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-tB7w5Dvaxi .container-fluid {
  flex-wrap: wrap;
}
.cid-tB7w5Dvaxi button.navbar-toggler {
  display: flex;
}
.cid-tB7w5Dvaxi .navbar-brand {
  width: auto !important;
}
.cid-tB7w5Dvaxi .navbar-collapse {
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.cid-tB7w5Dvaxi .navbar-collapse .nav-item {
  margin: 8px 0 !important;
}
.cid-tB7w5Dvaxi .navbar-collapse .nav-item .nav-link {
  margin: 0 !important;
  padding: 0 !important;
  transition: 0.3s all;
  opacity: 1;
  justify-content: left;
}
.cid-tB7w5Dvaxi .navbar-collapse .nav-item .nav-link:hover {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-tB7w5Dvaxi .icons-menu {
  margin-top: 10px;
  justify-content: left;
}
.cid-tB7w5Dvaxi .navbar-buttons {
  margin-top: 20px;
  text-align: left;
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
@media (max-width: 991px) {
  .cid-tB7w5Dvaxi .container-fluid {
    flex-wrap: wrap;
  }
  .cid-tB7w5Dvaxi button.navbar-toggler {
    display: flex;
  }
  .cid-tB7w5Dvaxi .navbar-brand {
    width: auto !important;
  }
  .cid-tB7w5Dvaxi .navbar-collapse {
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
  .cid-tB7w5Dvaxi .navbar-collapse .nav-item {
    margin: 8px 0 !important;
  }
  .cid-tB7w5Dvaxi .navbar-collapse .nav-item .nav-link {
    margin: 0 !important;
    padding: 0 !important;
    transition: 0.3s all;
    opacity: 1;
    justify-content: left;
  }
  .cid-tB7w5Dvaxi .navbar-collapse .nav-item .nav-link:hover {
    opacity: 1;
    color: #FFFFFF !important;
  }
  .cid-tB7w5Dvaxi .icons-menu {
    margin-top: 10px;
    justify-content: left;
  }
  .cid-tB7w5Dvaxi .navbar-buttons {
    margin-top: 20px;
    text-align: left;
    margin-left: -0.6rem;
    margin-right: -0.6rem;
  }
}
.cid-tRyghUGQEu {
  background-image: url("../../../assets/images/dsc08788retouche-2000x1127.jpg");
}
.cid-tRyghUGQEu .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRyghUGQEu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRyghUGQEu .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tRyghUGQEu .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tRyghUGQEu .container {
    padding: 0;
  }
}
.cid-tRyghUGQEu .title-wrapper {
  padding: 0 16px;
}
.cid-tRyghUGQEu .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tRyghUGQEu .title-wrapper .mbr-text {
  margin: 25px 0 0 0;
}
.cid-tRyghUGQEu .title-wrapper .mbr-section-btn {
  margin-top: 100px;
}
@media (max-width: 992px) {
  .cid-tRyghUGQEu .title-wrapper .mbr-section-btn {
    margin-top: 40px;
  }
}
.cid-tRyghUGQEu .mbr-section-title {
  color: #ffffff;
}
.cid-tRyghUGQEu .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-tRyghUGQEu .mbr-section-title,
.cid-tRyghUGQEu .mbr-section-btn {
  text-align: center;
}
.cid-tXzbdFeuh9 {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tXzbdFeuh9 .item-img {
  position: relative;
}
.cid-tXzbdFeuh9 .item-img img {
  transition: all 0.2s;
}
@media (min-width: 992px) {
  .cid-tXzbdFeuh9 .card-text {
    padding-left: 4rem;
  }
}
.cid-tXzbdFeuh9 h5 {
  line-height: 1.2;
}
.cid-tXzbdFeuh9 .card {
  margin-bottom: 2rem;
}
.cid-tXzbdFeuh9 .card:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
.cid-tXzbdFeuh9 .mbr-section-subtitle {
  border: 1px solid currentColor;
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
}
.cid-tXzbdFeuh9 .image-wrapper {
  overflow: hidden;
  border-radius: 2rem;
  min-height: 250px;
  background: #0069ca;
}
@media (max-width: 992px) {
  .cid-tXzbdFeuh9 .image-wrapper {
    min-height: 200px;
  }
}
.cid-tXzbdFeuh9 .item-wrapper {
  position: relative;
  background: #ffffff;
  border: 3px solid #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tXzbdFeuh9 .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-tXzbdFeuh9 .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #ffffff;
}
.cid-tXzbdFeuh9 .link-icon-wrapper {
  position: absolute;
  right: -1px;
  padding: 2px;
  bottom: -1px;
  background: #ffffff;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 2rem;
  z-index: 3;
}
.cid-tXzbdFeuh9 .link-icon-wrapper .icon-wrap {
  background: #ffa41d;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-tXzbdFeuh9 .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-tXzbdFeuh9 .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-tXzbdFeuh9 .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-tXzbdFeuh9 .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-tXzbdFeuh9 .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-tXzbdFeuh9 .item-content {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 1rem;
  padding: 0 1.5rem 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-tXzbdFeuh9 .item-content {
    padding: 0 1rem 1.4rem;
    margin-top: 1rem;
  }
}
.cid-tXzbdFeuh9 img,
.cid-tXzbdFeuh9 .item-img {
  width: 100%;
}
.cid-tXzbdFeuh9 .item:focus,
.cid-tXzbdFeuh9 span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-tXzbdFeuh9 .item {
    margin-bottom: 1rem;
  }
}
.cid-tXzbdFeuh9 .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-tXzbdFeuh9 .item-title {
  text-align: center;
  color: #f9f9fc;
}
.cid-tXzbdFeuh9 .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-tXzbdFeuh9 .mbr-section-subtitle,
.cid-tXzbdFeuh9 .subtitle-wrap,
.cid-tXzbdFeuh9 .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-tXzbdFeuh9 .mbr-text,
.cid-tXzbdFeuh9 .item .mbr-section-btn {
  color: #ffffff;
}
.cid-tXzbdFeuh9 .mbr-text {
  color: #000000;
}
.cid-tXzbdFeuh9 .mbr-title2 {
  color: #1f242e;
}
.cid-tXACrINxrq {
  padding-top: 5rem;
  padding-bottom: 9rem;
  background-image: url("../../../assets/images/mbr-1920x1459.jpg");
}
.cid-tXACrINxrq .mbr-overlay {
  background: #f9f9fc;
  opacity: 0.8;
}
.cid-tXACrINxrq .item-img {
  position: relative;
}
.cid-tXACrINxrq .item-img img {
  transition: all 0.2s;
}
.cid-tXACrINxrq .item {
  transition: transform 0.3s;
  margin-bottom: 2rem;
}
.cid-tXACrINxrq .item:hover {
  cursor: pointer;
  transform: translateY(-6px);
}
.cid-tXACrINxrq .item:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
.cid-tXACrINxrq .item:hover img {
  transform: scale(1.05);
}
.cid-tXACrINxrq .mbr-section-subtitle {
  border: 1px solid currentColor;
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
}
.cid-tXACrINxrq .image-wrapper {
  overflow: hidden;
  border-radius: 2rem;
}
.cid-tXACrINxrq .item-wrapper {
  position: relative;
  background: #ffffff;
  border: 3px solid #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tXACrINxrq .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-tXACrINxrq .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #ffffff;
}
.cid-tXACrINxrq .link-icon-wrapper {
  position: absolute;
  right: -1px;
  padding: 2px;
  bottom: -1px;
  background: #ffffff;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 2rem;
  z-index: 3;
}
.cid-tXACrINxrq .link-icon-wrapper .icon-wrap {
  background: #ffb649;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-tXACrINxrq .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-tXACrINxrq .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-tXACrINxrq .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-tXACrINxrq .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-tXACrINxrq .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-tXACrINxrq .item-content {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 1rem;
  padding: 0 1.5rem 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-tXACrINxrq .item-content {
    padding: 0 1rem 1.4rem;
    margin-top: 1rem;
  }
}
.cid-tXACrINxrq img,
.cid-tXACrINxrq .item-img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-tXACrINxrq .item:focus,
.cid-tXACrINxrq span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-tXACrINxrq .item {
    margin-bottom: 1rem;
  }
}
.cid-tXACrINxrq .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-tXACrINxrq .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-tXACrINxrq .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-tXACrINxrq .mbr-section-subtitle,
.cid-tXACrINxrq .subtitle-wrap,
.cid-tXACrINxrq .mbr-section-btn {
  text-align: center;
  color: #65676c;
}
.cid-tXACrINxrq .mbr-text,
.cid-tXACrINxrq .item .mbr-section-btn {
  color: #ffffff;
}
.cid-tBuOLHRui7 {
  background-image: url("../../../assets/images/dsc03184-2000x1127.jpg");
}
.cid-tBuOLHRui7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBuOLHRui7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBuOLHRui7 .container-fluid {
  padding: 0 16px;
}
@media (max-width: 991px) {
  .cid-tBuOLHRui7 .container-fluid {
    padding: 0 12px;
  }
}
.cid-tBuOLHRui7 .row {
  margin-top: -3px;
  display: flex;
  justify-content: center;
  padding: 64px 28px;
  overflow: hidden;
  position: relative;
}
@media (max-width: 992px) {
  .cid-tBuOLHRui7 .row {
    padding: 48px 20px;
  }
}
.cid-tBuOLHRui7 .row:before {
  content: '';
  position: absolute;
  top: 8rem;
  width: 200vh;
  height: 300px;
  display: block;
  background-color: transparent;
  border: 5px solid #f9f9fc;
  border-radius: 100%;
}
.cid-tBuOLHRui7 .card {
  border-right: 0;
  transform: rotate(17deg);
}
@media (max-width: 992px) {
  .cid-tBuOLHRui7 .card {
    margin: 0 !important;
  }
}
.cid-tBuOLHRui7 .card:nth-child(2) {
  transform: rotate(347deg);
  margin-top: 5rem;
}
.cid-tBuOLHRui7 .card:last-child {
  transform: rotate(1deg);
  margin-left: -3rem;
  margin-top: -2.5rem;
}
.cid-tBuOLHRui7 .card .image-wrapper {
  padding: 20px;
  border-radius: 16px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-tBuOLHRui7 .card .image-wrapper {
    margin-bottom: 48px;
  }
}
.cid-tBuOLHRui7 .card .image-wrapper img {
  height: 300px;
  object-fit: cover;
}
.cid-tBuOLHRui7 .card .image-wrapper .mbr-text {
  margin-bottom: 0;
  margin-top: 10px;
}
.cid-tBuOLHRui7 .mbr-text {
  color: #07553B;
}
.cid-tS57JcCBns {
  background-color: #5c719a;
}
.cid-tS57JcCBns .content {
  display: flex;
  height: 100px;
  justify-content: center;
  align-items: center;
}
.cid-tS57JcCBns .content img {
  width: 43px;
  height: 43px;
  object-fit: cover;
  margin-right: 15px;
}
.cid-tS57JcCBns .content p {
  margin: 0;
}
.cid-tS57JcCBns .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-tHwJ2Dv7dX {
  background-color: #5c719a;
}
.cid-tHwJ2Dv7dX .content {
  display: flex;
  height: 100px;
  justify-content: center;
  align-items: center;
}
.cid-tHwJ2Dv7dX .content img {
  width: 43px;
  height: 43px;
  object-fit: cover;
  margin-right: 15px;
}
.cid-tHwJ2Dv7dX .content p {
  margin: 0;
}
.cid-tHwJ2Dv7dX .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-tCZWESrUIl {
  padding-top: 10rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/dsc02113-2000x1127.jpg");
}
.cid-tCZWESrUIl .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCZWESrUIl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tCZWESrUIl .container {
    padding: 0 20px;
  }
}
.cid-tCZWESrUIl .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-tCZWESrUIl .title-wrapper .mbr-desc {
  margin: 0;
}
.cid-tCZWESrUIl .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-tCZWESrUIl .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-tM8F24D1tk {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #f9f9fc;
}
.cid-tM8F24D1tk .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-tM8F24D1tk .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #ffa41d;
}
.cid-tM8F24D1tk .svg-top .st0 {
  fill: #f9f9fc;
}
@media (max-width: 992px) {
  .cid-tM8F24D1tk .svg-top {
    width: 1000px;
  }
}
@keyframes svg-wave {
  from {
    transform: scaleX(1) scaleY(1.1);
  }
  to {
    transform: scaleX(1) scaleY(1.6);
  }
}
@media (min-width: 1400px) {
  .cid-tM8F24D1tk .col-12 {
    padding: 0 2rem;
  }
  .cid-tM8F24D1tk .row {
    margin: 0 -2rem;
  }
}
.cid-tM8F24D1tk .mbr-text,
.cid-tM8F24D1tk .mbr-section-btn {
  color: #735b4f;
}
.cid-tM8F24D1tk .mbr-section-title {
  color: #463228;
}
.cid-uk6L6uAavk {
  background-color: #ffffff;
}
.cid-uk6L6uAavk .content {
  display: flex;
  height: 100px;
  justify-content: center;
  align-items: center;
}
.cid-uk6L6uAavk .content img {
  width: 43px;
  height: 43px;
  object-fit: cover;
  margin-right: 15px;
}
.cid-uk6L6uAavk .content p {
  margin: 0;
}
.cid-uk6L6uAavk .mbr-text {
  color: #ffffff;
}
.cid-tVN4mQInNd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/dsc05883-2000x1127.jpg");
}
.cid-tVN4mQInNd .mbr-fallback-image.disabled {
  display: none;
}
.cid-tVN4mQInNd .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-tVN4mQInNd .col-text {
    margin-bottom: 2rem;
  }
}
.cid-tVN4mQInNd .text-wrap {
  position: sticky;
  top: 5rem;
}
@media (max-width: 991px) {
  .cid-tVN4mQInNd .text-wrap {
    position: static;
    max-width: 440px;
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  .cid-tVN4mQInNd .text-wrap {
    max-width: 100%;
    width: 100%;
  }
}
.cid-tVN4mQInNd .mbr-section-title {
  color: #ffffff;
}
.cid-tVN4mQInNd .text-grid-container {
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 2rem;
  -ms-grid-columns: 4fr 1fr;
  grid-template-columns: 4fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  margin-top: 2rem;
}
.cid-tVN4mQInNd .mbr-text {
  color: #f9f9fc;
  opacity: 0.8;
  margin-bottom: 1rem;
  grid-column-start: 1;
  grid-column-end: 2;
}
@media (max-width: 767px) {
  .cid-tVN4mQInNd .mbr-text {
    grid-column-end: 3;
  }
}
.cid-tVN4mQInNd .card-container {
  width: 100%;
  margin-top: 15rem;
}
@media (max-width: 575px) {
  .cid-tVN4mQInNd .card-container {
    margin-top: 0;
  }
}
.cid-tVN4mQInNd .card {
  position: sticky;
  top: 0;
  width: 100%;
  padding: 30px 0;
}
@media (max-width: 991px) {
  .cid-tVN4mQInNd .card {
    padding: 24px 0;
  }
}
.cid-tVN4mQInNd .card-wrap {
  display: flex;
  align-items: flex-end;
  position: relative;
  z-index: 4;
  width: 100%;
  padding: 40px;
  border-radius: 2.5rem;
  overflow: hidden;
  min-height: 745px;
}
@media (max-width: 1599px) {
  .cid-tVN4mQInNd .card-wrap {
    min-height: 615px;
  }
}
@media (max-width: 1399px) {
  .cid-tVN4mQInNd .card-wrap {
    min-height: 525px;
  }
}
@media (max-width: 1199px) {
  .cid-tVN4mQInNd .card-wrap {
    min-height: 435px;
  }
}
@media (max-width: 991px) {
  .cid-tVN4mQInNd .card-wrap {
    min-height: 560px;
  }
}
@media (max-width: 767px) {
  .cid-tVN4mQInNd .card-wrap {
    padding: 24px;
  }
}
.cid-tVN4mQInNd .card-img-box {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
}
.cid-tVN4mQInNd .card-img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tVN4mQInNd .card-bg-frame {
  position: absolute;
  left: -33%;
  bottom: -40%;
  width: 69%;
  aspect-ratio: 1;
  z-index: 4;
  border-radius: 50%;
  background: rgba(24, 24, 23, 0.59);
}
@media (max-width: 991px) {
  .cid-tVN4mQInNd .card-bg-frame {
    left: -40%;
    bottom: -30%;
  }
}
@media (max-width: 767px) {
  .cid-tVN4mQInNd .card-bg-frame {
    left: -28%;
    bottom: -20%;
    width: 100vw;
    height: 100vw;
  }
}
@media (max-width: 575px) {
  .cid-tVN4mQInNd .card-bg-frame {
    left: -46%;
    bottom: -22%;
  }
}
.cid-tVN4mQInNd .card-text-box {
  position: relative;
  z-index: 5;
  width: 40%;
}
@media (max-width: 767px) {
  .cid-tVN4mQInNd .card-text-box {
    width: 70%;
  }
}
@media (max-width: 575px) {
  .cid-tVN4mQInNd .card-text-box {
    width: 100%;
  }
}
.cid-tVN4mQInNd .card-title {
  color: #ffa41d;
  margin-bottom: 1rem;
}
.cid-tVN4mQInNd .card-text {
  color: #f6f6ef;
  opacity: 0.8;
  margin-bottom: 1rem;
}
.cid-tVN4mQInNd .card-number {
  color: #f6f6ef;
  margin-bottom: 0;
}
.cid-tVN4mQInNd .card-text-small {
  color: #f6f6ef;
  margin-bottom: 0;
}
.cid-tVN4mQInNd .mbr-section-btn {
  margin-top: 10px;
}
.cid-tVN4mQInNd .card-text,
.cid-tVN4mQInNd .mbr-section-btn {
  color: #000000;
}
.cid-tWaKYYh20u {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tWaKYYh20u .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWaKYYh20u .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWaKYYh20u .container {
  max-width: 1600px;
}
.cid-tWaKYYh20u .row {
  justify-content: left;
}
.cid-tWaKYYh20u .content-container {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  width: 100%;
}
.cid-tWaKYYh20u .title-container {
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .cid-tWaKYYh20u .title-container {
    margin-bottom: 50px;
  }
}
.cid-tWaKYYh20u .mbr-section-title {
  color: #463228;
}
.cid-tWaKYYh20u .mbr-section-subtitle {
  color: #382217;
  margin-top: 1rem;
}
.cid-tWaKYYh20u .img-container {
  width: 100%;
  max-height: 100vh;
}
@media (max-width: 767px) {
  .cid-tWaKYYh20u .img-container {
    height: 350px;
  }
}
.cid-tWaKYYh20u .image-wrapper {
  height: 100%;
  position: relative;
  border-radius: 4.17rem;
  padding: 5px;
  background-image: linear-gradient(135deg, #ffdd65 2.76%, #0057fc 29.66%, #ffa41d 61%, #8e59ff 99.93%);
}
.cid-tWaKYYh20u .image-wrapper .img-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 4.17rem;
  background-image: linear-gradient(135deg, #ffdd65 2.76%, #0057fc 29.66%, #ffa41d 61%, #8e59ff 99.93%);
  -webkit-filter: blur(1rem);
  filter: blur(1rem);
}
.cid-tWaKYYh20u .image-wrapper .img-box {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 11;
  border-radius: 3.85rem;
  overflow: hidden;
  height: 100%;
}
.cid-tWaKYYh20u .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tVjC7oKgFK {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/dsc03245-2000x1127.jpg");
}
.cid-tVjC7oKgFK .mbr-fallback-image.disabled {
  display: none;
}
.cid-tVjC7oKgFK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-tVjC7oKgFK .container {
    padding: 0 24px;
  }
}
.cid-tVjC7oKgFK .content-wrapper {
  padding: 0 32px 32px;
  margin-bottom: 32px;
  border-bottom: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-tVjC7oKgFK .content-wrapper {
    padding: 0 24px 24px;
    margin-bottom: 24px;
  }
}
.cid-tVjC7oKgFK .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-tVjC7oKgFK .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tVjC7oKgFK .row {
  justify-content: center;
}
.cid-tVjC7oKgFK .items {
  padding: 0 32px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 32px;
}
@media (max-width: 992px) {
  .cid-tVjC7oKgFK .items {
    padding: 0 24px;
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-tVjC7oKgFK .item {
    margin-bottom: 24px;
  }
}
.cid-tVjC7oKgFK .item:hover .item-wrapper .item-img img,
.cid-tVjC7oKgFK .item:focus .item-wrapper .item-img img {
  transform: scale(1.1);
}
.cid-tVjC7oKgFK .item:hover .item-wrapper .item-img .item-content,
.cid-tVjC7oKgFK .item:focus .item-wrapper .item-img .item-content {
  transform: translateY(0);
}
.cid-tVjC7oKgFK .item .item-wrapper .item-img {
  height: 450px;
  display: flex;
  align-items: flex-end;
  position: relative;
  overflow: hidden;
  border-radius: .5rem;
}
@media (max-width: 992px) {
  .cid-tVjC7oKgFK .item .item-wrapper .item-img {
    height: 400px;
  }
}
.cid-tVjC7oKgFK .item .item-wrapper .item-img img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.cid-tVjC7oKgFK .item .item-wrapper .item-img .item-content {
  position: relative;
  padding: 32px;
  transform: translateY(100%);
  width: 100%;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-tVjC7oKgFK .item .item-wrapper .item-img .item-content {
    padding: 24px;
    transform: translateY(0);
  }
}
@media (max-width: 768px) {
  .cid-tVjC7oKgFK .item .item-wrapper .item-img .item-content {
    transform: translateY(0);
  }
}
.cid-tVjC7oKgFK .item .item-wrapper .item-img .item-content::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .5;
  background-color: #ffffff;
}
.cid-tVjC7oKgFK .item .item-wrapper .item-img .item-content a {
  position: relative;
  display: block;
}
.cid-tVjC7oKgFK .item .item-wrapper .item-img .item-content a:hover .card-name,
.cid-tVjC7oKgFK .item .item-wrapper .item-img .item-content a:focus .card-name {
  color: #8aa29e;
}
.cid-tVjC7oKgFK .item .item-wrapper .item-img .item-content a .card-name {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
}
.cid-tVjC7oKgFK .item .item-wrapper .item-img .item-content .card-subtitle {
  position: relative;
  margin-bottom: 8px;
}
.cid-tVjC7oKgFK .item .item-wrapper .item-img .item-content .card-text {
  position: relative;
  margin-bottom: 0;
}
.cid-tVjC7oKgFK .mbr-section-title {
  color: #F9F6E0;
}
.cid-tVjC7oKgFK .mbr-text {
  color: #ffffff;
}
.cid-tVjC7oKgFK .card-name {
  color: #E0B548;
  text-align: center;
}
.cid-tVjC7oKgFK .card-subtitle {
  color: #F9F6E0;
  text-align: center;
}
.cid-tVjC7oKgFK .card-text {
  color: #F9F6E0;
  text-align: center;
}
.cid-tXETmCWtYS {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tXETmCWtYS .item-img {
  position: relative;
}
.cid-tXETmCWtYS .item-img img {
  transition: all 0.2s;
}
.cid-tXETmCWtYS h5 {
  line-height: 1.2;
}
.cid-tXETmCWtYS .item {
  transition: transform 0.3s;
  margin-bottom: 2rem;
}
.cid-tXETmCWtYS .item:hover {
  cursor: pointer;
  transform: translateY(-6px);
}
.cid-tXETmCWtYS .item:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
.cid-tXETmCWtYS .item:hover img {
  transform: scale(1.05);
}
.cid-tXETmCWtYS .mbr-section-subtitle {
  border-radius: 1rem;
  border: 1px solid currentColor;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
}
@media (max-width: 992px) {
  .cid-tXETmCWtYS .subtitle-wrap,
  .cid-tXETmCWtYS .mbr-section-subtitle {
    text-align: center;
  }
}
.cid-tXETmCWtYS .image-wrapper {
  overflow: hidden;
  border-radius: 2rem;
}
.cid-tXETmCWtYS .item-wrapper {
  position: relative;
  background: #ffffff;
  border: 3px solid #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tXETmCWtYS .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-tXETmCWtYS .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #ffffff;
}
.cid-tXETmCWtYS .link-icon-wrapper {
  position: absolute;
  right: -1px;
  padding: 2px;
  bottom: -1px;
  background: #ffffff;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 2rem;
  z-index: 3;
}
.cid-tXETmCWtYS .link-icon-wrapper .icon-wrap {
  background: #ffb649;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-tXETmCWtYS .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-tXETmCWtYS .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-tXETmCWtYS .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-tXETmCWtYS .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-tXETmCWtYS .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-tXETmCWtYS .item-content {
  padding: 0.5rem;
  padding-top: 1rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-tXETmCWtYS .item-content {
    padding: 0 0.5rem;
    padding-top: 1rem;
  }
}
.cid-tXETmCWtYS img,
.cid-tXETmCWtYS .item-img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-tXETmCWtYS .item:focus,
.cid-tXETmCWtYS span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-tXETmCWtYS .item {
    margin-bottom: 1rem;
  }
}
.cid-tXETmCWtYS .mbr-section-title {
  color: #ffa41d;
  text-align: left;
}
.cid-tXETmCWtYS .item-title {
  text-align: left;
  color: #000000;
}
.cid-tXETmCWtYS .item-subtitle {
  text-align: left;
  color: #000000;
}
.cid-tXETmCWtYS .mbr-text,
.cid-tXETmCWtYS .item .mbr-section-btn {
  color: #000000;
}
.cid-tRCJUUL7uQ {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/20240717-122853-002-1-2000x1125.jpg");
}
.cid-tRCJUUL7uQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRCJUUL7uQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRCJUUL7uQ .row {
  justify-content: center;
}
.cid-tRCJUUL7uQ .video-wrapper iframe {
  width: 100%;
}
.cid-tRCJUUL7uQ .title-wrapper {
  margin-bottom: 32px;
}
.cid-tRCJUUL7uQ .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tRCJUUL7uQ .title-wrapper .mbr-section-title span {
  position: relative;
  z-index: 1;
}
.cid-tRCJUUL7uQ .title-wrapper .mbr-section-title span::before {
  content: '';
  position: absolute;
  bottom: 22%;
  left: 0;
  width: 100%;
  height: 18px;
  background-color: #1f242e;
  z-index: -1;
}
.cid-tRCJUUL7uQ .video-block {
  max-height: 300px;
}
@media (max-width: 992px) {
  .cid-tRCJUUL7uQ .video-block {
    margin-bottom: 24px;
  }
}
.cid-tRCJUUL7uQ .mbr-figure__img {
  max-height: 300px;
  object-fit: cover;
}
.cid-tRCJUUL7uQ .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-tBuWFZ9KUF {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #1f242e;
}
.cid-tBuWFZ9KUF .mbr-section-subtitle {
  color: #ffa41d;
}
.cid-tBuWFZ9KUF .mbr-section-title {
  color: #383d4b;
}
.cid-tB7MmXyFU8 .google-map {
  height: 25rem;
  position: relative;
}
.cid-tB7MmXyFU8 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tB7MmXyFU8 .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tB7MmXyFU8 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tB7MmXyFU8 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tROeYklYi1 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #1f242e;
}
.cid-tROeYklYi1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tROeYklYi1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tROeYklYi1 .card-wrapper {
  display: flex;
  margin-bottom: 2rem;
}
.cid-tROeYklYi1 .mbr-iconfont {
  font-size: 3rem;
  color: #ffa41d;
  padding-right: 2rem;
}
.cid-tROeYklYi1 .title {
  text-align: center;
  color: #ffa41d;
}
.cid-tROeYklYi1 .card-title {
  color: #ffa41d;
}
.cid-tB8twmnE1v {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tB8twmnE1v .mbr-fallback-image.disabled {
  display: none;
}
.cid-tB8twmnE1v .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tB8twmnE1v .title-wrapper {
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-tB8twmnE1v .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-tB8twmnE1v .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tB8twmnE1v .title-wrapper .mbr-section-title span {
  position: relative;
  z-index: 1;
}
.cid-tB8twmnE1v .title-wrapper .mbr-section-title span::before {
  content: '';
  position: absolute;
  bottom: 22%;
  left: 0;
  width: 100%;
  height: 18px;
  background-color: #ffb649;
  z-index: -1;
}
.cid-tB8twmnE1v .dragArea.row {
  padding: 0 0 0 100px;
}
@media (max-width: 992px) {
  .cid-tB8twmnE1v .dragArea.row {
    padding: 0;
  }
}
.cid-tB8twmnE1v .dragArea.row .form-group {
  padding: 0;
  margin-bottom: 12px !important;
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #23272b !important;
}
.cid-tB8twmnE1v .dragArea.row .form-group .form-control {
  padding: 12px 0;
  background-color: transparent;
  border-radius: 0;
  box-shadow: none;
  border-color: transparent !important;
}
.cid-tB8twmnE1v .dragArea.row .form-group .form-control::placeholder {
  color: #23272b;
}
.cid-tB8twmnE1v .dragArea.row .form-group .form-control:hover {
  border-color: transparent !important;
}
.cid-tB8twmnE1v .dragArea.row .form-group .form-control:focus {
  background-color: transparent;
  box-shadow: none;
}
.cid-tB8twmnE1v .dragArea.row .form-group .form-check {
  padding-left: 28px;
  margin-bottom: 0;
  margin-right: 18%;
  line-height: 2.2;
}
.cid-tB8twmnE1v .dragArea.row .form-group .form-check .form-check-input {
  border-radius: 0;
  background: transparent;
  border: 1px solid #23272b;
}
.cid-tB8twmnE1v .dragArea.row .mbr-section-btn {
  padding: 0;
}
.cid-tB8twmnE1v .mbr-section-title {
  color: #23272b;
}
.cid-tB8twmnE1v .form-check-label {
  color: #f4efe8;
}
.cid-ufcFK2IoAo {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #1b2028;
}
.cid-ufcFK2IoAo .header-text {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  color: #232323;
}
.cid-ufcFK2IoAo .accordion-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-ufcFK2IoAo .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ufcFK2IoAo .panel-group {
  width: 100%;
}
.cid-ufcFK2IoAo .panel-text {
  color: #ffffff;
}
.cid-ufcFK2IoAo .card {
  border-radius: 0px;
  margin-bottom: .5rem;
}
.cid-ufcFK2IoAo .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-ufcFK2IoAo .card .card-header a.panel-title {
  -webkit-justify-content: space-between;
  justify-content: space-between;
  transition: all .3s;
  background-color: #d58001;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-ufcFK2IoAo .card .card-header a.panel-title:hover {
  opacity: 0.5;
}
.cid-ufcFK2IoAo .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-ufcFK2IoAo .card .card-header a.panel-title .sign {
  padding-right: 1rem;
}
.cid-ufcFK2IoAo .card .card-header a.panel-title h4 {
  padding: 1rem 1rem;
  margin-bottom: 0;
}
.cid-ufcFK2IoAo .card .panel-body {
  background: #1f242e;
}
.cid-ufcFK2IoAo .sign {
  color: #232323;
}
.cid-ufcFK2IoAo .mbr-section-title {
  color: #ffffff;
}
.cid-ufcFK2IoAo .header-text,
.cid-ufcFK2IoAo .sign {
  color: #ffffff;
}
.cid-tB7LA3f1vE {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #1b2028;
}
.cid-tB7LA3f1vE .mbr-fallback-image.disabled {
  display: none;
}
.cid-tB7LA3f1vE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tB7LA3f1vE .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-tB7LA3f1vE .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-tB7LA3f1vE .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-tB7LA3f1vE .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-tB7LA3f1vE .container {
    max-width: 100%;
  }
  .cid-tB7LA3f1vE .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-tB7LA3f1vE .item-wrap {
  width: 100%;
}
.cid-tB7LA3f1vE .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-tB7LA3f1vE .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tB7LA3f1vE .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tB7LA3f1vE .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tB7LA3f1vE .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-tB7LA3f1vE .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tB7LA3f1vE .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-tB7LA3f1vE .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-tB7LA3f1vE .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1f242e, #171a21);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-tB7LA3f1vE .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-tB7LA3f1vE .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #ffa41d;
}
.cid-tB7LA3f1vE .soc-item:hover {
  transform: translateY(-3px);
}
.cid-tB7LA3f1vE .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tB7LA3f1vE .col-links {
    padding-top: 20px;
  }
}
.cid-tB7LA3f1vE .mbr-section-subtitle {
  color: #ffa41d;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .cid-tB7LA3f1vE .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-tB7LA3f1vE .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #C4CFDE;
  transition: 0.4s all;
}
@media (max-width: 575px) {
  .cid-tB7LA3f1vE .list {
    text-align: center !important;
  }
}
.cid-tB7LA3f1vE .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-tB7LA3f1vE .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-tB7LA3f1vE .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-tB7LA3f1vE .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ffa41d;
  transition: 0.4s all;
}
.cid-tB7LA3f1vE .list a:hover {
  color: #ffa41d !important;
  line-height: inherit !important;
}
.cid-tB7LA3f1vE .list a:hover:before {
  width: 100%;
}
.cid-tB7LA3f1vE .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-tB7LA3f1vE .col-copyright {
    padding-top: 40px;
  }
}
.cid-tB7LA3f1vE .border-item {
  width: 100%;
  height: 1px;
  background-color: #ffa41d;
}
.cid-tB7LA3f1vE .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
.cid-tB7w5Dvaxi .navbar-dropdown {
  position: relative !important;
}
.cid-tB7w5Dvaxi .navbar-dropdown {
  position: absolute !important;
}
.cid-tB7w5Dvaxi .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-tB7w5Dvaxi .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tB7w5Dvaxi .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tB7w5Dvaxi .dropdown-item:hover,
.cid-tB7w5Dvaxi .dropdown-item:focus {
  background: #ffa41d !important;
  color: white !important;
}
.cid-tB7w5Dvaxi .dropdown-item:hover span {
  color: white;
}
.cid-tB7w5Dvaxi .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tB7w5Dvaxi .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tB7w5Dvaxi .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tB7w5Dvaxi .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tB7w5Dvaxi .nav-link {
  position: relative;
}
.cid-tB7w5Dvaxi .container {
  display: flex;
  margin: auto;
}
.cid-tB7w5Dvaxi .iconfont-wrapper {
  color: #ffa41d !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tB7w5Dvaxi .navbar-nav .nav-item {
  margin: 10px 14px !important;
}
.cid-tB7w5Dvaxi .navbar-nav .nav-item .nav-link {
  margin: 5px 10px !important;
  padding: 0 !important;
  transition: 0.3s all;
  opacity: 0.5;
}
.cid-tB7w5Dvaxi .navbar-nav .nav-item .nav-link:hover,
.cid-tB7w5Dvaxi .navbar-nav .nav-item .nav-link:focus,
.cid-tB7w5Dvaxi .navbar-nav .nav-item .nav-link:active {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-tB7w5Dvaxi .dropdown-menu,
.cid-tB7w5Dvaxi .navbar.opened {
  background: #1f242e !important;
}
.cid-tB7w5Dvaxi .nav-item:focus,
.cid-tB7w5Dvaxi .nav-link:focus {
  outline: none;
}
.cid-tB7w5Dvaxi .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tB7w5Dvaxi .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tB7w5Dvaxi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tB7w5Dvaxi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tB7w5Dvaxi .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tB7w5Dvaxi .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tB7w5Dvaxi .navbar {
  min-height: 122px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  padding: 0 !important;
  box-shadow: none !important;
  background: #1f242e;
  background: rgba(31, 36, 46, 0.3);
}
.cid-tB7w5Dvaxi .navbar:not(.navbar-short) {
  border-bottom: none;
}
.cid-tB7w5Dvaxi .navbar.opened {
  transition: all 0.3s;
}
.cid-tB7w5Dvaxi .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tB7w5Dvaxi .navbar .navbar-logo img {
  width: auto;
}
.cid-tB7w5Dvaxi .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tB7w5Dvaxi .navbar.collapsed {
  justify-content: center;
}
.cid-tB7w5Dvaxi .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tB7w5Dvaxi .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tB7w5Dvaxi .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.5rem);
  }
}
.cid-tB7w5Dvaxi .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tB7w5Dvaxi .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tB7w5Dvaxi .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tB7w5Dvaxi .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tB7w5Dvaxi .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tB7w5Dvaxi .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tB7w5Dvaxi .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tB7w5Dvaxi .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tB7w5Dvaxi .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tB7w5Dvaxi .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tB7w5Dvaxi .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tB7w5Dvaxi .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tB7w5Dvaxi .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tB7w5Dvaxi .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tB7w5Dvaxi .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tB7w5Dvaxi .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tB7w5Dvaxi .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tB7w5Dvaxi .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tB7w5Dvaxi .navbar.navbar-short {
  min-height: 90px;
}
.cid-tB7w5Dvaxi .navbar.navbar-short .navbar-logo img {
  height: 4.2rem !important;
}
.cid-tB7w5Dvaxi .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
@media (max-width: 575px) {
  .cid-tB7w5Dvaxi .navbar {
    min-height: 80px;
  }
}
.cid-tB7w5Dvaxi .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  padding-right: 15px;
  padding-left: 15px;
}
.cid-tB7w5Dvaxi .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tB7w5Dvaxi .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 575px) {
  .cid-tB7w5Dvaxi .navbar-brand {
    min-height: 69px;
  }
}
.cid-tB7w5Dvaxi .dropdown-item.active,
.cid-tB7w5Dvaxi .dropdown-item:active {
  background-color: transparent;
}
.cid-tB7w5Dvaxi .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tB7w5Dvaxi .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tB7w5Dvaxi .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tB7w5Dvaxi .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1f242e;
}
.cid-tB7w5Dvaxi .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tB7w5Dvaxi .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tB7w5Dvaxi ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tB7w5Dvaxi .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tB7w5Dvaxi button.navbar-toggler {
  display: none;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #171a21, #272c30);
  outline: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-tB7w5Dvaxi button.navbar-toggler:hover {
  transform: scale(1.1);
}
.cid-tB7w5Dvaxi button.navbar-toggler .hamburger {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-tB7w5Dvaxi button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #f9f9fc;
}
.cid-tB7w5Dvaxi button.navbar-toggler .hamburger span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-tB7w5Dvaxi button.navbar-toggler .hamburger span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-tB7w5Dvaxi button.navbar-toggler .hamburger span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-tB7w5Dvaxi button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tB7w5Dvaxi nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tB7w5Dvaxi nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tB7w5Dvaxi nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tB7w5Dvaxi nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tB7w5Dvaxi .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tB7w5Dvaxi a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tB7w5Dvaxi .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-tB7w5Dvaxi .navbar {
    height: 70px;
  }
  .cid-tB7w5Dvaxi .navbar.opened {
    height: auto;
  }
  .cid-tB7w5Dvaxi .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tB7w5Dvaxi .navbar-short {
  min-height: 90px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
  background: #1f242e;
  background: rgba(31, 36, 46, 0.3);
}
@media (max-width: 575px) {
  .cid-tB7w5Dvaxi .navbar-short {
    min-height: 70px;
  }
}
.cid-tB7w5Dvaxi .container-fluid {
  padding: 0 64px;
}
@media (max-width: 1599px) {
  .cid-tB7w5Dvaxi .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .cid-tB7w5Dvaxi .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .cid-tB7w5Dvaxi .container-fluid {
    padding: 0 3px;
  }
}
.cid-tB7w5Dvaxi .navbar-collapse {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-tB7w5Dvaxi .mbr-section-btn .btn {
  padding: 15px 35px;
}
@media (min-width: 992px) {
  .cid-tB7w5Dvaxi .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-tB7w5Dvaxi .container-fluid {
  flex-wrap: wrap;
}
.cid-tB7w5Dvaxi button.navbar-toggler {
  display: flex;
}
.cid-tB7w5Dvaxi .navbar-brand {
  width: auto !important;
}
.cid-tB7w5Dvaxi .navbar-collapse {
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.cid-tB7w5Dvaxi .navbar-collapse .nav-item {
  margin: 8px 0 !important;
}
.cid-tB7w5Dvaxi .navbar-collapse .nav-item .nav-link {
  margin: 0 !important;
  padding: 0 !important;
  transition: 0.3s all;
  opacity: 1;
  justify-content: left;
}
.cid-tB7w5Dvaxi .navbar-collapse .nav-item .nav-link:hover {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-tB7w5Dvaxi .icons-menu {
  margin-top: 10px;
  justify-content: left;
}
.cid-tB7w5Dvaxi .navbar-buttons {
  margin-top: 20px;
  text-align: left;
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
@media (max-width: 991px) {
  .cid-tB7w5Dvaxi .container-fluid {
    flex-wrap: wrap;
  }
  .cid-tB7w5Dvaxi button.navbar-toggler {
    display: flex;
  }
  .cid-tB7w5Dvaxi .navbar-brand {
    width: auto !important;
  }
  .cid-tB7w5Dvaxi .navbar-collapse {
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
  .cid-tB7w5Dvaxi .navbar-collapse .nav-item {
    margin: 8px 0 !important;
  }
  .cid-tB7w5Dvaxi .navbar-collapse .nav-item .nav-link {
    margin: 0 !important;
    padding: 0 !important;
    transition: 0.3s all;
    opacity: 1;
    justify-content: left;
  }
  .cid-tB7w5Dvaxi .navbar-collapse .nav-item .nav-link:hover {
    opacity: 1;
    color: #FFFFFF !important;
  }
  .cid-tB7w5Dvaxi .icons-menu {
    margin-top: 10px;
    justify-content: left;
  }
  .cid-tB7w5Dvaxi .navbar-buttons {
    margin-top: 20px;
    text-align: left;
    margin-left: -0.6rem;
    margin-right: -0.6rem;
  }
}
.cid-tB8nda2zp8 {
  padding-top: 9rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tB8nda2zp8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tB8nda2zp8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tB8nda2zp8 .content-container {
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 75px;
  grid-row-gap: 75px;
  -ms-grid-columns: 1fr 0.5fr;
  grid-template-columns: 1fr 0.5fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  align-items: flex-end;
}
@media (max-width: 1259px) {
  .cid-tB8nda2zp8 .content-container {
    grid-template-columns: 1fr 0.25fr;
  }
}
@media (max-width: 991px) {
  .cid-tB8nda2zp8 .content-container {
    grid-template-columns: 1fr;
    grid-row-gap: 30px;
  }
}
.cid-tB8nda2zp8 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-tB8nda2zp8 .mbr-section-subtitle {
  color: #8f8f8f;
  padding: 16px 0;
  font-weight: 400;
  text-align: center;
}
.cid-tB8nda2zp8 .mbr-section-subtitle b {
  font-weight: 700;
}
@media (max-width: 575px) {
  .cid-tB8nda2zp8 .mbr-section-subtitle {
    padding: 4px 0;
  }
}
.cid-tB8nda2zp8 .item-right {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: stretch;
  padding-top: 60px;
}
@media (max-width: 991px) {
  .cid-tB8nda2zp8 .item-right {
    padding-top: 0;
  }
}
.cid-tB8nda2zp8 .mbr-text {
  margin-bottom: 10px;
  color: #747474;
}
.cid-tB8nda2zp8 .mbr-section-btn {
  margin-top: 30px;
}
.cid-tB8nda2zp8 .mbr-section-btn .btn {
  min-width: 50px;
}
.cid-tBdiIGnfBa {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #f8f8f8;
}
.cid-tBdiIGnfBa .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBdiIGnfBa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBdiIGnfBa .item-wrap {
  z-index: 1;
}
.cid-tBdiIGnfBa .title-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-tBdiIGnfBa .title-wrapper {
    margin-bottom: 65px;
  }
}
.cid-tBdiIGnfBa .title-wrapper .mbr-section-subtitle {
  margin-bottom: 8px;
}
@media (max-width: 992px) {
  .cid-tBdiIGnfBa .title-wrapper .mbr-section-subtitle {
    margin-bottom: 6.5px;
  }
}
.cid-tBdiIGnfBa .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tBdiIGnfBa .text-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-tBdiIGnfBa .card {
    margin-top: 48px;
  }
}
.cid-tBdiIGnfBa .card .mbr-iconfont {
  font-size: 30px;
  margin-bottom: 10px;
  color: #a1a1a1;
}
@media (max-width: 992px) {
  .cid-tBdiIGnfBa .card .mbr-iconfont {
    margin-bottom: 8px;
  }
}
.cid-tBdiIGnfBa .card .mbr-card-title {
  margin-bottom: 16px;
}
.cid-tBdiIGnfBa .card .mbr-card-title span {
  opacity: .6;
}
@media (max-width: 992px) {
  .cid-tBdiIGnfBa .card .mbr-card-title {
    margin-bottom: 13px;
  }
}
.cid-tBdiIGnfBa .card .mbr-text {
  margin-bottom: 0;
}
.cid-tBdiIGnfBa .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #d9d9d9;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-tBdiIGnfBa .border-wrap {
    margin-bottom: 65px;
  }
}
.cid-tBdiIGnfBa .mbr-section-title {
  color: #181818;
}
.cid-tBdiIGnfBa .mbr-section-subtitle {
  color: #181818;
}
.cid-tBdiIGnfBa .mbr-text {
  color: #454545;
}
.cid-tBdiIGnfBa .mbr-card-title {
  color: #181818;
}
.cid-tBdiIGnfBa .mbr-card-text {
  color: #454545;
}
.cid-tB8o9W1sUd {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #f9f9fc;
}
.cid-tB8o9W1sUd .mbr-section-subtitle {
  margin-bottom: 22px;
  letter-spacing: .13em;
  color: #ffa41d;
}
@media (max-width: 768px) {
  .cid-tB8o9W1sUd .mbr-section-subtitle {
    margin-bottom: 8px;
  }
}
.cid-tB8o9W1sUd .mbr-section-title {
  margin-bottom: 0;
  color: #20232a;
}
@media (max-width: 768px) {
  .cid-tB8o9W1sUd .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-tB8o9W1sUd .mbr-text {
  padding-top: 10px;
  margin-bottom: 0;
  color: #84858a;
}
@media (max-width: 768px) {
  .cid-tB8o9W1sUd .mbr-text {
    padding: 0;
  }
}
.cid-tB7LA3f1vE {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #1b2028;
}
.cid-tB7LA3f1vE .mbr-fallback-image.disabled {
  display: none;
}
.cid-tB7LA3f1vE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tB7LA3f1vE .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-tB7LA3f1vE .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-tB7LA3f1vE .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-tB7LA3f1vE .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-tB7LA3f1vE .container {
    max-width: 100%;
  }
  .cid-tB7LA3f1vE .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-tB7LA3f1vE .item-wrap {
  width: 100%;
}
.cid-tB7LA3f1vE .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-tB7LA3f1vE .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tB7LA3f1vE .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tB7LA3f1vE .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tB7LA3f1vE .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-tB7LA3f1vE .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tB7LA3f1vE .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-tB7LA3f1vE .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-tB7LA3f1vE .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1f242e, #171a21);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-tB7LA3f1vE .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-tB7LA3f1vE .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #ffa41d;
}
.cid-tB7LA3f1vE .soc-item:hover {
  transform: translateY(-3px);
}
.cid-tB7LA3f1vE .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tB7LA3f1vE .col-links {
    padding-top: 20px;
  }
}
.cid-tB7LA3f1vE .mbr-section-subtitle {
  color: #ffa41d;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .cid-tB7LA3f1vE .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-tB7LA3f1vE .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #C4CFDE;
  transition: 0.4s all;
}
@media (max-width: 575px) {
  .cid-tB7LA3f1vE .list {
    text-align: center !important;
  }
}
.cid-tB7LA3f1vE .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-tB7LA3f1vE .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-tB7LA3f1vE .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-tB7LA3f1vE .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ffa41d;
  transition: 0.4s all;
}
.cid-tB7LA3f1vE .list a:hover {
  color: #ffa41d !important;
  line-height: inherit !important;
}
.cid-tB7LA3f1vE .list a:hover:before {
  width: 100%;
}
.cid-tB7LA3f1vE .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-tB7LA3f1vE .col-copyright {
    padding-top: 40px;
  }
}
.cid-tB7LA3f1vE .border-item {
  width: 100%;
  height: 1px;
  background-color: #ffa41d;
}
.cid-tB7LA3f1vE .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
.cid-tB7w5Dvaxi .navbar-dropdown {
  position: relative !important;
}
.cid-tB7w5Dvaxi .navbar-dropdown {
  position: absolute !important;
}
.cid-tB7w5Dvaxi .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-tB7w5Dvaxi .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tB7w5Dvaxi .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tB7w5Dvaxi .dropdown-item:hover,
.cid-tB7w5Dvaxi .dropdown-item:focus {
  background: #ffa41d !important;
  color: white !important;
}
.cid-tB7w5Dvaxi .dropdown-item:hover span {
  color: white;
}
.cid-tB7w5Dvaxi .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tB7w5Dvaxi .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tB7w5Dvaxi .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tB7w5Dvaxi .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tB7w5Dvaxi .nav-link {
  position: relative;
}
.cid-tB7w5Dvaxi .container {
  display: flex;
  margin: auto;
}
.cid-tB7w5Dvaxi .iconfont-wrapper {
  color: #ffa41d !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tB7w5Dvaxi .navbar-nav .nav-item {
  margin: 10px 14px !important;
}
.cid-tB7w5Dvaxi .navbar-nav .nav-item .nav-link {
  margin: 5px 10px !important;
  padding: 0 !important;
  transition: 0.3s all;
  opacity: 0.5;
}
.cid-tB7w5Dvaxi .navbar-nav .nav-item .nav-link:hover,
.cid-tB7w5Dvaxi .navbar-nav .nav-item .nav-link:focus,
.cid-tB7w5Dvaxi .navbar-nav .nav-item .nav-link:active {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-tB7w5Dvaxi .dropdown-menu,
.cid-tB7w5Dvaxi .navbar.opened {
  background: #1f242e !important;
}
.cid-tB7w5Dvaxi .nav-item:focus,
.cid-tB7w5Dvaxi .nav-link:focus {
  outline: none;
}
.cid-tB7w5Dvaxi .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tB7w5Dvaxi .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tB7w5Dvaxi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tB7w5Dvaxi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tB7w5Dvaxi .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tB7w5Dvaxi .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tB7w5Dvaxi .navbar {
  min-height: 122px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  padding: 0 !important;
  box-shadow: none !important;
  background: #1f242e;
  background: rgba(31, 36, 46, 0.3);
}
.cid-tB7w5Dvaxi .navbar:not(.navbar-short) {
  border-bottom: none;
}
.cid-tB7w5Dvaxi .navbar.opened {
  transition: all 0.3s;
}
.cid-tB7w5Dvaxi .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tB7w5Dvaxi .navbar .navbar-logo img {
  width: auto;
}
.cid-tB7w5Dvaxi .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tB7w5Dvaxi .navbar.collapsed {
  justify-content: center;
}
.cid-tB7w5Dvaxi .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tB7w5Dvaxi .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tB7w5Dvaxi .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.5rem);
  }
}
.cid-tB7w5Dvaxi .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tB7w5Dvaxi .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tB7w5Dvaxi .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tB7w5Dvaxi .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tB7w5Dvaxi .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tB7w5Dvaxi .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tB7w5Dvaxi .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tB7w5Dvaxi .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tB7w5Dvaxi .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tB7w5Dvaxi .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tB7w5Dvaxi .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tB7w5Dvaxi .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tB7w5Dvaxi .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tB7w5Dvaxi .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tB7w5Dvaxi .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tB7w5Dvaxi .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tB7w5Dvaxi .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tB7w5Dvaxi .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tB7w5Dvaxi .navbar.navbar-short {
  min-height: 90px;
}
.cid-tB7w5Dvaxi .navbar.navbar-short .navbar-logo img {
  height: 4.2rem !important;
}
.cid-tB7w5Dvaxi .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
@media (max-width: 575px) {
  .cid-tB7w5Dvaxi .navbar {
    min-height: 80px;
  }
}
.cid-tB7w5Dvaxi .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  padding-right: 15px;
  padding-left: 15px;
}
.cid-tB7w5Dvaxi .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tB7w5Dvaxi .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 575px) {
  .cid-tB7w5Dvaxi .navbar-brand {
    min-height: 69px;
  }
}
.cid-tB7w5Dvaxi .dropdown-item.active,
.cid-tB7w5Dvaxi .dropdown-item:active {
  background-color: transparent;
}
.cid-tB7w5Dvaxi .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tB7w5Dvaxi .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tB7w5Dvaxi .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tB7w5Dvaxi .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1f242e;
}
.cid-tB7w5Dvaxi .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tB7w5Dvaxi .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tB7w5Dvaxi ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tB7w5Dvaxi .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tB7w5Dvaxi button.navbar-toggler {
  display: none;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #171a21, #272c30);
  outline: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-tB7w5Dvaxi button.navbar-toggler:hover {
  transform: scale(1.1);
}
.cid-tB7w5Dvaxi button.navbar-toggler .hamburger {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-tB7w5Dvaxi button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #f9f9fc;
}
.cid-tB7w5Dvaxi button.navbar-toggler .hamburger span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-tB7w5Dvaxi button.navbar-toggler .hamburger span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-tB7w5Dvaxi button.navbar-toggler .hamburger span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-tB7w5Dvaxi button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tB7w5Dvaxi nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tB7w5Dvaxi nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tB7w5Dvaxi nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tB7w5Dvaxi nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tB7w5Dvaxi .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tB7w5Dvaxi a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tB7w5Dvaxi .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-tB7w5Dvaxi .navbar {
    height: 70px;
  }
  .cid-tB7w5Dvaxi .navbar.opened {
    height: auto;
  }
  .cid-tB7w5Dvaxi .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tB7w5Dvaxi .navbar-short {
  min-height: 90px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
  background: #1f242e;
  background: rgba(31, 36, 46, 0.3);
}
@media (max-width: 575px) {
  .cid-tB7w5Dvaxi .navbar-short {
    min-height: 70px;
  }
}
.cid-tB7w5Dvaxi .container-fluid {
  padding: 0 64px;
}
@media (max-width: 1599px) {
  .cid-tB7w5Dvaxi .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .cid-tB7w5Dvaxi .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .cid-tB7w5Dvaxi .container-fluid {
    padding: 0 3px;
  }
}
.cid-tB7w5Dvaxi .navbar-collapse {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-tB7w5Dvaxi .mbr-section-btn .btn {
  padding: 15px 35px;
}
@media (min-width: 992px) {
  .cid-tB7w5Dvaxi .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-tB7w5Dvaxi .container-fluid {
  flex-wrap: wrap;
}
.cid-tB7w5Dvaxi button.navbar-toggler {
  display: flex;
}
.cid-tB7w5Dvaxi .navbar-brand {
  width: auto !important;
}
.cid-tB7w5Dvaxi .navbar-collapse {
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.cid-tB7w5Dvaxi .navbar-collapse .nav-item {
  margin: 8px 0 !important;
}
.cid-tB7w5Dvaxi .navbar-collapse .nav-item .nav-link {
  margin: 0 !important;
  padding: 0 !important;
  transition: 0.3s all;
  opacity: 1;
  justify-content: left;
}
.cid-tB7w5Dvaxi .navbar-collapse .nav-item .nav-link:hover {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-tB7w5Dvaxi .icons-menu {
  margin-top: 10px;
  justify-content: left;
}
.cid-tB7w5Dvaxi .navbar-buttons {
  margin-top: 20px;
  text-align: left;
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
@media (max-width: 991px) {
  .cid-tB7w5Dvaxi .container-fluid {
    flex-wrap: wrap;
  }
  .cid-tB7w5Dvaxi button.navbar-toggler {
    display: flex;
  }
  .cid-tB7w5Dvaxi .navbar-brand {
    width: auto !important;
  }
  .cid-tB7w5Dvaxi .navbar-collapse {
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
  .cid-tB7w5Dvaxi .navbar-collapse .nav-item {
    margin: 8px 0 !important;
  }
  .cid-tB7w5Dvaxi .navbar-collapse .nav-item .nav-link {
    margin: 0 !important;
    padding: 0 !important;
    transition: 0.3s all;
    opacity: 1;
    justify-content: left;
  }
  .cid-tB7w5Dvaxi .navbar-collapse .nav-item .nav-link:hover {
    opacity: 1;
    color: #FFFFFF !important;
  }
  .cid-tB7w5Dvaxi .icons-menu {
    margin-top: 10px;
    justify-content: left;
  }
  .cid-tB7w5Dvaxi .navbar-buttons {
    margin-top: 20px;
    text-align: left;
    margin-left: -0.6rem;
    margin-right: -0.6rem;
  }
}
.cid-tB8rWiZl3k {
  padding-top: 10rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tB8rWiZl3k .mbr-fallback-image.disabled {
  display: none;
}
.cid-tB8rWiZl3k .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tB8rWiZl3k .content-container {
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 75px;
  grid-row-gap: 75px;
  -ms-grid-columns: 1fr 0.5fr;
  grid-template-columns: 1fr 0.5fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  align-items: flex-end;
}
@media (max-width: 1259px) {
  .cid-tB8rWiZl3k .content-container {
    grid-template-columns: 1fr 0.25fr;
  }
}
@media (max-width: 991px) {
  .cid-tB8rWiZl3k .content-container {
    grid-template-columns: 1fr;
    grid-row-gap: 30px;
  }
}
.cid-tB8rWiZl3k .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-tB8rWiZl3k .mbr-section-subtitle {
  color: #8f8f8f;
  padding: 16px 0;
  font-weight: 400;
  text-align: center;
}
.cid-tB8rWiZl3k .mbr-section-subtitle b {
  font-weight: 700;
}
@media (max-width: 575px) {
  .cid-tB8rWiZl3k .mbr-section-subtitle {
    padding: 4px 0;
  }
}
.cid-tB8rWiZl3k .item-right {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: stretch;
  padding-top: 60px;
}
@media (max-width: 991px) {
  .cid-tB8rWiZl3k .item-right {
    padding-top: 0;
  }
}
.cid-tB8rWiZl3k .mbr-text {
  margin-bottom: 10px;
  color: #747474;
}
.cid-tB8rWiZl3k .mbr-section-btn {
  margin-top: 30px;
}
.cid-tB8rWiZl3k .mbr-section-btn .btn {
  min-width: 50px;
}
.cid-tOH1kQkCug {
  background-color: #1f242e;
}
.cid-tOH1kQkCug .content {
  display: flex;
  height: 100px;
  justify-content: center;
  align-items: center;
}
.cid-tOH1kQkCug .content img {
  width: 43px;
  height: 43px;
  object-fit: cover;
  margin-right: 15px;
}
.cid-tOH1kQkCug .content p {
  margin: 0;
}
.cid-tOH1kQkCug .mbr-text {
  color: #ffa41d;
}
.cid-tBdgs6PFM3 {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #f8f8f8;
}
.cid-tBdgs6PFM3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBdgs6PFM3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBdgs6PFM3 .item-wrap {
  z-index: 1;
}
.cid-tBdgs6PFM3 .title-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-tBdgs6PFM3 .title-wrapper {
    margin-bottom: 65px;
  }
}
.cid-tBdgs6PFM3 .title-wrapper .mbr-section-subtitle {
  margin-bottom: 8px;
}
@media (max-width: 992px) {
  .cid-tBdgs6PFM3 .title-wrapper .mbr-section-subtitle {
    margin-bottom: 6.5px;
  }
}
.cid-tBdgs6PFM3 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tBdgs6PFM3 .text-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-tBdgs6PFM3 .card {
    margin-top: 48px;
  }
}
.cid-tBdgs6PFM3 .card .mbr-iconfont {
  font-size: 30px;
  margin-bottom: 10px;
  color: #a1a1a1;
}
@media (max-width: 992px) {
  .cid-tBdgs6PFM3 .card .mbr-iconfont {
    margin-bottom: 8px;
  }
}
.cid-tBdgs6PFM3 .card .mbr-card-title {
  margin-bottom: 16px;
}
.cid-tBdgs6PFM3 .card .mbr-card-title span {
  opacity: .6;
}
@media (max-width: 992px) {
  .cid-tBdgs6PFM3 .card .mbr-card-title {
    margin-bottom: 13px;
  }
}
.cid-tBdgs6PFM3 .card .mbr-text {
  margin-bottom: 0;
}
.cid-tBdgs6PFM3 .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #d9d9d9;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-tBdgs6PFM3 .border-wrap {
    margin-bottom: 65px;
  }
}
.cid-tBdgs6PFM3 .mbr-section-title {
  color: #181818;
}
.cid-tBdgs6PFM3 .mbr-section-subtitle {
  color: #735b4f;
}
.cid-tBdgs6PFM3 .mbr-text {
  color: #454545;
}
.cid-tBdgs6PFM3 .mbr-card-title {
  color: #181818;
}
.cid-tBdgs6PFM3 .mbr-card-text {
  color: #454545;
}
.cid-tOH1Dhilns {
  padding-top: 1rem;
  padding-bottom: 3rem;
  overflow: hidden;
  background-color: #1f242e;
}
.cid-tOH1Dhilns .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOH1Dhilns .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tOH1Dhilns .container {
    padding: 0 20px;
  }
  .cid-tOH1Dhilns .container .row {
    padding: 0;
  }
}
.cid-tOH1Dhilns .row {
  justify-content: center;
}
.cid-tOH1Dhilns .panel-group {
  border-radius: 0;
}
.cid-tOH1Dhilns .panel-group .card {
  border-radius: 0;
  border-bottom: 1px solid #2c2c2c;
}
.cid-tOH1Dhilns .panel-group .card .card-header {
  background-color: transparent;
  border-bottom: none;
  padding: 30px 0;
}
.cid-tOH1Dhilns .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-tOH1Dhilns .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(90deg);
}
.cid-tOH1Dhilns .panel-group .card .card-header .panel-title:hover .mbr-iconfont,
.cid-tOH1Dhilns .panel-group .card .card-header .panel-title:focus .mbr-iconfont {
  color: #000000;
}
.cid-tOH1Dhilns .panel-group .card .card-header .panel-title .panel-title-edit {
  margin: 0;
}
.cid-tOH1Dhilns .panel-group .card .card-header .panel-title .mbr-iconfont {
  height: 32px;
  font-size: 32px;
  color: #ffa41d;
  transition: all 0.3s ease-in-out;
  margin-left: 10px;
}
.cid-tOH1Dhilns .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 40px;
}
.cid-tOH1Dhilns .panel-title-edit {
  color: #ffa41d;
}
.cid-tOH1Dhilns .panel-text {
  color: #ffffff;
}
.cid-tOHlFFBWrB {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fafaf9;
}
.cid-tOHlFFBWrB .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOHlFFBWrB .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-tOHlFFBWrB .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tOHlFFBWrB .row {
  flex-direction: row-reverse;
}
.cid-tOHlFFBWrB img {
  width: 100%;
  border: 3px solid #ffa41d;
  border-radius: 2rem;
}
.cid-tOHlFFBWrB .mbr-text {
  color: #04492e;
}
.cid-tS0KebN0cO {
  padding-top: 1rem;
  padding-bottom: 3rem;
  overflow: hidden;
  background-color: #1f242e;
}
.cid-tS0KebN0cO .mbr-fallback-image.disabled {
  display: none;
}
.cid-tS0KebN0cO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tS0KebN0cO .container {
    padding: 0 20px;
  }
  .cid-tS0KebN0cO .container .row {
    padding: 0;
  }
}
.cid-tS0KebN0cO .row {
  justify-content: center;
}
.cid-tS0KebN0cO .panel-group {
  border-radius: 0;
}
.cid-tS0KebN0cO .panel-group .card {
  border-radius: 0;
  border-bottom: 1px solid #2c2c2c;
}
.cid-tS0KebN0cO .panel-group .card .card-header {
  background-color: transparent;
  border-bottom: none;
  padding: 30px 0;
}
.cid-tS0KebN0cO .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-tS0KebN0cO .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(90deg);
}
.cid-tS0KebN0cO .panel-group .card .card-header .panel-title:hover .mbr-iconfont,
.cid-tS0KebN0cO .panel-group .card .card-header .panel-title:focus .mbr-iconfont {
  color: #000000;
}
.cid-tS0KebN0cO .panel-group .card .card-header .panel-title .panel-title-edit {
  margin: 0;
}
.cid-tS0KebN0cO .panel-group .card .card-header .panel-title .mbr-iconfont {
  height: 32px;
  font-size: 32px;
  color: #ffa41d;
  transition: all 0.3s ease-in-out;
  margin-left: 10px;
}
.cid-tS0KebN0cO .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 40px;
}
.cid-tS0KebN0cO .panel-title-edit {
  color: #ffa41d;
}
.cid-tS0KebN0cO .panel-text {
  color: #ffffff;
}
.cid-tS0LcFz38u {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fafaf9;
}
.cid-tS0LcFz38u .mbr-fallback-image.disabled {
  display: none;
}
.cid-tS0LcFz38u .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-tS0LcFz38u .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tS0LcFz38u .row {
  flex-direction: row-reverse;
}
.cid-tS0LcFz38u img {
  width: 100%;
  border: 3px solid #ffa41d;
  border-radius: 2rem;
}
.cid-tS0LcFz38u .mbr-text {
  color: #04492e;
}
.cid-tS0Ln9q0Zi {
  padding-top: 1rem;
  padding-bottom: 3rem;
  overflow: hidden;
  background-color: #1f242e;
}
.cid-tS0Ln9q0Zi .mbr-fallback-image.disabled {
  display: none;
}
.cid-tS0Ln9q0Zi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tS0Ln9q0Zi .container {
    padding: 0 20px;
  }
  .cid-tS0Ln9q0Zi .container .row {
    padding: 0;
  }
}
.cid-tS0Ln9q0Zi .row {
  justify-content: center;
}
.cid-tS0Ln9q0Zi .panel-group {
  border-radius: 0;
}
.cid-tS0Ln9q0Zi .panel-group .card {
  border-radius: 0;
  border-bottom: 1px solid #2c2c2c;
}
.cid-tS0Ln9q0Zi .panel-group .card .card-header {
  background-color: transparent;
  border-bottom: none;
  padding: 30px 0;
}
.cid-tS0Ln9q0Zi .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-tS0Ln9q0Zi .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(90deg);
}
.cid-tS0Ln9q0Zi .panel-group .card .card-header .panel-title:hover .mbr-iconfont,
.cid-tS0Ln9q0Zi .panel-group .card .card-header .panel-title:focus .mbr-iconfont {
  color: #000000;
}
.cid-tS0Ln9q0Zi .panel-group .card .card-header .panel-title .panel-title-edit {
  margin: 0;
}
.cid-tS0Ln9q0Zi .panel-group .card .card-header .panel-title .mbr-iconfont {
  height: 32px;
  font-size: 32px;
  color: #ffa41d;
  transition: all 0.3s ease-in-out;
  margin-left: 10px;
}
.cid-tS0Ln9q0Zi .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 40px;
}
.cid-tS0Ln9q0Zi .panel-title-edit {
  color: #ffa41d;
}
.cid-tS0Ln9q0Zi .panel-text {
  color: #ffffff;
}
.cid-tS0NhE7fHO {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fafaf9;
}
.cid-tS0NhE7fHO .mbr-fallback-image.disabled {
  display: none;
}
.cid-tS0NhE7fHO .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-tS0NhE7fHO .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tS0NhE7fHO .row {
  flex-direction: row-reverse;
}
.cid-tS0NhE7fHO img {
  width: 100%;
  border: 3px solid #ffa41d;
  border-radius: 2rem;
}
.cid-tS0NhE7fHO .mbr-text {
  color: #04492e;
}
.cid-tB7LA3f1vE {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #1b2028;
}
.cid-tB7LA3f1vE .mbr-fallback-image.disabled {
  display: none;
}
.cid-tB7LA3f1vE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tB7LA3f1vE .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-tB7LA3f1vE .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-tB7LA3f1vE .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-tB7LA3f1vE .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-tB7LA3f1vE .container {
    max-width: 100%;
  }
  .cid-tB7LA3f1vE .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-tB7LA3f1vE .item-wrap {
  width: 100%;
}
.cid-tB7LA3f1vE .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-tB7LA3f1vE .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tB7LA3f1vE .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tB7LA3f1vE .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tB7LA3f1vE .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-tB7LA3f1vE .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tB7LA3f1vE .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-tB7LA3f1vE .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-tB7LA3f1vE .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1f242e, #171a21);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-tB7LA3f1vE .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-tB7LA3f1vE .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #ffa41d;
}
.cid-tB7LA3f1vE .soc-item:hover {
  transform: translateY(-3px);
}
.cid-tB7LA3f1vE .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tB7LA3f1vE .col-links {
    padding-top: 20px;
  }
}
.cid-tB7LA3f1vE .mbr-section-subtitle {
  color: #ffa41d;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .cid-tB7LA3f1vE .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-tB7LA3f1vE .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #C4CFDE;
  transition: 0.4s all;
}
@media (max-width: 575px) {
  .cid-tB7LA3f1vE .list {
    text-align: center !important;
  }
}
.cid-tB7LA3f1vE .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-tB7LA3f1vE .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-tB7LA3f1vE .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-tB7LA3f1vE .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ffa41d;
  transition: 0.4s all;
}
.cid-tB7LA3f1vE .list a:hover {
  color: #ffa41d !important;
  line-height: inherit !important;
}
.cid-tB7LA3f1vE .list a:hover:before {
  width: 100%;
}
.cid-tB7LA3f1vE .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-tB7LA3f1vE .col-copyright {
    padding-top: 40px;
  }
}
.cid-tB7LA3f1vE .border-item {
  width: 100%;
  height: 1px;
  background-color: #ffa41d;
}
.cid-tB7LA3f1vE .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
.cid-tB7w5Dvaxi .navbar-dropdown {
  position: relative !important;
}
.cid-tB7w5Dvaxi .navbar-dropdown {
  position: absolute !important;
}
.cid-tB7w5Dvaxi .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-tB7w5Dvaxi .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tB7w5Dvaxi .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tB7w5Dvaxi .dropdown-item:hover,
.cid-tB7w5Dvaxi .dropdown-item:focus {
  background: #ffa41d !important;
  color: white !important;
}
.cid-tB7w5Dvaxi .dropdown-item:hover span {
  color: white;
}
.cid-tB7w5Dvaxi .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tB7w5Dvaxi .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tB7w5Dvaxi .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tB7w5Dvaxi .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tB7w5Dvaxi .nav-link {
  position: relative;
}
.cid-tB7w5Dvaxi .container {
  display: flex;
  margin: auto;
}
.cid-tB7w5Dvaxi .iconfont-wrapper {
  color: #ffa41d !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tB7w5Dvaxi .navbar-nav .nav-item {
  margin: 10px 14px !important;
}
.cid-tB7w5Dvaxi .navbar-nav .nav-item .nav-link {
  margin: 5px 10px !important;
  padding: 0 !important;
  transition: 0.3s all;
  opacity: 0.5;
}
.cid-tB7w5Dvaxi .navbar-nav .nav-item .nav-link:hover,
.cid-tB7w5Dvaxi .navbar-nav .nav-item .nav-link:focus,
.cid-tB7w5Dvaxi .navbar-nav .nav-item .nav-link:active {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-tB7w5Dvaxi .dropdown-menu,
.cid-tB7w5Dvaxi .navbar.opened {
  background: #1f242e !important;
}
.cid-tB7w5Dvaxi .nav-item:focus,
.cid-tB7w5Dvaxi .nav-link:focus {
  outline: none;
}
.cid-tB7w5Dvaxi .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tB7w5Dvaxi .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tB7w5Dvaxi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tB7w5Dvaxi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tB7w5Dvaxi .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tB7w5Dvaxi .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tB7w5Dvaxi .navbar {
  min-height: 122px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  padding: 0 !important;
  box-shadow: none !important;
  background: #1f242e;
  background: rgba(31, 36, 46, 0.3);
}
.cid-tB7w5Dvaxi .navbar:not(.navbar-short) {
  border-bottom: none;
}
.cid-tB7w5Dvaxi .navbar.opened {
  transition: all 0.3s;
}
.cid-tB7w5Dvaxi .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tB7w5Dvaxi .navbar .navbar-logo img {
  width: auto;
}
.cid-tB7w5Dvaxi .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tB7w5Dvaxi .navbar.collapsed {
  justify-content: center;
}
.cid-tB7w5Dvaxi .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tB7w5Dvaxi .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tB7w5Dvaxi .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.5rem);
  }
}
.cid-tB7w5Dvaxi .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tB7w5Dvaxi .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tB7w5Dvaxi .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tB7w5Dvaxi .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tB7w5Dvaxi .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tB7w5Dvaxi .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tB7w5Dvaxi .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tB7w5Dvaxi .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tB7w5Dvaxi .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tB7w5Dvaxi .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tB7w5Dvaxi .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tB7w5Dvaxi .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tB7w5Dvaxi .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tB7w5Dvaxi .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tB7w5Dvaxi .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tB7w5Dvaxi .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tB7w5Dvaxi .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tB7w5Dvaxi .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tB7w5Dvaxi .navbar.navbar-short {
  min-height: 90px;
}
.cid-tB7w5Dvaxi .navbar.navbar-short .navbar-logo img {
  height: 4.2rem !important;
}
.cid-tB7w5Dvaxi .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
@media (max-width: 575px) {
  .cid-tB7w5Dvaxi .navbar {
    min-height: 80px;
  }
}
.cid-tB7w5Dvaxi .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  padding-right: 15px;
  padding-left: 15px;
}
.cid-tB7w5Dvaxi .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tB7w5Dvaxi .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 575px) {
  .cid-tB7w5Dvaxi .navbar-brand {
    min-height: 69px;
  }
}
.cid-tB7w5Dvaxi .dropdown-item.active,
.cid-tB7w5Dvaxi .dropdown-item:active {
  background-color: transparent;
}
.cid-tB7w5Dvaxi .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tB7w5Dvaxi .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tB7w5Dvaxi .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tB7w5Dvaxi .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1f242e;
}
.cid-tB7w5Dvaxi .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tB7w5Dvaxi .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tB7w5Dvaxi ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tB7w5Dvaxi .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tB7w5Dvaxi button.navbar-toggler {
  display: none;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #171a21, #272c30);
  outline: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-tB7w5Dvaxi button.navbar-toggler:hover {
  transform: scale(1.1);
}
.cid-tB7w5Dvaxi button.navbar-toggler .hamburger {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-tB7w5Dvaxi button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #f9f9fc;
}
.cid-tB7w5Dvaxi button.navbar-toggler .hamburger span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-tB7w5Dvaxi button.navbar-toggler .hamburger span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-tB7w5Dvaxi button.navbar-toggler .hamburger span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-tB7w5Dvaxi button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tB7w5Dvaxi nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tB7w5Dvaxi nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tB7w5Dvaxi nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tB7w5Dvaxi nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tB7w5Dvaxi .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tB7w5Dvaxi a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tB7w5Dvaxi .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-tB7w5Dvaxi .navbar {
    height: 70px;
  }
  .cid-tB7w5Dvaxi .navbar.opened {
    height: auto;
  }
  .cid-tB7w5Dvaxi .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tB7w5Dvaxi .navbar-short {
  min-height: 90px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
  background: #1f242e;
  background: rgba(31, 36, 46, 0.3);
}
@media (max-width: 575px) {
  .cid-tB7w5Dvaxi .navbar-short {
    min-height: 70px;
  }
}
.cid-tB7w5Dvaxi .container-fluid {
  padding: 0 64px;
}
@media (max-width: 1599px) {
  .cid-tB7w5Dvaxi .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .cid-tB7w5Dvaxi .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .cid-tB7w5Dvaxi .container-fluid {
    padding: 0 3px;
  }
}
.cid-tB7w5Dvaxi .navbar-collapse {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-tB7w5Dvaxi .mbr-section-btn .btn {
  padding: 15px 35px;
}
@media (min-width: 992px) {
  .cid-tB7w5Dvaxi .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-tB7w5Dvaxi .container-fluid {
  flex-wrap: wrap;
}
.cid-tB7w5Dvaxi button.navbar-toggler {
  display: flex;
}
.cid-tB7w5Dvaxi .navbar-brand {
  width: auto !important;
}
.cid-tB7w5Dvaxi .navbar-collapse {
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.cid-tB7w5Dvaxi .navbar-collapse .nav-item {
  margin: 8px 0 !important;
}
.cid-tB7w5Dvaxi .navbar-collapse .nav-item .nav-link {
  margin: 0 !important;
  padding: 0 !important;
  transition: 0.3s all;
  opacity: 1;
  justify-content: left;
}
.cid-tB7w5Dvaxi .navbar-collapse .nav-item .nav-link:hover {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-tB7w5Dvaxi .icons-menu {
  margin-top: 10px;
  justify-content: left;
}
.cid-tB7w5Dvaxi .navbar-buttons {
  margin-top: 20px;
  text-align: left;
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
@media (max-width: 991px) {
  .cid-tB7w5Dvaxi .container-fluid {
    flex-wrap: wrap;
  }
  .cid-tB7w5Dvaxi button.navbar-toggler {
    display: flex;
  }
  .cid-tB7w5Dvaxi .navbar-brand {
    width: auto !important;
  }
  .cid-tB7w5Dvaxi .navbar-collapse {
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
  .cid-tB7w5Dvaxi .navbar-collapse .nav-item {
    margin: 8px 0 !important;
  }
  .cid-tB7w5Dvaxi .navbar-collapse .nav-item .nav-link {
    margin: 0 !important;
    padding: 0 !important;
    transition: 0.3s all;
    opacity: 1;
    justify-content: left;
  }
  .cid-tB7w5Dvaxi .navbar-collapse .nav-item .nav-link:hover {
    opacity: 1;
    color: #FFFFFF !important;
  }
  .cid-tB7w5Dvaxi .icons-menu {
    margin-top: 10px;
    justify-content: left;
  }
  .cid-tB7w5Dvaxi .navbar-buttons {
    margin-top: 20px;
    text-align: left;
    margin-left: -0.6rem;
    margin-right: -0.6rem;
  }
}
.cid-tBd65npogo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/vanoise53-2000x1127.jpg");
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 650px;
}
.cid-tBd65npogo .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBd65npogo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1024px) {
  .cid-tBd65npogo {
    min-height: 750px;
  }
}
.cid-tBd65npogo .mbr-section-title {
  color: #ffa41d;
}
.cid-tBd65npogo .mbr-section-subtitle {
  color: #FFFFFF;
  margin-top: 16px;
}
.cid-tBd65npogo .mbr-text {
  color: #FFFFFF;
  margin-top: 16px;
}
.cid-tBd65npogo .mbr-section-btn {
  margin-top: 18px;
}
.cid-tB7LA3f1vE {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #1b2028;
}
.cid-tB7LA3f1vE .mbr-fallback-image.disabled {
  display: none;
}
.cid-tB7LA3f1vE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tB7LA3f1vE .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-tB7LA3f1vE .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-tB7LA3f1vE .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-tB7LA3f1vE .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-tB7LA3f1vE .container {
    max-width: 100%;
  }
  .cid-tB7LA3f1vE .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-tB7LA3f1vE .item-wrap {
  width: 100%;
}
.cid-tB7LA3f1vE .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-tB7LA3f1vE .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tB7LA3f1vE .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tB7LA3f1vE .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tB7LA3f1vE .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-tB7LA3f1vE .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tB7LA3f1vE .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-tB7LA3f1vE .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-tB7LA3f1vE .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1f242e, #171a21);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-tB7LA3f1vE .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-tB7LA3f1vE .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #ffa41d;
}
.cid-tB7LA3f1vE .soc-item:hover {
  transform: translateY(-3px);
}
.cid-tB7LA3f1vE .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tB7LA3f1vE .col-links {
    padding-top: 20px;
  }
}
.cid-tB7LA3f1vE .mbr-section-subtitle {
  color: #ffa41d;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .cid-tB7LA3f1vE .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-tB7LA3f1vE .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #C4CFDE;
  transition: 0.4s all;
}
@media (max-width: 575px) {
  .cid-tB7LA3f1vE .list {
    text-align: center !important;
  }
}
.cid-tB7LA3f1vE .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-tB7LA3f1vE .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-tB7LA3f1vE .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-tB7LA3f1vE .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ffa41d;
  transition: 0.4s all;
}
.cid-tB7LA3f1vE .list a:hover {
  color: #ffa41d !important;
  line-height: inherit !important;
}
.cid-tB7LA3f1vE .list a:hover:before {
  width: 100%;
}
.cid-tB7LA3f1vE .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-tB7LA3f1vE .col-copyright {
    padding-top: 40px;
  }
}
.cid-tB7LA3f1vE .border-item {
  width: 100%;
  height: 1px;
  background-color: #ffa41d;
}
.cid-tB7LA3f1vE .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
.cid-tB7w5Dvaxi .navbar-dropdown {
  position: relative !important;
}
.cid-tB7w5Dvaxi .navbar-dropdown {
  position: absolute !important;
}
.cid-tB7w5Dvaxi .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-tB7w5Dvaxi .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tB7w5Dvaxi .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tB7w5Dvaxi .dropdown-item:hover,
.cid-tB7w5Dvaxi .dropdown-item:focus {
  background: #ffa41d !important;
  color: white !important;
}
.cid-tB7w5Dvaxi .dropdown-item:hover span {
  color: white;
}
.cid-tB7w5Dvaxi .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tB7w5Dvaxi .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tB7w5Dvaxi .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tB7w5Dvaxi .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tB7w5Dvaxi .nav-link {
  position: relative;
}
.cid-tB7w5Dvaxi .container {
  display: flex;
  margin: auto;
}
.cid-tB7w5Dvaxi .iconfont-wrapper {
  color: #ffa41d !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tB7w5Dvaxi .navbar-nav .nav-item {
  margin: 10px 14px !important;
}
.cid-tB7w5Dvaxi .navbar-nav .nav-item .nav-link {
  margin: 5px 10px !important;
  padding: 0 !important;
  transition: 0.3s all;
  opacity: 0.5;
}
.cid-tB7w5Dvaxi .navbar-nav .nav-item .nav-link:hover,
.cid-tB7w5Dvaxi .navbar-nav .nav-item .nav-link:focus,
.cid-tB7w5Dvaxi .navbar-nav .nav-item .nav-link:active {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-tB7w5Dvaxi .dropdown-menu,
.cid-tB7w5Dvaxi .navbar.opened {
  background: #1f242e !important;
}
.cid-tB7w5Dvaxi .nav-item:focus,
.cid-tB7w5Dvaxi .nav-link:focus {
  outline: none;
}
.cid-tB7w5Dvaxi .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tB7w5Dvaxi .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tB7w5Dvaxi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tB7w5Dvaxi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tB7w5Dvaxi .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tB7w5Dvaxi .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tB7w5Dvaxi .navbar {
  min-height: 122px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  padding: 0 !important;
  box-shadow: none !important;
  background: #1f242e;
  background: rgba(31, 36, 46, 0.3);
}
.cid-tB7w5Dvaxi .navbar:not(.navbar-short) {
  border-bottom: none;
}
.cid-tB7w5Dvaxi .navbar.opened {
  transition: all 0.3s;
}
.cid-tB7w5Dvaxi .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tB7w5Dvaxi .navbar .navbar-logo img {
  width: auto;
}
.cid-tB7w5Dvaxi .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tB7w5Dvaxi .navbar.collapsed {
  justify-content: center;
}
.cid-tB7w5Dvaxi .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tB7w5Dvaxi .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tB7w5Dvaxi .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.5rem);
  }
}
.cid-tB7w5Dvaxi .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tB7w5Dvaxi .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tB7w5Dvaxi .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tB7w5Dvaxi .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tB7w5Dvaxi .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tB7w5Dvaxi .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tB7w5Dvaxi .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tB7w5Dvaxi .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tB7w5Dvaxi .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tB7w5Dvaxi .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tB7w5Dvaxi .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tB7w5Dvaxi .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tB7w5Dvaxi .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tB7w5Dvaxi .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tB7w5Dvaxi .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tB7w5Dvaxi .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tB7w5Dvaxi .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tB7w5Dvaxi .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tB7w5Dvaxi .navbar.navbar-short {
  min-height: 90px;
}
.cid-tB7w5Dvaxi .navbar.navbar-short .navbar-logo img {
  height: 4.2rem !important;
}
.cid-tB7w5Dvaxi .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
@media (max-width: 575px) {
  .cid-tB7w5Dvaxi .navbar {
    min-height: 80px;
  }
}
.cid-tB7w5Dvaxi .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  padding-right: 15px;
  padding-left: 15px;
}
.cid-tB7w5Dvaxi .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tB7w5Dvaxi .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 575px) {
  .cid-tB7w5Dvaxi .navbar-brand {
    min-height: 69px;
  }
}
.cid-tB7w5Dvaxi .dropdown-item.active,
.cid-tB7w5Dvaxi .dropdown-item:active {
  background-color: transparent;
}
.cid-tB7w5Dvaxi .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tB7w5Dvaxi .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tB7w5Dvaxi .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tB7w5Dvaxi .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1f242e;
}
.cid-tB7w5Dvaxi .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tB7w5Dvaxi .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tB7w5Dvaxi ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tB7w5Dvaxi .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tB7w5Dvaxi button.navbar-toggler {
  display: none;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #171a21, #272c30);
  outline: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-tB7w5Dvaxi button.navbar-toggler:hover {
  transform: scale(1.1);
}
.cid-tB7w5Dvaxi button.navbar-toggler .hamburger {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-tB7w5Dvaxi button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #f9f9fc;
}
.cid-tB7w5Dvaxi button.navbar-toggler .hamburger span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-tB7w5Dvaxi button.navbar-toggler .hamburger span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-tB7w5Dvaxi button.navbar-toggler .hamburger span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-tB7w5Dvaxi button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tB7w5Dvaxi nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tB7w5Dvaxi nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tB7w5Dvaxi nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tB7w5Dvaxi nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tB7w5Dvaxi .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tB7w5Dvaxi a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tB7w5Dvaxi .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-tB7w5Dvaxi .navbar {
    height: 70px;
  }
  .cid-tB7w5Dvaxi .navbar.opened {
    height: auto;
  }
  .cid-tB7w5Dvaxi .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tB7w5Dvaxi .navbar-short {
  min-height: 90px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
  background: #1f242e;
  background: rgba(31, 36, 46, 0.3);
}
@media (max-width: 575px) {
  .cid-tB7w5Dvaxi .navbar-short {
    min-height: 70px;
  }
}
.cid-tB7w5Dvaxi .container-fluid {
  padding: 0 64px;
}
@media (max-width: 1599px) {
  .cid-tB7w5Dvaxi .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .cid-tB7w5Dvaxi .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .cid-tB7w5Dvaxi .container-fluid {
    padding: 0 3px;
  }
}
.cid-tB7w5Dvaxi .navbar-collapse {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-tB7w5Dvaxi .mbr-section-btn .btn {
  padding: 15px 35px;
}
@media (min-width: 992px) {
  .cid-tB7w5Dvaxi .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-tB7w5Dvaxi .container-fluid {
  flex-wrap: wrap;
}
.cid-tB7w5Dvaxi button.navbar-toggler {
  display: flex;
}
.cid-tB7w5Dvaxi .navbar-brand {
  width: auto !important;
}
.cid-tB7w5Dvaxi .navbar-collapse {
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.cid-tB7w5Dvaxi .navbar-collapse .nav-item {
  margin: 8px 0 !important;
}
.cid-tB7w5Dvaxi .navbar-collapse .nav-item .nav-link {
  margin: 0 !important;
  padding: 0 !important;
  transition: 0.3s all;
  opacity: 1;
  justify-content: left;
}
.cid-tB7w5Dvaxi .navbar-collapse .nav-item .nav-link:hover {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-tB7w5Dvaxi .icons-menu {
  margin-top: 10px;
  justify-content: left;
}
.cid-tB7w5Dvaxi .navbar-buttons {
  margin-top: 20px;
  text-align: left;
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
@media (max-width: 991px) {
  .cid-tB7w5Dvaxi .container-fluid {
    flex-wrap: wrap;
  }
  .cid-tB7w5Dvaxi button.navbar-toggler {
    display: flex;
  }
  .cid-tB7w5Dvaxi .navbar-brand {
    width: auto !important;
  }
  .cid-tB7w5Dvaxi .navbar-collapse {
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
  .cid-tB7w5Dvaxi .navbar-collapse .nav-item {
    margin: 8px 0 !important;
  }
  .cid-tB7w5Dvaxi .navbar-collapse .nav-item .nav-link {
    margin: 0 !important;
    padding: 0 !important;
    transition: 0.3s all;
    opacity: 1;
    justify-content: left;
  }
  .cid-tB7w5Dvaxi .navbar-collapse .nav-item .nav-link:hover {
    opacity: 1;
    color: #FFFFFF !important;
  }
  .cid-tB7w5Dvaxi .icons-menu {
    margin-top: 10px;
    justify-content: left;
  }
  .cid-tB7w5Dvaxi .navbar-buttons {
    margin-top: 20px;
    text-align: left;
    margin-left: -0.6rem;
    margin-right: -0.6rem;
  }
}
.cid-tWQfj0X5Dr {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #171a21;
}
.cid-tWQfj0X5Dr .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWQfj0X5Dr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tWQfj0X5Dr .container {
    padding: 0 6px;
  }
}
.cid-tWQfj0X5Dr .row {
  margin: 0;
  padding: 150px;
}
@media (max-width: 1440px) {
  .cid-tWQfj0X5Dr .row {
    padding: 150px 32px;
  }
}
@media (max-width: 1200px) {
  .cid-tWQfj0X5Dr .row {
    padding: 150px 8px;
  }
}
@media (max-width: 992px) {
  .cid-tWQfj0X5Dr .row {
    padding: 70px 60px;
  }
}
@media (max-width: 768px) {
  .cid-tWQfj0X5Dr .row {
    padding: 70px 30px;
  }
}
.cid-tWQfj0X5Dr .row .card {
  padding: 0;
  border-radius: 0 !important;
  overflow: visible;
}
.cid-tWQfj0X5Dr .desc-wrapper {
  padding-right: 32px;
  margin-bottom: 64px;
  padding-right: 0;
  padding-left: 32px;
}
@media (max-width: 992px) {
  .cid-tWQfj0X5Dr .desc-wrapper {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tWQfj0X5Dr .desc-wrapper {
    padding: 0;
  }
}
.cid-tWQfj0X5Dr .desc-wrapper .mbr-desc {
  padding: 10px 18px;
  display: inline-flex;
  border: 1px solid #cfcfcf;
  border-radius: 30px;
  margin-bottom: 0;
}
.cid-tWQfj0X5Dr .title-wrapper {
  margin-bottom: 64px;
  margin-bottom: 110px;
}
.cid-tWQfj0X5Dr .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tWQfj0X5Dr .image-wrapper {
  position: relative;
  height: 510px;
}
@media (max-width: 992px) {
  .cid-tWQfj0X5Dr .image-wrapper {
    margin-bottom: 64px;
    height: 350px;
  }
}
.cid-tWQfj0X5Dr .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-tWQfj0X5Dr .image-wrapper .decor-wrap {
  position: relative;
  height: 480px;
  border-radius: 0 16px 16px 16px;
  background-color: #171a21;
  transform: rotate(-3deg);
  margin-top: -1rem;
  margin-right: 1rem;
  margin-left: -1.5rem;
}
@media (max-width: 992px) {
  .cid-tWQfj0X5Dr .image-wrapper .decor-wrap {
    height: 350px;
  }
}
.cid-tWQfj0X5Dr .image-wrapper .decor-wrap::after {
  content: '';
  position: absolute;
  top: -39px;
  left: 0;
  height: 40px;
  width: 130px;
  border-radius: 16px 16px 0 0;
  background-color: #171a21;
}
.cid-tWQfj0X5Dr .panel-group {
  margin-left: 100px;
  margin-left: 0;
  margin-right: 100px;
}
@media (max-width: 992px) {
  .cid-tWQfj0X5Dr .panel-group {
    margin: 0;
  }
}
@media (max-width: 992px) {
  .cid-tWQfj0X5Dr .panel-group {
    margin: 0;
  }
}
.cid-tWQfj0X5Dr .panel-group .card {
  border: none;
  border-radius: 10px !important;
  background-color: #1b2028;
  margin-bottom: 10px;
}
.cid-tWQfj0X5Dr .panel-group .card .card-header {
  padding: 25px 30px;
  border: none;
  background-color: transparent;
}
.cid-tWQfj0X5Dr .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tWQfj0X5Dr .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  background-color: #009472;
  transform: rotate(-45deg);
}
.cid-tWQfj0X5Dr .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  opacity: 1;
}
.cid-tWQfj0X5Dr .panel-group .card .card-header .panel-title:hover .icon-wrapper {
  background-color: #009472;
}
.cid-tWQfj0X5Dr .panel-group .card .card-header .panel-title:hover .icon-wrapper .mbr-iconfont {
  opacity: 1;
}
.cid-tWQfj0X5Dr .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-tWQfj0X5Dr .panel-group .card .card-header .panel-title .icon-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  min-width: 40px;
  height: 40px;
  background-color: #ffa41d;
  margin-left: 22px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
}
.cid-tWQfj0X5Dr .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 24px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
  opacity: .5;
}
.cid-tWQfj0X5Dr .panel-group .card .panel-collapse .panel-body {
  padding: 0 30px 20px;
}
.cid-tWQfj0X5Dr .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-tWQfj0X5Dr .mbr-desc {
  color: #ffffff;
}
.cid-tWQfj0X5Dr .mbr-section-title {
  color: #ffffff;
}
.cid-tWQfj0X5Dr .panel-title-edit {
  color: #ffffff;
}
.cid-tWQfj0X5Dr .panel-text {
  color: #ffffff;
}
.cid-tWQfj0X5Dr P {
  color: #ffffff;
}
.cid-tWQfj0X5Dr .mbr-desc,
.cid-tWQfj0X5Dr .desc-wrapper {
  text-align: center;
}
.cid-tBdeRXy4Q6 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tBdeRXy4Q6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBdeRXy4Q6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBdeRXy4Q6 .content-container {
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 75px;
  grid-row-gap: 75px;
  -ms-grid-columns: 1fr 0.5fr;
  grid-template-columns: 1fr 0.5fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  align-items: flex-end;
}
@media (max-width: 1259px) {
  .cid-tBdeRXy4Q6 .content-container {
    grid-template-columns: 1fr 0.25fr;
  }
}
@media (max-width: 991px) {
  .cid-tBdeRXy4Q6 .content-container {
    grid-template-columns: 1fr;
    grid-row-gap: 30px;
  }
}
.cid-tBdeRXy4Q6 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-tBdeRXy4Q6 .mbr-section-subtitle {
  color: #8f8f8f;
  padding: 16px 0;
  font-weight: 400;
  text-align: center;
}
.cid-tBdeRXy4Q6 .mbr-section-subtitle b {
  font-weight: 700;
}
@media (max-width: 575px) {
  .cid-tBdeRXy4Q6 .mbr-section-subtitle {
    padding: 4px 0;
  }
}
.cid-tBdeRXy4Q6 .item-right {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: stretch;
  padding-top: 60px;
}
@media (max-width: 991px) {
  .cid-tBdeRXy4Q6 .item-right {
    padding-top: 0;
  }
}
.cid-tBdeRXy4Q6 .mbr-text {
  margin-bottom: 10px;
  color: #747474;
}
.cid-tBdeRXy4Q6 .mbr-section-btn {
  margin-top: 30px;
}
.cid-tBdeRXy4Q6 .mbr-section-btn .btn {
  min-width: 50px;
}
.cid-tBdnnUEi4b {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #f9f9fc;
}
.cid-tBdnnUEi4b .mbr-section-subtitle {
  margin-bottom: 22px;
  letter-spacing: .13em;
  color: #000000;
}
@media (max-width: 768px) {
  .cid-tBdnnUEi4b .mbr-section-subtitle {
    margin-bottom: 8px;
  }
}
.cid-tBdnnUEi4b .mbr-section-title {
  margin-bottom: 0;
  color: #20232a;
}
@media (max-width: 768px) {
  .cid-tBdnnUEi4b .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-tBdnnUEi4b .mbr-text {
  padding-top: 10px;
  margin-bottom: 0;
  color: #84858a;
}
@media (max-width: 768px) {
  .cid-tBdnnUEi4b .mbr-text {
    padding: 0;
  }
}
.cid-tBdoOIrqFr {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #f9f9fc;
}
.cid-tBdoOIrqFr .mbr-section-subtitle {
  margin-bottom: 22px;
  letter-spacing: .13em;
  color: #ffa41d;
}
@media (max-width: 768px) {
  .cid-tBdoOIrqFr .mbr-section-subtitle {
    margin-bottom: 8px;
  }
}
.cid-tBdoOIrqFr .mbr-section-title {
  margin-bottom: 0;
  color: #20232a;
}
@media (max-width: 768px) {
  .cid-tBdoOIrqFr .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-tBdoOIrqFr .mbr-text {
  padding-top: 10px;
  margin-bottom: 0;
  color: #84858a;
}
@media (max-width: 768px) {
  .cid-tBdoOIrqFr .mbr-text {
    padding: 0;
  }
}
.cid-tBdkJkPOZW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f8f8f8;
}
.cid-tBdkJkPOZW .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBdkJkPOZW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBdkJkPOZW .item-wrap {
  z-index: 1;
}
.cid-tBdkJkPOZW .title-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-tBdkJkPOZW .title-wrapper {
    margin-bottom: 65px;
  }
}
.cid-tBdkJkPOZW .title-wrapper .mbr-section-subtitle {
  margin-bottom: 8px;
}
@media (max-width: 992px) {
  .cid-tBdkJkPOZW .title-wrapper .mbr-section-subtitle {
    margin-bottom: 6.5px;
  }
}
.cid-tBdkJkPOZW .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tBdkJkPOZW .text-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-tBdkJkPOZW .card {
    margin-top: 48px;
  }
}
.cid-tBdkJkPOZW .card .mbr-iconfont {
  font-size: 30px;
  margin-bottom: 10px;
  color: #a1a1a1;
}
@media (max-width: 992px) {
  .cid-tBdkJkPOZW .card .mbr-iconfont {
    margin-bottom: 8px;
  }
}
.cid-tBdkJkPOZW .card .mbr-card-title {
  margin-bottom: 16px;
}
.cid-tBdkJkPOZW .card .mbr-card-title span {
  opacity: .6;
}
@media (max-width: 992px) {
  .cid-tBdkJkPOZW .card .mbr-card-title {
    margin-bottom: 13px;
  }
}
.cid-tBdkJkPOZW .card .mbr-text {
  margin-bottom: 0;
}
.cid-tBdkJkPOZW .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #d9d9d9;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-tBdkJkPOZW .border-wrap {
    margin-bottom: 65px;
  }
}
.cid-tBdkJkPOZW .mbr-section-title {
  color: #181818;
}
.cid-tBdkJkPOZW .mbr-section-subtitle {
  color: #181818;
}
.cid-tBdkJkPOZW .mbr-text {
  color: #454545;
}
.cid-tBdkJkPOZW .mbr-card-title {
  color: #181818;
}
.cid-tBdkJkPOZW .mbr-card-text {
  color: #454545;
}
.cid-tOHqkGrUff {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #f9f9fc;
}
.cid-tOHqkGrUff .text-content {
  padding-right: 10%;
}
@media (max-width: 992px) {
  .cid-tOHqkGrUff .text-content {
    padding: 0 12px;
  }
}
.cid-tOHqkGrUff .mbr-section-subtitle {
  margin-bottom: 22px;
  letter-spacing: .13em;
  color: #FF4712;
}
.cid-tOHqkGrUff .mbr-section-title {
  margin-bottom: 0;
  color: #20232a;
}
.cid-tOHqkGrUff .mbr-text {
  margin: 13.5px 0 0 0;
  color: #84858a;
}
.cid-tOHqkGrUff .address-wrapper {
  margin-top: 96px;
}
@media (max-width: 768px) {
  .cid-tOHqkGrUff .address-wrapper {
    margin: 20px 0 0 0;
  }
}
.cid-tOHqkGrUff .address-wrapper .mbr-address {
  margin: 0;
}
.cid-tOHqkGrUff .address-wrapper .mbr-address span {
  width: 58px;
  height: 58px;
  font-size: 26px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #eaeaea;
  border-radius: 50%;
  margin-right: 14px;
  transition: all .4s ease;
}
@media (max-width: 992px) {
  .cid-tOHqkGrUff .address-wrapper .mbr-address span {
    margin-bottom: 8px;
  }
}
@media (max-width: 768px) {
  .cid-tOHqkGrUff .address-wrapper .mbr-address span {
    margin-bottom: 0;
  }
}
.cid-tOHqkGrUff .address-wrapper .mbr-text {
  margin: 14px 0 0 72px;
}
@media (max-width: 992px) {
  .cid-tOHqkGrUff .address-wrapper .mbr-text {
    margin: 14px 0 0 0;
  }
}
@media (max-width: 768px) {
  .cid-tOHqkGrUff .address-wrapper .mbr-text {
    margin: 6px 0 0 72px;
  }
}
.cid-tOHqkGrUff .address-wrapper:hover span {
  color: #ffa41d;
}
.cid-tOHqkGrUff .contact-wrapper {
  margin-top: 96px;
}
@media (max-width: 768px) {
  .cid-tOHqkGrUff .contact-wrapper {
    margin: 20px 0 0 0;
  }
}
.cid-tOHqkGrUff .contact-wrapper .mbr-contact {
  margin: 0;
}
.cid-tOHqkGrUff .contact-wrapper .mbr-contact span {
  width: 58px;
  height: 58px;
  font-size: 26px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #eaeaea;
  border-radius: 50%;
  margin-right: 14px;
  transition: all .4s ease;
}
@media (max-width: 992px) {
  .cid-tOHqkGrUff .contact-wrapper .mbr-contact span {
    margin-bottom: 8px;
  }
}
@media (max-width: 768px) {
  .cid-tOHqkGrUff .contact-wrapper .mbr-contact span {
    margin-bottom: 0;
  }
}
.cid-tOHqkGrUff .contact-wrapper .item-link {
  margin-top: 14px;
  margin-left: 72px;
  display: block;
}
@media (max-width: 992px) {
  .cid-tOHqkGrUff .contact-wrapper .item-link {
    margin: 14px 0 0 0;
  }
}
@media (max-width: 768px) {
  .cid-tOHqkGrUff .contact-wrapper .item-link {
    margin: 6px 0 0 72px;
  }
}
.cid-tOHqkGrUff .contact-wrapper .item-link .mbr-link {
  margin: 0;
  display: inline-block;
}
.cid-tOHqkGrUff .contact-wrapper .item-link .mbr-link::after {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  margin-top: 5px;
  background-color: #6a6a6a;
  transition: all .4s ease;
}
.cid-tOHqkGrUff .contact-wrapper .mbr-phone {
  margin: 22px 0 0 72px;
}
@media (max-width: 992px) {
  .cid-tOHqkGrUff .contact-wrapper .mbr-phone {
    margin: 22px 0 0 0;
  }
}
@media (max-width: 768px) {
  .cid-tOHqkGrUff .contact-wrapper .mbr-phone {
    margin: 6px 0 0 72px;
  }
}
.cid-tOHqkGrUff .contact-wrapper:hover span {
  color: #ffa41d;
}
.cid-tOHqkGrUff .item-link:hover .mbr-link::after {
  width: 0;
}
.cid-tOHqkGrUff .mbr-address,
.cid-tOHqkGrUff .mbr-iconfont,
.cid-tOHqkGrUff .mbr-contact {
  color: #20232a;
}
.cid-tOHqkGrUff .mbr-link {
  color: #84858a;
}
.cid-tOHqkGrUff .mbr-phone {
  color: #20232a;
}
.cid-tBdf6Vneht {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #f9f9fc;
}
.cid-tBdf6Vneht .mbr-section-subtitle {
  margin-bottom: 22px;
  letter-spacing: .13em;
  color: #ffa41d;
}
@media (max-width: 768px) {
  .cid-tBdf6Vneht .mbr-section-subtitle {
    margin-bottom: 8px;
  }
}
.cid-tBdf6Vneht .mbr-section-title {
  margin-bottom: 0;
  color: #20232a;
}
@media (max-width: 768px) {
  .cid-tBdf6Vneht .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-tBdf6Vneht .mbr-text {
  padding-top: 10px;
  margin-bottom: 0;
  color: #84858a;
}
@media (max-width: 768px) {
  .cid-tBdf6Vneht .mbr-text {
    padding: 0;
  }
}
.cid-tB7LA3f1vE {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #1b2028;
}
.cid-tB7LA3f1vE .mbr-fallback-image.disabled {
  display: none;
}
.cid-tB7LA3f1vE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tB7LA3f1vE .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-tB7LA3f1vE .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-tB7LA3f1vE .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-tB7LA3f1vE .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-tB7LA3f1vE .container {
    max-width: 100%;
  }
  .cid-tB7LA3f1vE .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-tB7LA3f1vE .item-wrap {
  width: 100%;
}
.cid-tB7LA3f1vE .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-tB7LA3f1vE .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tB7LA3f1vE .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tB7LA3f1vE .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tB7LA3f1vE .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-tB7LA3f1vE .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tB7LA3f1vE .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-tB7LA3f1vE .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-tB7LA3f1vE .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1f242e, #171a21);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-tB7LA3f1vE .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-tB7LA3f1vE .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #ffa41d;
}
.cid-tB7LA3f1vE .soc-item:hover {
  transform: translateY(-3px);
}
.cid-tB7LA3f1vE .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tB7LA3f1vE .col-links {
    padding-top: 20px;
  }
}
.cid-tB7LA3f1vE .mbr-section-subtitle {
  color: #ffa41d;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .cid-tB7LA3f1vE .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-tB7LA3f1vE .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #C4CFDE;
  transition: 0.4s all;
}
@media (max-width: 575px) {
  .cid-tB7LA3f1vE .list {
    text-align: center !important;
  }
}
.cid-tB7LA3f1vE .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-tB7LA3f1vE .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-tB7LA3f1vE .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-tB7LA3f1vE .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ffa41d;
  transition: 0.4s all;
}
.cid-tB7LA3f1vE .list a:hover {
  color: #ffa41d !important;
  line-height: inherit !important;
}
.cid-tB7LA3f1vE .list a:hover:before {
  width: 100%;
}
.cid-tB7LA3f1vE .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-tB7LA3f1vE .col-copyright {
    padding-top: 40px;
  }
}
.cid-tB7LA3f1vE .border-item {
  width: 100%;
  height: 1px;
  background-color: #ffa41d;
}
.cid-tB7LA3f1vE .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
.cid-tB7w5Dvaxi .navbar-dropdown {
  position: relative !important;
}
.cid-tB7w5Dvaxi .navbar-dropdown {
  position: absolute !important;
}
.cid-tB7w5Dvaxi .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-tB7w5Dvaxi .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tB7w5Dvaxi .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tB7w5Dvaxi .dropdown-item:hover,
.cid-tB7w5Dvaxi .dropdown-item:focus {
  background: #ffa41d !important;
  color: white !important;
}
.cid-tB7w5Dvaxi .dropdown-item:hover span {
  color: white;
}
.cid-tB7w5Dvaxi .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tB7w5Dvaxi .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tB7w5Dvaxi .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tB7w5Dvaxi .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tB7w5Dvaxi .nav-link {
  position: relative;
}
.cid-tB7w5Dvaxi .container {
  display: flex;
  margin: auto;
}
.cid-tB7w5Dvaxi .iconfont-wrapper {
  color: #ffa41d !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tB7w5Dvaxi .navbar-nav .nav-item {
  margin: 10px 14px !important;
}
.cid-tB7w5Dvaxi .navbar-nav .nav-item .nav-link {
  margin: 5px 10px !important;
  padding: 0 !important;
  transition: 0.3s all;
  opacity: 0.5;
}
.cid-tB7w5Dvaxi .navbar-nav .nav-item .nav-link:hover,
.cid-tB7w5Dvaxi .navbar-nav .nav-item .nav-link:focus,
.cid-tB7w5Dvaxi .navbar-nav .nav-item .nav-link:active {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-tB7w5Dvaxi .dropdown-menu,
.cid-tB7w5Dvaxi .navbar.opened {
  background: #1f242e !important;
}
.cid-tB7w5Dvaxi .nav-item:focus,
.cid-tB7w5Dvaxi .nav-link:focus {
  outline: none;
}
.cid-tB7w5Dvaxi .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tB7w5Dvaxi .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tB7w5Dvaxi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tB7w5Dvaxi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tB7w5Dvaxi .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tB7w5Dvaxi .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tB7w5Dvaxi .navbar {
  min-height: 122px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  padding: 0 !important;
  box-shadow: none !important;
  background: #1f242e;
  background: rgba(31, 36, 46, 0.3);
}
.cid-tB7w5Dvaxi .navbar:not(.navbar-short) {
  border-bottom: none;
}
.cid-tB7w5Dvaxi .navbar.opened {
  transition: all 0.3s;
}
.cid-tB7w5Dvaxi .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tB7w5Dvaxi .navbar .navbar-logo img {
  width: auto;
}
.cid-tB7w5Dvaxi .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tB7w5Dvaxi .navbar.collapsed {
  justify-content: center;
}
.cid-tB7w5Dvaxi .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tB7w5Dvaxi .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tB7w5Dvaxi .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.5rem);
  }
}
.cid-tB7w5Dvaxi .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tB7w5Dvaxi .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tB7w5Dvaxi .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tB7w5Dvaxi .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tB7w5Dvaxi .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tB7w5Dvaxi .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tB7w5Dvaxi .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tB7w5Dvaxi .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tB7w5Dvaxi .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tB7w5Dvaxi .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tB7w5Dvaxi .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tB7w5Dvaxi .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tB7w5Dvaxi .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tB7w5Dvaxi .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tB7w5Dvaxi .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tB7w5Dvaxi .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tB7w5Dvaxi .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tB7w5Dvaxi .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tB7w5Dvaxi .navbar.navbar-short {
  min-height: 90px;
}
.cid-tB7w5Dvaxi .navbar.navbar-short .navbar-logo img {
  height: 4.2rem !important;
}
.cid-tB7w5Dvaxi .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
@media (max-width: 575px) {
  .cid-tB7w5Dvaxi .navbar {
    min-height: 80px;
  }
}
.cid-tB7w5Dvaxi .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  padding-right: 15px;
  padding-left: 15px;
}
.cid-tB7w5Dvaxi .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tB7w5Dvaxi .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 575px) {
  .cid-tB7w5Dvaxi .navbar-brand {
    min-height: 69px;
  }
}
.cid-tB7w5Dvaxi .dropdown-item.active,
.cid-tB7w5Dvaxi .dropdown-item:active {
  background-color: transparent;
}
.cid-tB7w5Dvaxi .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tB7w5Dvaxi .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tB7w5Dvaxi .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tB7w5Dvaxi .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1f242e;
}
.cid-tB7w5Dvaxi .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tB7w5Dvaxi .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tB7w5Dvaxi ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tB7w5Dvaxi .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tB7w5Dvaxi button.navbar-toggler {
  display: none;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #171a21, #272c30);
  outline: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-tB7w5Dvaxi button.navbar-toggler:hover {
  transform: scale(1.1);
}
.cid-tB7w5Dvaxi button.navbar-toggler .hamburger {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-tB7w5Dvaxi button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #f9f9fc;
}
.cid-tB7w5Dvaxi button.navbar-toggler .hamburger span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-tB7w5Dvaxi button.navbar-toggler .hamburger span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-tB7w5Dvaxi button.navbar-toggler .hamburger span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-tB7w5Dvaxi button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tB7w5Dvaxi nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tB7w5Dvaxi nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tB7w5Dvaxi nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tB7w5Dvaxi nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tB7w5Dvaxi .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tB7w5Dvaxi a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tB7w5Dvaxi .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-tB7w5Dvaxi .navbar {
    height: 70px;
  }
  .cid-tB7w5Dvaxi .navbar.opened {
    height: auto;
  }
  .cid-tB7w5Dvaxi .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tB7w5Dvaxi .navbar-short {
  min-height: 90px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
  background: #1f242e;
  background: rgba(31, 36, 46, 0.3);
}
@media (max-width: 575px) {
  .cid-tB7w5Dvaxi .navbar-short {
    min-height: 70px;
  }
}
.cid-tB7w5Dvaxi .container-fluid {
  padding: 0 64px;
}
@media (max-width: 1599px) {
  .cid-tB7w5Dvaxi .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .cid-tB7w5Dvaxi .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .cid-tB7w5Dvaxi .container-fluid {
    padding: 0 3px;
  }
}
.cid-tB7w5Dvaxi .navbar-collapse {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-tB7w5Dvaxi .mbr-section-btn .btn {
  padding: 15px 35px;
}
@media (min-width: 992px) {
  .cid-tB7w5Dvaxi .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-tB7w5Dvaxi .container-fluid {
  flex-wrap: wrap;
}
.cid-tB7w5Dvaxi button.navbar-toggler {
  display: flex;
}
.cid-tB7w5Dvaxi .navbar-brand {
  width: auto !important;
}
.cid-tB7w5Dvaxi .navbar-collapse {
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.cid-tB7w5Dvaxi .navbar-collapse .nav-item {
  margin: 8px 0 !important;
}
.cid-tB7w5Dvaxi .navbar-collapse .nav-item .nav-link {
  margin: 0 !important;
  padding: 0 !important;
  transition: 0.3s all;
  opacity: 1;
  justify-content: left;
}
.cid-tB7w5Dvaxi .navbar-collapse .nav-item .nav-link:hover {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-tB7w5Dvaxi .icons-menu {
  margin-top: 10px;
  justify-content: left;
}
.cid-tB7w5Dvaxi .navbar-buttons {
  margin-top: 20px;
  text-align: left;
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
@media (max-width: 991px) {
  .cid-tB7w5Dvaxi .container-fluid {
    flex-wrap: wrap;
  }
  .cid-tB7w5Dvaxi button.navbar-toggler {
    display: flex;
  }
  .cid-tB7w5Dvaxi .navbar-brand {
    width: auto !important;
  }
  .cid-tB7w5Dvaxi .navbar-collapse {
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
  .cid-tB7w5Dvaxi .navbar-collapse .nav-item {
    margin: 8px 0 !important;
  }
  .cid-tB7w5Dvaxi .navbar-collapse .nav-item .nav-link {
    margin: 0 !important;
    padding: 0 !important;
    transition: 0.3s all;
    opacity: 1;
    justify-content: left;
  }
  .cid-tB7w5Dvaxi .navbar-collapse .nav-item .nav-link:hover {
    opacity: 1;
    color: #FFFFFF !important;
  }
  .cid-tB7w5Dvaxi .icons-menu {
    margin-top: 10px;
    justify-content: left;
  }
  .cid-tB7w5Dvaxi .navbar-buttons {
    margin-top: 20px;
    text-align: left;
    margin-left: -0.6rem;
    margin-right: -0.6rem;
  }
}
.cid-tBdIuMF8po {
  background-color: #ffffff;
}
.cid-tBdIuMF8po .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBdIuMF8po .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBdIuMF8po .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tBdIuMF8po .container-fluid {
    padding: 0 30px;
  }
}
.cid-tBdIuMF8po .container-fluid .row {
  padding: 0;
}
.cid-tBdIuMF8po .title-wrapper {
  padding: 180px 120px;
}
@media (max-width: 1200px) {
  .cid-tBdIuMF8po .title-wrapper {
    padding: 120px 60px;
  }
}
@media (max-width: 992px) {
  .cid-tBdIuMF8po .title-wrapper {
    padding: 80px 0;
  }
}
.cid-tBdIuMF8po .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-tBdIuMF8po .title-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-tBdIuMF8po .image-wrapper {
  position: relative;
}
.cid-tBdIuMF8po .image-wrapper img {
  object-fit: cover;
}
.cid-tBdIuMF8po .image-wrapper img:first-child {
  height: 900px;
}
@media (max-width: 992px) {
  .cid-tBdIuMF8po .image-wrapper img:first-child {
    height: 350px;
  }
}
.cid-tBdIuMF8po .image-wrapper img:last-child {
  position: absolute;
  bottom: 5rem;
  left: -7rem;
  width: 315px;
  height: 425px;
  border-radius: 10px;
  left: auto;
  right: -7rem;
}
@media (max-width: 1200px) {
  .cid-tBdIuMF8po .image-wrapper img:last-child {
    right: -5rem;
  }
}
@media (max-width: 992px) {
  .cid-tBdIuMF8po .image-wrapper img:last-child {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-tBdIuMF8po .image-wrapper img:last-child {
    left: -5rem;
  }
}
@media (max-width: 992px) {
  .cid-tBdIuMF8po .image-wrapper img:last-child {
    display: none;
  }
}
.cid-tBdIuMF8po .mbr-section-title {
  color: #000000;
}
.cid-tBdIuMF8po .mbr-text {
  color: #000000;
}
.cid-tBdIuMF8po .mbr-section-title,
.cid-tBdIuMF8po .mbr-section-btn {
  text-align: left;
}
.cid-tS5Lx6rOhr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/granierbaw13-800x600.jpg");
}
.cid-tS5Lx6rOhr .text {
  display: flex;
  align-items: center;
}
.cid-tS5Lx6rOhr .mbr-section-subtitle {
  margin: 0 0 22px 0;
  letter-spacing: .13em;
  color: #FF4712;
}
.cid-tS5Lx6rOhr .mbr-section-title {
  margin: 0 0 33px 0;
  color: #ffffff;
}
.cid-tS5Lx6rOhr .btn {
  height: 55px;
  min-width: 170px;
  box-shadow: none;
}
.cid-tS5Lx6rOhr .btn:hover {
  box-shadow: none;
}
.cid-tS5Lx6rOhr .image-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  position: relative;
}
@media (max-width: 992px) {
  .cid-tS5Lx6rOhr .image-wrapper {
    margin-top: 2rem;
  }
}
.cid-tS5Lx6rOhr .image-wrapper img {
  width: 372px;
  height: 427px;
  object-fit: cover;
  transform: rotate(5deg);
  transition: all .4s ease;
  border: 8px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-tS5Lx6rOhr .image-wrapper img {
    transform: none;
  }
}
@media (max-width: 768px) {
  .cid-tS5Lx6rOhr .image-wrapper img {
    width: 240px;
    height: 275px;
  }
}
.cid-tS5Lx6rOhr .image-wrapper .image-absolute {
  position: absolute;
  top: 20px;
  right: 23%;
  width: 372px;
  height: 427px;
  object-fit: cover;
  transform: rotate(5deg);
  transition: all .4s ease;
  border: 8px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-tS5Lx6rOhr .image-wrapper .image-absolute {
    transform: none;
  }
}
@media (max-width: 768px) {
  .cid-tS5Lx6rOhr .image-wrapper .image-absolute {
    width: 240px;
    height: 275px;
  }
}
@media (max-width: 425px) {
  .cid-tS5Lx6rOhr .image-wrapper .image-absolute {
    display: none;
  }
}
.cid-tS5Lx6rOhr .row:hover img {
  transform: rotate(0deg);
}
.cid-tS5Lx6rOhr .mbr-fallback-image.disabled {
  display: none;
}
.cid-tS5Lx6rOhr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tMV6uUmg5G {
  background-color: #ebebeb;
}
.cid-tMV6uUmg5G .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMV6uUmg5G .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tMV6uUmg5G .container {
    padding: 0 30px;
  }
}
.cid-tMV6uUmg5G .text-wrap {
  display: flex;
  align-items: flex-end;
}
.cid-tMV6uUmg5G .text-wrap .text-wrapper {
  display: inline-flex;
  padding-top: 30px;
  border-top: 1px solid #000000;
  margin: 0 92px 40px 0;
  margin: 0 0 40px 92px;
}
@media (max-width: 1440px) {
  .cid-tMV6uUmg5G .text-wrap .text-wrapper {
    margin: 0 0 40px 40px;
  }
}
@media (max-width: 992px) {
  .cid-tMV6uUmg5G .text-wrap .text-wrapper {
    margin: 0 0 30px 0;
  }
}
@media (max-width: 1440px) {
  .cid-tMV6uUmg5G .text-wrap .text-wrapper {
    margin: 0 40px 40px 0;
  }
}
@media (max-width: 992px) {
  .cid-tMV6uUmg5G .text-wrap .text-wrapper {
    margin: 0 0 30px 0;
  }
}
.cid-tMV6uUmg5G .text-wrap .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tMV6uUmg5G .text-wrap .text-wrapper .mbr-iconfont {
  font-size: 22px;
  margin-right: 24px;
  color: #ffa41d;
}
.cid-tMV6uUmg5G .image-wrapper img {
  height: 480px;
  object-fit: cover;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-tMV6uUmg5G .image-wrapper img {
    height: 280px;
  }
}
.cid-tMV6uUmg5G .mbr-text {
  color: #000000;
}
.cid-tBdLm4Gizf {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tBdLm4Gizf .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBdLm4Gizf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBdLm4Gizf .row {
  align-items: stretch;
  justify-content: center;
}
.cid-tBdLm4Gizf .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-tBdLm4Gizf .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 450px;
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .cid-tBdLm4Gizf .row .img-item img {
    min-height: 300px;
  }
}
.cid-tMV6VSNRpk {
  background-color: #ebebeb;
}
.cid-tMV6VSNRpk .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMV6VSNRpk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tMV6VSNRpk .container {
    padding: 0 30px;
  }
}
.cid-tMV6VSNRpk .text-wrap {
  display: flex;
  align-items: flex-end;
}
.cid-tMV6VSNRpk .text-wrap .text-wrapper {
  display: inline-flex;
  padding-top: 30px;
  border-top: 1px solid #000000;
  margin: 0 92px 40px 0;
}
@media (max-width: 1440px) {
  .cid-tMV6VSNRpk .text-wrap .text-wrapper {
    margin: 0 40px 40px 0;
  }
}
@media (max-width: 992px) {
  .cid-tMV6VSNRpk .text-wrap .text-wrapper {
    margin: 0 0 30px 0;
  }
}
.cid-tMV6VSNRpk .text-wrap .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tMV6VSNRpk .text-wrap .text-wrapper .mbr-iconfont {
  font-size: 22px;
  margin-right: 24px;
  color: #ffa41d;
}
.cid-tMV6VSNRpk .image-wrapper img {
  height: 480px;
  object-fit: cover;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-tMV6VSNRpk .image-wrapper img {
    height: 280px;
  }
}
.cid-tMV6VSNRpk .mbr-text {
  color: #000000;
}
.cid-tLFF1DPfWz {
  padding-top: 1rem;
  padding-bottom: 7rem;
  background: #f9f9fc;
}
.cid-tLFF1DPfWz .mbr-section-head {
  padding: 0 1rem;
}
.cid-tLFF1DPfWz .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-tLFF1DPfWz .team-card:hover {
  transform: translateY(-10px);
}
.cid-tLFF1DPfWz .card-wrap {
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-tLFF1DPfWz .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-tLFF1DPfWz .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-tLFF1DPfWz .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tLFF1DPfWz .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-tLFF1DPfWz .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 50%;
  max-width: 40%;
}
@media (max-width: 768px) {
  .cid-tLFF1DPfWz .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 5px !important;
    margin-right: 5px !important;
  }
}
.cid-tLFF1DPfWz .embla__button--next,
.cid-tLFF1DPfWz .embla__button--prev {
  display: flex;
}
.cid-tLFF1DPfWz .embla__button {
  top: -13%;
  width: 38px;
  height: 38px;
  margin-top: -1.5rem;
  font-size: 14px;
  background-color: transparent;
  color: #ffa41d;
  border: 2px solid #ffa41d;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tLFF1DPfWz .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tLFF1DPfWz .embla__button:hover {
  background: transparent;
  opacity: .7;
}
.cid-tLFF1DPfWz .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tLFF1DPfWz .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 992px) {
  .cid-tLFF1DPfWz .embla__button {
    top: -10%;
  }
}
.cid-tLFF1DPfWz .embla {
  position: relative;
  width: 100%;
  margin-top: 52px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-tLFF1DPfWz .embla {
    margin-top: 80px;
  }
}
.cid-tLFF1DPfWz .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tLFF1DPfWz .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tLFF1DPfWz .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tLFF1DPfWz .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tLFF1DPfWz .mbr-section-subtitle {
  margin-bottom: 27px;
  letter-spacing: 0.13em;
  color: #1f242e;
  text-align: center;
}
.cid-tLFF1DPfWz .mbr-section-title {
  margin-bottom: 16px;
  color: #ffffff;
  text-align: center;
}
.cid-tLFF1DPfWz .mbr-text {
  margin: 0;
  color: #EAEAEA;
  text-align: center;
}
.cid-tLFF1DPfWz .mbr-text ul {
  list-style-position: inside;
  display: flex;
  justify-content: center;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tLFF1DPfWz .mbr-text ul {
    display: block;
  }
}
.cid-tLFF1DPfWz .mbr-text ul li {
  padding: 0 3rem;
}
@media (max-width: 992px) {
  .cid-tLFF1DPfWz .mbr-text ul li {
    margin-top: 10px;
    margin-left: 0;
  }
}
.cid-tLFF1DPfWz .mbr-text ul li::marker {
  color: #ffa41d;
  font-size: 18px;
}
.cid-tLFF1DPfWz .item-wrapper {
  height: 100%;
}
.cid-tLFF1DPfWz .item-wrapper .image-wrap {
  height: 100%;
}
.cid-tLFF1DPfWz .item-wrapper .image-wrap img {
  width: 100%;
  height: 420px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tLFF1DPfWz .item-wrapper .image-wrap img {
    height: 320px;
  }
}
.cid-tNonBg0w5P {
  background-color: #ebebeb;
}
.cid-tNonBg0w5P .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNonBg0w5P .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tNonBg0w5P .container {
    padding: 0 30px;
  }
}
.cid-tNonBg0w5P .text-wrap {
  display: flex;
  align-items: flex-end;
}
.cid-tNonBg0w5P .text-wrap .text-wrapper {
  display: inline-flex;
  padding-top: 30px;
  border-top: 1px solid #000000;
  margin: 0 92px 40px 0;
  margin: 0 0 40px 92px;
}
@media (max-width: 1440px) {
  .cid-tNonBg0w5P .text-wrap .text-wrapper {
    margin: 0 0 40px 40px;
  }
}
@media (max-width: 992px) {
  .cid-tNonBg0w5P .text-wrap .text-wrapper {
    margin: 0 0 30px 0;
  }
}
@media (max-width: 1440px) {
  .cid-tNonBg0w5P .text-wrap .text-wrapper {
    margin: 0 40px 40px 0;
  }
}
@media (max-width: 992px) {
  .cid-tNonBg0w5P .text-wrap .text-wrapper {
    margin: 0 0 30px 0;
  }
}
.cid-tNonBg0w5P .text-wrap .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tNonBg0w5P .text-wrap .text-wrapper .mbr-iconfont {
  font-size: 22px;
  margin-right: 24px;
  color: #ffa41d;
}
.cid-tNonBg0w5P .image-wrapper img {
  height: 480px;
  object-fit: cover;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-tNonBg0w5P .image-wrapper img {
    height: 280px;
  }
}
.cid-tNonBg0w5P .mbr-text {
  color: #000000;
}
.cid-tBdKmZW2B5 {
  padding-top: 5rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-tBdKmZW2B5 .row {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-tBdKmZW2B5 .row {
    padding: 0 12px;
  }
}
.cid-tBdKmZW2B5 .card {
  padding: 0;
  height: 380px;
  position: relative;
  border-radius: 0;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-tBdKmZW2B5 .card {
    height: 280px;
  }
}
.cid-tBdKmZW2B5 .card img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
  padding: 0;
  transform: scale(1, 1);
  transition: all .4s ease;
}
.cid-tBdKmZW2B5 .card:hover img {
  transform: scale(1.1, 1.1);
}
.cid-tBdKmZW2B5 .card-link {
  position: relative;
  height: 100%;
  z-index: 1;
  transition: all .4s ease;
  pointer-events: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tBdKmZW2B5 .card-overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: #20232a;
  opacity: .3;
  z-index: 1;
  pointer-events: none;
}
.cid-tBdKmZW2B5 .card-wrapper {
  padding: 44px 34px;
}
.cid-tBdKmZW2B5 .card-wrapper .mbr-section-title {
  margin: 0;
  pointer-events: visible;
}
.cid-tBdKmZW2B5 .card-wrapper .mbr-text {
  margin: 7px 0 0 0;
  pointer-events: visible;
  letter-spacing: 1px;
}
.cid-tBdKmZW2B5 .mbr-section-title {
  color: #FFFFFF;
  text-align: center;
}
.cid-tBdKmZW2B5 .mbr-text {
  color: #FFFFFF;
  text-align: center;
}
.cid-tB7LA3f1vE {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #1b2028;
}
.cid-tB7LA3f1vE .mbr-fallback-image.disabled {
  display: none;
}
.cid-tB7LA3f1vE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tB7LA3f1vE .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-tB7LA3f1vE .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-tB7LA3f1vE .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-tB7LA3f1vE .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-tB7LA3f1vE .container {
    max-width: 100%;
  }
  .cid-tB7LA3f1vE .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-tB7LA3f1vE .item-wrap {
  width: 100%;
}
.cid-tB7LA3f1vE .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-tB7LA3f1vE .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tB7LA3f1vE .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tB7LA3f1vE .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tB7LA3f1vE .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-tB7LA3f1vE .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tB7LA3f1vE .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-tB7LA3f1vE .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-tB7LA3f1vE .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1f242e, #171a21);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-tB7LA3f1vE .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-tB7LA3f1vE .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #ffa41d;
}
.cid-tB7LA3f1vE .soc-item:hover {
  transform: translateY(-3px);
}
.cid-tB7LA3f1vE .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tB7LA3f1vE .col-links {
    padding-top: 20px;
  }
}
.cid-tB7LA3f1vE .mbr-section-subtitle {
  color: #ffa41d;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .cid-tB7LA3f1vE .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-tB7LA3f1vE .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #C4CFDE;
  transition: 0.4s all;
}
@media (max-width: 575px) {
  .cid-tB7LA3f1vE .list {
    text-align: center !important;
  }
}
.cid-tB7LA3f1vE .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-tB7LA3f1vE .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-tB7LA3f1vE .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-tB7LA3f1vE .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ffa41d;
  transition: 0.4s all;
}
.cid-tB7LA3f1vE .list a:hover {
  color: #ffa41d !important;
  line-height: inherit !important;
}
.cid-tB7LA3f1vE .list a:hover:before {
  width: 100%;
}
.cid-tB7LA3f1vE .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-tB7LA3f1vE .col-copyright {
    padding-top: 40px;
  }
}
.cid-tB7LA3f1vE .border-item {
  width: 100%;
  height: 1px;
  background-color: #ffa41d;
}
.cid-tB7LA3f1vE .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
.cid-tB7w5Dvaxi .navbar-dropdown {
  position: relative !important;
}
.cid-tB7w5Dvaxi .navbar-dropdown {
  position: absolute !important;
}
.cid-tB7w5Dvaxi .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-tB7w5Dvaxi .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tB7w5Dvaxi .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tB7w5Dvaxi .dropdown-item:hover,
.cid-tB7w5Dvaxi .dropdown-item:focus {
  background: #ffa41d !important;
  color: white !important;
}
.cid-tB7w5Dvaxi .dropdown-item:hover span {
  color: white;
}
.cid-tB7w5Dvaxi .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tB7w5Dvaxi .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tB7w5Dvaxi .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tB7w5Dvaxi .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tB7w5Dvaxi .nav-link {
  position: relative;
}
.cid-tB7w5Dvaxi .container {
  display: flex;
  margin: auto;
}
.cid-tB7w5Dvaxi .iconfont-wrapper {
  color: #ffa41d !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tB7w5Dvaxi .navbar-nav .nav-item {
  margin: 10px 14px !important;
}
.cid-tB7w5Dvaxi .navbar-nav .nav-item .nav-link {
  margin: 5px 10px !important;
  padding: 0 !important;
  transition: 0.3s all;
  opacity: 0.5;
}
.cid-tB7w5Dvaxi .navbar-nav .nav-item .nav-link:hover,
.cid-tB7w5Dvaxi .navbar-nav .nav-item .nav-link:focus,
.cid-tB7w5Dvaxi .navbar-nav .nav-item .nav-link:active {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-tB7w5Dvaxi .dropdown-menu,
.cid-tB7w5Dvaxi .navbar.opened {
  background: #1f242e !important;
}
.cid-tB7w5Dvaxi .nav-item:focus,
.cid-tB7w5Dvaxi .nav-link:focus {
  outline: none;
}
.cid-tB7w5Dvaxi .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tB7w5Dvaxi .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tB7w5Dvaxi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tB7w5Dvaxi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tB7w5Dvaxi .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tB7w5Dvaxi .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tB7w5Dvaxi .navbar {
  min-height: 122px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  padding: 0 !important;
  box-shadow: none !important;
  background: #1f242e;
  background: rgba(31, 36, 46, 0.3);
}
.cid-tB7w5Dvaxi .navbar:not(.navbar-short) {
  border-bottom: none;
}
.cid-tB7w5Dvaxi .navbar.opened {
  transition: all 0.3s;
}
.cid-tB7w5Dvaxi .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tB7w5Dvaxi .navbar .navbar-logo img {
  width: auto;
}
.cid-tB7w5Dvaxi .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tB7w5Dvaxi .navbar.collapsed {
  justify-content: center;
}
.cid-tB7w5Dvaxi .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tB7w5Dvaxi .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tB7w5Dvaxi .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.5rem);
  }
}
.cid-tB7w5Dvaxi .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tB7w5Dvaxi .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tB7w5Dvaxi .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tB7w5Dvaxi .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tB7w5Dvaxi .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tB7w5Dvaxi .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tB7w5Dvaxi .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tB7w5Dvaxi .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tB7w5Dvaxi .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tB7w5Dvaxi .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tB7w5Dvaxi .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tB7w5Dvaxi .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tB7w5Dvaxi .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tB7w5Dvaxi .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tB7w5Dvaxi .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tB7w5Dvaxi .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tB7w5Dvaxi .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tB7w5Dvaxi .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tB7w5Dvaxi .navbar.navbar-short {
  min-height: 90px;
}
.cid-tB7w5Dvaxi .navbar.navbar-short .navbar-logo img {
  height: 4.2rem !important;
}
.cid-tB7w5Dvaxi .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
@media (max-width: 575px) {
  .cid-tB7w5Dvaxi .navbar {
    min-height: 80px;
  }
}
.cid-tB7w5Dvaxi .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  padding-right: 15px;
  padding-left: 15px;
}
.cid-tB7w5Dvaxi .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tB7w5Dvaxi .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 575px) {
  .cid-tB7w5Dvaxi .navbar-brand {
    min-height: 69px;
  }
}
.cid-tB7w5Dvaxi .dropdown-item.active,
.cid-tB7w5Dvaxi .dropdown-item:active {
  background-color: transparent;
}
.cid-tB7w5Dvaxi .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tB7w5Dvaxi .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tB7w5Dvaxi .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tB7w5Dvaxi .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1f242e;
}
.cid-tB7w5Dvaxi .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tB7w5Dvaxi .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tB7w5Dvaxi ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tB7w5Dvaxi .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tB7w5Dvaxi button.navbar-toggler {
  display: none;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #171a21, #272c30);
  outline: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-tB7w5Dvaxi button.navbar-toggler:hover {
  transform: scale(1.1);
}
.cid-tB7w5Dvaxi button.navbar-toggler .hamburger {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-tB7w5Dvaxi button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #f9f9fc;
}
.cid-tB7w5Dvaxi button.navbar-toggler .hamburger span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-tB7w5Dvaxi button.navbar-toggler .hamburger span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-tB7w5Dvaxi button.navbar-toggler .hamburger span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-tB7w5Dvaxi button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tB7w5Dvaxi nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tB7w5Dvaxi nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tB7w5Dvaxi nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tB7w5Dvaxi nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tB7w5Dvaxi .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tB7w5Dvaxi a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tB7w5Dvaxi .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-tB7w5Dvaxi .navbar {
    height: 70px;
  }
  .cid-tB7w5Dvaxi .navbar.opened {
    height: auto;
  }
  .cid-tB7w5Dvaxi .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tB7w5Dvaxi .navbar-short {
  min-height: 90px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
  background: #1f242e;
  background: rgba(31, 36, 46, 0.3);
}
@media (max-width: 575px) {
  .cid-tB7w5Dvaxi .navbar-short {
    min-height: 70px;
  }
}
.cid-tB7w5Dvaxi .container-fluid {
  padding: 0 64px;
}
@media (max-width: 1599px) {
  .cid-tB7w5Dvaxi .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .cid-tB7w5Dvaxi .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .cid-tB7w5Dvaxi .container-fluid {
    padding: 0 3px;
  }
}
.cid-tB7w5Dvaxi .navbar-collapse {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-tB7w5Dvaxi .mbr-section-btn .btn {
  padding: 15px 35px;
}
@media (min-width: 992px) {
  .cid-tB7w5Dvaxi .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-tB7w5Dvaxi .container-fluid {
  flex-wrap: wrap;
}
.cid-tB7w5Dvaxi button.navbar-toggler {
  display: flex;
}
.cid-tB7w5Dvaxi .navbar-brand {
  width: auto !important;
}
.cid-tB7w5Dvaxi .navbar-collapse {
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.cid-tB7w5Dvaxi .navbar-collapse .nav-item {
  margin: 8px 0 !important;
}
.cid-tB7w5Dvaxi .navbar-collapse .nav-item .nav-link {
  margin: 0 !important;
  padding: 0 !important;
  transition: 0.3s all;
  opacity: 1;
  justify-content: left;
}
.cid-tB7w5Dvaxi .navbar-collapse .nav-item .nav-link:hover {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-tB7w5Dvaxi .icons-menu {
  margin-top: 10px;
  justify-content: left;
}
.cid-tB7w5Dvaxi .navbar-buttons {
  margin-top: 20px;
  text-align: left;
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
@media (max-width: 991px) {
  .cid-tB7w5Dvaxi .container-fluid {
    flex-wrap: wrap;
  }
  .cid-tB7w5Dvaxi button.navbar-toggler {
    display: flex;
  }
  .cid-tB7w5Dvaxi .navbar-brand {
    width: auto !important;
  }
  .cid-tB7w5Dvaxi .navbar-collapse {
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
  .cid-tB7w5Dvaxi .navbar-collapse .nav-item {
    margin: 8px 0 !important;
  }
  .cid-tB7w5Dvaxi .navbar-collapse .nav-item .nav-link {
    margin: 0 !important;
    padding: 0 !important;
    transition: 0.3s all;
    opacity: 1;
    justify-content: left;
  }
  .cid-tB7w5Dvaxi .navbar-collapse .nav-item .nav-link:hover {
    opacity: 1;
    color: #FFFFFF !important;
  }
  .cid-tB7w5Dvaxi .icons-menu {
    margin-top: 10px;
    justify-content: left;
  }
  .cid-tB7w5Dvaxi .navbar-buttons {
    margin-top: 20px;
    text-align: left;
    margin-left: -0.6rem;
    margin-right: -0.6rem;
  }
}
.cid-tVTCcxLBah {
  background-image: url("../../../assets/images/dsc06816-2000x1127.jpg");
}
.cid-tVTCcxLBah .mbr-fallback-image.disabled {
  display: none;
}
.cid-tVTCcxLBah .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tVTCcxLBah .title-wrapper {
  padding: 50px 80px 0 0;
}
@media (max-width: 992px) {
  .cid-tVTCcxLBah .title-wrapper {
    margin-bottom: 32px;
    padding: 0;
  }
}
.cid-tVTCcxLBah .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-tVTCcxLBah .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-tVTCcxLBah .title-wrapper .mbr-section-btn {
  position: relative;
}
.cid-tVTCcxLBah .title-wrapper .mbr-section-btn::before {
  content: '';
  position: absolute;
  left: 3rem;
  top: -3rem;
  border-radius: 100%;
  width: 200px;
  height: 200px;
  filter: blur(25px) blur(25px);
  background-color: #f9f9fc;
}
.cid-tVTCcxLBah .title-wrapper .mbr-section-btn .btn {
  position: relative;
  z-index: 1;
  min-height: 77px;
  min-width: 280px;
}
@media (max-width: 992px) {
  .cid-tVTCcxLBah .title-wrapper .mbr-section-btn .btn {
    min-height: 71px;
    min-width: 250px;
  }
}
.cid-tVTCcxLBah .image-wrapper {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
.cid-tVTCcxLBah .image-wrapper::before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 100%;
  width: 400px;
  height: 400px;
  filter: blur(35px) blur(35px);
  background-color: #f9f9fc;
}
@media (max-width: 992px) {
  .cid-tVTCcxLBah .image-wrapper::before {
    width: 250px;
    height: 250px;
  }
}
.cid-tVTCcxLBah .image-wrapper::after {
  content: '';
  position: absolute;
  right: .3rem;
  bottom: -3rem;
  border-radius: 100%;
  border: 2px solid #f2f2f2;
  width: 550px;
  height: 550px;
  background-color: transparent;
}
@media (max-width: 992px) {
  .cid-tVTCcxLBah .image-wrapper::after {
    width: 250px;
    height: 250px;
  }
}
@media (max-width: 768px) {
  .cid-tVTCcxLBah .image-wrapper::after {
    display: none;
  }
}
.cid-tVTCcxLBah .image-wrapper img {
  border-radius: 10px;
  box-shadow: 6px 6px 20px #1e2024;
}
.cid-tVTCcxLBah .image-wrapper .image_1 {
  width: 250px;
  max-height: 250px;
  object-fit: cover;
  z-index: 2;
  position: relative;
  transform: rotate(5deg);
}
@media (max-width: 768px) {
  .cid-tVTCcxLBah .image-wrapper .image_1 {
    width: 100%;
    height: 250px;
    margin: 0 0 32px 0;
  }
}
.cid-tVTCcxLBah .image-wrapper .image_2 {
  display: block;
  max-width: 300px;
  height: 300px;
  object-fit: cover;
  margin: 1rem 0 0 auto;
  z-index: 2;
  position: relative;
  transform: rotate(18deg);
}
@media (max-width: 768px) {
  .cid-tVTCcxLBah .image-wrapper .image_2 {
    width: 100%;
    height: 250px;
    transform: rotate(5deg);
    margin: 0 0 32px 0;
  }
}
.cid-tVTCcxLBah .image-wrapper .image_3 {
  width: 250px;
  height: 250px;
  margin: 0 0 0 -2rem;
  object-fit: cover;
  z-index: 1;
  transform: rotate(-5deg);
}
@media (max-width: 768px) {
  .cid-tVTCcxLBah .image-wrapper .image_3 {
    width: 100%;
    height: 250px;
    margin: 0 0 32px 0;
  }
}
.cid-tVTCcxLBah .image-wrapper .image_4 {
  width: 280px;
  height: 250px;
  margin: 0 0 0 auto;
  object-fit: cover;
  z-index: 2;
  transform: rotate(-2deg);
}
@media (max-width: 768px) {
  .cid-tVTCcxLBah .image-wrapper .image_4 {
    margin: 0;
    width: 100%;
    height: 250px;
  }
}
.cid-tVTCcxLBah .mbr-section-title {
  color: #101511;
}
.cid-tVTCcxLBah .mbr-text {
  color: #6e716f;
}
.cid-tVTCcxLBah .mbr-section-title,
.cid-tVTCcxLBah .mbr-section-btn {
  color: #f9f9fc;
}
.cid-uk6LV3hSI6 {
  background-color: #ffffff;
}
.cid-uk6LV3hSI6 .content {
  display: flex;
  height: 100px;
  justify-content: center;
  align-items: center;
}
.cid-uk6LV3hSI6 .content img {
  width: 43px;
  height: 43px;
  object-fit: cover;
  margin-right: 15px;
}
.cid-uk6LV3hSI6 .content p {
  margin: 0;
}
.cid-uk6LV3hSI6 .mbr-text {
  color: #ffffff;
}
.cid-uk6LHjcUeq {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/dsc06667-1-1805x1017.jpg");
}
.cid-uk6LHjcUeq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uk6LHjcUeq .mbr-section-subtitle {
  width: fit-content;
  position: relative;
  display: inline-block;
  z-index: 2;
}
.cid-uk6LHjcUeq .mbr-section-subtitle:before {
  position: absolute;
  content: '';
  left: 0;
  bottom: 10%;
  width: 100%;
  height: 12px;
  background: #ffa41d;
  z-index: -1;
}
.cid-uk6LHjcUeq img {
  border-radius: 1rem;
}
.cid-uk6LHjcUeq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uk6LHjcUeq .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uk6LHjcUeq .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uk6LHjcUeq .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uk6LHjcUeq .mbr-section-title {
  color: #f9f9fc;
}
.cid-uk6LHjcUeq .mbr-section-subtitle,
.cid-uk6LHjcUeq .subtitle-wrap {
  color: #ffffff;
}
.cid-uk6LHjcUeq .mbr-text,
.cid-uk6LHjcUeq .mbr-section-btn {
  color: #f9f9fc;
}
.cid-tGBIqAq0eA {
  background: #f9f9fc;
  padding-top: 45px;
  padding-bottom: 45px;
}
.cid-tGBIqAq0eA .image-block {
  margin: auto;
  height: 550px;
  overflow: hidden;
  position: relative;
  border-radius: 1rem;
}
.cid-tGBIqAq0eA .image-block:hover img {
  transform: scale(1.1);
}
.cid-tGBIqAq0eA .wrap {
  position: absolute;
  top: 0;
  width: 100%;
  padding: 2rem;
  transition: all 0.3s;
  z-index: 3;
}
.cid-tGBIqAq0eA img {
  width: 100%;
  height: 100%;
  transition: all 2s;
  object-fit: cover;
  border-radius: 1rem;
}
@media (max-width: 992px) {
  .cid-tGBIqAq0eA .image-block {
    height: 400px;
  }
}
@media (max-width: 767px) {
  .cid-tGBIqAq0eA .wrap {
    opacity: 1 !important;
  }
  .cid-tGBIqAq0eA .image-block:before {
    opacity: 0.2 !important;
  }
  .cid-tGBIqAq0eA .sm-pb {
    margin-bottom: 1rem;
  }
}
.cid-tGBIqAq0eA P {
  color: #f9f9fc;
}
.cid-tFVrYkl7s0 {
  padding-top: 5rem;
  padding-bottom: 8rem;
  background: #f9f9fc;
}
.cid-tFVrYkl7s0 .mbr-section-head {
  padding: 0 1rem;
}
.cid-tFVrYkl7s0 .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-tFVrYkl7s0 .team-card:hover {
  transform: translateY(-10px);
}
.cid-tFVrYkl7s0 .card-wrap {
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-tFVrYkl7s0 .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-tFVrYkl7s0 .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-tFVrYkl7s0 .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tFVrYkl7s0 .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-tFVrYkl7s0 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 50%;
  max-width: 40%;
}
@media (max-width: 768px) {
  .cid-tFVrYkl7s0 .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 5px !important;
    margin-right: 5px !important;
  }
}
.cid-tFVrYkl7s0 .embla__button--next,
.cid-tFVrYkl7s0 .embla__button--prev {
  display: flex;
}
.cid-tFVrYkl7s0 .embla__button {
  top: -13%;
  width: 38px;
  height: 38px;
  margin-top: -1.5rem;
  font-size: 14px;
  background-color: transparent;
  color: #ff6c42;
  border: 2px solid #ff6c42;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tFVrYkl7s0 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tFVrYkl7s0 .embla__button:hover {
  background: transparent;
  opacity: .7;
}
.cid-tFVrYkl7s0 .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tFVrYkl7s0 .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 992px) {
  .cid-tFVrYkl7s0 .embla__button {
    top: -10%;
  }
}
.cid-tFVrYkl7s0 .embla {
  position: relative;
  width: 100%;
  margin-top: 53px;
  margin-bottom: -9rem;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-tFVrYkl7s0 .embla {
    margin-top: 80px;
  }
}
.cid-tFVrYkl7s0 .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tFVrYkl7s0 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tFVrYkl7s0 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tFVrYkl7s0 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tFVrYkl7s0 .mbr-section-subtitle {
  margin-bottom: 27px;
  letter-spacing: 0.13em;
  color: #FF4712;
  text-align: center;
}
.cid-tFVrYkl7s0 .mbr-section-title {
  margin-bottom: 15px;
  color: #1f242e;
  text-align: center;
}
.cid-tFVrYkl7s0 .mbr-text {
  margin: 0;
  color: #adaeb1;
  text-align: center;
}
.cid-tFVrYkl7s0 .item-wrapper {
  height: 100%;
}
.cid-tFVrYkl7s0 .item-wrapper .image-wrap {
  height: 100%;
}
.cid-tFVrYkl7s0 .item-wrapper .image-wrap img {
  width: 100%;
  height: 500px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tFVrYkl7s0 .item-wrapper .image-wrap img {
    height: 320px;
  }
}
.cid-tIG1BixVpy {
  background: #f9f9fc;
  padding-top: 105px;
  padding-bottom: 105px;
}
.cid-tIG1BixVpy .image-block {
  margin: auto;
  height: 550px;
  overflow: hidden;
  position: relative;
  border-radius: 1rem;
}
.cid-tIG1BixVpy .image-block:hover img {
  transform: scale(1.1);
}
.cid-tIG1BixVpy .wrap {
  position: absolute;
  top: 0;
  width: 100%;
  padding: 2rem;
  transition: all 0.3s;
  z-index: 3;
}
.cid-tIG1BixVpy img {
  width: 100%;
  height: 100%;
  transition: all 2s;
  object-fit: cover;
  border-radius: 1rem;
}
@media (max-width: 992px) {
  .cid-tIG1BixVpy .image-block {
    height: 400px;
  }
}
@media (max-width: 767px) {
  .cid-tIG1BixVpy .wrap {
    opacity: 1 !important;
  }
  .cid-tIG1BixVpy .image-block:before {
    opacity: 0.2 !important;
  }
  .cid-tIG1BixVpy .sm-pb {
    margin-bottom: 1rem;
  }
}
.cid-tIG1BixVpy P {
  color: #f9f9fc;
}
.cid-tFVscJugMp {
  padding-top: 10rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/dsc01097-2559x1441.jpg");
}
.cid-tFVscJugMp .mbr-section-subtitle {
  margin-bottom: 22px;
  letter-spacing: .13em;
  color: #ffa41d;
}
@media (max-width: 768px) {
  .cid-tFVscJugMp .mbr-section-subtitle {
    margin-bottom: 8px;
  }
}
.cid-tFVscJugMp .mbr-section-title {
  margin-bottom: 0;
  color: #eaeaea;
}
@media (max-width: 768px) {
  .cid-tFVscJugMp .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-tFVscJugMp .mbr-text {
  padding-top: 10px;
  margin-bottom: 0;
  color: #84858a;
}
@media (max-width: 768px) {
  .cid-tFVscJugMp .mbr-text {
    padding: 0;
  }
}
.cid-tFWrNgGBsm {
  padding-top: 2rem;
  padding-bottom: 8rem;
  background: #1f242e;
}
.cid-tFWrNgGBsm .mbr-section-head {
  padding: 0 1rem;
}
.cid-tFWrNgGBsm .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-tFWrNgGBsm .team-card:hover {
  transform: translateY(-10px);
}
.cid-tFWrNgGBsm .card-wrap {
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-tFWrNgGBsm .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-tFWrNgGBsm .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-tFWrNgGBsm .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tFWrNgGBsm .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-tFWrNgGBsm .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 50%;
  max-width: 40%;
}
@media (max-width: 768px) {
  .cid-tFWrNgGBsm .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 5px !important;
    margin-right: 5px !important;
  }
}
.cid-tFWrNgGBsm .embla__button--next,
.cid-tFWrNgGBsm .embla__button--prev {
  display: flex;
}
.cid-tFWrNgGBsm .embla__button {
  top: -13%;
  width: 38px;
  height: 38px;
  margin-top: -1.5rem;
  font-size: 14px;
  background-color: transparent;
  color: #f9f9fc;
  border: 2px solid #f9f9fc;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tFWrNgGBsm .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tFWrNgGBsm .embla__button:hover {
  background: transparent;
  opacity: .7;
}
.cid-tFWrNgGBsm .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tFWrNgGBsm .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 992px) {
  .cid-tFWrNgGBsm .embla__button {
    top: -10%;
  }
}
.cid-tFWrNgGBsm .embla {
  position: relative;
  width: 100%;
  margin-top: 53px;
  margin-bottom: -9rem;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-tFWrNgGBsm .embla {
    margin-top: 80px;
  }
}
.cid-tFWrNgGBsm .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tFWrNgGBsm .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tFWrNgGBsm .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tFWrNgGBsm .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tFWrNgGBsm .mbr-section-subtitle {
  margin-bottom: 27px;
  letter-spacing: 0.13em;
  color: #FF4712;
  text-align: center;
}
.cid-tFWrNgGBsm .mbr-section-title {
  margin-bottom: 15px;
  color: #ffffff;
  text-align: center;
}
.cid-tFWrNgGBsm .mbr-text {
  margin: 0;
  color: #adaeb1;
  text-align: center;
}
.cid-tFWrNgGBsm .item-wrapper {
  height: 100%;
}
.cid-tFWrNgGBsm .item-wrapper .image-wrap {
  height: 100%;
}
.cid-tFWrNgGBsm .item-wrapper .image-wrap img {
  width: 100%;
  height: 500px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tFWrNgGBsm .item-wrapper .image-wrap img {
    height: 320px;
  }
}
.cid-tFWtWxQJ4X {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1f242e;
}
.cid-tFWtWxQJ4X .mbr-section-subtitle {
  margin-bottom: 22px;
  letter-spacing: .13em;
  color: #FF4712;
}
@media (max-width: 768px) {
  .cid-tFWtWxQJ4X .mbr-section-subtitle {
    margin-bottom: 8px;
  }
}
.cid-tFWtWxQJ4X .mbr-section-title {
  margin-bottom: 0;
  color: #20232a;
}
@media (max-width: 768px) {
  .cid-tFWtWxQJ4X .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-tFWtWxQJ4X .mbr-text {
  padding-top: 10px;
  margin-bottom: 0;
  color: #84858a;
}
@media (max-width: 768px) {
  .cid-tFWtWxQJ4X .mbr-text {
    padding: 0;
  }
}
.cid-uk6MsYT2ys {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #ffc772;
  position: relative;
}
.cid-uk6MsYT2ys::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 40%;
  width: 100%;
  background-color: #f7f7f7;
}
.cid-uk6MsYT2ys .container-fluid {
  padding: 0;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uk6MsYT2ys .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uk6MsYT2ys .container {
    padding: 0 25px;
  }
}
.cid-uk6MsYT2ys .title-wrapper {
  padding: 0 45px;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uk6MsYT2ys .title-wrapper {
    padding: 0 25px;
  }
}
.cid-uk6MsYT2ys .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uk6MsYT2ys .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uk6MsYT2ys .item:focus,
.cid-uk6MsYT2ys span:focus {
  outline: none;
}
.cid-uk6MsYT2ys .item-wrapper {
  position: relative;
}
.cid-uk6MsYT2ys .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 810px;
  max-width: 810px;
}
@media (max-width: 992px) {
  .cid-uk6MsYT2ys .embla__slide {
    min-width: 710px;
    max-width: 710px;
  }
}
@media (max-width: 767px) {
  .cid-uk6MsYT2ys .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uk6MsYT2ys .embla__slide .slide-content {
  width: 100%;
  border-radius: 0 !important;
}
.cid-uk6MsYT2ys .embla__slide .slide-content .item-wrapper .item-img img {
  height: 450px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uk6MsYT2ys .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uk6MsYT2ys .embla__button--next,
.cid-uk6MsYT2ys .embla__button--prev {
  display: flex;
}
.cid-uk6MsYT2ys .embla__button {
  bottom: 0;
  width: 40px;
  height: 40px;
  margin-top: -1.5rem;
  font-size: 20px;
  background-color: #1f242e !important;
  color: #ffb649 !important;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uk6MsYT2ys .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uk6MsYT2ys .embla__button.embla__button--prev {
  left: 45%;
}
@media (max-width: 768px) {
  .cid-uk6MsYT2ys .embla__button.embla__button--prev {
    left: 25px;
  }
}
.cid-uk6MsYT2ys .embla__button.embla__button--prev:hover {
  box-shadow: inset -40px 0 0 0 #ffb649 !important;
  color: #1f242e !important;
}
.cid-uk6MsYT2ys .embla__button.embla__button--next {
  right: 45%;
}
@media (max-width: 768px) {
  .cid-uk6MsYT2ys .embla__button.embla__button--next {
    right: 25px;
  }
}
.cid-uk6MsYT2ys .embla__button.embla__button--next:hover {
  box-shadow: inset 40px 0 0 0 #ffb649 !important;
  color: #1f242e !important;
}
.cid-uk6MsYT2ys .embla {
  position: relative;
  width: 100%;
  padding-bottom: 6rem;
}
.cid-uk6MsYT2ys .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uk6MsYT2ys .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uk6MsYT2ys .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uk6MsYT2ys .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uk6MsYT2ys .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uk6MsYT2ys .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-tVTyo470mA {
  padding-top: 5rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-tVTyo470mA .item:focus,
.cid-tVTyo470mA span:focus {
  outline: none;
}
.cid-tVTyo470mA .item-wrapper {
  position: relative;
}
.cid-tVTyo470mA .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tVTyo470mA .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-tVTyo470mA .container {
    padding: 0 24px;
  }
}
.cid-tVTyo470mA .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 570px;
  max-width: 570px;
}
@media (max-width: 767px) {
  .cid-tVTyo470mA .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-tVTyo470mA .embla__slide .slide-content {
  width: 100%;
}
.cid-tVTyo470mA .embla__slide .slide-content .item-wrapper {
  padding: 30px;
  border-radius: .5rem !important;
  position: relative;
  overflow: hidden;
}
.cid-tVTyo470mA .embla__slide .slide-content .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background-color: #ffffff;
  opacity: .2;
  width: 100%;
  height: 100%;
}
.cid-tVTyo470mA .embla__slide .slide-content .item-wrapper .item-img {
  position: relative;
  z-index: 1;
}
.cid-tVTyo470mA .embla__slide .slide-content .item-wrapper .item-img img {
  height: 400px;
  object-fit: cover;
}
.cid-tVTyo470mA .embla__button--next,
.cid-tVTyo470mA .embla__button--prev {
  display: flex;
}
.cid-tVTyo470mA .embla__button {
  bottom: 0;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 21px;
  background-color: #3998d8 !important;
  color: #1e2024;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-tVTyo470mA .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tVTyo470mA .embla__button:hover {
  opacity: .85 !important;
  color: #ffa41d !important;
}
.cid-tVTyo470mA .embla__button.embla__button--prev {
  left: 32px;
}
.cid-tVTyo470mA .embla__button.embla__button--next {
  right: 32px;
}
.cid-tVTyo470mA .embla {
  position: relative;
  width: 100%;
  padding-bottom: 6rem;
}
.cid-tVTyo470mA .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-tVTyo470mA .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tVTyo470mA .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tVTyo470mA .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tB7LA3f1vE {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #1b2028;
}
.cid-tB7LA3f1vE .mbr-fallback-image.disabled {
  display: none;
}
.cid-tB7LA3f1vE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tB7LA3f1vE .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-tB7LA3f1vE .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-tB7LA3f1vE .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-tB7LA3f1vE .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-tB7LA3f1vE .container {
    max-width: 100%;
  }
  .cid-tB7LA3f1vE .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-tB7LA3f1vE .item-wrap {
  width: 100%;
}
.cid-tB7LA3f1vE .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-tB7LA3f1vE .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tB7LA3f1vE .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tB7LA3f1vE .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tB7LA3f1vE .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-tB7LA3f1vE .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tB7LA3f1vE .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-tB7LA3f1vE .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-tB7LA3f1vE .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1f242e, #171a21);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-tB7LA3f1vE .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-tB7LA3f1vE .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #ffa41d;
}
.cid-tB7LA3f1vE .soc-item:hover {
  transform: translateY(-3px);
}
.cid-tB7LA3f1vE .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tB7LA3f1vE .col-links {
    padding-top: 20px;
  }
}
.cid-tB7LA3f1vE .mbr-section-subtitle {
  color: #ffa41d;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .cid-tB7LA3f1vE .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-tB7LA3f1vE .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #C4CFDE;
  transition: 0.4s all;
}
@media (max-width: 575px) {
  .cid-tB7LA3f1vE .list {
    text-align: center !important;
  }
}
.cid-tB7LA3f1vE .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-tB7LA3f1vE .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-tB7LA3f1vE .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-tB7LA3f1vE .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ffa41d;
  transition: 0.4s all;
}
.cid-tB7LA3f1vE .list a:hover {
  color: #ffa41d !important;
  line-height: inherit !important;
}
.cid-tB7LA3f1vE .list a:hover:before {
  width: 100%;
}
.cid-tB7LA3f1vE .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-tB7LA3f1vE .col-copyright {
    padding-top: 40px;
  }
}
.cid-tB7LA3f1vE .border-item {
  width: 100%;
  height: 1px;
  background-color: #ffa41d;
}
.cid-tB7LA3f1vE .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
.cid-tB7w5Dvaxi .navbar-dropdown {
  position: relative !important;
}
.cid-tB7w5Dvaxi .navbar-dropdown {
  position: absolute !important;
}
.cid-tB7w5Dvaxi .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-tB7w5Dvaxi .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tB7w5Dvaxi .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tB7w5Dvaxi .dropdown-item:hover,
.cid-tB7w5Dvaxi .dropdown-item:focus {
  background: #ffa41d !important;
  color: white !important;
}
.cid-tB7w5Dvaxi .dropdown-item:hover span {
  color: white;
}
.cid-tB7w5Dvaxi .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tB7w5Dvaxi .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tB7w5Dvaxi .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tB7w5Dvaxi .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tB7w5Dvaxi .nav-link {
  position: relative;
}
.cid-tB7w5Dvaxi .container {
  display: flex;
  margin: auto;
}
.cid-tB7w5Dvaxi .iconfont-wrapper {
  color: #ffa41d !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tB7w5Dvaxi .navbar-nav .nav-item {
  margin: 10px 14px !important;
}
.cid-tB7w5Dvaxi .navbar-nav .nav-item .nav-link {
  margin: 5px 10px !important;
  padding: 0 !important;
  transition: 0.3s all;
  opacity: 0.5;
}
.cid-tB7w5Dvaxi .navbar-nav .nav-item .nav-link:hover,
.cid-tB7w5Dvaxi .navbar-nav .nav-item .nav-link:focus,
.cid-tB7w5Dvaxi .navbar-nav .nav-item .nav-link:active {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-tB7w5Dvaxi .dropdown-menu,
.cid-tB7w5Dvaxi .navbar.opened {
  background: #1f242e !important;
}
.cid-tB7w5Dvaxi .nav-item:focus,
.cid-tB7w5Dvaxi .nav-link:focus {
  outline: none;
}
.cid-tB7w5Dvaxi .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tB7w5Dvaxi .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tB7w5Dvaxi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tB7w5Dvaxi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tB7w5Dvaxi .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tB7w5Dvaxi .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tB7w5Dvaxi .navbar {
  min-height: 122px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  padding: 0 !important;
  box-shadow: none !important;
  background: #1f242e;
  background: rgba(31, 36, 46, 0.3);
}
.cid-tB7w5Dvaxi .navbar:not(.navbar-short) {
  border-bottom: none;
}
.cid-tB7w5Dvaxi .navbar.opened {
  transition: all 0.3s;
}
.cid-tB7w5Dvaxi .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tB7w5Dvaxi .navbar .navbar-logo img {
  width: auto;
}
.cid-tB7w5Dvaxi .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tB7w5Dvaxi .navbar.collapsed {
  justify-content: center;
}
.cid-tB7w5Dvaxi .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tB7w5Dvaxi .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tB7w5Dvaxi .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.5rem);
  }
}
.cid-tB7w5Dvaxi .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tB7w5Dvaxi .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tB7w5Dvaxi .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tB7w5Dvaxi .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tB7w5Dvaxi .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tB7w5Dvaxi .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tB7w5Dvaxi .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tB7w5Dvaxi .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tB7w5Dvaxi .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tB7w5Dvaxi .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tB7w5Dvaxi .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tB7w5Dvaxi .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tB7w5Dvaxi .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tB7w5Dvaxi .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tB7w5Dvaxi .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tB7w5Dvaxi .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tB7w5Dvaxi .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tB7w5Dvaxi .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tB7w5Dvaxi .navbar.navbar-short {
  min-height: 90px;
}
.cid-tB7w5Dvaxi .navbar.navbar-short .navbar-logo img {
  height: 4.2rem !important;
}
.cid-tB7w5Dvaxi .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
@media (max-width: 575px) {
  .cid-tB7w5Dvaxi .navbar {
    min-height: 80px;
  }
}
.cid-tB7w5Dvaxi .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  padding-right: 15px;
  padding-left: 15px;
}
.cid-tB7w5Dvaxi .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tB7w5Dvaxi .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 575px) {
  .cid-tB7w5Dvaxi .navbar-brand {
    min-height: 69px;
  }
}
.cid-tB7w5Dvaxi .dropdown-item.active,
.cid-tB7w5Dvaxi .dropdown-item:active {
  background-color: transparent;
}
.cid-tB7w5Dvaxi .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tB7w5Dvaxi .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tB7w5Dvaxi .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tB7w5Dvaxi .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1f242e;
}
.cid-tB7w5Dvaxi .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tB7w5Dvaxi .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tB7w5Dvaxi ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tB7w5Dvaxi .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tB7w5Dvaxi button.navbar-toggler {
  display: none;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #171a21, #272c30);
  outline: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-tB7w5Dvaxi button.navbar-toggler:hover {
  transform: scale(1.1);
}
.cid-tB7w5Dvaxi button.navbar-toggler .hamburger {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-tB7w5Dvaxi button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #f9f9fc;
}
.cid-tB7w5Dvaxi button.navbar-toggler .hamburger span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-tB7w5Dvaxi button.navbar-toggler .hamburger span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-tB7w5Dvaxi button.navbar-toggler .hamburger span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-tB7w5Dvaxi button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tB7w5Dvaxi nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tB7w5Dvaxi nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tB7w5Dvaxi nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tB7w5Dvaxi nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tB7w5Dvaxi .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tB7w5Dvaxi a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tB7w5Dvaxi .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-tB7w5Dvaxi .navbar {
    height: 70px;
  }
  .cid-tB7w5Dvaxi .navbar.opened {
    height: auto;
  }
  .cid-tB7w5Dvaxi .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tB7w5Dvaxi .navbar-short {
  min-height: 90px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
  background: #1f242e;
  background: rgba(31, 36, 46, 0.3);
}
@media (max-width: 575px) {
  .cid-tB7w5Dvaxi .navbar-short {
    min-height: 70px;
  }
}
.cid-tB7w5Dvaxi .container-fluid {
  padding: 0 64px;
}
@media (max-width: 1599px) {
  .cid-tB7w5Dvaxi .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .cid-tB7w5Dvaxi .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .cid-tB7w5Dvaxi .container-fluid {
    padding: 0 3px;
  }
}
.cid-tB7w5Dvaxi .navbar-collapse {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-tB7w5Dvaxi .mbr-section-btn .btn {
  padding: 15px 35px;
}
@media (min-width: 992px) {
  .cid-tB7w5Dvaxi .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-tB7w5Dvaxi .container-fluid {
  flex-wrap: wrap;
}
.cid-tB7w5Dvaxi button.navbar-toggler {
  display: flex;
}
.cid-tB7w5Dvaxi .navbar-brand {
  width: auto !important;
}
.cid-tB7w5Dvaxi .navbar-collapse {
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.cid-tB7w5Dvaxi .navbar-collapse .nav-item {
  margin: 8px 0 !important;
}
.cid-tB7w5Dvaxi .navbar-collapse .nav-item .nav-link {
  margin: 0 !important;
  padding: 0 !important;
  transition: 0.3s all;
  opacity: 1;
  justify-content: left;
}
.cid-tB7w5Dvaxi .navbar-collapse .nav-item .nav-link:hover {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-tB7w5Dvaxi .icons-menu {
  margin-top: 10px;
  justify-content: left;
}
.cid-tB7w5Dvaxi .navbar-buttons {
  margin-top: 20px;
  text-align: left;
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
@media (max-width: 991px) {
  .cid-tB7w5Dvaxi .container-fluid {
    flex-wrap: wrap;
  }
  .cid-tB7w5Dvaxi button.navbar-toggler {
    display: flex;
  }
  .cid-tB7w5Dvaxi .navbar-brand {
    width: auto !important;
  }
  .cid-tB7w5Dvaxi .navbar-collapse {
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
  .cid-tB7w5Dvaxi .navbar-collapse .nav-item {
    margin: 8px 0 !important;
  }
  .cid-tB7w5Dvaxi .navbar-collapse .nav-item .nav-link {
    margin: 0 !important;
    padding: 0 !important;
    transition: 0.3s all;
    opacity: 1;
    justify-content: left;
  }
  .cid-tB7w5Dvaxi .navbar-collapse .nav-item .nav-link:hover {
    opacity: 1;
    color: #FFFFFF !important;
  }
  .cid-tB7w5Dvaxi .icons-menu {
    margin-top: 10px;
    justify-content: left;
  }
  .cid-tB7w5Dvaxi .navbar-buttons {
    margin-top: 20px;
    text-align: left;
    margin-left: -0.6rem;
    margin-right: -0.6rem;
  }
}
.cid-tG0RdZ9BVn {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/dsc06839-2000x1127.png");
}
.cid-tG0RdZ9BVn .mbr-section-subtitle {
  margin-bottom: 23px;
  letter-spacing: .13em;
  color: #ffa41d;
}
@media (max-width: 992px) {
  .cid-tG0RdZ9BVn .mbr-section-subtitle {
    margin-bottom: 15px;
  }
}
.cid-tG0RdZ9BVn .mbr-section-title {
  margin-bottom: 0;
  color: #FFFFFF;
}
@media (max-width: 992px) {
  .cid-tG0RdZ9BVn .mbr-section-title {
    margin-bottom: 17px;
  }
}
.cid-tG0RdZ9BVn .mbr-text {
  margin-bottom: 0;
  color: #ffffff;
}
.cid-tG0RdZ9BVn .cards {
  margin: 112px 0 0 0;
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tG0RdZ9BVn .cards {
    margin: 70px 0 0 0;
    flex-direction: column;
    align-items: center;
  }
}
.cid-tG0RdZ9BVn .cards .image-card {
  width: 423px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-tG0RdZ9BVn .cards .image-card {
    margin: 0 0 30px 0;
  }
}
.cid-tG0RdZ9BVn .cards .image-card img {
  width: 240px;
  height: 240px;
  object-fit: cover;
}
.cid-tG0RdZ9BVn .cards .image-card .image-card-text {
  width: 58%;
}
.cid-tG0RdZ9BVn .cards .image-card .image-card-text .mbr-image-text {
  margin: 46px 0 0 0;
}
@media (max-width: 992px) {
  .cid-tG0RdZ9BVn .cards .image-card .image-card-text .mbr-image-text {
    margin: 23px 0 0 0;
  }
}
.cid-tG0RdZ9BVn .cards .image-card:not(:first-child) {
  margin-left: 30px;
}
@media (max-width: 992px) {
  .cid-tG0RdZ9BVn .cards .image-card:not(:first-child) {
    margin-left: 0;
  }
}
.cid-tG0RdZ9BVn .mbr-image-text {
  color: #ffffff;
  text-align: center;
}
.cid-tG0UcB8EvZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f9f9fc;
}
.cid-tG0UcB8EvZ .mbr-section-subtitle {
  margin-bottom: 22px;
  letter-spacing: .13em;
  color: #FF4712;
}
@media (max-width: 768px) {
  .cid-tG0UcB8EvZ .mbr-section-subtitle {
    margin-bottom: 8px;
  }
}
.cid-tG0UcB8EvZ .mbr-section-title {
  margin-bottom: 0;
  color: #20232a;
}
@media (max-width: 768px) {
  .cid-tG0UcB8EvZ .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-tG0UcB8EvZ .mbr-text {
  padding-top: 10px;
  margin-bottom: 0;
  color: #84858a;
}
@media (max-width: 768px) {
  .cid-tG0UcB8EvZ .mbr-text {
    padding: 0;
  }
}
.cid-tG0TnJhKo7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1f242e;
}
.cid-tG0TnJhKo7 img,
.cid-tG0TnJhKo7 .item-img {
  width: 100%;
}
.cid-tG0TnJhKo7 .item:focus,
.cid-tG0TnJhKo7 span:focus {
  outline: none;
}
.cid-tG0TnJhKo7 .slide-content {
  width: 100%;
  height: 460px;
  position: relative;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
@media (max-width: 992px) {
  .cid-tG0TnJhKo7 .slide-content {
    margin-bottom: 30px;
  }
}
.cid-tG0TnJhKo7 .slide-content img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
  transform: scale(1, 1);
  transition: all .4s ease;
}
.cid-tG0TnJhKo7 .card-link {
  position: relative;
  height: 100%;
  z-index: 1;
  transition: all .4s ease;
  pointer-events: none;
}
.cid-tG0TnJhKo7 .card-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 36px 40px;
}
@media (max-width: 425px) {
  .cid-tG0TnJhKo7 .card-wrapper {
    padding: 29px;
  }
}
.cid-tG0TnJhKo7 .card-wrapper .card-button {
  width: 100%;
}
.cid-tG0TnJhKo7 .card-wrapper .card-button .mbr-button {
  width: 98px;
  height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding-top: 4px;
  margin: 0;
  border-radius: 15px;
  letter-spacing: .72px;
  background: #ff4712;
  pointer-events: visible;
  transition: all .4s ease;
}
.cid-tG0TnJhKo7 .card-wrapper .card-text-main .mbr-card-title {
  margin: 0;
  pointer-events: visible;
}
.cid-tG0TnJhKo7 .card-wrapper .card-text-main .card-text-date {
  margin-top: 15px;
}
.cid-tG0TnJhKo7 .card-wrapper .card-text-main .card-text-date .mbr-date {
  margin: 0;
  opacity: .85;
  pointer-events: visible;
  display: inline-flex;
  align-items: center;
}
.cid-tG0TnJhKo7 .card-wrapper .card-text-main .card-text-date .mbr-date span {
  margin-right: 13px;
  color: #ffa41d;
  pointer-events: visible;
}
.cid-tG0TnJhKo7 .slide-content:hover img {
  transform: scale(1.1, 1.1);
}
.cid-tG0TnJhKo7 .slide-content:hover .mbr-button {
  background: #20232a;
}
.cid-tG0TnJhKo7 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 410px;
  max-width: 410px;
}
@media (max-width: 768px) {
  .cid-tG0TnJhKo7 .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tG0TnJhKo7 .embla__button--next,
.cid-tG0TnJhKo7 .embla__button--prev {
  display: flex;
}
.cid-tG0TnJhKo7 .embla__button {
  width: 38px;
  height: 38px;
  margin-top: -1.5rem;
  font-size: 14px;
  background-color: transparent;
  color: #834e00;
  border: 2px solid #e98b00;
  border-radius: 50%;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -20%;
}
@media (max-width: 992px) {
  .cid-tG0TnJhKo7 .embla__button {
    top: -5%;
  }
}
@media (max-width: 768px) {
  .cid-tG0TnJhKo7 .embla__button {
    top: -8%;
  }
}
.cid-tG0TnJhKo7 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tG0TnJhKo7 .embla__button:hover {
  background: transparent;
  color: #ffa41d;
}
.cid-tG0TnJhKo7 .embla__button.embla__button--prev {
  right: 2.6rem;
}
@media (max-width: 768px) {
  .cid-tG0TnJhKo7 .embla__button.embla__button--prev {
    left: 0;
  }
}
.cid-tG0TnJhKo7 .embla__button.embla__button--next {
  right: 0;
}
@media (max-width: 768px) {
  .cid-tG0TnJhKo7 .embla__button.embla__button--next {
    left: 2.6rem;
  }
}
.cid-tG0TnJhKo7 .embla {
  position: relative;
  width: 100%;
  margin-top: 45px;
}
@media (max-width: 992px) {
  .cid-tG0TnJhKo7 .embla {
    margin-top: 88px;
  }
}
.cid-tG0TnJhKo7 .embla__viewport {
  overflow: hidden;
  width: 120%;
  padding: 0;
}
.cid-tG0TnJhKo7 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tG0TnJhKo7 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tG0TnJhKo7 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tG0TnJhKo7 .mbr-section-title {
  margin-bottom: 20px;
  color: #20232a;
  text-align: left;
}
.cid-tG0TnJhKo7 .mbr-section-subtitle {
  margin-bottom: 22px;
  letter-spacing: .13em;
  color: #ffa41d;
  text-align: left;
}
@media (max-width: 992px) {
  .cid-tG0TnJhKo7 .mbr-section-subtitle {
    margin-bottom: 8px;
  }
}
.cid-tG0TnJhKo7 .mbr-text {
  margin: 55px 0 0 0;
  color: #84858a;
  text-align: left;
}
@media (max-width: 992px) {
  .cid-tG0TnJhKo7 .mbr-text {
    margin: 0;
  }
}
.cid-tG0TnJhKo7 .mbr-button {
  color: #FFFFFF;
}
.cid-tG0TnJhKo7 .mbr-card-title {
  color: #FFFFFF;
}
.cid-tG0TnJhKo7 .mbr-date {
  color: #fafafa;
}
.cid-tG0TnJhKo7 .mbr-card-title,
.cid-tG0TnJhKo7 .card-button,
.cid-tG0TnJhKo7 .card-text-date {
  text-align: left;
}
.cid-tG0TnJhKo7 .mbr-section-title,
.cid-tG0TnJhKo7 .mbr-section-btn {
  color: #f9f9fc;
}
.cid-tG1d995Y61 {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/dsc01030-2000x1127.jpg");
}
.cid-tG1d995Y61 .mbr-section-head {
  padding: 0 1rem;
}
.cid-tG1d995Y61 .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-tG1d995Y61 .team-card:hover {
  transform: translateY(-10px);
}
.cid-tG1d995Y61 .card-wrap {
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-tG1d995Y61 .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-tG1d995Y61 .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-tG1d995Y61 .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tG1d995Y61 .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-tG1d995Y61 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 50%;
  max-width: 40%;
}
@media (max-width: 768px) {
  .cid-tG1d995Y61 .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 5px !important;
    margin-right: 5px !important;
  }
}
.cid-tG1d995Y61 .embla__button--next,
.cid-tG1d995Y61 .embla__button--prev {
  display: flex;
}
.cid-tG1d995Y61 .embla__button {
  top: -13%;
  width: 38px;
  height: 38px;
  margin-top: -1.5rem;
  font-size: 14px;
  background-color: transparent;
  color: #ffa41d;
  border: 2px solid #ffa41d;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tG1d995Y61 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tG1d995Y61 .embla__button:hover {
  background: transparent;
  opacity: .7;
}
.cid-tG1d995Y61 .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tG1d995Y61 .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 992px) {
  .cid-tG1d995Y61 .embla__button {
    top: -10%;
  }
}
.cid-tG1d995Y61 .embla {
  position: relative;
  width: 100%;
  margin-top: 52px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-tG1d995Y61 .embla {
    margin-top: 80px;
  }
}
.cid-tG1d995Y61 .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tG1d995Y61 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tG1d995Y61 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tG1d995Y61 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tG1d995Y61 .mbr-section-subtitle {
  margin-bottom: 27px;
  letter-spacing: 0.13em;
  color: #FF4712;
  text-align: center;
}
.cid-tG1d995Y61 .mbr-section-title {
  margin-bottom: 16px;
  color: #ffffff;
  text-align: center;
}
.cid-tG1d995Y61 .mbr-text {
  margin: 0;
  color: #EAEAEA;
  text-align: center;
}
.cid-tG1d995Y61 .mbr-text ul {
  list-style-position: inside;
  display: flex;
  justify-content: center;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tG1d995Y61 .mbr-text ul {
    display: block;
  }
}
.cid-tG1d995Y61 .mbr-text ul li {
  padding: 0 3rem;
}
@media (max-width: 992px) {
  .cid-tG1d995Y61 .mbr-text ul li {
    margin-top: 10px;
    margin-left: 0;
  }
}
.cid-tG1d995Y61 .mbr-text ul li::marker {
  color: #ffa41d;
  font-size: 18px;
}
.cid-tG1d995Y61 .item-wrapper {
  height: 100%;
}
.cid-tG1d995Y61 .item-wrapper .image-wrap {
  height: 100%;
}
.cid-tG1d995Y61 .item-wrapper .image-wrap img {
  width: 100%;
  height: 420px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tG1d995Y61 .item-wrapper .image-wrap img {
    height: 320px;
  }
}
.cid-tG0U3v987L {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f9f9fc;
}
.cid-tG0U3v987L .mbr-section-subtitle {
  margin-bottom: 22px;
  letter-spacing: .13em;
  color: #FF4712;
}
@media (max-width: 768px) {
  .cid-tG0U3v987L .mbr-section-subtitle {
    margin-bottom: 8px;
  }
}
.cid-tG0U3v987L .mbr-section-title {
  margin-bottom: 0;
  color: #20232a;
}
@media (max-width: 768px) {
  .cid-tG0U3v987L .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-tG0U3v987L .mbr-text {
  padding-top: 10px;
  margin-bottom: 0;
  color: #84858a;
}
@media (max-width: 768px) {
  .cid-tG0U3v987L .mbr-text {
    padding: 0;
  }
}
.cid-tB7LA3f1vE {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #1b2028;
}
.cid-tB7LA3f1vE .mbr-fallback-image.disabled {
  display: none;
}
.cid-tB7LA3f1vE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tB7LA3f1vE .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-tB7LA3f1vE .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-tB7LA3f1vE .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-tB7LA3f1vE .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-tB7LA3f1vE .container {
    max-width: 100%;
  }
  .cid-tB7LA3f1vE .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-tB7LA3f1vE .item-wrap {
  width: 100%;
}
.cid-tB7LA3f1vE .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-tB7LA3f1vE .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tB7LA3f1vE .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tB7LA3f1vE .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tB7LA3f1vE .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-tB7LA3f1vE .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tB7LA3f1vE .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-tB7LA3f1vE .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-tB7LA3f1vE .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1f242e, #171a21);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-tB7LA3f1vE .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-tB7LA3f1vE .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #ffa41d;
}
.cid-tB7LA3f1vE .soc-item:hover {
  transform: translateY(-3px);
}
.cid-tB7LA3f1vE .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tB7LA3f1vE .col-links {
    padding-top: 20px;
  }
}
.cid-tB7LA3f1vE .mbr-section-subtitle {
  color: #ffa41d;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .cid-tB7LA3f1vE .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-tB7LA3f1vE .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #C4CFDE;
  transition: 0.4s all;
}
@media (max-width: 575px) {
  .cid-tB7LA3f1vE .list {
    text-align: center !important;
  }
}
.cid-tB7LA3f1vE .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-tB7LA3f1vE .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-tB7LA3f1vE .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-tB7LA3f1vE .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ffa41d;
  transition: 0.4s all;
}
.cid-tB7LA3f1vE .list a:hover {
  color: #ffa41d !important;
  line-height: inherit !important;
}
.cid-tB7LA3f1vE .list a:hover:before {
  width: 100%;
}
.cid-tB7LA3f1vE .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-tB7LA3f1vE .col-copyright {
    padding-top: 40px;
  }
}
.cid-tB7LA3f1vE .border-item {
  width: 100%;
  height: 1px;
  background-color: #ffa41d;
}
.cid-tB7LA3f1vE .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
.cid-tB7w5Dvaxi .navbar-dropdown {
  position: relative !important;
}
.cid-tB7w5Dvaxi .navbar-dropdown {
  position: absolute !important;
}
.cid-tB7w5Dvaxi .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-tB7w5Dvaxi .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tB7w5Dvaxi .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tB7w5Dvaxi .dropdown-item:hover,
.cid-tB7w5Dvaxi .dropdown-item:focus {
  background: #ffa41d !important;
  color: white !important;
}
.cid-tB7w5Dvaxi .dropdown-item:hover span {
  color: white;
}
.cid-tB7w5Dvaxi .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tB7w5Dvaxi .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tB7w5Dvaxi .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tB7w5Dvaxi .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tB7w5Dvaxi .nav-link {
  position: relative;
}
.cid-tB7w5Dvaxi .container {
  display: flex;
  margin: auto;
}
.cid-tB7w5Dvaxi .iconfont-wrapper {
  color: #ffa41d !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tB7w5Dvaxi .navbar-nav .nav-item {
  margin: 10px 14px !important;
}
.cid-tB7w5Dvaxi .navbar-nav .nav-item .nav-link {
  margin: 5px 10px !important;
  padding: 0 !important;
  transition: 0.3s all;
  opacity: 0.5;
}
.cid-tB7w5Dvaxi .navbar-nav .nav-item .nav-link:hover,
.cid-tB7w5Dvaxi .navbar-nav .nav-item .nav-link:focus,
.cid-tB7w5Dvaxi .navbar-nav .nav-item .nav-link:active {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-tB7w5Dvaxi .dropdown-menu,
.cid-tB7w5Dvaxi .navbar.opened {
  background: #1f242e !important;
}
.cid-tB7w5Dvaxi .nav-item:focus,
.cid-tB7w5Dvaxi .nav-link:focus {
  outline: none;
}
.cid-tB7w5Dvaxi .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tB7w5Dvaxi .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tB7w5Dvaxi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tB7w5Dvaxi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tB7w5Dvaxi .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tB7w5Dvaxi .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tB7w5Dvaxi .navbar {
  min-height: 122px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  padding: 0 !important;
  box-shadow: none !important;
  background: #1f242e;
  background: rgba(31, 36, 46, 0.3);
}
.cid-tB7w5Dvaxi .navbar:not(.navbar-short) {
  border-bottom: none;
}
.cid-tB7w5Dvaxi .navbar.opened {
  transition: all 0.3s;
}
.cid-tB7w5Dvaxi .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tB7w5Dvaxi .navbar .navbar-logo img {
  width: auto;
}
.cid-tB7w5Dvaxi .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tB7w5Dvaxi .navbar.collapsed {
  justify-content: center;
}
.cid-tB7w5Dvaxi .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tB7w5Dvaxi .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tB7w5Dvaxi .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.5rem);
  }
}
.cid-tB7w5Dvaxi .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tB7w5Dvaxi .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tB7w5Dvaxi .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tB7w5Dvaxi .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tB7w5Dvaxi .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tB7w5Dvaxi .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tB7w5Dvaxi .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tB7w5Dvaxi .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tB7w5Dvaxi .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tB7w5Dvaxi .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tB7w5Dvaxi .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tB7w5Dvaxi .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tB7w5Dvaxi .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tB7w5Dvaxi .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tB7w5Dvaxi .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tB7w5Dvaxi .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tB7w5Dvaxi .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tB7w5Dvaxi .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tB7w5Dvaxi .navbar.navbar-short {
  min-height: 90px;
}
.cid-tB7w5Dvaxi .navbar.navbar-short .navbar-logo img {
  height: 4.2rem !important;
}
.cid-tB7w5Dvaxi .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
@media (max-width: 575px) {
  .cid-tB7w5Dvaxi .navbar {
    min-height: 80px;
  }
}
.cid-tB7w5Dvaxi .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  padding-right: 15px;
  padding-left: 15px;
}
.cid-tB7w5Dvaxi .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tB7w5Dvaxi .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 575px) {
  .cid-tB7w5Dvaxi .navbar-brand {
    min-height: 69px;
  }
}
.cid-tB7w5Dvaxi .dropdown-item.active,
.cid-tB7w5Dvaxi .dropdown-item:active {
  background-color: transparent;
}
.cid-tB7w5Dvaxi .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tB7w5Dvaxi .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tB7w5Dvaxi .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tB7w5Dvaxi .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1f242e;
}
.cid-tB7w5Dvaxi .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tB7w5Dvaxi .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tB7w5Dvaxi ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tB7w5Dvaxi .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tB7w5Dvaxi button.navbar-toggler {
  display: none;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #171a21, #272c30);
  outline: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-tB7w5Dvaxi button.navbar-toggler:hover {
  transform: scale(1.1);
}
.cid-tB7w5Dvaxi button.navbar-toggler .hamburger {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-tB7w5Dvaxi button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #f9f9fc;
}
.cid-tB7w5Dvaxi button.navbar-toggler .hamburger span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-tB7w5Dvaxi button.navbar-toggler .hamburger span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-tB7w5Dvaxi button.navbar-toggler .hamburger span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-tB7w5Dvaxi button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tB7w5Dvaxi nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tB7w5Dvaxi nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tB7w5Dvaxi nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tB7w5Dvaxi nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tB7w5Dvaxi .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tB7w5Dvaxi a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tB7w5Dvaxi .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-tB7w5Dvaxi .navbar {
    height: 70px;
  }
  .cid-tB7w5Dvaxi .navbar.opened {
    height: auto;
  }
  .cid-tB7w5Dvaxi .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tB7w5Dvaxi .navbar-short {
  min-height: 90px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
  background: #1f242e;
  background: rgba(31, 36, 46, 0.3);
}
@media (max-width: 575px) {
  .cid-tB7w5Dvaxi .navbar-short {
    min-height: 70px;
  }
}
.cid-tB7w5Dvaxi .container-fluid {
  padding: 0 64px;
}
@media (max-width: 1599px) {
  .cid-tB7w5Dvaxi .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .cid-tB7w5Dvaxi .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .cid-tB7w5Dvaxi .container-fluid {
    padding: 0 3px;
  }
}
.cid-tB7w5Dvaxi .navbar-collapse {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-tB7w5Dvaxi .mbr-section-btn .btn {
  padding: 15px 35px;
}
@media (min-width: 992px) {
  .cid-tB7w5Dvaxi .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-tB7w5Dvaxi .container-fluid {
  flex-wrap: wrap;
}
.cid-tB7w5Dvaxi button.navbar-toggler {
  display: flex;
}
.cid-tB7w5Dvaxi .navbar-brand {
  width: auto !important;
}
.cid-tB7w5Dvaxi .navbar-collapse {
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.cid-tB7w5Dvaxi .navbar-collapse .nav-item {
  margin: 8px 0 !important;
}
.cid-tB7w5Dvaxi .navbar-collapse .nav-item .nav-link {
  margin: 0 !important;
  padding: 0 !important;
  transition: 0.3s all;
  opacity: 1;
  justify-content: left;
}
.cid-tB7w5Dvaxi .navbar-collapse .nav-item .nav-link:hover {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-tB7w5Dvaxi .icons-menu {
  margin-top: 10px;
  justify-content: left;
}
.cid-tB7w5Dvaxi .navbar-buttons {
  margin-top: 20px;
  text-align: left;
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
@media (max-width: 991px) {
  .cid-tB7w5Dvaxi .container-fluid {
    flex-wrap: wrap;
  }
  .cid-tB7w5Dvaxi button.navbar-toggler {
    display: flex;
  }
  .cid-tB7w5Dvaxi .navbar-brand {
    width: auto !important;
  }
  .cid-tB7w5Dvaxi .navbar-collapse {
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
  .cid-tB7w5Dvaxi .navbar-collapse .nav-item {
    margin: 8px 0 !important;
  }
  .cid-tB7w5Dvaxi .navbar-collapse .nav-item .nav-link {
    margin: 0 !important;
    padding: 0 !important;
    transition: 0.3s all;
    opacity: 1;
    justify-content: left;
  }
  .cid-tB7w5Dvaxi .navbar-collapse .nav-item .nav-link:hover {
    opacity: 1;
    color: #FFFFFF !important;
  }
  .cid-tB7w5Dvaxi .icons-menu {
    margin-top: 10px;
    justify-content: left;
  }
  .cid-tB7w5Dvaxi .navbar-buttons {
    margin-top: 20px;
    text-align: left;
    margin-left: -0.6rem;
    margin-right: -0.6rem;
  }
}
.cid-tSEK0vD0DQ {
  background-image: url("../../../assets/images/dsc08788retouche-2000x1127.jpg");
}
.cid-tSEK0vD0DQ .row {
  align-items: center;
}
.cid-tSEK0vD0DQ .image-wrapper {
  padding: 1rem;
}
.cid-tSEK0vD0DQ .col-text {
  position: relative;
  padding-top: 10rem;
  padding-bottom: 7rem;
}
.cid-tSEK0vD0DQ .col-text .radial-svg {
  display: none;
}
.cid-tSEK0vD0DQ .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  z-index: 2;
}
@media (min-width: 992px) {
  .cid-tSEK0vD0DQ .text-wrapper {
    max-width: 400px;
  }
}
.cid-tSEK0vD0DQ .label-text {
  width: 100%;
  color: #ffffff;
}
.cid-tSEK0vD0DQ .mbr-section-title {
  margin-bottom: 1.425rem;
  width: 100%;
  color: #ffffff;
}
.cid-tSEK0vD0DQ .mbr-text {
  color: #ffffff;
  width: 100%;
  margin-bottom: 12px;
}
.cid-tSEK0vD0DQ .btn-container {
  width: 100%;
}
.cid-tSEK0vD0DQ .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 575px) {
  .cid-tSEK0vD0DQ .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-tSEK0vD0DQ .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-tSEK0vD0DQ .btn-white-outline {
  border: 1px solid currentColor;
}
.cid-tSEK0vD0DQ .btn-white-outline:hover {
  color: #ffa41d !important;
  background: #ffffff !important;
}
.cid-tSEK0vD0DQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tSEK0vD0DQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRDryrlteN {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #f0f0f5;
}
.cid-tRDryrlteN .video-wrapper iframe {
  width: 100%;
}
.cid-tRDryrlteN .mbr-section-title,
.cid-tRDryrlteN .mbr-section-subtitle,
.cid-tRDryrlteN .mbr-text {
  text-align: center;
}
.cid-tRDryrlteN .mbr-section-subtitle {
  margin-bottom: 22px;
  letter-spacing: .13em;
  color: #23272b;
  text-align: center;
}
.cid-tRDryrlteN .mbr-section-title {
  margin-bottom: 14px;
  color: #20232a;
  text-align: center;
}
.cid-tRDryrlteN .mbr-text {
  margin-bottom: 0;
  color: #65676c;
}
.cid-tRDryrlteN .mbr-section-head {
  margin-bottom: 45px;
}
.cid-tNWD9RSyKX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f9f9fc;
}
.cid-tNWD9RSyKX .mbr-section-subtitle {
  margin-bottom: 22px;
  letter-spacing: .13em;
  color: #3d4247;
}
@media (max-width: 768px) {
  .cid-tNWD9RSyKX .mbr-section-subtitle {
    margin-bottom: 8px;
  }
}
.cid-tNWD9RSyKX .mbr-section-title {
  margin-bottom: 0;
  color: #23272b;
}
@media (max-width: 768px) {
  .cid-tNWD9RSyKX .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-tNWD9RSyKX .mbr-text {
  padding-top: 10px;
  margin-bottom: 0;
  color: #84858a;
}
@media (max-width: 768px) {
  .cid-tNWD9RSyKX .mbr-text {
    padding: 0;
  }
}
.cid-tNWJUhHkgG {
  padding-top: 75px;
  padding-bottom: 90px;
  background-color: #0057fc;
}
.cid-tNWJUhHkgG .header-text {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
@media (min-width: 1400px) {
  .cid-tNWJUhHkgG .col-12 {
    padding: 0 2rem;
  }
  .cid-tNWJUhHkgG .row {
    margin: 0 -2rem;
  }
}
.cid-tNWJUhHkgG .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-tNWJUhHkgG .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #ffa41d;
}
.cid-tNWJUhHkgG .svg-top .st0 {
  fill: #0057fc;
}
@media (max-width: 992px) {
  .cid-tNWJUhHkgG .svg-top {
    width: 1000px;
  }
}
.cid-tNWJUhHkgG .card-header {
  border-bottom: 2px solid currentColor;
  margin-bottom: 0px!important;
}
.cid-tNWJUhHkgG .mbr-iconfont {
  font-size: 1.5rem;
}
.cid-tNWJUhHkgG span {
  transform: rotate(45deg);
  transition: all 0.3s;
}
.cid-tNWJUhHkgG .collapsed span {
  transform: rotate(0deg);
}
.cid-tNWJUhHkgG .accordion-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-tNWJUhHkgG .panel-group {
  width: 100%;
}
.cid-tNWJUhHkgG .sign {
  color: currentColor;
  font-family: 'Moririse2' !important;
}
.cid-tNWJUhHkgG .card {
  border-radius: 0px;
}
.cid-tNWJUhHkgG .card .card-header {
  border-radius: 0px;
  padding: 0;
  background-color: transparent;
}
.cid-tNWJUhHkgG .card .card-header a.panel-title {
  -webkit-justify-content: space-between;
  justify-content: space-between;
  transition: all .3s;
  margin-bottom: 0;
  font-style: normal;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  line-height: normal;
}
.cid-tNWJUhHkgG .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-tNWJUhHkgG .card .card-header a.panel-title h4 {
  padding: 1.5rem 1rem 13px 0px;
  margin-bottom: 0;
}
.cid-tNWJUhHkgG .panel-text {
  color: #ffffff;
}
.cid-tNWJUhHkgG .header-text,
.cid-tNWJUhHkgG .sign {
  color: #263d5a;
}
.cid-tNWJUhHkgG .mbr-section-title {
  color: #ffffff;
}
.cid-tNWJUhHkgG .header-text,
.cid-tNWJUhHkgG .sign,
.cid-tNWJUhHkgG .card-header {
  color: #ffffff;
}
.cid-tNWJUhHkgG .mbr-section-subtitle {
  color: #d2d3d5;
}
.cid-tSENYu7ETl {
  background-image: url("../../../assets/images/dsc08764-2000x1127.jpg");
}
.cid-tSENYu7ETl .mbr-fallback-image.disabled {
  display: none;
}
.cid-tSENYu7ETl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tSENYu7ETl .container {
    padding: 0 20px;
  }
}
.cid-tSENYu7ETl .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-tSENYu7ETl .title-wrapper .mbr-desc {
  margin: 0;
}
.cid-tSENYu7ETl .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-tSENYu7ETl .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-tSEPdxyTJQ {
  background-color: #ffffff;
}
.cid-tSEPdxyTJQ .content {
  display: flex;
  height: 100px;
  justify-content: center;
  align-items: center;
}
.cid-tSEPdxyTJQ .content img {
  width: 43px;
  height: 43px;
  object-fit: cover;
  margin-right: 15px;
}
.cid-tSEPdxyTJQ .content p {
  margin: 0;
}
.cid-tSEPdxyTJQ .mbr-text {
  color: #ffffff;
}
.cid-tNVZ3NUZCh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/dsc08703-2000x1127.jpg");
}
.cid-tNVZ3NUZCh .card-wrap-1 {
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.cid-tNVZ3NUZCh .card-wrap-2 {
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-tNVZ3NUZCh .card-1 {
  width: 404px;
  padding: 70px 60px;
  margin: 0 0 -1rem 0;
  background: #d2d3d5;
}
@media (max-width: 998px) {
  .cid-tNVZ3NUZCh .card-1 {
    width: auto;
    padding: 20px;
    margin: 0 0 43px 0;
  }
}
.cid-tNVZ3NUZCh .card-1 .mbr-section-title {
  margin-bottom: 13px;
}
.cid-tNVZ3NUZCh .card-1 .mbr-section-text {
  margin-bottom: 16px;
}
.cid-tNVZ3NUZCh .card-1 .list {
  margin: 0;
  padding-left: 18px;
  list-style-position: inside;
}
.cid-tNVZ3NUZCh .card-1 .list li::marker {
  color: #ffa41d;
}
.cid-tNVZ3NUZCh .image-wrapper img {
  height: 579px;
  width: 100%;
  object-fit: cover;
}
.cid-tNVZ3NUZCh .card-2 {
  width: 404px;
  padding: 90px 60px;
  margin: -4rem 0 0 -6rem;
  background: #ffa41d;
}
@media (max-width: 1300px) {
  .cid-tNVZ3NUZCh .card-2 {
    margin: -4rem 0 0 -9rem;
  }
}
@media (max-width: 1100px) {
  .cid-tNVZ3NUZCh .card-2 {
    width: 350px;
  }
}
@media (max-width: 998px) {
  .cid-tNVZ3NUZCh .card-2 {
    width: auto;
    padding: 20px;
    margin: 43px 0 0 0;
  }
}
.cid-tNVZ3NUZCh .card-2 .mbr-title {
  margin-bottom: 13px;
}
.cid-tNVZ3NUZCh .card-2 .mbr-text {
  margin-bottom: 18px;
  opacity: .7;
}
.cid-tNVZ3NUZCh .btn {
  height: 55px;
  min-width: 170px;
  border: 2px solid #1e2024 !important;
  margin-top: 10px;
  margin-bottom: 0;
  box-shadow: none;
}
.cid-tNVZ3NUZCh .btn:hover {
  box-shadow: none;
  border: 2px solid #1e2024 !important;
}
.cid-tNVZ3NUZCh .mbr-section-title {
  color: #20232a;
}
.cid-tNVZ3NUZCh .mbr-section-text {
  color: #20232a;
}
.cid-tNVZ3NUZCh .list {
  color: #23272b;
}
.cid-tNVZ3NUZCh .mbr-title {
  color: #FFFFFF;
}
.cid-tNVZ3NUZCh .mbr-text {
  color: #FFFFFF;
}
.cid-tSF0LVSlGQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ebebeb;
}
.cid-tSF0LVSlGQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tSF0LVSlGQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tSF0LVSlGQ .container {
    padding: 0 30px;
  }
}
.cid-tSF0LVSlGQ .text-wrap {
  display: flex;
  align-items: flex-end;
}
.cid-tSF0LVSlGQ .text-wrap .text-wrapper {
  display: inline-flex;
  padding-top: 30px;
  border-top: 1px solid #000000;
  margin: 0 92px 40px 0;
}
@media (max-width: 1440px) {
  .cid-tSF0LVSlGQ .text-wrap .text-wrapper {
    margin: 0 40px 40px 0;
  }
}
@media (max-width: 992px) {
  .cid-tSF0LVSlGQ .text-wrap .text-wrapper {
    margin: 0 0 30px 0;
  }
}
.cid-tSF0LVSlGQ .text-wrap .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tSF0LVSlGQ .text-wrap .text-wrapper .mbr-iconfont {
  font-size: 22px;
  margin-right: 24px;
  color: #ffa41d;
}
.cid-tSF0LVSlGQ .image-wrapper img {
  height: 480px;
  object-fit: cover;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-tSF0LVSlGQ .image-wrapper img {
    height: 280px;
  }
}
.cid-tSF0LVSlGQ .mbr-text {
  color: #000000;
}
.cid-tSF0oNw4f3 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #f0f0f5;
}
.cid-tSF0oNw4f3 .video-wrapper iframe {
  width: 100%;
}
.cid-tSF0oNw4f3 .mbr-section-title,
.cid-tSF0oNw4f3 .mbr-section-subtitle,
.cid-tSF0oNw4f3 .mbr-text {
  text-align: center;
}
.cid-tSF0oNw4f3 .mbr-section-subtitle {
  margin-bottom: 22px;
  letter-spacing: .13em;
  color: #23272b;
  text-align: center;
}
.cid-tSF0oNw4f3 .mbr-section-title {
  margin-bottom: 14px;
  color: #20232a;
  text-align: center;
}
.cid-tSF0oNw4f3 .mbr-text {
  margin-bottom: 0;
  color: #65676c;
}
.cid-tSF0oNw4f3 .mbr-section-head {
  margin-bottom: 45px;
}
.cid-tSF1FK7Y2Y {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tSF1FK7Y2Y .mbr-section-subtitle {
  margin-bottom: .75rem;
  line-height: 1;
  color: #222d35;
}
.cid-tSF1FK7Y2Y .mbr-text {
  margin-top: 12px;
  margin-bottom: 1.5em;
  letter-spacing: -0.025rem;
}
.cid-tSF1FK7Y2Y .card_item {
  border-radius: 0 !important;
  cursor: pointer;
}
@media (min-width: 768px) {
  .cid-tSF1FK7Y2Y .card_item {
    border-left: 1px dotted rgba(255, 164, 29, 0.5);
  }
  .cid-tSF1FK7Y2Y .card_item:last-child {
    border-right: 1px dotted rgba(255, 164, 29, 0.5);
  }
  .cid-tSF1FK7Y2Y .card_item:nth-child(1) .card-box {
    padding-top: 8rem;
  }
  .cid-tSF1FK7Y2Y .card_item:nth-child(2) .card-box {
    padding-top: 0;
  }
  .cid-tSF1FK7Y2Y .card_item:nth-child(3) .card-box {
    padding-top: 16rem;
  }
}
.cid-tSF1FK7Y2Y .item-wrapper {
  padding: 0 1rem;
}
.cid-tSF1FK7Y2Y .card-box {
  height: 100%;
  padding: 2rem 0 ;
}
@media (min-width: 1199px) {
  .cid-tSF1FK7Y2Y .card-box {
    padding: 2.5rem 2rem 2.5rem ;
  }
}
.cid-tSF1FK7Y2Y .item-img {
  margin-bottom: 1.5rem;
  position: relative;
}
.cid-tSF1FK7Y2Y .card-title {
  margin-top: .75rem;
  margin-bottom: 1.5rem;
  color: #16181c;
}
.cid-tSF1FK7Y2Y .card-text {
  margin-bottom: 1.25rem;
}
.cid-tSF1FK7Y2Y .card-descr {
  position: absolute;
  top: 0;
  right: 0;
  margin-right: -1.25rem;
  line-height: 1;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  -webkit-text-orientation: sideways;
  text-orientation: sideways;
}
@media (max-width: 1199px) {
  .cid-tSF1FK7Y2Y .card-descr {
    margin-right: -1rem;
  }
}
.cid-tSF1FK7Y2Y img,
.cid-tSF1FK7Y2Y .item-img {
  width: 100%;
  height: 100%;
  height: 500px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-tSF1FK7Y2Y .item-wrapper {
    padding: 2rem 0;
    border-bottom: 1px dotted rgba(255, 164, 29, 0.5);
  }
  .cid-tSF1FK7Y2Y .mbr-section-subtitle {
    margin-bottom: .25rem;
  }
  .cid-tSF1FK7Y2Y .mbr-section-title {
    margin-bottom: 1.5rem;
  }
  .cid-tSF1FK7Y2Y .mbr-text {
    margin-top: 0;
    margin-bottom: 1rem;
  }
  .cid-tSF1FK7Y2Y .card-title {
    margin-bottom: 1.25rem;
  }
  .cid-tSF1FK7Y2Y .card-text {
    margin-bottom: .75rem;
  }
  .cid-tSF1FK7Y2Y .card-descr {
    right: 1rem;
  }
}
.cid-tSF1FK7Y2Y .mbr-text,
.cid-tSF1FK7Y2Y .linkBtn {
  color: #222d35;
}
.cid-tSF1FK7Y2Y .mbr-section-title {
  color: #ffa41d;
}
.cid-tSF1FK7Y2Y .card-text,
.cid-tSF1FK7Y2Y .linkBtn {
  color: #000000;
}
.cid-tSF2qImudY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f9f9fc;
}
.cid-tSF2qImudY .card-wrap-1 {
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.cid-tSF2qImudY .card-wrap-2 {
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-tSF2qImudY .card-1 {
  width: 404px;
  padding: 70px 60px;
  margin: 0 0 -1rem 0;
  background: #0057fc;
}
@media (max-width: 998px) {
  .cid-tSF2qImudY .card-1 {
    width: auto;
    padding: 20px;
    margin: 0 0 43px 0;
  }
}
.cid-tSF2qImudY .card-1 .mbr-section-title {
  margin-bottom: 13px;
}
.cid-tSF2qImudY .card-1 .mbr-section-text {
  margin-bottom: 16px;
}
.cid-tSF2qImudY .card-1 .list {
  margin: 0;
  padding-left: 18px;
  list-style-position: inside;
}
.cid-tSF2qImudY .card-1 .list li::marker {
  color: #ffa41d;
}
.cid-tSF2qImudY .image-wrapper img {
  height: 579px;
  width: 100%;
  object-fit: cover;
}
.cid-tSF2qImudY .card-2 {
  width: 404px;
  padding: 90px 60px;
  margin: -4rem 0 0 -6rem;
  background: #23272b;
}
@media (max-width: 1300px) {
  .cid-tSF2qImudY .card-2 {
    margin: -4rem 0 0 -9rem;
  }
}
@media (max-width: 1100px) {
  .cid-tSF2qImudY .card-2 {
    width: 350px;
  }
}
@media (max-width: 998px) {
  .cid-tSF2qImudY .card-2 {
    width: auto;
    padding: 20px;
    margin: 43px 0 0 0;
  }
}
.cid-tSF2qImudY .card-2 .mbr-title {
  margin-bottom: 13px;
}
.cid-tSF2qImudY .card-2 .mbr-text {
  margin-bottom: 18px;
  opacity: .7;
}
.cid-tSF2qImudY .btn {
  height: 55px;
  min-width: 170px;
  border: 2px solid #1e2024 !important;
  margin-top: 10px;
  margin-bottom: 0;
  box-shadow: none;
}
.cid-tSF2qImudY .btn:hover {
  box-shadow: none;
  border: 2px solid #1e2024 !important;
}
.cid-tSF2qImudY .mbr-section-title {
  color: #ffffff;
}
.cid-tSF2qImudY .mbr-section-text {
  color: #ffffff;
}
.cid-tSF2qImudY .list {
  color: #ffffff;
}
.cid-tSF2qImudY .mbr-title {
  color: #FFFFFF;
}
.cid-tSF2qImudY .mbr-text {
  color: #FFFFFF;
}
.cid-tOfaVn5DDC {
  background-color: #f9f9fc;
}
.cid-tOfaVn5DDC .content {
  display: flex;
  height: 100px;
  justify-content: center;
  align-items: center;
}
.cid-tOfaVn5DDC .content img {
  width: 43px;
  height: 43px;
  object-fit: cover;
  margin-right: 15px;
}
.cid-tOfaVn5DDC .content p {
  margin: 0;
}
.cid-tOfaVn5DDC .mbr-text {
  color: #ffffff;
}
.cid-tNW3zXZ7FJ {
  background-image: url("../../../assets/images/dsc08297-2000x1127.jpg");
}
.cid-tNW3zXZ7FJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNW3zXZ7FJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tNW3zXZ7FJ .container {
    padding: 0 20px;
  }
}
.cid-tNW3zXZ7FJ .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-tNW3zXZ7FJ .title-wrapper .mbr-desc {
  margin: 0;
}
.cid-tNW3zXZ7FJ .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-tNW3zXZ7FJ .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-tOe5csefmp {
  background-color: #f9f9fc;
}
.cid-tOe5csefmp .content {
  display: flex;
  height: 100px;
  justify-content: center;
  align-items: center;
}
.cid-tOe5csefmp .content img {
  width: 43px;
  height: 43px;
  object-fit: cover;
  margin-right: 15px;
}
.cid-tOe5csefmp .content p {
  margin: 0;
}
.cid-tOe5csefmp .mbr-text {
  color: #ffffff;
}
.cid-tSEOngKJJX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/dsc01717-2000x1127.jpg");
}
.cid-tSEOngKJJX .card-wrap-1 {
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.cid-tSEOngKJJX .card-wrap-2 {
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-tSEOngKJJX .card-1 {
  width: 404px;
  padding: 70px 60px;
  margin: 0 0 -1rem 0;
  background: #d2d3d5;
}
@media (max-width: 998px) {
  .cid-tSEOngKJJX .card-1 {
    width: auto;
    padding: 20px;
    margin: 0 0 43px 0;
  }
}
.cid-tSEOngKJJX .card-1 .mbr-section-title {
  margin-bottom: 13px;
}
.cid-tSEOngKJJX .card-1 .mbr-section-text {
  margin-bottom: 16px;
}
.cid-tSEOngKJJX .card-1 .list {
  margin: 0;
  padding-left: 18px;
  list-style-position: inside;
}
.cid-tSEOngKJJX .card-1 .list li::marker {
  color: #ffa41d;
}
.cid-tSEOngKJJX .image-wrapper img {
  height: 579px;
  width: 100%;
  object-fit: cover;
}
.cid-tSEOngKJJX .card-2 {
  width: 404px;
  padding: 90px 60px;
  margin: -4rem 0 0 -6rem;
  background: #ffa41d;
}
@media (max-width: 1300px) {
  .cid-tSEOngKJJX .card-2 {
    margin: -4rem 0 0 -9rem;
  }
}
@media (max-width: 1100px) {
  .cid-tSEOngKJJX .card-2 {
    width: 350px;
  }
}
@media (max-width: 998px) {
  .cid-tSEOngKJJX .card-2 {
    width: auto;
    padding: 20px;
    margin: 43px 0 0 0;
  }
}
.cid-tSEOngKJJX .card-2 .mbr-title {
  margin-bottom: 13px;
}
.cid-tSEOngKJJX .card-2 .mbr-text {
  margin-bottom: 18px;
  opacity: .7;
}
.cid-tSEOngKJJX .btn {
  height: 55px;
  min-width: 170px;
  border: 2px solid #1e2024 !important;
  margin-top: 10px;
  margin-bottom: 0;
  box-shadow: none;
}
.cid-tSEOngKJJX .btn:hover {
  box-shadow: none;
  border: 2px solid #1e2024 !important;
}
.cid-tSEOngKJJX .mbr-section-title {
  color: #20232a;
}
.cid-tSEOngKJJX .mbr-section-text {
  color: #20232a;
}
.cid-tSEOngKJJX .list {
  color: #23272b;
}
.cid-tSEOngKJJX .mbr-title {
  color: #FFFFFF;
}
.cid-tSEOngKJJX .mbr-text {
  color: #FFFFFF;
}
.cid-tNW1XKDeLW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f9f9fc;
}
.cid-tNW1XKDeLW .card-wrap-1 {
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.cid-tNW1XKDeLW .card-wrap-2 {
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-tNW1XKDeLW .card-1 {
  width: 404px;
  padding: 70px 60px;
  margin: 0 0 -1rem 0;
  background: #0057fc;
}
@media (max-width: 998px) {
  .cid-tNW1XKDeLW .card-1 {
    width: auto;
    padding: 20px;
    margin: 0 0 43px 0;
  }
}
.cid-tNW1XKDeLW .card-1 .mbr-section-title {
  margin-bottom: 13px;
}
.cid-tNW1XKDeLW .card-1 .mbr-section-text {
  margin-bottom: 16px;
}
.cid-tNW1XKDeLW .card-1 .list {
  margin: 0;
  padding-left: 18px;
  list-style-position: inside;
}
.cid-tNW1XKDeLW .card-1 .list li::marker {
  color: #ffa41d;
}
.cid-tNW1XKDeLW .image-wrapper img {
  height: 579px;
  width: 100%;
  object-fit: cover;
}
.cid-tNW1XKDeLW .card-2 {
  width: 404px;
  padding: 90px 60px;
  margin: -4rem 0 0 -6rem;
  background: #23272b;
}
@media (max-width: 1300px) {
  .cid-tNW1XKDeLW .card-2 {
    margin: -4rem 0 0 -9rem;
  }
}
@media (max-width: 1100px) {
  .cid-tNW1XKDeLW .card-2 {
    width: 350px;
  }
}
@media (max-width: 998px) {
  .cid-tNW1XKDeLW .card-2 {
    width: auto;
    padding: 20px;
    margin: 43px 0 0 0;
  }
}
.cid-tNW1XKDeLW .card-2 .mbr-title {
  margin-bottom: 13px;
}
.cid-tNW1XKDeLW .card-2 .mbr-text {
  margin-bottom: 18px;
  opacity: .7;
}
.cid-tNW1XKDeLW .btn {
  height: 55px;
  min-width: 170px;
  border: 2px solid #1e2024 !important;
  margin-top: 10px;
  margin-bottom: 0;
  box-shadow: none;
}
.cid-tNW1XKDeLW .btn:hover {
  box-shadow: none;
  border: 2px solid #1e2024 !important;
}
.cid-tNW1XKDeLW .mbr-section-title {
  color: #ffffff;
}
.cid-tNW1XKDeLW .mbr-section-text {
  color: #ffffff;
}
.cid-tNW1XKDeLW .list {
  color: #ffffff;
}
.cid-tNW1XKDeLW .mbr-title {
  color: #FFFFFF;
}
.cid-tNW1XKDeLW .mbr-text {
  color: #FFFFFF;
}
.cid-tOdPYUvW6f {
  background-image: url("../../../assets/images/dsc06982-2000x1127.jpg");
}
.cid-tOdPYUvW6f .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOdPYUvW6f .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tOdPYUvW6f .container {
    padding: 0 20px;
  }
}
.cid-tOdPYUvW6f .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-tOdPYUvW6f .title-wrapper .mbr-desc {
  margin: 0;
}
.cid-tOdPYUvW6f .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-tOdPYUvW6f .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-tNW3xF3VNE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ebebeb;
}
.cid-tNW3xF3VNE .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNW3xF3VNE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tNW3xF3VNE .container {
    padding: 0 30px;
  }
}
.cid-tNW3xF3VNE .text-wrap {
  display: flex;
  align-items: flex-end;
}
.cid-tNW3xF3VNE .text-wrap .text-wrapper {
  display: inline-flex;
  padding-top: 30px;
  border-top: 1px solid #000000;
  margin: 0 92px 40px 0;
}
@media (max-width: 1440px) {
  .cid-tNW3xF3VNE .text-wrap .text-wrapper {
    margin: 0 40px 40px 0;
  }
}
@media (max-width: 992px) {
  .cid-tNW3xF3VNE .text-wrap .text-wrapper {
    margin: 0 0 30px 0;
  }
}
.cid-tNW3xF3VNE .text-wrap .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tNW3xF3VNE .text-wrap .text-wrapper .mbr-iconfont {
  font-size: 22px;
  margin-right: 24px;
  color: #ffa41d;
}
.cid-tNW3xF3VNE .image-wrapper img {
  height: 480px;
  object-fit: cover;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-tNW3xF3VNE .image-wrapper img {
    height: 280px;
  }
}
.cid-tNW3xF3VNE .mbr-text {
  color: #000000;
}
.cid-tNWAiGDg6J {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f9f9fc;
}
.cid-tNWAiGDg6J .card-wrap-1 {
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.cid-tNWAiGDg6J .card-wrap-2 {
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-tNWAiGDg6J .card-1 {
  width: 404px;
  padding: 70px 60px;
  margin: 0 0 -1rem 0;
  background: #1b80e6;
}
@media (max-width: 998px) {
  .cid-tNWAiGDg6J .card-1 {
    width: auto;
    padding: 20px;
    margin: 0 0 43px 0;
  }
}
.cid-tNWAiGDg6J .card-1 .mbr-section-title {
  margin-bottom: 13px;
}
.cid-tNWAiGDg6J .card-1 .mbr-section-text {
  margin-bottom: 16px;
}
.cid-tNWAiGDg6J .card-1 .list {
  margin: 0;
  padding-left: 18px;
  list-style-position: inside;
}
.cid-tNWAiGDg6J .card-1 .list li::marker {
  color: #ffa41d;
}
.cid-tNWAiGDg6J .image-wrapper img {
  height: 579px;
  width: 100%;
  object-fit: cover;
}
.cid-tNWAiGDg6J .card-2 {
  width: 404px;
  padding: 90px 60px;
  margin: -4rem 0 0 -6rem;
  background: #bbbbbb;
}
@media (max-width: 1300px) {
  .cid-tNWAiGDg6J .card-2 {
    margin: -4rem 0 0 -9rem;
  }
}
@media (max-width: 1100px) {
  .cid-tNWAiGDg6J .card-2 {
    width: 350px;
  }
}
@media (max-width: 998px) {
  .cid-tNWAiGDg6J .card-2 {
    width: auto;
    padding: 20px;
    margin: 43px 0 0 0;
  }
}
.cid-tNWAiGDg6J .card-2 .mbr-title {
  margin-bottom: 13px;
}
.cid-tNWAiGDg6J .card-2 .mbr-text {
  margin-bottom: 18px;
  opacity: .7;
}
.cid-tNWAiGDg6J .btn {
  height: 55px;
  min-width: 170px;
  border: 2px solid #1e2024 !important;
  margin-top: 10px;
  margin-bottom: 0;
  box-shadow: none;
}
.cid-tNWAiGDg6J .btn:hover {
  box-shadow: none;
  border: 2px solid #1e2024 !important;
}
.cid-tNWAiGDg6J .mbr-section-title {
  color: #ffffff;
}
.cid-tNWAiGDg6J .mbr-section-text {
  color: #ffffff;
}
.cid-tNWAiGDg6J .list {
  color: #ffffff;
}
.cid-tNWAiGDg6J .mbr-title {
  color: #FFFFFF;
}
.cid-tNWAiGDg6J .mbr-text {
  color: #171a21;
}
.cid-tNWAiGDg6J .mbr-title,
.cid-tNWAiGDg6J .mbr-section-btn {
  color: #000000;
}
.cid-tRDqm2HLVu {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #f0f0f5;
}
.cid-tRDqm2HLVu .video-wrapper iframe {
  width: 100%;
}
.cid-tRDqm2HLVu .mbr-section-title,
.cid-tRDqm2HLVu .mbr-section-subtitle,
.cid-tRDqm2HLVu .mbr-text {
  text-align: center;
}
.cid-tRDqm2HLVu .mbr-section-subtitle {
  margin-bottom: 22px;
  letter-spacing: .13em;
  color: #23272b;
  text-align: center;
}
.cid-tRDqm2HLVu .mbr-section-title {
  margin-bottom: 14px;
  color: #20232a;
  text-align: center;
}
.cid-tRDqm2HLVu .mbr-text {
  margin-bottom: 0;
  color: #65676c;
}
.cid-tRDqm2HLVu .mbr-section-head {
  margin-bottom: 45px;
}
.cid-tOf6QWtlM0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f9f9fc;
}
.cid-tOf6QWtlM0 .mbr-section-subtitle {
  margin-bottom: 22px;
  letter-spacing: .13em;
  color: #3d4247;
}
@media (max-width: 768px) {
  .cid-tOf6QWtlM0 .mbr-section-subtitle {
    margin-bottom: 8px;
  }
}
.cid-tOf6QWtlM0 .mbr-section-title {
  margin-bottom: 0;
  color: #23272b;
}
@media (max-width: 768px) {
  .cid-tOf6QWtlM0 .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-tOf6QWtlM0 .mbr-text {
  padding-top: 10px;
  margin-bottom: 0;
  color: #3d4247;
}
@media (max-width: 768px) {
  .cid-tOf6QWtlM0 .mbr-text {
    padding: 0;
  }
}
.cid-tOf5zYBB0w {
  background-color: #f9f9fc;
}
.cid-tOf5zYBB0w .content {
  display: flex;
  height: 100px;
  justify-content: center;
  align-items: center;
}
.cid-tOf5zYBB0w .content img {
  width: 43px;
  height: 43px;
  object-fit: cover;
  margin-right: 15px;
}
.cid-tOf5zYBB0w .content p {
  margin: 0;
}
.cid-tOf5zYBB0w .mbr-text {
  color: #ffffff;
}
.cid-tNWIN905PX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/dsc07018-2000x1127.jpg");
}
.cid-tNWIN905PX .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNWIN905PX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tNWIN905PX .container {
    padding: 0 30px;
  }
}
.cid-tNWIN905PX .text-wrap {
  display: flex;
  align-items: flex-end;
}
.cid-tNWIN905PX .text-wrap .text-wrapper {
  display: inline-flex;
  padding-top: 30px;
  border-top: 1px solid #f9f9fc;
  margin: 0 92px 40px 0;
}
@media (max-width: 1440px) {
  .cid-tNWIN905PX .text-wrap .text-wrapper {
    margin: 0 40px 40px 0;
  }
}
@media (max-width: 992px) {
  .cid-tNWIN905PX .text-wrap .text-wrapper {
    margin: 0 0 30px 0;
  }
}
.cid-tNWIN905PX .text-wrap .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tNWIN905PX .text-wrap .text-wrapper .mbr-iconfont {
  font-size: 22px;
  margin-right: 24px;
  color: #ffa41d;
}
.cid-tNWIN905PX .image-wrapper img {
  height: 480px;
  object-fit: cover;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-tNWIN905PX .image-wrapper img {
    height: 280px;
  }
}
.cid-tNWIN905PX .mbr-text {
  color: #f0f0f5;
}
.cid-tOe5Nj62hU {
  background-color: #f9f9fc;
}
.cid-tOe5Nj62hU .content {
  display: flex;
  height: 100px;
  justify-content: center;
  align-items: center;
}
.cid-tOe5Nj62hU .content img {
  width: 43px;
  height: 43px;
  object-fit: cover;
  margin-right: 15px;
}
.cid-tOe5Nj62hU .content p {
  margin: 0;
}
.cid-tOe5Nj62hU .mbr-text {
  color: #ffffff;
}
.cid-tOdTutyQl4 {
  background-image: url("../../../assets/images/dsc06668-1-2000x1127.jpg");
}
.cid-tOdTutyQl4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOdTutyQl4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tOdTutyQl4 .container {
    padding: 0 20px;
  }
}
.cid-tOdTutyQl4 .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-tOdTutyQl4 .title-wrapper .mbr-desc {
  margin: 0;
}
.cid-tOdTutyQl4 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-tOdTutyQl4 .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-tNXOfYE8gi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ebebeb;
}
.cid-tNXOfYE8gi .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNXOfYE8gi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tNXOfYE8gi .container {
    padding: 0 30px;
  }
}
.cid-tNXOfYE8gi .text-wrap {
  display: flex;
  align-items: flex-end;
}
.cid-tNXOfYE8gi .text-wrap .text-wrapper {
  display: inline-flex;
  padding-top: 30px;
  border-top: 1px solid #000000;
  margin: 0 92px 40px 0;
}
@media (max-width: 1440px) {
  .cid-tNXOfYE8gi .text-wrap .text-wrapper {
    margin: 0 40px 40px 0;
  }
}
@media (max-width: 992px) {
  .cid-tNXOfYE8gi .text-wrap .text-wrapper {
    margin: 0 0 30px 0;
  }
}
.cid-tNXOfYE8gi .text-wrap .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tNXOfYE8gi .text-wrap .text-wrapper .mbr-iconfont {
  font-size: 22px;
  margin-right: 24px;
  color: #ffa41d;
}
.cid-tNXOfYE8gi .image-wrapper img {
  height: 480px;
  object-fit: cover;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-tNXOfYE8gi .image-wrapper img {
    height: 280px;
  }
}
.cid-tNXOfYE8gi .mbr-text {
  color: #000000;
}
.cid-tNXMIQV5B3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f9f9fc;
}
.cid-tNXMIQV5B3 .card-wrap-1 {
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.cid-tNXMIQV5B3 .card-wrap-2 {
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-tNXMIQV5B3 .card-1 {
  width: 404px;
  padding: 70px 60px;
  margin: 0 0 -1rem 0;
  background: #23272b;
}
@media (max-width: 998px) {
  .cid-tNXMIQV5B3 .card-1 {
    width: auto;
    padding: 20px;
    margin: 0 0 43px 0;
  }
}
.cid-tNXMIQV5B3 .card-1 .mbr-section-title {
  margin-bottom: 13px;
}
.cid-tNXMIQV5B3 .card-1 .mbr-section-text {
  margin-bottom: 16px;
}
.cid-tNXMIQV5B3 .card-1 .list {
  margin: 0;
  padding-left: 18px;
  list-style-position: inside;
}
.cid-tNXMIQV5B3 .card-1 .list li::marker {
  color: #ffa41d;
}
.cid-tNXMIQV5B3 .image-wrapper img {
  height: 579px;
  width: 100%;
  object-fit: cover;
}
.cid-tNXMIQV5B3 .card-2 {
  width: 404px;
  padding: 90px 60px;
  margin: -4rem 0 0 -6rem;
  background: #0057fc;
}
@media (max-width: 1300px) {
  .cid-tNXMIQV5B3 .card-2 {
    margin: -4rem 0 0 -9rem;
  }
}
@media (max-width: 1100px) {
  .cid-tNXMIQV5B3 .card-2 {
    width: 350px;
  }
}
@media (max-width: 998px) {
  .cid-tNXMIQV5B3 .card-2 {
    width: auto;
    padding: 20px;
    margin: 43px 0 0 0;
  }
}
.cid-tNXMIQV5B3 .card-2 .mbr-title {
  margin-bottom: 13px;
}
.cid-tNXMIQV5B3 .card-2 .mbr-text {
  margin-bottom: 18px;
  opacity: .7;
}
.cid-tNXMIQV5B3 .btn {
  height: 55px;
  min-width: 170px;
  border: 2px solid #1e2024 !important;
  margin-top: 10px;
  margin-bottom: 0;
  box-shadow: none;
}
.cid-tNXMIQV5B3 .btn:hover {
  box-shadow: none;
  border: 2px solid #1e2024 !important;
}
.cid-tNXMIQV5B3 .mbr-section-title {
  color: #ffffff;
}
.cid-tNXMIQV5B3 .mbr-section-text {
  color: #84858a;
}
.cid-tNXMIQV5B3 .list {
  color: #84858a;
}
.cid-tNXMIQV5B3 .mbr-title {
  color: #FFFFFF;
}
.cid-tNXMIQV5B3 .mbr-text {
  color: #FFFFFF;
}
.cid-tRxJgFDTwY {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #f0f0f5;
}
.cid-tRxJgFDTwY .video-wrapper iframe {
  width: 100%;
}
.cid-tRxJgFDTwY .mbr-section-title,
.cid-tRxJgFDTwY .mbr-section-subtitle,
.cid-tRxJgFDTwY .mbr-text {
  text-align: center;
}
.cid-tRxJgFDTwY .mbr-section-subtitle {
  margin-bottom: 22px;
  letter-spacing: .13em;
  color: #23272b;
  text-align: center;
}
.cid-tRxJgFDTwY .mbr-section-title {
  margin-bottom: 14px;
  color: #20232a;
  text-align: center;
}
.cid-tRxJgFDTwY .mbr-text {
  margin-bottom: 0;
  color: #65676c;
}
.cid-tRxJgFDTwY .mbr-section-head {
  margin-bottom: 45px;
}
.cid-tOdYocwhhK {
  background-image: url("../../../assets/images/dsc06020-2000x1127.jpg");
}
.cid-tOdYocwhhK .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOdYocwhhK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tOdYocwhhK .container {
    padding: 0 20px;
  }
}
.cid-tOdYocwhhK .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-tOdYocwhhK .title-wrapper .mbr-desc {
  margin: 0;
}
.cid-tOdYocwhhK .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-tOdYocwhhK .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-tNXPFNqjnE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ebebeb;
}
.cid-tNXPFNqjnE .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNXPFNqjnE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tNXPFNqjnE .container {
    padding: 0 30px;
  }
}
.cid-tNXPFNqjnE .text-wrap {
  display: flex;
  align-items: flex-end;
}
.cid-tNXPFNqjnE .text-wrap .text-wrapper {
  display: inline-flex;
  padding-top: 30px;
  border-top: 1px solid #ffb649;
  margin: 0 92px 40px 0;
  margin: 0 0 40px 92px;
}
@media (max-width: 1440px) {
  .cid-tNXPFNqjnE .text-wrap .text-wrapper {
    margin: 0 0 40px 40px;
  }
}
@media (max-width: 992px) {
  .cid-tNXPFNqjnE .text-wrap .text-wrapper {
    margin: 0 0 30px 0;
  }
}
@media (max-width: 1440px) {
  .cid-tNXPFNqjnE .text-wrap .text-wrapper {
    margin: 0 40px 40px 0;
  }
}
@media (max-width: 992px) {
  .cid-tNXPFNqjnE .text-wrap .text-wrapper {
    margin: 0 0 30px 0;
  }
}
.cid-tNXPFNqjnE .text-wrap .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tNXPFNqjnE .text-wrap .text-wrapper .mbr-iconfont {
  font-size: 22px;
  margin-right: 24px;
  color: #ffa41d;
}
.cid-tNXPFNqjnE .image-wrapper img {
  height: 480px;
  object-fit: cover;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-tNXPFNqjnE .image-wrapper img {
    height: 280px;
  }
}
.cid-tNXPFNqjnE .mbr-text {
  color: #000000;
}
.cid-tNXRDom98r {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #f9f9fc;
}
.cid-tNXRDom98r .card-wrap-1 {
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.cid-tNXRDom98r .card-wrap-2 {
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-tNXRDom98r .card-1 {
  width: 404px;
  padding: 70px 60px;
  margin: 0 0 -1rem 0;
  background: #1b80e6;
}
@media (max-width: 998px) {
  .cid-tNXRDom98r .card-1 {
    width: auto;
    padding: 20px;
    margin: 0 0 43px 0;
  }
}
.cid-tNXRDom98r .card-1 .mbr-section-title {
  margin-bottom: 13px;
}
.cid-tNXRDom98r .card-1 .mbr-section-text {
  margin-bottom: 16px;
}
.cid-tNXRDom98r .card-1 .list {
  margin: 0;
  padding-left: 18px;
  list-style-position: inside;
}
.cid-tNXRDom98r .card-1 .list li::marker {
  color: #ffa41d;
}
.cid-tNXRDom98r .image-wrapper img {
  height: 579px;
  width: 100%;
  object-fit: cover;
}
.cid-tNXRDom98r .card-2 {
  width: 404px;
  padding: 90px 60px;
  margin: -4rem 0 0 -6rem;
  background: #484a4f;
}
@media (max-width: 1300px) {
  .cid-tNXRDom98r .card-2 {
    margin: -4rem 0 0 -9rem;
  }
}
@media (max-width: 1100px) {
  .cid-tNXRDom98r .card-2 {
    width: 350px;
  }
}
@media (max-width: 998px) {
  .cid-tNXRDom98r .card-2 {
    width: auto;
    padding: 20px;
    margin: 43px 0 0 0;
  }
}
.cid-tNXRDom98r .card-2 .mbr-title {
  margin-bottom: 13px;
}
.cid-tNXRDom98r .card-2 .mbr-text {
  margin-bottom: 18px;
  opacity: .7;
}
.cid-tNXRDom98r .btn {
  height: 55px;
  min-width: 170px;
  border: 2px solid #1e2024 !important;
  margin-top: 10px;
  margin-bottom: 0;
  box-shadow: none;
}
.cid-tNXRDom98r .btn:hover {
  box-shadow: none;
  border: 2px solid #1e2024 !important;
}
.cid-tNXRDom98r .mbr-section-title {
  color: #eaeaea;
}
.cid-tNXRDom98r .mbr-section-text {
  color: #ffffff;
}
.cid-tNXRDom98r .list {
  color: #ffffff;
}
.cid-tNXRDom98r .mbr-title {
  color: #FFFFFF;
}
.cid-tNXRDom98r .mbr-text {
  color: #FFFFFF;
}
.cid-tOf39RNX81 {
  background-color: #f9f9fc;
}
.cid-tOf39RNX81 .content {
  display: flex;
  height: 100px;
  justify-content: center;
  align-items: center;
}
.cid-tOf39RNX81 .content img {
  width: 43px;
  height: 43px;
  object-fit: cover;
  margin-right: 15px;
}
.cid-tOf39RNX81 .content p {
  margin: 0;
}
.cid-tOf39RNX81 .mbr-text {
  color: #ffffff;
}
.cid-tRDqYcNWz3 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #f0f0f5;
}
.cid-tRDqYcNWz3 .video-wrapper iframe {
  width: 100%;
}
.cid-tRDqYcNWz3 .mbr-section-title,
.cid-tRDqYcNWz3 .mbr-section-subtitle,
.cid-tRDqYcNWz3 .mbr-text {
  text-align: center;
}
.cid-tRDqYcNWz3 .mbr-section-subtitle {
  margin-bottom: 22px;
  letter-spacing: .13em;
  color: #23272b;
  text-align: center;
}
.cid-tRDqYcNWz3 .mbr-section-title {
  margin-bottom: 14px;
  color: #20232a;
  text-align: center;
}
.cid-tRDqYcNWz3 .mbr-text {
  margin-bottom: 0;
  color: #65676c;
}
.cid-tRDqYcNWz3 .mbr-section-head {
  margin-bottom: 45px;
}
.cid-tOf5e1B442 {
  background-color: #f9f9fc;
}
.cid-tOf5e1B442 .content {
  display: flex;
  height: 100px;
  justify-content: center;
  align-items: center;
}
.cid-tOf5e1B442 .content img {
  width: 43px;
  height: 43px;
  object-fit: cover;
  margin-right: 15px;
}
.cid-tOf5e1B442 .content p {
  margin: 0;
}
.cid-tOf5e1B442 .mbr-text {
  color: #ffffff;
}
.cid-tOe0iJ6LLC {
  background-image: url("../../../assets/images/dsc02116-2000x1127.jpg");
}
.cid-tOe0iJ6LLC .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOe0iJ6LLC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tOe0iJ6LLC .container {
    padding: 0 20px;
  }
}
.cid-tOe0iJ6LLC .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-tOe0iJ6LLC .title-wrapper .mbr-desc {
  margin: 0;
}
.cid-tOe0iJ6LLC .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-tOe0iJ6LLC .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-tNXTxVdQu3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ebebeb;
}
.cid-tNXTxVdQu3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNXTxVdQu3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tNXTxVdQu3 .container {
    padding: 0 30px;
  }
}
.cid-tNXTxVdQu3 .text-wrap {
  display: flex;
  align-items: flex-end;
}
.cid-tNXTxVdQu3 .text-wrap .text-wrapper {
  display: inline-flex;
  padding-top: 30px;
  border-top: 1px solid #ffb649;
  margin: 0 92px 40px 0;
  margin: 0 0 40px 92px;
}
@media (max-width: 1440px) {
  .cid-tNXTxVdQu3 .text-wrap .text-wrapper {
    margin: 0 0 40px 40px;
  }
}
@media (max-width: 992px) {
  .cid-tNXTxVdQu3 .text-wrap .text-wrapper {
    margin: 0 0 30px 0;
  }
}
@media (max-width: 1440px) {
  .cid-tNXTxVdQu3 .text-wrap .text-wrapper {
    margin: 0 40px 40px 0;
  }
}
@media (max-width: 992px) {
  .cid-tNXTxVdQu3 .text-wrap .text-wrapper {
    margin: 0 0 30px 0;
  }
}
.cid-tNXTxVdQu3 .text-wrap .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tNXTxVdQu3 .text-wrap .text-wrapper .mbr-iconfont {
  font-size: 22px;
  margin-right: 24px;
  color: #ffa41d;
}
.cid-tNXTxVdQu3 .image-wrapper img {
  height: 480px;
  object-fit: cover;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-tNXTxVdQu3 .image-wrapper img {
    height: 280px;
  }
}
.cid-tNXTxVdQu3 .mbr-text {
  color: #000000;
}
.cid-tOe0Xlh7Qy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ebebeb;
}
.cid-tOe0Xlh7Qy .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOe0Xlh7Qy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tOe0Xlh7Qy .container {
    padding: 0 30px;
  }
}
.cid-tOe0Xlh7Qy .text-wrap {
  display: flex;
  align-items: flex-end;
}
.cid-tOe0Xlh7Qy .text-wrap .text-wrapper {
  display: inline-flex;
  padding-top: 30px;
  border-top: 1px solid #000000;
  margin: 0 92px 40px 0;
}
@media (max-width: 1440px) {
  .cid-tOe0Xlh7Qy .text-wrap .text-wrapper {
    margin: 0 40px 40px 0;
  }
}
@media (max-width: 992px) {
  .cid-tOe0Xlh7Qy .text-wrap .text-wrapper {
    margin: 0 0 30px 0;
  }
}
.cid-tOe0Xlh7Qy .text-wrap .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tOe0Xlh7Qy .text-wrap .text-wrapper .mbr-iconfont {
  font-size: 22px;
  margin-right: 24px;
  color: #ffa41d;
}
.cid-tOe0Xlh7Qy .image-wrapper img {
  height: 480px;
  object-fit: cover;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-tOe0Xlh7Qy .image-wrapper img {
    height: 280px;
  }
}
.cid-tOe0Xlh7Qy .mbr-text {
  color: #000000;
}
.cid-tNXUA69UgL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f9f9fc;
}
.cid-tNXUA69UgL .card-wrap-1 {
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.cid-tNXUA69UgL .card-wrap-2 {
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-tNXUA69UgL .card-1 {
  width: 404px;
  padding: 70px 60px;
  margin: 0 0 -1rem 0;
  background: #0057fc;
}
@media (max-width: 998px) {
  .cid-tNXUA69UgL .card-1 {
    width: auto;
    padding: 20px;
    margin: 0 0 43px 0;
  }
}
.cid-tNXUA69UgL .card-1 .mbr-section-title {
  margin-bottom: 13px;
}
.cid-tNXUA69UgL .card-1 .mbr-section-text {
  margin-bottom: 16px;
}
.cid-tNXUA69UgL .card-1 .list {
  margin: 0;
  padding-left: 18px;
  list-style-position: inside;
}
.cid-tNXUA69UgL .card-1 .list li::marker {
  color: #ffa41d;
}
.cid-tNXUA69UgL .image-wrapper img {
  height: 579px;
  width: 100%;
  object-fit: cover;
}
.cid-tNXUA69UgL .card-2 {
  width: 404px;
  padding: 90px 60px;
  margin: -4rem 0 0 -6rem;
  background: #171a21;
}
@media (max-width: 1300px) {
  .cid-tNXUA69UgL .card-2 {
    margin: -4rem 0 0 -9rem;
  }
}
@media (max-width: 1100px) {
  .cid-tNXUA69UgL .card-2 {
    width: 350px;
  }
}
@media (max-width: 998px) {
  .cid-tNXUA69UgL .card-2 {
    width: auto;
    padding: 20px;
    margin: 43px 0 0 0;
  }
}
.cid-tNXUA69UgL .card-2 .mbr-title {
  margin-bottom: 13px;
}
.cid-tNXUA69UgL .card-2 .mbr-text {
  margin-bottom: 18px;
  opacity: .7;
}
.cid-tNXUA69UgL .btn {
  height: 55px;
  min-width: 170px;
  border: 2px solid #1e2024 !important;
  margin-top: 10px;
  margin-bottom: 0;
  box-shadow: none;
}
.cid-tNXUA69UgL .btn:hover {
  box-shadow: none;
  border: 2px solid #1e2024 !important;
}
.cid-tNXUA69UgL .mbr-section-title {
  color: #eaeaea;
}
.cid-tNXUA69UgL .mbr-section-text {
  color: #ffffff;
}
.cid-tNXUA69UgL .list {
  color: #ffffff;
}
.cid-tNXUA69UgL .mbr-title {
  color: #FFFFFF;
}
.cid-tNXUA69UgL .mbr-text {
  color: #FFFFFF;
}
.cid-tB7LA3f1vE {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #1b2028;
}
.cid-tB7LA3f1vE .mbr-fallback-image.disabled {
  display: none;
}
.cid-tB7LA3f1vE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tB7LA3f1vE .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-tB7LA3f1vE .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-tB7LA3f1vE .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-tB7LA3f1vE .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-tB7LA3f1vE .container {
    max-width: 100%;
  }
  .cid-tB7LA3f1vE .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-tB7LA3f1vE .item-wrap {
  width: 100%;
}
.cid-tB7LA3f1vE .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-tB7LA3f1vE .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tB7LA3f1vE .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tB7LA3f1vE .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tB7LA3f1vE .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-tB7LA3f1vE .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tB7LA3f1vE .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-tB7LA3f1vE .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-tB7LA3f1vE .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1f242e, #171a21);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-tB7LA3f1vE .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-tB7LA3f1vE .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #ffa41d;
}
.cid-tB7LA3f1vE .soc-item:hover {
  transform: translateY(-3px);
}
.cid-tB7LA3f1vE .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tB7LA3f1vE .col-links {
    padding-top: 20px;
  }
}
.cid-tB7LA3f1vE .mbr-section-subtitle {
  color: #ffa41d;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .cid-tB7LA3f1vE .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-tB7LA3f1vE .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #C4CFDE;
  transition: 0.4s all;
}
@media (max-width: 575px) {
  .cid-tB7LA3f1vE .list {
    text-align: center !important;
  }
}
.cid-tB7LA3f1vE .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-tB7LA3f1vE .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-tB7LA3f1vE .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-tB7LA3f1vE .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ffa41d;
  transition: 0.4s all;
}
.cid-tB7LA3f1vE .list a:hover {
  color: #ffa41d !important;
  line-height: inherit !important;
}
.cid-tB7LA3f1vE .list a:hover:before {
  width: 100%;
}
.cid-tB7LA3f1vE .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-tB7LA3f1vE .col-copyright {
    padding-top: 40px;
  }
}
.cid-tB7LA3f1vE .border-item {
  width: 100%;
  height: 1px;
  background-color: #ffa41d;
}
.cid-tB7LA3f1vE .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
.cid-tB7w5Dvaxi .navbar-dropdown {
  position: relative !important;
}
.cid-tB7w5Dvaxi .navbar-dropdown {
  position: absolute !important;
}
.cid-tB7w5Dvaxi .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-tB7w5Dvaxi .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tB7w5Dvaxi .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tB7w5Dvaxi .dropdown-item:hover,
.cid-tB7w5Dvaxi .dropdown-item:focus {
  background: #ffa41d !important;
  color: white !important;
}
.cid-tB7w5Dvaxi .dropdown-item:hover span {
  color: white;
}
.cid-tB7w5Dvaxi .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tB7w5Dvaxi .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tB7w5Dvaxi .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tB7w5Dvaxi .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tB7w5Dvaxi .nav-link {
  position: relative;
}
.cid-tB7w5Dvaxi .container {
  display: flex;
  margin: auto;
}
.cid-tB7w5Dvaxi .iconfont-wrapper {
  color: #ffa41d !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tB7w5Dvaxi .navbar-nav .nav-item {
  margin: 10px 14px !important;
}
.cid-tB7w5Dvaxi .navbar-nav .nav-item .nav-link {
  margin: 5px 10px !important;
  padding: 0 !important;
  transition: 0.3s all;
  opacity: 0.5;
}
.cid-tB7w5Dvaxi .navbar-nav .nav-item .nav-link:hover,
.cid-tB7w5Dvaxi .navbar-nav .nav-item .nav-link:focus,
.cid-tB7w5Dvaxi .navbar-nav .nav-item .nav-link:active {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-tB7w5Dvaxi .dropdown-menu,
.cid-tB7w5Dvaxi .navbar.opened {
  background: #1f242e !important;
}
.cid-tB7w5Dvaxi .nav-item:focus,
.cid-tB7w5Dvaxi .nav-link:focus {
  outline: none;
}
.cid-tB7w5Dvaxi .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tB7w5Dvaxi .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tB7w5Dvaxi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tB7w5Dvaxi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tB7w5Dvaxi .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tB7w5Dvaxi .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tB7w5Dvaxi .navbar {
  min-height: 122px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  padding: 0 !important;
  box-shadow: none !important;
  background: #1f242e;
  background: rgba(31, 36, 46, 0.3);
}
.cid-tB7w5Dvaxi .navbar:not(.navbar-short) {
  border-bottom: none;
}
.cid-tB7w5Dvaxi .navbar.opened {
  transition: all 0.3s;
}
.cid-tB7w5Dvaxi .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tB7w5Dvaxi .navbar .navbar-logo img {
  width: auto;
}
.cid-tB7w5Dvaxi .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tB7w5Dvaxi .navbar.collapsed {
  justify-content: center;
}
.cid-tB7w5Dvaxi .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tB7w5Dvaxi .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tB7w5Dvaxi .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.5rem);
  }
}
.cid-tB7w5Dvaxi .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tB7w5Dvaxi .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tB7w5Dvaxi .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tB7w5Dvaxi .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tB7w5Dvaxi .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tB7w5Dvaxi .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tB7w5Dvaxi .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tB7w5Dvaxi .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tB7w5Dvaxi .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tB7w5Dvaxi .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tB7w5Dvaxi .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tB7w5Dvaxi .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tB7w5Dvaxi .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tB7w5Dvaxi .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tB7w5Dvaxi .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tB7w5Dvaxi .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tB7w5Dvaxi .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tB7w5Dvaxi .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tB7w5Dvaxi .navbar.navbar-short {
  min-height: 90px;
}
.cid-tB7w5Dvaxi .navbar.navbar-short .navbar-logo img {
  height: 4.2rem !important;
}
.cid-tB7w5Dvaxi .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
@media (max-width: 575px) {
  .cid-tB7w5Dvaxi .navbar {
    min-height: 80px;
  }
}
.cid-tB7w5Dvaxi .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  padding-right: 15px;
  padding-left: 15px;
}
.cid-tB7w5Dvaxi .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tB7w5Dvaxi .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 575px) {
  .cid-tB7w5Dvaxi .navbar-brand {
    min-height: 69px;
  }
}
.cid-tB7w5Dvaxi .dropdown-item.active,
.cid-tB7w5Dvaxi .dropdown-item:active {
  background-color: transparent;
}
.cid-tB7w5Dvaxi .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tB7w5Dvaxi .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tB7w5Dvaxi .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tB7w5Dvaxi .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1f242e;
}
.cid-tB7w5Dvaxi .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tB7w5Dvaxi .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tB7w5Dvaxi ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tB7w5Dvaxi .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tB7w5Dvaxi button.navbar-toggler {
  display: none;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #171a21, #272c30);
  outline: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-tB7w5Dvaxi button.navbar-toggler:hover {
  transform: scale(1.1);
}
.cid-tB7w5Dvaxi button.navbar-toggler .hamburger {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-tB7w5Dvaxi button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #f9f9fc;
}
.cid-tB7w5Dvaxi button.navbar-toggler .hamburger span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-tB7w5Dvaxi button.navbar-toggler .hamburger span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-tB7w5Dvaxi button.navbar-toggler .hamburger span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-tB7w5Dvaxi button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tB7w5Dvaxi nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tB7w5Dvaxi nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tB7w5Dvaxi nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tB7w5Dvaxi nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tB7w5Dvaxi .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tB7w5Dvaxi a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tB7w5Dvaxi .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-tB7w5Dvaxi .navbar {
    height: 70px;
  }
  .cid-tB7w5Dvaxi .navbar.opened {
    height: auto;
  }
  .cid-tB7w5Dvaxi .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tB7w5Dvaxi .navbar-short {
  min-height: 90px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
  background: #1f242e;
  background: rgba(31, 36, 46, 0.3);
}
@media (max-width: 575px) {
  .cid-tB7w5Dvaxi .navbar-short {
    min-height: 70px;
  }
}
.cid-tB7w5Dvaxi .container-fluid {
  padding: 0 64px;
}
@media (max-width: 1599px) {
  .cid-tB7w5Dvaxi .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .cid-tB7w5Dvaxi .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .cid-tB7w5Dvaxi .container-fluid {
    padding: 0 3px;
  }
}
.cid-tB7w5Dvaxi .navbar-collapse {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-tB7w5Dvaxi .mbr-section-btn .btn {
  padding: 15px 35px;
}
@media (min-width: 992px) {
  .cid-tB7w5Dvaxi .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-tB7w5Dvaxi .container-fluid {
  flex-wrap: wrap;
}
.cid-tB7w5Dvaxi button.navbar-toggler {
  display: flex;
}
.cid-tB7w5Dvaxi .navbar-brand {
  width: auto !important;
}
.cid-tB7w5Dvaxi .navbar-collapse {
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.cid-tB7w5Dvaxi .navbar-collapse .nav-item {
  margin: 8px 0 !important;
}
.cid-tB7w5Dvaxi .navbar-collapse .nav-item .nav-link {
  margin: 0 !important;
  padding: 0 !important;
  transition: 0.3s all;
  opacity: 1;
  justify-content: left;
}
.cid-tB7w5Dvaxi .navbar-collapse .nav-item .nav-link:hover {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-tB7w5Dvaxi .icons-menu {
  margin-top: 10px;
  justify-content: left;
}
.cid-tB7w5Dvaxi .navbar-buttons {
  margin-top: 20px;
  text-align: left;
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
@media (max-width: 991px) {
  .cid-tB7w5Dvaxi .container-fluid {
    flex-wrap: wrap;
  }
  .cid-tB7w5Dvaxi button.navbar-toggler {
    display: flex;
  }
  .cid-tB7w5Dvaxi .navbar-brand {
    width: auto !important;
  }
  .cid-tB7w5Dvaxi .navbar-collapse {
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
  .cid-tB7w5Dvaxi .navbar-collapse .nav-item {
    margin: 8px 0 !important;
  }
  .cid-tB7w5Dvaxi .navbar-collapse .nav-item .nav-link {
    margin: 0 !important;
    padding: 0 !important;
    transition: 0.3s all;
    opacity: 1;
    justify-content: left;
  }
  .cid-tB7w5Dvaxi .navbar-collapse .nav-item .nav-link:hover {
    opacity: 1;
    color: #FFFFFF !important;
  }
  .cid-tB7w5Dvaxi .icons-menu {
    margin-top: 10px;
    justify-content: left;
  }
  .cid-tB7w5Dvaxi .navbar-buttons {
    margin-top: 20px;
    text-align: left;
    margin-left: -0.6rem;
    margin-right: -0.6rem;
  }
}
.cid-tWOImrE80l {
  padding-top: 10rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/dsc03410-2000x1127.jpg");
}
.cid-tWOImrE80l .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWOImrE80l .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWOImrE80l .container {
  max-width: 1600px;
}
.cid-tWOImrE80l .content-wrapper {
  display: flex;
  align-items: stretch;
  background: #171a21;
  padding: 4rem 4rem 6.5rem;
  border-radius: 4.17rem;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-tWOImrE80l .content-wrapper {
    padding: 40px 40px 5rem;
  }
}
@media (max-width: 767px) {
  .cid-tWOImrE80l .content-wrapper {
    padding: 4rem 6vw 5rem;
  }
}
.cid-tWOImrE80l .col-title {
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .cid-tWOImrE80l .col-title {
    margin-bottom: 50px;
  }
}
.cid-tWOImrE80l .mbr-section-title {
  color: #ffa41d;
}
.cid-tWOImrE80l .panel-group {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 0.83rem;
  border: none;
  padding: 0 !important;
}
@media (max-width: 767px) {
  .cid-tWOImrE80l .panel-group {
    grid-template-columns: 1fr;
    grid-column-gap: 0;
  }
}
.cid-tWOImrE80l .card {
  padding: 0 !important;
  overflow: hidden;
  width: 100%;
  margin-bottom: 0.83rem;
  border-radius: 1.25rem !important;
  background-color: rgba(255, 255, 255, 0.01);
}
.cid-tWOImrE80l .sign.mbr-iconfont {
  font-size: 22px !important;
  font-family: 'Moririse2' !important;
  color: #ffb649;
  margin-left: 1.2rem;
  transition: all ease-in-out 0.3s;
}
.cid-tWOImrE80l .card-header {
  border-bottom: none !important;
  padding: 0 !important;
}
.cid-tWOImrE80l .card-header .panel-title[aria-expanded="true"] .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-tWOImrE80l .panel-title-edit {
  color: #fafafa;
  transition: all ease-in-out 0.3s;
}
.cid-tWOImrE80l .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 40px !important;
}
@media (max-width: 991px) {
  .cid-tWOImrE80l .panel-title {
    padding: 16px 24px !important;
  }
}
.cid-tWOImrE80l .panel-title:hover .panel-title-edit {
  color: #ffa41d;
}
.cid-tWOImrE80l .panel-body {
  padding: 16px 40px 32px;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-tWOImrE80l .panel-body {
    padding: 16px 24px 24px;
  }
}
.cid-tWOImrE80l .panel-text {
  color: #ffa41d;
  margin-bottom: 0 !important;
}
.cid-tWOImrE80l .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-tWOImrE80l .col-text {
  width: 100%;
  margin-top: 64px;
}
@media (max-width: 991px) {
  .cid-tWOImrE80l .col-text {
    margin-top: 40px;
  }
}
.cid-tWOImrE80l .mbr-section-subtitle {
  color: #ffa41d;
}
.cid-tWOImrE80l .mbr-text {
  margin-top: 24px;
  color: #ffa41d;
}
@media (max-width: 991px) {
  .cid-tWOImrE80l .mbr-text {
    margin-top: 16px;
  }
}
.cid-tWOImrE80l .btn-container {
  padding: 0 4rem;
  margin-top: -3.5rem;
}
@media (max-width: 767px) {
  .cid-tWOImrE80l .btn-container {
    padding: 0 6vw;
    width: 100%;
  }
  .cid-tWOImrE80l .btn-container .custom-section-btn {
    width: 100%;
  }
  .cid-tWOImrE80l .btn-container .btn {
    width: 100%;
  }
}
.cid-tWPGhAwWIs {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #1b2028;
}
.cid-tWPGhAwWIs .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWPGhAwWIs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWPGhAwWIs .google-map {
  height: 35rem;
  position: relative;
  border-radius: 2rem;
}
.cid-tWPGhAwWIs .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-tWPGhAwWIs .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tWPGhAwWIs .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tWPGhAwWIs .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tWPGhAwWIs .mbr-section-title {
  color: #491414;
}
.cid-tWPGhAwWIs .mbr-section-subtitle {
  color: #ffa41d;
}
.cid-tB7LA3f1vE {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #1b2028;
}
.cid-tB7LA3f1vE .mbr-fallback-image.disabled {
  display: none;
}
.cid-tB7LA3f1vE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tB7LA3f1vE .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-tB7LA3f1vE .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-tB7LA3f1vE .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-tB7LA3f1vE .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-tB7LA3f1vE .container {
    max-width: 100%;
  }
  .cid-tB7LA3f1vE .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-tB7LA3f1vE .item-wrap {
  width: 100%;
}
.cid-tB7LA3f1vE .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-tB7LA3f1vE .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tB7LA3f1vE .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tB7LA3f1vE .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tB7LA3f1vE .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-tB7LA3f1vE .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tB7LA3f1vE .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-tB7LA3f1vE .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-tB7LA3f1vE .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1f242e, #171a21);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-tB7LA3f1vE .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-tB7LA3f1vE .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #ffa41d;
}
.cid-tB7LA3f1vE .soc-item:hover {
  transform: translateY(-3px);
}
.cid-tB7LA3f1vE .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tB7LA3f1vE .col-links {
    padding-top: 20px;
  }
}
.cid-tB7LA3f1vE .mbr-section-subtitle {
  color: #ffa41d;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .cid-tB7LA3f1vE .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-tB7LA3f1vE .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #C4CFDE;
  transition: 0.4s all;
}
@media (max-width: 575px) {
  .cid-tB7LA3f1vE .list {
    text-align: center !important;
  }
}
.cid-tB7LA3f1vE .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-tB7LA3f1vE .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-tB7LA3f1vE .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-tB7LA3f1vE .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ffa41d;
  transition: 0.4s all;
}
.cid-tB7LA3f1vE .list a:hover {
  color: #ffa41d !important;
  line-height: inherit !important;
}
.cid-tB7LA3f1vE .list a:hover:before {
  width: 100%;
}
.cid-tB7LA3f1vE .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-tB7LA3f1vE .col-copyright {
    padding-top: 40px;
  }
}
.cid-tB7LA3f1vE .border-item {
  width: 100%;
  height: 1px;
  background-color: #ffa41d;
}
.cid-tB7LA3f1vE .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
.cid-tB7w5Dvaxi .navbar-dropdown {
  position: relative !important;
}
.cid-tB7w5Dvaxi .navbar-dropdown {
  position: absolute !important;
}
.cid-tB7w5Dvaxi .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-tB7w5Dvaxi .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tB7w5Dvaxi .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tB7w5Dvaxi .dropdown-item:hover,
.cid-tB7w5Dvaxi .dropdown-item:focus {
  background: #ffa41d !important;
  color: white !important;
}
.cid-tB7w5Dvaxi .dropdown-item:hover span {
  color: white;
}
.cid-tB7w5Dvaxi .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tB7w5Dvaxi .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tB7w5Dvaxi .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tB7w5Dvaxi .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tB7w5Dvaxi .nav-link {
  position: relative;
}
.cid-tB7w5Dvaxi .container {
  display: flex;
  margin: auto;
}
.cid-tB7w5Dvaxi .iconfont-wrapper {
  color: #ffa41d !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tB7w5Dvaxi .navbar-nav .nav-item {
  margin: 10px 14px !important;
}
.cid-tB7w5Dvaxi .navbar-nav .nav-item .nav-link {
  margin: 5px 10px !important;
  padding: 0 !important;
  transition: 0.3s all;
  opacity: 0.5;
}
.cid-tB7w5Dvaxi .navbar-nav .nav-item .nav-link:hover,
.cid-tB7w5Dvaxi .navbar-nav .nav-item .nav-link:focus,
.cid-tB7w5Dvaxi .navbar-nav .nav-item .nav-link:active {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-tB7w5Dvaxi .dropdown-menu,
.cid-tB7w5Dvaxi .navbar.opened {
  background: #1f242e !important;
}
.cid-tB7w5Dvaxi .nav-item:focus,
.cid-tB7w5Dvaxi .nav-link:focus {
  outline: none;
}
.cid-tB7w5Dvaxi .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tB7w5Dvaxi .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tB7w5Dvaxi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tB7w5Dvaxi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tB7w5Dvaxi .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tB7w5Dvaxi .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tB7w5Dvaxi .navbar {
  min-height: 122px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  padding: 0 !important;
  box-shadow: none !important;
  background: #1f242e;
  background: rgba(31, 36, 46, 0.3);
}
.cid-tB7w5Dvaxi .navbar:not(.navbar-short) {
  border-bottom: none;
}
.cid-tB7w5Dvaxi .navbar.opened {
  transition: all 0.3s;
}
.cid-tB7w5Dvaxi .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tB7w5Dvaxi .navbar .navbar-logo img {
  width: auto;
}
.cid-tB7w5Dvaxi .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tB7w5Dvaxi .navbar.collapsed {
  justify-content: center;
}
.cid-tB7w5Dvaxi .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tB7w5Dvaxi .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tB7w5Dvaxi .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.5rem);
  }
}
.cid-tB7w5Dvaxi .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tB7w5Dvaxi .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tB7w5Dvaxi .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tB7w5Dvaxi .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tB7w5Dvaxi .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tB7w5Dvaxi .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tB7w5Dvaxi .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tB7w5Dvaxi .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tB7w5Dvaxi .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tB7w5Dvaxi .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tB7w5Dvaxi .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tB7w5Dvaxi .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tB7w5Dvaxi .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tB7w5Dvaxi .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tB7w5Dvaxi .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tB7w5Dvaxi .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tB7w5Dvaxi .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tB7w5Dvaxi .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tB7w5Dvaxi .navbar.navbar-short {
  min-height: 90px;
}
.cid-tB7w5Dvaxi .navbar.navbar-short .navbar-logo img {
  height: 4.2rem !important;
}
.cid-tB7w5Dvaxi .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
@media (max-width: 575px) {
  .cid-tB7w5Dvaxi .navbar {
    min-height: 80px;
  }
}
.cid-tB7w5Dvaxi .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  padding-right: 15px;
  padding-left: 15px;
}
.cid-tB7w5Dvaxi .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tB7w5Dvaxi .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 575px) {
  .cid-tB7w5Dvaxi .navbar-brand {
    min-height: 69px;
  }
}
.cid-tB7w5Dvaxi .dropdown-item.active,
.cid-tB7w5Dvaxi .dropdown-item:active {
  background-color: transparent;
}
.cid-tB7w5Dvaxi .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tB7w5Dvaxi .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tB7w5Dvaxi .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tB7w5Dvaxi .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1f242e;
}
.cid-tB7w5Dvaxi .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tB7w5Dvaxi .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tB7w5Dvaxi ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tB7w5Dvaxi .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tB7w5Dvaxi button.navbar-toggler {
  display: none;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #171a21, #272c30);
  outline: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-tB7w5Dvaxi button.navbar-toggler:hover {
  transform: scale(1.1);
}
.cid-tB7w5Dvaxi button.navbar-toggler .hamburger {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-tB7w5Dvaxi button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #f9f9fc;
}
.cid-tB7w5Dvaxi button.navbar-toggler .hamburger span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-tB7w5Dvaxi button.navbar-toggler .hamburger span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-tB7w5Dvaxi button.navbar-toggler .hamburger span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-tB7w5Dvaxi button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tB7w5Dvaxi nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tB7w5Dvaxi nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tB7w5Dvaxi nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tB7w5Dvaxi nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tB7w5Dvaxi .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tB7w5Dvaxi a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tB7w5Dvaxi .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-tB7w5Dvaxi .navbar {
    height: 70px;
  }
  .cid-tB7w5Dvaxi .navbar.opened {
    height: auto;
  }
  .cid-tB7w5Dvaxi .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tB7w5Dvaxi .navbar-short {
  min-height: 90px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
  background: #1f242e;
  background: rgba(31, 36, 46, 0.3);
}
@media (max-width: 575px) {
  .cid-tB7w5Dvaxi .navbar-short {
    min-height: 70px;
  }
}
.cid-tB7w5Dvaxi .container-fluid {
  padding: 0 64px;
}
@media (max-width: 1599px) {
  .cid-tB7w5Dvaxi .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .cid-tB7w5Dvaxi .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .cid-tB7w5Dvaxi .container-fluid {
    padding: 0 3px;
  }
}
.cid-tB7w5Dvaxi .navbar-collapse {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-tB7w5Dvaxi .mbr-section-btn .btn {
  padding: 15px 35px;
}
@media (min-width: 992px) {
  .cid-tB7w5Dvaxi .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-tB7w5Dvaxi .container-fluid {
  flex-wrap: wrap;
}
.cid-tB7w5Dvaxi button.navbar-toggler {
  display: flex;
}
.cid-tB7w5Dvaxi .navbar-brand {
  width: auto !important;
}
.cid-tB7w5Dvaxi .navbar-collapse {
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.cid-tB7w5Dvaxi .navbar-collapse .nav-item {
  margin: 8px 0 !important;
}
.cid-tB7w5Dvaxi .navbar-collapse .nav-item .nav-link {
  margin: 0 !important;
  padding: 0 !important;
  transition: 0.3s all;
  opacity: 1;
  justify-content: left;
}
.cid-tB7w5Dvaxi .navbar-collapse .nav-item .nav-link:hover {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-tB7w5Dvaxi .icons-menu {
  margin-top: 10px;
  justify-content: left;
}
.cid-tB7w5Dvaxi .navbar-buttons {
  margin-top: 20px;
  text-align: left;
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
@media (max-width: 991px) {
  .cid-tB7w5Dvaxi .container-fluid {
    flex-wrap: wrap;
  }
  .cid-tB7w5Dvaxi button.navbar-toggler {
    display: flex;
  }
  .cid-tB7w5Dvaxi .navbar-brand {
    width: auto !important;
  }
  .cid-tB7w5Dvaxi .navbar-collapse {
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
  .cid-tB7w5Dvaxi .navbar-collapse .nav-item {
    margin: 8px 0 !important;
  }
  .cid-tB7w5Dvaxi .navbar-collapse .nav-item .nav-link {
    margin: 0 !important;
    padding: 0 !important;
    transition: 0.3s all;
    opacity: 1;
    justify-content: left;
  }
  .cid-tB7w5Dvaxi .navbar-collapse .nav-item .nav-link:hover {
    opacity: 1;
    color: #FFFFFF !important;
  }
  .cid-tB7w5Dvaxi .icons-menu {
    margin-top: 10px;
    justify-content: left;
  }
  .cid-tB7w5Dvaxi .navbar-buttons {
    margin-top: 20px;
    text-align: left;
    margin-left: -0.6rem;
    margin-right: -0.6rem;
  }
}
.cid-ueUXnTg29w {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f9f9fc;
}
.cid-ueUXnTg29w .content {
  display: flex;
  align-items: center;
}
.cid-ueUXnTg29w .mbr-section-subtitle {
  margin-bottom: 27px;
  letter-spacing: .13em;
  color: #FF4712;
}
.cid-ueUXnTg29w .mbr-section-title {
  margin-bottom: 13px;
  color: #080808;
}
.cid-ueUXnTg29w .mbr-text {
  margin-bottom: 38px;
  color: #65676c;
}
.cid-ueUXnTg29w .btn {
  height: 55px;
  min-width: 170px;
  box-shadow: none;
  margin-top: 0;
}
.cid-ueUXnTg29w .btn:hover {
  box-shadow: none;
}
.cid-ueUXnTg29w .image-wrapper {
  display: flex;
  justify-content: flex-end;
  position: relative;
}
@media (max-width: 992px) {
  .cid-ueUXnTg29w .image-wrapper {
    margin-top: 25px;
  }
}
.cid-ueUXnTg29w .image-wrapper img {
  width: 480px;
  height: 457px;
  margin: 0 auto;
  object-fit: cover;
}
@media (max-width: 1040px) {
  .cid-ueUXnTg29w .image-wrapper img {
    width: 310px;
    height: 290px;
  }
}
@media (max-width: 992px) {
  .cid-ueUXnTg29w .image-wrapper img {
    max-width: 480px;
    min-height: 230px;
  }
}
.cid-ueUXnTg29w .image-wrapper .image-absolute-1 {
  position: absolute;
  top: 56%;
  left: 1%;
  width: 112px;
  height: 112px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #ff6c42;
}
.cid-ueUXnTg29w .image-wrapper .image-absolute-1 .mbr-iconfont {
  font-size: 32px;
  margin-bottom: 10px;
}
.cid-ueUXnTg29w .image-wrapper .image-absolute-1 .mbr-image-text {
  margin: 0;
}
.cid-ueUXnTg29w .image-wrapper .image-absolute-2 {
  position: absolute;
  top: 10%;
  right: 1%;
  width: 112px;
  height: 112px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #ff6c42;
}
.cid-ueUXnTg29w .image-wrapper .image-absolute-2 .mbr-iconfont {
  font-size: 32px;
  margin-bottom: 10px;
}
.cid-ueUXnTg29w .image-wrapper .image-absolute-2 .mbr-image-text {
  margin: 0;
}
.cid-ueUXnTg29w .mbr-iconfont {
  color: #ffffff;
}
.cid-ueUXnTg29w .mbr-image-text {
  color: #ffffff;
}
.cid-ueUXnTg29w .mbr-image-text,
.cid-ueUXnTg29w .mbr-iconfont {
  text-align: center;
}
.cid-ueUXfupM3e {
  background-image: url("../../../assets/images/dsc08200-2000x1127.jpg");
}
.cid-ueUXfupM3e .mbr-list {
  display: inline-flex;
}
@media (max-width: 768px) {
  .cid-ueUXfupM3e .mbr-list {
    display: block;
    width: auto;
  }
}
.cid-ueUXfupM3e .mbr-list ul {
  margin: 0 72px 0 0;
  list-style: none;
  padding-left: 0;
  list-style-position: inside;
}
.cid-ueUXfupM3e .mbr-list ul li {
  margin-bottom: 16px;
  position: relative;
  display: flex;
}
.cid-ueUXfupM3e .mbr-list ul li:before {
  margin-top: -11px;
  margin-right: 12px;
  content: "\2022";
  color: #f9f9fc;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
  line-height: 1.2;
}
.cid-ueUXfupM3e .mbr-section-subtitle {
  margin-bottom: 27px;
  letter-spacing: .13em;
  color: #ffffff;
}
.cid-ueUXfupM3e .mbr-section-title {
  margin-bottom: 13px;
  color: #080808;
}
.cid-ueUXfupM3e .mbr-text {
  margin-bottom: 32px;
  color: #ffffff;
}
.cid-ueUXfupM3e .image-wrapper {
  display: flex;
  justify-content: flex-end;
  position: relative;
}
@media (max-width: 992px) {
  .cid-ueUXfupM3e .image-wrapper {
    margin-top: 23px;
  }
}
.cid-ueUXfupM3e .image-wrapper img:first-child {
  width: 79%;
  max-width: 520px;
  object-fit: cover;
}
.cid-ueUXfupM3e .image-wrapper .image-absolute {
  position: absolute;
  top: 48%;
  left: 0;
  max-width: 354px;
  max-height: 283px;
}
@media (max-width: 768px) {
  .cid-ueUXfupM3e .image-wrapper .image-absolute {
    max-width: 200px;
    max-height: 250px;
  }
}
.cid-ueUXfupM3e .image-wrapper .image-logo {
  position: absolute;
  top: 24%;
  left: 57%;
  width: 80px;
  height: 80px;
}
.cid-ueUXfupM3e .mbr-section-title,
.cid-ueUXfupM3e .list-wrapper {
  text-align: left;
  color: #ffffff;
}
.cid-ueUXfupM3e DIV {
  color: #adaeb1;
}
.cid-ueUYhICGyQ {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ueUYhICGyQ .mbr-section-subtitle {
  margin-bottom: 22px;
  letter-spacing: .13em;
  color: #FF4712;
}
@media (max-width: 768px) {
  .cid-ueUYhICGyQ .mbr-section-subtitle {
    margin-bottom: 8px;
  }
}
.cid-ueUYhICGyQ .mbr-section-title {
  margin-bottom: 0;
  color: #ffa41d;
}
@media (max-width: 768px) {
  .cid-ueUYhICGyQ .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-ueUYhICGyQ .mbr-text {
  padding-top: 10px;
  margin-bottom: 0;
  color: #484a4f;
}
@media (max-width: 768px) {
  .cid-ueUYhICGyQ .mbr-text {
    padding: 0;
  }
}
.cid-ueUXYTJfvf {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #5c719a;
}
.cid-ueUXYTJfvf .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-ueUXYTJfvf .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-ueUXYTJfvf .container {
    padding: 0 25px;
  }
}
.cid-ueUXYTJfvf .row {
  margin: 0;
}
.cid-ueUXYTJfvf .row .card {
  padding: 0;
}
.cid-ueUXYTJfvf .title-wrapper {
  display: flex;
  align-items: flex-end;
  position: relative;
  padding: 72px 72px 120px;
  height: 100%;
}
@media (max-width: 768px) {
  .cid-ueUXYTJfvf .title-wrapper {
    padding: 45px 25px;
  }
}
.cid-ueUXYTJfvf .title-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-ueUXYTJfvf .title-wrapper .title-wrap {
  position: relative;
  z-index: 1;
}
.cid-ueUXYTJfvf .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 50px;
}
.cid-ueUXYTJfvf .item:focus,
.cid-ueUXYTJfvf span:focus {
  outline: none;
}
.cid-ueUXYTJfvf .item-wrapper {
  position: relative;
}
.cid-ueUXYTJfvf .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-ueUXYTJfvf .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-ueUXYTJfvf .embla__slide .slide-content {
  padding: 100px 72px;
  width: 100%;
  border-radius: 0 !important;
}
@media (max-width: 768px) {
  .cid-ueUXYTJfvf .embla__slide .slide-content {
    padding: 45px 25px;
  }
}
.cid-ueUXYTJfvf .embla__slide .slide-content a .item-wrapper {
  padding: 0 45px;
}
@media (max-width: 768px) {
  .cid-ueUXYTJfvf .embla__slide .slide-content a .item-wrapper {
    padding: 0;
  }
}
.cid-ueUXYTJfvf .embla__slide .slide-content a .item-wrapper .item-img {
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .cid-ueUXYTJfvf .embla__slide .slide-content a .item-wrapper .item-img {
    margin-bottom: 25px;
  }
}
.cid-ueUXYTJfvf .embla__slide .slide-content a .item-wrapper .item-img img {
  height: 520px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-ueUXYTJfvf .embla__slide .slide-content a .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-ueUXYTJfvf .embla__slide .slide-content a .item-content {
  padding: 0 75px;
}
@media (max-width: 768px) {
  .cid-ueUXYTJfvf .embla__slide .slide-content a .item-content {
    padding: 0;
  }
}
.cid-ueUXYTJfvf .embla__slide .slide-content a .item-content .item-subtitle {
  margin-bottom: 10px;
}
.cid-ueUXYTJfvf .embla__slide .slide-content a .item-content .item-title {
  margin-bottom: 0;
}
.cid-ueUXYTJfvf .embla__button--next,
.cid-ueUXYTJfvf .embla__button--prev {
  display: flex;
}
.cid-ueUXYTJfvf .embla__button {
  bottom: 8rem;
  width: 72px;
  height: 20px;
  margin-top: -1.5rem;
  font-size: 18px;
  background-color: transparent !important;
  color: #ffffff !important;
  border: none;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-ueUXYTJfvf .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-ueUXYTJfvf .embla__button:hover {
  opacity: .7 !important;
}
.cid-ueUXYTJfvf .embla__button.embla__button--prev {
  left: 72px;
}
.cid-ueUXYTJfvf .embla__button.embla__button--prev .mbr-prev {
  font-family: "Archivo", sans-serif;
}
@media (max-width: 768px) {
  .cid-ueUXYTJfvf .embla__button.embla__button--prev {
    left: 25px;
  }
}
.cid-ueUXYTJfvf .embla__button.embla__button--next {
  right: 72px;
}
.cid-ueUXYTJfvf .embla__button.embla__button--next .mbr-next {
  font-family: "Archivo", sans-serif;
}
@media (max-width: 768px) {
  .cid-ueUXYTJfvf .embla__button.embla__button--next {
    right: 25px;
  }
}
@media (max-width: 768px) {
  .cid-ueUXYTJfvf .embla__button {
    bottom: 1rem;
  }
}
.cid-ueUXYTJfvf .embla {
  position: relative;
  width: 100%;
}
.cid-ueUXYTJfvf .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-ueUXYTJfvf .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-ueUXYTJfvf .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-ueUXYTJfvf .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-ueUXYTJfvf .mbr-section-title {
  color: #ffffff;
}
.cid-ueUXYTJfvf .item-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-ueUXYTJfvf .item-title {
  color: #272c30;
  text-align: center;
}
.cid-ueUYiExL4U {
  padding-top: 7rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/dsc08490yt-1600x900.jpg");
}
.cid-ueUYiExL4U .mbr-list {
  display: inline-flex;
}
@media (max-width: 768px) {
  .cid-ueUYiExL4U .mbr-list {
    display: block;
    width: auto;
  }
}
.cid-ueUYiExL4U .mbr-list ul {
  margin: 0 72px 0 0;
  list-style: none;
  padding-left: 0;
  list-style-position: inside;
}
.cid-ueUYiExL4U .mbr-list ul li {
  margin-bottom: 16px;
  display: flex;
  list-style: none;
  position: relative;
}
.cid-ueUYiExL4U .mbr-list ul li:before {
  margin-top: -3px;
  margin-right: 12px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000000;
  background-color: #ffa41d;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: none;
  border: 1px solid #ffa41d;
  color: #ffa41d;
}
.cid-ueUYiExL4U .mbr-section-subtitle {
  margin-bottom: 27px;
  letter-spacing: .13em;
  color: #ffffff;
}
.cid-ueUYiExL4U .mbr-section-title {
  margin-bottom: 13px;
  color: #080808;
}
.cid-ueUYiExL4U .mbr-text {
  margin-bottom: 32px;
  color: #ffffff;
}
.cid-ueUYiExL4U .image-wrapper {
  display: flex;
  justify-content: flex-end;
  position: relative;
}
@media (max-width: 992px) {
  .cid-ueUYiExL4U .image-wrapper {
    margin-top: 23px;
  }
}
.cid-ueUYiExL4U .image-wrapper img:first-child {
  width: 79%;
  max-width: 520px;
  object-fit: cover;
}
.cid-ueUYiExL4U .image-wrapper .image-absolute {
  position: absolute;
  top: 48%;
  left: 0;
  max-width: 354px;
  max-height: 283px;
}
@media (max-width: 768px) {
  .cid-ueUYiExL4U .image-wrapper .image-absolute {
    max-width: 200px;
    max-height: 250px;
  }
}
.cid-ueUYiExL4U .image-wrapper .image-logo {
  position: absolute;
  top: 24%;
  left: 57%;
  width: 80px;
  height: 80px;
}
.cid-ueUYiExL4U .mbr-section-title,
.cid-ueUYiExL4U .list-wrapper {
  text-align: left;
}
.cid-ueUYiExL4U DIV {
  color: #ffffff;
}
.cid-ueUYtIwuot {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f9f9fc;
}
.cid-ueUYtIwuot .mbr-section-subtitle {
  margin-bottom: 22px;
  letter-spacing: .13em;
  color: #FF4712;
}
@media (max-width: 768px) {
  .cid-ueUYtIwuot .mbr-section-subtitle {
    margin-bottom: 8px;
  }
}
.cid-ueUYtIwuot .mbr-section-title {
  margin-bottom: 0;
  color: #20232a;
}
@media (max-width: 768px) {
  .cid-ueUYtIwuot .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-ueUYtIwuot .mbr-text {
  padding-top: 10px;
  margin-bottom: 0;
  color: #84858a;
}
@media (max-width: 768px) {
  .cid-ueUYtIwuot .mbr-text {
    padding: 0;
  }
}
.cid-uk6NCrokke {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #1b2028;
}
.cid-uk6NCrokke .header-text {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  color: #232323;
}
.cid-uk6NCrokke .accordion-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-uk6NCrokke .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uk6NCrokke .panel-group {
  width: 100%;
}
.cid-uk6NCrokke .panel-text {
  color: #ffffff;
}
.cid-uk6NCrokke .card {
  border-radius: 0px;
  margin-bottom: .5rem;
}
.cid-uk6NCrokke .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-uk6NCrokke .card .card-header a.panel-title {
  -webkit-justify-content: space-between;
  justify-content: space-between;
  transition: all .3s;
  background-color: #d58001;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-uk6NCrokke .card .card-header a.panel-title:hover {
  opacity: 0.5;
}
.cid-uk6NCrokke .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-uk6NCrokke .card .card-header a.panel-title .sign {
  padding-right: 1rem;
}
.cid-uk6NCrokke .card .card-header a.panel-title h4 {
  padding: 1rem 1rem;
  margin-bottom: 0;
}
.cid-uk6NCrokke .card .panel-body {
  background: #1f242e;
}
.cid-uk6NCrokke .sign {
  color: #232323;
}
.cid-uk6NCrokke .mbr-section-title {
  color: #ffffff;
}
.cid-uk6NCrokke .header-text,
.cid-uk6NCrokke .sign {
  color: #ffffff;
}
.cid-tB7LA3f1vE {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #1b2028;
}
.cid-tB7LA3f1vE .mbr-fallback-image.disabled {
  display: none;
}
.cid-tB7LA3f1vE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tB7LA3f1vE .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-tB7LA3f1vE .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-tB7LA3f1vE .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-tB7LA3f1vE .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-tB7LA3f1vE .container {
    max-width: 100%;
  }
  .cid-tB7LA3f1vE .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-tB7LA3f1vE .item-wrap {
  width: 100%;
}
.cid-tB7LA3f1vE .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-tB7LA3f1vE .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tB7LA3f1vE .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tB7LA3f1vE .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tB7LA3f1vE .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-tB7LA3f1vE .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tB7LA3f1vE .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-tB7LA3f1vE .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-tB7LA3f1vE .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1f242e, #171a21);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-tB7LA3f1vE .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-tB7LA3f1vE .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #ffa41d;
}
.cid-tB7LA3f1vE .soc-item:hover {
  transform: translateY(-3px);
}
.cid-tB7LA3f1vE .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tB7LA3f1vE .col-links {
    padding-top: 20px;
  }
}
.cid-tB7LA3f1vE .mbr-section-subtitle {
  color: #ffa41d;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .cid-tB7LA3f1vE .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-tB7LA3f1vE .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #C4CFDE;
  transition: 0.4s all;
}
@media (max-width: 575px) {
  .cid-tB7LA3f1vE .list {
    text-align: center !important;
  }
}
.cid-tB7LA3f1vE .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-tB7LA3f1vE .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-tB7LA3f1vE .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-tB7LA3f1vE .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ffa41d;
  transition: 0.4s all;
}
.cid-tB7LA3f1vE .list a:hover {
  color: #ffa41d !important;
  line-height: inherit !important;
}
.cid-tB7LA3f1vE .list a:hover:before {
  width: 100%;
}
.cid-tB7LA3f1vE .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-tB7LA3f1vE .col-copyright {
    padding-top: 40px;
  }
}
.cid-tB7LA3f1vE .border-item {
  width: 100%;
  height: 1px;
  background-color: #ffa41d;
}
.cid-tB7LA3f1vE .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
.cid-tBePA7zXnI .navbar-dropdown {
  position: relative !important;
}
.cid-tBePA7zXnI .navbar-dropdown {
  position: absolute !important;
}
.cid-tBePA7zXnI .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-tBePA7zXnI .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tBePA7zXnI .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tBePA7zXnI .dropdown-item:hover,
.cid-tBePA7zXnI .dropdown-item:focus {
  background: #ffa41d !important;
  color: white !important;
}
.cid-tBePA7zXnI .dropdown-item:hover span {
  color: white;
}
.cid-tBePA7zXnI .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tBePA7zXnI .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tBePA7zXnI .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tBePA7zXnI .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tBePA7zXnI .nav-link {
  position: relative;
}
.cid-tBePA7zXnI .container {
  display: flex;
  margin: auto;
}
.cid-tBePA7zXnI .iconfont-wrapper {
  color: #ffa41d !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tBePA7zXnI .navbar-nav .nav-item {
  margin: 10px 14px !important;
}
.cid-tBePA7zXnI .navbar-nav .nav-item .nav-link {
  margin: 5px 10px !important;
  padding: 0 !important;
  transition: 0.3s all;
  opacity: 0.5;
}
.cid-tBePA7zXnI .navbar-nav .nav-item .nav-link:hover,
.cid-tBePA7zXnI .navbar-nav .nav-item .nav-link:focus,
.cid-tBePA7zXnI .navbar-nav .nav-item .nav-link:active {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-tBePA7zXnI .dropdown-menu,
.cid-tBePA7zXnI .navbar.opened {
  background: #1f242e !important;
}
.cid-tBePA7zXnI .nav-item:focus,
.cid-tBePA7zXnI .nav-link:focus {
  outline: none;
}
.cid-tBePA7zXnI .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tBePA7zXnI .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tBePA7zXnI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tBePA7zXnI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tBePA7zXnI .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tBePA7zXnI .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tBePA7zXnI .navbar {
  min-height: 122px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  padding: 0 !important;
  box-shadow: none !important;
  background: #1f242e;
  background: rgba(31, 36, 46, 0.3);
}
.cid-tBePA7zXnI .navbar:not(.navbar-short) {
  border-bottom: none;
}
.cid-tBePA7zXnI .navbar.opened {
  transition: all 0.3s;
}
.cid-tBePA7zXnI .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tBePA7zXnI .navbar .navbar-logo img {
  width: auto;
}
.cid-tBePA7zXnI .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tBePA7zXnI .navbar.collapsed {
  justify-content: center;
}
.cid-tBePA7zXnI .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tBePA7zXnI .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tBePA7zXnI .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.5rem);
  }
}
.cid-tBePA7zXnI .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tBePA7zXnI .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tBePA7zXnI .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tBePA7zXnI .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tBePA7zXnI .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tBePA7zXnI .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tBePA7zXnI .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tBePA7zXnI .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tBePA7zXnI .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tBePA7zXnI .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tBePA7zXnI .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tBePA7zXnI .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tBePA7zXnI .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tBePA7zXnI .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tBePA7zXnI .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tBePA7zXnI .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tBePA7zXnI .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tBePA7zXnI .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tBePA7zXnI .navbar.navbar-short {
  min-height: 90px;
}
.cid-tBePA7zXnI .navbar.navbar-short .navbar-logo img {
  height: 4.2rem !important;
}
.cid-tBePA7zXnI .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
@media (max-width: 575px) {
  .cid-tBePA7zXnI .navbar {
    min-height: 80px;
  }
}
.cid-tBePA7zXnI .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  padding-right: 15px;
  padding-left: 15px;
}
.cid-tBePA7zXnI .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tBePA7zXnI .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 575px) {
  .cid-tBePA7zXnI .navbar-brand {
    min-height: 69px;
  }
}
.cid-tBePA7zXnI .dropdown-item.active,
.cid-tBePA7zXnI .dropdown-item:active {
  background-color: transparent;
}
.cid-tBePA7zXnI .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tBePA7zXnI .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tBePA7zXnI .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tBePA7zXnI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1f242e;
}
.cid-tBePA7zXnI .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tBePA7zXnI .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tBePA7zXnI ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tBePA7zXnI .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tBePA7zXnI button.navbar-toggler {
  display: none;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #171a21, #272c30);
  outline: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-tBePA7zXnI button.navbar-toggler:hover {
  transform: scale(1.1);
}
.cid-tBePA7zXnI button.navbar-toggler .hamburger {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-tBePA7zXnI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #f9f9fc;
}
.cid-tBePA7zXnI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-tBePA7zXnI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-tBePA7zXnI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-tBePA7zXnI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tBePA7zXnI nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tBePA7zXnI nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tBePA7zXnI nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tBePA7zXnI nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tBePA7zXnI .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tBePA7zXnI a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tBePA7zXnI .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-tBePA7zXnI .navbar {
    height: 70px;
  }
  .cid-tBePA7zXnI .navbar.opened {
    height: auto;
  }
  .cid-tBePA7zXnI .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tBePA7zXnI .navbar-short {
  min-height: 90px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
  background: #1f242e;
  background: rgba(31, 36, 46, 0.3);
}
@media (max-width: 575px) {
  .cid-tBePA7zXnI .navbar-short {
    min-height: 70px;
  }
}
.cid-tBePA7zXnI .container-fluid {
  padding: 0 64px;
}
@media (max-width: 1599px) {
  .cid-tBePA7zXnI .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .cid-tBePA7zXnI .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .cid-tBePA7zXnI .container-fluid {
    padding: 0 3px;
  }
}
.cid-tBePA7zXnI .navbar-collapse {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-tBePA7zXnI .mbr-section-btn .btn {
  padding: 15px 35px;
}
@media (min-width: 992px) {
  .cid-tBePA7zXnI .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-tBePA7zXnI .container-fluid {
  flex-wrap: wrap;
}
.cid-tBePA7zXnI button.navbar-toggler {
  display: flex;
}
.cid-tBePA7zXnI .navbar-brand {
  width: auto !important;
}
.cid-tBePA7zXnI .navbar-collapse {
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.cid-tBePA7zXnI .navbar-collapse .nav-item {
  margin: 8px 0 !important;
}
.cid-tBePA7zXnI .navbar-collapse .nav-item .nav-link {
  margin: 0 !important;
  padding: 0 !important;
  transition: 0.3s all;
  opacity: 1;
  justify-content: left;
}
.cid-tBePA7zXnI .navbar-collapse .nav-item .nav-link:hover {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-tBePA7zXnI .icons-menu {
  margin-top: 10px;
  justify-content: left;
}
.cid-tBePA7zXnI .navbar-buttons {
  margin-top: 20px;
  text-align: left;
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
@media (max-width: 991px) {
  .cid-tBePA7zXnI .container-fluid {
    flex-wrap: wrap;
  }
  .cid-tBePA7zXnI button.navbar-toggler {
    display: flex;
  }
  .cid-tBePA7zXnI .navbar-brand {
    width: auto !important;
  }
  .cid-tBePA7zXnI .navbar-collapse {
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
  .cid-tBePA7zXnI .navbar-collapse .nav-item {
    margin: 8px 0 !important;
  }
  .cid-tBePA7zXnI .navbar-collapse .nav-item .nav-link {
    margin: 0 !important;
    padding: 0 !important;
    transition: 0.3s all;
    opacity: 1;
    justify-content: left;
  }
  .cid-tBePA7zXnI .navbar-collapse .nav-item .nav-link:hover {
    opacity: 1;
    color: #FFFFFF !important;
  }
  .cid-tBePA7zXnI .icons-menu {
    margin-top: 10px;
    justify-content: left;
  }
  .cid-tBePA7zXnI .navbar-buttons {
    margin-top: 20px;
    text-align: left;
    margin-left: -0.6rem;
    margin-right: -0.6rem;
  }
}
.cid-tBePA8iYaZ {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/dsc02084-2000x1127.jpg");
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 650px;
}
.cid-tBePA8iYaZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBePA8iYaZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1024px) {
  .cid-tBePA8iYaZ {
    min-height: 750px;
  }
}
.cid-tBePA8iYaZ .mbr-section-title {
  color: #ffffff;
}
.cid-tBePA8iYaZ .mbr-section-subtitle {
  color: #FFFFFF;
  margin-top: 16px;
}
.cid-tBePA8iYaZ .mbr-text {
  color: #FFFFFF;
  margin-top: 16px;
}
.cid-tBePA8iYaZ .mbr-section-btn {
  margin-top: 18px;
}
.cid-tBePA8iYaZ .mbr-text,
.cid-tBePA8iYaZ .mbr-section-btn {
  color: #ffa41d;
}
.cid-tQYSnPvEKm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f9f9fc;
}
.cid-tQYSnPvEKm .mbr-section-subtitle {
  margin-bottom: 22px;
  letter-spacing: .13em;
  color: #23272b;
}
@media (max-width: 768px) {
  .cid-tQYSnPvEKm .mbr-section-subtitle {
    margin-bottom: 8px;
  }
}
.cid-tQYSnPvEKm .mbr-section-title {
  margin-bottom: 0;
  color: #20232a;
}
@media (max-width: 768px) {
  .cid-tQYSnPvEKm .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-tQYSnPvEKm .mbr-text {
  padding-top: 10px;
  margin-bottom: 0;
  color: #84858a;
}
@media (max-width: 768px) {
  .cid-tQYSnPvEKm .mbr-text {
    padding: 0;
  }
}
.cid-tHNURxzKRa {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/img-20230526-153350-2000x606.jpg");
  overflow: hidden;
}
.cid-tHNURxzKRa .mbr-overlay {
  background: #000000;
  opacity: 0.2;
}
.cid-tHNURxzKRa .row {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  padding: 26px 38px;
}
@media (max-width: 1023px) {
  .cid-tHNURxzKRa .row {
    padding: 0;
  }
}
.cid-tHNURxzKRa .item-text {
  position: relative;
  z-index: 2;
  max-width: 700px;
  flex-shrink: 1;
  padding: 0 !important;
}
@media (max-width: 1023px) {
  .cid-tHNURxzKRa .item-text {
    max-width: 100%;
  }
}
.cid-tHNURxzKRa .item-title {
  position: relative;
  color: #ffa41d;
}
.cid-tHNURxzKRa .item-title:after {
  content: "";
  display: block;
  margin: 20px auto;
  width: 30px;
  height: 1px;
  background-color: currentColor;
}
.cid-tHNURxzKRa .mbr-text {
  color: #e3ebf3;
}
.cid-tHNURxzKRa .mbr-section-btn .btn {
  min-width: 260px;
  min-height: 60px;
}
.cid-tHNURxzKRa .item-img {
  flex-shrink: 1.5;
  max-width: 255px;
  width: 100%;
  overflow: hidden;
  border-radius: 5px;
  padding: 0 !important;
}
@media (max-width: 1023px) {
  .cid-tHNURxzKRa .item-img {
    display: none;
  }
}
.cid-tHNURxzKRa .item-img-1 {
  transform: rotate(-15deg);
}
.cid-tHNURxzKRa .item-img-2 {
  transform: rotate(15deg);
}
.cid-tHNURxzKRa .item-img img {
  width: 100%;
  aspect-ratio: 0.75;
  object-fit: cover;
}
.cid-tHNUWQZ3mI {
  background-color: #ffffff;
}
.cid-tHNUWQZ3mI .content {
  display: flex;
  height: 100px;
  justify-content: center;
  align-items: center;
}
.cid-tHNUWQZ3mI .content img {
  width: 43px;
  height: 43px;
  object-fit: cover;
  margin-right: 15px;
}
.cid-tHNUWQZ3mI .content p {
  margin: 0;
}
.cid-tHNUWQZ3mI .mbr-text {
  color: #1f242e;
  text-align: center;
}
.cid-tBjNq4Mc7h {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/dsc02113-2000x1127.jpg");
}
.cid-tBjNq4Mc7h .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBjNq4Mc7h .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBjNq4Mc7h .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-tBjNq4Mc7h .container-fluid {
    padding: 0 20px;
  }
}
.cid-tBjNq4Mc7h .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tBjNq4Mc7h .container {
    padding: 0 20px;
  }
}
.cid-tBjNq4Mc7h .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-tBjNq4Mc7h .title-wrapper .mbr-desc {
  margin: 0;
}
.cid-tBjNq4Mc7h .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-tBjNq4Mc7h .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-tBjOTPKmts {
  background-color: #1f242e;
}
.cid-tBjOTPKmts .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBjOTPKmts .pb {
  padding-bottom: 2rem;
}
@media (min-width: 1600px) {
  .cid-tBjOTPKmts .col-lg-6 {
    padding: 0 2rem;
  }
  .cid-tBjOTPKmts .pb {
    padding-bottom: 5rem;
  }
  .cid-tBjOTPKmts .container-fluid {
    padding: 0 3rem !important;
    margin: 0;
  }
}
@media (max-width: 992px) {
  .cid-tBjOTPKmts .md-pb {
    padding-bottom: 2rem;
  }
}
.cid-tBjOTPKmts .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBjOTPKmts .row {
  flex-direction: row-reverse;
}
.cid-tBjOTPKmts img {
  width: 100%;
}
.cid-tBjOTPKmts .mbr-text {
  color: #ffffff;
}
.cid-tBeQXd5CGM {
  background-image: url("../../../assets/images/dsc02135-2000x1127.jpg");
}
.cid-tBeQXd5CGM .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBeQXd5CGM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBeQXd5CGM .container-fluid {
  padding: 0 16px;
}
@media (max-width: 991px) {
  .cid-tBeQXd5CGM .container-fluid {
    padding: 0 12px;
  }
}
.cid-tBeQXd5CGM .row {
  margin-top: -3px;
  display: flex;
  justify-content: center;
  padding: 64px 28px;
  overflow: hidden;
  position: relative;
}
@media (max-width: 992px) {
  .cid-tBeQXd5CGM .row {
    padding: 48px 20px;
  }
}
.cid-tBeQXd5CGM .row:before {
  content: '';
  position: absolute;
  top: 8rem;
  width: 200vh;
  height: 300px;
  display: block;
  background-color: transparent;
  border: 5px solid #ffa41d;
  border-radius: 100%;
}
.cid-tBeQXd5CGM .card {
  border-right: 0;
  transform: rotate(17deg);
}
@media (max-width: 992px) {
  .cid-tBeQXd5CGM .card {
    margin: 0 !important;
  }
}
.cid-tBeQXd5CGM .card:nth-child(2) {
  transform: rotate(347deg);
  margin-top: 5rem;
}
.cid-tBeQXd5CGM .card:last-child {
  transform: rotate(1deg);
  margin-left: -3rem;
  margin-top: -2.5rem;
}
.cid-tBeQXd5CGM .card .image-wrapper {
  padding: 20px;
  border-radius: 16px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-tBeQXd5CGM .card .image-wrapper {
    margin-bottom: 48px;
  }
}
.cid-tBeQXd5CGM .card .image-wrapper img {
  height: 300px;
  object-fit: cover;
}
.cid-tBeQXd5CGM .card .image-wrapper .mbr-text {
  margin-bottom: 0;
  margin-top: 10px;
}
.cid-tBeQXd5CGM .mbr-text {
  color: #07553B;
}
.cid-tBv5C7ntp8 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tBv5C7ntp8 .mbr-text {
  color: #ffffff;
  letter-spacing: 0.03em;
  line-height: 1.8;
}
.cid-tBv5C7ntp8 .card-img span {
  font-size: 80px;
  color: #ffffff;
}
.cid-tBv5C7ntp8 .card-title {
  margin-bottom: 2rem;
  text-align: center;
  color: #ffffff;
  letter-spacing: 0.1em;
}
.cid-tBv5C7ntp8 .mbr-text,
.cid-tBv5C7ntp8 .mbr-section-btn {
  color: #1f242e;
}
.cid-tCOXBAa3Lq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f9f9fc;
}
.cid-tCOXBAa3Lq .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCOXBAa3Lq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCOXBAa3Lq .container,
.cid-tCOXBAa3Lq .container-fluid {
  position: relative;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tCOXBAa3Lq .container,
  .cid-tCOXBAa3Lq .container-fluid {
    padding: 0 20px;
  }
}
.cid-tCOXBAa3Lq .row {
  position: relative;
  justify-content: center;
  padding: 50px 10px;
  overflow: hidden;
  margin: 0;
  border: 1px solid #ffa41d;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-tCOXBAa3Lq .row {
    padding: 85px 4px;
  }
}
.cid-tCOXBAa3Lq .image-wrapper img {
  height: 375px;
  object-fit: cover;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-tCOXBAa3Lq .image-wrapper img {
    height: 280px;
  }
}
.cid-tCP07tFaLE {
  background-color: #ffa41d;
}
.cid-tCP07tFaLE .content {
  display: flex;
  height: 100px;
  justify-content: center;
  align-items: center;
}
.cid-tCP07tFaLE .content img {
  width: 43px;
  height: 43px;
  object-fit: cover;
  margin-right: 15px;
}
.cid-tCP07tFaLE .content p {
  margin: 0;
}
.cid-tCP07tFaLE .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-tCOZcoPeLP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ebebeb;
}
.cid-tCOZcoPeLP .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCOZcoPeLP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCOZcoPeLP .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tCOZcoPeLP .container-fluid {
    padding: 0 30px;
  }
}
.cid-tCOZcoPeLP .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tCOZcoPeLP .container {
    padding: 0 30px;
  }
}
.cid-tCOZcoPeLP .text-wrap {
  display: flex;
  align-items: flex-end;
}
.cid-tCOZcoPeLP .text-wrap .text-wrapper {
  display: inline-flex;
  padding-top: 30px;
  border-top: 1px solid #000000;
  margin: 0 92px 40px 0;
  margin: 0 0 40px 92px;
}
@media (max-width: 1440px) {
  .cid-tCOZcoPeLP .text-wrap .text-wrapper {
    margin: 0 0 40px 40px;
  }
}
@media (max-width: 992px) {
  .cid-tCOZcoPeLP .text-wrap .text-wrapper {
    margin: 0 0 30px 0;
  }
}
@media (max-width: 1440px) {
  .cid-tCOZcoPeLP .text-wrap .text-wrapper {
    margin: 0 40px 40px 0;
  }
}
@media (max-width: 992px) {
  .cid-tCOZcoPeLP .text-wrap .text-wrapper {
    margin: 0 0 30px 0;
  }
}
.cid-tCOZcoPeLP .text-wrap .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tCOZcoPeLP .text-wrap .text-wrapper .mbr-iconfont {
  font-size: 22px;
  margin-right: 24px;
  color: #ff6839;
}
.cid-tCOZcoPeLP .image-wrapper img {
  height: 480px;
  object-fit: cover;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-tCOZcoPeLP .image-wrapper img {
    height: 280px;
  }
}
.cid-tCOZcoPeLP .mbr-text {
  color: #000000;
}
.cid-tBeUyYtKgf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f9f9fc;
}
.cid-tBeUyYtKgf .image-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
}
@media (max-width: 992px) {
  .cid-tBeUyYtKgf .image-wrapper {
    height: auto;
  }
}
@media (max-width: 768px) {
  .cid-tBeUyYtKgf .image-wrapper {
    margin-bottom: 30px;
  }
}
.cid-tBeUyYtKgf .image-wrapper img {
  max-width: 520px;
  height: 640px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tBeUyYtKgf .image-wrapper img {
    height: 457px;
  }
}
.cid-tBeUyYtKgf .image-wrapper .mbr-description {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 353px;
  height: auto;
  padding: 55px 40px 55px;
  margin: 0;
  background-color: #1f242e;
}
@media (max-width: 1200px) {
  .cid-tBeUyYtKgf .image-wrapper .mbr-description {
    width: 255px;
  }
}
@media (max-width: 768px) {
  .cid-tBeUyYtKgf .image-wrapper .mbr-description {
    padding: 30px 20px;
  }
}
.cid-tBeUyYtKgf .text {
  padding-left: 9%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tBeUyYtKgf .text {
    padding: 0 12px;
  }
}
.cid-tBeUyYtKgf .text .text-wrapper .mbr-section-subtitle {
  margin-bottom: 22px;
  letter-spacing: .13em;
}
@media (max-width: 768px) {
  .cid-tBeUyYtKgf .text .text-wrapper .mbr-section-subtitle {
    margin-bottom: 7px;
  }
}
.cid-tBeUyYtKgf .text .text-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-tBeUyYtKgf .text .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tBeUyYtKgf .text .list-wrapper {
  margin-top: 45px;
}
@media (max-width: 768px) {
  .cid-tBeUyYtKgf .text .list-wrapper {
    margin-top: 20px;
  }
}
.cid-tBeUyYtKgf .text .list-wrapper .list-item {
  padding: 27px 0;
  border-top: 1px solid #bbbbbb;
}
.cid-tBeUyYtKgf .text .list-wrapper .list-item:first-child {
  padding-top: 0;
  border: none;
}
.cid-tBeUyYtKgf .text .list-wrapper .list-item:last-child {
  padding-bottom: 0;
}
.cid-tBeUyYtKgf .text .list-wrapper .list-item .mbr-number {
  margin: 0 15px 0 0;
  display: inline;
}
.cid-tBeUyYtKgf .text .list-wrapper .list-item .mbr-list {
  margin: 0;
  display: inline;
}
.cid-tBeUyYtKgf .mbr-section-btn {
  margin-top: 45px;
}
@media (max-width: 768px) {
  .cid-tBeUyYtKgf .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-tBeUyYtKgf .btn {
  height: 55px;
  min-width: 170px;
  box-shadow: none;
  margin-top: 0;
}
.cid-tBeUyYtKgf .btn:hover {
  box-shadow: none;
}
.cid-tBeUyYtKgf .mbr-description {
  color: #fafafa;
}
.cid-tBeUyYtKgf .mbr-section-subtitle {
  color: #ffa41d;
}
.cid-tBeUyYtKgf .mbr-section-title {
  color: #20232a;
}
.cid-tBeUyYtKgf .mbr-text {
  color: #84858a;
}
.cid-tBeUyYtKgf .mbr-number {
  color: #84858a;
}
.cid-tBeUyYtKgf .mbr-list {
  color: #20232a;
}
.cid-tBeUyYtKgf .mbr-section-title,
.cid-tBeUyYtKgf .list-item,
.cid-tBeUyYtKgf .mbr-section-btn {
  text-align: left;
}
.cid-tBpGTjYJJy {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tBpGTjYJJy img {
  display: inline;
  border: 8px solid #ffffff;
  border-radius: 25px;
}
.cid-tBpGTjYJJy .col-12 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
}
.cid-tBpGTjYJJy .first {
  transform: rotate(10deg);
  max-height: 317px;
  width: auto;
}
.cid-tBpGTjYJJy .second {
  transform: rotate(356deg);
  max-height: 390px;
  width: auto;
  z-index: 5;
}
.cid-tBpGTjYJJy .third {
  transform: rotate(5deg);
  max-height: 476px;
  width: auto;
  z-index: 10;
}
.cid-tBpGTjYJJy .fourth {
  transform: rotate(356deg);
  max-height: 390px;
  width: auto;
  z-index: 5;
}
.cid-tBpGTjYJJy .fifth {
  transform: rotate(350deg);
  max-height: 317px;
  width: auto;
}
@media (max-width: 1400px) {
  .cid-tBpGTjYJJy .first {
    max-height: 250px;
  }
  .cid-tBpGTjYJJy .second {
    max-height: 323px;
  }
  .cid-tBpGTjYJJy .third {
    max-height: 408px;
  }
  .cid-tBpGTjYJJy .fourth {
    max-height: 323px;
  }
  .cid-tBpGTjYJJy .fifth {
    max-height: 250px;
  }
}
@media (max-width: 1100px) {
  .cid-tBpGTjYJJy .first {
    max-height: 200px;
  }
  .cid-tBpGTjYJJy .second {
    max-height: 270px;
  }
  .cid-tBpGTjYJJy .third {
    max-height: 350px;
  }
  .cid-tBpGTjYJJy .fourth {
    max-height: 270px;
  }
  .cid-tBpGTjYJJy .fifth {
    max-height: 200px;
  }
}
@media (max-width: 900px) {
  .cid-tBpGTjYJJy .first {
    display: none;
  }
  .cid-tBpGTjYJJy .second {
    max-height: 323px;
  }
  .cid-tBpGTjYJJy .third {
    max-height: 408px;
  }
  .cid-tBpGTjYJJy .fourth {
    max-height: 323px;
  }
  .cid-tBpGTjYJJy .fifth {
    display: none;
  }
}
@media (max-width: 765px) {
  .cid-tBpGTjYJJy .second {
    max-height: 250px;
  }
  .cid-tBpGTjYJJy .third {
    max-height: 340px;
  }
  .cid-tBpGTjYJJy .fourth {
    max-height: 250px;
  }
}
@media (max-width: 650px) {
  .cid-tBpGTjYJJy .second {
    max-height: 180px;
  }
  .cid-tBpGTjYJJy .third {
    max-height: 270px;
  }
  .cid-tBpGTjYJJy .fourth {
    max-height: 180px;
  }
}
@media (max-width: 465px) {
  .cid-tBpGTjYJJy .second {
    display: none;
  }
  .cid-tBpGTjYJJy .third {
    max-height: initial;
    width: 90%;
  }
  .cid-tBpGTjYJJy .fourth {
    display: none;
  }
}
.cid-tW3GG5k4vE {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background: #efefec;
  overflow: hidden;
}
.cid-tW3GG5k4vE .mbr-fallback-image.disabled {
  display: none;
}
.cid-tW3GG5k4vE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tW3GG5k4vE .row {
  position: relative;
  z-index: 10;
}
.cid-tW3GG5k4vE .col-title {
  display: flex;
  align-items: flex-start;
  margin-bottom: 60px;
}
@media (max-width: 991px) {
  .cid-tW3GG5k4vE .col-title {
    flex-wrap: wrap;
    margin-bottom: 40px;
  }
}
.cid-tW3GG5k4vE .mbr-section-title {
  color: #2B2B2B;
  width: 65%;
  flex-grow: 1;
}
@media (max-width: 991px) {
  .cid-tW3GG5k4vE .mbr-section-title {
    width: 100%;
    text-align: center !important;
  }
}
.cid-tW3GG5k4vE .mbr-section-subtitle {
  color: #1b80e6;
  padding-left: 40px;
  width: 35%;
  margin-left: auto;
  text-align: right;
}
@media (max-width: 991px) {
  .cid-tW3GG5k4vE .mbr-section-subtitle {
    width: 100%;
    text-align: center !important;
    padding-left: 0;
    margin-left: 0;
    margin-top: 20px;
  }
}
.cid-tW3GG5k4vE .google-map {
  height: 350px;
  position: relative;
  padding: 0 20px;
}
.cid-tW3GG5k4vE .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tW3GG5k4vE .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tW3GG5k4vE .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tW3GG5k4vE .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tW3GG5k4vE .col-text {
  display: flex;
  align-items: flex-start;
  margin-top: 40px;
}
@media (max-width: 991px) {
  .cid-tW3GG5k4vE .col-text {
    flex-wrap: wrap;
    margin-top: 30px;
  }
}
.cid-tW3GG5k4vE .mbr-text {
  color: #2B2B2B;
  width: 50%;
  margin-right: auto;
  padding-right: 40px;
}
@media (max-width: 991px) {
  .cid-tW3GG5k4vE .mbr-text {
    width: 100%;
    padding-right: 0;
    margin-right: 0;
  }
}
.cid-tW3GG5k4vE .mbr-place {
  color: #2B2B2B;
  width: 50%;
  margin-left: auto;
}
@media (max-width: 991px) {
  .cid-tW3GG5k4vE .mbr-place {
    width: 100%;
    margin-left: 0;
    margin-top: 24px;
  }
}
.cid-tW3GG5k4vE .container,
.cid-tW3GG5k4vE .container-fluid {
  position: relative;
}
.cid-tW3GG5k4vE .circle-blur {
  position: absolute;
  transform: translate(50%, -50%);
  display: block;
  width: 200px;
  height: 200px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 500px;
  opacity: .97;
  -webkit-filter: blur(50px) blur(50px);
  filter: blur(50px) blur(50px);
}
@media (max-width: 767px) {
  .cid-tW3GG5k4vE .circle-blur {
    width: 200px;
    height: 200px;
  }
}
.cid-tW3GG5k4vE .circle-blur1 {
  top: 10%;
  right: 50%;
  background-image: linear-gradient(132deg, #ffa41d 27%, #ffa41d 50%, #ffa41d 79%);
}
.cid-tW3GG5k4vE .circle-blur2 {
  top: 13%;
  right: 40%;
  background-image: linear-gradient(132deg, #0057fc 27%, #0057fc 50%, #0057fc 79%);
}
.cid-tBjk7npWeh {
  background-color: #f9f9fc;
}
.cid-tBjk7npWeh .content {
  display: flex;
  height: 100px;
  justify-content: center;
  align-items: center;
}
.cid-tBjk7npWeh .content img {
  width: 43px;
  height: 43px;
  object-fit: cover;
  margin-right: 15px;
}
.cid-tBjk7npWeh .content p {
  margin: 0;
}
.cid-tBjk7npWeh .mbr-text {
  color: #1f242e;
}
.cid-tBeTsSxywz {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background: #ffffff;
}
.cid-tBeTsSxywz .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBeTsSxywz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBeTsSxywz .container-fluid {
  padding: 0 22px;
}
@media (max-width: 992px) {
  .cid-tBeTsSxywz .container-fluid {
    padding: 0 16px;
  }
}
.cid-tBeTsSxywz .container-fluid .row {
  padding: 0;
}
.cid-tBeTsSxywz .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 710px;
  max-width: 710px;
}
@media (max-width: 768px) {
  .cid-tBeTsSxywz .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tBeTsSxywz .embla__slide .card-wrap .item-wrapper .image-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 96px 80px;
  background-color: #d2d2e3;
}
@media (max-width: 992px) {
  .cid-tBeTsSxywz .embla__slide .card-wrap .item-wrapper .image-wrap {
    padding: 20px;
  }
}
.cid-tBeTsSxywz .embla__slide .card-wrap .item-wrapper .image-wrap img {
  height: 360px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tBeTsSxywz .embla__slide .card-wrap .item-wrapper .image-wrap img {
    height: 280px;
  }
}
@media (max-width: 769px) {
  .cid-tBeTsSxywz .embla__slide .card-wrap .item-wrapper .image-wrap img {
    height: 180px;
  }
}
.cid-tBeTsSxywz .embla__button--next,
.cid-tBeTsSxywz .embla__button--prev {
  display: flex;
}
.cid-tBeTsSxywz .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: transparent;
  color: #000000;
  border: 2px solid #ffa41d;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tBeTsSxywz .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tBeTsSxywz .embla__button:hover {
  background: transparent;
  color: #000000;
  opacity: .5;
}
.cid-tBeTsSxywz .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tBeTsSxywz .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tBeTsSxywz .embla__button {
    top: auto;
    bottom: 0;
  }
}
.cid-tBeTsSxywz .embla {
  position: relative;
  width: 100%;
}
.cid-tBeTsSxywz .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tBeTsSxywz .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tBeTsSxywz .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tBeTsSxywz .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tBnQtohQ7r {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ebebeb;
}
.cid-tBnQtohQ7r .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBnQtohQ7r .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBnQtohQ7r .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tBnQtohQ7r .container-fluid {
    padding: 0 30px;
  }
}
.cid-tBnQtohQ7r .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tBnQtohQ7r .container {
    padding: 0 30px;
  }
}
.cid-tBnQtohQ7r .text-wrap {
  display: flex;
  align-items: flex-end;
}
.cid-tBnQtohQ7r .text-wrap .text-wrapper {
  display: inline-flex;
  padding-top: 30px;
  border-top: 1px solid #000000;
  margin: 0 92px 40px 0;
  margin: 0 0 40px 92px;
}
@media (max-width: 1440px) {
  .cid-tBnQtohQ7r .text-wrap .text-wrapper {
    margin: 0 0 40px 40px;
  }
}
@media (max-width: 992px) {
  .cid-tBnQtohQ7r .text-wrap .text-wrapper {
    margin: 0 0 30px 0;
  }
}
@media (max-width: 1440px) {
  .cid-tBnQtohQ7r .text-wrap .text-wrapper {
    margin: 0 40px 40px 0;
  }
}
@media (max-width: 992px) {
  .cid-tBnQtohQ7r .text-wrap .text-wrapper {
    margin: 0 0 30px 0;
  }
}
.cid-tBnQtohQ7r .text-wrap .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tBnQtohQ7r .text-wrap .text-wrapper .mbr-iconfont {
  font-size: 22px;
  margin-right: 24px;
  color: #ff6839;
}
.cid-tBnQtohQ7r .image-wrapper img {
  height: 480px;
  object-fit: cover;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-tBnQtohQ7r .image-wrapper img {
    height: 280px;
  }
}
.cid-tBnQtohQ7r .mbr-text {
  color: #000000;
}
.cid-tD7CBx99VX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ebebeb;
}
.cid-tD7CBx99VX .mbr-fallback-image.disabled {
  display: none;
}
.cid-tD7CBx99VX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tD7CBx99VX .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tD7CBx99VX .container-fluid {
    padding: 0 30px;
  }
}
.cid-tD7CBx99VX .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tD7CBx99VX .container {
    padding: 0 30px;
  }
}
.cid-tD7CBx99VX .text-wrap {
  display: flex;
  align-items: flex-end;
}
.cid-tD7CBx99VX .text-wrap .text-wrapper {
  display: inline-flex;
  padding-top: 30px;
  border-top: 1px solid #000000;
  margin: 0 92px 40px 0;
}
@media (max-width: 1440px) {
  .cid-tD7CBx99VX .text-wrap .text-wrapper {
    margin: 0 40px 40px 0;
  }
}
@media (max-width: 992px) {
  .cid-tD7CBx99VX .text-wrap .text-wrapper {
    margin: 0 0 30px 0;
  }
}
.cid-tD7CBx99VX .text-wrap .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tD7CBx99VX .text-wrap .text-wrapper .mbr-iconfont {
  font-size: 22px;
  margin-right: 24px;
  color: #ff6839;
}
.cid-tD7CBx99VX .image-wrapper img {
  height: 480px;
  object-fit: cover;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-tD7CBx99VX .image-wrapper img {
    height: 280px;
  }
}
.cid-tD7CBx99VX .mbr-text {
  color: #000000;
}
.cid-tBjT0gJtE9 {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background: #1f242e;
}
.cid-tBjT0gJtE9 .mbr-section-head {
  padding: 0 1rem;
}
.cid-tBjT0gJtE9 .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-tBjT0gJtE9 .team-card:hover {
  transform: translateY(-10px);
}
.cid-tBjT0gJtE9 .card-wrap {
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-tBjT0gJtE9 .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-tBjT0gJtE9 .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-tBjT0gJtE9 .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tBjT0gJtE9 .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-tBjT0gJtE9 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 50%;
  max-width: 40%;
}
@media (max-width: 768px) {
  .cid-tBjT0gJtE9 .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 5px !important;
    margin-right: 5px !important;
  }
}
.cid-tBjT0gJtE9 .embla__button--next,
.cid-tBjT0gJtE9 .embla__button--prev {
  display: flex;
}
.cid-tBjT0gJtE9 .embla__button {
  top: -13%;
  width: 38px;
  height: 38px;
  margin-top: -1.5rem;
  font-size: 14px;
  background-color: transparent;
  color: #ffa41d;
  border: 2px solid #ffa41d;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tBjT0gJtE9 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tBjT0gJtE9 .embla__button:hover {
  background: transparent;
  opacity: .7;
}
.cid-tBjT0gJtE9 .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tBjT0gJtE9 .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 992px) {
  .cid-tBjT0gJtE9 .embla__button {
    top: -10%;
  }
}
.cid-tBjT0gJtE9 .embla {
  position: relative;
  width: 100%;
  margin-top: 52px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-tBjT0gJtE9 .embla {
    margin-top: 80px;
  }
}
.cid-tBjT0gJtE9 .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tBjT0gJtE9 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tBjT0gJtE9 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tBjT0gJtE9 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tBjT0gJtE9 .mbr-section-subtitle {
  margin-bottom: 27px;
  letter-spacing: 0.13em;
  color: #ffa41d;
  text-align: center;
}
.cid-tBjT0gJtE9 .mbr-section-title {
  margin-bottom: 16px;
  color: #ffffff;
  text-align: center;
}
.cid-tBjT0gJtE9 .mbr-text {
  margin: 0;
  color: #EAEAEA;
  text-align: center;
}
.cid-tBjT0gJtE9 .mbr-text ul {
  list-style-position: inside;
  display: flex;
  justify-content: center;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tBjT0gJtE9 .mbr-text ul {
    display: block;
  }
}
.cid-tBjT0gJtE9 .mbr-text ul li {
  padding: 0 3rem;
}
@media (max-width: 992px) {
  .cid-tBjT0gJtE9 .mbr-text ul li {
    margin-top: 10px;
    margin-left: 0;
  }
}
.cid-tBjT0gJtE9 .mbr-text ul li::marker {
  color: #ffa41d;
  font-size: 18px;
}
.cid-tBjT0gJtE9 .item-wrapper {
  height: 100%;
}
.cid-tBjT0gJtE9 .item-wrapper .image-wrap {
  height: 100%;
}
.cid-tBjT0gJtE9 .item-wrapper .image-wrap img {
  width: 100%;
  height: 420px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tBjT0gJtE9 .item-wrapper .image-wrap img {
    height: 320px;
  }
}
.cid-tBk0U2Uqtc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ebebeb;
}
.cid-tBk0U2Uqtc .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBk0U2Uqtc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBk0U2Uqtc .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tBk0U2Uqtc .container-fluid {
    padding: 0 30px;
  }
}
.cid-tBk0U2Uqtc .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tBk0U2Uqtc .container {
    padding: 0 30px;
  }
}
.cid-tBk0U2Uqtc .text-wrap {
  display: flex;
  align-items: flex-end;
}
.cid-tBk0U2Uqtc .text-wrap .text-wrapper {
  display: inline-flex;
  padding-top: 30px;
  border-top: 1px solid #000000;
  margin: 0 92px 40px 0;
}
@media (max-width: 1440px) {
  .cid-tBk0U2Uqtc .text-wrap .text-wrapper {
    margin: 0 40px 40px 0;
  }
}
@media (max-width: 992px) {
  .cid-tBk0U2Uqtc .text-wrap .text-wrapper {
    margin: 0 0 30px 0;
  }
}
.cid-tBk0U2Uqtc .text-wrap .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tBk0U2Uqtc .text-wrap .text-wrapper .mbr-iconfont {
  font-size: 22px;
  margin-right: 24px;
  color: #ff6839;
}
.cid-tBk0U2Uqtc .image-wrapper img {
  height: 480px;
  object-fit: cover;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-tBk0U2Uqtc .image-wrapper img {
    height: 280px;
  }
}
.cid-tBk0U2Uqtc .mbr-text {
  color: #000000;
}
.cid-tBirwYAQ0n {
  background-color: #ffffff;
}
.cid-tBirwYAQ0n .content {
  display: flex;
  height: 100px;
  justify-content: center;
  align-items: center;
}
.cid-tBirwYAQ0n .content img {
  width: 43px;
  height: 43px;
  object-fit: cover;
  margin-right: 15px;
}
.cid-tBirwYAQ0n .content p {
  margin: 0;
}
.cid-tBirwYAQ0n .mbr-text {
  color: #ffffff;
}
.cid-tBePAa3jfD {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #1b2028;
}
.cid-tBePAa3jfD .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBePAa3jfD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBePAa3jfD .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-tBePAa3jfD .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-tBePAa3jfD .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-tBePAa3jfD .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-tBePAa3jfD .container {
    max-width: 100%;
  }
  .cid-tBePAa3jfD .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-tBePAa3jfD .item-wrap {
  width: 100%;
}
.cid-tBePAa3jfD .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-tBePAa3jfD .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tBePAa3jfD .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tBePAa3jfD .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tBePAa3jfD .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-tBePAa3jfD .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tBePAa3jfD .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-tBePAa3jfD .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-tBePAa3jfD .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1f242e, #171a21);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-tBePAa3jfD .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-tBePAa3jfD .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #ffa41d;
}
.cid-tBePAa3jfD .soc-item:hover {
  transform: translateY(-3px);
}
.cid-tBePAa3jfD .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tBePAa3jfD .col-links {
    padding-top: 20px;
  }
}
.cid-tBePAa3jfD .mbr-section-subtitle {
  color: #ffa41d;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .cid-tBePAa3jfD .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-tBePAa3jfD .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #C4CFDE;
  transition: 0.4s all;
}
@media (max-width: 575px) {
  .cid-tBePAa3jfD .list {
    text-align: center !important;
  }
}
.cid-tBePAa3jfD .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-tBePAa3jfD .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-tBePAa3jfD .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-tBePAa3jfD .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ffa41d;
  transition: 0.4s all;
}
.cid-tBePAa3jfD .list a:hover {
  color: #ffa41d !important;
  line-height: inherit !important;
}
.cid-tBePAa3jfD .list a:hover:before {
  width: 100%;
}
.cid-tBePAa3jfD .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-tBePAa3jfD .col-copyright {
    padding-top: 40px;
  }
}
.cid-tBePAa3jfD .border-item {
  width: 100%;
  height: 1px;
  background-color: #ffa41d;
}
.cid-tBePAa3jfD .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
.cid-tBH6KjjssG .navbar-dropdown {
  position: relative !important;
}
.cid-tBH6KjjssG .navbar-dropdown {
  position: absolute !important;
}
.cid-tBH6KjjssG .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-tBH6KjjssG .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tBH6KjjssG .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tBH6KjjssG .dropdown-item:hover,
.cid-tBH6KjjssG .dropdown-item:focus {
  background: #ffa41d !important;
  color: white !important;
}
.cid-tBH6KjjssG .dropdown-item:hover span {
  color: white;
}
.cid-tBH6KjjssG .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tBH6KjjssG .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tBH6KjjssG .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tBH6KjjssG .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tBH6KjjssG .nav-link {
  position: relative;
}
.cid-tBH6KjjssG .container {
  display: flex;
  margin: auto;
}
.cid-tBH6KjjssG .iconfont-wrapper {
  color: #ffa41d !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tBH6KjjssG .navbar-nav .nav-item {
  margin: 10px 14px !important;
}
.cid-tBH6KjjssG .navbar-nav .nav-item .nav-link {
  margin: 5px 10px !important;
  padding: 0 !important;
  transition: 0.3s all;
  opacity: 0.5;
}
.cid-tBH6KjjssG .navbar-nav .nav-item .nav-link:hover,
.cid-tBH6KjjssG .navbar-nav .nav-item .nav-link:focus,
.cid-tBH6KjjssG .navbar-nav .nav-item .nav-link:active {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-tBH6KjjssG .dropdown-menu,
.cid-tBH6KjjssG .navbar.opened {
  background: #1f242e !important;
}
.cid-tBH6KjjssG .nav-item:focus,
.cid-tBH6KjjssG .nav-link:focus {
  outline: none;
}
.cid-tBH6KjjssG .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tBH6KjjssG .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tBH6KjjssG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tBH6KjjssG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tBH6KjjssG .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tBH6KjjssG .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tBH6KjjssG .navbar {
  min-height: 122px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  padding: 0 !important;
  box-shadow: none !important;
  background: #1f242e;
  background: rgba(31, 36, 46, 0.3);
}
.cid-tBH6KjjssG .navbar:not(.navbar-short) {
  border-bottom: none;
}
.cid-tBH6KjjssG .navbar.opened {
  transition: all 0.3s;
}
.cid-tBH6KjjssG .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tBH6KjjssG .navbar .navbar-logo img {
  width: auto;
}
.cid-tBH6KjjssG .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tBH6KjjssG .navbar.collapsed {
  justify-content: center;
}
.cid-tBH6KjjssG .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tBH6KjjssG .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tBH6KjjssG .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.5rem);
  }
}
.cid-tBH6KjjssG .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tBH6KjjssG .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tBH6KjjssG .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tBH6KjjssG .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tBH6KjjssG .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tBH6KjjssG .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tBH6KjjssG .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tBH6KjjssG .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tBH6KjjssG .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tBH6KjjssG .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tBH6KjjssG .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tBH6KjjssG .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tBH6KjjssG .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tBH6KjjssG .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tBH6KjjssG .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tBH6KjjssG .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tBH6KjjssG .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tBH6KjjssG .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tBH6KjjssG .navbar.navbar-short {
  min-height: 90px;
}
.cid-tBH6KjjssG .navbar.navbar-short .navbar-logo img {
  height: 4.2rem !important;
}
.cid-tBH6KjjssG .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
@media (max-width: 575px) {
  .cid-tBH6KjjssG .navbar {
    min-height: 80px;
  }
}
.cid-tBH6KjjssG .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  padding-right: 15px;
  padding-left: 15px;
}
.cid-tBH6KjjssG .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tBH6KjjssG .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 575px) {
  .cid-tBH6KjjssG .navbar-brand {
    min-height: 69px;
  }
}
.cid-tBH6KjjssG .dropdown-item.active,
.cid-tBH6KjjssG .dropdown-item:active {
  background-color: transparent;
}
.cid-tBH6KjjssG .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tBH6KjjssG .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tBH6KjjssG .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tBH6KjjssG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1f242e;
}
.cid-tBH6KjjssG .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tBH6KjjssG .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tBH6KjjssG ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tBH6KjjssG .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tBH6KjjssG button.navbar-toggler {
  display: none;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #171a21, #272c30);
  outline: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-tBH6KjjssG button.navbar-toggler:hover {
  transform: scale(1.1);
}
.cid-tBH6KjjssG button.navbar-toggler .hamburger {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-tBH6KjjssG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #f9f9fc;
}
.cid-tBH6KjjssG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-tBH6KjjssG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-tBH6KjjssG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-tBH6KjjssG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tBH6KjjssG nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tBH6KjjssG nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tBH6KjjssG nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tBH6KjjssG nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tBH6KjjssG .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tBH6KjjssG a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tBH6KjjssG .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-tBH6KjjssG .navbar {
    height: 70px;
  }
  .cid-tBH6KjjssG .navbar.opened {
    height: auto;
  }
  .cid-tBH6KjjssG .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tBH6KjjssG .navbar-short {
  min-height: 90px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
  background: #1f242e;
  background: rgba(31, 36, 46, 0.3);
}
@media (max-width: 575px) {
  .cid-tBH6KjjssG .navbar-short {
    min-height: 70px;
  }
}
.cid-tBH6KjjssG .container-fluid {
  padding: 0 64px;
}
@media (max-width: 1599px) {
  .cid-tBH6KjjssG .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .cid-tBH6KjjssG .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .cid-tBH6KjjssG .container-fluid {
    padding: 0 3px;
  }
}
.cid-tBH6KjjssG .navbar-collapse {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-tBH6KjjssG .mbr-section-btn .btn {
  padding: 15px 35px;
}
@media (min-width: 992px) {
  .cid-tBH6KjjssG .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-tBH6KjjssG .container-fluid {
  flex-wrap: wrap;
}
.cid-tBH6KjjssG button.navbar-toggler {
  display: flex;
}
.cid-tBH6KjjssG .navbar-brand {
  width: auto !important;
}
.cid-tBH6KjjssG .navbar-collapse {
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.cid-tBH6KjjssG .navbar-collapse .nav-item {
  margin: 8px 0 !important;
}
.cid-tBH6KjjssG .navbar-collapse .nav-item .nav-link {
  margin: 0 !important;
  padding: 0 !important;
  transition: 0.3s all;
  opacity: 1;
  justify-content: left;
}
.cid-tBH6KjjssG .navbar-collapse .nav-item .nav-link:hover {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-tBH6KjjssG .icons-menu {
  margin-top: 10px;
  justify-content: left;
}
.cid-tBH6KjjssG .navbar-buttons {
  margin-top: 20px;
  text-align: left;
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
@media (max-width: 991px) {
  .cid-tBH6KjjssG .container-fluid {
    flex-wrap: wrap;
  }
  .cid-tBH6KjjssG button.navbar-toggler {
    display: flex;
  }
  .cid-tBH6KjjssG .navbar-brand {
    width: auto !important;
  }
  .cid-tBH6KjjssG .navbar-collapse {
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
  .cid-tBH6KjjssG .navbar-collapse .nav-item {
    margin: 8px 0 !important;
  }
  .cid-tBH6KjjssG .navbar-collapse .nav-item .nav-link {
    margin: 0 !important;
    padding: 0 !important;
    transition: 0.3s all;
    opacity: 1;
    justify-content: left;
  }
  .cid-tBH6KjjssG .navbar-collapse .nav-item .nav-link:hover {
    opacity: 1;
    color: #FFFFFF !important;
  }
  .cid-tBH6KjjssG .icons-menu {
    margin-top: 10px;
    justify-content: left;
  }
  .cid-tBH6KjjssG .navbar-buttons {
    margin-top: 20px;
    text-align: left;
    margin-left: -0.6rem;
    margin-right: -0.6rem;
  }
}
.cid-tBH6KkbqCV {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/dsc03374-2000x1127.jpg");
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 650px;
}
.cid-tBH6KkbqCV .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBH6KkbqCV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1024px) {
  .cid-tBH6KkbqCV {
    min-height: 750px;
  }
}
.cid-tBH6KkbqCV .mbr-section-title {
  color: #ffffff;
}
.cid-tBH6KkbqCV .mbr-section-subtitle {
  color: #FFFFFF;
  margin-top: 16px;
}
.cid-tBH6KkbqCV .mbr-text {
  color: #FFFFFF;
  margin-top: 16px;
}
.cid-tBH6KkbqCV .mbr-section-btn {
  margin-top: 18px;
}
.cid-tBH6KkbqCV .mbr-text,
.cid-tBH6KkbqCV .mbr-section-btn {
  color: #ffa41d;
}
.cid-tQYSGix1lD {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #f9f9fc;
}
.cid-tQYSGix1lD .mbr-section-subtitle {
  margin-bottom: 22px;
  letter-spacing: .13em;
  color: #23272b;
}
@media (max-width: 768px) {
  .cid-tQYSGix1lD .mbr-section-subtitle {
    margin-bottom: 8px;
  }
}
.cid-tQYSGix1lD .mbr-section-title {
  margin-bottom: 0;
  color: #20232a;
}
@media (max-width: 768px) {
  .cid-tQYSGix1lD .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-tQYSGix1lD .mbr-text {
  padding-top: 10px;
  margin-bottom: 0;
  color: #84858a;
}
@media (max-width: 768px) {
  .cid-tQYSGix1lD .mbr-text {
    padding: 0;
  }
}
.cid-tBH6Kmgg43 {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/dsc03376-2000x1127.jpg");
}
.cid-tBH6Kmgg43 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBH6Kmgg43 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBH6Kmgg43 .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-tBH6Kmgg43 .container-fluid {
    padding: 0 20px;
  }
}
.cid-tBH6Kmgg43 .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tBH6Kmgg43 .container {
    padding: 0 20px;
  }
}
.cid-tBH6Kmgg43 .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-tBH6Kmgg43 .title-wrapper .mbr-desc {
  margin: 0;
}
.cid-tBH6Kmgg43 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-tBH6Kmgg43 .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-tBH6KmTjaC {
  background-color: #1f242e;
}
.cid-tBH6KmTjaC .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBH6KmTjaC .pb {
  padding-bottom: 2rem;
}
@media (min-width: 1600px) {
  .cid-tBH6KmTjaC .col-lg-6 {
    padding: 0 2rem;
  }
  .cid-tBH6KmTjaC .pb {
    padding-bottom: 5rem;
  }
  .cid-tBH6KmTjaC .container-fluid {
    padding: 0 3rem !important;
    margin: 0;
  }
}
@media (max-width: 992px) {
  .cid-tBH6KmTjaC .md-pb {
    padding-bottom: 2rem;
  }
}
.cid-tBH6KmTjaC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBH6KmTjaC .row {
  flex-direction: row-reverse;
}
.cid-tBH6KmTjaC img {
  width: 100%;
}
.cid-tBH6KmTjaC .mbr-text {
  color: #ffffff;
}
.cid-tBH6KnA1cf {
  background-image: url("../../../assets/images/dsc03070-2000x1127.jpg");
}
.cid-tBH6KnA1cf .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBH6KnA1cf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBH6KnA1cf .container-fluid {
  padding: 0 16px;
}
@media (max-width: 991px) {
  .cid-tBH6KnA1cf .container-fluid {
    padding: 0 12px;
  }
}
.cid-tBH6KnA1cf .row {
  margin-top: -3px;
  display: flex;
  justify-content: center;
  padding: 64px 28px;
  overflow: hidden;
  position: relative;
}
@media (max-width: 992px) {
  .cid-tBH6KnA1cf .row {
    padding: 48px 20px;
  }
}
.cid-tBH6KnA1cf .row:before {
  content: '';
  position: absolute;
  top: 8rem;
  width: 200vh;
  height: 300px;
  display: block;
  background-color: transparent;
  border: 5px solid #ffa41d;
  border-radius: 100%;
}
.cid-tBH6KnA1cf .card {
  border-right: 0;
  transform: rotate(17deg);
}
@media (max-width: 992px) {
  .cid-tBH6KnA1cf .card {
    margin: 0 !important;
  }
}
.cid-tBH6KnA1cf .card:nth-child(2) {
  transform: rotate(347deg);
  margin-top: 5rem;
}
.cid-tBH6KnA1cf .card:last-child {
  transform: rotate(1deg);
  margin-left: -3rem;
  margin-top: -2.5rem;
}
.cid-tBH6KnA1cf .card .image-wrapper {
  padding: 20px;
  border-radius: 16px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-tBH6KnA1cf .card .image-wrapper {
    margin-bottom: 48px;
  }
}
.cid-tBH6KnA1cf .card .image-wrapper img {
  height: 300px;
  object-fit: cover;
}
.cid-tBH6KnA1cf .card .image-wrapper .mbr-text {
  margin-bottom: 0;
  margin-top: 10px;
}
.cid-tBH6KnA1cf .mbr-text {
  color: #07553B;
}
.cid-tBH6KoZvaZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f9f9fc;
}
.cid-tBH6KoZvaZ .image-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
}
@media (max-width: 992px) {
  .cid-tBH6KoZvaZ .image-wrapper {
    height: auto;
  }
}
@media (max-width: 768px) {
  .cid-tBH6KoZvaZ .image-wrapper {
    margin-bottom: 30px;
  }
}
.cid-tBH6KoZvaZ .image-wrapper img {
  max-width: 520px;
  height: 640px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tBH6KoZvaZ .image-wrapper img {
    height: 457px;
  }
}
.cid-tBH6KoZvaZ .image-wrapper .mbr-description {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 353px;
  height: auto;
  padding: 55px 40px 55px;
  margin: 0;
  background-color: #1f242e;
}
@media (max-width: 1200px) {
  .cid-tBH6KoZvaZ .image-wrapper .mbr-description {
    width: 255px;
  }
}
@media (max-width: 768px) {
  .cid-tBH6KoZvaZ .image-wrapper .mbr-description {
    padding: 30px 20px;
  }
}
.cid-tBH6KoZvaZ .text {
  padding-left: 9%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tBH6KoZvaZ .text {
    padding: 0 12px;
  }
}
.cid-tBH6KoZvaZ .text .text-wrapper .mbr-section-subtitle {
  margin-bottom: 22px;
  letter-spacing: .13em;
}
@media (max-width: 768px) {
  .cid-tBH6KoZvaZ .text .text-wrapper .mbr-section-subtitle {
    margin-bottom: 7px;
  }
}
.cid-tBH6KoZvaZ .text .text-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-tBH6KoZvaZ .text .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tBH6KoZvaZ .text .list-wrapper {
  margin-top: 45px;
}
@media (max-width: 768px) {
  .cid-tBH6KoZvaZ .text .list-wrapper {
    margin-top: 20px;
  }
}
.cid-tBH6KoZvaZ .text .list-wrapper .list-item {
  padding: 27px 0;
  border-top: 1px solid #bbbbbb;
}
.cid-tBH6KoZvaZ .text .list-wrapper .list-item:first-child {
  padding-top: 0;
  border: none;
}
.cid-tBH6KoZvaZ .text .list-wrapper .list-item:last-child {
  padding-bottom: 0;
}
.cid-tBH6KoZvaZ .text .list-wrapper .list-item .mbr-number {
  margin: 0 15px 0 0;
  display: inline;
}
.cid-tBH6KoZvaZ .text .list-wrapper .list-item .mbr-list {
  margin: 0;
  display: inline;
}
.cid-tBH6KoZvaZ .mbr-section-btn {
  margin-top: 45px;
}
@media (max-width: 768px) {
  .cid-tBH6KoZvaZ .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-tBH6KoZvaZ .btn {
  height: 55px;
  min-width: 170px;
  box-shadow: none;
  margin-top: 0;
}
.cid-tBH6KoZvaZ .btn:hover {
  box-shadow: none;
}
.cid-tBH6KoZvaZ .mbr-description {
  color: #fafafa;
}
.cid-tBH6KoZvaZ .mbr-section-subtitle {
  color: #ffa41d;
}
.cid-tBH6KoZvaZ .mbr-section-title {
  color: #20232a;
}
.cid-tBH6KoZvaZ .mbr-text {
  color: #84858a;
}
.cid-tBH6KoZvaZ .mbr-number {
  color: #84858a;
}
.cid-tBH6KoZvaZ .mbr-list {
  color: #20232a;
}
.cid-tBH6KoZvaZ .mbr-section-title,
.cid-tBH6KoZvaZ .list-item,
.cid-tBH6KoZvaZ .mbr-section-btn {
  text-align: left;
  color: #484a4f;
}
.cid-tBH6KpPmyz {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tBH6KpPmyz img {
  display: inline;
  border: 8px solid #ffffff;
  border-radius: 25px;
}
.cid-tBH6KpPmyz .col-12 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
}
.cid-tBH6KpPmyz .first {
  transform: rotate(10deg);
  max-height: 317px;
  width: auto;
}
.cid-tBH6KpPmyz .second {
  transform: rotate(356deg);
  max-height: 390px;
  width: auto;
  z-index: 5;
}
.cid-tBH6KpPmyz .third {
  transform: rotate(5deg);
  max-height: 476px;
  width: auto;
  z-index: 10;
}
.cid-tBH6KpPmyz .fourth {
  transform: rotate(356deg);
  max-height: 390px;
  width: auto;
  z-index: 5;
}
.cid-tBH6KpPmyz .fifth {
  transform: rotate(350deg);
  max-height: 317px;
  width: auto;
}
@media (max-width: 1400px) {
  .cid-tBH6KpPmyz .first {
    max-height: 250px;
  }
  .cid-tBH6KpPmyz .second {
    max-height: 323px;
  }
  .cid-tBH6KpPmyz .third {
    max-height: 408px;
  }
  .cid-tBH6KpPmyz .fourth {
    max-height: 323px;
  }
  .cid-tBH6KpPmyz .fifth {
    max-height: 250px;
  }
}
@media (max-width: 1100px) {
  .cid-tBH6KpPmyz .first {
    max-height: 200px;
  }
  .cid-tBH6KpPmyz .second {
    max-height: 270px;
  }
  .cid-tBH6KpPmyz .third {
    max-height: 350px;
  }
  .cid-tBH6KpPmyz .fourth {
    max-height: 270px;
  }
  .cid-tBH6KpPmyz .fifth {
    max-height: 200px;
  }
}
@media (max-width: 900px) {
  .cid-tBH6KpPmyz .first {
    display: none;
  }
  .cid-tBH6KpPmyz .second {
    max-height: 323px;
  }
  .cid-tBH6KpPmyz .third {
    max-height: 408px;
  }
  .cid-tBH6KpPmyz .fourth {
    max-height: 323px;
  }
  .cid-tBH6KpPmyz .fifth {
    display: none;
  }
}
@media (max-width: 765px) {
  .cid-tBH6KpPmyz .second {
    max-height: 250px;
  }
  .cid-tBH6KpPmyz .third {
    max-height: 340px;
  }
  .cid-tBH6KpPmyz .fourth {
    max-height: 250px;
  }
}
@media (max-width: 650px) {
  .cid-tBH6KpPmyz .second {
    max-height: 180px;
  }
  .cid-tBH6KpPmyz .third {
    max-height: 270px;
  }
  .cid-tBH6KpPmyz .fourth {
    max-height: 180px;
  }
}
@media (max-width: 465px) {
  .cid-tBH6KpPmyz .second {
    display: none;
  }
  .cid-tBH6KpPmyz .third {
    max-height: initial;
    width: 90%;
  }
  .cid-tBH6KpPmyz .fourth {
    display: none;
  }
}
.cid-tW3K5kTYvh {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background: #efefec;
  overflow: hidden;
}
.cid-tW3K5kTYvh .mbr-fallback-image.disabled {
  display: none;
}
.cid-tW3K5kTYvh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tW3K5kTYvh .row {
  position: relative;
  z-index: 10;
}
.cid-tW3K5kTYvh .col-title {
  display: flex;
  align-items: flex-start;
  margin-bottom: 60px;
}
@media (max-width: 991px) {
  .cid-tW3K5kTYvh .col-title {
    flex-wrap: wrap;
    margin-bottom: 40px;
  }
}
.cid-tW3K5kTYvh .mbr-section-title {
  color: #2B2B2B;
  width: 65%;
  flex-grow: 1;
}
@media (max-width: 991px) {
  .cid-tW3K5kTYvh .mbr-section-title {
    width: 100%;
    text-align: center !important;
  }
}
.cid-tW3K5kTYvh .mbr-section-subtitle {
  color: #1b80e6;
  padding-left: 40px;
  width: 35%;
  margin-left: auto;
  text-align: right;
}
@media (max-width: 991px) {
  .cid-tW3K5kTYvh .mbr-section-subtitle {
    width: 100%;
    text-align: center !important;
    padding-left: 0;
    margin-left: 0;
    margin-top: 20px;
  }
}
.cid-tW3K5kTYvh .google-map {
  height: 350px;
  position: relative;
  padding: 0 20px;
}
.cid-tW3K5kTYvh .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tW3K5kTYvh .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tW3K5kTYvh .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tW3K5kTYvh .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tW3K5kTYvh .col-text {
  display: flex;
  align-items: flex-start;
  margin-top: 40px;
}
@media (max-width: 991px) {
  .cid-tW3K5kTYvh .col-text {
    flex-wrap: wrap;
    margin-top: 30px;
  }
}
.cid-tW3K5kTYvh .mbr-text {
  color: #2B2B2B;
  width: 50%;
  margin-right: auto;
  padding-right: 40px;
}
@media (max-width: 991px) {
  .cid-tW3K5kTYvh .mbr-text {
    width: 100%;
    padding-right: 0;
    margin-right: 0;
  }
}
.cid-tW3K5kTYvh .mbr-place {
  color: #2B2B2B;
  width: 50%;
  margin-left: auto;
}
@media (max-width: 991px) {
  .cid-tW3K5kTYvh .mbr-place {
    width: 100%;
    margin-left: 0;
    margin-top: 24px;
  }
}
.cid-tW3K5kTYvh .container,
.cid-tW3K5kTYvh .container-fluid {
  position: relative;
}
.cid-tW3K5kTYvh .circle-blur {
  position: absolute;
  transform: translate(50%, -50%);
  display: block;
  width: 200px;
  height: 200px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 500px;
  opacity: .97;
  -webkit-filter: blur(50px) blur(50px);
  filter: blur(50px) blur(50px);
}
@media (max-width: 767px) {
  .cid-tW3K5kTYvh .circle-blur {
    width: 200px;
    height: 200px;
  }
}
.cid-tW3K5kTYvh .circle-blur1 {
  top: 10%;
  right: 50%;
  background-image: linear-gradient(132deg, #ffa41d 27%, #ffa41d 50%, #ffa41d 79%);
}
.cid-tW3K5kTYvh .circle-blur2 {
  top: 13%;
  right: 40%;
  background-image: linear-gradient(132deg, #0057fc 27%, #0057fc 50%, #0057fc 79%);
}
.cid-tRxXgt1hFP {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #f0f0f5;
}
.cid-tRxXgt1hFP .video-wrapper iframe {
  width: 100%;
}
.cid-tRxXgt1hFP .mbr-section-title,
.cid-tRxXgt1hFP .mbr-section-subtitle,
.cid-tRxXgt1hFP .mbr-text {
  text-align: center;
}
.cid-tRxXgt1hFP .mbr-section-subtitle {
  margin-bottom: 22px;
  letter-spacing: .13em;
  color: #FF4712;
  text-align: center;
}
.cid-tRxXgt1hFP .mbr-section-title {
  margin-bottom: 14px;
  color: #20232a;
  text-align: center;
}
.cid-tRxXgt1hFP .mbr-text {
  margin-bottom: 0;
  color: #65676c;
}
.cid-tRxXgt1hFP .mbr-section-head {
  margin-bottom: 45px;
}
.cid-tBH6KrMBlR {
  background-color: #f9f9fc;
}
.cid-tBH6KrMBlR .content {
  display: flex;
  height: 100px;
  justify-content: center;
  align-items: center;
}
.cid-tBH6KrMBlR .content img {
  width: 43px;
  height: 43px;
  object-fit: cover;
  margin-right: 15px;
}
.cid-tBH6KrMBlR .content p {
  margin: 0;
}
.cid-tBH6KrMBlR .mbr-text {
  color: #1f242e;
}
.cid-tBH6Kssc9c {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background: #ffffff;
}
.cid-tBH6Kssc9c .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBH6Kssc9c .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBH6Kssc9c .container-fluid {
  padding: 0 22px;
}
@media (max-width: 992px) {
  .cid-tBH6Kssc9c .container-fluid {
    padding: 0 16px;
  }
}
.cid-tBH6Kssc9c .container-fluid .row {
  padding: 0;
}
.cid-tBH6Kssc9c .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 710px;
  max-width: 710px;
}
@media (max-width: 768px) {
  .cid-tBH6Kssc9c .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tBH6Kssc9c .embla__slide .card-wrap .item-wrapper .image-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 96px 80px;
  background-color: #d2d2e3;
}
@media (max-width: 992px) {
  .cid-tBH6Kssc9c .embla__slide .card-wrap .item-wrapper .image-wrap {
    padding: 20px;
  }
}
.cid-tBH6Kssc9c .embla__slide .card-wrap .item-wrapper .image-wrap img {
  height: 360px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tBH6Kssc9c .embla__slide .card-wrap .item-wrapper .image-wrap img {
    height: 280px;
  }
}
@media (max-width: 769px) {
  .cid-tBH6Kssc9c .embla__slide .card-wrap .item-wrapper .image-wrap img {
    height: 180px;
  }
}
.cid-tBH6Kssc9c .embla__button--next,
.cid-tBH6Kssc9c .embla__button--prev {
  display: flex;
}
.cid-tBH6Kssc9c .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: transparent;
  color: #000000;
  border: 2px solid #ffa41d;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tBH6Kssc9c .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tBH6Kssc9c .embla__button:hover {
  background: transparent;
  color: #000000;
  opacity: .5;
}
.cid-tBH6Kssc9c .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tBH6Kssc9c .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tBH6Kssc9c .embla__button {
    top: auto;
    bottom: 0;
  }
}
.cid-tBH6Kssc9c .embla {
  position: relative;
  width: 100%;
}
.cid-tBH6Kssc9c .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tBH6Kssc9c .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tBH6Kssc9c .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tBH6Kssc9c .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tRxXAQO3MJ {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #f0f0f5;
}
.cid-tRxXAQO3MJ .video-wrapper iframe {
  width: 100%;
}
.cid-tRxXAQO3MJ .mbr-section-title,
.cid-tRxXAQO3MJ .mbr-section-subtitle,
.cid-tRxXAQO3MJ .mbr-text {
  text-align: center;
}
.cid-tRxXAQO3MJ .mbr-section-subtitle {
  margin-bottom: 22px;
  letter-spacing: .13em;
  color: #FF4712;
  text-align: center;
}
.cid-tRxXAQO3MJ .mbr-section-title {
  margin-bottom: 14px;
  color: #20232a;
  text-align: center;
}
.cid-tRxXAQO3MJ .mbr-text {
  margin-bottom: 0;
  color: #65676c;
}
.cid-tRxXAQO3MJ .mbr-section-head {
  margin-bottom: 45px;
}
.cid-tBH6Kv2HEC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ebebeb;
}
.cid-tBH6Kv2HEC .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBH6Kv2HEC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBH6Kv2HEC .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tBH6Kv2HEC .container-fluid {
    padding: 0 30px;
  }
}
.cid-tBH6Kv2HEC .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tBH6Kv2HEC .container {
    padding: 0 30px;
  }
}
.cid-tBH6Kv2HEC .text-wrap {
  display: flex;
  align-items: flex-end;
}
.cid-tBH6Kv2HEC .text-wrap .text-wrapper {
  display: inline-flex;
  padding-top: 30px;
  border-top: 1px solid #000000;
  margin: 0 92px 40px 0;
  margin: 0 0 40px 92px;
}
@media (max-width: 1440px) {
  .cid-tBH6Kv2HEC .text-wrap .text-wrapper {
    margin: 0 0 40px 40px;
  }
}
@media (max-width: 992px) {
  .cid-tBH6Kv2HEC .text-wrap .text-wrapper {
    margin: 0 0 30px 0;
  }
}
@media (max-width: 1440px) {
  .cid-tBH6Kv2HEC .text-wrap .text-wrapper {
    margin: 0 40px 40px 0;
  }
}
@media (max-width: 992px) {
  .cid-tBH6Kv2HEC .text-wrap .text-wrapper {
    margin: 0 0 30px 0;
  }
}
.cid-tBH6Kv2HEC .text-wrap .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tBH6Kv2HEC .text-wrap .text-wrapper .mbr-iconfont {
  font-size: 22px;
  margin-right: 24px;
  color: #ff6839;
}
.cid-tBH6Kv2HEC .image-wrapper img {
  height: 480px;
  object-fit: cover;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-tBH6Kv2HEC .image-wrapper img {
    height: 280px;
  }
}
.cid-tBH6Kv2HEC .mbr-text {
  color: #000000;
}
.cid-tBH6KwMd4I {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ebebeb;
}
.cid-tBH6KwMd4I .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBH6KwMd4I .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tBH6KwMd4I .container {
    padding: 0 30px;
  }
}
.cid-tBH6KwMd4I .text-wrap {
  display: flex;
  align-items: flex-end;
}
.cid-tBH6KwMd4I .text-wrap .text-wrapper {
  display: inline-flex;
  padding-top: 30px;
  border-top: 1px solid #000000;
  margin: 0 92px 40px 0;
}
@media (max-width: 1440px) {
  .cid-tBH6KwMd4I .text-wrap .text-wrapper {
    margin: 0 40px 40px 0;
  }
}
@media (max-width: 992px) {
  .cid-tBH6KwMd4I .text-wrap .text-wrapper {
    margin: 0 0 30px 0;
  }
}
.cid-tBH6KwMd4I .text-wrap .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tBH6KwMd4I .text-wrap .text-wrapper .mbr-iconfont {
  font-size: 22px;
  margin-right: 24px;
  color: #ff6839;
}
.cid-tBH6KwMd4I .image-wrapper img {
  height: 480px;
  object-fit: cover;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-tBH6KwMd4I .image-wrapper img {
    height: 280px;
  }
}
.cid-tBH6KwMd4I .mbr-text {
  color: #000000;
}
.cid-tBH6KywHZh {
  background-color: #ffffff;
}
.cid-tBH6KywHZh .content {
  display: flex;
  height: 100px;
  justify-content: center;
  align-items: center;
}
.cid-tBH6KywHZh .content img {
  width: 43px;
  height: 43px;
  object-fit: cover;
  margin-right: 15px;
}
.cid-tBH6KywHZh .content p {
  margin: 0;
}
.cid-tBH6KywHZh .mbr-text {
  color: #ffffff;
}
.cid-tBH6KznJ1e {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #1b2028;
}
.cid-tBH6KznJ1e .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBH6KznJ1e .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBH6KznJ1e .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-tBH6KznJ1e .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-tBH6KznJ1e .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-tBH6KznJ1e .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-tBH6KznJ1e .container {
    max-width: 100%;
  }
  .cid-tBH6KznJ1e .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-tBH6KznJ1e .item-wrap {
  width: 100%;
}
.cid-tBH6KznJ1e .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-tBH6KznJ1e .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tBH6KznJ1e .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tBH6KznJ1e .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tBH6KznJ1e .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-tBH6KznJ1e .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tBH6KznJ1e .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-tBH6KznJ1e .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-tBH6KznJ1e .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1f242e, #171a21);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-tBH6KznJ1e .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-tBH6KznJ1e .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #ffa41d;
}
.cid-tBH6KznJ1e .soc-item:hover {
  transform: translateY(-3px);
}
.cid-tBH6KznJ1e .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tBH6KznJ1e .col-links {
    padding-top: 20px;
  }
}
.cid-tBH6KznJ1e .mbr-section-subtitle {
  color: #ffa41d;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .cid-tBH6KznJ1e .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-tBH6KznJ1e .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #C4CFDE;
  transition: 0.4s all;
}
@media (max-width: 575px) {
  .cid-tBH6KznJ1e .list {
    text-align: center !important;
  }
}
.cid-tBH6KznJ1e .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-tBH6KznJ1e .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-tBH6KznJ1e .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-tBH6KznJ1e .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ffa41d;
  transition: 0.4s all;
}
.cid-tBH6KznJ1e .list a:hover {
  color: #ffa41d !important;
  line-height: inherit !important;
}
.cid-tBH6KznJ1e .list a:hover:before {
  width: 100%;
}
.cid-tBH6KznJ1e .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-tBH6KznJ1e .col-copyright {
    padding-top: 40px;
  }
}
.cid-tBH6KznJ1e .border-item {
  width: 100%;
  height: 1px;
  background-color: #ffa41d;
}
.cid-tBH6KznJ1e .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
.cid-tBq4cQyCgz .navbar-dropdown {
  position: relative !important;
}
.cid-tBq4cQyCgz .navbar-dropdown {
  position: absolute !important;
}
.cid-tBq4cQyCgz .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-tBq4cQyCgz .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tBq4cQyCgz .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tBq4cQyCgz .dropdown-item:hover,
.cid-tBq4cQyCgz .dropdown-item:focus {
  background: #ffa41d !important;
  color: white !important;
}
.cid-tBq4cQyCgz .dropdown-item:hover span {
  color: white;
}
.cid-tBq4cQyCgz .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tBq4cQyCgz .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tBq4cQyCgz .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tBq4cQyCgz .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tBq4cQyCgz .nav-link {
  position: relative;
}
.cid-tBq4cQyCgz .container {
  display: flex;
  margin: auto;
}
.cid-tBq4cQyCgz .iconfont-wrapper {
  color: #ffa41d !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tBq4cQyCgz .navbar-nav .nav-item {
  margin: 10px 14px !important;
}
.cid-tBq4cQyCgz .navbar-nav .nav-item .nav-link {
  margin: 5px 10px !important;
  padding: 0 !important;
  transition: 0.3s all;
  opacity: 0.5;
}
.cid-tBq4cQyCgz .navbar-nav .nav-item .nav-link:hover,
.cid-tBq4cQyCgz .navbar-nav .nav-item .nav-link:focus,
.cid-tBq4cQyCgz .navbar-nav .nav-item .nav-link:active {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-tBq4cQyCgz .dropdown-menu,
.cid-tBq4cQyCgz .navbar.opened {
  background: #1f242e !important;
}
.cid-tBq4cQyCgz .nav-item:focus,
.cid-tBq4cQyCgz .nav-link:focus {
  outline: none;
}
.cid-tBq4cQyCgz .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tBq4cQyCgz .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tBq4cQyCgz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tBq4cQyCgz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tBq4cQyCgz .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tBq4cQyCgz .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tBq4cQyCgz .navbar {
  min-height: 122px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  padding: 0 !important;
  box-shadow: none !important;
  background: #1f242e;
  background: rgba(31, 36, 46, 0.3);
}
.cid-tBq4cQyCgz .navbar:not(.navbar-short) {
  border-bottom: none;
}
.cid-tBq4cQyCgz .navbar.opened {
  transition: all 0.3s;
}
.cid-tBq4cQyCgz .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tBq4cQyCgz .navbar .navbar-logo img {
  width: auto;
}
.cid-tBq4cQyCgz .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tBq4cQyCgz .navbar.collapsed {
  justify-content: center;
}
.cid-tBq4cQyCgz .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tBq4cQyCgz .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tBq4cQyCgz .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.5rem);
  }
}
.cid-tBq4cQyCgz .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tBq4cQyCgz .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tBq4cQyCgz .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tBq4cQyCgz .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tBq4cQyCgz .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tBq4cQyCgz .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tBq4cQyCgz .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tBq4cQyCgz .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tBq4cQyCgz .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tBq4cQyCgz .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tBq4cQyCgz .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tBq4cQyCgz .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tBq4cQyCgz .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tBq4cQyCgz .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tBq4cQyCgz .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tBq4cQyCgz .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tBq4cQyCgz .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tBq4cQyCgz .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tBq4cQyCgz .navbar.navbar-short {
  min-height: 90px;
}
.cid-tBq4cQyCgz .navbar.navbar-short .navbar-logo img {
  height: 4.2rem !important;
}
.cid-tBq4cQyCgz .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
@media (max-width: 575px) {
  .cid-tBq4cQyCgz .navbar {
    min-height: 80px;
  }
}
.cid-tBq4cQyCgz .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  padding-right: 15px;
  padding-left: 15px;
}
.cid-tBq4cQyCgz .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tBq4cQyCgz .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 575px) {
  .cid-tBq4cQyCgz .navbar-brand {
    min-height: 69px;
  }
}
.cid-tBq4cQyCgz .dropdown-item.active,
.cid-tBq4cQyCgz .dropdown-item:active {
  background-color: transparent;
}
.cid-tBq4cQyCgz .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tBq4cQyCgz .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tBq4cQyCgz .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tBq4cQyCgz .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1f242e;
}
.cid-tBq4cQyCgz .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tBq4cQyCgz .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tBq4cQyCgz ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tBq4cQyCgz .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tBq4cQyCgz button.navbar-toggler {
  display: none;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #171a21, #272c30);
  outline: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-tBq4cQyCgz button.navbar-toggler:hover {
  transform: scale(1.1);
}
.cid-tBq4cQyCgz button.navbar-toggler .hamburger {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-tBq4cQyCgz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #f9f9fc;
}
.cid-tBq4cQyCgz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-tBq4cQyCgz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-tBq4cQyCgz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-tBq4cQyCgz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tBq4cQyCgz nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tBq4cQyCgz nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tBq4cQyCgz nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tBq4cQyCgz nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tBq4cQyCgz .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tBq4cQyCgz a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tBq4cQyCgz .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-tBq4cQyCgz .navbar {
    height: 70px;
  }
  .cid-tBq4cQyCgz .navbar.opened {
    height: auto;
  }
  .cid-tBq4cQyCgz .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tBq4cQyCgz .navbar-short {
  min-height: 90px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
  background: #1f242e;
  background: rgba(31, 36, 46, 0.3);
}
@media (max-width: 575px) {
  .cid-tBq4cQyCgz .navbar-short {
    min-height: 70px;
  }
}
.cid-tBq4cQyCgz .container-fluid {
  padding: 0 64px;
}
@media (max-width: 1599px) {
  .cid-tBq4cQyCgz .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .cid-tBq4cQyCgz .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .cid-tBq4cQyCgz .container-fluid {
    padding: 0 3px;
  }
}
.cid-tBq4cQyCgz .navbar-collapse {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-tBq4cQyCgz .mbr-section-btn .btn {
  padding: 15px 35px;
}
@media (min-width: 992px) {
  .cid-tBq4cQyCgz .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-tBq4cQyCgz .container-fluid {
  flex-wrap: wrap;
}
.cid-tBq4cQyCgz button.navbar-toggler {
  display: flex;
}
.cid-tBq4cQyCgz .navbar-brand {
  width: auto !important;
}
.cid-tBq4cQyCgz .navbar-collapse {
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.cid-tBq4cQyCgz .navbar-collapse .nav-item {
  margin: 8px 0 !important;
}
.cid-tBq4cQyCgz .navbar-collapse .nav-item .nav-link {
  margin: 0 !important;
  padding: 0 !important;
  transition: 0.3s all;
  opacity: 1;
  justify-content: left;
}
.cid-tBq4cQyCgz .navbar-collapse .nav-item .nav-link:hover {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-tBq4cQyCgz .icons-menu {
  margin-top: 10px;
  justify-content: left;
}
.cid-tBq4cQyCgz .navbar-buttons {
  margin-top: 20px;
  text-align: left;
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
@media (max-width: 991px) {
  .cid-tBq4cQyCgz .container-fluid {
    flex-wrap: wrap;
  }
  .cid-tBq4cQyCgz button.navbar-toggler {
    display: flex;
  }
  .cid-tBq4cQyCgz .navbar-brand {
    width: auto !important;
  }
  .cid-tBq4cQyCgz .navbar-collapse {
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
  .cid-tBq4cQyCgz .navbar-collapse .nav-item {
    margin: 8px 0 !important;
  }
  .cid-tBq4cQyCgz .navbar-collapse .nav-item .nav-link {
    margin: 0 !important;
    padding: 0 !important;
    transition: 0.3s all;
    opacity: 1;
    justify-content: left;
  }
  .cid-tBq4cQyCgz .navbar-collapse .nav-item .nav-link:hover {
    opacity: 1;
    color: #FFFFFF !important;
  }
  .cid-tBq4cQyCgz .icons-menu {
    margin-top: 10px;
    justify-content: left;
  }
  .cid-tBq4cQyCgz .navbar-buttons {
    margin-top: 20px;
    text-align: left;
    margin-left: -0.6rem;
    margin-right: -0.6rem;
  }
}
.cid-tBq4cRrLy4 {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/dsc01892-2000x1127.jpg");
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 650px;
}
.cid-tBq4cRrLy4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBq4cRrLy4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1024px) {
  .cid-tBq4cRrLy4 {
    min-height: 750px;
  }
}
.cid-tBq4cRrLy4 .mbr-section-title {
  color: #ffffff;
}
.cid-tBq4cRrLy4 .mbr-section-subtitle {
  color: #FFFFFF;
  margin-top: 16px;
}
.cid-tBq4cRrLy4 .mbr-text {
  color: #FFFFFF;
  margin-top: 16px;
}
.cid-tBq4cRrLy4 .mbr-section-btn {
  margin-top: 18px;
}
.cid-tBq4cRrLy4 .mbr-text,
.cid-tBq4cRrLy4 .mbr-section-btn {
  color: #ffa41d;
}
.cid-tQYRw0yVXd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f9f9fc;
}
.cid-tQYRw0yVXd .mbr-section-subtitle {
  margin-bottom: 22px;
  letter-spacing: .13em;
  color: #23272b;
}
@media (max-width: 768px) {
  .cid-tQYRw0yVXd .mbr-section-subtitle {
    margin-bottom: 8px;
  }
}
.cid-tQYRw0yVXd .mbr-section-title {
  margin-bottom: 0;
  color: #20232a;
}
@media (max-width: 768px) {
  .cid-tQYRw0yVXd .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-tQYRw0yVXd .mbr-text {
  padding-top: 10px;
  margin-bottom: 0;
  color: #84858a;
}
@media (max-width: 768px) {
  .cid-tQYRw0yVXd .mbr-text {
    padding: 0;
  }
}
.cid-tBq4cTCJjj {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/dsc01898-2000x1127.jpg");
}
.cid-tBq4cTCJjj .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBq4cTCJjj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBq4cTCJjj .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-tBq4cTCJjj .container-fluid {
    padding: 0 20px;
  }
}
.cid-tBq4cTCJjj .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tBq4cTCJjj .container {
    padding: 0 20px;
  }
}
.cid-tBq4cTCJjj .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-tBq4cTCJjj .title-wrapper .mbr-desc {
  margin: 0;
}
.cid-tBq4cTCJjj .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-tBq4cTCJjj .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-tBq4cUf0T2 {
  background-color: #1f242e;
}
.cid-tBq4cUf0T2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBq4cUf0T2 .pb {
  padding-bottom: 2rem;
}
@media (min-width: 1600px) {
  .cid-tBq4cUf0T2 .col-lg-6 {
    padding: 0 2rem;
  }
  .cid-tBq4cUf0T2 .pb {
    padding-bottom: 5rem;
  }
  .cid-tBq4cUf0T2 .container-fluid {
    padding: 0 3rem !important;
    margin: 0;
  }
}
@media (max-width: 992px) {
  .cid-tBq4cUf0T2 .md-pb {
    padding-bottom: 2rem;
  }
}
.cid-tBq4cUf0T2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBq4cUf0T2 .row {
  flex-direction: row-reverse;
}
.cid-tBq4cUf0T2 img {
  width: 100%;
}
.cid-tBq4cUf0T2 .mbr-text {
  color: #ffffff;
}
.cid-tQYRHJJdwF {
  background-color: #ffffff;
}
.cid-tQYRHJJdwF .content {
  display: flex;
  height: 100px;
  justify-content: center;
  align-items: center;
}
.cid-tQYRHJJdwF .content img {
  width: 43px;
  height: 43px;
  object-fit: cover;
  margin-right: 15px;
}
.cid-tQYRHJJdwF .content p {
  margin: 0;
}
.cid-tQYRHJJdwF .mbr-text {
  color: #ffffff;
}
.cid-tBq4cV2NZC {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/dsc01910-1-2000x1127.jpg");
}
.cid-tBq4cV2NZC .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBq4cV2NZC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBq4cV2NZC .container-fluid {
  padding: 0 16px;
}
@media (max-width: 991px) {
  .cid-tBq4cV2NZC .container-fluid {
    padding: 0 12px;
  }
}
.cid-tBq4cV2NZC .row {
  margin-top: -3px;
  display: flex;
  justify-content: center;
  padding: 64px 28px;
  overflow: hidden;
  position: relative;
}
@media (max-width: 992px) {
  .cid-tBq4cV2NZC .row {
    padding: 48px 20px;
  }
}
.cid-tBq4cV2NZC .row:before {
  content: '';
  position: absolute;
  top: 8rem;
  width: 200vh;
  height: 300px;
  display: block;
  background-color: transparent;
  border: 5px solid #ffa41d;
  border-radius: 100%;
}
.cid-tBq4cV2NZC .card {
  border-right: 0;
  transform: rotate(17deg);
}
@media (max-width: 992px) {
  .cid-tBq4cV2NZC .card {
    margin: 0 !important;
  }
}
.cid-tBq4cV2NZC .card:nth-child(2) {
  transform: rotate(347deg);
  margin-top: 5rem;
}
.cid-tBq4cV2NZC .card:last-child {
  transform: rotate(1deg);
  margin-left: -3rem;
  margin-top: -2.5rem;
}
.cid-tBq4cV2NZC .card .image-wrapper {
  padding: 20px;
  border-radius: 16px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-tBq4cV2NZC .card .image-wrapper {
    margin-bottom: 48px;
  }
}
.cid-tBq4cV2NZC .card .image-wrapper img {
  height: 300px;
  object-fit: cover;
}
.cid-tBq4cV2NZC .card .image-wrapper .mbr-text {
  margin-bottom: 0;
  margin-top: 10px;
}
.cid-tBq4cV2NZC .mbr-text {
  color: #07553B;
}
.cid-tBq4cWpn4p {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f9f9fc;
}
.cid-tBq4cWpn4p .image-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
}
@media (max-width: 992px) {
  .cid-tBq4cWpn4p .image-wrapper {
    height: auto;
  }
}
@media (max-width: 768px) {
  .cid-tBq4cWpn4p .image-wrapper {
    margin-bottom: 30px;
  }
}
.cid-tBq4cWpn4p .image-wrapper img {
  max-width: 520px;
  height: 640px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tBq4cWpn4p .image-wrapper img {
    height: 457px;
  }
}
.cid-tBq4cWpn4p .image-wrapper .mbr-description {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 353px;
  height: auto;
  padding: 55px 40px 55px;
  margin: 0;
  background-color: #1f242e;
}
@media (max-width: 1200px) {
  .cid-tBq4cWpn4p .image-wrapper .mbr-description {
    width: 255px;
  }
}
@media (max-width: 768px) {
  .cid-tBq4cWpn4p .image-wrapper .mbr-description {
    padding: 30px 20px;
  }
}
.cid-tBq4cWpn4p .text {
  padding-left: 9%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tBq4cWpn4p .text {
    padding: 0 12px;
  }
}
.cid-tBq4cWpn4p .text .text-wrapper .mbr-section-subtitle {
  margin-bottom: 22px;
  letter-spacing: .13em;
}
@media (max-width: 768px) {
  .cid-tBq4cWpn4p .text .text-wrapper .mbr-section-subtitle {
    margin-bottom: 7px;
  }
}
.cid-tBq4cWpn4p .text .text-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-tBq4cWpn4p .text .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tBq4cWpn4p .text .list-wrapper {
  margin-top: 45px;
}
@media (max-width: 768px) {
  .cid-tBq4cWpn4p .text .list-wrapper {
    margin-top: 20px;
  }
}
.cid-tBq4cWpn4p .text .list-wrapper .list-item {
  padding: 27px 0;
  border-top: 1px solid #bbbbbb;
}
.cid-tBq4cWpn4p .text .list-wrapper .list-item:first-child {
  padding-top: 0;
  border: none;
}
.cid-tBq4cWpn4p .text .list-wrapper .list-item:last-child {
  padding-bottom: 0;
}
.cid-tBq4cWpn4p .text .list-wrapper .list-item .mbr-number {
  margin: 0 15px 0 0;
  display: inline;
}
.cid-tBq4cWpn4p .text .list-wrapper .list-item .mbr-list {
  margin: 0;
  display: inline;
}
.cid-tBq4cWpn4p .mbr-section-btn {
  margin-top: 45px;
}
@media (max-width: 768px) {
  .cid-tBq4cWpn4p .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-tBq4cWpn4p .btn {
  height: 55px;
  min-width: 170px;
  box-shadow: none;
  margin-top: 0;
}
.cid-tBq4cWpn4p .btn:hover {
  box-shadow: none;
}
.cid-tBq4cWpn4p .mbr-description {
  color: #fafafa;
}
.cid-tBq4cWpn4p .mbr-section-subtitle {
  color: #ffa41d;
}
.cid-tBq4cWpn4p .mbr-section-title {
  color: #20232a;
}
.cid-tBq4cWpn4p .mbr-text {
  color: #84858a;
}
.cid-tBq4cWpn4p .mbr-number {
  color: #84858a;
}
.cid-tBq4cWpn4p .mbr-list {
  color: #20232a;
}
.cid-tBq4cWpn4p .mbr-section-title,
.cid-tBq4cWpn4p .list-item,
.cid-tBq4cWpn4p .mbr-section-btn {
  text-align: left;
}
.cid-tBq4cXk7gQ {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tBq4cXk7gQ img {
  display: inline;
  border: 8px solid #ffffff;
  border-radius: 25px;
}
.cid-tBq4cXk7gQ .col-12 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
}
.cid-tBq4cXk7gQ .first {
  transform: rotate(10deg);
  max-height: 317px;
  width: auto;
}
.cid-tBq4cXk7gQ .second {
  transform: rotate(356deg);
  max-height: 390px;
  width: auto;
  z-index: 5;
}
.cid-tBq4cXk7gQ .third {
  transform: rotate(5deg);
  max-height: 476px;
  width: auto;
  z-index: 10;
}
.cid-tBq4cXk7gQ .fourth {
  transform: rotate(356deg);
  max-height: 390px;
  width: auto;
  z-index: 5;
}
.cid-tBq4cXk7gQ .fifth {
  transform: rotate(350deg);
  max-height: 317px;
  width: auto;
}
@media (max-width: 1400px) {
  .cid-tBq4cXk7gQ .first {
    max-height: 250px;
  }
  .cid-tBq4cXk7gQ .second {
    max-height: 323px;
  }
  .cid-tBq4cXk7gQ .third {
    max-height: 408px;
  }
  .cid-tBq4cXk7gQ .fourth {
    max-height: 323px;
  }
  .cid-tBq4cXk7gQ .fifth {
    max-height: 250px;
  }
}
@media (max-width: 1100px) {
  .cid-tBq4cXk7gQ .first {
    max-height: 200px;
  }
  .cid-tBq4cXk7gQ .second {
    max-height: 270px;
  }
  .cid-tBq4cXk7gQ .third {
    max-height: 350px;
  }
  .cid-tBq4cXk7gQ .fourth {
    max-height: 270px;
  }
  .cid-tBq4cXk7gQ .fifth {
    max-height: 200px;
  }
}
@media (max-width: 900px) {
  .cid-tBq4cXk7gQ .first {
    display: none;
  }
  .cid-tBq4cXk7gQ .second {
    max-height: 323px;
  }
  .cid-tBq4cXk7gQ .third {
    max-height: 408px;
  }
  .cid-tBq4cXk7gQ .fourth {
    max-height: 323px;
  }
  .cid-tBq4cXk7gQ .fifth {
    display: none;
  }
}
@media (max-width: 765px) {
  .cid-tBq4cXk7gQ .second {
    max-height: 250px;
  }
  .cid-tBq4cXk7gQ .third {
    max-height: 340px;
  }
  .cid-tBq4cXk7gQ .fourth {
    max-height: 250px;
  }
}
@media (max-width: 650px) {
  .cid-tBq4cXk7gQ .second {
    max-height: 180px;
  }
  .cid-tBq4cXk7gQ .third {
    max-height: 270px;
  }
  .cid-tBq4cXk7gQ .fourth {
    max-height: 180px;
  }
}
@media (max-width: 465px) {
  .cid-tBq4cXk7gQ .second {
    display: none;
  }
  .cid-tBq4cXk7gQ .third {
    max-height: initial;
    width: 90%;
  }
  .cid-tBq4cXk7gQ .fourth {
    display: none;
  }
}
.cid-tW3OqhmtwA {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background: #efefec;
  overflow: hidden;
}
.cid-tW3OqhmtwA .mbr-fallback-image.disabled {
  display: none;
}
.cid-tW3OqhmtwA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tW3OqhmtwA .row {
  position: relative;
  z-index: 10;
}
.cid-tW3OqhmtwA .col-title {
  display: flex;
  align-items: flex-start;
  margin-bottom: 60px;
}
@media (max-width: 991px) {
  .cid-tW3OqhmtwA .col-title {
    flex-wrap: wrap;
    margin-bottom: 40px;
  }
}
.cid-tW3OqhmtwA .mbr-section-title {
  color: #2B2B2B;
  width: 65%;
  flex-grow: 1;
}
@media (max-width: 991px) {
  .cid-tW3OqhmtwA .mbr-section-title {
    width: 100%;
    text-align: center !important;
  }
}
.cid-tW3OqhmtwA .mbr-section-subtitle {
  color: #1b80e6;
  padding-left: 40px;
  width: 35%;
  margin-left: auto;
  text-align: right;
}
@media (max-width: 991px) {
  .cid-tW3OqhmtwA .mbr-section-subtitle {
    width: 100%;
    text-align: center !important;
    padding-left: 0;
    margin-left: 0;
    margin-top: 20px;
  }
}
.cid-tW3OqhmtwA .google-map {
  height: 350px;
  position: relative;
  padding: 0 20px;
}
.cid-tW3OqhmtwA .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tW3OqhmtwA .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tW3OqhmtwA .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tW3OqhmtwA .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tW3OqhmtwA .col-text {
  display: flex;
  align-items: flex-start;
  margin-top: 40px;
}
@media (max-width: 991px) {
  .cid-tW3OqhmtwA .col-text {
    flex-wrap: wrap;
    margin-top: 30px;
  }
}
.cid-tW3OqhmtwA .mbr-text {
  color: #2B2B2B;
  width: 50%;
  margin-right: auto;
  padding-right: 40px;
}
@media (max-width: 991px) {
  .cid-tW3OqhmtwA .mbr-text {
    width: 100%;
    padding-right: 0;
    margin-right: 0;
  }
}
.cid-tW3OqhmtwA .mbr-place {
  color: #2B2B2B;
  width: 50%;
  margin-left: auto;
}
@media (max-width: 991px) {
  .cid-tW3OqhmtwA .mbr-place {
    width: 100%;
    margin-left: 0;
    margin-top: 24px;
  }
}
.cid-tW3OqhmtwA .container,
.cid-tW3OqhmtwA .container-fluid {
  position: relative;
}
.cid-tW3OqhmtwA .circle-blur {
  position: absolute;
  transform: translate(50%, -50%);
  display: block;
  width: 200px;
  height: 200px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 500px;
  opacity: .97;
  -webkit-filter: blur(50px) blur(50px);
  filter: blur(50px) blur(50px);
}
@media (max-width: 767px) {
  .cid-tW3OqhmtwA .circle-blur {
    width: 200px;
    height: 200px;
  }
}
.cid-tW3OqhmtwA .circle-blur1 {
  top: 10%;
  right: 50%;
  background-image: linear-gradient(132deg, #ffa41d 27%, #ffa41d 50%, #ffa41d 79%);
}
.cid-tW3OqhmtwA .circle-blur2 {
  top: 13%;
  right: 40%;
  background-image: linear-gradient(132deg, #0057fc 27%, #0057fc 50%, #0057fc 79%);
}
.cid-tBFwPRndhg {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #23272b;
}
.cid-tBFwPRndhg .mbr-media {
  position: relative;
}
.cid-tBFwPRndhg .mbr-media img {
  width: 100%;
  object-fit: cover;
}
.cid-tBFwPRndhg .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cid-tBFwPRndhg .mbr-media span {
  font-size: 3rem;
  transition: all 0.2s;
  background: white;
  padding: 1.5rem;
  border-radius: 50%;
}
.cid-tBFwPRndhg a {
  background-image: none !important;
}
.cid-tBFwPRndhg .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-tBFwPRndhg .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-tBFwPRndhg .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-tBFwPRndhg .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tBFwPRndhg .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tBFwPRndhg .mbr-section-title {
  color: #f9f9fc;
}
.cid-tBFwPRndhg .mbr-section-subtitle {
  color: #f9f9fc;
}
.cid-tBq4cY463k {
  background-color: #f9f9fc;
}
.cid-tBq4cY463k .content {
  display: flex;
  height: 100px;
  justify-content: center;
  align-items: center;
}
.cid-tBq4cY463k .content img {
  width: 43px;
  height: 43px;
  object-fit: cover;
  margin-right: 15px;
}
.cid-tBq4cY463k .content p {
  margin: 0;
}
.cid-tBq4cY463k .mbr-text {
  color: #1f242e;
}
.cid-tBq4cYJTn2 {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background: #ffffff;
}
.cid-tBq4cYJTn2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBq4cYJTn2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBq4cYJTn2 .container-fluid {
  padding: 0 22px;
}
@media (max-width: 992px) {
  .cid-tBq4cYJTn2 .container-fluid {
    padding: 0 16px;
  }
}
.cid-tBq4cYJTn2 .container-fluid .row {
  padding: 0;
}
.cid-tBq4cYJTn2 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 710px;
  max-width: 710px;
}
@media (max-width: 768px) {
  .cid-tBq4cYJTn2 .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tBq4cYJTn2 .embla__slide .card-wrap .item-wrapper .image-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 96px 80px;
  background-color: #d2d2e3;
}
@media (max-width: 992px) {
  .cid-tBq4cYJTn2 .embla__slide .card-wrap .item-wrapper .image-wrap {
    padding: 20px;
  }
}
.cid-tBq4cYJTn2 .embla__slide .card-wrap .item-wrapper .image-wrap img {
  height: 360px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tBq4cYJTn2 .embla__slide .card-wrap .item-wrapper .image-wrap img {
    height: 280px;
  }
}
@media (max-width: 769px) {
  .cid-tBq4cYJTn2 .embla__slide .card-wrap .item-wrapper .image-wrap img {
    height: 180px;
  }
}
.cid-tBq4cYJTn2 .embla__button--next,
.cid-tBq4cYJTn2 .embla__button--prev {
  display: flex;
}
.cid-tBq4cYJTn2 .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: transparent;
  color: #000000;
  border: 2px solid #ffa41d;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tBq4cYJTn2 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tBq4cYJTn2 .embla__button:hover {
  background: transparent;
  color: #000000;
  opacity: .5;
}
.cid-tBq4cYJTn2 .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tBq4cYJTn2 .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tBq4cYJTn2 .embla__button {
    top: auto;
    bottom: 0;
  }
}
.cid-tBq4cYJTn2 .embla {
  position: relative;
  width: 100%;
}
.cid-tBq4cYJTn2 .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tBq4cYJTn2 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tBq4cYJTn2 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tBq4cYJTn2 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tBq4d0wCGr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ebebeb;
}
.cid-tBq4d0wCGr .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBq4d0wCGr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBq4d0wCGr .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tBq4d0wCGr .container-fluid {
    padding: 0 30px;
  }
}
.cid-tBq4d0wCGr .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tBq4d0wCGr .container {
    padding: 0 30px;
  }
}
.cid-tBq4d0wCGr .text-wrap {
  display: flex;
  align-items: flex-end;
}
.cid-tBq4d0wCGr .text-wrap .text-wrapper {
  display: inline-flex;
  padding-top: 30px;
  border-top: 1px solid #000000;
  margin: 0 92px 40px 0;
  margin: 0 0 40px 92px;
}
@media (max-width: 1440px) {
  .cid-tBq4d0wCGr .text-wrap .text-wrapper {
    margin: 0 0 40px 40px;
  }
}
@media (max-width: 992px) {
  .cid-tBq4d0wCGr .text-wrap .text-wrapper {
    margin: 0 0 30px 0;
  }
}
@media (max-width: 1440px) {
  .cid-tBq4d0wCGr .text-wrap .text-wrapper {
    margin: 0 40px 40px 0;
  }
}
@media (max-width: 992px) {
  .cid-tBq4d0wCGr .text-wrap .text-wrapper {
    margin: 0 0 30px 0;
  }
}
.cid-tBq4d0wCGr .text-wrap .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tBq4d0wCGr .text-wrap .text-wrapper .mbr-iconfont {
  font-size: 22px;
  margin-right: 24px;
  color: #ff6839;
}
.cid-tBq4d0wCGr .image-wrapper img {
  height: 480px;
  object-fit: cover;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-tBq4d0wCGr .image-wrapper img {
    height: 280px;
  }
}
.cid-tBq4d0wCGr .mbr-text {
  color: #000000;
}
.cid-tRHXwmDKjt {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #f0f0f5;
}
.cid-tRHXwmDKjt .video-wrapper iframe {
  width: 100%;
}
.cid-tRHXwmDKjt .mbr-section-title,
.cid-tRHXwmDKjt .mbr-section-subtitle,
.cid-tRHXwmDKjt .mbr-text {
  text-align: center;
}
.cid-tRHXwmDKjt .mbr-section-subtitle {
  margin-bottom: 22px;
  letter-spacing: .13em;
  color: #FF4712;
  text-align: center;
}
.cid-tRHXwmDKjt .mbr-section-title {
  margin-bottom: 14px;
  color: #20232a;
  text-align: center;
}
.cid-tRHXwmDKjt .mbr-text {
  margin-bottom: 0;
  color: #65676c;
}
.cid-tRHXwmDKjt .mbr-section-head {
  margin-bottom: 45px;
}
.cid-tBq4d5apDN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ebebeb;
}
.cid-tBq4d5apDN .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBq4d5apDN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBq4d5apDN .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tBq4d5apDN .container-fluid {
    padding: 0 30px;
  }
}
.cid-tBq4d5apDN .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tBq4d5apDN .container {
    padding: 0 30px;
  }
}
.cid-tBq4d5apDN .text-wrap {
  display: flex;
  align-items: flex-end;
}
.cid-tBq4d5apDN .text-wrap .text-wrapper {
  display: inline-flex;
  padding-top: 30px;
  border-top: 1px solid #000000;
  margin: 0 92px 40px 0;
}
@media (max-width: 1440px) {
  .cid-tBq4d5apDN .text-wrap .text-wrapper {
    margin: 0 40px 40px 0;
  }
}
@media (max-width: 992px) {
  .cid-tBq4d5apDN .text-wrap .text-wrapper {
    margin: 0 0 30px 0;
  }
}
.cid-tBq4d5apDN .text-wrap .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tBq4d5apDN .text-wrap .text-wrapper .mbr-iconfont {
  font-size: 22px;
  margin-right: 24px;
  color: #ff6839;
}
.cid-tBq4d5apDN .image-wrapper img {
  height: 480px;
  object-fit: cover;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-tBq4d5apDN .image-wrapper img {
    height: 280px;
  }
}
.cid-tBq4d5apDN .mbr-text {
  color: #000000;
}
.cid-tDYkAM4K4N {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tDYkAM4K4N .item2 {
  margin-top: 7rem;
}
@media (max-width: 992px) {
  .cid-tDYkAM4K4N .item2 {
    margin-top: 0rem;
  }
}
.cid-tDYkAM4K4N .item3 {
  margin-top: 3rem;
}
@media (max-width: 992px) {
  .cid-tDYkAM4K4N .item3 {
    margin-top: 0rem;
  }
}
.cid-tDYkAM4K4N .item-content {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -30%);
  width: 100%;
  padding: 1rem;
  opacity: 0;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .cid-tDYkAM4K4N .item-content {
    transform: translate(-50%, -50%);
    opacity: 1;
  }
}
.cid-tDYkAM4K4N .item-wrapper {
  position: relative;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tDYkAM4K4N .item-wrapper:hover:before {
  opacity: 0.6;
}
.cid-tDYkAM4K4N .item-wrapper:hover .item-content {
  opacity: 1;
  transform: translate(-50%, -50%);
}
.cid-tDYkAM4K4N .item-wrapper:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 0.3s;
  pointer-events: none;
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-tDYkAM4K4N .item-wrapper:before {
    opacity: 0.6;
  }
}
.cid-tDYkAM4K4N img,
.cid-tDYkAM4K4N .item-img {
  width: 100%;
  height: 100%;
  height: 600px;
  object-fit: cover;
}
.cid-tDYkAM4K4N .item:focus,
.cid-tDYkAM4K4N span:focus {
  outline: none;
}
.cid-tDYkAM4K4N .item {
  cursor: pointer;
  padding: 6rem;
}
@media (max-width: 1400px) {
  .cid-tDYkAM4K4N .item {
    padding: 1rem;
  }
}
@media (max-width: 992px) {
  .cid-tDYkAM4K4N .item {
    padding: 1rem;
  }
}
.cid-tDYkAM4K4N .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tDYkAM4K4N .mbr-section-title {
  color: #232323;
}
.cid-tDYkAM4K4N .mbr-text,
.cid-tDYkAM4K4N .mbr-section-btn {
  text-align: center;
}
.cid-tDYkAM4K4N .item-title {
  text-align: center;
}
.cid-tDYkAM4K4N .item-subtitle {
  text-align: center;
}
.cid-tBq4d66kqi {
  background-color: #ffffff;
}
.cid-tBq4d66kqi .content {
  display: flex;
  height: 100px;
  justify-content: center;
  align-items: center;
}
.cid-tBq4d66kqi .content img {
  width: 43px;
  height: 43px;
  object-fit: cover;
  margin-right: 15px;
}
.cid-tBq4d66kqi .content p {
  margin: 0;
}
.cid-tBq4d66kqi .mbr-text {
  color: #ffffff;
}
.cid-tBq4d6YEFy {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #1b2028;
}
.cid-tBq4d6YEFy .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBq4d6YEFy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBq4d6YEFy .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-tBq4d6YEFy .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-tBq4d6YEFy .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-tBq4d6YEFy .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-tBq4d6YEFy .container {
    max-width: 100%;
  }
  .cid-tBq4d6YEFy .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-tBq4d6YEFy .item-wrap {
  width: 100%;
}
.cid-tBq4d6YEFy .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-tBq4d6YEFy .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tBq4d6YEFy .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tBq4d6YEFy .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tBq4d6YEFy .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-tBq4d6YEFy .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tBq4d6YEFy .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-tBq4d6YEFy .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-tBq4d6YEFy .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1f242e, #171a21);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-tBq4d6YEFy .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-tBq4d6YEFy .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #ffa41d;
}
.cid-tBq4d6YEFy .soc-item:hover {
  transform: translateY(-3px);
}
.cid-tBq4d6YEFy .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tBq4d6YEFy .col-links {
    padding-top: 20px;
  }
}
.cid-tBq4d6YEFy .mbr-section-subtitle {
  color: #ffa41d;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .cid-tBq4d6YEFy .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-tBq4d6YEFy .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #C4CFDE;
  transition: 0.4s all;
}
@media (max-width: 575px) {
  .cid-tBq4d6YEFy .list {
    text-align: center !important;
  }
}
.cid-tBq4d6YEFy .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-tBq4d6YEFy .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-tBq4d6YEFy .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-tBq4d6YEFy .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ffa41d;
  transition: 0.4s all;
}
.cid-tBq4d6YEFy .list a:hover {
  color: #ffa41d !important;
  line-height: inherit !important;
}
.cid-tBq4d6YEFy .list a:hover:before {
  width: 100%;
}
.cid-tBq4d6YEFy .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-tBq4d6YEFy .col-copyright {
    padding-top: 40px;
  }
}
.cid-tBq4d6YEFy .border-item {
  width: 100%;
  height: 1px;
  background-color: #ffa41d;
}
.cid-tBq4d6YEFy .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
.cid-tBX8uUctLj .navbar-dropdown {
  position: relative !important;
}
.cid-tBX8uUctLj .navbar-dropdown {
  position: absolute !important;
}
.cid-tBX8uUctLj .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-tBX8uUctLj .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tBX8uUctLj .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tBX8uUctLj .dropdown-item:hover,
.cid-tBX8uUctLj .dropdown-item:focus {
  background: #ffa41d !important;
  color: white !important;
}
.cid-tBX8uUctLj .dropdown-item:hover span {
  color: white;
}
.cid-tBX8uUctLj .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tBX8uUctLj .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tBX8uUctLj .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tBX8uUctLj .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tBX8uUctLj .nav-link {
  position: relative;
}
.cid-tBX8uUctLj .container {
  display: flex;
  margin: auto;
}
.cid-tBX8uUctLj .iconfont-wrapper {
  color: #ffa41d !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tBX8uUctLj .navbar-nav .nav-item {
  margin: 10px 14px !important;
}
.cid-tBX8uUctLj .navbar-nav .nav-item .nav-link {
  margin: 5px 10px !important;
  padding: 0 !important;
  transition: 0.3s all;
  opacity: 0.5;
}
.cid-tBX8uUctLj .navbar-nav .nav-item .nav-link:hover,
.cid-tBX8uUctLj .navbar-nav .nav-item .nav-link:focus,
.cid-tBX8uUctLj .navbar-nav .nav-item .nav-link:active {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-tBX8uUctLj .dropdown-menu,
.cid-tBX8uUctLj .navbar.opened {
  background: #1f242e !important;
}
.cid-tBX8uUctLj .nav-item:focus,
.cid-tBX8uUctLj .nav-link:focus {
  outline: none;
}
.cid-tBX8uUctLj .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tBX8uUctLj .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tBX8uUctLj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tBX8uUctLj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tBX8uUctLj .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tBX8uUctLj .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tBX8uUctLj .navbar {
  min-height: 122px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  padding: 0 !important;
  box-shadow: none !important;
  background: #1f242e;
  background: rgba(31, 36, 46, 0.3);
}
.cid-tBX8uUctLj .navbar:not(.navbar-short) {
  border-bottom: none;
}
.cid-tBX8uUctLj .navbar.opened {
  transition: all 0.3s;
}
.cid-tBX8uUctLj .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tBX8uUctLj .navbar .navbar-logo img {
  width: auto;
}
.cid-tBX8uUctLj .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tBX8uUctLj .navbar.collapsed {
  justify-content: center;
}
.cid-tBX8uUctLj .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tBX8uUctLj .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tBX8uUctLj .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.5rem);
  }
}
.cid-tBX8uUctLj .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tBX8uUctLj .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tBX8uUctLj .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tBX8uUctLj .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tBX8uUctLj .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tBX8uUctLj .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tBX8uUctLj .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tBX8uUctLj .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tBX8uUctLj .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tBX8uUctLj .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tBX8uUctLj .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tBX8uUctLj .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tBX8uUctLj .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tBX8uUctLj .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tBX8uUctLj .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tBX8uUctLj .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tBX8uUctLj .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tBX8uUctLj .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tBX8uUctLj .navbar.navbar-short {
  min-height: 90px;
}
.cid-tBX8uUctLj .navbar.navbar-short .navbar-logo img {
  height: 4.2rem !important;
}
.cid-tBX8uUctLj .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
@media (max-width: 575px) {
  .cid-tBX8uUctLj .navbar {
    min-height: 80px;
  }
}
.cid-tBX8uUctLj .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  padding-right: 15px;
  padding-left: 15px;
}
.cid-tBX8uUctLj .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tBX8uUctLj .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 575px) {
  .cid-tBX8uUctLj .navbar-brand {
    min-height: 69px;
  }
}
.cid-tBX8uUctLj .dropdown-item.active,
.cid-tBX8uUctLj .dropdown-item:active {
  background-color: transparent;
}
.cid-tBX8uUctLj .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tBX8uUctLj .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tBX8uUctLj .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tBX8uUctLj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1f242e;
}
.cid-tBX8uUctLj .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tBX8uUctLj .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tBX8uUctLj ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tBX8uUctLj .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tBX8uUctLj button.navbar-toggler {
  display: none;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #171a21, #272c30);
  outline: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-tBX8uUctLj button.navbar-toggler:hover {
  transform: scale(1.1);
}
.cid-tBX8uUctLj button.navbar-toggler .hamburger {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-tBX8uUctLj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #f9f9fc;
}
.cid-tBX8uUctLj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-tBX8uUctLj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-tBX8uUctLj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-tBX8uUctLj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tBX8uUctLj nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tBX8uUctLj nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tBX8uUctLj nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tBX8uUctLj nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tBX8uUctLj .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tBX8uUctLj a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tBX8uUctLj .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-tBX8uUctLj .navbar {
    height: 70px;
  }
  .cid-tBX8uUctLj .navbar.opened {
    height: auto;
  }
  .cid-tBX8uUctLj .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tBX8uUctLj .navbar-short {
  min-height: 90px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
  background: #1f242e;
  background: rgba(31, 36, 46, 0.3);
}
@media (max-width: 575px) {
  .cid-tBX8uUctLj .navbar-short {
    min-height: 70px;
  }
}
.cid-tBX8uUctLj .container-fluid {
  padding: 0 64px;
}
@media (max-width: 1599px) {
  .cid-tBX8uUctLj .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .cid-tBX8uUctLj .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .cid-tBX8uUctLj .container-fluid {
    padding: 0 3px;
  }
}
.cid-tBX8uUctLj .navbar-collapse {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-tBX8uUctLj .mbr-section-btn .btn {
  padding: 15px 35px;
}
@media (min-width: 992px) {
  .cid-tBX8uUctLj .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-tBX8uUctLj .container-fluid {
  flex-wrap: wrap;
}
.cid-tBX8uUctLj button.navbar-toggler {
  display: flex;
}
.cid-tBX8uUctLj .navbar-brand {
  width: auto !important;
}
.cid-tBX8uUctLj .navbar-collapse {
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.cid-tBX8uUctLj .navbar-collapse .nav-item {
  margin: 8px 0 !important;
}
.cid-tBX8uUctLj .navbar-collapse .nav-item .nav-link {
  margin: 0 !important;
  padding: 0 !important;
  transition: 0.3s all;
  opacity: 1;
  justify-content: left;
}
.cid-tBX8uUctLj .navbar-collapse .nav-item .nav-link:hover {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-tBX8uUctLj .icons-menu {
  margin-top: 10px;
  justify-content: left;
}
.cid-tBX8uUctLj .navbar-buttons {
  margin-top: 20px;
  text-align: left;
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
@media (max-width: 991px) {
  .cid-tBX8uUctLj .container-fluid {
    flex-wrap: wrap;
  }
  .cid-tBX8uUctLj button.navbar-toggler {
    display: flex;
  }
  .cid-tBX8uUctLj .navbar-brand {
    width: auto !important;
  }
  .cid-tBX8uUctLj .navbar-collapse {
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
  .cid-tBX8uUctLj .navbar-collapse .nav-item {
    margin: 8px 0 !important;
  }
  .cid-tBX8uUctLj .navbar-collapse .nav-item .nav-link {
    margin: 0 !important;
    padding: 0 !important;
    transition: 0.3s all;
    opacity: 1;
    justify-content: left;
  }
  .cid-tBX8uUctLj .navbar-collapse .nav-item .nav-link:hover {
    opacity: 1;
    color: #FFFFFF !important;
  }
  .cid-tBX8uUctLj .icons-menu {
    margin-top: 10px;
    justify-content: left;
  }
  .cid-tBX8uUctLj .navbar-buttons {
    margin-top: 20px;
    text-align: left;
    margin-left: -0.6rem;
    margin-right: -0.6rem;
  }
}
.cid-tBX8uV6ztL {
  padding-top: 10rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/dsc01152-2000x1127.jpg");
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 650px;
}
.cid-tBX8uV6ztL .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBX8uV6ztL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1024px) {
  .cid-tBX8uV6ztL {
    min-height: 750px;
  }
}
.cid-tBX8uV6ztL .mbr-section-title {
  color: #ffffff;
}
.cid-tBX8uV6ztL .mbr-section-subtitle {
  color: #FFFFFF;
  margin-top: 16px;
}
.cid-tBX8uV6ztL .mbr-text {
  color: #FFFFFF;
  margin-top: 16px;
}
.cid-tBX8uV6ztL .mbr-section-btn {
  margin-top: 18px;
}
.cid-tBX8uV6ztL .mbr-text,
.cid-tBX8uV6ztL .mbr-section-btn {
  color: #ffa41d;
}
.cid-tQYT52uaz2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tQYT52uaz2 .mbr-section-subtitle {
  margin-bottom: 22px;
  letter-spacing: .13em;
  color: #1f242e;
}
@media (max-width: 768px) {
  .cid-tQYT52uaz2 .mbr-section-subtitle {
    margin-bottom: 8px;
  }
}
.cid-tQYT52uaz2 .mbr-section-title {
  margin-bottom: 0;
  color: #20232a;
}
@media (max-width: 768px) {
  .cid-tQYT52uaz2 .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-tQYT52uaz2 .mbr-text {
  padding-top: 10px;
  margin-bottom: 0;
  color: #84858a;
}
@media (max-width: 768px) {
  .cid-tQYT52uaz2 .mbr-text {
    padding: 0;
  }
}
.cid-tBX8uX9oGZ {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/dsc01035-2000x1127.jpg");
}
.cid-tBX8uX9oGZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBX8uX9oGZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tBX8uX9oGZ .container {
    padding: 0 20px;
  }
}
.cid-tBX8uX9oGZ .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-tBX8uX9oGZ .title-wrapper .mbr-desc {
  margin: 0;
}
.cid-tBX8uX9oGZ .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-tBX8uX9oGZ .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-tBX8uXJcOo {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #1f242e;
}
.cid-tBX8uXJcOo .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBX8uXJcOo .pb {
  padding-bottom: 2rem;
}
@media (min-width: 1600px) {
  .cid-tBX8uXJcOo .col-lg-6 {
    padding: 0 2rem;
  }
  .cid-tBX8uXJcOo .pb {
    padding-bottom: 5rem;
  }
  .cid-tBX8uXJcOo .container-fluid {
    padding: 0 3rem !important;
    margin: 0;
  }
}
@media (max-width: 992px) {
  .cid-tBX8uXJcOo .md-pb {
    padding-bottom: 2rem;
  }
}
.cid-tBX8uXJcOo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBX8uXJcOo .row {
  flex-direction: row-reverse;
}
.cid-tBX8uXJcOo img {
  width: 100%;
}
.cid-tBX8uXJcOo .mbr-text {
  color: #ffffff;
}
.cid-tEC6nylwWp {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-tEC6nylwWp .mbr-section-subtitle {
  margin-bottom: .75rem;
  line-height: 1;
  color: #222d35;
}
.cid-tEC6nylwWp .mbr-text {
  margin-top: 12px;
  margin-bottom: 1.5em;
  letter-spacing: -0.025rem;
}
.cid-tEC6nylwWp .card_item {
  border-radius: 0 !important;
  cursor: pointer;
}
@media (min-width: 768px) {
  .cid-tEC6nylwWp .card_item {
    border-left: 1px dotted rgba(213, 128, 1, 0.5);
  }
  .cid-tEC6nylwWp .card_item:last-child {
    border-right: 1px dotted rgba(213, 128, 1, 0.5);
  }
  .cid-tEC6nylwWp .card_item:nth-child(1) .card-box {
    padding-top: 8rem;
  }
  .cid-tEC6nylwWp .card_item:nth-child(2) .card-box {
    padding-top: 0;
  }
  .cid-tEC6nylwWp .card_item:nth-child(3) .card-box {
    padding-top: 16rem;
  }
}
.cid-tEC6nylwWp .item-wrapper {
  padding: 0 1rem;
}
.cid-tEC6nylwWp .card-box {
  height: 100%;
  padding: 2rem 0 ;
}
@media (min-width: 1199px) {
  .cid-tEC6nylwWp .card-box {
    padding: 2.5rem 2rem 2.5rem ;
  }
}
.cid-tEC6nylwWp .item-img {
  margin-bottom: 1.5rem;
  position: relative;
}
.cid-tEC6nylwWp .card-title {
  margin-top: .75rem;
  margin-bottom: 1.5rem;
  color: #000000;
}
.cid-tEC6nylwWp .card-text {
  margin-bottom: 1.25rem;
}
.cid-tEC6nylwWp .card-descr {
  position: absolute;
  top: 0;
  right: 0;
  margin-right: -1.25rem;
  line-height: 1;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  -webkit-text-orientation: sideways;
  text-orientation: sideways;
}
@media (max-width: 1199px) {
  .cid-tEC6nylwWp .card-descr {
    margin-right: -1rem;
  }
}
.cid-tEC6nylwWp img,
.cid-tEC6nylwWp .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-tEC6nylwWp .item-wrapper {
    padding: 2rem 0;
    border-bottom: 1px dotted rgba(213, 128, 1, 0.5);
  }
  .cid-tEC6nylwWp .mbr-section-subtitle {
    margin-bottom: .25rem;
  }
  .cid-tEC6nylwWp .mbr-section-title {
    margin-bottom: 1.5rem;
  }
  .cid-tEC6nylwWp .mbr-text {
    margin-top: 0;
    margin-bottom: 1rem;
  }
  .cid-tEC6nylwWp .card-title {
    margin-bottom: 1.25rem;
  }
  .cid-tEC6nylwWp .card-text {
    margin-bottom: .75rem;
  }
  .cid-tEC6nylwWp .item-img {
    padding-right: 1rem;
  }
  .cid-tEC6nylwWp .card-descr {
    right: 1rem;
  }
}
.cid-tEC6nylwWp .mbr-text,
.cid-tEC6nylwWp .linkBtn {
  color: #222d35;
}
.cid-tEC6nylwWp .mbr-section-title {
  color: #000000;
}
.cid-tEC6nylwWp .card-text,
.cid-tEC6nylwWp .linkBtn {
  color: #222d35;
}
.cid-tNzHhIlXiE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ebebeb;
}
.cid-tNzHhIlXiE .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNzHhIlXiE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tNzHhIlXiE .container {
    padding: 0 30px;
  }
}
.cid-tNzHhIlXiE .text-wrap {
  display: flex;
  align-items: flex-end;
}
.cid-tNzHhIlXiE .text-wrap .text-wrapper {
  display: inline-flex;
  padding-top: 30px;
  border-top: 1px solid #000000;
  margin: 0 92px 40px 0;
  margin: 0 0 40px 92px;
}
@media (max-width: 1440px) {
  .cid-tNzHhIlXiE .text-wrap .text-wrapper {
    margin: 0 0 40px 40px;
  }
}
@media (max-width: 992px) {
  .cid-tNzHhIlXiE .text-wrap .text-wrapper {
    margin: 0 0 30px 0;
  }
}
@media (max-width: 1440px) {
  .cid-tNzHhIlXiE .text-wrap .text-wrapper {
    margin: 0 40px 40px 0;
  }
}
@media (max-width: 992px) {
  .cid-tNzHhIlXiE .text-wrap .text-wrapper {
    margin: 0 0 30px 0;
  }
}
.cid-tNzHhIlXiE .text-wrap .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tNzHhIlXiE .text-wrap .text-wrapper .mbr-iconfont {
  font-size: 22px;
  margin-right: 24px;
  color: #ffa41d;
}
.cid-tNzHhIlXiE .image-wrapper img {
  height: 480px;
  object-fit: cover;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-tNzHhIlXiE .image-wrapper img {
    height: 280px;
  }
}
.cid-tNzHhIlXiE .mbr-text {
  color: #000000;
}
.cid-tNud4zuyiW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ebebeb;
}
.cid-tNud4zuyiW .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNud4zuyiW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tNud4zuyiW .container {
    padding: 0 30px;
  }
}
.cid-tNud4zuyiW .text-wrap {
  display: flex;
  align-items: flex-end;
}
.cid-tNud4zuyiW .text-wrap .text-wrapper {
  display: inline-flex;
  padding-top: 30px;
  border-top: 1px solid #ffa41d;
  margin: 0 92px 40px 0;
}
@media (max-width: 1440px) {
  .cid-tNud4zuyiW .text-wrap .text-wrapper {
    margin: 0 40px 40px 0;
  }
}
@media (max-width: 992px) {
  .cid-tNud4zuyiW .text-wrap .text-wrapper {
    margin: 0 0 30px 0;
  }
}
.cid-tNud4zuyiW .text-wrap .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tNud4zuyiW .text-wrap .text-wrapper .mbr-iconfont {
  font-size: 22px;
  margin-right: 24px;
  color: #ffa41d;
}
.cid-tNud4zuyiW .image-wrapper img {
  height: 480px;
  object-fit: cover;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-tNud4zuyiW .image-wrapper img {
    height: 280px;
  }
}
.cid-tNud4zuyiW .mbr-text {
  color: #000000;
}
.cid-tECek44bP7 {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ebebeb;
}
.cid-tECek44bP7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tECek44bP7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tECek44bP7 .container {
    padding: 0 30px;
  }
}
.cid-tECek44bP7 .text-wrap {
  display: flex;
  align-items: flex-end;
}
.cid-tECek44bP7 .text-wrap .text-wrapper {
  display: inline-flex;
  padding-top: 30px;
  border-top: 1px solid #ffa41d;
  margin: 0 92px 40px 0;
  margin: 0 0 40px 92px;
}
@media (max-width: 1440px) {
  .cid-tECek44bP7 .text-wrap .text-wrapper {
    margin: 0 0 40px 40px;
  }
}
@media (max-width: 992px) {
  .cid-tECek44bP7 .text-wrap .text-wrapper {
    margin: 0 0 30px 0;
  }
}
@media (max-width: 1440px) {
  .cid-tECek44bP7 .text-wrap .text-wrapper {
    margin: 0 40px 40px 0;
  }
}
@media (max-width: 992px) {
  .cid-tECek44bP7 .text-wrap .text-wrapper {
    margin: 0 0 30px 0;
  }
}
.cid-tECek44bP7 .text-wrap .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tECek44bP7 .text-wrap .text-wrapper .mbr-iconfont {
  font-size: 22px;
  margin-right: 24px;
  color: #ff6839;
}
.cid-tECek44bP7 .image-wrapper img {
  height: 480px;
  object-fit: cover;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-tECek44bP7 .image-wrapper img {
    height: 280px;
  }
}
.cid-tECek44bP7 .mbr-text {
  color: #000000;
}
.cid-tBX8uYnNLH {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/dsc01135-2000x1127.jpg");
}
.cid-tBX8uYnNLH .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBX8uYnNLH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBX8uYnNLH .container-fluid {
  padding: 0 16px;
}
@media (max-width: 991px) {
  .cid-tBX8uYnNLH .container-fluid {
    padding: 0 12px;
  }
}
.cid-tBX8uYnNLH .row {
  margin-top: -3px;
  display: flex;
  justify-content: center;
  padding: 64px 28px;
  overflow: hidden;
  position: relative;
}
@media (max-width: 992px) {
  .cid-tBX8uYnNLH .row {
    padding: 48px 20px;
  }
}
.cid-tBX8uYnNLH .row:before {
  content: '';
  position: absolute;
  top: 8rem;
  width: 200vh;
  height: 300px;
  display: block;
  background-color: transparent;
  border: 5px solid #ffa41d;
  border-radius: 100%;
}
.cid-tBX8uYnNLH .card {
  border-right: 0;
  transform: rotate(17deg);
}
@media (max-width: 992px) {
  .cid-tBX8uYnNLH .card {
    margin: 0 !important;
  }
}
.cid-tBX8uYnNLH .card:nth-child(2) {
  transform: rotate(347deg);
  margin-top: 5rem;
}
.cid-tBX8uYnNLH .card:last-child {
  transform: rotate(1deg);
  margin-left: -3rem;
  margin-top: -2.5rem;
}
.cid-tBX8uYnNLH .card .image-wrapper {
  padding: 20px;
  border-radius: 16px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-tBX8uYnNLH .card .image-wrapper {
    margin-bottom: 48px;
  }
}
.cid-tBX8uYnNLH .card .image-wrapper img {
  height: 300px;
  object-fit: cover;
}
.cid-tBX8uYnNLH .card .image-wrapper .mbr-text {
  margin-bottom: 0;
  margin-top: 10px;
}
.cid-tBX8uYnNLH .mbr-text {
  color: #07553B;
}
.cid-tBX8uZEoIe {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f9f9fc;
}
.cid-tBX8uZEoIe .image-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
}
@media (max-width: 992px) {
  .cid-tBX8uZEoIe .image-wrapper {
    height: auto;
  }
}
@media (max-width: 768px) {
  .cid-tBX8uZEoIe .image-wrapper {
    margin-bottom: 30px;
  }
}
.cid-tBX8uZEoIe .image-wrapper img {
  max-width: 520px;
  height: 640px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tBX8uZEoIe .image-wrapper img {
    height: 457px;
  }
}
.cid-tBX8uZEoIe .image-wrapper .mbr-description {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 353px;
  height: auto;
  padding: 55px 40px 55px;
  margin: 0;
  background-color: #1f242e;
}
@media (max-width: 1200px) {
  .cid-tBX8uZEoIe .image-wrapper .mbr-description {
    width: 255px;
  }
}
@media (max-width: 768px) {
  .cid-tBX8uZEoIe .image-wrapper .mbr-description {
    padding: 30px 20px;
  }
}
.cid-tBX8uZEoIe .text {
  padding-left: 9%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tBX8uZEoIe .text {
    padding: 0 12px;
  }
}
.cid-tBX8uZEoIe .text .text-wrapper .mbr-section-subtitle {
  margin-bottom: 22px;
  letter-spacing: .13em;
}
@media (max-width: 768px) {
  .cid-tBX8uZEoIe .text .text-wrapper .mbr-section-subtitle {
    margin-bottom: 7px;
  }
}
.cid-tBX8uZEoIe .text .text-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-tBX8uZEoIe .text .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tBX8uZEoIe .text .list-wrapper {
  margin-top: 45px;
}
@media (max-width: 768px) {
  .cid-tBX8uZEoIe .text .list-wrapper {
    margin-top: 20px;
  }
}
.cid-tBX8uZEoIe .text .list-wrapper .list-item {
  padding: 27px 0;
  border-top: 1px solid #bbbbbb;
}
.cid-tBX8uZEoIe .text .list-wrapper .list-item:first-child {
  padding-top: 0;
  border: none;
}
.cid-tBX8uZEoIe .text .list-wrapper .list-item:last-child {
  padding-bottom: 0;
}
.cid-tBX8uZEoIe .text .list-wrapper .list-item .mbr-number {
  margin: 0 15px 0 0;
  display: inline;
}
.cid-tBX8uZEoIe .text .list-wrapper .list-item .mbr-list {
  margin: 0;
  display: inline;
}
.cid-tBX8uZEoIe .mbr-section-btn {
  margin-top: 45px;
}
@media (max-width: 768px) {
  .cid-tBX8uZEoIe .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-tBX8uZEoIe .btn {
  height: 55px;
  min-width: 170px;
  box-shadow: none;
  margin-top: 0;
}
.cid-tBX8uZEoIe .btn:hover {
  box-shadow: none;
}
.cid-tBX8uZEoIe .mbr-description {
  color: #fafafa;
}
.cid-tBX8uZEoIe .mbr-section-subtitle {
  color: #ffa41d;
}
.cid-tBX8uZEoIe .mbr-section-title {
  color: #20232a;
}
.cid-tBX8uZEoIe .mbr-text {
  color: #23272b;
}
.cid-tBX8uZEoIe .mbr-number {
  color: #84858a;
}
.cid-tBX8uZEoIe .mbr-list {
  color: #20232a;
}
.cid-tBX8uZEoIe .mbr-section-title,
.cid-tBX8uZEoIe .list-item,
.cid-tBX8uZEoIe .mbr-section-btn {
  text-align: left;
}
.cid-tBX8v0w1yB {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tBX8v0w1yB img {
  display: inline;
  border: 8px solid #ffffff;
  border-radius: 25px;
}
.cid-tBX8v0w1yB .col-12 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
}
.cid-tBX8v0w1yB .first {
  transform: rotate(10deg);
  max-height: 317px;
  width: auto;
}
.cid-tBX8v0w1yB .second {
  transform: rotate(356deg);
  max-height: 390px;
  width: auto;
  z-index: 5;
}
.cid-tBX8v0w1yB .third {
  transform: rotate(5deg);
  max-height: 476px;
  width: auto;
  z-index: 10;
}
.cid-tBX8v0w1yB .fourth {
  transform: rotate(356deg);
  max-height: 390px;
  width: auto;
  z-index: 5;
}
.cid-tBX8v0w1yB .fifth {
  transform: rotate(350deg);
  max-height: 317px;
  width: auto;
}
@media (max-width: 1400px) {
  .cid-tBX8v0w1yB .first {
    max-height: 250px;
  }
  .cid-tBX8v0w1yB .second {
    max-height: 323px;
  }
  .cid-tBX8v0w1yB .third {
    max-height: 408px;
  }
  .cid-tBX8v0w1yB .fourth {
    max-height: 323px;
  }
  .cid-tBX8v0w1yB .fifth {
    max-height: 250px;
  }
}
@media (max-width: 1100px) {
  .cid-tBX8v0w1yB .first {
    max-height: 200px;
  }
  .cid-tBX8v0w1yB .second {
    max-height: 270px;
  }
  .cid-tBX8v0w1yB .third {
    max-height: 350px;
  }
  .cid-tBX8v0w1yB .fourth {
    max-height: 270px;
  }
  .cid-tBX8v0w1yB .fifth {
    max-height: 200px;
  }
}
@media (max-width: 900px) {
  .cid-tBX8v0w1yB .first {
    display: none;
  }
  .cid-tBX8v0w1yB .second {
    max-height: 323px;
  }
  .cid-tBX8v0w1yB .third {
    max-height: 408px;
  }
  .cid-tBX8v0w1yB .fourth {
    max-height: 323px;
  }
  .cid-tBX8v0w1yB .fifth {
    display: none;
  }
}
@media (max-width: 765px) {
  .cid-tBX8v0w1yB .second {
    max-height: 250px;
  }
  .cid-tBX8v0w1yB .third {
    max-height: 340px;
  }
  .cid-tBX8v0w1yB .fourth {
    max-height: 250px;
  }
}
@media (max-width: 650px) {
  .cid-tBX8v0w1yB .second {
    max-height: 180px;
  }
  .cid-tBX8v0w1yB .third {
    max-height: 270px;
  }
  .cid-tBX8v0w1yB .fourth {
    max-height: 180px;
  }
}
@media (max-width: 465px) {
  .cid-tBX8v0w1yB .second {
    display: none;
  }
  .cid-tBX8v0w1yB .third {
    max-height: initial;
    width: 90%;
  }
  .cid-tBX8v0w1yB .fourth {
    display: none;
  }
}
.cid-tWOtDm59Rt {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background: #efefec;
  overflow: hidden;
}
.cid-tWOtDm59Rt .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWOtDm59Rt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWOtDm59Rt .row {
  position: relative;
  z-index: 10;
}
.cid-tWOtDm59Rt .col-title {
  display: flex;
  align-items: flex-start;
  margin-bottom: 60px;
}
@media (max-width: 991px) {
  .cid-tWOtDm59Rt .col-title {
    flex-wrap: wrap;
    margin-bottom: 40px;
  }
}
.cid-tWOtDm59Rt .mbr-section-title {
  color: #2B2B2B;
  width: 65%;
  flex-grow: 1;
}
@media (max-width: 991px) {
  .cid-tWOtDm59Rt .mbr-section-title {
    width: 100%;
    text-align: center !important;
  }
}
.cid-tWOtDm59Rt .mbr-section-subtitle {
  color: #1b80e6;
  padding-left: 40px;
  width: 35%;
  margin-left: auto;
  text-align: right;
}
@media (max-width: 991px) {
  .cid-tWOtDm59Rt .mbr-section-subtitle {
    width: 100%;
    text-align: center !important;
    padding-left: 0;
    margin-left: 0;
    margin-top: 20px;
  }
}
.cid-tWOtDm59Rt .google-map {
  height: 350px;
  position: relative;
  padding: 0 20px;
}
.cid-tWOtDm59Rt .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tWOtDm59Rt .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tWOtDm59Rt .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tWOtDm59Rt .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tWOtDm59Rt .col-text {
  display: flex;
  align-items: flex-start;
  margin-top: 40px;
}
@media (max-width: 991px) {
  .cid-tWOtDm59Rt .col-text {
    flex-wrap: wrap;
    margin-top: 30px;
  }
}
.cid-tWOtDm59Rt .mbr-text {
  color: #2B2B2B;
  width: 50%;
  margin-right: auto;
  padding-right: 40px;
}
@media (max-width: 991px) {
  .cid-tWOtDm59Rt .mbr-text {
    width: 100%;
    padding-right: 0;
    margin-right: 0;
  }
}
.cid-tWOtDm59Rt .mbr-place {
  color: #2B2B2B;
  width: 50%;
  margin-left: auto;
}
@media (max-width: 991px) {
  .cid-tWOtDm59Rt .mbr-place {
    width: 100%;
    margin-left: 0;
    margin-top: 24px;
  }
}
.cid-tWOtDm59Rt .container,
.cid-tWOtDm59Rt .container-fluid {
  position: relative;
}
.cid-tWOtDm59Rt .circle-blur {
  position: absolute;
  transform: translate(50%, -50%);
  display: block;
  width: 200px;
  height: 200px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 500px;
  opacity: .97;
  -webkit-filter: blur(50px) blur(50px);
  filter: blur(50px) blur(50px);
}
@media (max-width: 767px) {
  .cid-tWOtDm59Rt .circle-blur {
    width: 200px;
    height: 200px;
  }
}
.cid-tWOtDm59Rt .circle-blur1 {
  top: 10%;
  right: 50%;
  background-image: linear-gradient(132deg, #ffa41d 27%, #ffa41d 50%, #ffa41d 79%);
}
.cid-tWOtDm59Rt .circle-blur2 {
  top: 13%;
  right: 40%;
  background-image: linear-gradient(132deg, #0057fc 27%, #0057fc 50%, #0057fc 79%);
}
.cid-tNughe7Oee {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ebebeb;
}
.cid-tNughe7Oee .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNughe7Oee .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tNughe7Oee .container {
    padding: 0 30px;
  }
}
.cid-tNughe7Oee .text-wrap {
  display: flex;
  align-items: flex-end;
}
.cid-tNughe7Oee .text-wrap .text-wrapper {
  display: inline-flex;
  padding-top: 30px;
  border-top: 1px solid #ffa41d;
  margin: 0 92px 40px 0;
  margin: 0 0 40px 92px;
}
@media (max-width: 1440px) {
  .cid-tNughe7Oee .text-wrap .text-wrapper {
    margin: 0 0 40px 40px;
  }
}
@media (max-width: 992px) {
  .cid-tNughe7Oee .text-wrap .text-wrapper {
    margin: 0 0 30px 0;
  }
}
@media (max-width: 1440px) {
  .cid-tNughe7Oee .text-wrap .text-wrapper {
    margin: 0 40px 40px 0;
  }
}
@media (max-width: 992px) {
  .cid-tNughe7Oee .text-wrap .text-wrapper {
    margin: 0 0 30px 0;
  }
}
.cid-tNughe7Oee .text-wrap .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tNughe7Oee .text-wrap .text-wrapper .mbr-iconfont {
  font-size: 22px;
  margin-right: 24px;
  color: #ffa41d;
}
.cid-tNughe7Oee .image-wrapper img {
  height: 480px;
  object-fit: cover;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-tNughe7Oee .image-wrapper img {
    height: 280px;
  }
}
.cid-tNughe7Oee .mbr-text {
  color: #000000;
}
.cid-tNujiDj10y {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ebebeb;
}
.cid-tNujiDj10y .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNujiDj10y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tNujiDj10y .container {
    padding: 0 30px;
  }
}
.cid-tNujiDj10y .text-wrap {
  display: flex;
  align-items: flex-end;
}
.cid-tNujiDj10y .text-wrap .text-wrapper {
  display: inline-flex;
  padding-top: 30px;
  border-top: 1px solid #ffb649;
  margin: 0 92px 40px 0;
}
@media (max-width: 1440px) {
  .cid-tNujiDj10y .text-wrap .text-wrapper {
    margin: 0 40px 40px 0;
  }
}
@media (max-width: 992px) {
  .cid-tNujiDj10y .text-wrap .text-wrapper {
    margin: 0 0 30px 0;
  }
}
.cid-tNujiDj10y .text-wrap .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tNujiDj10y .text-wrap .text-wrapper .mbr-iconfont {
  font-size: 22px;
  margin-right: 24px;
  color: #ffa41d;
}
.cid-tNujiDj10y .image-wrapper img {
  height: 480px;
  object-fit: cover;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-tNujiDj10y .image-wrapper img {
    height: 280px;
  }
}
.cid-tNujiDj10y .mbr-text {
  color: #000000;
}
.cid-tNujGrl7hu {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/dsc08305-2000x857.jpg");
}
.cid-tNujGrl7hu .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNujGrl7hu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNujGrl7hu .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-tNujGrl7hu .container-fluid {
    padding: 0 20px;
  }
}
.cid-tNujGrl7hu .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tNujGrl7hu .container {
    padding: 0 20px;
  }
}
.cid-tNujGrl7hu .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-tNujGrl7hu .title-wrapper .mbr-desc {
  margin: 0;
}
.cid-tNujGrl7hu .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-tNujGrl7hu .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-tNtKwY6LIj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ebebeb;
}
.cid-tNtKwY6LIj .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNtKwY6LIj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tNtKwY6LIj .container {
    padding: 0 30px;
  }
}
.cid-tNtKwY6LIj .text-wrap {
  display: flex;
  align-items: flex-end;
}
.cid-tNtKwY6LIj .text-wrap .text-wrapper {
  display: inline-flex;
  padding-top: 30px;
  border-top: 1px solid #ffb649;
  margin: 0 92px 40px 0;
  margin: 0 0 40px 92px;
}
@media (max-width: 1440px) {
  .cid-tNtKwY6LIj .text-wrap .text-wrapper {
    margin: 0 0 40px 40px;
  }
}
@media (max-width: 992px) {
  .cid-tNtKwY6LIj .text-wrap .text-wrapper {
    margin: 0 0 30px 0;
  }
}
@media (max-width: 1440px) {
  .cid-tNtKwY6LIj .text-wrap .text-wrapper {
    margin: 0 40px 40px 0;
  }
}
@media (max-width: 992px) {
  .cid-tNtKwY6LIj .text-wrap .text-wrapper {
    margin: 0 0 30px 0;
  }
}
.cid-tNtKwY6LIj .text-wrap .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tNtKwY6LIj .text-wrap .text-wrapper .mbr-iconfont {
  font-size: 22px;
  margin-right: 24px;
  color: #ffa41d;
}
.cid-tNtKwY6LIj .image-wrapper img {
  height: 480px;
  object-fit: cover;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-tNtKwY6LIj .image-wrapper img {
    height: 280px;
  }
}
.cid-tNtKwY6LIj .mbr-text {
  color: #000000;
}
.cid-tBX8v36f6S {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background: #ffffff;
}
.cid-tBX8v36f6S .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBX8v36f6S .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBX8v36f6S .container-fluid {
  padding: 0 22px;
}
@media (max-width: 992px) {
  .cid-tBX8v36f6S .container-fluid {
    padding: 0 16px;
  }
}
.cid-tBX8v36f6S .container-fluid .row {
  padding: 0;
}
.cid-tBX8v36f6S .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 710px;
  max-width: 710px;
}
@media (max-width: 768px) {
  .cid-tBX8v36f6S .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tBX8v36f6S .embla__slide .card-wrap .item-wrapper .image-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 96px 80px;
  background-color: #d2d2e3;
}
@media (max-width: 992px) {
  .cid-tBX8v36f6S .embla__slide .card-wrap .item-wrapper .image-wrap {
    padding: 20px;
  }
}
.cid-tBX8v36f6S .embla__slide .card-wrap .item-wrapper .image-wrap img {
  height: 360px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tBX8v36f6S .embla__slide .card-wrap .item-wrapper .image-wrap img {
    height: 280px;
  }
}
@media (max-width: 769px) {
  .cid-tBX8v36f6S .embla__slide .card-wrap .item-wrapper .image-wrap img {
    height: 180px;
  }
}
.cid-tBX8v36f6S .embla__button--next,
.cid-tBX8v36f6S .embla__button--prev {
  display: flex;
}
.cid-tBX8v36f6S .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: transparent;
  color: #000000;
  border: 2px solid #ffa41d;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tBX8v36f6S .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tBX8v36f6S .embla__button:hover {
  background: transparent;
  color: #000000;
  opacity: .5;
}
.cid-tBX8v36f6S .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tBX8v36f6S .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tBX8v36f6S .embla__button {
    top: auto;
    bottom: 0;
  }
}
.cid-tBX8v36f6S .embla {
  position: relative;
  width: 100%;
}
.cid-tBX8v36f6S .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tBX8v36f6S .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tBX8v36f6S .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tBX8v36f6S .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tBX8v5A9Sc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ebebeb;
}
.cid-tBX8v5A9Sc .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBX8v5A9Sc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tBX8v5A9Sc .container {
    padding: 0 30px;
  }
}
.cid-tBX8v5A9Sc .text-wrap {
  display: flex;
  align-items: flex-end;
}
.cid-tBX8v5A9Sc .text-wrap .text-wrapper {
  display: inline-flex;
  padding-top: 30px;
  border-top: 1px solid #ffb649;
  margin: 0 92px 40px 0;
  margin: 0 0 40px 92px;
}
@media (max-width: 1440px) {
  .cid-tBX8v5A9Sc .text-wrap .text-wrapper {
    margin: 0 0 40px 40px;
  }
}
@media (max-width: 992px) {
  .cid-tBX8v5A9Sc .text-wrap .text-wrapper {
    margin: 0 0 30px 0;
  }
}
@media (max-width: 1440px) {
  .cid-tBX8v5A9Sc .text-wrap .text-wrapper {
    margin: 0 40px 40px 0;
  }
}
@media (max-width: 992px) {
  .cid-tBX8v5A9Sc .text-wrap .text-wrapper {
    margin: 0 0 30px 0;
  }
}
.cid-tBX8v5A9Sc .text-wrap .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tBX8v5A9Sc .text-wrap .text-wrapper .mbr-iconfont {
  font-size: 22px;
  margin-right: 24px;
  color: #ff6839;
}
.cid-tBX8v5A9Sc .image-wrapper img {
  height: 480px;
  object-fit: cover;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-tBX8v5A9Sc .image-wrapper img {
    height: 280px;
  }
}
.cid-tBX8v5A9Sc .mbr-text {
  color: #000000;
}
.cid-tBX8v7fRg8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ebebeb;
}
.cid-tBX8v7fRg8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBX8v7fRg8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tBX8v7fRg8 .container {
    padding: 0 30px;
  }
}
.cid-tBX8v7fRg8 .text-wrap {
  display: flex;
  align-items: flex-end;
}
.cid-tBX8v7fRg8 .text-wrap .text-wrapper {
  display: inline-flex;
  padding-top: 30px;
  border-top: 1px solid #ffa41d;
  margin: 0 92px 40px 0;
}
@media (max-width: 1440px) {
  .cid-tBX8v7fRg8 .text-wrap .text-wrapper {
    margin: 0 40px 40px 0;
  }
}
@media (max-width: 992px) {
  .cid-tBX8v7fRg8 .text-wrap .text-wrapper {
    margin: 0 0 30px 0;
  }
}
.cid-tBX8v7fRg8 .text-wrap .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tBX8v7fRg8 .text-wrap .text-wrapper .mbr-iconfont {
  font-size: 22px;
  margin-right: 24px;
  color: #ff6839;
}
.cid-tBX8v7fRg8 .image-wrapper img {
  height: 480px;
  object-fit: cover;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-tBX8v7fRg8 .image-wrapper img {
    height: 280px;
  }
}
.cid-tBX8v7fRg8 .mbr-text {
  color: #000000;
}
.cid-tNtOqIrC4t {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ebebeb;
}
.cid-tNtOqIrC4t .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNtOqIrC4t .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tNtOqIrC4t .container {
    padding: 0 30px;
  }
}
.cid-tNtOqIrC4t .text-wrap {
  display: flex;
  align-items: flex-end;
}
.cid-tNtOqIrC4t .text-wrap .text-wrapper {
  display: inline-flex;
  padding-top: 30px;
  border-top: 1px solid #ffb649;
  margin: 0 92px 40px 0;
  margin: 0 0 40px 92px;
}
@media (max-width: 1440px) {
  .cid-tNtOqIrC4t .text-wrap .text-wrapper {
    margin: 0 0 40px 40px;
  }
}
@media (max-width: 992px) {
  .cid-tNtOqIrC4t .text-wrap .text-wrapper {
    margin: 0 0 30px 0;
  }
}
@media (max-width: 1440px) {
  .cid-tNtOqIrC4t .text-wrap .text-wrapper {
    margin: 0 40px 40px 0;
  }
}
@media (max-width: 992px) {
  .cid-tNtOqIrC4t .text-wrap .text-wrapper {
    margin: 0 0 30px 0;
  }
}
.cid-tNtOqIrC4t .text-wrap .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tNtOqIrC4t .text-wrap .text-wrapper .mbr-iconfont {
  font-size: 22px;
  margin-right: 24px;
  color: #ffa41d;
}
.cid-tNtOqIrC4t .image-wrapper img {
  height: 480px;
  object-fit: cover;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-tNtOqIrC4t .image-wrapper img {
    height: 280px;
  }
}
.cid-tNtOqIrC4t .mbr-text {
  color: #000000;
}
.cid-tNsVzKpPTW {
  padding-top: 3rem;
  padding-bottom: 8rem;
  background: #1f242e;
}
.cid-tNsVzKpPTW .mbr-section-head {
  padding: 0 1rem;
}
.cid-tNsVzKpPTW .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-tNsVzKpPTW .team-card:hover {
  transform: translateY(-10px);
}
.cid-tNsVzKpPTW .card-wrap {
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-tNsVzKpPTW .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-tNsVzKpPTW .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-tNsVzKpPTW .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tNsVzKpPTW .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-tNsVzKpPTW .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 50%;
  max-width: 40%;
}
@media (max-width: 768px) {
  .cid-tNsVzKpPTW .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 5px !important;
    margin-right: 5px !important;
  }
}
.cid-tNsVzKpPTW .embla__button--next,
.cid-tNsVzKpPTW .embla__button--prev {
  display: flex;
}
.cid-tNsVzKpPTW .embla__button {
  top: -13%;
  width: 38px;
  height: 38px;
  margin-top: -1.5rem;
  font-size: 14px;
  background-color: transparent;
  color: #ffb649;
  border: 2px solid #ffb649;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tNsVzKpPTW .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tNsVzKpPTW .embla__button:hover {
  background: transparent;
  opacity: .7;
}
.cid-tNsVzKpPTW .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tNsVzKpPTW .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 992px) {
  .cid-tNsVzKpPTW .embla__button {
    top: -10%;
  }
}
.cid-tNsVzKpPTW .embla {
  position: relative;
  width: 100%;
  margin-top: 53px;
  margin-bottom: -9rem;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-tNsVzKpPTW .embla {
    margin-top: 80px;
  }
}
.cid-tNsVzKpPTW .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tNsVzKpPTW .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tNsVzKpPTW .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tNsVzKpPTW .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tNsVzKpPTW .mbr-section-subtitle {
  margin-bottom: 27px;
  letter-spacing: 0.13em;
  color: #ffb649;
  text-align: center;
}
.cid-tNsVzKpPTW .mbr-section-title {
  margin-bottom: 15px;
  color: #ffffff;
  text-align: center;
}
.cid-tNsVzKpPTW .mbr-text {
  margin: 0;
  color: #d2d3d5;
  text-align: center;
}
.cid-tNsVzKpPTW .item-wrapper {
  height: 100%;
}
.cid-tNsVzKpPTW .item-wrapper .image-wrap {
  height: 100%;
}
.cid-tNsVzKpPTW .item-wrapper .image-wrap img {
  width: 100%;
  height: 500px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tNsVzKpPTW .item-wrapper .image-wrap img {
    height: 320px;
  }
}
.cid-tNtLFiRLNh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ebebeb;
}
.cid-tNtLFiRLNh .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNtLFiRLNh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tNtLFiRLNh .container {
    padding: 0 30px;
  }
}
.cid-tNtLFiRLNh .text-wrap {
  display: flex;
  align-items: flex-end;
}
.cid-tNtLFiRLNh .text-wrap .text-wrapper {
  display: inline-flex;
  padding-top: 30px;
  border-top: 1px solid #ffb649;
  margin: 0 92px 40px 0;
  margin: 0 0 40px 92px;
}
@media (max-width: 1440px) {
  .cid-tNtLFiRLNh .text-wrap .text-wrapper {
    margin: 0 0 40px 40px;
  }
}
@media (max-width: 992px) {
  .cid-tNtLFiRLNh .text-wrap .text-wrapper {
    margin: 0 0 30px 0;
  }
}
@media (max-width: 1440px) {
  .cid-tNtLFiRLNh .text-wrap .text-wrapper {
    margin: 0 40px 40px 0;
  }
}
@media (max-width: 992px) {
  .cid-tNtLFiRLNh .text-wrap .text-wrapper {
    margin: 0 0 30px 0;
  }
}
.cid-tNtLFiRLNh .text-wrap .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tNtLFiRLNh .text-wrap .text-wrapper .mbr-iconfont {
  font-size: 22px;
  margin-right: 24px;
  color: #ffa41d;
}
.cid-tNtLFiRLNh .image-wrapper img {
  height: 480px;
  object-fit: cover;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-tNtLFiRLNh .image-wrapper img {
    height: 280px;
  }
}
.cid-tNtLFiRLNh .mbr-text {
  color: #000000;
}
.cid-tE7DcNMjBT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ebebeb;
}
.cid-tE7DcNMjBT .mbr-fallback-image.disabled {
  display: none;
}
.cid-tE7DcNMjBT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tE7DcNMjBT .container {
    padding: 0 30px;
  }
}
.cid-tE7DcNMjBT .text-wrap {
  display: flex;
  align-items: flex-end;
}
.cid-tE7DcNMjBT .text-wrap .text-wrapper {
  display: inline-flex;
  padding-top: 30px;
  border-top: 1px solid #ffa41d;
  margin: 0 92px 40px 0;
}
@media (max-width: 1440px) {
  .cid-tE7DcNMjBT .text-wrap .text-wrapper {
    margin: 0 40px 40px 0;
  }
}
@media (max-width: 992px) {
  .cid-tE7DcNMjBT .text-wrap .text-wrapper {
    margin: 0 0 30px 0;
  }
}
.cid-tE7DcNMjBT .text-wrap .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tE7DcNMjBT .text-wrap .text-wrapper .mbr-iconfont {
  font-size: 22px;
  margin-right: 24px;
  color: #ff6839;
}
.cid-tE7DcNMjBT .image-wrapper img {
  height: 480px;
  object-fit: cover;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-tE7DcNMjBT .image-wrapper img {
    height: 280px;
  }
}
.cid-tE7DcNMjBT .mbr-text {
  color: #000000;
}
.cid-tBX8v8Tsce {
  background-color: #ffffff;
}
.cid-tBX8v8Tsce .content {
  display: flex;
  height: 100px;
  justify-content: center;
  align-items: center;
}
.cid-tBX8v8Tsce .content img {
  width: 43px;
  height: 43px;
  object-fit: cover;
  margin-right: 15px;
}
.cid-tBX8v8Tsce .content p {
  margin: 0;
}
.cid-tBX8v8Tsce .mbr-text {
  color: #ffffff;
}
.cid-tBX8v9FfyV {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #1b2028;
}
.cid-tBX8v9FfyV .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBX8v9FfyV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBX8v9FfyV .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-tBX8v9FfyV .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-tBX8v9FfyV .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-tBX8v9FfyV .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-tBX8v9FfyV .container {
    max-width: 100%;
  }
  .cid-tBX8v9FfyV .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-tBX8v9FfyV .item-wrap {
  width: 100%;
}
.cid-tBX8v9FfyV .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-tBX8v9FfyV .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tBX8v9FfyV .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tBX8v9FfyV .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tBX8v9FfyV .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-tBX8v9FfyV .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tBX8v9FfyV .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-tBX8v9FfyV .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-tBX8v9FfyV .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1f242e, #171a21);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-tBX8v9FfyV .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-tBX8v9FfyV .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #ffa41d;
}
.cid-tBX8v9FfyV .soc-item:hover {
  transform: translateY(-3px);
}
.cid-tBX8v9FfyV .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tBX8v9FfyV .col-links {
    padding-top: 20px;
  }
}
.cid-tBX8v9FfyV .mbr-section-subtitle {
  color: #ffa41d;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .cid-tBX8v9FfyV .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-tBX8v9FfyV .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #C4CFDE;
  transition: 0.4s all;
}
@media (max-width: 575px) {
  .cid-tBX8v9FfyV .list {
    text-align: center !important;
  }
}
.cid-tBX8v9FfyV .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-tBX8v9FfyV .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-tBX8v9FfyV .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-tBX8v9FfyV .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ffa41d;
  transition: 0.4s all;
}
.cid-tBX8v9FfyV .list a:hover {
  color: #ffa41d !important;
  line-height: inherit !important;
}
.cid-tBX8v9FfyV .list a:hover:before {
  width: 100%;
}
.cid-tBX8v9FfyV .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-tBX8v9FfyV .col-copyright {
    padding-top: 40px;
  }
}
.cid-tBX8v9FfyV .border-item {
  width: 100%;
  height: 1px;
  background-color: #ffa41d;
}
.cid-tBX8v9FfyV .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
.cid-tE2SIbuePQ .navbar-dropdown {
  position: relative !important;
}
.cid-tE2SIbuePQ .navbar-dropdown {
  position: absolute !important;
}
.cid-tE2SIbuePQ .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-tE2SIbuePQ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tE2SIbuePQ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tE2SIbuePQ .dropdown-item:hover,
.cid-tE2SIbuePQ .dropdown-item:focus {
  background: #ffa41d !important;
  color: white !important;
}
.cid-tE2SIbuePQ .dropdown-item:hover span {
  color: white;
}
.cid-tE2SIbuePQ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tE2SIbuePQ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tE2SIbuePQ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tE2SIbuePQ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tE2SIbuePQ .nav-link {
  position: relative;
}
.cid-tE2SIbuePQ .container {
  display: flex;
  margin: auto;
}
.cid-tE2SIbuePQ .iconfont-wrapper {
  color: #ffa41d !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tE2SIbuePQ .navbar-nav .nav-item {
  margin: 10px 14px !important;
}
.cid-tE2SIbuePQ .navbar-nav .nav-item .nav-link {
  margin: 5px 10px !important;
  padding: 0 !important;
  transition: 0.3s all;
  opacity: 0.5;
}
.cid-tE2SIbuePQ .navbar-nav .nav-item .nav-link:hover,
.cid-tE2SIbuePQ .navbar-nav .nav-item .nav-link:focus,
.cid-tE2SIbuePQ .navbar-nav .nav-item .nav-link:active {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-tE2SIbuePQ .dropdown-menu,
.cid-tE2SIbuePQ .navbar.opened {
  background: #1f242e !important;
}
.cid-tE2SIbuePQ .nav-item:focus,
.cid-tE2SIbuePQ .nav-link:focus {
  outline: none;
}
.cid-tE2SIbuePQ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tE2SIbuePQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tE2SIbuePQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tE2SIbuePQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tE2SIbuePQ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tE2SIbuePQ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tE2SIbuePQ .navbar {
  min-height: 122px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  padding: 0 !important;
  box-shadow: none !important;
  background: #1f242e;
  background: rgba(31, 36, 46, 0.3);
}
.cid-tE2SIbuePQ .navbar:not(.navbar-short) {
  border-bottom: none;
}
.cid-tE2SIbuePQ .navbar.opened {
  transition: all 0.3s;
}
.cid-tE2SIbuePQ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tE2SIbuePQ .navbar .navbar-logo img {
  width: auto;
}
.cid-tE2SIbuePQ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tE2SIbuePQ .navbar.collapsed {
  justify-content: center;
}
.cid-tE2SIbuePQ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tE2SIbuePQ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tE2SIbuePQ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.5rem);
  }
}
.cid-tE2SIbuePQ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tE2SIbuePQ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tE2SIbuePQ .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tE2SIbuePQ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tE2SIbuePQ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tE2SIbuePQ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tE2SIbuePQ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tE2SIbuePQ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tE2SIbuePQ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tE2SIbuePQ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tE2SIbuePQ .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tE2SIbuePQ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tE2SIbuePQ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tE2SIbuePQ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tE2SIbuePQ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tE2SIbuePQ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tE2SIbuePQ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tE2SIbuePQ .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tE2SIbuePQ .navbar.navbar-short {
  min-height: 90px;
}
.cid-tE2SIbuePQ .navbar.navbar-short .navbar-logo img {
  height: 4.2rem !important;
}
.cid-tE2SIbuePQ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
@media (max-width: 575px) {
  .cid-tE2SIbuePQ .navbar {
    min-height: 80px;
  }
}
.cid-tE2SIbuePQ .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  padding-right: 15px;
  padding-left: 15px;
}
.cid-tE2SIbuePQ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tE2SIbuePQ .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 575px) {
  .cid-tE2SIbuePQ .navbar-brand {
    min-height: 69px;
  }
}
.cid-tE2SIbuePQ .dropdown-item.active,
.cid-tE2SIbuePQ .dropdown-item:active {
  background-color: transparent;
}
.cid-tE2SIbuePQ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tE2SIbuePQ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tE2SIbuePQ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tE2SIbuePQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1f242e;
}
.cid-tE2SIbuePQ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tE2SIbuePQ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tE2SIbuePQ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tE2SIbuePQ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tE2SIbuePQ button.navbar-toggler {
  display: none;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #171a21, #272c30);
  outline: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-tE2SIbuePQ button.navbar-toggler:hover {
  transform: scale(1.1);
}
.cid-tE2SIbuePQ button.navbar-toggler .hamburger {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-tE2SIbuePQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #f9f9fc;
}
.cid-tE2SIbuePQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-tE2SIbuePQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-tE2SIbuePQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-tE2SIbuePQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tE2SIbuePQ nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tE2SIbuePQ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tE2SIbuePQ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tE2SIbuePQ nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tE2SIbuePQ .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tE2SIbuePQ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tE2SIbuePQ .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-tE2SIbuePQ .navbar {
    height: 70px;
  }
  .cid-tE2SIbuePQ .navbar.opened {
    height: auto;
  }
  .cid-tE2SIbuePQ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tE2SIbuePQ .navbar-short {
  min-height: 90px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
  background: #1f242e;
  background: rgba(31, 36, 46, 0.3);
}
@media (max-width: 575px) {
  .cid-tE2SIbuePQ .navbar-short {
    min-height: 70px;
  }
}
.cid-tE2SIbuePQ .container-fluid {
  padding: 0 64px;
}
@media (max-width: 1599px) {
  .cid-tE2SIbuePQ .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .cid-tE2SIbuePQ .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .cid-tE2SIbuePQ .container-fluid {
    padding: 0 3px;
  }
}
.cid-tE2SIbuePQ .navbar-collapse {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-tE2SIbuePQ .mbr-section-btn .btn {
  padding: 15px 35px;
}
@media (min-width: 992px) {
  .cid-tE2SIbuePQ .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-tE2SIbuePQ .container-fluid {
  flex-wrap: wrap;
}
.cid-tE2SIbuePQ button.navbar-toggler {
  display: flex;
}
.cid-tE2SIbuePQ .navbar-brand {
  width: auto !important;
}
.cid-tE2SIbuePQ .navbar-collapse {
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.cid-tE2SIbuePQ .navbar-collapse .nav-item {
  margin: 8px 0 !important;
}
.cid-tE2SIbuePQ .navbar-collapse .nav-item .nav-link {
  margin: 0 !important;
  padding: 0 !important;
  transition: 0.3s all;
  opacity: 1;
  justify-content: left;
}
.cid-tE2SIbuePQ .navbar-collapse .nav-item .nav-link:hover {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-tE2SIbuePQ .icons-menu {
  margin-top: 10px;
  justify-content: left;
}
.cid-tE2SIbuePQ .navbar-buttons {
  margin-top: 20px;
  text-align: left;
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
@media (max-width: 991px) {
  .cid-tE2SIbuePQ .container-fluid {
    flex-wrap: wrap;
  }
  .cid-tE2SIbuePQ button.navbar-toggler {
    display: flex;
  }
  .cid-tE2SIbuePQ .navbar-brand {
    width: auto !important;
  }
  .cid-tE2SIbuePQ .navbar-collapse {
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
  .cid-tE2SIbuePQ .navbar-collapse .nav-item {
    margin: 8px 0 !important;
  }
  .cid-tE2SIbuePQ .navbar-collapse .nav-item .nav-link {
    margin: 0 !important;
    padding: 0 !important;
    transition: 0.3s all;
    opacity: 1;
    justify-content: left;
  }
  .cid-tE2SIbuePQ .navbar-collapse .nav-item .nav-link:hover {
    opacity: 1;
    color: #FFFFFF !important;
  }
  .cid-tE2SIbuePQ .icons-menu {
    margin-top: 10px;
    justify-content: left;
  }
  .cid-tE2SIbuePQ .navbar-buttons {
    margin-top: 20px;
    text-align: left;
    margin-left: -0.6rem;
    margin-right: -0.6rem;
  }
}
.cid-tE2SIcljyY {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/dsc01796-2000x1127.jpg");
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 650px;
}
.cid-tE2SIcljyY .mbr-fallback-image.disabled {
  display: none;
}
.cid-tE2SIcljyY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1024px) {
  .cid-tE2SIcljyY {
    min-height: 750px;
  }
}
.cid-tE2SIcljyY .mbr-section-title {
  color: #ffffff;
}
.cid-tE2SIcljyY .mbr-section-subtitle {
  color: #ff6c42;
  margin-top: 16px;
}
.cid-tE2SIcljyY .mbr-text {
  color: #FFFFFF;
  margin-top: 16px;
}
.cid-tE2SIcljyY .mbr-section-btn {
  margin-top: 18px;
}
.cid-tE2SIcljyY .mbr-text,
.cid-tE2SIcljyY .mbr-section-btn {
  color: #ffa41d;
}
.cid-tQYUPr5RNm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f9f9fc;
}
.cid-tQYUPr5RNm .mbr-section-subtitle {
  margin-bottom: 22px;
  letter-spacing: .13em;
  color: #23272b;
}
@media (max-width: 768px) {
  .cid-tQYUPr5RNm .mbr-section-subtitle {
    margin-bottom: 8px;
  }
}
.cid-tQYUPr5RNm .mbr-section-title {
  margin-bottom: 0;
  color: #20232a;
}
@media (max-width: 768px) {
  .cid-tQYUPr5RNm .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-tQYUPr5RNm .mbr-text {
  padding-top: 10px;
  margin-bottom: 0;
  color: #84858a;
}
@media (max-width: 768px) {
  .cid-tQYUPr5RNm .mbr-text {
    padding: 0;
  }
}
.cid-tE2SIezEpq {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/dsc01861-2000x1127.jpg");
}
.cid-tE2SIezEpq .mbr-fallback-image.disabled {
  display: none;
}
.cid-tE2SIezEpq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tE2SIezEpq .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-tE2SIezEpq .container-fluid {
    padding: 0 20px;
  }
}
.cid-tE2SIezEpq .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tE2SIezEpq .container {
    padding: 0 20px;
  }
}
.cid-tE2SIezEpq .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-tE2SIezEpq .title-wrapper .mbr-desc {
  margin: 0;
}
.cid-tE2SIezEpq .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-tE2SIezEpq .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-tE2SIfaf0w {
  background-color: #1f242e;
}
.cid-tE2SIfaf0w .mbr-fallback-image.disabled {
  display: none;
}
.cid-tE2SIfaf0w .pb {
  padding-bottom: 2rem;
}
@media (min-width: 1600px) {
  .cid-tE2SIfaf0w .col-lg-6 {
    padding: 0 2rem;
  }
  .cid-tE2SIfaf0w .pb {
    padding-bottom: 5rem;
  }
  .cid-tE2SIfaf0w .container-fluid {
    padding: 0 3rem !important;
    margin: 0;
  }
}
@media (max-width: 992px) {
  .cid-tE2SIfaf0w .md-pb {
    padding-bottom: 2rem;
  }
}
.cid-tE2SIfaf0w .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tE2SIfaf0w .row {
  flex-direction: row-reverse;
}
.cid-tE2SIfaf0w img {
  width: 100%;
}
.cid-tE2SIfaf0w .mbr-text {
  color: #ffffff;
}
.cid-tE2SIfO8LT {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/dsc03410-2000x1127.jpg");
}
.cid-tE2SIfO8LT .mbr-fallback-image.disabled {
  display: none;
}
.cid-tE2SIfO8LT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tE2SIfO8LT .container-fluid {
  padding: 0 16px;
}
@media (max-width: 991px) {
  .cid-tE2SIfO8LT .container-fluid {
    padding: 0 12px;
  }
}
.cid-tE2SIfO8LT .row {
  margin-top: -3px;
  display: flex;
  justify-content: center;
  padding: 64px 28px;
  overflow: hidden;
  position: relative;
}
@media (max-width: 992px) {
  .cid-tE2SIfO8LT .row {
    padding: 48px 20px;
  }
}
.cid-tE2SIfO8LT .row:before {
  content: '';
  position: absolute;
  top: 8rem;
  width: 200vh;
  height: 300px;
  display: block;
  background-color: transparent;
  border: 5px solid #ff6c42;
  border-radius: 100%;
}
.cid-tE2SIfO8LT .card {
  border-right: 0;
  transform: rotate(17deg);
}
@media (max-width: 992px) {
  .cid-tE2SIfO8LT .card {
    margin: 0 !important;
  }
}
.cid-tE2SIfO8LT .card:nth-child(2) {
  transform: rotate(347deg);
  margin-top: 5rem;
}
.cid-tE2SIfO8LT .card:last-child {
  transform: rotate(1deg);
  margin-left: -3rem;
  margin-top: -2.5rem;
}
.cid-tE2SIfO8LT .card .image-wrapper {
  padding: 20px;
  border-radius: 16px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-tE2SIfO8LT .card .image-wrapper {
    margin-bottom: 48px;
  }
}
.cid-tE2SIfO8LT .card .image-wrapper img {
  height: 300px;
  object-fit: cover;
}
.cid-tE2SIfO8LT .card .image-wrapper .mbr-text {
  margin-bottom: 0;
  margin-top: 10px;
}
.cid-tE2SIfO8LT .mbr-text {
  color: #07553B;
}
.cid-tE2SIh6QjT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f9f9fc;
}
.cid-tE2SIh6QjT .image-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
}
@media (max-width: 992px) {
  .cid-tE2SIh6QjT .image-wrapper {
    height: auto;
  }
}
@media (max-width: 768px) {
  .cid-tE2SIh6QjT .image-wrapper {
    margin-bottom: 30px;
  }
}
.cid-tE2SIh6QjT .image-wrapper img {
  max-width: 520px;
  height: 640px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tE2SIh6QjT .image-wrapper img {
    height: 457px;
  }
}
.cid-tE2SIh6QjT .image-wrapper .mbr-description {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 353px;
  height: auto;
  padding: 55px 40px 55px;
  margin: 0;
  background-color: #1f242e;
}
@media (max-width: 1200px) {
  .cid-tE2SIh6QjT .image-wrapper .mbr-description {
    width: 255px;
  }
}
@media (max-width: 768px) {
  .cid-tE2SIh6QjT .image-wrapper .mbr-description {
    padding: 30px 20px;
  }
}
.cid-tE2SIh6QjT .text {
  padding-left: 9%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tE2SIh6QjT .text {
    padding: 0 12px;
  }
}
.cid-tE2SIh6QjT .text .text-wrapper .mbr-section-subtitle {
  margin-bottom: 22px;
  letter-spacing: .13em;
}
@media (max-width: 768px) {
  .cid-tE2SIh6QjT .text .text-wrapper .mbr-section-subtitle {
    margin-bottom: 7px;
  }
}
.cid-tE2SIh6QjT .text .text-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-tE2SIh6QjT .text .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tE2SIh6QjT .text .list-wrapper {
  margin-top: 45px;
}
@media (max-width: 768px) {
  .cid-tE2SIh6QjT .text .list-wrapper {
    margin-top: 20px;
  }
}
.cid-tE2SIh6QjT .text .list-wrapper .list-item {
  padding: 27px 0;
  border-top: 1px solid #bbbbbb;
}
.cid-tE2SIh6QjT .text .list-wrapper .list-item:first-child {
  padding-top: 0;
  border: none;
}
.cid-tE2SIh6QjT .text .list-wrapper .list-item:last-child {
  padding-bottom: 0;
}
.cid-tE2SIh6QjT .text .list-wrapper .list-item .mbr-number {
  margin: 0 15px 0 0;
  display: inline;
}
.cid-tE2SIh6QjT .text .list-wrapper .list-item .mbr-list {
  margin: 0;
  display: inline;
}
.cid-tE2SIh6QjT .mbr-section-btn {
  margin-top: 45px;
}
@media (max-width: 768px) {
  .cid-tE2SIh6QjT .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-tE2SIh6QjT .btn {
  height: 55px;
  min-width: 170px;
  box-shadow: none;
  margin-top: 0;
}
.cid-tE2SIh6QjT .btn:hover {
  box-shadow: none;
}
.cid-tE2SIh6QjT .mbr-description {
  color: #fafafa;
}
.cid-tE2SIh6QjT .mbr-section-subtitle {
  color: #ffa41d;
}
.cid-tE2SIh6QjT .mbr-section-title {
  color: #20232a;
}
.cid-tE2SIh6QjT .mbr-text {
  color: #84858a;
}
.cid-tE2SIh6QjT .mbr-number {
  color: #84858a;
}
.cid-tE2SIh6QjT .mbr-list {
  color: #20232a;
}
.cid-tE2SIh6QjT .mbr-section-title,
.cid-tE2SIh6QjT .list-item,
.cid-tE2SIh6QjT .mbr-section-btn {
  text-align: left;
}
.cid-tE2SIhVtTS {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tE2SIhVtTS img {
  display: inline;
  border: 8px solid #ffffff;
  border-radius: 25px;
}
.cid-tE2SIhVtTS .col-12 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
}
.cid-tE2SIhVtTS .first {
  transform: rotate(10deg);
  max-height: 317px;
  width: auto;
}
.cid-tE2SIhVtTS .second {
  transform: rotate(356deg);
  max-height: 390px;
  width: auto;
  z-index: 5;
}
.cid-tE2SIhVtTS .third {
  transform: rotate(5deg);
  max-height: 476px;
  width: auto;
  z-index: 10;
}
.cid-tE2SIhVtTS .fourth {
  transform: rotate(356deg);
  max-height: 390px;
  width: auto;
  z-index: 5;
}
.cid-tE2SIhVtTS .fifth {
  transform: rotate(350deg);
  max-height: 317px;
  width: auto;
}
@media (max-width: 1400px) {
  .cid-tE2SIhVtTS .first {
    max-height: 250px;
  }
  .cid-tE2SIhVtTS .second {
    max-height: 323px;
  }
  .cid-tE2SIhVtTS .third {
    max-height: 408px;
  }
  .cid-tE2SIhVtTS .fourth {
    max-height: 323px;
  }
  .cid-tE2SIhVtTS .fifth {
    max-height: 250px;
  }
}
@media (max-width: 1100px) {
  .cid-tE2SIhVtTS .first {
    max-height: 200px;
  }
  .cid-tE2SIhVtTS .second {
    max-height: 270px;
  }
  .cid-tE2SIhVtTS .third {
    max-height: 350px;
  }
  .cid-tE2SIhVtTS .fourth {
    max-height: 270px;
  }
  .cid-tE2SIhVtTS .fifth {
    max-height: 200px;
  }
}
@media (max-width: 900px) {
  .cid-tE2SIhVtTS .first {
    display: none;
  }
  .cid-tE2SIhVtTS .second {
    max-height: 323px;
  }
  .cid-tE2SIhVtTS .third {
    max-height: 408px;
  }
  .cid-tE2SIhVtTS .fourth {
    max-height: 323px;
  }
  .cid-tE2SIhVtTS .fifth {
    display: none;
  }
}
@media (max-width: 765px) {
  .cid-tE2SIhVtTS .second {
    max-height: 250px;
  }
  .cid-tE2SIhVtTS .third {
    max-height: 340px;
  }
  .cid-tE2SIhVtTS .fourth {
    max-height: 250px;
  }
}
@media (max-width: 650px) {
  .cid-tE2SIhVtTS .second {
    max-height: 180px;
  }
  .cid-tE2SIhVtTS .third {
    max-height: 270px;
  }
  .cid-tE2SIhVtTS .fourth {
    max-height: 180px;
  }
}
@media (max-width: 465px) {
  .cid-tE2SIhVtTS .second {
    display: none;
  }
  .cid-tE2SIhVtTS .third {
    max-height: initial;
    width: 90%;
  }
  .cid-tE2SIhVtTS .fourth {
    display: none;
  }
}
.cid-tWOBnXB7R1 {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background: #efefec;
  overflow: hidden;
}
.cid-tWOBnXB7R1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWOBnXB7R1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWOBnXB7R1 .row {
  position: relative;
  z-index: 10;
}
.cid-tWOBnXB7R1 .col-title {
  display: flex;
  align-items: flex-start;
  margin-bottom: 60px;
}
@media (max-width: 991px) {
  .cid-tWOBnXB7R1 .col-title {
    flex-wrap: wrap;
    margin-bottom: 40px;
  }
}
.cid-tWOBnXB7R1 .mbr-section-title {
  color: #2B2B2B;
  width: 65%;
  flex-grow: 1;
}
@media (max-width: 991px) {
  .cid-tWOBnXB7R1 .mbr-section-title {
    width: 100%;
    text-align: center !important;
  }
}
.cid-tWOBnXB7R1 .mbr-section-subtitle {
  color: #1b80e6;
  padding-left: 40px;
  width: 35%;
  margin-left: auto;
  text-align: right;
}
@media (max-width: 991px) {
  .cid-tWOBnXB7R1 .mbr-section-subtitle {
    width: 100%;
    text-align: center !important;
    padding-left: 0;
    margin-left: 0;
    margin-top: 20px;
  }
}
.cid-tWOBnXB7R1 .google-map {
  height: 350px;
  position: relative;
  padding: 0 20px;
}
.cid-tWOBnXB7R1 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tWOBnXB7R1 .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tWOBnXB7R1 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tWOBnXB7R1 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tWOBnXB7R1 .col-text {
  display: flex;
  align-items: flex-start;
  margin-top: 40px;
}
@media (max-width: 991px) {
  .cid-tWOBnXB7R1 .col-text {
    flex-wrap: wrap;
    margin-top: 30px;
  }
}
.cid-tWOBnXB7R1 .mbr-text {
  color: #2B2B2B;
  width: 50%;
  margin-right: auto;
  padding-right: 40px;
}
@media (max-width: 991px) {
  .cid-tWOBnXB7R1 .mbr-text {
    width: 100%;
    padding-right: 0;
    margin-right: 0;
  }
}
.cid-tWOBnXB7R1 .mbr-place {
  color: #2B2B2B;
  width: 50%;
  margin-left: auto;
}
@media (max-width: 991px) {
  .cid-tWOBnXB7R1 .mbr-place {
    width: 100%;
    margin-left: 0;
    margin-top: 24px;
  }
}
.cid-tWOBnXB7R1 .container,
.cid-tWOBnXB7R1 .container-fluid {
  position: relative;
}
.cid-tWOBnXB7R1 .circle-blur {
  position: absolute;
  transform: translate(50%, -50%);
  display: block;
  width: 200px;
  height: 200px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 500px;
  opacity: .97;
  -webkit-filter: blur(50px) blur(50px);
  filter: blur(50px) blur(50px);
}
@media (max-width: 767px) {
  .cid-tWOBnXB7R1 .circle-blur {
    width: 200px;
    height: 200px;
  }
}
.cid-tWOBnXB7R1 .circle-blur1 {
  top: 10%;
  right: 50%;
  background-image: linear-gradient(132deg, #ffa41d 27%, #ffa41d 50%, #ffa41d 79%);
}
.cid-tWOBnXB7R1 .circle-blur2 {
  top: 13%;
  right: 40%;
  background-image: linear-gradient(132deg, #0057fc 27%, #0057fc 50%, #0057fc 79%);
}
.cid-tE2SIiBDS6 {
  background-color: #f9f9fc;
}
.cid-tE2SIiBDS6 .content {
  display: flex;
  height: 100px;
  justify-content: center;
  align-items: center;
}
.cid-tE2SIiBDS6 .content img {
  width: 43px;
  height: 43px;
  object-fit: cover;
  margin-right: 15px;
}
.cid-tE2SIiBDS6 .content p {
  margin: 0;
}
.cid-tE2SIiBDS6 .mbr-text {
  color: #1f242e;
}
.cid-tE2SInImah {
  background-color: #ffffff;
}
.cid-tE2SInImah .content {
  display: flex;
  height: 100px;
  justify-content: center;
  align-items: center;
}
.cid-tE2SInImah .content img {
  width: 43px;
  height: 43px;
  object-fit: cover;
  margin-right: 15px;
}
.cid-tE2SInImah .content p {
  margin: 0;
}
.cid-tE2SInImah .mbr-text {
  color: #ffffff;
}
.cid-tE2SIosJ3l {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #1b2028;
}
.cid-tE2SIosJ3l .mbr-fallback-image.disabled {
  display: none;
}
.cid-tE2SIosJ3l .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tE2SIosJ3l .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-tE2SIosJ3l .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-tE2SIosJ3l .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-tE2SIosJ3l .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-tE2SIosJ3l .container {
    max-width: 100%;
  }
  .cid-tE2SIosJ3l .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-tE2SIosJ3l .item-wrap {
  width: 100%;
}
.cid-tE2SIosJ3l .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-tE2SIosJ3l .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tE2SIosJ3l .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tE2SIosJ3l .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tE2SIosJ3l .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-tE2SIosJ3l .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tE2SIosJ3l .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-tE2SIosJ3l .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-tE2SIosJ3l .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1f242e, #171a21);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-tE2SIosJ3l .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-tE2SIosJ3l .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #ffa41d;
}
.cid-tE2SIosJ3l .soc-item:hover {
  transform: translateY(-3px);
}
.cid-tE2SIosJ3l .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tE2SIosJ3l .col-links {
    padding-top: 20px;
  }
}
.cid-tE2SIosJ3l .mbr-section-subtitle {
  color: #ffa41d;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .cid-tE2SIosJ3l .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-tE2SIosJ3l .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #C4CFDE;
  transition: 0.4s all;
}
@media (max-width: 575px) {
  .cid-tE2SIosJ3l .list {
    text-align: center !important;
  }
}
.cid-tE2SIosJ3l .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-tE2SIosJ3l .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-tE2SIosJ3l .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-tE2SIosJ3l .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ffa41d;
  transition: 0.4s all;
}
.cid-tE2SIosJ3l .list a:hover {
  color: #ffa41d !important;
  line-height: inherit !important;
}
.cid-tE2SIosJ3l .list a:hover:before {
  width: 100%;
}
.cid-tE2SIosJ3l .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-tE2SIosJ3l .col-copyright {
    padding-top: 40px;
  }
}
.cid-tE2SIosJ3l .border-item {
  width: 100%;
  height: 1px;
  background-color: #ffa41d;
}
.cid-tE2SIosJ3l .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
.cid-tFsoIxpmfx .navbar-dropdown {
  position: relative !important;
}
.cid-tFsoIxpmfx .navbar-dropdown {
  position: absolute !important;
}
.cid-tFsoIxpmfx .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-tFsoIxpmfx .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tFsoIxpmfx .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tFsoIxpmfx .dropdown-item:hover,
.cid-tFsoIxpmfx .dropdown-item:focus {
  background: #ffa41d !important;
  color: white !important;
}
.cid-tFsoIxpmfx .dropdown-item:hover span {
  color: white;
}
.cid-tFsoIxpmfx .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tFsoIxpmfx .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tFsoIxpmfx .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tFsoIxpmfx .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tFsoIxpmfx .nav-link {
  position: relative;
}
.cid-tFsoIxpmfx .container {
  display: flex;
  margin: auto;
}
.cid-tFsoIxpmfx .iconfont-wrapper {
  color: #ffa41d !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tFsoIxpmfx .navbar-nav .nav-item {
  margin: 10px 14px !important;
}
.cid-tFsoIxpmfx .navbar-nav .nav-item .nav-link {
  margin: 5px 10px !important;
  padding: 0 !important;
  transition: 0.3s all;
  opacity: 0.5;
}
.cid-tFsoIxpmfx .navbar-nav .nav-item .nav-link:hover,
.cid-tFsoIxpmfx .navbar-nav .nav-item .nav-link:focus,
.cid-tFsoIxpmfx .navbar-nav .nav-item .nav-link:active {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-tFsoIxpmfx .dropdown-menu,
.cid-tFsoIxpmfx .navbar.opened {
  background: #1f242e !important;
}
.cid-tFsoIxpmfx .nav-item:focus,
.cid-tFsoIxpmfx .nav-link:focus {
  outline: none;
}
.cid-tFsoIxpmfx .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tFsoIxpmfx .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tFsoIxpmfx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tFsoIxpmfx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tFsoIxpmfx .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tFsoIxpmfx .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tFsoIxpmfx .navbar {
  min-height: 122px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  padding: 0 !important;
  box-shadow: none !important;
  background: #1f242e;
  background: rgba(31, 36, 46, 0.3);
}
.cid-tFsoIxpmfx .navbar:not(.navbar-short) {
  border-bottom: none;
}
.cid-tFsoIxpmfx .navbar.opened {
  transition: all 0.3s;
}
.cid-tFsoIxpmfx .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tFsoIxpmfx .navbar .navbar-logo img {
  width: auto;
}
.cid-tFsoIxpmfx .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tFsoIxpmfx .navbar.collapsed {
  justify-content: center;
}
.cid-tFsoIxpmfx .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tFsoIxpmfx .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tFsoIxpmfx .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.5rem);
  }
}
.cid-tFsoIxpmfx .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tFsoIxpmfx .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tFsoIxpmfx .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tFsoIxpmfx .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tFsoIxpmfx .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tFsoIxpmfx .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tFsoIxpmfx .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tFsoIxpmfx .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tFsoIxpmfx .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tFsoIxpmfx .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tFsoIxpmfx .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tFsoIxpmfx .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tFsoIxpmfx .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tFsoIxpmfx .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tFsoIxpmfx .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tFsoIxpmfx .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tFsoIxpmfx .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tFsoIxpmfx .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tFsoIxpmfx .navbar.navbar-short {
  min-height: 90px;
}
.cid-tFsoIxpmfx .navbar.navbar-short .navbar-logo img {
  height: 4.2rem !important;
}
.cid-tFsoIxpmfx .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
@media (max-width: 575px) {
  .cid-tFsoIxpmfx .navbar {
    min-height: 80px;
  }
}
.cid-tFsoIxpmfx .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  padding-right: 15px;
  padding-left: 15px;
}
.cid-tFsoIxpmfx .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tFsoIxpmfx .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 575px) {
  .cid-tFsoIxpmfx .navbar-brand {
    min-height: 69px;
  }
}
.cid-tFsoIxpmfx .dropdown-item.active,
.cid-tFsoIxpmfx .dropdown-item:active {
  background-color: transparent;
}
.cid-tFsoIxpmfx .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tFsoIxpmfx .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tFsoIxpmfx .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tFsoIxpmfx .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1f242e;
}
.cid-tFsoIxpmfx .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tFsoIxpmfx .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tFsoIxpmfx ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tFsoIxpmfx .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tFsoIxpmfx button.navbar-toggler {
  display: none;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #171a21, #272c30);
  outline: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-tFsoIxpmfx button.navbar-toggler:hover {
  transform: scale(1.1);
}
.cid-tFsoIxpmfx button.navbar-toggler .hamburger {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-tFsoIxpmfx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #f9f9fc;
}
.cid-tFsoIxpmfx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-tFsoIxpmfx button.navbar-toggler .hamburger span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-tFsoIxpmfx button.navbar-toggler .hamburger span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-tFsoIxpmfx button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tFsoIxpmfx nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tFsoIxpmfx nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tFsoIxpmfx nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tFsoIxpmfx nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tFsoIxpmfx .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tFsoIxpmfx a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tFsoIxpmfx .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-tFsoIxpmfx .navbar {
    height: 70px;
  }
  .cid-tFsoIxpmfx .navbar.opened {
    height: auto;
  }
  .cid-tFsoIxpmfx .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tFsoIxpmfx .navbar-short {
  min-height: 90px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
  background: #1f242e;
  background: rgba(31, 36, 46, 0.3);
}
@media (max-width: 575px) {
  .cid-tFsoIxpmfx .navbar-short {
    min-height: 70px;
  }
}
.cid-tFsoIxpmfx .container-fluid {
  padding: 0 64px;
}
@media (max-width: 1599px) {
  .cid-tFsoIxpmfx .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .cid-tFsoIxpmfx .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .cid-tFsoIxpmfx .container-fluid {
    padding: 0 3px;
  }
}
.cid-tFsoIxpmfx .navbar-collapse {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-tFsoIxpmfx .mbr-section-btn .btn {
  padding: 15px 35px;
}
@media (min-width: 992px) {
  .cid-tFsoIxpmfx .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-tFsoIxpmfx .container-fluid {
  flex-wrap: wrap;
}
.cid-tFsoIxpmfx button.navbar-toggler {
  display: flex;
}
.cid-tFsoIxpmfx .navbar-brand {
  width: auto !important;
}
.cid-tFsoIxpmfx .navbar-collapse {
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.cid-tFsoIxpmfx .navbar-collapse .nav-item {
  margin: 8px 0 !important;
}
.cid-tFsoIxpmfx .navbar-collapse .nav-item .nav-link {
  margin: 0 !important;
  padding: 0 !important;
  transition: 0.3s all;
  opacity: 1;
  justify-content: left;
}
.cid-tFsoIxpmfx .navbar-collapse .nav-item .nav-link:hover {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-tFsoIxpmfx .icons-menu {
  margin-top: 10px;
  justify-content: left;
}
.cid-tFsoIxpmfx .navbar-buttons {
  margin-top: 20px;
  text-align: left;
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
@media (max-width: 991px) {
  .cid-tFsoIxpmfx .container-fluid {
    flex-wrap: wrap;
  }
  .cid-tFsoIxpmfx button.navbar-toggler {
    display: flex;
  }
  .cid-tFsoIxpmfx .navbar-brand {
    width: auto !important;
  }
  .cid-tFsoIxpmfx .navbar-collapse {
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
  .cid-tFsoIxpmfx .navbar-collapse .nav-item {
    margin: 8px 0 !important;
  }
  .cid-tFsoIxpmfx .navbar-collapse .nav-item .nav-link {
    margin: 0 !important;
    padding: 0 !important;
    transition: 0.3s all;
    opacity: 1;
    justify-content: left;
  }
  .cid-tFsoIxpmfx .navbar-collapse .nav-item .nav-link:hover {
    opacity: 1;
    color: #FFFFFF !important;
  }
  .cid-tFsoIxpmfx .icons-menu {
    margin-top: 10px;
    justify-content: left;
  }
  .cid-tFsoIxpmfx .navbar-buttons {
    margin-top: 20px;
    text-align: left;
    margin-left: -0.6rem;
    margin-right: -0.6rem;
  }
}
.cid-tFsoIyqAtJ {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/dsc05321-2000x1127.jpg");
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 650px;
}
.cid-tFsoIyqAtJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tFsoIyqAtJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1024px) {
  .cid-tFsoIyqAtJ {
    min-height: 750px;
  }
}
.cid-tFsoIyqAtJ .mbr-section-title {
  color: #ffffff;
}
.cid-tFsoIyqAtJ .mbr-section-subtitle {
  color: #FFFFFF;
  margin-top: 16px;
}
.cid-tFsoIyqAtJ .mbr-text {
  color: #FFFFFF;
  margin-top: 16px;
}
.cid-tFsoIyqAtJ .mbr-section-btn {
  margin-top: 18px;
}
.cid-tFsoIyqAtJ .mbr-text,
.cid-tFsoIyqAtJ .mbr-section-btn {
  color: #ffa41d;
}
.cid-tRrFuZoBNj {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #f9f9fc;
}
.cid-tRrFuZoBNj .mbr-section-subtitle {
  margin-bottom: 22px;
  letter-spacing: .13em;
  color: #23272b;
}
@media (max-width: 768px) {
  .cid-tRrFuZoBNj .mbr-section-subtitle {
    margin-bottom: 8px;
  }
}
.cid-tRrFuZoBNj .mbr-section-title {
  margin-bottom: 0;
  color: #20232a;
}
@media (max-width: 768px) {
  .cid-tRrFuZoBNj .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-tRrFuZoBNj .mbr-text {
  padding-top: 10px;
  margin-bottom: 0;
  color: #84858a;
}
@media (max-width: 768px) {
  .cid-tRrFuZoBNj .mbr-text {
    padding: 0;
  }
}
.cid-tFsoICGJDH {
  background-image: url("../../../assets/images/dsc05099-2000x1127.jpg");
}
.cid-tFsoICGJDH .mbr-fallback-image.disabled {
  display: none;
}
.cid-tFsoICGJDH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tFsoICGJDH .container-fluid {
  padding: 0 16px;
}
@media (max-width: 991px) {
  .cid-tFsoICGJDH .container-fluid {
    padding: 0 12px;
  }
}
.cid-tFsoICGJDH .row {
  margin-top: -3px;
  display: flex;
  justify-content: center;
  padding: 64px 28px;
  overflow: hidden;
  position: relative;
}
@media (max-width: 992px) {
  .cid-tFsoICGJDH .row {
    padding: 48px 20px;
  }
}
.cid-tFsoICGJDH .row:before {
  content: '';
  position: absolute;
  top: 8rem;
  width: 200vh;
  height: 300px;
  display: block;
  background-color: transparent;
  border: 5px solid #ffa41d;
  border-radius: 100%;
}
.cid-tFsoICGJDH .card {
  border-right: 0;
  transform: rotate(17deg);
}
@media (max-width: 992px) {
  .cid-tFsoICGJDH .card {
    margin: 0 !important;
  }
}
.cid-tFsoICGJDH .card:nth-child(2) {
  transform: rotate(347deg);
  margin-top: 5rem;
}
.cid-tFsoICGJDH .card:last-child {
  transform: rotate(1deg);
  margin-left: -3rem;
  margin-top: -2.5rem;
}
.cid-tFsoICGJDH .card .image-wrapper {
  padding: 20px;
  border-radius: 16px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-tFsoICGJDH .card .image-wrapper {
    margin-bottom: 48px;
  }
}
.cid-tFsoICGJDH .card .image-wrapper img {
  height: 300px;
  object-fit: cover;
}
.cid-tFsoICGJDH .card .image-wrapper .mbr-text {
  margin-bottom: 0;
  margin-top: 10px;
}
.cid-tFsoICGJDH .mbr-text {
  color: #07553B;
}
.cid-tFsuHcgXhU {
  background-color: #1f242e;
}
.cid-tFsuHcgXhU .content {
  display: flex;
  height: 100px;
  justify-content: center;
  align-items: center;
}
.cid-tFsuHcgXhU .content img {
  width: 43px;
  height: 43px;
  object-fit: cover;
  margin-right: 15px;
}
.cid-tFsuHcgXhU .content p {
  margin: 0;
}
.cid-tFsuHcgXhU .mbr-text {
  color: #ffffff;
}
.cid-tFsoIB2cJV {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/dsc05160-2000x1127.jpg");
}
.cid-tFsoIB2cJV .mbr-fallback-image.disabled {
  display: none;
}
.cid-tFsoIB2cJV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tFsoIB2cJV .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-tFsoIB2cJV .container-fluid {
    padding: 0 20px;
  }
}
.cid-tFsoIB2cJV .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tFsoIB2cJV .container {
    padding: 0 20px;
  }
}
.cid-tFsoIB2cJV .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-tFsoIB2cJV .title-wrapper .mbr-desc {
  margin: 0;
}
.cid-tFsoIB2cJV .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-tFsoIB2cJV .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-tFE5KPtj00 {
  background-color: #f9f9fc;
}
.cid-tFE5KPtj00 .content {
  display: flex;
  height: 100px;
  justify-content: center;
  align-items: center;
}
.cid-tFE5KPtj00 .content img {
  width: 43px;
  height: 43px;
  object-fit: cover;
  margin-right: 15px;
}
.cid-tFE5KPtj00 .content p {
  margin: 0;
}
.cid-tFE5KPtj00 .mbr-text {
  color: #ffffff;
}
.cid-tFEjVesADd {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ebebeb;
}
.cid-tFEjVesADd .mbr-fallback-image.disabled {
  display: none;
}
.cid-tFEjVesADd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tFEjVesADd .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tFEjVesADd .container-fluid {
    padding: 0 30px;
  }
}
.cid-tFEjVesADd .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tFEjVesADd .container {
    padding: 0 30px;
  }
}
.cid-tFEjVesADd .text-wrap {
  display: flex;
  align-items: flex-end;
}
.cid-tFEjVesADd .text-wrap .text-wrapper {
  display: inline-flex;
  padding-top: 30px;
  border-top: 1px solid #000000;
  margin: 0 92px 40px 0;
}
@media (max-width: 1440px) {
  .cid-tFEjVesADd .text-wrap .text-wrapper {
    margin: 0 40px 40px 0;
  }
}
@media (max-width: 992px) {
  .cid-tFEjVesADd .text-wrap .text-wrapper {
    margin: 0 0 30px 0;
  }
}
.cid-tFEjVesADd .text-wrap .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tFEjVesADd .text-wrap .text-wrapper .mbr-iconfont {
  font-size: 22px;
  margin-right: 24px;
  color: #ff6839;
}
.cid-tFEjVesADd .image-wrapper img {
  height: 480px;
  object-fit: cover;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-tFEjVesADd .image-wrapper img {
    height: 280px;
  }
}
.cid-tFEjVesADd .mbr-text {
  color: #000000;
}
.cid-tFPLcVnipw {
  background-color: #f9f9fc;
}
.cid-tFPLcVnipw .content {
  display: flex;
  height: 100px;
  justify-content: center;
  align-items: center;
}
.cid-tFPLcVnipw .content img {
  width: 43px;
  height: 43px;
  object-fit: cover;
  margin-right: 15px;
}
.cid-tFPLcVnipw .content p {
  margin: 0;
}
.cid-tFPLcVnipw .mbr-text {
  color: #1f242e;
}
.cid-tFsoIBPLLG {
  background-color: #23272b;
}
.cid-tFsoIBPLLG .mbr-fallback-image.disabled {
  display: none;
}
.cid-tFsoIBPLLG .pb {
  padding-bottom: 2rem;
}
@media (min-width: 1600px) {
  .cid-tFsoIBPLLG .col-lg-6 {
    padding: 0 2rem;
  }
  .cid-tFsoIBPLLG .pb {
    padding-bottom: 5rem;
  }
  .cid-tFsoIBPLLG .container-fluid {
    padding: 0 3rem !important;
    margin: 0;
  }
}
@media (max-width: 992px) {
  .cid-tFsoIBPLLG .md-pb {
    padding-bottom: 2rem;
  }
}
.cid-tFsoIBPLLG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tFsoIBPLLG .row {
  flex-direction: row-reverse;
}
.cid-tFsoIBPLLG img {
  width: 100%;
}
.cid-tFsoIBPLLG .mbr-text {
  color: #ffffff;
}
.cid-tFsoIEirK4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f9f9fc;
}
.cid-tFsoIEirK4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tFsoIEirK4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tFsoIEirK4 .container,
.cid-tFsoIEirK4 .container-fluid {
  position: relative;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tFsoIEirK4 .container,
  .cid-tFsoIEirK4 .container-fluid {
    padding: 0 20px;
  }
}
.cid-tFsoIEirK4 .row {
  position: relative;
  justify-content: center;
  padding: 50px 10px;
  overflow: hidden;
  margin: 0;
  border: 1px solid #ffa41d;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-tFsoIEirK4 .row {
    padding: 85px 4px;
  }
}
.cid-tFsoIEirK4 .image-wrapper img {
  height: 375px;
  object-fit: cover;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-tFsoIEirK4 .image-wrapper img {
    height: 280px;
  }
}
.cid-tFsoIF6bRg {
  background-color: #ffa41d;
}
.cid-tFsoIF6bRg .content {
  display: flex;
  height: 100px;
  justify-content: center;
  align-items: center;
}
.cid-tFsoIF6bRg .content img {
  width: 43px;
  height: 43px;
  object-fit: cover;
  margin-right: 15px;
}
.cid-tFsoIF6bRg .content p {
  margin: 0;
}
.cid-tFsoIF6bRg .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-tFsoIGEU67 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ebebeb;
}
.cid-tFsoIGEU67 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tFsoIGEU67 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tFsoIGEU67 .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tFsoIGEU67 .container-fluid {
    padding: 0 30px;
  }
}
.cid-tFsoIGEU67 .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tFsoIGEU67 .container {
    padding: 0 30px;
  }
}
.cid-tFsoIGEU67 .text-wrap {
  display: flex;
  align-items: flex-end;
}
.cid-tFsoIGEU67 .text-wrap .text-wrapper {
  display: inline-flex;
  padding-top: 30px;
  border-top: 1px solid #000000;
  margin: 0 92px 40px 0;
  margin: 0 0 40px 92px;
}
@media (max-width: 1440px) {
  .cid-tFsoIGEU67 .text-wrap .text-wrapper {
    margin: 0 0 40px 40px;
  }
}
@media (max-width: 992px) {
  .cid-tFsoIGEU67 .text-wrap .text-wrapper {
    margin: 0 0 30px 0;
  }
}
@media (max-width: 1440px) {
  .cid-tFsoIGEU67 .text-wrap .text-wrapper {
    margin: 0 40px 40px 0;
  }
}
@media (max-width: 992px) {
  .cid-tFsoIGEU67 .text-wrap .text-wrapper {
    margin: 0 0 30px 0;
  }
}
.cid-tFsoIGEU67 .text-wrap .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tFsoIGEU67 .text-wrap .text-wrapper .mbr-iconfont {
  font-size: 22px;
  margin-right: 24px;
  color: #ff6839;
}
.cid-tFsoIGEU67 .image-wrapper img {
  height: 480px;
  object-fit: cover;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-tFsoIGEU67 .image-wrapper img {
    height: 280px;
  }
}
.cid-tFsoIGEU67 .mbr-text {
  color: #000000;
}
.cid-tFsoIHvaG8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f9f9fc;
}
.cid-tFsoIHvaG8 .image-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
}
@media (max-width: 992px) {
  .cid-tFsoIHvaG8 .image-wrapper {
    height: auto;
  }
}
@media (max-width: 768px) {
  .cid-tFsoIHvaG8 .image-wrapper {
    margin-bottom: 30px;
  }
}
.cid-tFsoIHvaG8 .image-wrapper img {
  max-width: 520px;
  height: 640px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tFsoIHvaG8 .image-wrapper img {
    height: 457px;
  }
}
.cid-tFsoIHvaG8 .image-wrapper .mbr-description {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 353px;
  height: auto;
  padding: 55px 40px 55px;
  margin: 0;
  background-color: #1f242e;
}
@media (max-width: 1200px) {
  .cid-tFsoIHvaG8 .image-wrapper .mbr-description {
    width: 255px;
  }
}
@media (max-width: 768px) {
  .cid-tFsoIHvaG8 .image-wrapper .mbr-description {
    padding: 30px 20px;
  }
}
.cid-tFsoIHvaG8 .text {
  padding-left: 9%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tFsoIHvaG8 .text {
    padding: 0 12px;
  }
}
.cid-tFsoIHvaG8 .text .text-wrapper .mbr-section-subtitle {
  margin-bottom: 22px;
  letter-spacing: .13em;
}
@media (max-width: 768px) {
  .cid-tFsoIHvaG8 .text .text-wrapper .mbr-section-subtitle {
    margin-bottom: 7px;
  }
}
.cid-tFsoIHvaG8 .text .text-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-tFsoIHvaG8 .text .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tFsoIHvaG8 .text .list-wrapper {
  margin-top: 45px;
}
@media (max-width: 768px) {
  .cid-tFsoIHvaG8 .text .list-wrapper {
    margin-top: 20px;
  }
}
.cid-tFsoIHvaG8 .text .list-wrapper .list-item {
  padding: 27px 0;
  border-top: 1px solid #bbbbbb;
}
.cid-tFsoIHvaG8 .text .list-wrapper .list-item:first-child {
  padding-top: 0;
  border: none;
}
.cid-tFsoIHvaG8 .text .list-wrapper .list-item:last-child {
  padding-bottom: 0;
}
.cid-tFsoIHvaG8 .text .list-wrapper .list-item .mbr-number {
  margin: 0 15px 0 0;
  display: inline;
}
.cid-tFsoIHvaG8 .text .list-wrapper .list-item .mbr-list {
  margin: 0;
  display: inline;
}
.cid-tFsoIHvaG8 .mbr-section-btn {
  margin-top: 45px;
}
@media (max-width: 768px) {
  .cid-tFsoIHvaG8 .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-tFsoIHvaG8 .btn {
  height: 55px;
  min-width: 170px;
  box-shadow: none;
  margin-top: 0;
}
.cid-tFsoIHvaG8 .btn:hover {
  box-shadow: none;
}
.cid-tFsoIHvaG8 .mbr-description {
  color: #fafafa;
  text-align: center;
}
.cid-tFsoIHvaG8 .mbr-section-subtitle {
  color: #ffa41d;
}
.cid-tFsoIHvaG8 .mbr-section-title {
  color: #20232a;
}
.cid-tFsoIHvaG8 .mbr-text {
  color: #84858a;
}
.cid-tFsoIHvaG8 .mbr-number {
  color: #84858a;
}
.cid-tFsoIHvaG8 .mbr-list {
  color: #20232a;
}
.cid-tFsoIHvaG8 .mbr-section-title,
.cid-tFsoIHvaG8 .list-item,
.cid-tFsoIHvaG8 .mbr-section-btn {
  text-align: left;
}
.cid-tFsoIIxLqN {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tFsoIIxLqN img {
  display: inline;
  border: 8px solid #ffffff;
  border-radius: 25px;
}
.cid-tFsoIIxLqN .col-12 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
}
.cid-tFsoIIxLqN .first {
  transform: rotate(10deg);
  max-height: 317px;
  width: auto;
}
.cid-tFsoIIxLqN .second {
  transform: rotate(356deg);
  max-height: 390px;
  width: auto;
  z-index: 5;
}
.cid-tFsoIIxLqN .third {
  transform: rotate(5deg);
  max-height: 476px;
  width: auto;
  z-index: 10;
}
.cid-tFsoIIxLqN .fourth {
  transform: rotate(356deg);
  max-height: 390px;
  width: auto;
  z-index: 5;
}
.cid-tFsoIIxLqN .fifth {
  transform: rotate(350deg);
  max-height: 317px;
  width: auto;
}
@media (max-width: 1400px) {
  .cid-tFsoIIxLqN .first {
    max-height: 250px;
  }
  .cid-tFsoIIxLqN .second {
    max-height: 323px;
  }
  .cid-tFsoIIxLqN .third {
    max-height: 408px;
  }
  .cid-tFsoIIxLqN .fourth {
    max-height: 323px;
  }
  .cid-tFsoIIxLqN .fifth {
    max-height: 250px;
  }
}
@media (max-width: 1100px) {
  .cid-tFsoIIxLqN .first {
    max-height: 200px;
  }
  .cid-tFsoIIxLqN .second {
    max-height: 270px;
  }
  .cid-tFsoIIxLqN .third {
    max-height: 350px;
  }
  .cid-tFsoIIxLqN .fourth {
    max-height: 270px;
  }
  .cid-tFsoIIxLqN .fifth {
    max-height: 200px;
  }
}
@media (max-width: 900px) {
  .cid-tFsoIIxLqN .first {
    display: none;
  }
  .cid-tFsoIIxLqN .second {
    max-height: 323px;
  }
  .cid-tFsoIIxLqN .third {
    max-height: 408px;
  }
  .cid-tFsoIIxLqN .fourth {
    max-height: 323px;
  }
  .cid-tFsoIIxLqN .fifth {
    display: none;
  }
}
@media (max-width: 765px) {
  .cid-tFsoIIxLqN .second {
    max-height: 250px;
  }
  .cid-tFsoIIxLqN .third {
    max-height: 340px;
  }
  .cid-tFsoIIxLqN .fourth {
    max-height: 250px;
  }
}
@media (max-width: 650px) {
  .cid-tFsoIIxLqN .second {
    max-height: 180px;
  }
  .cid-tFsoIIxLqN .third {
    max-height: 270px;
  }
  .cid-tFsoIIxLqN .fourth {
    max-height: 180px;
  }
}
@media (max-width: 465px) {
  .cid-tFsoIIxLqN .second {
    display: none;
  }
  .cid-tFsoIIxLqN .third {
    max-height: initial;
    width: 90%;
  }
  .cid-tFsoIIxLqN .fourth {
    display: none;
  }
}
.cid-tWOxfx9tkJ {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background: #efefec;
  overflow: hidden;
}
.cid-tWOxfx9tkJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWOxfx9tkJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWOxfx9tkJ .row {
  position: relative;
  z-index: 10;
}
.cid-tWOxfx9tkJ .col-title {
  display: flex;
  align-items: flex-start;
  margin-bottom: 60px;
}
@media (max-width: 991px) {
  .cid-tWOxfx9tkJ .col-title {
    flex-wrap: wrap;
    margin-bottom: 40px;
  }
}
.cid-tWOxfx9tkJ .mbr-section-title {
  color: #2B2B2B;
  width: 65%;
  flex-grow: 1;
}
@media (max-width: 991px) {
  .cid-tWOxfx9tkJ .mbr-section-title {
    width: 100%;
    text-align: center !important;
  }
}
.cid-tWOxfx9tkJ .mbr-section-subtitle {
  color: #1b80e6;
  padding-left: 40px;
  width: 35%;
  margin-left: auto;
  text-align: right;
}
@media (max-width: 991px) {
  .cid-tWOxfx9tkJ .mbr-section-subtitle {
    width: 100%;
    text-align: center !important;
    padding-left: 0;
    margin-left: 0;
    margin-top: 20px;
  }
}
.cid-tWOxfx9tkJ .google-map {
  height: 350px;
  position: relative;
  padding: 0 20px;
}
.cid-tWOxfx9tkJ .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tWOxfx9tkJ .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tWOxfx9tkJ .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tWOxfx9tkJ .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tWOxfx9tkJ .col-text {
  display: flex;
  align-items: flex-start;
  margin-top: 40px;
}
@media (max-width: 991px) {
  .cid-tWOxfx9tkJ .col-text {
    flex-wrap: wrap;
    margin-top: 30px;
  }
}
.cid-tWOxfx9tkJ .mbr-text {
  color: #2B2B2B;
  width: 50%;
  margin-right: auto;
  padding-right: 40px;
}
@media (max-width: 991px) {
  .cid-tWOxfx9tkJ .mbr-text {
    width: 100%;
    padding-right: 0;
    margin-right: 0;
  }
}
.cid-tWOxfx9tkJ .mbr-place {
  color: #2B2B2B;
  width: 50%;
  margin-left: auto;
}
@media (max-width: 991px) {
  .cid-tWOxfx9tkJ .mbr-place {
    width: 100%;
    margin-left: 0;
    margin-top: 24px;
  }
}
.cid-tWOxfx9tkJ .container,
.cid-tWOxfx9tkJ .container-fluid {
  position: relative;
}
.cid-tWOxfx9tkJ .circle-blur {
  position: absolute;
  transform: translate(50%, -50%);
  display: block;
  width: 200px;
  height: 200px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 500px;
  opacity: .97;
  -webkit-filter: blur(50px) blur(50px);
  filter: blur(50px) blur(50px);
}
@media (max-width: 767px) {
  .cid-tWOxfx9tkJ .circle-blur {
    width: 200px;
    height: 200px;
  }
}
.cid-tWOxfx9tkJ .circle-blur1 {
  top: 10%;
  right: 50%;
  background-image: linear-gradient(132deg, #ffa41d 27%, #ffa41d 50%, #ffa41d 79%);
}
.cid-tWOxfx9tkJ .circle-blur2 {
  top: 13%;
  right: 40%;
  background-image: linear-gradient(132deg, #0057fc 27%, #0057fc 50%, #0057fc 79%);
}
.cid-tFsoIJuwUF {
  background-color: #f9f9fc;
}
.cid-tFsoIJuwUF .content {
  display: flex;
  height: 100px;
  justify-content: center;
  align-items: center;
}
.cid-tFsoIJuwUF .content img {
  width: 43px;
  height: 43px;
  object-fit: cover;
  margin-right: 15px;
}
.cid-tFsoIJuwUF .content p {
  margin: 0;
}
.cid-tFsoIJuwUF .mbr-text {
  color: #1f242e;
}
.cid-tFsoIKkgSW {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background: #ffffff;
}
.cid-tFsoIKkgSW .mbr-fallback-image.disabled {
  display: none;
}
.cid-tFsoIKkgSW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tFsoIKkgSW .container-fluid {
  padding: 0 22px;
}
@media (max-width: 992px) {
  .cid-tFsoIKkgSW .container-fluid {
    padding: 0 16px;
  }
}
.cid-tFsoIKkgSW .container-fluid .row {
  padding: 0;
}
.cid-tFsoIKkgSW .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 710px;
  max-width: 710px;
}
@media (max-width: 768px) {
  .cid-tFsoIKkgSW .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tFsoIKkgSW .embla__slide .card-wrap .item-wrapper .image-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 96px 80px;
  background-color: #ffc772;
}
@media (max-width: 992px) {
  .cid-tFsoIKkgSW .embla__slide .card-wrap .item-wrapper .image-wrap {
    padding: 20px;
  }
}
.cid-tFsoIKkgSW .embla__slide .card-wrap .item-wrapper .image-wrap img {
  height: 360px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tFsoIKkgSW .embla__slide .card-wrap .item-wrapper .image-wrap img {
    height: 280px;
  }
}
@media (max-width: 769px) {
  .cid-tFsoIKkgSW .embla__slide .card-wrap .item-wrapper .image-wrap img {
    height: 180px;
  }
}
.cid-tFsoIKkgSW .embla__button--next,
.cid-tFsoIKkgSW .embla__button--prev {
  display: flex;
}
.cid-tFsoIKkgSW .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: transparent;
  color: #000000;
  border: 2px solid #ffa41d;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tFsoIKkgSW .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tFsoIKkgSW .embla__button:hover {
  background: transparent;
  color: #000000;
  opacity: .5;
}
.cid-tFsoIKkgSW .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tFsoIKkgSW .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tFsoIKkgSW .embla__button {
    top: auto;
    bottom: 0;
  }
}
.cid-tFsoIKkgSW .embla {
  position: relative;
  width: 100%;
}
.cid-tFsoIKkgSW .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tFsoIKkgSW .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tFsoIKkgSW .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tFsoIKkgSW .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tFsoIM8k25 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ebebeb;
}
.cid-tFsoIM8k25 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tFsoIM8k25 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tFsoIM8k25 .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tFsoIM8k25 .container-fluid {
    padding: 0 30px;
  }
}
.cid-tFsoIM8k25 .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tFsoIM8k25 .container {
    padding: 0 30px;
  }
}
.cid-tFsoIM8k25 .text-wrap {
  display: flex;
  align-items: flex-end;
}
.cid-tFsoIM8k25 .text-wrap .text-wrapper {
  display: inline-flex;
  padding-top: 30px;
  border-top: 1px solid #000000;
  margin: 0 92px 40px 0;
  margin: 0 0 40px 92px;
}
@media (max-width: 1440px) {
  .cid-tFsoIM8k25 .text-wrap .text-wrapper {
    margin: 0 0 40px 40px;
  }
}
@media (max-width: 992px) {
  .cid-tFsoIM8k25 .text-wrap .text-wrapper {
    margin: 0 0 30px 0;
  }
}
@media (max-width: 1440px) {
  .cid-tFsoIM8k25 .text-wrap .text-wrapper {
    margin: 0 40px 40px 0;
  }
}
@media (max-width: 992px) {
  .cid-tFsoIM8k25 .text-wrap .text-wrapper {
    margin: 0 0 30px 0;
  }
}
.cid-tFsoIM8k25 .text-wrap .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tFsoIM8k25 .text-wrap .text-wrapper .mbr-iconfont {
  font-size: 22px;
  margin-right: 24px;
  color: #ffa41d;
}
.cid-tFsoIM8k25 .image-wrapper img {
  height: 480px;
  object-fit: cover;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-tFsoIM8k25 .image-wrapper img {
    height: 280px;
  }
}
.cid-tFsoIM8k25 .mbr-text {
  color: #000000;
}
.cid-tFPLPqHSJg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f0f0f5;
}
.cid-tFPLPqHSJg .video-wrapper iframe {
  width: 100%;
}
.cid-tFPLPqHSJg .mbr-section-title,
.cid-tFPLPqHSJg .mbr-section-subtitle,
.cid-tFPLPqHSJg .mbr-text {
  text-align: center;
}
.cid-tFPLPqHSJg .mbr-section-subtitle {
  margin-bottom: 22px;
  letter-spacing: .13em;
  color: #FF4712;
  text-align: center;
}
.cid-tFPLPqHSJg .mbr-section-title {
  margin-bottom: 14px;
  color: #20232a;
  text-align: center;
}
.cid-tFPLPqHSJg .mbr-text {
  margin-bottom: 0;
  color: #65676c;
}
.cid-tFPLPqHSJg .mbr-section-head {
  margin-bottom: 45px;
}
.cid-tFsoIPrTNm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ebebeb;
}
.cid-tFsoIPrTNm .mbr-fallback-image.disabled {
  display: none;
}
.cid-tFsoIPrTNm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tFsoIPrTNm .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tFsoIPrTNm .container-fluid {
    padding: 0 30px;
  }
}
.cid-tFsoIPrTNm .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tFsoIPrTNm .container {
    padding: 0 30px;
  }
}
.cid-tFsoIPrTNm .text-wrap {
  display: flex;
  align-items: flex-end;
}
.cid-tFsoIPrTNm .text-wrap .text-wrapper {
  display: inline-flex;
  padding-top: 30px;
  border-top: 1px solid #000000;
  margin: 0 92px 40px 0;
  margin: 0 0 40px 92px;
}
@media (max-width: 1440px) {
  .cid-tFsoIPrTNm .text-wrap .text-wrapper {
    margin: 0 0 40px 40px;
  }
}
@media (max-width: 992px) {
  .cid-tFsoIPrTNm .text-wrap .text-wrapper {
    margin: 0 0 30px 0;
  }
}
@media (max-width: 1440px) {
  .cid-tFsoIPrTNm .text-wrap .text-wrapper {
    margin: 0 40px 40px 0;
  }
}
@media (max-width: 992px) {
  .cid-tFsoIPrTNm .text-wrap .text-wrapper {
    margin: 0 0 30px 0;
  }
}
.cid-tFsoIPrTNm .text-wrap .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tFsoIPrTNm .text-wrap .text-wrapper .mbr-iconfont {
  font-size: 22px;
  margin-right: 24px;
  color: #ffa41d;
}
.cid-tFsoIPrTNm .image-wrapper img {
  height: 480px;
  object-fit: cover;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-tFsoIPrTNm .image-wrapper img {
    height: 280px;
  }
}
.cid-tFsoIPrTNm .mbr-text {
  color: #000000;
}
.cid-tFsoITAvFg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ebebeb;
}
.cid-tFsoITAvFg .mbr-fallback-image.disabled {
  display: none;
}
.cid-tFsoITAvFg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tFsoITAvFg .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tFsoITAvFg .container-fluid {
    padding: 0 30px;
  }
}
.cid-tFsoITAvFg .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tFsoITAvFg .container {
    padding: 0 30px;
  }
}
.cid-tFsoITAvFg .text-wrap {
  display: flex;
  align-items: flex-end;
}
.cid-tFsoITAvFg .text-wrap .text-wrapper {
  display: inline-flex;
  padding-top: 30px;
  border-top: 1px solid #000000;
  margin: 0 92px 40px 0;
}
@media (max-width: 1440px) {
  .cid-tFsoITAvFg .text-wrap .text-wrapper {
    margin: 0 40px 40px 0;
  }
}
@media (max-width: 992px) {
  .cid-tFsoITAvFg .text-wrap .text-wrapper {
    margin: 0 0 30px 0;
  }
}
.cid-tFsoITAvFg .text-wrap .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tFsoITAvFg .text-wrap .text-wrapper .mbr-iconfont {
  font-size: 22px;
  margin-right: 24px;
  color: #ffa41d;
}
.cid-tFsoITAvFg .image-wrapper img {
  height: 480px;
  object-fit: cover;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-tFsoITAvFg .image-wrapper img {
    height: 280px;
  }
}
.cid-tFsoITAvFg .mbr-text {
  color: #000000;
}
.cid-tFsoIUMOBX {
  background-color: #ffffff;
}
.cid-tFsoIUMOBX .content {
  display: flex;
  height: 100px;
  justify-content: center;
  align-items: center;
}
.cid-tFsoIUMOBX .content img {
  width: 43px;
  height: 43px;
  object-fit: cover;
  margin-right: 15px;
}
.cid-tFsoIUMOBX .content p {
  margin: 0;
}
.cid-tFsoIUMOBX .mbr-text {
  color: #ffffff;
}
.cid-tFsoIVVX9L {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #1b2028;
}
.cid-tFsoIVVX9L .mbr-fallback-image.disabled {
  display: none;
}
.cid-tFsoIVVX9L .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tFsoIVVX9L .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-tFsoIVVX9L .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-tFsoIVVX9L .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-tFsoIVVX9L .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-tFsoIVVX9L .container {
    max-width: 100%;
  }
  .cid-tFsoIVVX9L .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-tFsoIVVX9L .item-wrap {
  width: 100%;
}
.cid-tFsoIVVX9L .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-tFsoIVVX9L .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tFsoIVVX9L .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tFsoIVVX9L .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tFsoIVVX9L .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-tFsoIVVX9L .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tFsoIVVX9L .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-tFsoIVVX9L .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-tFsoIVVX9L .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1f242e, #171a21);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-tFsoIVVX9L .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-tFsoIVVX9L .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #ffa41d;
}
.cid-tFsoIVVX9L .soc-item:hover {
  transform: translateY(-3px);
}
.cid-tFsoIVVX9L .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tFsoIVVX9L .col-links {
    padding-top: 20px;
  }
}
.cid-tFsoIVVX9L .mbr-section-subtitle {
  color: #ffa41d;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .cid-tFsoIVVX9L .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-tFsoIVVX9L .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #C4CFDE;
  transition: 0.4s all;
}
@media (max-width: 575px) {
  .cid-tFsoIVVX9L .list {
    text-align: center !important;
  }
}
.cid-tFsoIVVX9L .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-tFsoIVVX9L .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-tFsoIVVX9L .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-tFsoIVVX9L .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ffa41d;
  transition: 0.4s all;
}
.cid-tFsoIVVX9L .list a:hover {
  color: #ffa41d !important;
  line-height: inherit !important;
}
.cid-tFsoIVVX9L .list a:hover:before {
  width: 100%;
}
.cid-tFsoIVVX9L .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-tFsoIVVX9L .col-copyright {
    padding-top: 40px;
  }
}
.cid-tFsoIVVX9L .border-item {
  width: 100%;
  height: 1px;
  background-color: #ffa41d;
}
.cid-tFsoIVVX9L .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
.cid-tFPXE5csks .navbar-dropdown {
  position: relative !important;
}
.cid-tFPXE5csks .navbar-dropdown {
  position: absolute !important;
}
.cid-tFPXE5csks .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-tFPXE5csks .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tFPXE5csks .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tFPXE5csks .dropdown-item:hover,
.cid-tFPXE5csks .dropdown-item:focus {
  background: #ffa41d !important;
  color: white !important;
}
.cid-tFPXE5csks .dropdown-item:hover span {
  color: white;
}
.cid-tFPXE5csks .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tFPXE5csks .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tFPXE5csks .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tFPXE5csks .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tFPXE5csks .nav-link {
  position: relative;
}
.cid-tFPXE5csks .container {
  display: flex;
  margin: auto;
}
.cid-tFPXE5csks .iconfont-wrapper {
  color: #ffa41d !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tFPXE5csks .navbar-nav .nav-item {
  margin: 10px 14px !important;
}
.cid-tFPXE5csks .navbar-nav .nav-item .nav-link {
  margin: 5px 10px !important;
  padding: 0 !important;
  transition: 0.3s all;
  opacity: 0.5;
}
.cid-tFPXE5csks .navbar-nav .nav-item .nav-link:hover,
.cid-tFPXE5csks .navbar-nav .nav-item .nav-link:focus,
.cid-tFPXE5csks .navbar-nav .nav-item .nav-link:active {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-tFPXE5csks .dropdown-menu,
.cid-tFPXE5csks .navbar.opened {
  background: #1f242e !important;
}
.cid-tFPXE5csks .nav-item:focus,
.cid-tFPXE5csks .nav-link:focus {
  outline: none;
}
.cid-tFPXE5csks .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tFPXE5csks .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tFPXE5csks .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tFPXE5csks .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tFPXE5csks .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tFPXE5csks .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tFPXE5csks .navbar {
  min-height: 122px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  padding: 0 !important;
  box-shadow: none !important;
  background: #1f242e;
  background: rgba(31, 36, 46, 0.3);
}
.cid-tFPXE5csks .navbar:not(.navbar-short) {
  border-bottom: none;
}
.cid-tFPXE5csks .navbar.opened {
  transition: all 0.3s;
}
.cid-tFPXE5csks .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tFPXE5csks .navbar .navbar-logo img {
  width: auto;
}
.cid-tFPXE5csks .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tFPXE5csks .navbar.collapsed {
  justify-content: center;
}
.cid-tFPXE5csks .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tFPXE5csks .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tFPXE5csks .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.5rem);
  }
}
.cid-tFPXE5csks .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tFPXE5csks .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tFPXE5csks .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tFPXE5csks .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tFPXE5csks .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tFPXE5csks .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tFPXE5csks .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tFPXE5csks .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tFPXE5csks .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tFPXE5csks .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tFPXE5csks .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tFPXE5csks .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tFPXE5csks .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tFPXE5csks .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tFPXE5csks .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tFPXE5csks .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tFPXE5csks .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tFPXE5csks .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tFPXE5csks .navbar.navbar-short {
  min-height: 90px;
}
.cid-tFPXE5csks .navbar.navbar-short .navbar-logo img {
  height: 4.2rem !important;
}
.cid-tFPXE5csks .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
@media (max-width: 575px) {
  .cid-tFPXE5csks .navbar {
    min-height: 80px;
  }
}
.cid-tFPXE5csks .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  padding-right: 15px;
  padding-left: 15px;
}
.cid-tFPXE5csks .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tFPXE5csks .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 575px) {
  .cid-tFPXE5csks .navbar-brand {
    min-height: 69px;
  }
}
.cid-tFPXE5csks .dropdown-item.active,
.cid-tFPXE5csks .dropdown-item:active {
  background-color: transparent;
}
.cid-tFPXE5csks .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tFPXE5csks .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tFPXE5csks .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tFPXE5csks .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1f242e;
}
.cid-tFPXE5csks .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tFPXE5csks .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tFPXE5csks ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tFPXE5csks .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tFPXE5csks button.navbar-toggler {
  display: none;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #171a21, #272c30);
  outline: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-tFPXE5csks button.navbar-toggler:hover {
  transform: scale(1.1);
}
.cid-tFPXE5csks button.navbar-toggler .hamburger {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-tFPXE5csks button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #f9f9fc;
}
.cid-tFPXE5csks button.navbar-toggler .hamburger span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-tFPXE5csks button.navbar-toggler .hamburger span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-tFPXE5csks button.navbar-toggler .hamburger span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-tFPXE5csks button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tFPXE5csks nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tFPXE5csks nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tFPXE5csks nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tFPXE5csks nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tFPXE5csks .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tFPXE5csks a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tFPXE5csks .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-tFPXE5csks .navbar {
    height: 70px;
  }
  .cid-tFPXE5csks .navbar.opened {
    height: auto;
  }
  .cid-tFPXE5csks .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tFPXE5csks .navbar-short {
  min-height: 90px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
  background: #1f242e;
  background: rgba(31, 36, 46, 0.3);
}
@media (max-width: 575px) {
  .cid-tFPXE5csks .navbar-short {
    min-height: 70px;
  }
}
.cid-tFPXE5csks .container-fluid {
  padding: 0 64px;
}
@media (max-width: 1599px) {
  .cid-tFPXE5csks .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .cid-tFPXE5csks .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .cid-tFPXE5csks .container-fluid {
    padding: 0 3px;
  }
}
.cid-tFPXE5csks .navbar-collapse {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-tFPXE5csks .mbr-section-btn .btn {
  padding: 15px 35px;
}
@media (min-width: 992px) {
  .cid-tFPXE5csks .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-tFPXE5csks .container-fluid {
  flex-wrap: wrap;
}
.cid-tFPXE5csks button.navbar-toggler {
  display: flex;
}
.cid-tFPXE5csks .navbar-brand {
  width: auto !important;
}
.cid-tFPXE5csks .navbar-collapse {
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.cid-tFPXE5csks .navbar-collapse .nav-item {
  margin: 8px 0 !important;
}
.cid-tFPXE5csks .navbar-collapse .nav-item .nav-link {
  margin: 0 !important;
  padding: 0 !important;
  transition: 0.3s all;
  opacity: 1;
  justify-content: left;
}
.cid-tFPXE5csks .navbar-collapse .nav-item .nav-link:hover {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-tFPXE5csks .icons-menu {
  margin-top: 10px;
  justify-content: left;
}
.cid-tFPXE5csks .navbar-buttons {
  margin-top: 20px;
  text-align: left;
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
@media (max-width: 991px) {
  .cid-tFPXE5csks .container-fluid {
    flex-wrap: wrap;
  }
  .cid-tFPXE5csks button.navbar-toggler {
    display: flex;
  }
  .cid-tFPXE5csks .navbar-brand {
    width: auto !important;
  }
  .cid-tFPXE5csks .navbar-collapse {
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
  .cid-tFPXE5csks .navbar-collapse .nav-item {
    margin: 8px 0 !important;
  }
  .cid-tFPXE5csks .navbar-collapse .nav-item .nav-link {
    margin: 0 !important;
    padding: 0 !important;
    transition: 0.3s all;
    opacity: 1;
    justify-content: left;
  }
  .cid-tFPXE5csks .navbar-collapse .nav-item .nav-link:hover {
    opacity: 1;
    color: #FFFFFF !important;
  }
  .cid-tFPXE5csks .icons-menu {
    margin-top: 10px;
    justify-content: left;
  }
  .cid-tFPXE5csks .navbar-buttons {
    margin-top: 20px;
    text-align: left;
    margin-left: -0.6rem;
    margin-right: -0.6rem;
  }
}
.cid-tFPXE7dFtj {
  padding-top: 10rem;
  padding-bottom: 9rem;
  background-image: url("../../../assets/images/dsc05716-2000x1114.jpg");
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 650px;
}
.cid-tFPXE7dFtj .mbr-fallback-image.disabled {
  display: none;
}
.cid-tFPXE7dFtj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1024px) {
  .cid-tFPXE7dFtj {
    min-height: 750px;
  }
}
.cid-tFPXE7dFtj .mbr-section-title {
  color: #ffffff;
}
.cid-tFPXE7dFtj .mbr-section-subtitle {
  color: #FFFFFF;
  margin-top: 16px;
}
.cid-tFPXE7dFtj .mbr-text {
  color: #FFFFFF;
  margin-top: 16px;
}
.cid-tFPXE7dFtj .mbr-section-btn {
  margin-top: 18px;
}
.cid-tFPXE7dFtj .mbr-text,
.cid-tFPXE7dFtj .mbr-section-btn {
  color: #ffa41d;
}
.cid-tRrFAIiR2j {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #f9f9fc;
}
.cid-tRrFAIiR2j .mbr-section-subtitle {
  margin-bottom: 22px;
  letter-spacing: .13em;
  color: #23272b;
}
@media (max-width: 768px) {
  .cid-tRrFAIiR2j .mbr-section-subtitle {
    margin-bottom: 8px;
  }
}
.cid-tRrFAIiR2j .mbr-section-title {
  margin-bottom: 0;
  color: #20232a;
}
@media (max-width: 768px) {
  .cid-tRrFAIiR2j .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-tRrFAIiR2j .mbr-text {
  padding-top: 10px;
  margin-bottom: 0;
  color: #84858a;
}
@media (max-width: 768px) {
  .cid-tRrFAIiR2j .mbr-text {
    padding: 0;
  }
}
.cid-tFPXEdUywP {
  background-image: url("../../../assets/images/dsc05544-2000x1127.jpg");
}
.cid-tFPXEdUywP .mbr-fallback-image.disabled {
  display: none;
}
.cid-tFPXEdUywP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tFPXEdUywP .container-fluid {
  padding: 0 16px;
}
@media (max-width: 991px) {
  .cid-tFPXEdUywP .container-fluid {
    padding: 0 12px;
  }
}
.cid-tFPXEdUywP .row {
  margin-top: -3px;
  display: flex;
  justify-content: center;
  padding: 64px 28px;
  overflow: hidden;
  position: relative;
}
@media (max-width: 992px) {
  .cid-tFPXEdUywP .row {
    padding: 48px 20px;
  }
}
.cid-tFPXEdUywP .row:before {
  content: '';
  position: absolute;
  top: 8rem;
  width: 200vh;
  height: 300px;
  display: block;
  background-color: transparent;
  border: 5px solid #ffa41d;
  border-radius: 100%;
}
.cid-tFPXEdUywP .card {
  border-right: 0;
  transform: rotate(17deg);
}
@media (max-width: 992px) {
  .cid-tFPXEdUywP .card {
    margin: 0 !important;
  }
}
.cid-tFPXEdUywP .card:nth-child(2) {
  transform: rotate(347deg);
  margin-top: 5rem;
}
.cid-tFPXEdUywP .card:last-child {
  transform: rotate(1deg);
  margin-left: -3rem;
  margin-top: -2.5rem;
}
.cid-tFPXEdUywP .card .image-wrapper {
  padding: 20px;
  border-radius: 16px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-tFPXEdUywP .card .image-wrapper {
    margin-bottom: 48px;
  }
}
.cid-tFPXEdUywP .card .image-wrapper img {
  height: 300px;
  object-fit: cover;
}
.cid-tFPXEdUywP .card .image-wrapper .mbr-text {
  margin-bottom: 0;
  margin-top: 10px;
}
.cid-tFPXEdUywP .mbr-text {
  color: #07553B;
}
.cid-tFPXEfBFBn {
  background-color: #f9f9fc;
}
.cid-tFPXEfBFBn .content {
  display: flex;
  height: 100px;
  justify-content: center;
  align-items: center;
}
.cid-tFPXEfBFBn .content img {
  width: 43px;
  height: 43px;
  object-fit: cover;
  margin-right: 15px;
}
.cid-tFPXEfBFBn .content p {
  margin: 0;
}
.cid-tFPXEfBFBn .mbr-text {
  color: #ffffff;
}
.cid-tFPXEhnSKe {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/dsc05540-2000x1127.jpg");
}
.cid-tFPXEhnSKe .mbr-fallback-image.disabled {
  display: none;
}
.cid-tFPXEhnSKe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tFPXEhnSKe .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-tFPXEhnSKe .container-fluid {
    padding: 0 20px;
  }
}
.cid-tFPXEhnSKe .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tFPXEhnSKe .container {
    padding: 0 20px;
  }
}
.cid-tFPXEhnSKe .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-tFPXEhnSKe .title-wrapper .mbr-desc {
  margin: 0;
}
.cid-tFPXEhnSKe .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-tFPXEhnSKe .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-tFPXEiYZkm {
  background-color: #f9f9fc;
}
.cid-tFPXEiYZkm .content {
  display: flex;
  height: 100px;
  justify-content: center;
  align-items: center;
}
.cid-tFPXEiYZkm .content img {
  width: 43px;
  height: 43px;
  object-fit: cover;
  margin-right: 15px;
}
.cid-tFPXEiYZkm .content p {
  margin: 0;
}
.cid-tFPXEiYZkm .mbr-text {
  color: #ffffff;
}
.cid-tFPXEkDfxD {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ebebeb;
}
.cid-tFPXEkDfxD .mbr-fallback-image.disabled {
  display: none;
}
.cid-tFPXEkDfxD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tFPXEkDfxD .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tFPXEkDfxD .container-fluid {
    padding: 0 30px;
  }
}
.cid-tFPXEkDfxD .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tFPXEkDfxD .container {
    padding: 0 30px;
  }
}
.cid-tFPXEkDfxD .text-wrap {
  display: flex;
  align-items: flex-end;
}
.cid-tFPXEkDfxD .text-wrap .text-wrapper {
  display: inline-flex;
  padding-top: 30px;
  border-top: 1px solid #000000;
  margin: 0 92px 40px 0;
  margin: 0 0 40px 92px;
}
@media (max-width: 1440px) {
  .cid-tFPXEkDfxD .text-wrap .text-wrapper {
    margin: 0 0 40px 40px;
  }
}
@media (max-width: 992px) {
  .cid-tFPXEkDfxD .text-wrap .text-wrapper {
    margin: 0 0 30px 0;
  }
}
@media (max-width: 1440px) {
  .cid-tFPXEkDfxD .text-wrap .text-wrapper {
    margin: 0 40px 40px 0;
  }
}
@media (max-width: 992px) {
  .cid-tFPXEkDfxD .text-wrap .text-wrapper {
    margin: 0 0 30px 0;
  }
}
.cid-tFPXEkDfxD .text-wrap .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tFPXEkDfxD .text-wrap .text-wrapper .mbr-iconfont {
  font-size: 22px;
  margin-right: 24px;
  color: #ffa41d;
}
.cid-tFPXEkDfxD .image-wrapper img {
  height: 480px;
  object-fit: cover;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-tFPXEkDfxD .image-wrapper img {
    height: 280px;
  }
}
.cid-tFPXEkDfxD .mbr-text {
  color: #000000;
}
.cid-tFPXEmdu5n {
  background-color: #f9f9fc;
}
.cid-tFPXEmdu5n .content {
  display: flex;
  height: 100px;
  justify-content: center;
  align-items: center;
}
.cid-tFPXEmdu5n .content img {
  width: 43px;
  height: 43px;
  object-fit: cover;
  margin-right: 15px;
}
.cid-tFPXEmdu5n .content p {
  margin: 0;
}
.cid-tFPXEmdu5n .mbr-text {
  color: #1f242e;
}
.cid-tFPXEnWglq {
  background-color: #23272b;
}
.cid-tFPXEnWglq .mbr-fallback-image.disabled {
  display: none;
}
.cid-tFPXEnWglq .pb {
  padding-bottom: 2rem;
}
@media (min-width: 1600px) {
  .cid-tFPXEnWglq .col-lg-6 {
    padding: 0 2rem;
  }
  .cid-tFPXEnWglq .pb {
    padding-bottom: 5rem;
  }
  .cid-tFPXEnWglq .container-fluid {
    padding: 0 3rem !important;
    margin: 0;
  }
}
@media (max-width: 992px) {
  .cid-tFPXEnWglq .md-pb {
    padding-bottom: 2rem;
  }
}
.cid-tFPXEnWglq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tFPXEnWglq .row {
  flex-direction: row-reverse;
}
.cid-tFPXEnWglq img {
  width: 100%;
}
.cid-tFPXEnWglq .mbr-text {
  color: #ffffff;
}
.cid-tFPXEqabdj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f9f9fc;
}
.cid-tFPXEqabdj .mbr-fallback-image.disabled {
  display: none;
}
.cid-tFPXEqabdj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tFPXEqabdj .container,
.cid-tFPXEqabdj .container-fluid {
  position: relative;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tFPXEqabdj .container,
  .cid-tFPXEqabdj .container-fluid {
    padding: 0 20px;
  }
}
.cid-tFPXEqabdj .row {
  position: relative;
  justify-content: center;
  padding: 50px 10px;
  overflow: hidden;
  margin: 0;
  border: 1px solid #ffa41d;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-tFPXEqabdj .row {
    padding: 85px 4px;
  }
}
.cid-tFPXEqabdj .image-wrapper img {
  height: 375px;
  object-fit: cover;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-tFPXEqabdj .image-wrapper img {
    height: 280px;
  }
}
.cid-tFPXErrs63 {
  background-color: #ffa41d;
}
.cid-tFPXErrs63 .content {
  display: flex;
  height: 100px;
  justify-content: center;
  align-items: center;
}
.cid-tFPXErrs63 .content img {
  width: 43px;
  height: 43px;
  object-fit: cover;
  margin-right: 15px;
}
.cid-tFPXErrs63 .content p {
  margin: 0;
}
.cid-tFPXErrs63 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-tFRhQoB8dq {
  background: #f9f9fc;
  padding-top: 45px;
  padding-bottom: 45px;
}
.cid-tFRhQoB8dq .image-block {
  margin: auto;
  height: 550px;
  overflow: hidden;
  position: relative;
  border-radius: 1rem;
}
.cid-tFRhQoB8dq .image-block:hover img {
  transform: scale(1.1);
}
.cid-tFRhQoB8dq .wrap {
  position: absolute;
  top: 0;
  width: 100%;
  padding: 2rem;
  transition: all 0.3s;
  z-index: 3;
}
.cid-tFRhQoB8dq img {
  width: 100%;
  height: 100%;
  transition: all 2s;
  object-fit: cover;
  border-radius: 1rem;
}
@media (max-width: 992px) {
  .cid-tFRhQoB8dq .image-block {
    height: 400px;
  }
}
@media (max-width: 767px) {
  .cid-tFRhQoB8dq .wrap {
    opacity: 1 !important;
  }
  .cid-tFRhQoB8dq .image-block:before {
    opacity: 0.2 !important;
  }
  .cid-tFRhQoB8dq .sm-pb {
    margin-bottom: 1rem;
  }
}
.cid-tFRhQoB8dq P {
  color: #ffa41d;
}
.cid-tFPXEwUY9x {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f9f9fc;
}
.cid-tFPXEwUY9x .image-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
}
@media (max-width: 992px) {
  .cid-tFPXEwUY9x .image-wrapper {
    height: auto;
  }
}
@media (max-width: 768px) {
  .cid-tFPXEwUY9x .image-wrapper {
    margin-bottom: 30px;
  }
}
.cid-tFPXEwUY9x .image-wrapper img {
  max-width: 520px;
  height: 640px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tFPXEwUY9x .image-wrapper img {
    height: 457px;
  }
}
.cid-tFPXEwUY9x .image-wrapper .mbr-description {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 353px;
  height: auto;
  padding: 55px 40px 55px;
  margin: 0;
  background-color: #1f242e;
}
@media (max-width: 1200px) {
  .cid-tFPXEwUY9x .image-wrapper .mbr-description {
    width: 255px;
  }
}
@media (max-width: 768px) {
  .cid-tFPXEwUY9x .image-wrapper .mbr-description {
    padding: 30px 20px;
  }
}
.cid-tFPXEwUY9x .text {
  padding-left: 9%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tFPXEwUY9x .text {
    padding: 0 12px;
  }
}
.cid-tFPXEwUY9x .text .text-wrapper .mbr-section-subtitle {
  margin-bottom: 22px;
  letter-spacing: .13em;
}
@media (max-width: 768px) {
  .cid-tFPXEwUY9x .text .text-wrapper .mbr-section-subtitle {
    margin-bottom: 7px;
  }
}
.cid-tFPXEwUY9x .text .text-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-tFPXEwUY9x .text .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tFPXEwUY9x .text .list-wrapper {
  margin-top: 45px;
}
@media (max-width: 768px) {
  .cid-tFPXEwUY9x .text .list-wrapper {
    margin-top: 20px;
  }
}
.cid-tFPXEwUY9x .text .list-wrapper .list-item {
  padding: 27px 0;
  border-top: 1px solid #bbbbbb;
}
.cid-tFPXEwUY9x .text .list-wrapper .list-item:first-child {
  padding-top: 0;
  border: none;
}
.cid-tFPXEwUY9x .text .list-wrapper .list-item:last-child {
  padding-bottom: 0;
}
.cid-tFPXEwUY9x .text .list-wrapper .list-item .mbr-number {
  margin: 0 15px 0 0;
  display: inline;
}
.cid-tFPXEwUY9x .text .list-wrapper .list-item .mbr-list {
  margin: 0;
  display: inline;
}
.cid-tFPXEwUY9x .mbr-section-btn {
  margin-top: 45px;
}
@media (max-width: 768px) {
  .cid-tFPXEwUY9x .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-tFPXEwUY9x .btn {
  height: 55px;
  min-width: 170px;
  box-shadow: none;
  margin-top: 0;
}
.cid-tFPXEwUY9x .btn:hover {
  box-shadow: none;
}
.cid-tFPXEwUY9x .mbr-description {
  color: #fafafa;
  text-align: center;
}
.cid-tFPXEwUY9x .mbr-section-subtitle {
  color: #ffa41d;
}
.cid-tFPXEwUY9x .mbr-section-title {
  color: #20232a;
}
.cid-tFPXEwUY9x .mbr-text {
  color: #84858a;
}
.cid-tFPXEwUY9x .mbr-number {
  color: #84858a;
}
.cid-tFPXEwUY9x .mbr-list {
  color: #20232a;
}
.cid-tFPXEwUY9x .mbr-section-title,
.cid-tFPXEwUY9x .list-item,
.cid-tFPXEwUY9x .mbr-section-btn {
  text-align: left;
}
.cid-tFPXEzq43P {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tFPXEzq43P img {
  display: inline;
  border: 8px solid #ffffff;
  border-radius: 25px;
}
.cid-tFPXEzq43P .col-12 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
}
.cid-tFPXEzq43P .first {
  transform: rotate(10deg);
  max-height: 317px;
  width: auto;
}
.cid-tFPXEzq43P .second {
  transform: rotate(356deg);
  max-height: 390px;
  width: auto;
  z-index: 5;
}
.cid-tFPXEzq43P .third {
  transform: rotate(5deg);
  max-height: 476px;
  width: auto;
  z-index: 10;
}
.cid-tFPXEzq43P .fourth {
  transform: rotate(356deg);
  max-height: 390px;
  width: auto;
  z-index: 5;
}
.cid-tFPXEzq43P .fifth {
  transform: rotate(350deg);
  max-height: 317px;
  width: auto;
}
@media (max-width: 1400px) {
  .cid-tFPXEzq43P .first {
    max-height: 250px;
  }
  .cid-tFPXEzq43P .second {
    max-height: 323px;
  }
  .cid-tFPXEzq43P .third {
    max-height: 408px;
  }
  .cid-tFPXEzq43P .fourth {
    max-height: 323px;
  }
  .cid-tFPXEzq43P .fifth {
    max-height: 250px;
  }
}
@media (max-width: 1100px) {
  .cid-tFPXEzq43P .first {
    max-height: 200px;
  }
  .cid-tFPXEzq43P .second {
    max-height: 270px;
  }
  .cid-tFPXEzq43P .third {
    max-height: 350px;
  }
  .cid-tFPXEzq43P .fourth {
    max-height: 270px;
  }
  .cid-tFPXEzq43P .fifth {
    max-height: 200px;
  }
}
@media (max-width: 900px) {
  .cid-tFPXEzq43P .first {
    display: none;
  }
  .cid-tFPXEzq43P .second {
    max-height: 323px;
  }
  .cid-tFPXEzq43P .third {
    max-height: 408px;
  }
  .cid-tFPXEzq43P .fourth {
    max-height: 323px;
  }
  .cid-tFPXEzq43P .fifth {
    display: none;
  }
}
@media (max-width: 765px) {
  .cid-tFPXEzq43P .second {
    max-height: 250px;
  }
  .cid-tFPXEzq43P .third {
    max-height: 340px;
  }
  .cid-tFPXEzq43P .fourth {
    max-height: 250px;
  }
}
@media (max-width: 650px) {
  .cid-tFPXEzq43P .second {
    max-height: 180px;
  }
  .cid-tFPXEzq43P .third {
    max-height: 270px;
  }
  .cid-tFPXEzq43P .fourth {
    max-height: 180px;
  }
}
@media (max-width: 465px) {
  .cid-tFPXEzq43P .second {
    display: none;
  }
  .cid-tFPXEzq43P .third {
    max-height: initial;
    width: 90%;
  }
  .cid-tFPXEzq43P .fourth {
    display: none;
  }
}
.cid-tFPXEBjI76 {
  background-color: #f9f9fc;
}
.cid-tFPXEBjI76 .content {
  display: flex;
  height: 100px;
  justify-content: center;
  align-items: center;
}
.cid-tFPXEBjI76 .content img {
  width: 43px;
  height: 43px;
  object-fit: cover;
  margin-right: 15px;
}
.cid-tFPXEBjI76 .content p {
  margin: 0;
}
.cid-tFPXEBjI76 .mbr-text {
  color: #1f242e;
}
.cid-tWs7zreySw {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background: #efefec;
  overflow: hidden;
}
.cid-tWs7zreySw .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWs7zreySw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWs7zreySw .row {
  position: relative;
  z-index: 10;
}
.cid-tWs7zreySw .col-title {
  display: flex;
  align-items: flex-start;
  margin-bottom: 60px;
}
@media (max-width: 991px) {
  .cid-tWs7zreySw .col-title {
    flex-wrap: wrap;
    margin-bottom: 40px;
  }
}
.cid-tWs7zreySw .mbr-section-title {
  color: #2B2B2B;
  width: 65%;
  flex-grow: 1;
}
@media (max-width: 991px) {
  .cid-tWs7zreySw .mbr-section-title {
    width: 100%;
    text-align: center !important;
  }
}
.cid-tWs7zreySw .mbr-section-subtitle {
  color: #1b80e6;
  padding-left: 40px;
  width: 35%;
  margin-left: auto;
  text-align: right;
}
@media (max-width: 991px) {
  .cid-tWs7zreySw .mbr-section-subtitle {
    width: 100%;
    text-align: center !important;
    padding-left: 0;
    margin-left: 0;
    margin-top: 20px;
  }
}
.cid-tWs7zreySw .google-map {
  height: 350px;
  position: relative;
  padding: 0 20px;
}
.cid-tWs7zreySw .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tWs7zreySw .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tWs7zreySw .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tWs7zreySw .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tWs7zreySw .col-text {
  display: flex;
  align-items: flex-start;
  margin-top: 40px;
}
@media (max-width: 991px) {
  .cid-tWs7zreySw .col-text {
    flex-wrap: wrap;
    margin-top: 30px;
  }
}
.cid-tWs7zreySw .mbr-text {
  color: #2B2B2B;
  width: 50%;
  margin-right: auto;
  padding-right: 40px;
}
@media (max-width: 991px) {
  .cid-tWs7zreySw .mbr-text {
    width: 100%;
    padding-right: 0;
    margin-right: 0;
  }
}
.cid-tWs7zreySw .mbr-place {
  color: #2B2B2B;
  width: 50%;
  margin-left: auto;
}
@media (max-width: 991px) {
  .cid-tWs7zreySw .mbr-place {
    width: 100%;
    margin-left: 0;
    margin-top: 24px;
  }
}
.cid-tWs7zreySw .container,
.cid-tWs7zreySw .container-fluid {
  position: relative;
}
.cid-tWs7zreySw .circle-blur {
  position: absolute;
  transform: translate(50%, -50%);
  display: block;
  width: 200px;
  height: 200px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 500px;
  opacity: .97;
  -webkit-filter: blur(50px) blur(50px);
  filter: blur(50px) blur(50px);
}
@media (max-width: 767px) {
  .cid-tWs7zreySw .circle-blur {
    width: 200px;
    height: 200px;
  }
}
.cid-tWs7zreySw .circle-blur1 {
  top: 10%;
  right: 50%;
  background-image: linear-gradient(132deg, #ffa41d 27%, #ffa41d 50%, #ffa41d 79%);
}
.cid-tWs7zreySw .circle-blur2 {
  top: 13%;
  right: 40%;
  background-image: linear-gradient(132deg, #0057fc 27%, #0057fc 50%, #0057fc 79%);
}
.cid-tFPXEH4P0v {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ebebeb;
}
.cid-tFPXEH4P0v .mbr-fallback-image.disabled {
  display: none;
}
.cid-tFPXEH4P0v .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tFPXEH4P0v .container {
    padding: 0 30px;
  }
}
.cid-tFPXEH4P0v .text-wrap {
  display: flex;
  align-items: flex-end;
}
.cid-tFPXEH4P0v .text-wrap .text-wrapper {
  display: inline-flex;
  padding-top: 30px;
  border-top: 1px solid #000000;
  margin: 0 92px 40px 0;
}
@media (max-width: 1440px) {
  .cid-tFPXEH4P0v .text-wrap .text-wrapper {
    margin: 0 40px 40px 0;
  }
}
@media (max-width: 992px) {
  .cid-tFPXEH4P0v .text-wrap .text-wrapper {
    margin: 0 0 30px 0;
  }
}
.cid-tFPXEH4P0v .text-wrap .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tFPXEH4P0v .text-wrap .text-wrapper .mbr-iconfont {
  font-size: 22px;
  margin-right: 24px;
  color: #ffa41d;
}
.cid-tFPXEH4P0v .image-wrapper img {
  height: 480px;
  object-fit: cover;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-tFPXEH4P0v .image-wrapper img {
    height: 280px;
  }
}
.cid-tFPXEH4P0v .mbr-text {
  color: #000000;
}
.cid-tFPXED7ybn {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background: #ffffff;
}
.cid-tFPXED7ybn .mbr-fallback-image.disabled {
  display: none;
}
.cid-tFPXED7ybn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tFPXED7ybn .container-fluid {
  padding: 0 22px;
}
@media (max-width: 992px) {
  .cid-tFPXED7ybn .container-fluid {
    padding: 0 16px;
  }
}
.cid-tFPXED7ybn .container-fluid .row {
  padding: 0;
}
.cid-tFPXED7ybn .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 710px;
  max-width: 710px;
}
@media (max-width: 768px) {
  .cid-tFPXED7ybn .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tFPXED7ybn .embla__slide .card-wrap .item-wrapper .image-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 96px 80px;
  background-color: #ffc772;
}
@media (max-width: 992px) {
  .cid-tFPXED7ybn .embla__slide .card-wrap .item-wrapper .image-wrap {
    padding: 20px;
  }
}
.cid-tFPXED7ybn .embla__slide .card-wrap .item-wrapper .image-wrap img {
  height: 360px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tFPXED7ybn .embla__slide .card-wrap .item-wrapper .image-wrap img {
    height: 280px;
  }
}
@media (max-width: 769px) {
  .cid-tFPXED7ybn .embla__slide .card-wrap .item-wrapper .image-wrap img {
    height: 180px;
  }
}
.cid-tFPXED7ybn .embla__button--next,
.cid-tFPXED7ybn .embla__button--prev {
  display: flex;
}
.cid-tFPXED7ybn .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: transparent;
  color: #000000;
  border: 2px solid #ffa41d;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tFPXED7ybn .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tFPXED7ybn .embla__button:hover {
  background: transparent;
  color: #000000;
  opacity: .5;
}
.cid-tFPXED7ybn .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tFPXED7ybn .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tFPXED7ybn .embla__button {
    top: auto;
    bottom: 0;
  }
}
.cid-tFPXED7ybn .embla {
  position: relative;
  width: 100%;
}
.cid-tFPXED7ybn .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tFPXED7ybn .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tFPXED7ybn .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tFPXED7ybn .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tGe4JXW7jL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ebebeb;
}
.cid-tGe4JXW7jL .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGe4JXW7jL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGe4JXW7jL .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tGe4JXW7jL .container-fluid {
    padding: 0 30px;
  }
}
.cid-tGe4JXW7jL .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tGe4JXW7jL .container {
    padding: 0 30px;
  }
}
.cid-tGe4JXW7jL .text-wrap {
  display: flex;
  align-items: flex-end;
}
.cid-tGe4JXW7jL .text-wrap .text-wrapper {
  display: inline-flex;
  padding-top: 30px;
  border-top: 1px solid #000000;
  margin: 0 92px 40px 0;
  margin: 0 0 40px 92px;
}
@media (max-width: 1440px) {
  .cid-tGe4JXW7jL .text-wrap .text-wrapper {
    margin: 0 0 40px 40px;
  }
}
@media (max-width: 992px) {
  .cid-tGe4JXW7jL .text-wrap .text-wrapper {
    margin: 0 0 30px 0;
  }
}
@media (max-width: 1440px) {
  .cid-tGe4JXW7jL .text-wrap .text-wrapper {
    margin: 0 40px 40px 0;
  }
}
@media (max-width: 992px) {
  .cid-tGe4JXW7jL .text-wrap .text-wrapper {
    margin: 0 0 30px 0;
  }
}
.cid-tGe4JXW7jL .text-wrap .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tGe4JXW7jL .text-wrap .text-wrapper .mbr-iconfont {
  font-size: 22px;
  margin-right: 24px;
  color: #ffa41d;
}
.cid-tGe4JXW7jL .image-wrapper img {
  height: 480px;
  object-fit: cover;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-tGe4JXW7jL .image-wrapper img {
    height: 280px;
  }
}
.cid-tGe4JXW7jL .mbr-text {
  color: #000000;
}
.cid-tFPXERkVfs {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ebebeb;
}
.cid-tFPXERkVfs .mbr-fallback-image.disabled {
  display: none;
}
.cid-tFPXERkVfs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tFPXERkVfs .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tFPXERkVfs .container-fluid {
    padding: 0 30px;
  }
}
.cid-tFPXERkVfs .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tFPXERkVfs .container {
    padding: 0 30px;
  }
}
.cid-tFPXERkVfs .text-wrap {
  display: flex;
  align-items: flex-end;
}
.cid-tFPXERkVfs .text-wrap .text-wrapper {
  display: inline-flex;
  padding-top: 30px;
  border-top: 1px solid #000000;
  margin: 0 92px 40px 0;
}
@media (max-width: 1440px) {
  .cid-tFPXERkVfs .text-wrap .text-wrapper {
    margin: 0 40px 40px 0;
  }
}
@media (max-width: 992px) {
  .cid-tFPXERkVfs .text-wrap .text-wrapper {
    margin: 0 0 30px 0;
  }
}
.cid-tFPXERkVfs .text-wrap .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tFPXERkVfs .text-wrap .text-wrapper .mbr-iconfont {
  font-size: 22px;
  margin-right: 24px;
  color: #ffa41d;
}
.cid-tFPXERkVfs .image-wrapper img {
  height: 480px;
  object-fit: cover;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-tFPXERkVfs .image-wrapper img {
    height: 280px;
  }
}
.cid-tFPXERkVfs .mbr-text {
  color: #000000;
}
.cid-tFVa9hnDcN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f0f0f5;
}
.cid-tFVa9hnDcN .video-wrapper iframe {
  width: 100%;
}
.cid-tFVa9hnDcN .mbr-section-title,
.cid-tFVa9hnDcN .mbr-section-subtitle,
.cid-tFVa9hnDcN .mbr-text {
  text-align: center;
}
.cid-tFVa9hnDcN .mbr-section-subtitle {
  margin-bottom: 22px;
  letter-spacing: .13em;
  color: #FF4712;
  text-align: center;
}
.cid-tFVa9hnDcN .mbr-section-title {
  margin-bottom: 14px;
  color: #20232a;
  text-align: center;
}
.cid-tFVa9hnDcN .mbr-text {
  margin-bottom: 0;
  color: #65676c;
}
.cid-tFVa9hnDcN .mbr-section-head {
  margin-bottom: 45px;
}
.cid-tFRg3YVRPo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ebebeb;
}
.cid-tFRg3YVRPo .mbr-fallback-image.disabled {
  display: none;
}
.cid-tFRg3YVRPo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tFRg3YVRPo .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tFRg3YVRPo .container-fluid {
    padding: 0 30px;
  }
}
.cid-tFRg3YVRPo .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tFRg3YVRPo .container {
    padding: 0 30px;
  }
}
.cid-tFRg3YVRPo .text-wrap {
  display: flex;
  align-items: flex-end;
}
.cid-tFRg3YVRPo .text-wrap .text-wrapper {
  display: inline-flex;
  padding-top: 30px;
  border-top: 1px solid #000000;
  margin: 0 92px 40px 0;
  margin: 0 0 40px 92px;
}
@media (max-width: 1440px) {
  .cid-tFRg3YVRPo .text-wrap .text-wrapper {
    margin: 0 0 40px 40px;
  }
}
@media (max-width: 992px) {
  .cid-tFRg3YVRPo .text-wrap .text-wrapper {
    margin: 0 0 30px 0;
  }
}
@media (max-width: 1440px) {
  .cid-tFRg3YVRPo .text-wrap .text-wrapper {
    margin: 0 40px 40px 0;
  }
}
@media (max-width: 992px) {
  .cid-tFRg3YVRPo .text-wrap .text-wrapper {
    margin: 0 0 30px 0;
  }
}
.cid-tFRg3YVRPo .text-wrap .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tFRg3YVRPo .text-wrap .text-wrapper .mbr-iconfont {
  font-size: 22px;
  margin-right: 24px;
  color: #ffa41d;
}
.cid-tFRg3YVRPo .image-wrapper img {
  height: 480px;
  object-fit: cover;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-tFRg3YVRPo .image-wrapper img {
    height: 280px;
  }
}
.cid-tFRg3YVRPo .mbr-text {
  color: #000000;
}
.cid-tFPXEZ2zV9 {
  background-color: #ffffff;
}
.cid-tFPXEZ2zV9 .content {
  display: flex;
  height: 100px;
  justify-content: center;
  align-items: center;
}
.cid-tFPXEZ2zV9 .content img {
  width: 43px;
  height: 43px;
  object-fit: cover;
  margin-right: 15px;
}
.cid-tFPXEZ2zV9 .content p {
  margin: 0;
}
.cid-tFPXEZ2zV9 .mbr-text {
  color: #ffffff;
}
.cid-tFPXF1w5je {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #1b2028;
}
.cid-tFPXF1w5je .mbr-fallback-image.disabled {
  display: none;
}
.cid-tFPXF1w5je .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tFPXF1w5je .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-tFPXF1w5je .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-tFPXF1w5je .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-tFPXF1w5je .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-tFPXF1w5je .container {
    max-width: 100%;
  }
  .cid-tFPXF1w5je .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-tFPXF1w5je .item-wrap {
  width: 100%;
}
.cid-tFPXF1w5je .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-tFPXF1w5je .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tFPXF1w5je .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tFPXF1w5je .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tFPXF1w5je .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-tFPXF1w5je .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tFPXF1w5je .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-tFPXF1w5je .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-tFPXF1w5je .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1f242e, #171a21);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-tFPXF1w5je .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-tFPXF1w5je .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #ffa41d;
}
.cid-tFPXF1w5je .soc-item:hover {
  transform: translateY(-3px);
}
.cid-tFPXF1w5je .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tFPXF1w5je .col-links {
    padding-top: 20px;
  }
}
.cid-tFPXF1w5je .mbr-section-subtitle {
  color: #ffa41d;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .cid-tFPXF1w5je .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-tFPXF1w5je .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #C4CFDE;
  transition: 0.4s all;
}
@media (max-width: 575px) {
  .cid-tFPXF1w5je .list {
    text-align: center !important;
  }
}
.cid-tFPXF1w5je .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-tFPXF1w5je .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-tFPXF1w5je .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-tFPXF1w5je .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ffa41d;
  transition: 0.4s all;
}
.cid-tFPXF1w5je .list a:hover {
  color: #ffa41d !important;
  line-height: inherit !important;
}
.cid-tFPXF1w5je .list a:hover:before {
  width: 100%;
}
.cid-tFPXF1w5je .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-tFPXF1w5je .col-copyright {
    padding-top: 40px;
  }
}
.cid-tFPXF1w5je .border-item {
  width: 100%;
  height: 1px;
  background-color: #ffa41d;
}
.cid-tFPXF1w5je .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
.cid-tB7w5Dvaxi .navbar-dropdown {
  position: relative !important;
}
.cid-tB7w5Dvaxi .navbar-dropdown {
  position: absolute !important;
}
.cid-tB7w5Dvaxi .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-tB7w5Dvaxi .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tB7w5Dvaxi .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tB7w5Dvaxi .dropdown-item:hover,
.cid-tB7w5Dvaxi .dropdown-item:focus {
  background: #ffa41d !important;
  color: white !important;
}
.cid-tB7w5Dvaxi .dropdown-item:hover span {
  color: white;
}
.cid-tB7w5Dvaxi .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tB7w5Dvaxi .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tB7w5Dvaxi .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tB7w5Dvaxi .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tB7w5Dvaxi .nav-link {
  position: relative;
}
.cid-tB7w5Dvaxi .container {
  display: flex;
  margin: auto;
}
.cid-tB7w5Dvaxi .iconfont-wrapper {
  color: #ffa41d !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tB7w5Dvaxi .navbar-nav .nav-item {
  margin: 10px 14px !important;
}
.cid-tB7w5Dvaxi .navbar-nav .nav-item .nav-link {
  margin: 5px 10px !important;
  padding: 0 !important;
  transition: 0.3s all;
  opacity: 0.5;
}
.cid-tB7w5Dvaxi .navbar-nav .nav-item .nav-link:hover,
.cid-tB7w5Dvaxi .navbar-nav .nav-item .nav-link:focus,
.cid-tB7w5Dvaxi .navbar-nav .nav-item .nav-link:active {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-tB7w5Dvaxi .dropdown-menu,
.cid-tB7w5Dvaxi .navbar.opened {
  background: #1f242e !important;
}
.cid-tB7w5Dvaxi .nav-item:focus,
.cid-tB7w5Dvaxi .nav-link:focus {
  outline: none;
}
.cid-tB7w5Dvaxi .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tB7w5Dvaxi .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tB7w5Dvaxi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tB7w5Dvaxi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tB7w5Dvaxi .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tB7w5Dvaxi .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tB7w5Dvaxi .navbar {
  min-height: 122px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  padding: 0 !important;
  box-shadow: none !important;
  background: #1f242e;
  background: rgba(31, 36, 46, 0.3);
}
.cid-tB7w5Dvaxi .navbar:not(.navbar-short) {
  border-bottom: none;
}
.cid-tB7w5Dvaxi .navbar.opened {
  transition: all 0.3s;
}
.cid-tB7w5Dvaxi .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tB7w5Dvaxi .navbar .navbar-logo img {
  width: auto;
}
.cid-tB7w5Dvaxi .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tB7w5Dvaxi .navbar.collapsed {
  justify-content: center;
}
.cid-tB7w5Dvaxi .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tB7w5Dvaxi .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tB7w5Dvaxi .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.5rem);
  }
}
.cid-tB7w5Dvaxi .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tB7w5Dvaxi .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tB7w5Dvaxi .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tB7w5Dvaxi .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tB7w5Dvaxi .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tB7w5Dvaxi .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tB7w5Dvaxi .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tB7w5Dvaxi .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tB7w5Dvaxi .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tB7w5Dvaxi .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tB7w5Dvaxi .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tB7w5Dvaxi .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tB7w5Dvaxi .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tB7w5Dvaxi .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tB7w5Dvaxi .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tB7w5Dvaxi .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tB7w5Dvaxi .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tB7w5Dvaxi .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tB7w5Dvaxi .navbar.navbar-short {
  min-height: 90px;
}
.cid-tB7w5Dvaxi .navbar.navbar-short .navbar-logo img {
  height: 4.2rem !important;
}
.cid-tB7w5Dvaxi .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
@media (max-width: 575px) {
  .cid-tB7w5Dvaxi .navbar {
    min-height: 80px;
  }
}
.cid-tB7w5Dvaxi .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  padding-right: 15px;
  padding-left: 15px;
}
.cid-tB7w5Dvaxi .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tB7w5Dvaxi .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 575px) {
  .cid-tB7w5Dvaxi .navbar-brand {
    min-height: 69px;
  }
}
.cid-tB7w5Dvaxi .dropdown-item.active,
.cid-tB7w5Dvaxi .dropdown-item:active {
  background-color: transparent;
}
.cid-tB7w5Dvaxi .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tB7w5Dvaxi .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tB7w5Dvaxi .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tB7w5Dvaxi .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1f242e;
}
.cid-tB7w5Dvaxi .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tB7w5Dvaxi .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tB7w5Dvaxi ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tB7w5Dvaxi .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tB7w5Dvaxi button.navbar-toggler {
  display: none;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #171a21, #272c30);
  outline: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-tB7w5Dvaxi button.navbar-toggler:hover {
  transform: scale(1.1);
}
.cid-tB7w5Dvaxi button.navbar-toggler .hamburger {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-tB7w5Dvaxi button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #f9f9fc;
}
.cid-tB7w5Dvaxi button.navbar-toggler .hamburger span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-tB7w5Dvaxi button.navbar-toggler .hamburger span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-tB7w5Dvaxi button.navbar-toggler .hamburger span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-tB7w5Dvaxi button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tB7w5Dvaxi nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tB7w5Dvaxi nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tB7w5Dvaxi nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tB7w5Dvaxi nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tB7w5Dvaxi .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tB7w5Dvaxi a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tB7w5Dvaxi .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-tB7w5Dvaxi .navbar {
    height: 70px;
  }
  .cid-tB7w5Dvaxi .navbar.opened {
    height: auto;
  }
  .cid-tB7w5Dvaxi .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tB7w5Dvaxi .navbar-short {
  min-height: 90px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
  background: #1f242e;
  background: rgba(31, 36, 46, 0.3);
}
@media (max-width: 575px) {
  .cid-tB7w5Dvaxi .navbar-short {
    min-height: 70px;
  }
}
.cid-tB7w5Dvaxi .container-fluid {
  padding: 0 64px;
}
@media (max-width: 1599px) {
  .cid-tB7w5Dvaxi .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .cid-tB7w5Dvaxi .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .cid-tB7w5Dvaxi .container-fluid {
    padding: 0 3px;
  }
}
.cid-tB7w5Dvaxi .navbar-collapse {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-tB7w5Dvaxi .mbr-section-btn .btn {
  padding: 15px 35px;
}
@media (min-width: 992px) {
  .cid-tB7w5Dvaxi .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-tB7w5Dvaxi .container-fluid {
  flex-wrap: wrap;
}
.cid-tB7w5Dvaxi button.navbar-toggler {
  display: flex;
}
.cid-tB7w5Dvaxi .navbar-brand {
  width: auto !important;
}
.cid-tB7w5Dvaxi .navbar-collapse {
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.cid-tB7w5Dvaxi .navbar-collapse .nav-item {
  margin: 8px 0 !important;
}
.cid-tB7w5Dvaxi .navbar-collapse .nav-item .nav-link {
  margin: 0 !important;
  padding: 0 !important;
  transition: 0.3s all;
  opacity: 1;
  justify-content: left;
}
.cid-tB7w5Dvaxi .navbar-collapse .nav-item .nav-link:hover {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-tB7w5Dvaxi .icons-menu {
  margin-top: 10px;
  justify-content: left;
}
.cid-tB7w5Dvaxi .navbar-buttons {
  margin-top: 20px;
  text-align: left;
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
@media (max-width: 991px) {
  .cid-tB7w5Dvaxi .container-fluid {
    flex-wrap: wrap;
  }
  .cid-tB7w5Dvaxi button.navbar-toggler {
    display: flex;
  }
  .cid-tB7w5Dvaxi .navbar-brand {
    width: auto !important;
  }
  .cid-tB7w5Dvaxi .navbar-collapse {
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
  .cid-tB7w5Dvaxi .navbar-collapse .nav-item {
    margin: 8px 0 !important;
  }
  .cid-tB7w5Dvaxi .navbar-collapse .nav-item .nav-link {
    margin: 0 !important;
    padding: 0 !important;
    transition: 0.3s all;
    opacity: 1;
    justify-content: left;
  }
  .cid-tB7w5Dvaxi .navbar-collapse .nav-item .nav-link:hover {
    opacity: 1;
    color: #FFFFFF !important;
  }
  .cid-tB7w5Dvaxi .icons-menu {
    margin-top: 10px;
    justify-content: left;
  }
  .cid-tB7w5Dvaxi .navbar-buttons {
    margin-top: 20px;
    text-align: left;
    margin-left: -0.6rem;
    margin-right: -0.6rem;
  }
}
.cid-tGoEONDwI5 {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/dsc06193-2000x1127.jpg");
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 650px;
}
.cid-tGoEONDwI5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGoEONDwI5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1024px) {
  .cid-tGoEONDwI5 {
    min-height: 750px;
  }
}
.cid-tGoEONDwI5 .mbr-section-title {
  color: #ffffff;
}
.cid-tGoEONDwI5 .mbr-section-subtitle {
  color: #FFFFFF;
  margin-top: 16px;
}
.cid-tGoEONDwI5 .mbr-text {
  color: #FFFFFF;
  margin-top: 16px;
}
.cid-tGoEONDwI5 .mbr-section-btn {
  margin-top: 18px;
}
.cid-tGoEONDwI5 .mbr-text,
.cid-tGoEONDwI5 .mbr-section-btn {
  color: #ffa41d;
}
.cid-tRrGNH56HP {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #f9f9fc;
}
.cid-tRrGNH56HP .mbr-section-subtitle {
  margin-bottom: 22px;
  letter-spacing: .13em;
  color: #23272b;
}
@media (max-width: 768px) {
  .cid-tRrGNH56HP .mbr-section-subtitle {
    margin-bottom: 8px;
  }
}
.cid-tRrGNH56HP .mbr-section-title {
  margin-bottom: 0;
  color: #20232a;
}
@media (max-width: 768px) {
  .cid-tRrGNH56HP .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-tRrGNH56HP .mbr-text {
  padding-top: 10px;
  margin-bottom: 0;
  color: #84858a;
}
@media (max-width: 768px) {
  .cid-tRrGNH56HP .mbr-text {
    padding: 0;
  }
}
.cid-tGFkGq4Cm8 {
  background-image: url("../../../assets/images/dsc06016-2000x1127.jpg");
}
.cid-tGFkGq4Cm8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGFkGq4Cm8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGFkGq4Cm8 .container-fluid {
  padding: 0 16px;
}
@media (max-width: 991px) {
  .cid-tGFkGq4Cm8 .container-fluid {
    padding: 0 12px;
  }
}
.cid-tGFkGq4Cm8 .row {
  margin-top: -3px;
  display: flex;
  justify-content: center;
  padding: 64px 28px;
  overflow: hidden;
  position: relative;
}
@media (max-width: 992px) {
  .cid-tGFkGq4Cm8 .row {
    padding: 48px 20px;
  }
}
.cid-tGFkGq4Cm8 .row:before {
  content: '';
  position: absolute;
  top: 8rem;
  width: 200vh;
  height: 300px;
  display: block;
  background-color: transparent;
  border: 5px solid #ffa41d;
  border-radius: 100%;
}
.cid-tGFkGq4Cm8 .card {
  border-right: 0;
  transform: rotate(17deg);
}
@media (max-width: 992px) {
  .cid-tGFkGq4Cm8 .card {
    margin: 0 !important;
  }
}
.cid-tGFkGq4Cm8 .card:nth-child(2) {
  transform: rotate(347deg);
  margin-top: 5rem;
}
.cid-tGFkGq4Cm8 .card:last-child {
  transform: rotate(1deg);
  margin-left: -3rem;
  margin-top: -2.5rem;
}
.cid-tGFkGq4Cm8 .card .image-wrapper {
  padding: 20px;
  border-radius: 16px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-tGFkGq4Cm8 .card .image-wrapper {
    margin-bottom: 48px;
  }
}
.cid-tGFkGq4Cm8 .card .image-wrapper img {
  height: 300px;
  object-fit: cover;
}
.cid-tGFkGq4Cm8 .card .image-wrapper .mbr-text {
  margin-bottom: 0;
  margin-top: 10px;
}
.cid-tGFkGq4Cm8 .mbr-text {
  color: #07553B;
}
.cid-tRwAiodQc5 {
  background-color: #ffffff;
}
.cid-tRwAiodQc5 .content {
  display: flex;
  height: 100px;
  justify-content: center;
  align-items: center;
}
.cid-tRwAiodQc5 .content img {
  width: 43px;
  height: 43px;
  object-fit: cover;
  margin-right: 15px;
}
.cid-tRwAiodQc5 .content p {
  margin: 0;
}
.cid-tRwAiodQc5 .mbr-text {
  color: #ffffff;
}
.cid-tGFzTiqB9r {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/dsc06204-2000x1127.jpg");
}
.cid-tGFzTiqB9r .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGFzTiqB9r .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGFzTiqB9r .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-tGFzTiqB9r .container-fluid {
    padding: 0 20px;
  }
}
.cid-tGFzTiqB9r .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tGFzTiqB9r .container {
    padding: 0 20px;
  }
}
.cid-tGFzTiqB9r .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-tGFzTiqB9r .title-wrapper .mbr-desc {
  margin: 0;
}
.cid-tGFzTiqB9r .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-tGFzTiqB9r .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-tGFsCmsN0R {
  background-color: #1f242e;
}
.cid-tGFsCmsN0R .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGFsCmsN0R .pb {
  padding-bottom: 2rem;
}
@media (min-width: 1600px) {
  .cid-tGFsCmsN0R .col-lg-6 {
    padding: 0 2rem;
  }
  .cid-tGFsCmsN0R .pb {
    padding-bottom: 5rem;
  }
  .cid-tGFsCmsN0R .container-fluid {
    padding: 0 3rem !important;
    margin: 0;
  }
}
@media (max-width: 992px) {
  .cid-tGFsCmsN0R .md-pb {
    padding-bottom: 2rem;
  }
}
.cid-tGFsCmsN0R .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGFsCmsN0R .row {
  flex-direction: row-reverse;
}
.cid-tGFsCmsN0R img {
  width: 100%;
}
.cid-tGFsCmsN0R .mbr-text {
  color: #ffffff;
}
.cid-tGFDC1l4ZY {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-tGFDC1l4ZY .main_header {
  margin-bottom: 8rem;
}
.cid-tGFDC1l4ZY .mbr-section-subtitle {
  margin-bottom: .75rem;
  line-height: 1;
  color: #222d35;
}
.cid-tGFDC1l4ZY .mbr-text {
  margin-top: 12px;
  margin-bottom: 1.5em;
  letter-spacing: -0.025rem;
}
.cid-tGFDC1l4ZY .card_item {
  border-radius: 0 !important;
  cursor: pointer;
}
@media (min-width: 768px) {
  .cid-tGFDC1l4ZY .card_item {
    border-left: 1px dotted rgba(0, 0, 0, 0.5);
  }
  .cid-tGFDC1l4ZY .card_item:last-child {
    border-right: 1px dotted rgba(0, 0, 0, 0.5);
  }
  .cid-tGFDC1l4ZY .card_item:nth-child(1) .card-box {
    padding-top: 8rem;
  }
  .cid-tGFDC1l4ZY .card_item:nth-child(2) .card-box {
    padding-top: 0;
  }
  .cid-tGFDC1l4ZY .card_item:nth-child(3) .card-box {
    padding-top: 16rem;
  }
}
.cid-tGFDC1l4ZY .item-wrapper {
  padding: 0 1rem;
}
.cid-tGFDC1l4ZY .card-box {
  height: 100%;
  padding: 2rem 0 ;
}
@media (min-width: 1199px) {
  .cid-tGFDC1l4ZY .card-box {
    padding: 2.5rem 2rem 2.5rem ;
  }
}
.cid-tGFDC1l4ZY .item-img {
  margin-bottom: 1.5rem;
  position: relative;
}
.cid-tGFDC1l4ZY .card-title {
  margin-top: .75rem;
  margin-bottom: 1.5rem;
  color: #000000;
}
.cid-tGFDC1l4ZY .card-text {
  margin-bottom: 1.25rem;
}
.cid-tGFDC1l4ZY .card-descr {
  position: absolute;
  top: 0;
  right: 0;
  margin-right: -1.25rem;
  line-height: 1;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  -webkit-text-orientation: sideways;
  text-orientation: sideways;
}
@media (max-width: 1199px) {
  .cid-tGFDC1l4ZY .card-descr {
    margin-right: -1rem;
  }
}
.cid-tGFDC1l4ZY img,
.cid-tGFDC1l4ZY .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-tGFDC1l4ZY .item-wrapper {
    padding: 2rem 0;
    border-bottom: 1px dotted rgba(0, 0, 0, 0.5);
  }
  .cid-tGFDC1l4ZY .main_header {
    margin-bottom: 4rem;
  }
  .cid-tGFDC1l4ZY .mbr-section-subtitle {
    margin-bottom: .25rem;
  }
  .cid-tGFDC1l4ZY .mbr-section-title {
    margin-bottom: 1.5rem;
  }
  .cid-tGFDC1l4ZY .mbr-text {
    margin-top: 0;
    margin-bottom: 1rem;
  }
  .cid-tGFDC1l4ZY .card-title {
    margin-bottom: 1.25rem;
  }
  .cid-tGFDC1l4ZY .card-text {
    margin-bottom: .75rem;
  }
  .cid-tGFDC1l4ZY .card-descr {
    right: 1rem;
  }
}
.cid-tGFDC1l4ZY .mbr-text,
.cid-tGFDC1l4ZY .linkBtn {
  color: #222d35;
}
.cid-tGFDC1l4ZY .mbr-section-title {
  color: #000000;
}
.cid-tGFDC1l4ZY .card-text,
.cid-tGFDC1l4ZY .linkBtn {
  color: #222d35;
}
.cid-tGFJ4WFYLR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ebebeb;
}
.cid-tGFJ4WFYLR .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGFJ4WFYLR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGFJ4WFYLR .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tGFJ4WFYLR .container-fluid {
    padding: 0 30px;
  }
}
.cid-tGFJ4WFYLR .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tGFJ4WFYLR .container {
    padding: 0 30px;
  }
}
.cid-tGFJ4WFYLR .text-wrap {
  display: flex;
  align-items: flex-end;
}
.cid-tGFJ4WFYLR .text-wrap .text-wrapper {
  display: inline-flex;
  padding-top: 30px;
  border-top: 1px solid #000000;
  margin: 0 92px 40px 0;
  margin: 0 0 40px 92px;
}
@media (max-width: 1440px) {
  .cid-tGFJ4WFYLR .text-wrap .text-wrapper {
    margin: 0 0 40px 40px;
  }
}
@media (max-width: 992px) {
  .cid-tGFJ4WFYLR .text-wrap .text-wrapper {
    margin: 0 0 30px 0;
  }
}
@media (max-width: 1440px) {
  .cid-tGFJ4WFYLR .text-wrap .text-wrapper {
    margin: 0 40px 40px 0;
  }
}
@media (max-width: 992px) {
  .cid-tGFJ4WFYLR .text-wrap .text-wrapper {
    margin: 0 0 30px 0;
  }
}
.cid-tGFJ4WFYLR .text-wrap .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tGFJ4WFYLR .text-wrap .text-wrapper .mbr-iconfont {
  font-size: 22px;
  margin-right: 24px;
  color: #ffa41d;
}
.cid-tGFJ4WFYLR .image-wrapper img {
  height: 480px;
  object-fit: cover;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-tGFJ4WFYLR .image-wrapper img {
    height: 280px;
  }
}
.cid-tGFJ4WFYLR .mbr-text {
  color: #000000;
}
.cid-tGoIImzyss {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tGoIImzyss img {
  display: inline;
  border: 8px solid #ffffff;
  border-radius: 25px;
}
.cid-tGoIImzyss .col-12 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
}
.cid-tGoIImzyss .first {
  transform: rotate(10deg);
  max-height: 317px;
  width: auto;
}
.cid-tGoIImzyss .second {
  transform: rotate(356deg);
  max-height: 390px;
  width: auto;
  z-index: 5;
}
.cid-tGoIImzyss .third {
  transform: rotate(5deg);
  max-height: 476px;
  width: auto;
  z-index: 10;
}
.cid-tGoIImzyss .fourth {
  transform: rotate(356deg);
  max-height: 390px;
  width: auto;
  z-index: 5;
}
.cid-tGoIImzyss .fifth {
  transform: rotate(350deg);
  max-height: 317px;
  width: auto;
}
@media (max-width: 1400px) {
  .cid-tGoIImzyss .first {
    max-height: 250px;
  }
  .cid-tGoIImzyss .second {
    max-height: 323px;
  }
  .cid-tGoIImzyss .third {
    max-height: 408px;
  }
  .cid-tGoIImzyss .fourth {
    max-height: 323px;
  }
  .cid-tGoIImzyss .fifth {
    max-height: 250px;
  }
}
@media (max-width: 1100px) {
  .cid-tGoIImzyss .first {
    max-height: 200px;
  }
  .cid-tGoIImzyss .second {
    max-height: 270px;
  }
  .cid-tGoIImzyss .third {
    max-height: 350px;
  }
  .cid-tGoIImzyss .fourth {
    max-height: 270px;
  }
  .cid-tGoIImzyss .fifth {
    max-height: 200px;
  }
}
@media (max-width: 900px) {
  .cid-tGoIImzyss .first {
    display: none;
  }
  .cid-tGoIImzyss .second {
    max-height: 323px;
  }
  .cid-tGoIImzyss .third {
    max-height: 408px;
  }
  .cid-tGoIImzyss .fourth {
    max-height: 323px;
  }
  .cid-tGoIImzyss .fifth {
    display: none;
  }
}
@media (max-width: 765px) {
  .cid-tGoIImzyss .second {
    max-height: 250px;
  }
  .cid-tGoIImzyss .third {
    max-height: 340px;
  }
  .cid-tGoIImzyss .fourth {
    max-height: 250px;
  }
}
@media (max-width: 650px) {
  .cid-tGoIImzyss .second {
    max-height: 180px;
  }
  .cid-tGoIImzyss .third {
    max-height: 270px;
  }
  .cid-tGoIImzyss .fourth {
    max-height: 180px;
  }
}
@media (max-width: 465px) {
  .cid-tGoIImzyss .second {
    display: none;
  }
  .cid-tGoIImzyss .third {
    max-height: initial;
    width: 90%;
  }
  .cid-tGoIImzyss .fourth {
    display: none;
  }
}
.cid-tGGebJtSQA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f9f9fc;
}
.cid-tGGebJtSQA .image-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
}
@media (max-width: 992px) {
  .cid-tGGebJtSQA .image-wrapper {
    height: auto;
  }
}
@media (max-width: 768px) {
  .cid-tGGebJtSQA .image-wrapper {
    margin-bottom: 30px;
  }
}
.cid-tGGebJtSQA .image-wrapper img {
  max-width: 520px;
  height: 640px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tGGebJtSQA .image-wrapper img {
    height: 457px;
  }
}
.cid-tGGebJtSQA .image-wrapper .mbr-description {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 353px;
  height: auto;
  padding: 55px 40px 55px;
  margin: 0;
  background-color: #1f242e;
}
@media (max-width: 1200px) {
  .cid-tGGebJtSQA .image-wrapper .mbr-description {
    width: 255px;
  }
}
@media (max-width: 768px) {
  .cid-tGGebJtSQA .image-wrapper .mbr-description {
    padding: 30px 20px;
  }
}
.cid-tGGebJtSQA .text {
  padding-left: 9%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tGGebJtSQA .text {
    padding: 0 12px;
  }
}
.cid-tGGebJtSQA .text .text-wrapper .mbr-section-subtitle {
  margin-bottom: 22px;
  letter-spacing: .13em;
}
@media (max-width: 768px) {
  .cid-tGGebJtSQA .text .text-wrapper .mbr-section-subtitle {
    margin-bottom: 7px;
  }
}
.cid-tGGebJtSQA .text .text-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-tGGebJtSQA .text .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tGGebJtSQA .text .list-wrapper {
  margin-top: 45px;
}
@media (max-width: 768px) {
  .cid-tGGebJtSQA .text .list-wrapper {
    margin-top: 20px;
  }
}
.cid-tGGebJtSQA .text .list-wrapper .list-item {
  padding: 27px 0;
  border-top: 1px solid #bbbbbb;
}
.cid-tGGebJtSQA .text .list-wrapper .list-item:first-child {
  padding-top: 0;
  border: none;
}
.cid-tGGebJtSQA .text .list-wrapper .list-item:last-child {
  padding-bottom: 0;
}
.cid-tGGebJtSQA .text .list-wrapper .list-item .mbr-number {
  margin: 0 15px 0 0;
  display: inline;
}
.cid-tGGebJtSQA .text .list-wrapper .list-item .mbr-list {
  margin: 0;
  display: inline;
}
.cid-tGGebJtSQA .mbr-section-btn {
  margin-top: 45px;
}
@media (max-width: 768px) {
  .cid-tGGebJtSQA .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-tGGebJtSQA .btn {
  height: 55px;
  min-width: 170px;
  box-shadow: none;
  margin-top: 0;
}
.cid-tGGebJtSQA .btn:hover {
  box-shadow: none;
}
.cid-tGGebJtSQA .mbr-description {
  color: #fafafa;
  text-align: center;
}
.cid-tGGebJtSQA .mbr-section-subtitle {
  color: #ffa41d;
}
.cid-tGGebJtSQA .mbr-section-title {
  color: #20232a;
}
.cid-tGGebJtSQA .mbr-text {
  color: #84858a;
}
.cid-tGGebJtSQA .mbr-number {
  color: #84858a;
}
.cid-tGGebJtSQA .mbr-list {
  color: #20232a;
}
.cid-tGGebJtSQA .mbr-section-title,
.cid-tGGebJtSQA .list-item,
.cid-tGGebJtSQA .mbr-section-btn {
  text-align: left;
}
.cid-tWs4HbmKCO {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background: #efefec;
  overflow: hidden;
}
.cid-tWs4HbmKCO .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWs4HbmKCO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWs4HbmKCO .row {
  position: relative;
  z-index: 10;
}
.cid-tWs4HbmKCO .col-title {
  display: flex;
  align-items: flex-start;
  margin-bottom: 60px;
}
@media (max-width: 991px) {
  .cid-tWs4HbmKCO .col-title {
    flex-wrap: wrap;
    margin-bottom: 40px;
  }
}
.cid-tWs4HbmKCO .mbr-section-title {
  color: #2B2B2B;
  width: 65%;
  flex-grow: 1;
}
@media (max-width: 991px) {
  .cid-tWs4HbmKCO .mbr-section-title {
    width: 100%;
    text-align: center !important;
  }
}
.cid-tWs4HbmKCO .mbr-section-subtitle {
  color: #1b80e6;
  padding-left: 40px;
  width: 35%;
  margin-left: auto;
  text-align: right;
}
@media (max-width: 991px) {
  .cid-tWs4HbmKCO .mbr-section-subtitle {
    width: 100%;
    text-align: center !important;
    padding-left: 0;
    margin-left: 0;
    margin-top: 20px;
  }
}
.cid-tWs4HbmKCO .google-map {
  height: 350px;
  position: relative;
  padding: 0 20px;
}
.cid-tWs4HbmKCO .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tWs4HbmKCO .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tWs4HbmKCO .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tWs4HbmKCO .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tWs4HbmKCO .col-text {
  display: flex;
  align-items: flex-start;
  margin-top: 40px;
}
@media (max-width: 991px) {
  .cid-tWs4HbmKCO .col-text {
    flex-wrap: wrap;
    margin-top: 30px;
  }
}
.cid-tWs4HbmKCO .mbr-text {
  color: #2B2B2B;
  width: 50%;
  margin-right: auto;
  padding-right: 40px;
}
@media (max-width: 991px) {
  .cid-tWs4HbmKCO .mbr-text {
    width: 100%;
    padding-right: 0;
    margin-right: 0;
  }
}
.cid-tWs4HbmKCO .mbr-place {
  color: #2B2B2B;
  width: 50%;
  margin-left: auto;
}
@media (max-width: 991px) {
  .cid-tWs4HbmKCO .mbr-place {
    width: 100%;
    margin-left: 0;
    margin-top: 24px;
  }
}
.cid-tWs4HbmKCO .container,
.cid-tWs4HbmKCO .container-fluid {
  position: relative;
}
.cid-tWs4HbmKCO .circle-blur {
  position: absolute;
  transform: translate(50%, -50%);
  display: block;
  width: 200px;
  height: 200px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 500px;
  opacity: .97;
  -webkit-filter: blur(50px) blur(50px);
  filter: blur(50px) blur(50px);
}
@media (max-width: 767px) {
  .cid-tWs4HbmKCO .circle-blur {
    width: 200px;
    height: 200px;
  }
}
.cid-tWs4HbmKCO .circle-blur1 {
  top: 10%;
  right: 50%;
  background-image: linear-gradient(132deg, #ffa41d 27%, #ffa41d 50%, #ffa41d 79%);
}
.cid-tWs4HbmKCO .circle-blur2 {
  top: 13%;
  right: 40%;
  background-image: linear-gradient(132deg, #0057fc 27%, #0057fc 50%, #0057fc 79%);
}
.cid-tGG9IY8C5U {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/dsc05946-2000x1127.jpg");
}
.cid-tGG9IY8C5U .mbr-section-head {
  padding: 0 1rem;
}
.cid-tGG9IY8C5U .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-tGG9IY8C5U .team-card:hover {
  transform: translateY(-10px);
}
.cid-tGG9IY8C5U .card-wrap {
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-tGG9IY8C5U .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-tGG9IY8C5U .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-tGG9IY8C5U .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tGG9IY8C5U .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-tGG9IY8C5U .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 50%;
  max-width: 40%;
}
@media (max-width: 768px) {
  .cid-tGG9IY8C5U .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 5px !important;
    margin-right: 5px !important;
  }
}
.cid-tGG9IY8C5U .embla__button--next,
.cid-tGG9IY8C5U .embla__button--prev {
  display: flex;
}
.cid-tGG9IY8C5U .embla__button {
  top: -13%;
  width: 38px;
  height: 38px;
  margin-top: -1.5rem;
  font-size: 14px;
  background-color: transparent;
  color: #ffa41d;
  border: 2px solid #ffa41d;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tGG9IY8C5U .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tGG9IY8C5U .embla__button:hover {
  background: transparent;
  opacity: .7;
}
.cid-tGG9IY8C5U .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tGG9IY8C5U .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 992px) {
  .cid-tGG9IY8C5U .embla__button {
    top: -10%;
  }
}
.cid-tGG9IY8C5U .embla {
  position: relative;
  width: 100%;
  margin-top: 52px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-tGG9IY8C5U .embla {
    margin-top: 80px;
  }
}
.cid-tGG9IY8C5U .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tGG9IY8C5U .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tGG9IY8C5U .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tGG9IY8C5U .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tGG9IY8C5U .mbr-section-subtitle {
  margin-bottom: 27px;
  letter-spacing: 0.13em;
  color: #ffa41d;
  text-align: center;
}
.cid-tGG9IY8C5U .mbr-section-title {
  margin-bottom: 16px;
  color: #ffffff;
  text-align: center;
}
.cid-tGG9IY8C5U .mbr-text {
  margin: 0;
  color: #EAEAEA;
  text-align: center;
}
.cid-tGG9IY8C5U .mbr-text ul {
  list-style-position: inside;
  display: flex;
  justify-content: center;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tGG9IY8C5U .mbr-text ul {
    display: block;
  }
}
.cid-tGG9IY8C5U .mbr-text ul li {
  padding: 0 3rem;
}
@media (max-width: 992px) {
  .cid-tGG9IY8C5U .mbr-text ul li {
    margin-top: 10px;
    margin-left: 0;
  }
}
.cid-tGG9IY8C5U .mbr-text ul li::marker {
  color: #ffa41d;
  font-size: 18px;
}
.cid-tGG9IY8C5U .item-wrapper {
  height: 100%;
}
.cid-tGG9IY8C5U .item-wrapper .image-wrap {
  height: 100%;
}
.cid-tGG9IY8C5U .item-wrapper .image-wrap img {
  width: 100%;
  height: 420px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tGG9IY8C5U .item-wrapper .image-wrap img {
    height: 320px;
  }
}
.cid-tGGYeAQOO2 {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #ebebeb;
}
.cid-tGGYeAQOO2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGGYeAQOO2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGGYeAQOO2 .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tGGYeAQOO2 .container-fluid {
    padding: 0 30px;
  }
}
.cid-tGGYeAQOO2 .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tGGYeAQOO2 .container {
    padding: 0 30px;
  }
}
.cid-tGGYeAQOO2 .text-wrap {
  display: flex;
  align-items: flex-end;
}
.cid-tGGYeAQOO2 .text-wrap .text-wrapper {
  display: inline-flex;
  padding-top: 30px;
  border-top: 1px solid #000000;
  margin: 0 92px 40px 0;
  margin: 0 0 40px 92px;
}
@media (max-width: 1440px) {
  .cid-tGGYeAQOO2 .text-wrap .text-wrapper {
    margin: 0 0 40px 40px;
  }
}
@media (max-width: 992px) {
  .cid-tGGYeAQOO2 .text-wrap .text-wrapper {
    margin: 0 0 30px 0;
  }
}
@media (max-width: 1440px) {
  .cid-tGGYeAQOO2 .text-wrap .text-wrapper {
    margin: 0 40px 40px 0;
  }
}
@media (max-width: 992px) {
  .cid-tGGYeAQOO2 .text-wrap .text-wrapper {
    margin: 0 0 30px 0;
  }
}
.cid-tGGYeAQOO2 .text-wrap .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tGGYeAQOO2 .text-wrap .text-wrapper .mbr-iconfont {
  font-size: 22px;
  margin-right: 24px;
  color: #ffa41d;
}
.cid-tGGYeAQOO2 .image-wrapper img {
  height: 480px;
  object-fit: cover;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-tGGYeAQOO2 .image-wrapper img {
    height: 280px;
  }
}
.cid-tGGYeAQOO2 .mbr-text {
  color: #000000;
}
.cid-tGS0kMZomQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f0f0f5;
}
.cid-tGS0kMZomQ .video-wrapper iframe {
  width: 100%;
}
.cid-tGS0kMZomQ .mbr-section-title,
.cid-tGS0kMZomQ .mbr-section-subtitle,
.cid-tGS0kMZomQ .mbr-text {
  text-align: center;
}
.cid-tGS0kMZomQ .mbr-section-subtitle {
  margin-bottom: 22px;
  letter-spacing: .13em;
  color: #FF4712;
  text-align: center;
}
.cid-tGS0kMZomQ .mbr-section-title {
  margin-bottom: 14px;
  color: #20232a;
  text-align: center;
}
.cid-tGS0kMZomQ .mbr-text {
  margin-bottom: 0;
  color: #65676c;
}
.cid-tGS0kMZomQ .mbr-section-head {
  margin-bottom: 45px;
}
.cid-tGGcQoTVq2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ebebeb;
}
.cid-tGGcQoTVq2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGGcQoTVq2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGGcQoTVq2 .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tGGcQoTVq2 .container-fluid {
    padding: 0 30px;
  }
}
.cid-tGGcQoTVq2 .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tGGcQoTVq2 .container {
    padding: 0 30px;
  }
}
.cid-tGGcQoTVq2 .text-wrap {
  display: flex;
  align-items: flex-end;
}
.cid-tGGcQoTVq2 .text-wrap .text-wrapper {
  display: inline-flex;
  padding-top: 30px;
  border-top: 1px solid #000000;
  margin: 0 92px 40px 0;
}
@media (max-width: 1440px) {
  .cid-tGGcQoTVq2 .text-wrap .text-wrapper {
    margin: 0 40px 40px 0;
  }
}
@media (max-width: 992px) {
  .cid-tGGcQoTVq2 .text-wrap .text-wrapper {
    margin: 0 0 30px 0;
  }
}
.cid-tGGcQoTVq2 .text-wrap .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tGGcQoTVq2 .text-wrap .text-wrapper .mbr-iconfont {
  font-size: 22px;
  margin-right: 24px;
  color: #ffa41d;
}
.cid-tGGcQoTVq2 .image-wrapper img {
  height: 480px;
  object-fit: cover;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-tGGcQoTVq2 .image-wrapper img {
    height: 280px;
  }
}
.cid-tGGcQoTVq2 .mbr-text {
  color: #000000;
}
.cid-tGH7mHsgis {
  background: #f9f9fc;
  padding-top: 45px;
  padding-bottom: 45px;
}
.cid-tGH7mHsgis .image-block {
  margin: auto;
  height: 550px;
  overflow: hidden;
  position: relative;
  border-radius: 1rem;
}
.cid-tGH7mHsgis .image-block:hover img {
  transform: scale(1.1);
}
.cid-tGH7mHsgis .wrap {
  position: absolute;
  top: 0;
  width: 100%;
  padding: 2rem;
  transition: all 0.3s;
  z-index: 3;
}
.cid-tGH7mHsgis img {
  width: 100%;
  height: 100%;
  transition: all 2s;
  object-fit: cover;
  border-radius: 1rem;
}
@media (max-width: 992px) {
  .cid-tGH7mHsgis .image-block {
    height: 400px;
  }
}
@media (max-width: 767px) {
  .cid-tGH7mHsgis .wrap {
    opacity: 1 !important;
  }
  .cid-tGH7mHsgis .image-block:before {
    opacity: 0.2 !important;
  }
  .cid-tGH7mHsgis .sm-pb {
    margin-bottom: 1rem;
  }
}
.cid-tGH7mHsgis P {
  color: #ffa41d;
}
.cid-tGGcPjoehC {
  padding-top: 5rem;
  padding-bottom: 10rem;
  background-color: #ebebeb;
}
.cid-tGGcPjoehC .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGGcPjoehC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGGcPjoehC .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tGGcPjoehC .container-fluid {
    padding: 0 30px;
  }
}
.cid-tGGcPjoehC .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tGGcPjoehC .container {
    padding: 0 30px;
  }
}
.cid-tGGcPjoehC .text-wrap {
  display: flex;
  align-items: flex-end;
}
.cid-tGGcPjoehC .text-wrap .text-wrapper {
  display: inline-flex;
  padding-top: 30px;
  border-top: 1px solid #000000;
  margin: 0 92px 40px 0;
  margin: 0 0 40px 92px;
}
@media (max-width: 1440px) {
  .cid-tGGcPjoehC .text-wrap .text-wrapper {
    margin: 0 0 40px 40px;
  }
}
@media (max-width: 992px) {
  .cid-tGGcPjoehC .text-wrap .text-wrapper {
    margin: 0 0 30px 0;
  }
}
@media (max-width: 1440px) {
  .cid-tGGcPjoehC .text-wrap .text-wrapper {
    margin: 0 40px 40px 0;
  }
}
@media (max-width: 992px) {
  .cid-tGGcPjoehC .text-wrap .text-wrapper {
    margin: 0 0 30px 0;
  }
}
.cid-tGGcPjoehC .text-wrap .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tGGcPjoehC .text-wrap .text-wrapper .mbr-iconfont {
  font-size: 22px;
  margin-right: 24px;
  color: #ffa41d;
}
.cid-tGGcPjoehC .image-wrapper img {
  height: 480px;
  object-fit: cover;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-tGGcPjoehC .image-wrapper img {
    height: 280px;
  }
}
.cid-tGGcPjoehC .mbr-text {
  color: #000000;
}
.cid-tB7LA3f1vE {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #1b2028;
}
.cid-tB7LA3f1vE .mbr-fallback-image.disabled {
  display: none;
}
.cid-tB7LA3f1vE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tB7LA3f1vE .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-tB7LA3f1vE .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-tB7LA3f1vE .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-tB7LA3f1vE .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-tB7LA3f1vE .container {
    max-width: 100%;
  }
  .cid-tB7LA3f1vE .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-tB7LA3f1vE .item-wrap {
  width: 100%;
}
.cid-tB7LA3f1vE .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-tB7LA3f1vE .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tB7LA3f1vE .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tB7LA3f1vE .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tB7LA3f1vE .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-tB7LA3f1vE .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tB7LA3f1vE .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-tB7LA3f1vE .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-tB7LA3f1vE .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1f242e, #171a21);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-tB7LA3f1vE .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-tB7LA3f1vE .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #ffa41d;
}
.cid-tB7LA3f1vE .soc-item:hover {
  transform: translateY(-3px);
}
.cid-tB7LA3f1vE .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tB7LA3f1vE .col-links {
    padding-top: 20px;
  }
}
.cid-tB7LA3f1vE .mbr-section-subtitle {
  color: #ffa41d;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .cid-tB7LA3f1vE .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-tB7LA3f1vE .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #C4CFDE;
  transition: 0.4s all;
}
@media (max-width: 575px) {
  .cid-tB7LA3f1vE .list {
    text-align: center !important;
  }
}
.cid-tB7LA3f1vE .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-tB7LA3f1vE .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-tB7LA3f1vE .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-tB7LA3f1vE .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ffa41d;
  transition: 0.4s all;
}
.cid-tB7LA3f1vE .list a:hover {
  color: #ffa41d !important;
  line-height: inherit !important;
}
.cid-tB7LA3f1vE .list a:hover:before {
  width: 100%;
}
.cid-tB7LA3f1vE .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-tB7LA3f1vE .col-copyright {
    padding-top: 40px;
  }
}
.cid-tB7LA3f1vE .border-item {
  width: 100%;
  height: 1px;
  background-color: #ffa41d;
}
.cid-tB7LA3f1vE .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
.cid-tGSCe9EN2r .navbar-dropdown {
  position: relative !important;
}
.cid-tGSCe9EN2r .navbar-dropdown {
  position: absolute !important;
}
.cid-tGSCe9EN2r .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-tGSCe9EN2r .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tGSCe9EN2r .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tGSCe9EN2r .dropdown-item:hover,
.cid-tGSCe9EN2r .dropdown-item:focus {
  background: #ffa41d !important;
  color: white !important;
}
.cid-tGSCe9EN2r .dropdown-item:hover span {
  color: white;
}
.cid-tGSCe9EN2r .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tGSCe9EN2r .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tGSCe9EN2r .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tGSCe9EN2r .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tGSCe9EN2r .nav-link {
  position: relative;
}
.cid-tGSCe9EN2r .container {
  display: flex;
  margin: auto;
}
.cid-tGSCe9EN2r .iconfont-wrapper {
  color: #ffa41d !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tGSCe9EN2r .navbar-nav .nav-item {
  margin: 10px 14px !important;
}
.cid-tGSCe9EN2r .navbar-nav .nav-item .nav-link {
  margin: 5px 10px !important;
  padding: 0 !important;
  transition: 0.3s all;
  opacity: 0.5;
}
.cid-tGSCe9EN2r .navbar-nav .nav-item .nav-link:hover,
.cid-tGSCe9EN2r .navbar-nav .nav-item .nav-link:focus,
.cid-tGSCe9EN2r .navbar-nav .nav-item .nav-link:active {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-tGSCe9EN2r .dropdown-menu,
.cid-tGSCe9EN2r .navbar.opened {
  background: #1f242e !important;
}
.cid-tGSCe9EN2r .nav-item:focus,
.cid-tGSCe9EN2r .nav-link:focus {
  outline: none;
}
.cid-tGSCe9EN2r .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tGSCe9EN2r .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tGSCe9EN2r .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tGSCe9EN2r .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tGSCe9EN2r .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tGSCe9EN2r .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tGSCe9EN2r .navbar {
  min-height: 122px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  padding: 0 !important;
  box-shadow: none !important;
  background: #1f242e;
  background: rgba(31, 36, 46, 0.3);
}
.cid-tGSCe9EN2r .navbar:not(.navbar-short) {
  border-bottom: none;
}
.cid-tGSCe9EN2r .navbar.opened {
  transition: all 0.3s;
}
.cid-tGSCe9EN2r .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tGSCe9EN2r .navbar .navbar-logo img {
  width: auto;
}
.cid-tGSCe9EN2r .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tGSCe9EN2r .navbar.collapsed {
  justify-content: center;
}
.cid-tGSCe9EN2r .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tGSCe9EN2r .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tGSCe9EN2r .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.5rem);
  }
}
.cid-tGSCe9EN2r .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tGSCe9EN2r .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tGSCe9EN2r .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tGSCe9EN2r .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tGSCe9EN2r .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tGSCe9EN2r .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tGSCe9EN2r .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tGSCe9EN2r .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tGSCe9EN2r .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tGSCe9EN2r .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tGSCe9EN2r .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tGSCe9EN2r .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tGSCe9EN2r .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tGSCe9EN2r .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tGSCe9EN2r .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tGSCe9EN2r .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tGSCe9EN2r .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tGSCe9EN2r .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tGSCe9EN2r .navbar.navbar-short {
  min-height: 90px;
}
.cid-tGSCe9EN2r .navbar.navbar-short .navbar-logo img {
  height: 4.2rem !important;
}
.cid-tGSCe9EN2r .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
@media (max-width: 575px) {
  .cid-tGSCe9EN2r .navbar {
    min-height: 80px;
  }
}
.cid-tGSCe9EN2r .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  padding-right: 15px;
  padding-left: 15px;
}
.cid-tGSCe9EN2r .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tGSCe9EN2r .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 575px) {
  .cid-tGSCe9EN2r .navbar-brand {
    min-height: 69px;
  }
}
.cid-tGSCe9EN2r .dropdown-item.active,
.cid-tGSCe9EN2r .dropdown-item:active {
  background-color: transparent;
}
.cid-tGSCe9EN2r .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tGSCe9EN2r .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tGSCe9EN2r .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tGSCe9EN2r .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1f242e;
}
.cid-tGSCe9EN2r .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tGSCe9EN2r .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tGSCe9EN2r ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tGSCe9EN2r .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tGSCe9EN2r button.navbar-toggler {
  display: none;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #171a21, #272c30);
  outline: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-tGSCe9EN2r button.navbar-toggler:hover {
  transform: scale(1.1);
}
.cid-tGSCe9EN2r button.navbar-toggler .hamburger {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-tGSCe9EN2r button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #f9f9fc;
}
.cid-tGSCe9EN2r button.navbar-toggler .hamburger span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-tGSCe9EN2r button.navbar-toggler .hamburger span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-tGSCe9EN2r button.navbar-toggler .hamburger span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-tGSCe9EN2r button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tGSCe9EN2r nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tGSCe9EN2r nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tGSCe9EN2r nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tGSCe9EN2r nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tGSCe9EN2r .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tGSCe9EN2r a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tGSCe9EN2r .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-tGSCe9EN2r .navbar {
    height: 70px;
  }
  .cid-tGSCe9EN2r .navbar.opened {
    height: auto;
  }
  .cid-tGSCe9EN2r .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tGSCe9EN2r .navbar-short {
  min-height: 90px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
  background: #1f242e;
  background: rgba(31, 36, 46, 0.3);
}
@media (max-width: 575px) {
  .cid-tGSCe9EN2r .navbar-short {
    min-height: 70px;
  }
}
.cid-tGSCe9EN2r .container-fluid {
  padding: 0 64px;
}
@media (max-width: 1599px) {
  .cid-tGSCe9EN2r .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .cid-tGSCe9EN2r .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .cid-tGSCe9EN2r .container-fluid {
    padding: 0 3px;
  }
}
.cid-tGSCe9EN2r .navbar-collapse {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-tGSCe9EN2r .mbr-section-btn .btn {
  padding: 15px 35px;
}
@media (min-width: 992px) {
  .cid-tGSCe9EN2r .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-tGSCe9EN2r .container-fluid {
  flex-wrap: wrap;
}
.cid-tGSCe9EN2r button.navbar-toggler {
  display: flex;
}
.cid-tGSCe9EN2r .navbar-brand {
  width: auto !important;
}
.cid-tGSCe9EN2r .navbar-collapse {
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.cid-tGSCe9EN2r .navbar-collapse .nav-item {
  margin: 8px 0 !important;
}
.cid-tGSCe9EN2r .navbar-collapse .nav-item .nav-link {
  margin: 0 !important;
  padding: 0 !important;
  transition: 0.3s all;
  opacity: 1;
  justify-content: left;
}
.cid-tGSCe9EN2r .navbar-collapse .nav-item .nav-link:hover {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-tGSCe9EN2r .icons-menu {
  margin-top: 10px;
  justify-content: left;
}
.cid-tGSCe9EN2r .navbar-buttons {
  margin-top: 20px;
  text-align: left;
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
@media (max-width: 991px) {
  .cid-tGSCe9EN2r .container-fluid {
    flex-wrap: wrap;
  }
  .cid-tGSCe9EN2r button.navbar-toggler {
    display: flex;
  }
  .cid-tGSCe9EN2r .navbar-brand {
    width: auto !important;
  }
  .cid-tGSCe9EN2r .navbar-collapse {
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
  .cid-tGSCe9EN2r .navbar-collapse .nav-item {
    margin: 8px 0 !important;
  }
  .cid-tGSCe9EN2r .navbar-collapse .nav-item .nav-link {
    margin: 0 !important;
    padding: 0 !important;
    transition: 0.3s all;
    opacity: 1;
    justify-content: left;
  }
  .cid-tGSCe9EN2r .navbar-collapse .nav-item .nav-link:hover {
    opacity: 1;
    color: #FFFFFF !important;
  }
  .cid-tGSCe9EN2r .icons-menu {
    margin-top: 10px;
    justify-content: left;
  }
  .cid-tGSCe9EN2r .navbar-buttons {
    margin-top: 20px;
    text-align: left;
    margin-left: -0.6rem;
    margin-right: -0.6rem;
  }
}
.cid-tGSCeazVYg {
  padding-top: 10rem;
  padding-bottom: 9rem;
  background-image: url("../../../assets/images/dsc06957-2000x1127.jpg");
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 650px;
}
.cid-tGSCeazVYg .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGSCeazVYg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1024px) {
  .cid-tGSCeazVYg {
    min-height: 750px;
  }
}
.cid-tGSCeazVYg .mbr-section-title {
  color: #ffffff;
}
.cid-tGSCeazVYg .mbr-section-subtitle {
  color: #FFFFFF;
  margin-top: 16px;
}
.cid-tGSCeazVYg .mbr-text {
  color: #FFFFFF;
  margin-top: 16px;
}
.cid-tGSCeazVYg .mbr-section-btn {
  margin-top: 18px;
}
.cid-tGSCeazVYg .mbr-text,
.cid-tGSCeazVYg .mbr-section-btn {
  color: #ffa41d;
}
.cid-tRrHSFkzHd {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #f9f9fc;
}
.cid-tRrHSFkzHd .mbr-section-subtitle {
  margin-bottom: 22px;
  letter-spacing: .13em;
  color: #23272b;
}
@media (max-width: 768px) {
  .cid-tRrHSFkzHd .mbr-section-subtitle {
    margin-bottom: 8px;
  }
}
.cid-tRrHSFkzHd .mbr-section-title {
  margin-bottom: 0;
  color: #20232a;
}
@media (max-width: 768px) {
  .cid-tRrHSFkzHd .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-tRrHSFkzHd .mbr-text {
  padding-top: 10px;
  margin-bottom: 0;
  color: #84858a;
}
@media (max-width: 768px) {
  .cid-tRrHSFkzHd .mbr-text {
    padding: 0;
  }
}
.cid-tIzippopZu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ebebeb;
}
.cid-tIzippopZu .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIzippopZu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tIzippopZu .container {
    padding: 0 30px;
  }
}
.cid-tIzippopZu .text-wrap {
  display: flex;
  align-items: flex-end;
}
.cid-tIzippopZu .text-wrap .text-wrapper {
  display: inline-flex;
  padding-top: 30px;
  border-top: 1px solid #000000;
  margin: 0 92px 40px 0;
  margin: 0 0 40px 92px;
}
@media (max-width: 1440px) {
  .cid-tIzippopZu .text-wrap .text-wrapper {
    margin: 0 0 40px 40px;
  }
}
@media (max-width: 992px) {
  .cid-tIzippopZu .text-wrap .text-wrapper {
    margin: 0 0 30px 0;
  }
}
@media (max-width: 1440px) {
  .cid-tIzippopZu .text-wrap .text-wrapper {
    margin: 0 40px 40px 0;
  }
}
@media (max-width: 992px) {
  .cid-tIzippopZu .text-wrap .text-wrapper {
    margin: 0 0 30px 0;
  }
}
.cid-tIzippopZu .text-wrap .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tIzippopZu .text-wrap .text-wrapper .mbr-iconfont {
  font-size: 22px;
  margin-right: 24px;
  color: #ffa41d;
}
.cid-tIzippopZu .image-wrapper img {
  height: 480px;
  object-fit: cover;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-tIzippopZu .image-wrapper img {
    height: 280px;
  }
}
.cid-tIzippopZu .mbr-text {
  color: #000000;
}
.cid-tGSCecKYHC {
  background-image: url("../../../assets/images/dsc01846-2000x1124.jpg");
}
.cid-tGSCecKYHC .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGSCecKYHC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGSCecKYHC .container-fluid {
  padding: 0 16px;
}
@media (max-width: 991px) {
  .cid-tGSCecKYHC .container-fluid {
    padding: 0 12px;
  }
}
.cid-tGSCecKYHC .row {
  margin-top: -3px;
  display: flex;
  justify-content: center;
  padding: 64px 28px;
  overflow: hidden;
  position: relative;
}
@media (max-width: 992px) {
  .cid-tGSCecKYHC .row {
    padding: 48px 20px;
  }
}
.cid-tGSCecKYHC .row:before {
  content: '';
  position: absolute;
  top: 8rem;
  width: 200vh;
  height: 300px;
  display: block;
  background-color: transparent;
  border: 5px solid #ffa41d;
  border-radius: 100%;
}
.cid-tGSCecKYHC .card {
  border-right: 0;
  transform: rotate(17deg);
}
@media (max-width: 992px) {
  .cid-tGSCecKYHC .card {
    margin: 0 !important;
  }
}
.cid-tGSCecKYHC .card:nth-child(2) {
  transform: rotate(347deg);
  margin-top: 5rem;
}
.cid-tGSCecKYHC .card:last-child {
  transform: rotate(1deg);
  margin-left: -3rem;
  margin-top: -2.5rem;
}
.cid-tGSCecKYHC .card .image-wrapper {
  padding: 20px;
  border-radius: 16px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-tGSCecKYHC .card .image-wrapper {
    margin-bottom: 48px;
  }
}
.cid-tGSCecKYHC .card .image-wrapper img {
  height: 300px;
  object-fit: cover;
}
.cid-tGSCecKYHC .card .image-wrapper .mbr-text {
  margin-bottom: 0;
  margin-top: 10px;
}
.cid-tGSCecKYHC .mbr-text {
  color: #07553B;
}
.cid-tIsU6B7GYp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ebebeb;
}
.cid-tIsU6B7GYp .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIsU6B7GYp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tIsU6B7GYp .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tIsU6B7GYp .container-fluid {
    padding: 0 30px;
  }
}
.cid-tIsU6B7GYp .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tIsU6B7GYp .container {
    padding: 0 30px;
  }
}
.cid-tIsU6B7GYp .text-wrap {
  display: flex;
  align-items: flex-end;
}
.cid-tIsU6B7GYp .text-wrap .text-wrapper {
  display: inline-flex;
  padding-top: 30px;
  border-top: 1px solid #000000;
  margin: 0 92px 40px 0;
  margin: 0 0 40px 92px;
}
@media (max-width: 1440px) {
  .cid-tIsU6B7GYp .text-wrap .text-wrapper {
    margin: 0 0 40px 40px;
  }
}
@media (max-width: 992px) {
  .cid-tIsU6B7GYp .text-wrap .text-wrapper {
    margin: 0 0 30px 0;
  }
}
@media (max-width: 1440px) {
  .cid-tIsU6B7GYp .text-wrap .text-wrapper {
    margin: 0 40px 40px 0;
  }
}
@media (max-width: 992px) {
  .cid-tIsU6B7GYp .text-wrap .text-wrapper {
    margin: 0 0 30px 0;
  }
}
.cid-tIsU6B7GYp .text-wrap .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tIsU6B7GYp .text-wrap .text-wrapper .mbr-iconfont {
  font-size: 22px;
  margin-right: 24px;
  color: #ffa41d;
}
.cid-tIsU6B7GYp .image-wrapper img {
  height: 480px;
  object-fit: cover;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-tIsU6B7GYp .image-wrapper img {
    height: 280px;
  }
}
.cid-tIsU6B7GYp .mbr-text {
  color: #000000;
}
.cid-tIsBwuhvkE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ebebeb;
}
.cid-tIsBwuhvkE .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIsBwuhvkE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tIsBwuhvkE .container {
    padding: 0 30px;
  }
}
.cid-tIsBwuhvkE .text-wrap {
  display: flex;
  align-items: flex-end;
}
.cid-tIsBwuhvkE .text-wrap .text-wrapper {
  display: inline-flex;
  padding-top: 30px;
  border-top: 1px solid #000000;
  margin: 0 92px 40px 0;
  margin: 0 0 40px 92px;
}
@media (max-width: 1440px) {
  .cid-tIsBwuhvkE .text-wrap .text-wrapper {
    margin: 0 0 40px 40px;
  }
}
@media (max-width: 992px) {
  .cid-tIsBwuhvkE .text-wrap .text-wrapper {
    margin: 0 0 30px 0;
  }
}
@media (max-width: 1440px) {
  .cid-tIsBwuhvkE .text-wrap .text-wrapper {
    margin: 0 40px 40px 0;
  }
}
@media (max-width: 992px) {
  .cid-tIsBwuhvkE .text-wrap .text-wrapper {
    margin: 0 0 30px 0;
  }
}
.cid-tIsBwuhvkE .text-wrap .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tIsBwuhvkE .text-wrap .text-wrapper .mbr-iconfont {
  font-size: 22px;
  margin-right: 24px;
  color: #ffa41d;
}
.cid-tIsBwuhvkE .image-wrapper img {
  height: 480px;
  object-fit: cover;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-tIsBwuhvkE .image-wrapper img {
    height: 280px;
  }
}
.cid-tIsBwuhvkE .mbr-text {
  color: #000000;
}
.cid-tGSCefjJSX {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #f9f9fc;
}
.cid-tGSCefjJSX .image-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
}
@media (max-width: 992px) {
  .cid-tGSCefjJSX .image-wrapper {
    height: auto;
  }
}
@media (max-width: 768px) {
  .cid-tGSCefjJSX .image-wrapper {
    margin-bottom: 30px;
  }
}
.cid-tGSCefjJSX .image-wrapper img {
  max-width: 520px;
  height: 640px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tGSCefjJSX .image-wrapper img {
    height: 457px;
  }
}
.cid-tGSCefjJSX .image-wrapper .mbr-description {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 353px;
  height: auto;
  padding: 55px 40px 55px;
  margin: 0;
  background-color: #1f242e;
}
@media (max-width: 1200px) {
  .cid-tGSCefjJSX .image-wrapper .mbr-description {
    width: 255px;
  }
}
@media (max-width: 768px) {
  .cid-tGSCefjJSX .image-wrapper .mbr-description {
    padding: 30px 20px;
  }
}
.cid-tGSCefjJSX .text {
  padding-left: 9%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tGSCefjJSX .text {
    padding: 0 12px;
  }
}
.cid-tGSCefjJSX .text .text-wrapper .mbr-section-subtitle {
  margin-bottom: 22px;
  letter-spacing: .13em;
}
@media (max-width: 768px) {
  .cid-tGSCefjJSX .text .text-wrapper .mbr-section-subtitle {
    margin-bottom: 7px;
  }
}
.cid-tGSCefjJSX .text .text-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-tGSCefjJSX .text .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tGSCefjJSX .text .list-wrapper {
  margin-top: 45px;
}
@media (max-width: 768px) {
  .cid-tGSCefjJSX .text .list-wrapper {
    margin-top: 20px;
  }
}
.cid-tGSCefjJSX .text .list-wrapper .list-item {
  padding: 27px 0;
  border-top: 1px solid #bbbbbb;
}
.cid-tGSCefjJSX .text .list-wrapper .list-item:first-child {
  padding-top: 0;
  border: none;
}
.cid-tGSCefjJSX .text .list-wrapper .list-item:last-child {
  padding-bottom: 0;
}
.cid-tGSCefjJSX .text .list-wrapper .list-item .mbr-number {
  margin: 0 15px 0 0;
  display: inline;
}
.cid-tGSCefjJSX .text .list-wrapper .list-item .mbr-list {
  margin: 0;
  display: inline;
}
.cid-tGSCefjJSX .mbr-section-btn {
  margin-top: 45px;
}
@media (max-width: 768px) {
  .cid-tGSCefjJSX .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-tGSCefjJSX .btn {
  height: 55px;
  min-width: 170px;
  box-shadow: none;
  margin-top: 0;
}
.cid-tGSCefjJSX .btn:hover {
  box-shadow: none;
}
.cid-tGSCefjJSX .mbr-description {
  color: #fafafa;
  text-align: center;
}
.cid-tGSCefjJSX .mbr-section-subtitle {
  color: #ffa41d;
}
.cid-tGSCefjJSX .mbr-section-title {
  color: #20232a;
}
.cid-tGSCefjJSX .mbr-text {
  color: #84858a;
}
.cid-tGSCefjJSX .mbr-number {
  color: #84858a;
}
.cid-tGSCefjJSX .mbr-list {
  color: #20232a;
}
.cid-tGSCefjJSX .mbr-section-title,
.cid-tGSCefjJSX .list-item,
.cid-tGSCefjJSX .mbr-section-btn {
  text-align: left;
  color: #1f242e;
}
.cid-tItxRztpvh {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #ebebeb;
}
.cid-tItxRztpvh .mbr-fallback-image.disabled {
  display: none;
}
.cid-tItxRztpvh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tItxRztpvh .container {
    padding: 0 30px;
  }
}
.cid-tItxRztpvh .text-wrap {
  display: flex;
  align-items: flex-end;
}
.cid-tItxRztpvh .text-wrap .text-wrapper {
  display: inline-flex;
  padding-top: 30px;
  border-top: 1px solid #000000;
  margin: 0 92px 40px 0;
}
@media (max-width: 1440px) {
  .cid-tItxRztpvh .text-wrap .text-wrapper {
    margin: 0 40px 40px 0;
  }
}
@media (max-width: 992px) {
  .cid-tItxRztpvh .text-wrap .text-wrapper {
    margin: 0 0 30px 0;
  }
}
.cid-tItxRztpvh .text-wrap .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tItxRztpvh .text-wrap .text-wrapper .mbr-iconfont {
  font-size: 22px;
  margin-right: 24px;
  color: #ffa41d;
}
.cid-tItxRztpvh .image-wrapper img {
  height: 480px;
  object-fit: cover;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-tItxRztpvh .image-wrapper img {
    height: 280px;
  }
}
.cid-tItxRztpvh .mbr-text {
  color: #000000;
}
.cid-tW9rJTNMLL {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background: #efefec;
  overflow: hidden;
}
.cid-tW9rJTNMLL .mbr-fallback-image.disabled {
  display: none;
}
.cid-tW9rJTNMLL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tW9rJTNMLL .row {
  position: relative;
  z-index: 10;
}
.cid-tW9rJTNMLL .col-title {
  display: flex;
  align-items: flex-start;
  margin-bottom: 60px;
}
@media (max-width: 991px) {
  .cid-tW9rJTNMLL .col-title {
    flex-wrap: wrap;
    margin-bottom: 40px;
  }
}
.cid-tW9rJTNMLL .mbr-section-title {
  color: #2B2B2B;
  width: 65%;
  flex-grow: 1;
}
@media (max-width: 991px) {
  .cid-tW9rJTNMLL .mbr-section-title {
    width: 100%;
    text-align: center !important;
  }
}
.cid-tW9rJTNMLL .mbr-section-subtitle {
  color: #1b80e6;
  padding-left: 40px;
  width: 35%;
  margin-left: auto;
  text-align: right;
}
@media (max-width: 991px) {
  .cid-tW9rJTNMLL .mbr-section-subtitle {
    width: 100%;
    text-align: center !important;
    padding-left: 0;
    margin-left: 0;
    margin-top: 20px;
  }
}
.cid-tW9rJTNMLL .google-map {
  height: 350px;
  position: relative;
  padding: 0 20px;
}
.cid-tW9rJTNMLL .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tW9rJTNMLL .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tW9rJTNMLL .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tW9rJTNMLL .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tW9rJTNMLL .col-text {
  display: flex;
  align-items: flex-start;
  margin-top: 40px;
}
@media (max-width: 991px) {
  .cid-tW9rJTNMLL .col-text {
    flex-wrap: wrap;
    margin-top: 30px;
  }
}
.cid-tW9rJTNMLL .mbr-text {
  color: #2B2B2B;
  width: 50%;
  margin-right: auto;
  padding-right: 40px;
}
@media (max-width: 991px) {
  .cid-tW9rJTNMLL .mbr-text {
    width: 100%;
    padding-right: 0;
    margin-right: 0;
  }
}
.cid-tW9rJTNMLL .mbr-place {
  color: #2B2B2B;
  width: 50%;
  margin-left: auto;
}
@media (max-width: 991px) {
  .cid-tW9rJTNMLL .mbr-place {
    width: 100%;
    margin-left: 0;
    margin-top: 24px;
  }
}
.cid-tW9rJTNMLL .container,
.cid-tW9rJTNMLL .container-fluid {
  position: relative;
}
.cid-tW9rJTNMLL .circle-blur {
  position: absolute;
  transform: translate(50%, -50%);
  display: block;
  width: 200px;
  height: 200px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 500px;
  opacity: .97;
  -webkit-filter: blur(50px) blur(50px);
  filter: blur(50px) blur(50px);
}
@media (max-width: 767px) {
  .cid-tW9rJTNMLL .circle-blur {
    width: 200px;
    height: 200px;
  }
}
.cid-tW9rJTNMLL .circle-blur1 {
  top: 10%;
  right: 50%;
  background-image: linear-gradient(132deg, #ffa41d 27%, #ffa41d 50%, #ffa41d 79%);
}
.cid-tW9rJTNMLL .circle-blur2 {
  top: 13%;
  right: 40%;
  background-image: linear-gradient(132deg, #0057fc 27%, #0057fc 50%, #0057fc 79%);
}
.cid-tIttGJKi7O {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f0f0f5;
}
.cid-tIttGJKi7O .video-wrapper iframe {
  width: 100%;
}
.cid-tIttGJKi7O .mbr-section-title,
.cid-tIttGJKi7O .mbr-section-subtitle,
.cid-tIttGJKi7O .mbr-text {
  text-align: center;
}
.cid-tIttGJKi7O .mbr-section-subtitle {
  margin-bottom: 22px;
  letter-spacing: .13em;
  color: #ffa41d;
  text-align: center;
}
.cid-tIttGJKi7O .mbr-section-title {
  margin-bottom: 14px;
  color: #20232a;
  text-align: center;
}
.cid-tIttGJKi7O .mbr-text {
  margin-bottom: 0;
  color: #65676c;
}
.cid-tIttGJKi7O .mbr-section-head {
  margin-bottom: 45px;
}
.cid-tIttGJKi7O .mbr-section-title,
.cid-tIttGJKi7O .mbr-section-btn {
  color: #1f242e;
}
.cid-tItyAYW2Yw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tItyAYW2Yw img {
  display: inline;
  border: 8px solid #ffffff;
  border-radius: 25px;
}
.cid-tItyAYW2Yw .col-12 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
}
.cid-tItyAYW2Yw .first {
  transform: rotate(10deg);
  max-height: 317px;
  width: auto;
}
.cid-tItyAYW2Yw .second {
  transform: rotate(356deg);
  max-height: 390px;
  width: auto;
  z-index: 5;
}
.cid-tItyAYW2Yw .third {
  transform: rotate(5deg);
  max-height: 476px;
  width: auto;
  z-index: 10;
}
.cid-tItyAYW2Yw .fourth {
  transform: rotate(356deg);
  max-height: 390px;
  width: auto;
  z-index: 5;
}
.cid-tItyAYW2Yw .fifth {
  transform: rotate(350deg);
  max-height: 317px;
  width: auto;
}
@media (max-width: 1400px) {
  .cid-tItyAYW2Yw .first {
    max-height: 250px;
  }
  .cid-tItyAYW2Yw .second {
    max-height: 323px;
  }
  .cid-tItyAYW2Yw .third {
    max-height: 408px;
  }
  .cid-tItyAYW2Yw .fourth {
    max-height: 323px;
  }
  .cid-tItyAYW2Yw .fifth {
    max-height: 250px;
  }
}
@media (max-width: 1100px) {
  .cid-tItyAYW2Yw .first {
    max-height: 200px;
  }
  .cid-tItyAYW2Yw .second {
    max-height: 270px;
  }
  .cid-tItyAYW2Yw .third {
    max-height: 350px;
  }
  .cid-tItyAYW2Yw .fourth {
    max-height: 270px;
  }
  .cid-tItyAYW2Yw .fifth {
    max-height: 200px;
  }
}
@media (max-width: 900px) {
  .cid-tItyAYW2Yw .first {
    display: none;
  }
  .cid-tItyAYW2Yw .second {
    max-height: 323px;
  }
  .cid-tItyAYW2Yw .third {
    max-height: 408px;
  }
  .cid-tItyAYW2Yw .fourth {
    max-height: 323px;
  }
  .cid-tItyAYW2Yw .fifth {
    display: none;
  }
}
@media (max-width: 765px) {
  .cid-tItyAYW2Yw .second {
    max-height: 250px;
  }
  .cid-tItyAYW2Yw .third {
    max-height: 340px;
  }
  .cid-tItyAYW2Yw .fourth {
    max-height: 250px;
  }
}
@media (max-width: 650px) {
  .cid-tItyAYW2Yw .second {
    max-height: 180px;
  }
  .cid-tItyAYW2Yw .third {
    max-height: 270px;
  }
  .cid-tItyAYW2Yw .fourth {
    max-height: 180px;
  }
}
@media (max-width: 465px) {
  .cid-tItyAYW2Yw .second {
    display: none;
  }
  .cid-tItyAYW2Yw .third {
    max-height: initial;
    width: 90%;
  }
  .cid-tItyAYW2Yw .fourth {
    display: none;
  }
}
.cid-tItCQ4MAiW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ebebeb;
}
.cid-tItCQ4MAiW .mbr-fallback-image.disabled {
  display: none;
}
.cid-tItCQ4MAiW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tItCQ4MAiW .container {
    padding: 0 30px;
  }
}
.cid-tItCQ4MAiW .text-wrap {
  display: flex;
  align-items: flex-end;
}
.cid-tItCQ4MAiW .text-wrap .text-wrapper {
  display: inline-flex;
  padding-top: 30px;
  border-top: 1px solid #000000;
  margin: 0 92px 40px 0;
}
@media (max-width: 1440px) {
  .cid-tItCQ4MAiW .text-wrap .text-wrapper {
    margin: 0 40px 40px 0;
  }
}
@media (max-width: 992px) {
  .cid-tItCQ4MAiW .text-wrap .text-wrapper {
    margin: 0 0 30px 0;
  }
}
.cid-tItCQ4MAiW .text-wrap .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tItCQ4MAiW .text-wrap .text-wrapper .mbr-iconfont {
  font-size: 22px;
  margin-right: 24px;
  color: #ffa41d;
}
.cid-tItCQ4MAiW .image-wrapper img {
  height: 480px;
  object-fit: cover;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-tItCQ4MAiW .image-wrapper img {
    height: 280px;
  }
}
.cid-tItCQ4MAiW .mbr-text {
  color: #000000;
}
.cid-tIv6y08rdq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/dsc06826-2000x1127.jpg");
}
.cid-tIv6y08rdq .mbr-section-head {
  padding: 0 1rem;
}
.cid-tIv6y08rdq .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-tIv6y08rdq .team-card:hover {
  transform: translateY(-10px);
}
.cid-tIv6y08rdq .card-wrap {
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-tIv6y08rdq .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-tIv6y08rdq .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-tIv6y08rdq .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tIv6y08rdq .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-tIv6y08rdq .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 50%;
  max-width: 40%;
}
@media (max-width: 768px) {
  .cid-tIv6y08rdq .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 5px !important;
    margin-right: 5px !important;
  }
}
.cid-tIv6y08rdq .embla__button--next,
.cid-tIv6y08rdq .embla__button--prev {
  display: flex;
}
.cid-tIv6y08rdq .embla__button {
  top: -13%;
  width: 38px;
  height: 38px;
  margin-top: -1.5rem;
  font-size: 14px;
  background-color: transparent;
  color: #ffa41d;
  border: 2px solid #ffa41d;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tIv6y08rdq .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tIv6y08rdq .embla__button:hover {
  background: transparent;
  opacity: .7;
}
.cid-tIv6y08rdq .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tIv6y08rdq .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 992px) {
  .cid-tIv6y08rdq .embla__button {
    top: -10%;
  }
}
.cid-tIv6y08rdq .embla {
  position: relative;
  width: 100%;
  margin-top: 52px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-tIv6y08rdq .embla {
    margin-top: 80px;
  }
}
.cid-tIv6y08rdq .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tIv6y08rdq .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tIv6y08rdq .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tIv6y08rdq .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tIv6y08rdq .mbr-section-subtitle {
  margin-bottom: 27px;
  letter-spacing: 0.13em;
  color: #FF4712;
  text-align: center;
}
.cid-tIv6y08rdq .mbr-section-title {
  margin-bottom: 16px;
  color: #ffa41d;
  text-align: center;
}
.cid-tIv6y08rdq .mbr-text {
  margin: 0;
  color: #EAEAEA;
  text-align: center;
}
.cid-tIv6y08rdq .mbr-text ul {
  list-style-position: inside;
  display: flex;
  justify-content: center;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tIv6y08rdq .mbr-text ul {
    display: block;
  }
}
.cid-tIv6y08rdq .mbr-text ul li {
  padding: 0 3rem;
}
@media (max-width: 992px) {
  .cid-tIv6y08rdq .mbr-text ul li {
    margin-top: 10px;
    margin-left: 0;
  }
}
.cid-tIv6y08rdq .mbr-text ul li::marker {
  color: #ffa41d;
  font-size: 18px;
}
.cid-tIv6y08rdq .item-wrapper {
  height: 100%;
}
.cid-tIv6y08rdq .item-wrapper .image-wrap {
  height: 100%;
}
.cid-tIv6y08rdq .item-wrapper .image-wrap img {
  width: 100%;
  height: 420px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tIv6y08rdq .item-wrapper .image-wrap img {
    height: 320px;
  }
}
.cid-tItB7fN32K {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #fafafa;
}
@media (max-width: 991px) {
  .cid-tItB7fN32K .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tItB7fN32K .row {
  flex-direction: row-reverse;
}
.cid-tItB7fN32K img {
  width: 100%;
  height: 600px;
  transition: all 0.3s;
  object-fit: cover;
}
.cid-tItB7fN32K .image-wrapper {
  overflow: hidden;
  height: 600px;
}
.cid-tItB7fN32K .image-wrapper:hover img {
  transform: scale(1.03);
}
@media (max-width: 992px) {
  .cid-tItB7fN32K .image-wrapper {
    height: 400px;
  }
}
.cid-tIsJBEEBMs {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ebebeb;
}
.cid-tIsJBEEBMs .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIsJBEEBMs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tIsJBEEBMs .container {
    padding: 0 30px;
  }
}
.cid-tIsJBEEBMs .text-wrap {
  display: flex;
  align-items: flex-end;
}
.cid-tIsJBEEBMs .text-wrap .text-wrapper {
  display: inline-flex;
  padding-top: 30px;
  border-top: 1px solid #000000;
  margin: 0 92px 40px 0;
  margin: 0 0 40px 92px;
}
@media (max-width: 1440px) {
  .cid-tIsJBEEBMs .text-wrap .text-wrapper {
    margin: 0 0 40px 40px;
  }
}
@media (max-width: 992px) {
  .cid-tIsJBEEBMs .text-wrap .text-wrapper {
    margin: 0 0 30px 0;
  }
}
@media (max-width: 1440px) {
  .cid-tIsJBEEBMs .text-wrap .text-wrapper {
    margin: 0 40px 40px 0;
  }
}
@media (max-width: 992px) {
  .cid-tIsJBEEBMs .text-wrap .text-wrapper {
    margin: 0 0 30px 0;
  }
}
.cid-tIsJBEEBMs .text-wrap .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tIsJBEEBMs .text-wrap .text-wrapper .mbr-iconfont {
  font-size: 22px;
  margin-right: 24px;
  color: #ffa41d;
}
.cid-tIsJBEEBMs .image-wrapper img {
  height: 480px;
  object-fit: cover;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-tIsJBEEBMs .image-wrapper img {
    height: 280px;
  }
}
.cid-tIsJBEEBMs .mbr-text {
  color: #000000;
}
.cid-tIsL4sKfA6 {
  padding-top: 5rem;
  padding-bottom: 10rem;
  background-color: #ebebeb;
}
.cid-tIsL4sKfA6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIsL4sKfA6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tIsL4sKfA6 .container {
    padding: 0 30px;
  }
}
.cid-tIsL4sKfA6 .text-wrap {
  display: flex;
  align-items: flex-end;
}
.cid-tIsL4sKfA6 .text-wrap .text-wrapper {
  display: inline-flex;
  padding-top: 30px;
  border-top: 1px solid #000000;
  margin: 0 92px 40px 0;
}
@media (max-width: 1440px) {
  .cid-tIsL4sKfA6 .text-wrap .text-wrapper {
    margin: 0 40px 40px 0;
  }
}
@media (max-width: 992px) {
  .cid-tIsL4sKfA6 .text-wrap .text-wrapper {
    margin: 0 0 30px 0;
  }
}
.cid-tIsL4sKfA6 .text-wrap .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tIsL4sKfA6 .text-wrap .text-wrapper .mbr-iconfont {
  font-size: 22px;
  margin-right: 24px;
  color: #ffa41d;
}
.cid-tIsL4sKfA6 .image-wrapper img {
  height: 480px;
  object-fit: cover;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-tIsL4sKfA6 .image-wrapper img {
    height: 280px;
  }
}
.cid-tIsL4sKfA6 .mbr-text {
  color: #000000;
}
.cid-tGSCeqYQC0 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #1b2028;
}
.cid-tGSCeqYQC0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGSCeqYQC0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGSCeqYQC0 .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-tGSCeqYQC0 .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-tGSCeqYQC0 .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-tGSCeqYQC0 .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-tGSCeqYQC0 .container {
    max-width: 100%;
  }
  .cid-tGSCeqYQC0 .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-tGSCeqYQC0 .item-wrap {
  width: 100%;
}
.cid-tGSCeqYQC0 .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-tGSCeqYQC0 .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tGSCeqYQC0 .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tGSCeqYQC0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tGSCeqYQC0 .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-tGSCeqYQC0 .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tGSCeqYQC0 .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-tGSCeqYQC0 .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-tGSCeqYQC0 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1f242e, #171a21);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-tGSCeqYQC0 .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-tGSCeqYQC0 .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #ffa41d;
}
.cid-tGSCeqYQC0 .soc-item:hover {
  transform: translateY(-3px);
}
.cid-tGSCeqYQC0 .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tGSCeqYQC0 .col-links {
    padding-top: 20px;
  }
}
.cid-tGSCeqYQC0 .mbr-section-subtitle {
  color: #ffa41d;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .cid-tGSCeqYQC0 .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-tGSCeqYQC0 .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #C4CFDE;
  transition: 0.4s all;
}
@media (max-width: 575px) {
  .cid-tGSCeqYQC0 .list {
    text-align: center !important;
  }
}
.cid-tGSCeqYQC0 .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-tGSCeqYQC0 .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-tGSCeqYQC0 .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-tGSCeqYQC0 .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ffa41d;
  transition: 0.4s all;
}
.cid-tGSCeqYQC0 .list a:hover {
  color: #ffa41d !important;
  line-height: inherit !important;
}
.cid-tGSCeqYQC0 .list a:hover:before {
  width: 100%;
}
.cid-tGSCeqYQC0 .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-tGSCeqYQC0 .col-copyright {
    padding-top: 40px;
  }
}
.cid-tGSCeqYQC0 .border-item {
  width: 100%;
  height: 1px;
  background-color: #ffa41d;
}
.cid-tGSCeqYQC0 .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
.cid-tB7w5Dvaxi .navbar-dropdown {
  position: relative !important;
}
.cid-tB7w5Dvaxi .navbar-dropdown {
  position: absolute !important;
}
.cid-tB7w5Dvaxi .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-tB7w5Dvaxi .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tB7w5Dvaxi .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tB7w5Dvaxi .dropdown-item:hover,
.cid-tB7w5Dvaxi .dropdown-item:focus {
  background: #ffa41d !important;
  color: white !important;
}
.cid-tB7w5Dvaxi .dropdown-item:hover span {
  color: white;
}
.cid-tB7w5Dvaxi .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tB7w5Dvaxi .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tB7w5Dvaxi .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tB7w5Dvaxi .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tB7w5Dvaxi .nav-link {
  position: relative;
}
.cid-tB7w5Dvaxi .container {
  display: flex;
  margin: auto;
}
.cid-tB7w5Dvaxi .iconfont-wrapper {
  color: #ffa41d !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tB7w5Dvaxi .navbar-nav .nav-item {
  margin: 10px 14px !important;
}
.cid-tB7w5Dvaxi .navbar-nav .nav-item .nav-link {
  margin: 5px 10px !important;
  padding: 0 !important;
  transition: 0.3s all;
  opacity: 0.5;
}
.cid-tB7w5Dvaxi .navbar-nav .nav-item .nav-link:hover,
.cid-tB7w5Dvaxi .navbar-nav .nav-item .nav-link:focus,
.cid-tB7w5Dvaxi .navbar-nav .nav-item .nav-link:active {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-tB7w5Dvaxi .dropdown-menu,
.cid-tB7w5Dvaxi .navbar.opened {
  background: #1f242e !important;
}
.cid-tB7w5Dvaxi .nav-item:focus,
.cid-tB7w5Dvaxi .nav-link:focus {
  outline: none;
}
.cid-tB7w5Dvaxi .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tB7w5Dvaxi .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tB7w5Dvaxi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tB7w5Dvaxi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tB7w5Dvaxi .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tB7w5Dvaxi .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tB7w5Dvaxi .navbar {
  min-height: 122px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  padding: 0 !important;
  box-shadow: none !important;
  background: #1f242e;
  background: rgba(31, 36, 46, 0.3);
}
.cid-tB7w5Dvaxi .navbar:not(.navbar-short) {
  border-bottom: none;
}
.cid-tB7w5Dvaxi .navbar.opened {
  transition: all 0.3s;
}
.cid-tB7w5Dvaxi .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tB7w5Dvaxi .navbar .navbar-logo img {
  width: auto;
}
.cid-tB7w5Dvaxi .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tB7w5Dvaxi .navbar.collapsed {
  justify-content: center;
}
.cid-tB7w5Dvaxi .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tB7w5Dvaxi .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tB7w5Dvaxi .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.5rem);
  }
}
.cid-tB7w5Dvaxi .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tB7w5Dvaxi .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tB7w5Dvaxi .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tB7w5Dvaxi .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tB7w5Dvaxi .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tB7w5Dvaxi .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tB7w5Dvaxi .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tB7w5Dvaxi .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tB7w5Dvaxi .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tB7w5Dvaxi .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tB7w5Dvaxi .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tB7w5Dvaxi .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tB7w5Dvaxi .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tB7w5Dvaxi .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tB7w5Dvaxi .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tB7w5Dvaxi .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tB7w5Dvaxi .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tB7w5Dvaxi .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tB7w5Dvaxi .navbar.navbar-short {
  min-height: 90px;
}
.cid-tB7w5Dvaxi .navbar.navbar-short .navbar-logo img {
  height: 4.2rem !important;
}
.cid-tB7w5Dvaxi .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
@media (max-width: 575px) {
  .cid-tB7w5Dvaxi .navbar {
    min-height: 80px;
  }
}
.cid-tB7w5Dvaxi .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  padding-right: 15px;
  padding-left: 15px;
}
.cid-tB7w5Dvaxi .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tB7w5Dvaxi .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 575px) {
  .cid-tB7w5Dvaxi .navbar-brand {
    min-height: 69px;
  }
}
.cid-tB7w5Dvaxi .dropdown-item.active,
.cid-tB7w5Dvaxi .dropdown-item:active {
  background-color: transparent;
}
.cid-tB7w5Dvaxi .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tB7w5Dvaxi .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tB7w5Dvaxi .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tB7w5Dvaxi .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1f242e;
}
.cid-tB7w5Dvaxi .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tB7w5Dvaxi .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tB7w5Dvaxi ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tB7w5Dvaxi .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tB7w5Dvaxi button.navbar-toggler {
  display: none;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #171a21, #272c30);
  outline: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-tB7w5Dvaxi button.navbar-toggler:hover {
  transform: scale(1.1);
}
.cid-tB7w5Dvaxi button.navbar-toggler .hamburger {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-tB7w5Dvaxi button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #f9f9fc;
}
.cid-tB7w5Dvaxi button.navbar-toggler .hamburger span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-tB7w5Dvaxi button.navbar-toggler .hamburger span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-tB7w5Dvaxi button.navbar-toggler .hamburger span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-tB7w5Dvaxi button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tB7w5Dvaxi nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tB7w5Dvaxi nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tB7w5Dvaxi nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tB7w5Dvaxi nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tB7w5Dvaxi .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tB7w5Dvaxi a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tB7w5Dvaxi .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-tB7w5Dvaxi .navbar {
    height: 70px;
  }
  .cid-tB7w5Dvaxi .navbar.opened {
    height: auto;
  }
  .cid-tB7w5Dvaxi .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tB7w5Dvaxi .navbar-short {
  min-height: 90px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
  background: #1f242e;
  background: rgba(31, 36, 46, 0.3);
}
@media (max-width: 575px) {
  .cid-tB7w5Dvaxi .navbar-short {
    min-height: 70px;
  }
}
.cid-tB7w5Dvaxi .container-fluid {
  padding: 0 64px;
}
@media (max-width: 1599px) {
  .cid-tB7w5Dvaxi .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .cid-tB7w5Dvaxi .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .cid-tB7w5Dvaxi .container-fluid {
    padding: 0 3px;
  }
}
.cid-tB7w5Dvaxi .navbar-collapse {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-tB7w5Dvaxi .mbr-section-btn .btn {
  padding: 15px 35px;
}
@media (min-width: 992px) {
  .cid-tB7w5Dvaxi .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-tB7w5Dvaxi .container-fluid {
  flex-wrap: wrap;
}
.cid-tB7w5Dvaxi button.navbar-toggler {
  display: flex;
}
.cid-tB7w5Dvaxi .navbar-brand {
  width: auto !important;
}
.cid-tB7w5Dvaxi .navbar-collapse {
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.cid-tB7w5Dvaxi .navbar-collapse .nav-item {
  margin: 8px 0 !important;
}
.cid-tB7w5Dvaxi .navbar-collapse .nav-item .nav-link {
  margin: 0 !important;
  padding: 0 !important;
  transition: 0.3s all;
  opacity: 1;
  justify-content: left;
}
.cid-tB7w5Dvaxi .navbar-collapse .nav-item .nav-link:hover {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-tB7w5Dvaxi .icons-menu {
  margin-top: 10px;
  justify-content: left;
}
.cid-tB7w5Dvaxi .navbar-buttons {
  margin-top: 20px;
  text-align: left;
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
@media (max-width: 991px) {
  .cid-tB7w5Dvaxi .container-fluid {
    flex-wrap: wrap;
  }
  .cid-tB7w5Dvaxi button.navbar-toggler {
    display: flex;
  }
  .cid-tB7w5Dvaxi .navbar-brand {
    width: auto !important;
  }
  .cid-tB7w5Dvaxi .navbar-collapse {
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
  .cid-tB7w5Dvaxi .navbar-collapse .nav-item {
    margin: 8px 0 !important;
  }
  .cid-tB7w5Dvaxi .navbar-collapse .nav-item .nav-link {
    margin: 0 !important;
    padding: 0 !important;
    transition: 0.3s all;
    opacity: 1;
    justify-content: left;
  }
  .cid-tB7w5Dvaxi .navbar-collapse .nav-item .nav-link:hover {
    opacity: 1;
    color: #FFFFFF !important;
  }
  .cid-tB7w5Dvaxi .icons-menu {
    margin-top: 10px;
    justify-content: left;
  }
  .cid-tB7w5Dvaxi .navbar-buttons {
    margin-top: 20px;
    text-align: left;
    margin-left: -0.6rem;
    margin-right: -0.6rem;
  }
}
.cid-tHs0iw6PcO {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/dsc06647-2000x1127.jpg");
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 650px;
}
.cid-tHs0iw6PcO .mbr-fallback-image.disabled {
  display: none;
}
.cid-tHs0iw6PcO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1024px) {
  .cid-tHs0iw6PcO {
    min-height: 750px;
  }
}
.cid-tHs0iw6PcO .mbr-section-title {
  color: #ffffff;
}
.cid-tHs0iw6PcO .mbr-section-subtitle {
  color: #FFFFFF;
  margin-top: 16px;
}
.cid-tHs0iw6PcO .mbr-text {
  color: #FFFFFF;
  margin-top: 16px;
}
.cid-tHs0iw6PcO .mbr-section-btn {
  margin-top: 18px;
}
.cid-tRrImPnAFT {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #f9f9fc;
}
.cid-tRrImPnAFT .mbr-section-subtitle {
  margin-bottom: 22px;
  letter-spacing: .13em;
  color: #23272b;
}
@media (max-width: 768px) {
  .cid-tRrImPnAFT .mbr-section-subtitle {
    margin-bottom: 8px;
  }
}
.cid-tRrImPnAFT .mbr-section-title {
  margin-bottom: 0;
  color: #20232a;
}
@media (max-width: 768px) {
  .cid-tRrImPnAFT .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-tRrImPnAFT .mbr-text {
  padding-top: 10px;
  margin-bottom: 0;
  color: #84858a;
}
@media (max-width: 768px) {
  .cid-tRrImPnAFT .mbr-text {
    padding: 0;
  }
}
.cid-tHs6dIOZ9a {
  background-image: url("../../../assets/images/dsc06495-2000x1127.jpg");
}
.cid-tHs6dIOZ9a .mbr-fallback-image.disabled {
  display: none;
}
.cid-tHs6dIOZ9a .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tHs6dIOZ9a .container-fluid {
  padding: 0 16px;
}
@media (max-width: 991px) {
  .cid-tHs6dIOZ9a .container-fluid {
    padding: 0 12px;
  }
}
.cid-tHs6dIOZ9a .row {
  margin-top: -3px;
  display: flex;
  justify-content: center;
  padding: 64px 28px;
  overflow: hidden;
  position: relative;
}
@media (max-width: 992px) {
  .cid-tHs6dIOZ9a .row {
    padding: 48px 20px;
  }
}
.cid-tHs6dIOZ9a .row:before {
  content: '';
  position: absolute;
  top: 8rem;
  width: 200vh;
  height: 300px;
  display: block;
  background-color: transparent;
  border: 5px solid #ffa41d;
  border-radius: 100%;
}
.cid-tHs6dIOZ9a .card {
  border-right: 0;
  transform: rotate(17deg);
}
@media (max-width: 992px) {
  .cid-tHs6dIOZ9a .card {
    margin: 0 !important;
  }
}
.cid-tHs6dIOZ9a .card:nth-child(2) {
  transform: rotate(347deg);
  margin-top: 5rem;
}
.cid-tHs6dIOZ9a .card:last-child {
  transform: rotate(1deg);
  margin-left: -3rem;
  margin-top: -2.5rem;
}
.cid-tHs6dIOZ9a .card .image-wrapper {
  padding: 20px;
  border-radius: 16px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-tHs6dIOZ9a .card .image-wrapper {
    margin-bottom: 48px;
  }
}
.cid-tHs6dIOZ9a .card .image-wrapper img {
  height: 300px;
  object-fit: cover;
}
.cid-tHs6dIOZ9a .card .image-wrapper .mbr-text {
  margin-bottom: 0;
  margin-top: 10px;
}
.cid-tHs6dIOZ9a .mbr-text {
  color: #07553B;
}
.cid-tHs6c74Z1G {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-tHs6c74Z1G .main_header {
  margin-bottom: 8rem;
}
.cid-tHs6c74Z1G .mbr-section-subtitle {
  margin-bottom: .75rem;
  line-height: 1;
  color: #222d35;
}
.cid-tHs6c74Z1G .mbr-text {
  margin-top: 12px;
  margin-bottom: 1.5em;
  letter-spacing: -0.025rem;
}
.cid-tHs6c74Z1G .card_item {
  border-radius: 0 !important;
  cursor: pointer;
}
@media (min-width: 768px) {
  .cid-tHs6c74Z1G .card_item {
    border-left: 1px dotted rgba(0, 0, 0, 0.5);
  }
  .cid-tHs6c74Z1G .card_item:last-child {
    border-right: 1px dotted rgba(0, 0, 0, 0.5);
  }
  .cid-tHs6c74Z1G .card_item:nth-child(1) .card-box {
    padding-top: 8rem;
  }
  .cid-tHs6c74Z1G .card_item:nth-child(2) .card-box {
    padding-top: 0;
  }
  .cid-tHs6c74Z1G .card_item:nth-child(3) .card-box {
    padding-top: 16rem;
  }
}
.cid-tHs6c74Z1G .item-wrapper {
  padding: 0 1rem;
}
.cid-tHs6c74Z1G .card-box {
  height: 100%;
  padding: 2rem 0 ;
}
@media (min-width: 1199px) {
  .cid-tHs6c74Z1G .card-box {
    padding: 2.5rem 2rem 2.5rem ;
  }
}
.cid-tHs6c74Z1G .item-img {
  margin-bottom: 1.5rem;
  position: relative;
}
.cid-tHs6c74Z1G .card-title {
  margin-top: .75rem;
  margin-bottom: 1.5rem;
  color: #000000;
}
.cid-tHs6c74Z1G .card-text {
  margin-bottom: 1.25rem;
}
.cid-tHs6c74Z1G .card-descr {
  position: absolute;
  top: 0;
  right: 0;
  margin-right: -1.25rem;
  line-height: 1;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  -webkit-text-orientation: sideways;
  text-orientation: sideways;
}
@media (max-width: 1199px) {
  .cid-tHs6c74Z1G .card-descr {
    margin-right: -1rem;
  }
}
.cid-tHs6c74Z1G img,
.cid-tHs6c74Z1G .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-tHs6c74Z1G .item-wrapper {
    padding: 2rem 0;
    border-bottom: 1px dotted rgba(0, 0, 0, 0.5);
  }
  .cid-tHs6c74Z1G .main_header {
    margin-bottom: 4rem;
  }
  .cid-tHs6c74Z1G .mbr-section-subtitle {
    margin-bottom: .25rem;
  }
  .cid-tHs6c74Z1G .mbr-section-title {
    margin-bottom: 1.5rem;
  }
  .cid-tHs6c74Z1G .mbr-text {
    margin-top: 0;
    margin-bottom: 1rem;
  }
  .cid-tHs6c74Z1G .card-title {
    margin-bottom: 1.25rem;
  }
  .cid-tHs6c74Z1G .card-text {
    margin-bottom: .75rem;
  }
  .cid-tHs6c74Z1G .item-img {
    padding-right: 1rem;
  }
  .cid-tHs6c74Z1G .card-descr {
    right: 1rem;
  }
}
.cid-tHs6c74Z1G .mbr-text,
.cid-tHs6c74Z1G .linkBtn {
  color: #222d35;
}
.cid-tHs6c74Z1G .mbr-section-title {
  color: #000000;
}
.cid-tHs6c74Z1G .card-text,
.cid-tHs6c74Z1G .linkBtn {
  color: #222d35;
}
.cid-tHwTj6JUTc {
  background-color: #1f242e;
}
.cid-tHwTj6JUTc .mbr-fallback-image.disabled {
  display: none;
}
.cid-tHwTj6JUTc .pb {
  padding-bottom: 2rem;
}
@media (min-width: 1600px) {
  .cid-tHwTj6JUTc .col-lg-6 {
    padding: 0 2rem;
  }
  .cid-tHwTj6JUTc .pb {
    padding-bottom: 5rem;
  }
  .cid-tHwTj6JUTc .container-fluid {
    padding: 0 3rem !important;
    margin: 0;
  }
}
@media (max-width: 992px) {
  .cid-tHwTj6JUTc .md-pb {
    padding-bottom: 2rem;
  }
}
.cid-tHwTj6JUTc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tHwTj6JUTc .row {
  flex-direction: row-reverse;
}
.cid-tHwTj6JUTc img {
  width: 100%;
}
.cid-tHwTj6JUTc .mbr-text {
  color: #ffffff;
}
.cid-tHsTuO1We8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ebebeb;
}
.cid-tHsTuO1We8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tHsTuO1We8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tHsTuO1We8 .container {
    padding: 0 30px;
  }
}
.cid-tHsTuO1We8 .text-wrap {
  display: flex;
  align-items: flex-end;
}
.cid-tHsTuO1We8 .text-wrap .text-wrapper {
  display: inline-flex;
  padding-top: 30px;
  border-top: 1px solid #000000;
  margin: 0 92px 40px 0;
  margin: 0 0 40px 92px;
}
@media (max-width: 1440px) {
  .cid-tHsTuO1We8 .text-wrap .text-wrapper {
    margin: 0 0 40px 40px;
  }
}
@media (max-width: 992px) {
  .cid-tHsTuO1We8 .text-wrap .text-wrapper {
    margin: 0 0 30px 0;
  }
}
@media (max-width: 1440px) {
  .cid-tHsTuO1We8 .text-wrap .text-wrapper {
    margin: 0 40px 40px 0;
  }
}
@media (max-width: 992px) {
  .cid-tHsTuO1We8 .text-wrap .text-wrapper {
    margin: 0 0 30px 0;
  }
}
.cid-tHsTuO1We8 .text-wrap .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tHsTuO1We8 .text-wrap .text-wrapper .mbr-iconfont {
  font-size: 22px;
  margin-right: 24px;
  color: #ffa41d;
}
.cid-tHsTuO1We8 .image-wrapper img {
  height: 480px;
  object-fit: cover;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-tHsTuO1We8 .image-wrapper img {
    height: 280px;
  }
}
.cid-tHsTuO1We8 .mbr-text {
  color: #000000;
}
.cid-tHsNVqd5E3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f9f9fc;
}
.cid-tHsNVqd5E3 .image-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
}
@media (max-width: 992px) {
  .cid-tHsNVqd5E3 .image-wrapper {
    height: auto;
  }
}
@media (max-width: 768px) {
  .cid-tHsNVqd5E3 .image-wrapper {
    margin-bottom: 30px;
  }
}
.cid-tHsNVqd5E3 .image-wrapper img {
  max-width: 520px;
  height: 640px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tHsNVqd5E3 .image-wrapper img {
    height: 457px;
  }
}
.cid-tHsNVqd5E3 .image-wrapper .mbr-description {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 353px;
  height: auto;
  padding: 55px 40px 55px;
  margin: 0;
  background-color: #1f242e;
}
@media (max-width: 1200px) {
  .cid-tHsNVqd5E3 .image-wrapper .mbr-description {
    width: 255px;
  }
}
@media (max-width: 768px) {
  .cid-tHsNVqd5E3 .image-wrapper .mbr-description {
    padding: 30px 20px;
  }
}
.cid-tHsNVqd5E3 .text {
  padding-left: 9%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tHsNVqd5E3 .text {
    padding: 0 12px;
  }
}
.cid-tHsNVqd5E3 .text .text-wrapper .mbr-section-subtitle {
  margin-bottom: 22px;
  letter-spacing: .13em;
}
@media (max-width: 768px) {
  .cid-tHsNVqd5E3 .text .text-wrapper .mbr-section-subtitle {
    margin-bottom: 7px;
  }
}
.cid-tHsNVqd5E3 .text .text-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-tHsNVqd5E3 .text .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tHsNVqd5E3 .text .list-wrapper {
  margin-top: 45px;
}
@media (max-width: 768px) {
  .cid-tHsNVqd5E3 .text .list-wrapper {
    margin-top: 20px;
  }
}
.cid-tHsNVqd5E3 .text .list-wrapper .list-item {
  padding: 27px 0;
  border-top: 1px solid #bbbbbb;
}
.cid-tHsNVqd5E3 .text .list-wrapper .list-item:first-child {
  padding-top: 0;
  border: none;
}
.cid-tHsNVqd5E3 .text .list-wrapper .list-item:last-child {
  padding-bottom: 0;
}
.cid-tHsNVqd5E3 .text .list-wrapper .list-item .mbr-number {
  margin: 0 15px 0 0;
  display: inline;
}
.cid-tHsNVqd5E3 .text .list-wrapper .list-item .mbr-list {
  margin: 0;
  display: inline;
}
.cid-tHsNVqd5E3 .mbr-section-btn {
  margin-top: 45px;
}
@media (max-width: 768px) {
  .cid-tHsNVqd5E3 .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-tHsNVqd5E3 .btn {
  height: 55px;
  min-width: 170px;
  box-shadow: none;
  margin-top: 0;
}
.cid-tHsNVqd5E3 .btn:hover {
  box-shadow: none;
}
.cid-tHsNVqd5E3 .mbr-description {
  color: #fafafa;
  text-align: center;
}
.cid-tHsNVqd5E3 .mbr-section-subtitle {
  color: #ffa41d;
}
.cid-tHsNVqd5E3 .mbr-section-title {
  color: #20232a;
}
.cid-tHsNVqd5E3 .mbr-text {
  color: #84858a;
}
.cid-tHsNVqd5E3 .mbr-number {
  color: #84858a;
}
.cid-tHsNVqd5E3 .mbr-list {
  color: #20232a;
}
.cid-tHsNVqd5E3 .mbr-section-title,
.cid-tHsNVqd5E3 .list-item,
.cid-tHsNVqd5E3 .mbr-section-btn {
  text-align: left;
}
.cid-tHw6QWCQBj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ebebeb;
}
.cid-tHw6QWCQBj .mbr-fallback-image.disabled {
  display: none;
}
.cid-tHw6QWCQBj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tHw6QWCQBj .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tHw6QWCQBj .container-fluid {
    padding: 0 30px;
  }
}
.cid-tHw6QWCQBj .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tHw6QWCQBj .container {
    padding: 0 30px;
  }
}
.cid-tHw6QWCQBj .text-wrap {
  display: flex;
  align-items: flex-end;
}
.cid-tHw6QWCQBj .text-wrap .text-wrapper {
  display: inline-flex;
  padding-top: 30px;
  border-top: 1px solid #000000;
  margin: 0 92px 40px 0;
  margin: 0 0 40px 92px;
}
@media (max-width: 1440px) {
  .cid-tHw6QWCQBj .text-wrap .text-wrapper {
    margin: 0 0 40px 40px;
  }
}
@media (max-width: 992px) {
  .cid-tHw6QWCQBj .text-wrap .text-wrapper {
    margin: 0 0 30px 0;
  }
}
@media (max-width: 1440px) {
  .cid-tHw6QWCQBj .text-wrap .text-wrapper {
    margin: 0 40px 40px 0;
  }
}
@media (max-width: 992px) {
  .cid-tHw6QWCQBj .text-wrap .text-wrapper {
    margin: 0 0 30px 0;
  }
}
.cid-tHw6QWCQBj .text-wrap .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tHw6QWCQBj .text-wrap .text-wrapper .mbr-iconfont {
  font-size: 22px;
  margin-right: 24px;
  color: #ffa41d;
}
.cid-tHw6QWCQBj .image-wrapper img {
  height: 480px;
  object-fit: cover;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-tHw6QWCQBj .image-wrapper img {
    height: 280px;
  }
}
.cid-tHw6QWCQBj .mbr-text {
  color: #000000;
}
.cid-tVdN2wuJ6C {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background: #efefec;
  overflow: hidden;
}
.cid-tVdN2wuJ6C .mbr-fallback-image.disabled {
  display: none;
}
.cid-tVdN2wuJ6C .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tVdN2wuJ6C .row {
  position: relative;
  z-index: 10;
}
.cid-tVdN2wuJ6C .col-title {
  display: flex;
  align-items: flex-start;
  margin-bottom: 60px;
}
@media (max-width: 991px) {
  .cid-tVdN2wuJ6C .col-title {
    flex-wrap: wrap;
    margin-bottom: 40px;
  }
}
.cid-tVdN2wuJ6C .mbr-section-title {
  color: #2B2B2B;
  width: 65%;
  flex-grow: 1;
}
@media (max-width: 991px) {
  .cid-tVdN2wuJ6C .mbr-section-title {
    width: 100%;
    text-align: center !important;
  }
}
.cid-tVdN2wuJ6C .mbr-section-subtitle {
  color: #1b80e6;
  padding-left: 40px;
  width: 35%;
  margin-left: auto;
  text-align: right;
}
@media (max-width: 991px) {
  .cid-tVdN2wuJ6C .mbr-section-subtitle {
    width: 100%;
    text-align: center !important;
    padding-left: 0;
    margin-left: 0;
    margin-top: 20px;
  }
}
.cid-tVdN2wuJ6C .google-map {
  height: 350px;
  position: relative;
  padding: 0 20px;
}
.cid-tVdN2wuJ6C .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tVdN2wuJ6C .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tVdN2wuJ6C .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tVdN2wuJ6C .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tVdN2wuJ6C .col-text {
  display: flex;
  align-items: flex-start;
  margin-top: 40px;
}
@media (max-width: 991px) {
  .cid-tVdN2wuJ6C .col-text {
    flex-wrap: wrap;
    margin-top: 30px;
  }
}
.cid-tVdN2wuJ6C .mbr-text {
  color: #2B2B2B;
  width: 50%;
  margin-right: auto;
  padding-right: 40px;
}
@media (max-width: 991px) {
  .cid-tVdN2wuJ6C .mbr-text {
    width: 100%;
    padding-right: 0;
    margin-right: 0;
  }
}
.cid-tVdN2wuJ6C .mbr-place {
  color: #2B2B2B;
  width: 50%;
  margin-left: auto;
}
@media (max-width: 991px) {
  .cid-tVdN2wuJ6C .mbr-place {
    width: 100%;
    margin-left: 0;
    margin-top: 24px;
  }
}
.cid-tVdN2wuJ6C .container,
.cid-tVdN2wuJ6C .container-fluid {
  position: relative;
}
.cid-tVdN2wuJ6C .circle-blur {
  position: absolute;
  transform: translate(50%, -50%);
  display: block;
  width: 200px;
  height: 200px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 500px;
  opacity: .97;
  -webkit-filter: blur(50px) blur(50px);
  filter: blur(50px) blur(50px);
}
@media (max-width: 767px) {
  .cid-tVdN2wuJ6C .circle-blur {
    width: 200px;
    height: 200px;
  }
}
.cid-tVdN2wuJ6C .circle-blur1 {
  top: 10%;
  right: 50%;
  background-image: linear-gradient(132deg, #ffa41d 27%, #ffa41d 50%, #ffa41d 79%);
}
.cid-tVdN2wuJ6C .circle-blur2 {
  top: 13%;
  right: 40%;
  background-image: linear-gradient(132deg, #0057fc 27%, #0057fc 50%, #0057fc 79%);
}
.cid-tHwbQXosGQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tHwbQXosGQ img {
  display: inline;
  border: 8px solid #ffffff;
  border-radius: 25px;
}
.cid-tHwbQXosGQ .col-12 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
}
.cid-tHwbQXosGQ .first {
  transform: rotate(10deg);
  max-height: 317px;
  width: auto;
}
.cid-tHwbQXosGQ .second {
  transform: rotate(356deg);
  max-height: 390px;
  width: auto;
  z-index: 5;
}
.cid-tHwbQXosGQ .third {
  transform: rotate(5deg);
  max-height: 476px;
  width: auto;
  z-index: 10;
}
.cid-tHwbQXosGQ .fourth {
  transform: rotate(356deg);
  max-height: 390px;
  width: auto;
  z-index: 5;
}
.cid-tHwbQXosGQ .fifth {
  transform: rotate(350deg);
  max-height: 317px;
  width: auto;
}
@media (max-width: 1400px) {
  .cid-tHwbQXosGQ .first {
    max-height: 250px;
  }
  .cid-tHwbQXosGQ .second {
    max-height: 323px;
  }
  .cid-tHwbQXosGQ .third {
    max-height: 408px;
  }
  .cid-tHwbQXosGQ .fourth {
    max-height: 323px;
  }
  .cid-tHwbQXosGQ .fifth {
    max-height: 250px;
  }
}
@media (max-width: 1100px) {
  .cid-tHwbQXosGQ .first {
    max-height: 200px;
  }
  .cid-tHwbQXosGQ .second {
    max-height: 270px;
  }
  .cid-tHwbQXosGQ .third {
    max-height: 350px;
  }
  .cid-tHwbQXosGQ .fourth {
    max-height: 270px;
  }
  .cid-tHwbQXosGQ .fifth {
    max-height: 200px;
  }
}
@media (max-width: 900px) {
  .cid-tHwbQXosGQ .first {
    display: none;
  }
  .cid-tHwbQXosGQ .second {
    max-height: 323px;
  }
  .cid-tHwbQXosGQ .third {
    max-height: 408px;
  }
  .cid-tHwbQXosGQ .fourth {
    max-height: 323px;
  }
  .cid-tHwbQXosGQ .fifth {
    display: none;
  }
}
@media (max-width: 765px) {
  .cid-tHwbQXosGQ .second {
    max-height: 250px;
  }
  .cid-tHwbQXosGQ .third {
    max-height: 340px;
  }
  .cid-tHwbQXosGQ .fourth {
    max-height: 250px;
  }
}
@media (max-width: 650px) {
  .cid-tHwbQXosGQ .second {
    max-height: 180px;
  }
  .cid-tHwbQXosGQ .third {
    max-height: 270px;
  }
  .cid-tHwbQXosGQ .fourth {
    max-height: 180px;
  }
}
@media (max-width: 465px) {
  .cid-tHwbQXosGQ .second {
    display: none;
  }
  .cid-tHwbQXosGQ .third {
    max-height: initial;
    width: 90%;
  }
  .cid-tHwbQXosGQ .fourth {
    display: none;
  }
}
.cid-tHwJOhFGJx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #1f242e;
}
.cid-tHwJOhFGJx .mbr-section-head {
  padding: 0 1rem;
}
.cid-tHwJOhFGJx .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-tHwJOhFGJx .team-card:hover {
  transform: translateY(-10px);
}
.cid-tHwJOhFGJx .card-wrap {
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-tHwJOhFGJx .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-tHwJOhFGJx .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-tHwJOhFGJx .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tHwJOhFGJx .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-tHwJOhFGJx .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 50%;
  max-width: 40%;
}
@media (max-width: 768px) {
  .cid-tHwJOhFGJx .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 5px !important;
    margin-right: 5px !important;
  }
}
.cid-tHwJOhFGJx .embla__button--next,
.cid-tHwJOhFGJx .embla__button--prev {
  display: flex;
}
.cid-tHwJOhFGJx .embla__button {
  top: -13%;
  width: 38px;
  height: 38px;
  margin-top: -1.5rem;
  font-size: 14px;
  background-color: transparent;
  color: #ffa41d;
  border: 2px solid #ffa41d;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tHwJOhFGJx .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tHwJOhFGJx .embla__button:hover {
  background: transparent;
  opacity: .7;
}
.cid-tHwJOhFGJx .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tHwJOhFGJx .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 992px) {
  .cid-tHwJOhFGJx .embla__button {
    top: -10%;
  }
}
.cid-tHwJOhFGJx .embla {
  position: relative;
  width: 100%;
  margin-top: 52px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-tHwJOhFGJx .embla {
    margin-top: 80px;
  }
}
.cid-tHwJOhFGJx .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tHwJOhFGJx .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tHwJOhFGJx .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tHwJOhFGJx .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tHwJOhFGJx .mbr-section-subtitle {
  margin-bottom: 27px;
  letter-spacing: 0.13em;
  color: #ffa41d;
  text-align: center;
}
.cid-tHwJOhFGJx .mbr-section-title {
  margin-bottom: 16px;
  color: #ffffff;
  text-align: center;
}
.cid-tHwJOhFGJx .mbr-text {
  margin: 0;
  color: #EAEAEA;
  text-align: center;
}
.cid-tHwJOhFGJx .mbr-text ul {
  list-style-position: inside;
  display: flex;
  justify-content: center;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tHwJOhFGJx .mbr-text ul {
    display: block;
  }
}
.cid-tHwJOhFGJx .mbr-text ul li {
  padding: 0 3rem;
}
@media (max-width: 992px) {
  .cid-tHwJOhFGJx .mbr-text ul li {
    margin-top: 10px;
    margin-left: 0;
  }
}
.cid-tHwJOhFGJx .mbr-text ul li::marker {
  color: #ffa41d;
  font-size: 18px;
}
.cid-tHwJOhFGJx .item-wrapper {
  height: 100%;
}
.cid-tHwJOhFGJx .item-wrapper .image-wrap {
  height: 100%;
}
.cid-tHwJOhFGJx .item-wrapper .image-wrap img {
  width: 100%;
  height: 420px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tHwJOhFGJx .item-wrapper .image-wrap img {
    height: 320px;
  }
}
.cid-tHwYWguI2U {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ebebeb;
}
.cid-tHwYWguI2U .mbr-fallback-image.disabled {
  display: none;
}
.cid-tHwYWguI2U .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tHwYWguI2U .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tHwYWguI2U .container-fluid {
    padding: 0 30px;
  }
}
.cid-tHwYWguI2U .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tHwYWguI2U .container {
    padding: 0 30px;
  }
}
.cid-tHwYWguI2U .text-wrap {
  display: flex;
  align-items: flex-end;
}
.cid-tHwYWguI2U .text-wrap .text-wrapper {
  display: inline-flex;
  padding-top: 30px;
  border-top: 1px solid #000000;
  margin: 0 92px 40px 0;
}
@media (max-width: 1440px) {
  .cid-tHwYWguI2U .text-wrap .text-wrapper {
    margin: 0 40px 40px 0;
  }
}
@media (max-width: 992px) {
  .cid-tHwYWguI2U .text-wrap .text-wrapper {
    margin: 0 0 30px 0;
  }
}
.cid-tHwYWguI2U .text-wrap .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tHwYWguI2U .text-wrap .text-wrapper .mbr-iconfont {
  font-size: 22px;
  margin-right: 24px;
  color: #ffa41d;
}
.cid-tHwYWguI2U .image-wrapper img {
  height: 480px;
  object-fit: cover;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-tHwYWguI2U .image-wrapper img {
    height: 280px;
  }
}
.cid-tHwYWguI2U .mbr-text {
  color: #000000;
}
.cid-tHyx1xMH0H {
  background-color: #ffffff;
}
.cid-tHyx1xMH0H .content {
  display: flex;
  height: 100px;
  justify-content: center;
  align-items: center;
}
.cid-tHyx1xMH0H .content img {
  width: 43px;
  height: 43px;
  object-fit: cover;
  margin-right: 15px;
}
.cid-tHyx1xMH0H .content p {
  margin: 0;
}
.cid-tHyx1xMH0H .mbr-text {
  color: #1f242e;
}
.cid-tHsXfj8i9J {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ebebeb;
}
.cid-tHsXfj8i9J .mbr-fallback-image.disabled {
  display: none;
}
.cid-tHsXfj8i9J .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tHsXfj8i9J .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tHsXfj8i9J .container-fluid {
    padding: 0 30px;
  }
}
.cid-tHsXfj8i9J .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tHsXfj8i9J .container {
    padding: 0 30px;
  }
}
.cid-tHsXfj8i9J .text-wrap {
  display: flex;
  align-items: flex-end;
}
.cid-tHsXfj8i9J .text-wrap .text-wrapper {
  display: inline-flex;
  padding-top: 30px;
  border-top: 1px solid #000000;
  margin: 0 92px 40px 0;
  margin: 0 0 40px 92px;
}
@media (max-width: 1440px) {
  .cid-tHsXfj8i9J .text-wrap .text-wrapper {
    margin: 0 0 40px 40px;
  }
}
@media (max-width: 992px) {
  .cid-tHsXfj8i9J .text-wrap .text-wrapper {
    margin: 0 0 30px 0;
  }
}
@media (max-width: 1440px) {
  .cid-tHsXfj8i9J .text-wrap .text-wrapper {
    margin: 0 40px 40px 0;
  }
}
@media (max-width: 992px) {
  .cid-tHsXfj8i9J .text-wrap .text-wrapper {
    margin: 0 0 30px 0;
  }
}
.cid-tHsXfj8i9J .text-wrap .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tHsXfj8i9J .text-wrap .text-wrapper .mbr-iconfont {
  font-size: 22px;
  margin-right: 24px;
  color: #ffa41d;
}
.cid-tHsXfj8i9J .image-wrapper img {
  height: 480px;
  object-fit: cover;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-tHsXfj8i9J .image-wrapper img {
    height: 280px;
  }
}
.cid-tHsXfj8i9J .mbr-text {
  color: #000000;
}
.cid-tHxCr5nYib {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #f0f0f5;
}
.cid-tHxCr5nYib .video-wrapper iframe {
  width: 100%;
}
.cid-tHxCr5nYib .mbr-section-title,
.cid-tHxCr5nYib .mbr-section-subtitle,
.cid-tHxCr5nYib .mbr-text {
  text-align: center;
}
.cid-tHxCr5nYib .mbr-section-subtitle {
  margin-bottom: 22px;
  letter-spacing: .13em;
  color: #FF4712;
  text-align: center;
}
.cid-tHxCr5nYib .mbr-section-title {
  margin-bottom: 14px;
  color: #20232a;
  text-align: center;
}
.cid-tHxCr5nYib .mbr-text {
  margin-bottom: 0;
  color: #65676c;
}
.cid-tHxCr5nYib .mbr-section-head {
  margin-bottom: 45px;
}
.cid-tHw6PywISJ {
  padding-top: 5rem;
  padding-bottom: 10rem;
  background-color: #ebebeb;
}
.cid-tHw6PywISJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tHw6PywISJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tHw6PywISJ .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tHw6PywISJ .container-fluid {
    padding: 0 30px;
  }
}
.cid-tHw6PywISJ .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tHw6PywISJ .container {
    padding: 0 30px;
  }
}
.cid-tHw6PywISJ .text-wrap {
  display: flex;
  align-items: flex-end;
}
.cid-tHw6PywISJ .text-wrap .text-wrapper {
  display: inline-flex;
  padding-top: 30px;
  border-top: 1px solid #000000;
  margin: 0 92px 40px 0;
  margin: 0 0 40px 92px;
}
@media (max-width: 1440px) {
  .cid-tHw6PywISJ .text-wrap .text-wrapper {
    margin: 0 0 40px 40px;
  }
}
@media (max-width: 992px) {
  .cid-tHw6PywISJ .text-wrap .text-wrapper {
    margin: 0 0 30px 0;
  }
}
@media (max-width: 1440px) {
  .cid-tHw6PywISJ .text-wrap .text-wrapper {
    margin: 0 40px 40px 0;
  }
}
@media (max-width: 992px) {
  .cid-tHw6PywISJ .text-wrap .text-wrapper {
    margin: 0 0 30px 0;
  }
}
.cid-tHw6PywISJ .text-wrap .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tHw6PywISJ .text-wrap .text-wrapper .mbr-iconfont {
  font-size: 22px;
  margin-right: 24px;
  color: #ffa41d;
}
.cid-tHw6PywISJ .image-wrapper img {
  height: 480px;
  object-fit: cover;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-tHw6PywISJ .image-wrapper img {
    height: 280px;
  }
}
.cid-tHw6PywISJ .mbr-text {
  color: #000000;
}
.cid-tB7LA3f1vE {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #1b2028;
}
.cid-tB7LA3f1vE .mbr-fallback-image.disabled {
  display: none;
}
.cid-tB7LA3f1vE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tB7LA3f1vE .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-tB7LA3f1vE .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-tB7LA3f1vE .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-tB7LA3f1vE .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-tB7LA3f1vE .container {
    max-width: 100%;
  }
  .cid-tB7LA3f1vE .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-tB7LA3f1vE .item-wrap {
  width: 100%;
}
.cid-tB7LA3f1vE .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-tB7LA3f1vE .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tB7LA3f1vE .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tB7LA3f1vE .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tB7LA3f1vE .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-tB7LA3f1vE .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tB7LA3f1vE .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-tB7LA3f1vE .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-tB7LA3f1vE .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1f242e, #171a21);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-tB7LA3f1vE .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-tB7LA3f1vE .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #ffa41d;
}
.cid-tB7LA3f1vE .soc-item:hover {
  transform: translateY(-3px);
}
.cid-tB7LA3f1vE .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tB7LA3f1vE .col-links {
    padding-top: 20px;
  }
}
.cid-tB7LA3f1vE .mbr-section-subtitle {
  color: #ffa41d;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .cid-tB7LA3f1vE .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-tB7LA3f1vE .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #C4CFDE;
  transition: 0.4s all;
}
@media (max-width: 575px) {
  .cid-tB7LA3f1vE .list {
    text-align: center !important;
  }
}
.cid-tB7LA3f1vE .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-tB7LA3f1vE .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-tB7LA3f1vE .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-tB7LA3f1vE .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ffa41d;
  transition: 0.4s all;
}
.cid-tB7LA3f1vE .list a:hover {
  color: #ffa41d !important;
  line-height: inherit !important;
}
.cid-tB7LA3f1vE .list a:hover:before {
  width: 100%;
}
.cid-tB7LA3f1vE .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-tB7LA3f1vE .col-copyright {
    padding-top: 40px;
  }
}
.cid-tB7LA3f1vE .border-item {
  width: 100%;
  height: 1px;
  background-color: #ffa41d;
}
.cid-tB7LA3f1vE .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
.cid-tScbsymWxJ .navbar-dropdown {
  position: relative !important;
}
.cid-tScbsymWxJ .navbar-dropdown {
  position: absolute !important;
}
.cid-tScbsymWxJ .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-tScbsymWxJ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tScbsymWxJ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tScbsymWxJ .dropdown-item:hover,
.cid-tScbsymWxJ .dropdown-item:focus {
  background: #ffa41d !important;
  color: white !important;
}
.cid-tScbsymWxJ .dropdown-item:hover span {
  color: white;
}
.cid-tScbsymWxJ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tScbsymWxJ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tScbsymWxJ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tScbsymWxJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tScbsymWxJ .nav-link {
  position: relative;
}
.cid-tScbsymWxJ .container {
  display: flex;
  margin: auto;
}
.cid-tScbsymWxJ .iconfont-wrapper {
  color: #ffa41d !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tScbsymWxJ .navbar-nav .nav-item {
  margin: 10px 14px !important;
}
.cid-tScbsymWxJ .navbar-nav .nav-item .nav-link {
  margin: 5px 10px !important;
  padding: 0 !important;
  transition: 0.3s all;
  opacity: 0.5;
}
.cid-tScbsymWxJ .navbar-nav .nav-item .nav-link:hover,
.cid-tScbsymWxJ .navbar-nav .nav-item .nav-link:focus,
.cid-tScbsymWxJ .navbar-nav .nav-item .nav-link:active {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-tScbsymWxJ .dropdown-menu,
.cid-tScbsymWxJ .navbar.opened {
  background: #1f242e !important;
}
.cid-tScbsymWxJ .nav-item:focus,
.cid-tScbsymWxJ .nav-link:focus {
  outline: none;
}
.cid-tScbsymWxJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tScbsymWxJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tScbsymWxJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tScbsymWxJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tScbsymWxJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tScbsymWxJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tScbsymWxJ .navbar {
  min-height: 122px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  padding: 0 !important;
  box-shadow: none !important;
  background: #1f242e;
  background: rgba(31, 36, 46, 0.3);
}
.cid-tScbsymWxJ .navbar:not(.navbar-short) {
  border-bottom: none;
}
.cid-tScbsymWxJ .navbar.opened {
  transition: all 0.3s;
}
.cid-tScbsymWxJ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tScbsymWxJ .navbar .navbar-logo img {
  width: auto;
}
.cid-tScbsymWxJ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tScbsymWxJ .navbar.collapsed {
  justify-content: center;
}
.cid-tScbsymWxJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tScbsymWxJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tScbsymWxJ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.5rem);
  }
}
.cid-tScbsymWxJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tScbsymWxJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tScbsymWxJ .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tScbsymWxJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tScbsymWxJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tScbsymWxJ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tScbsymWxJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tScbsymWxJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tScbsymWxJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tScbsymWxJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tScbsymWxJ .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tScbsymWxJ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tScbsymWxJ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tScbsymWxJ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tScbsymWxJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tScbsymWxJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tScbsymWxJ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tScbsymWxJ .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tScbsymWxJ .navbar.navbar-short {
  min-height: 90px;
}
.cid-tScbsymWxJ .navbar.navbar-short .navbar-logo img {
  height: 4.2rem !important;
}
.cid-tScbsymWxJ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
@media (max-width: 575px) {
  .cid-tScbsymWxJ .navbar {
    min-height: 80px;
  }
}
.cid-tScbsymWxJ .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  padding-right: 15px;
  padding-left: 15px;
}
.cid-tScbsymWxJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tScbsymWxJ .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 575px) {
  .cid-tScbsymWxJ .navbar-brand {
    min-height: 69px;
  }
}
.cid-tScbsymWxJ .dropdown-item.active,
.cid-tScbsymWxJ .dropdown-item:active {
  background-color: transparent;
}
.cid-tScbsymWxJ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tScbsymWxJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tScbsymWxJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tScbsymWxJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1f242e;
}
.cid-tScbsymWxJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tScbsymWxJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tScbsymWxJ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tScbsymWxJ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tScbsymWxJ button.navbar-toggler {
  display: none;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #171a21, #272c30);
  outline: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-tScbsymWxJ button.navbar-toggler:hover {
  transform: scale(1.1);
}
.cid-tScbsymWxJ button.navbar-toggler .hamburger {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-tScbsymWxJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #f9f9fc;
}
.cid-tScbsymWxJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-tScbsymWxJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-tScbsymWxJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-tScbsymWxJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tScbsymWxJ nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tScbsymWxJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tScbsymWxJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tScbsymWxJ nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tScbsymWxJ .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tScbsymWxJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tScbsymWxJ .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-tScbsymWxJ .navbar {
    height: 70px;
  }
  .cid-tScbsymWxJ .navbar.opened {
    height: auto;
  }
  .cid-tScbsymWxJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tScbsymWxJ .navbar-short {
  min-height: 90px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
  background: #1f242e;
  background: rgba(31, 36, 46, 0.3);
}
@media (max-width: 575px) {
  .cid-tScbsymWxJ .navbar-short {
    min-height: 70px;
  }
}
.cid-tScbsymWxJ .container-fluid {
  padding: 0 64px;
}
@media (max-width: 1599px) {
  .cid-tScbsymWxJ .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .cid-tScbsymWxJ .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .cid-tScbsymWxJ .container-fluid {
    padding: 0 3px;
  }
}
.cid-tScbsymWxJ .navbar-collapse {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-tScbsymWxJ .mbr-section-btn .btn {
  padding: 15px 35px;
}
@media (min-width: 992px) {
  .cid-tScbsymWxJ .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-tScbsymWxJ .container-fluid {
  flex-wrap: wrap;
}
.cid-tScbsymWxJ button.navbar-toggler {
  display: flex;
}
.cid-tScbsymWxJ .navbar-brand {
  width: auto !important;
}
.cid-tScbsymWxJ .navbar-collapse {
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.cid-tScbsymWxJ .navbar-collapse .nav-item {
  margin: 8px 0 !important;
}
.cid-tScbsymWxJ .navbar-collapse .nav-item .nav-link {
  margin: 0 !important;
  padding: 0 !important;
  transition: 0.3s all;
  opacity: 1;
  justify-content: left;
}
.cid-tScbsymWxJ .navbar-collapse .nav-item .nav-link:hover {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-tScbsymWxJ .icons-menu {
  margin-top: 10px;
  justify-content: left;
}
.cid-tScbsymWxJ .navbar-buttons {
  margin-top: 20px;
  text-align: left;
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
@media (max-width: 991px) {
  .cid-tScbsymWxJ .container-fluid {
    flex-wrap: wrap;
  }
  .cid-tScbsymWxJ button.navbar-toggler {
    display: flex;
  }
  .cid-tScbsymWxJ .navbar-brand {
    width: auto !important;
  }
  .cid-tScbsymWxJ .navbar-collapse {
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
  .cid-tScbsymWxJ .navbar-collapse .nav-item {
    margin: 8px 0 !important;
  }
  .cid-tScbsymWxJ .navbar-collapse .nav-item .nav-link {
    margin: 0 !important;
    padding: 0 !important;
    transition: 0.3s all;
    opacity: 1;
    justify-content: left;
  }
  .cid-tScbsymWxJ .navbar-collapse .nav-item .nav-link:hover {
    opacity: 1;
    color: #FFFFFF !important;
  }
  .cid-tScbsymWxJ .icons-menu {
    margin-top: 10px;
    justify-content: left;
  }
  .cid-tScbsymWxJ .navbar-buttons {
    margin-top: 20px;
    text-align: left;
    margin-left: -0.6rem;
    margin-right: -0.6rem;
  }
}
.cid-tScbszaJbt {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/dsc08796-1-2000x1127.jpg");
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 650px;
}
.cid-tScbszaJbt .mbr-fallback-image.disabled {
  display: none;
}
.cid-tScbszaJbt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1024px) {
  .cid-tScbszaJbt {
    min-height: 750px;
  }
}
.cid-tScbszaJbt .mbr-section-title {
  color: #ffffff;
}
.cid-tScbszaJbt .mbr-section-subtitle {
  color: #FFFFFF;
  margin-top: 16px;
}
.cid-tScbszaJbt .mbr-text {
  color: #FFFFFF;
  margin-top: 16px;
}
.cid-tScbszaJbt .mbr-section-btn {
  margin-top: 18px;
}
.cid-tScbszP2Fz {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #f9f9fc;
}
.cid-tScbszP2Fz .mbr-section-subtitle {
  margin-bottom: 22px;
  letter-spacing: .13em;
  color: #23272b;
}
@media (max-width: 768px) {
  .cid-tScbszP2Fz .mbr-section-subtitle {
    margin-bottom: 8px;
  }
}
.cid-tScbszP2Fz .mbr-section-title {
  margin-bottom: 0;
  color: #20232a;
}
@media (max-width: 768px) {
  .cid-tScbszP2Fz .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-tScbszP2Fz .mbr-text {
  padding-top: 10px;
  margin-bottom: 0;
  color: #84858a;
}
@media (max-width: 768px) {
  .cid-tScbszP2Fz .mbr-text {
    padding: 0;
  }
}
.cid-tScbsAps44 {
  background-image: url("../../../assets/images/dsc08643-2000x1127.jpg");
}
.cid-tScbsAps44 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tScbsAps44 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tScbsAps44 .container-fluid {
  padding: 0 16px;
}
@media (max-width: 991px) {
  .cid-tScbsAps44 .container-fluid {
    padding: 0 12px;
  }
}
.cid-tScbsAps44 .row {
  margin-top: -3px;
  display: flex;
  justify-content: center;
  padding: 64px 28px;
  overflow: hidden;
  position: relative;
}
@media (max-width: 992px) {
  .cid-tScbsAps44 .row {
    padding: 48px 20px;
  }
}
.cid-tScbsAps44 .row:before {
  content: '';
  position: absolute;
  top: 8rem;
  width: 200vh;
  height: 300px;
  display: block;
  background-color: transparent;
  border: 5px solid #ffa41d;
  border-radius: 100%;
}
.cid-tScbsAps44 .card {
  border-right: 0;
  transform: rotate(17deg);
}
@media (max-width: 992px) {
  .cid-tScbsAps44 .card {
    margin: 0 !important;
  }
}
.cid-tScbsAps44 .card:nth-child(2) {
  transform: rotate(347deg);
  margin-top: 5rem;
}
.cid-tScbsAps44 .card:last-child {
  transform: rotate(1deg);
  margin-left: -3rem;
  margin-top: -2.5rem;
}
.cid-tScbsAps44 .card .image-wrapper {
  padding: 20px;
  border-radius: 16px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-tScbsAps44 .card .image-wrapper {
    margin-bottom: 48px;
  }
}
.cid-tScbsAps44 .card .image-wrapper img {
  height: 300px;
  object-fit: cover;
}
.cid-tScbsAps44 .card .image-wrapper .mbr-text {
  margin-bottom: 0;
  margin-top: 10px;
}
.cid-tScbsAps44 .mbr-text {
  color: #07553B;
}
.cid-tScbsCIYdw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ebebeb;
}
.cid-tScbsCIYdw .mbr-fallback-image.disabled {
  display: none;
}
.cid-tScbsCIYdw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tScbsCIYdw .container {
    padding: 0 30px;
  }
}
.cid-tScbsCIYdw .text-wrap {
  display: flex;
  align-items: flex-end;
}
.cid-tScbsCIYdw .text-wrap .text-wrapper {
  display: inline-flex;
  padding-top: 30px;
  border-top: 1px solid #000000;
  margin: 0 92px 40px 0;
  margin: 0 0 40px 92px;
}
@media (max-width: 1440px) {
  .cid-tScbsCIYdw .text-wrap .text-wrapper {
    margin: 0 0 40px 40px;
  }
}
@media (max-width: 992px) {
  .cid-tScbsCIYdw .text-wrap .text-wrapper {
    margin: 0 0 30px 0;
  }
}
@media (max-width: 1440px) {
  .cid-tScbsCIYdw .text-wrap .text-wrapper {
    margin: 0 40px 40px 0;
  }
}
@media (max-width: 992px) {
  .cid-tScbsCIYdw .text-wrap .text-wrapper {
    margin: 0 0 30px 0;
  }
}
.cid-tScbsCIYdw .text-wrap .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tScbsCIYdw .text-wrap .text-wrapper .mbr-iconfont {
  font-size: 22px;
  margin-right: 24px;
  color: #ffa41d;
}
.cid-tScbsCIYdw .image-wrapper img {
  height: 480px;
  object-fit: cover;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-tScbsCIYdw .image-wrapper img {
    height: 280px;
  }
}
.cid-tScbsCIYdw .mbr-text {
  color: #000000;
}
.cid-tScbsDs4Tv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f9f9fc;
}
.cid-tScbsDs4Tv .image-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
}
@media (max-width: 992px) {
  .cid-tScbsDs4Tv .image-wrapper {
    height: auto;
  }
}
@media (max-width: 768px) {
  .cid-tScbsDs4Tv .image-wrapper {
    margin-bottom: 30px;
  }
}
.cid-tScbsDs4Tv .image-wrapper img {
  max-width: 520px;
  height: 640px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tScbsDs4Tv .image-wrapper img {
    height: 457px;
  }
}
.cid-tScbsDs4Tv .image-wrapper .mbr-description {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 353px;
  height: auto;
  padding: 55px 40px 55px;
  margin: 0;
  background-color: #1f242e;
}
@media (max-width: 1200px) {
  .cid-tScbsDs4Tv .image-wrapper .mbr-description {
    width: 255px;
  }
}
@media (max-width: 768px) {
  .cid-tScbsDs4Tv .image-wrapper .mbr-description {
    padding: 30px 20px;
  }
}
.cid-tScbsDs4Tv .text {
  padding-left: 9%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tScbsDs4Tv .text {
    padding: 0 12px;
  }
}
.cid-tScbsDs4Tv .text .text-wrapper .mbr-section-subtitle {
  margin-bottom: 22px;
  letter-spacing: .13em;
}
@media (max-width: 768px) {
  .cid-tScbsDs4Tv .text .text-wrapper .mbr-section-subtitle {
    margin-bottom: 7px;
  }
}
.cid-tScbsDs4Tv .text .text-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-tScbsDs4Tv .text .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tScbsDs4Tv .text .list-wrapper {
  margin-top: 45px;
}
@media (max-width: 768px) {
  .cid-tScbsDs4Tv .text .list-wrapper {
    margin-top: 20px;
  }
}
.cid-tScbsDs4Tv .text .list-wrapper .list-item {
  padding: 27px 0;
  border-top: 1px solid #bbbbbb;
}
.cid-tScbsDs4Tv .text .list-wrapper .list-item:first-child {
  padding-top: 0;
  border: none;
}
.cid-tScbsDs4Tv .text .list-wrapper .list-item:last-child {
  padding-bottom: 0;
}
.cid-tScbsDs4Tv .text .list-wrapper .list-item .mbr-number {
  margin: 0 15px 0 0;
  display: inline;
}
.cid-tScbsDs4Tv .text .list-wrapper .list-item .mbr-list {
  margin: 0;
  display: inline;
}
.cid-tScbsDs4Tv .mbr-section-btn {
  margin-top: 45px;
}
@media (max-width: 768px) {
  .cid-tScbsDs4Tv .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-tScbsDs4Tv .btn {
  height: 55px;
  min-width: 170px;
  box-shadow: none;
  margin-top: 0;
}
.cid-tScbsDs4Tv .btn:hover {
  box-shadow: none;
}
.cid-tScbsDs4Tv .mbr-description {
  color: #fafafa;
  text-align: center;
}
.cid-tScbsDs4Tv .mbr-section-subtitle {
  color: #ffa41d;
}
.cid-tScbsDs4Tv .mbr-section-title {
  color: #20232a;
}
.cid-tScbsDs4Tv .mbr-text {
  color: #84858a;
}
.cid-tScbsDs4Tv .mbr-number {
  color: #84858a;
}
.cid-tScbsDs4Tv .mbr-list {
  color: #20232a;
}
.cid-tScbsDs4Tv .mbr-section-title,
.cid-tScbsDs4Tv .list-item,
.cid-tScbsDs4Tv .mbr-section-btn {
  text-align: left;
}
.cid-tSoeG9AxZe {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background: #1f242e;
}
.cid-tSoeG9AxZe .mbr-fallback-image.disabled {
  display: none;
}
.cid-tSoeG9AxZe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tSoeG9AxZe .container {
    padding: 0 20px;
  }
  .cid-tSoeG9AxZe .container .row {
    padding: 0;
  }
}
.cid-tSoeG9AxZe .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 768px) {
  .cid-tSoeG9AxZe .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tSoeG9AxZe .embla__slide .card-wrap {
  width: 100%;
}
.cid-tSoeG9AxZe .embla__slide .card-wrap .item-wrapper {
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-tSoeG9AxZe .embla__slide .card-wrap .item-wrapper {
    margin-bottom: 70px;
  }
}
.cid-tSoeG9AxZe .embla__slide .card-wrap .item-wrapper .item-link {
  display: block;
}
.cid-tSoeG9AxZe .embla__slide .card-wrap .item-wrapper .item-link .image-wrap img {
  height: 700px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-tSoeG9AxZe .embla__slide .card-wrap .item-wrapper .item-link .image-wrap img {
    height: 320px;
  }
}
.cid-tSoeG9AxZe .embla__slide .card-wrap .content-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 10%;
  min-height: 75px;
}
@media (max-width: 992px) {
  .cid-tSoeG9AxZe .embla__slide .card-wrap .content-wrap {
    display: block;
    padding: 0;
  }
}
.cid-tSoeG9AxZe .embla__slide .card-wrap .content-wrap .content-link {
  display: block;
}
.cid-tSoeG9AxZe .embla__slide .card-wrap .content-wrap .content-link:hover .mbr-card-title::before {
  width: 100%;
}
.cid-tSoeG9AxZe .embla__slide .card-wrap .content-wrap .content-link .mbr-card-title {
  position: relative;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-tSoeG9AxZe .embla__slide .card-wrap .content-wrap .content-link .mbr-card-title {
    margin-bottom: 10px;
  }
}
.cid-tSoeG9AxZe .embla__slide .card-wrap .content-wrap .content-link .mbr-card-title::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 3px;
  background-color: #c6a38f;
  transition: all 0.3s ease-out;
}
.cid-tSoeG9AxZe .embla__slide .card-wrap .content-wrap .mbr-section-btn .btn .mbr-iconfont {
  color: #c6a38f;
}
.cid-tSoeG9AxZe .embla__button--next,
.cid-tSoeG9AxZe .embla__button--prev {
  display: flex;
}
.cid-tSoeG9AxZe .embla__button {
  bottom: 8rem;
  width: 20px;
  height: 20px;
  margin-top: -1.5rem;
  font-size: 18px;
  background-color: transparent;
  color: #000000;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
}
.cid-tSoeG9AxZe .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tSoeG9AxZe .embla__button:hover {
  background-color: transparent;
  color: #000000;
}
.cid-tSoeG9AxZe .embla__button.embla__button--prev {
  left: 0;
  margin-left: 0;
}
.cid-tSoeG9AxZe .embla__button.embla__button--next {
  right: auto;
  left: 3rem;
  margin-right: 0;
}
@media (max-width: 767px) {
  .cid-tSoeG9AxZe .embla__button {
    bottom: 10rem;
  }
}
.cid-tSoeG9AxZe .embla {
  position: relative;
  width: 100%;
}
.cid-tSoeG9AxZe .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tSoeG9AxZe .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tSoeG9AxZe .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tSoeG9AxZe .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tSoeG9AxZe .mbr-card-title {
  color: #ffffff;
}
.cid-tSoo67jFZx {
  background-color: #ffffff;
}
.cid-tSoo67jFZx .content {
  display: flex;
  height: 100px;
  justify-content: center;
  align-items: center;
}
.cid-tSoo67jFZx .content img {
  width: 43px;
  height: 43px;
  object-fit: cover;
  margin-right: 15px;
}
.cid-tSoo67jFZx .content p {
  margin: 0;
}
.cid-tSoo67jFZx .mbr-text {
  color: #1f242e;
}
.cid-tVdFC5yZOw {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background: #efefec;
  overflow: hidden;
}
.cid-tVdFC5yZOw .mbr-fallback-image.disabled {
  display: none;
}
.cid-tVdFC5yZOw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tVdFC5yZOw .row {
  position: relative;
  z-index: 10;
}
.cid-tVdFC5yZOw .col-title {
  display: flex;
  align-items: flex-start;
  margin-bottom: 60px;
}
@media (max-width: 991px) {
  .cid-tVdFC5yZOw .col-title {
    flex-wrap: wrap;
    margin-bottom: 40px;
  }
}
.cid-tVdFC5yZOw .mbr-section-title {
  color: #2B2B2B;
  width: 65%;
  flex-grow: 1;
}
@media (max-width: 991px) {
  .cid-tVdFC5yZOw .mbr-section-title {
    width: 100%;
    text-align: center !important;
  }
}
.cid-tVdFC5yZOw .mbr-section-subtitle {
  color: #1b80e6;
  padding-left: 40px;
  width: 35%;
  margin-left: auto;
  text-align: right;
}
@media (max-width: 991px) {
  .cid-tVdFC5yZOw .mbr-section-subtitle {
    width: 100%;
    text-align: center !important;
    padding-left: 0;
    margin-left: 0;
    margin-top: 20px;
  }
}
.cid-tVdFC5yZOw .google-map {
  height: 350px;
  position: relative;
  padding: 0 20px;
}
.cid-tVdFC5yZOw .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tVdFC5yZOw .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tVdFC5yZOw .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tVdFC5yZOw .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tVdFC5yZOw .col-text {
  display: flex;
  align-items: flex-start;
  margin-top: 40px;
}
@media (max-width: 991px) {
  .cid-tVdFC5yZOw .col-text {
    flex-wrap: wrap;
    margin-top: 30px;
  }
}
.cid-tVdFC5yZOw .mbr-text {
  color: #2B2B2B;
  width: 50%;
  margin-right: auto;
  padding-right: 40px;
}
@media (max-width: 991px) {
  .cid-tVdFC5yZOw .mbr-text {
    width: 100%;
    padding-right: 0;
    margin-right: 0;
  }
}
.cid-tVdFC5yZOw .mbr-place {
  color: #2B2B2B;
  width: 50%;
  margin-left: auto;
}
@media (max-width: 991px) {
  .cid-tVdFC5yZOw .mbr-place {
    width: 100%;
    margin-left: 0;
    margin-top: 24px;
  }
}
.cid-tVdFC5yZOw .container,
.cid-tVdFC5yZOw .container-fluid {
  position: relative;
}
.cid-tVdFC5yZOw .circle-blur {
  position: absolute;
  transform: translate(50%, -50%);
  display: block;
  width: 200px;
  height: 200px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 500px;
  opacity: .97;
  -webkit-filter: blur(50px) blur(50px);
  filter: blur(50px) blur(50px);
}
@media (max-width: 767px) {
  .cid-tVdFC5yZOw .circle-blur {
    width: 200px;
    height: 200px;
  }
}
.cid-tVdFC5yZOw .circle-blur1 {
  top: 10%;
  right: 50%;
  background-image: linear-gradient(132deg, #ffa41d 27%, #ffa41d 50%, #ffa41d 79%);
}
.cid-tVdFC5yZOw .circle-blur2 {
  top: 13%;
  right: 40%;
  background-image: linear-gradient(132deg, #0057fc 27%, #0057fc 50%, #0057fc 79%);
}
.cid-tScbsEngmZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ebebeb;
}
.cid-tScbsEngmZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tScbsEngmZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tScbsEngmZ .container {
    padding: 0 30px;
  }
}
.cid-tScbsEngmZ .text-wrap {
  display: flex;
  align-items: flex-end;
}
.cid-tScbsEngmZ .text-wrap .text-wrapper {
  display: inline-flex;
  padding-top: 30px;
  border-top: 1px solid #000000;
  margin: 0 92px 40px 0;
  margin: 0 0 40px 92px;
}
@media (max-width: 1440px) {
  .cid-tScbsEngmZ .text-wrap .text-wrapper {
    margin: 0 0 40px 40px;
  }
}
@media (max-width: 992px) {
  .cid-tScbsEngmZ .text-wrap .text-wrapper {
    margin: 0 0 30px 0;
  }
}
@media (max-width: 1440px) {
  .cid-tScbsEngmZ .text-wrap .text-wrapper {
    margin: 0 40px 40px 0;
  }
}
@media (max-width: 992px) {
  .cid-tScbsEngmZ .text-wrap .text-wrapper {
    margin: 0 0 30px 0;
  }
}
.cid-tScbsEngmZ .text-wrap .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tScbsEngmZ .text-wrap .text-wrapper .mbr-iconfont {
  font-size: 22px;
  margin-right: 24px;
  color: #ffa41d;
}
.cid-tScbsEngmZ .image-wrapper img {
  height: 480px;
  object-fit: cover;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-tScbsEngmZ .image-wrapper img {
    height: 280px;
  }
}
.cid-tScbsEngmZ .mbr-text {
  color: #000000;
}
.cid-tSsFJwC4o7 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #f0f0f5;
}
.cid-tSsFJwC4o7 .video-wrapper iframe {
  width: 100%;
}
.cid-tSsFJwC4o7 .mbr-section-title,
.cid-tSsFJwC4o7 .mbr-section-subtitle,
.cid-tSsFJwC4o7 .mbr-text {
  text-align: center;
}
.cid-tSsFJwC4o7 .mbr-section-subtitle {
  margin-bottom: 22px;
  letter-spacing: .13em;
  color: #FF4712;
  text-align: center;
}
.cid-tSsFJwC4o7 .mbr-section-title {
  margin-bottom: 14px;
  color: #20232a;
  text-align: center;
}
.cid-tSsFJwC4o7 .mbr-text {
  margin-bottom: 0;
  color: #65676c;
}
.cid-tSsFJwC4o7 .mbr-section-head {
  margin-bottom: 45px;
}
.cid-tScbsF8brO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tScbsF8brO img {
  display: inline;
  border: 8px solid #ffffff;
  border-radius: 25px;
}
.cid-tScbsF8brO .col-12 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
}
.cid-tScbsF8brO .first {
  transform: rotate(10deg);
  max-height: 317px;
  width: auto;
}
.cid-tScbsF8brO .second {
  transform: rotate(356deg);
  max-height: 390px;
  width: auto;
  z-index: 5;
}
.cid-tScbsF8brO .third {
  transform: rotate(5deg);
  max-height: 476px;
  width: auto;
  z-index: 10;
}
.cid-tScbsF8brO .fourth {
  transform: rotate(356deg);
  max-height: 390px;
  width: auto;
  z-index: 5;
}
.cid-tScbsF8brO .fifth {
  transform: rotate(350deg);
  max-height: 317px;
  width: auto;
}
@media (max-width: 1400px) {
  .cid-tScbsF8brO .first {
    max-height: 250px;
  }
  .cid-tScbsF8brO .second {
    max-height: 323px;
  }
  .cid-tScbsF8brO .third {
    max-height: 408px;
  }
  .cid-tScbsF8brO .fourth {
    max-height: 323px;
  }
  .cid-tScbsF8brO .fifth {
    max-height: 250px;
  }
}
@media (max-width: 1100px) {
  .cid-tScbsF8brO .first {
    max-height: 200px;
  }
  .cid-tScbsF8brO .second {
    max-height: 270px;
  }
  .cid-tScbsF8brO .third {
    max-height: 350px;
  }
  .cid-tScbsF8brO .fourth {
    max-height: 270px;
  }
  .cid-tScbsF8brO .fifth {
    max-height: 200px;
  }
}
@media (max-width: 900px) {
  .cid-tScbsF8brO .first {
    display: none;
  }
  .cid-tScbsF8brO .second {
    max-height: 323px;
  }
  .cid-tScbsF8brO .third {
    max-height: 408px;
  }
  .cid-tScbsF8brO .fourth {
    max-height: 323px;
  }
  .cid-tScbsF8brO .fifth {
    display: none;
  }
}
@media (max-width: 765px) {
  .cid-tScbsF8brO .second {
    max-height: 250px;
  }
  .cid-tScbsF8brO .third {
    max-height: 340px;
  }
  .cid-tScbsF8brO .fourth {
    max-height: 250px;
  }
}
@media (max-width: 650px) {
  .cid-tScbsF8brO .second {
    max-height: 180px;
  }
  .cid-tScbsF8brO .third {
    max-height: 270px;
  }
  .cid-tScbsF8brO .fourth {
    max-height: 180px;
  }
}
@media (max-width: 465px) {
  .cid-tScbsF8brO .second {
    display: none;
  }
  .cid-tScbsF8brO .third {
    max-height: initial;
    width: 90%;
  }
  .cid-tScbsF8brO .fourth {
    display: none;
  }
}
.cid-tScbsFTWHa {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #1f242e;
}
.cid-tScbsFTWHa .mbr-section-head {
  padding: 0 1rem;
}
.cid-tScbsFTWHa .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-tScbsFTWHa .team-card:hover {
  transform: translateY(-10px);
}
.cid-tScbsFTWHa .card-wrap {
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-tScbsFTWHa .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-tScbsFTWHa .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-tScbsFTWHa .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tScbsFTWHa .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-tScbsFTWHa .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 50%;
  max-width: 40%;
}
@media (max-width: 768px) {
  .cid-tScbsFTWHa .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 5px !important;
    margin-right: 5px !important;
  }
}
.cid-tScbsFTWHa .embla__button--next,
.cid-tScbsFTWHa .embla__button--prev {
  display: flex;
}
.cid-tScbsFTWHa .embla__button {
  top: -13%;
  width: 38px;
  height: 38px;
  margin-top: -1.5rem;
  font-size: 14px;
  background-color: transparent;
  color: #ffa41d;
  border: 2px solid #ffa41d;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tScbsFTWHa .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tScbsFTWHa .embla__button:hover {
  background: transparent;
  opacity: .7;
}
.cid-tScbsFTWHa .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tScbsFTWHa .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 992px) {
  .cid-tScbsFTWHa .embla__button {
    top: -10%;
  }
}
.cid-tScbsFTWHa .embla {
  position: relative;
  width: 100%;
  margin-top: 52px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-tScbsFTWHa .embla {
    margin-top: 80px;
  }
}
.cid-tScbsFTWHa .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tScbsFTWHa .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tScbsFTWHa .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tScbsFTWHa .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tScbsFTWHa .mbr-section-subtitle {
  margin-bottom: 27px;
  letter-spacing: 0.13em;
  color: #ffa41d;
  text-align: center;
}
.cid-tScbsFTWHa .mbr-section-title {
  margin-bottom: 16px;
  color: #ffffff;
  text-align: center;
}
.cid-tScbsFTWHa .mbr-text {
  margin: 0;
  color: #EAEAEA;
  text-align: center;
}
.cid-tScbsFTWHa .mbr-text ul {
  list-style-position: inside;
  display: flex;
  justify-content: center;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tScbsFTWHa .mbr-text ul {
    display: block;
  }
}
.cid-tScbsFTWHa .mbr-text ul li {
  padding: 0 3rem;
}
@media (max-width: 992px) {
  .cid-tScbsFTWHa .mbr-text ul li {
    margin-top: 10px;
    margin-left: 0;
  }
}
.cid-tScbsFTWHa .mbr-text ul li::marker {
  color: #ffa41d;
  font-size: 18px;
}
.cid-tScbsFTWHa .item-wrapper {
  height: 100%;
}
.cid-tScbsFTWHa .item-wrapper .image-wrap {
  height: 100%;
}
.cid-tScbsFTWHa .item-wrapper .image-wrap img {
  width: 100%;
  height: 420px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tScbsFTWHa .item-wrapper .image-wrap img {
    height: 320px;
  }
}
.cid-tScbsI6rpZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ebebeb;
}
.cid-tScbsI6rpZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tScbsI6rpZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tScbsI6rpZ .container {
    padding: 0 30px;
  }
}
.cid-tScbsI6rpZ .text-wrap {
  display: flex;
  align-items: flex-end;
}
.cid-tScbsI6rpZ .text-wrap .text-wrapper {
  display: inline-flex;
  padding-top: 30px;
  border-top: 1px solid #000000;
  margin: 0 92px 40px 0;
}
@media (max-width: 1440px) {
  .cid-tScbsI6rpZ .text-wrap .text-wrapper {
    margin: 0 40px 40px 0;
  }
}
@media (max-width: 992px) {
  .cid-tScbsI6rpZ .text-wrap .text-wrapper {
    margin: 0 0 30px 0;
  }
}
.cid-tScbsI6rpZ .text-wrap .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tScbsI6rpZ .text-wrap .text-wrapper .mbr-iconfont {
  font-size: 22px;
  margin-right: 24px;
  color: #ffa41d;
}
.cid-tScbsI6rpZ .image-wrapper img {
  height: 480px;
  object-fit: cover;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-tScbsI6rpZ .image-wrapper img {
    height: 280px;
  }
}
.cid-tScbsI6rpZ .mbr-text {
  color: #000000;
}
.cid-tScbsJOwxP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ebebeb;
}
.cid-tScbsJOwxP .mbr-fallback-image.disabled {
  display: none;
}
.cid-tScbsJOwxP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tScbsJOwxP .container {
    padding: 0 30px;
  }
}
.cid-tScbsJOwxP .text-wrap {
  display: flex;
  align-items: flex-end;
}
.cid-tScbsJOwxP .text-wrap .text-wrapper {
  display: inline-flex;
  padding-top: 30px;
  border-top: 1px solid #000000;
  margin: 0 92px 40px 0;
  margin: 0 0 40px 92px;
}
@media (max-width: 1440px) {
  .cid-tScbsJOwxP .text-wrap .text-wrapper {
    margin: 0 0 40px 40px;
  }
}
@media (max-width: 992px) {
  .cid-tScbsJOwxP .text-wrap .text-wrapper {
    margin: 0 0 30px 0;
  }
}
@media (max-width: 1440px) {
  .cid-tScbsJOwxP .text-wrap .text-wrapper {
    margin: 0 40px 40px 0;
  }
}
@media (max-width: 992px) {
  .cid-tScbsJOwxP .text-wrap .text-wrapper {
    margin: 0 0 30px 0;
  }
}
.cid-tScbsJOwxP .text-wrap .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tScbsJOwxP .text-wrap .text-wrapper .mbr-iconfont {
  font-size: 22px;
  margin-right: 24px;
  color: #ffa41d;
}
.cid-tScbsJOwxP .image-wrapper img {
  height: 480px;
  object-fit: cover;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-tScbsJOwxP .image-wrapper img {
    height: 280px;
  }
}
.cid-tScbsJOwxP .mbr-text {
  color: #000000;
}
.cid-tSVyT0tGT6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tSVyT0tGT6 .row {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-tSVyT0tGT6 .row {
    padding: 0 12px;
  }
}
.cid-tSVyT0tGT6 .card {
  padding: 0;
  height: 380px;
  position: relative;
  border-radius: 0;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-tSVyT0tGT6 .card {
    height: 280px;
  }
}
.cid-tSVyT0tGT6 .card img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
  padding: 0;
  transform: scale(1, 1);
  transition: all .4s ease;
}
.cid-tSVyT0tGT6 .card:hover img {
  transform: scale(1.1, 1.1);
}
.cid-tSVyT0tGT6 .card-link {
  position: relative;
  height: 100%;
  z-index: 1;
  transition: all .4s ease;
  pointer-events: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tSVyT0tGT6 .card-overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: #000000;
  opacity: .3;
  z-index: 1;
  pointer-events: none;
}
.cid-tSVyT0tGT6 .card-wrapper {
  padding: 44px 34px;
}
.cid-tSVyT0tGT6 .card-wrapper .mbr-section-title {
  margin: 0;
  pointer-events: visible;
}
.cid-tSVyT0tGT6 .card-wrapper .mbr-text {
  margin: 7px 0 0 0;
  pointer-events: visible;
  letter-spacing: 1px;
}
.cid-tSVyT0tGT6 .mbr-section-title {
  color: #FFFFFF;
  text-align: center;
}
.cid-tSVyT0tGT6 .mbr-text {
  color: #FFFFFF;
  text-align: center;
}
.cid-tScbsLGt35 {
  padding-top: 5rem;
  padding-bottom: 10rem;
  background-color: #ebebeb;
}
.cid-tScbsLGt35 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tScbsLGt35 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tScbsLGt35 .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tScbsLGt35 .container-fluid {
    padding: 0 30px;
  }
}
.cid-tScbsLGt35 .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tScbsLGt35 .container {
    padding: 0 30px;
  }
}
.cid-tScbsLGt35 .text-wrap {
  display: flex;
  align-items: flex-end;
}
.cid-tScbsLGt35 .text-wrap .text-wrapper {
  display: inline-flex;
  padding-top: 30px;
  border-top: 1px solid #000000;
  margin: 0 92px 40px 0;
  margin: 0 0 40px 92px;
}
@media (max-width: 1440px) {
  .cid-tScbsLGt35 .text-wrap .text-wrapper {
    margin: 0 0 40px 40px;
  }
}
@media (max-width: 992px) {
  .cid-tScbsLGt35 .text-wrap .text-wrapper {
    margin: 0 0 30px 0;
  }
}
@media (max-width: 1440px) {
  .cid-tScbsLGt35 .text-wrap .text-wrapper {
    margin: 0 40px 40px 0;
  }
}
@media (max-width: 992px) {
  .cid-tScbsLGt35 .text-wrap .text-wrapper {
    margin: 0 0 30px 0;
  }
}
.cid-tScbsLGt35 .text-wrap .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tScbsLGt35 .text-wrap .text-wrapper .mbr-iconfont {
  font-size: 22px;
  margin-right: 24px;
  color: #ffa41d;
}
.cid-tScbsLGt35 .image-wrapper img {
  height: 480px;
  object-fit: cover;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-tScbsLGt35 .image-wrapper img {
    height: 280px;
  }
}
.cid-tScbsLGt35 .mbr-text {
  color: #000000;
}
.cid-tScbsMDPJA {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #1b2028;
}
.cid-tScbsMDPJA .mbr-fallback-image.disabled {
  display: none;
}
.cid-tScbsMDPJA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tScbsMDPJA .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-tScbsMDPJA .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-tScbsMDPJA .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-tScbsMDPJA .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-tScbsMDPJA .container {
    max-width: 100%;
  }
  .cid-tScbsMDPJA .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-tScbsMDPJA .item-wrap {
  width: 100%;
}
.cid-tScbsMDPJA .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-tScbsMDPJA .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tScbsMDPJA .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tScbsMDPJA .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tScbsMDPJA .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-tScbsMDPJA .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tScbsMDPJA .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-tScbsMDPJA .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-tScbsMDPJA .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1f242e, #171a21);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-tScbsMDPJA .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-tScbsMDPJA .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #ffa41d;
}
.cid-tScbsMDPJA .soc-item:hover {
  transform: translateY(-3px);
}
.cid-tScbsMDPJA .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tScbsMDPJA .col-links {
    padding-top: 20px;
  }
}
.cid-tScbsMDPJA .mbr-section-subtitle {
  color: #ffa41d;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .cid-tScbsMDPJA .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-tScbsMDPJA .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #C4CFDE;
  transition: 0.4s all;
}
@media (max-width: 575px) {
  .cid-tScbsMDPJA .list {
    text-align: center !important;
  }
}
.cid-tScbsMDPJA .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-tScbsMDPJA .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-tScbsMDPJA .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-tScbsMDPJA .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ffa41d;
  transition: 0.4s all;
}
.cid-tScbsMDPJA .list a:hover {
  color: #ffa41d !important;
  line-height: inherit !important;
}
.cid-tScbsMDPJA .list a:hover:before {
  width: 100%;
}
.cid-tScbsMDPJA .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-tScbsMDPJA .col-copyright {
    padding-top: 40px;
  }
}
.cid-tScbsMDPJA .border-item {
  width: 100%;
  height: 1px;
  background-color: #ffa41d;
}
.cid-tScbsMDPJA .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
.cid-tOTPn0ZYpz .navbar-dropdown {
  position: relative !important;
}
.cid-tOTPn0ZYpz .navbar-dropdown {
  position: absolute !important;
}
.cid-tOTPn0ZYpz .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-tOTPn0ZYpz .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tOTPn0ZYpz .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tOTPn0ZYpz .dropdown-item:hover,
.cid-tOTPn0ZYpz .dropdown-item:focus {
  background: #ffa41d !important;
  color: white !important;
}
.cid-tOTPn0ZYpz .dropdown-item:hover span {
  color: white;
}
.cid-tOTPn0ZYpz .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tOTPn0ZYpz .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tOTPn0ZYpz .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tOTPn0ZYpz .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tOTPn0ZYpz .nav-link {
  position: relative;
}
.cid-tOTPn0ZYpz .container {
  display: flex;
  margin: auto;
}
.cid-tOTPn0ZYpz .iconfont-wrapper {
  color: #ffa41d !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tOTPn0ZYpz .navbar-nav .nav-item {
  margin: 10px 14px !important;
}
.cid-tOTPn0ZYpz .navbar-nav .nav-item .nav-link {
  margin: 5px 10px !important;
  padding: 0 !important;
  transition: 0.3s all;
  opacity: 0.5;
}
.cid-tOTPn0ZYpz .navbar-nav .nav-item .nav-link:hover,
.cid-tOTPn0ZYpz .navbar-nav .nav-item .nav-link:focus,
.cid-tOTPn0ZYpz .navbar-nav .nav-item .nav-link:active {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-tOTPn0ZYpz .dropdown-menu,
.cid-tOTPn0ZYpz .navbar.opened {
  background: #1f242e !important;
}
.cid-tOTPn0ZYpz .nav-item:focus,
.cid-tOTPn0ZYpz .nav-link:focus {
  outline: none;
}
.cid-tOTPn0ZYpz .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tOTPn0ZYpz .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tOTPn0ZYpz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tOTPn0ZYpz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tOTPn0ZYpz .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tOTPn0ZYpz .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tOTPn0ZYpz .navbar {
  min-height: 122px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  padding: 0 !important;
  box-shadow: none !important;
  background: #1f242e;
  background: rgba(31, 36, 46, 0.3);
}
.cid-tOTPn0ZYpz .navbar:not(.navbar-short) {
  border-bottom: none;
}
.cid-tOTPn0ZYpz .navbar.opened {
  transition: all 0.3s;
}
.cid-tOTPn0ZYpz .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tOTPn0ZYpz .navbar .navbar-logo img {
  width: auto;
}
.cid-tOTPn0ZYpz .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tOTPn0ZYpz .navbar.collapsed {
  justify-content: center;
}
.cid-tOTPn0ZYpz .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tOTPn0ZYpz .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tOTPn0ZYpz .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.5rem);
  }
}
.cid-tOTPn0ZYpz .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tOTPn0ZYpz .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tOTPn0ZYpz .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tOTPn0ZYpz .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tOTPn0ZYpz .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tOTPn0ZYpz .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tOTPn0ZYpz .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tOTPn0ZYpz .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tOTPn0ZYpz .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tOTPn0ZYpz .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tOTPn0ZYpz .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tOTPn0ZYpz .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tOTPn0ZYpz .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tOTPn0ZYpz .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tOTPn0ZYpz .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tOTPn0ZYpz .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tOTPn0ZYpz .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tOTPn0ZYpz .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tOTPn0ZYpz .navbar.navbar-short {
  min-height: 90px;
}
.cid-tOTPn0ZYpz .navbar.navbar-short .navbar-logo img {
  height: 4.2rem !important;
}
.cid-tOTPn0ZYpz .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
@media (max-width: 575px) {
  .cid-tOTPn0ZYpz .navbar {
    min-height: 80px;
  }
}
.cid-tOTPn0ZYpz .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  padding-right: 15px;
  padding-left: 15px;
}
.cid-tOTPn0ZYpz .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tOTPn0ZYpz .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 575px) {
  .cid-tOTPn0ZYpz .navbar-brand {
    min-height: 69px;
  }
}
.cid-tOTPn0ZYpz .dropdown-item.active,
.cid-tOTPn0ZYpz .dropdown-item:active {
  background-color: transparent;
}
.cid-tOTPn0ZYpz .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tOTPn0ZYpz .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tOTPn0ZYpz .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tOTPn0ZYpz .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1f242e;
}
.cid-tOTPn0ZYpz .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tOTPn0ZYpz .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tOTPn0ZYpz ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tOTPn0ZYpz .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tOTPn0ZYpz button.navbar-toggler {
  display: none;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #171a21, #272c30);
  outline: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-tOTPn0ZYpz button.navbar-toggler:hover {
  transform: scale(1.1);
}
.cid-tOTPn0ZYpz button.navbar-toggler .hamburger {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-tOTPn0ZYpz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #f9f9fc;
}
.cid-tOTPn0ZYpz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-tOTPn0ZYpz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-tOTPn0ZYpz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-tOTPn0ZYpz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tOTPn0ZYpz nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tOTPn0ZYpz nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tOTPn0ZYpz nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tOTPn0ZYpz nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tOTPn0ZYpz .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tOTPn0ZYpz a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tOTPn0ZYpz .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-tOTPn0ZYpz .navbar {
    height: 70px;
  }
  .cid-tOTPn0ZYpz .navbar.opened {
    height: auto;
  }
  .cid-tOTPn0ZYpz .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tOTPn0ZYpz .navbar-short {
  min-height: 90px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
  background: #1f242e;
  background: rgba(31, 36, 46, 0.3);
}
@media (max-width: 575px) {
  .cid-tOTPn0ZYpz .navbar-short {
    min-height: 70px;
  }
}
.cid-tOTPn0ZYpz .container-fluid {
  padding: 0 64px;
}
@media (max-width: 1599px) {
  .cid-tOTPn0ZYpz .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .cid-tOTPn0ZYpz .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .cid-tOTPn0ZYpz .container-fluid {
    padding: 0 3px;
  }
}
.cid-tOTPn0ZYpz .navbar-collapse {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-tOTPn0ZYpz .mbr-section-btn .btn {
  padding: 15px 35px;
}
@media (min-width: 992px) {
  .cid-tOTPn0ZYpz .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-tOTPn0ZYpz .container-fluid {
  flex-wrap: wrap;
}
.cid-tOTPn0ZYpz button.navbar-toggler {
  display: flex;
}
.cid-tOTPn0ZYpz .navbar-brand {
  width: auto !important;
}
.cid-tOTPn0ZYpz .navbar-collapse {
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.cid-tOTPn0ZYpz .navbar-collapse .nav-item {
  margin: 8px 0 !important;
}
.cid-tOTPn0ZYpz .navbar-collapse .nav-item .nav-link {
  margin: 0 !important;
  padding: 0 !important;
  transition: 0.3s all;
  opacity: 1;
  justify-content: left;
}
.cid-tOTPn0ZYpz .navbar-collapse .nav-item .nav-link:hover {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-tOTPn0ZYpz .icons-menu {
  margin-top: 10px;
  justify-content: left;
}
.cid-tOTPn0ZYpz .navbar-buttons {
  margin-top: 20px;
  text-align: left;
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
@media (max-width: 991px) {
  .cid-tOTPn0ZYpz .container-fluid {
    flex-wrap: wrap;
  }
  .cid-tOTPn0ZYpz button.navbar-toggler {
    display: flex;
  }
  .cid-tOTPn0ZYpz .navbar-brand {
    width: auto !important;
  }
  .cid-tOTPn0ZYpz .navbar-collapse {
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
  .cid-tOTPn0ZYpz .navbar-collapse .nav-item {
    margin: 8px 0 !important;
  }
  .cid-tOTPn0ZYpz .navbar-collapse .nav-item .nav-link {
    margin: 0 !important;
    padding: 0 !important;
    transition: 0.3s all;
    opacity: 1;
    justify-content: left;
  }
  .cid-tOTPn0ZYpz .navbar-collapse .nav-item .nav-link:hover {
    opacity: 1;
    color: #FFFFFF !important;
  }
  .cid-tOTPn0ZYpz .icons-menu {
    margin-top: 10px;
    justify-content: left;
  }
  .cid-tOTPn0ZYpz .navbar-buttons {
    margin-top: 20px;
    text-align: left;
    margin-left: -0.6rem;
    margin-right: -0.6rem;
  }
}
.cid-tOTPn1Xsnk {
  padding-top: 10rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/dsc08528-2000x1127.jpg");
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 650px;
}
.cid-tOTPn1Xsnk .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOTPn1Xsnk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1024px) {
  .cid-tOTPn1Xsnk {
    min-height: 750px;
  }
}
.cid-tOTPn1Xsnk .mbr-section-title {
  color: #ffffff;
}
.cid-tOTPn1Xsnk .mbr-section-subtitle {
  color: #FFFFFF;
  margin-top: 16px;
}
.cid-tOTPn1Xsnk .mbr-text {
  color: #FFFFFF;
  margin-top: 16px;
}
.cid-tOTPn1Xsnk .mbr-section-btn {
  margin-top: 18px;
}
.cid-tOTPn1Xsnk .mbr-text,
.cid-tOTPn1Xsnk .mbr-section-btn {
  color: #ffffff;
}
.cid-tRrKIkFf56 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #f9f9fc;
}
.cid-tRrKIkFf56 .mbr-section-subtitle {
  margin-bottom: 22px;
  letter-spacing: .13em;
  color: #23272b;
}
@media (max-width: 768px) {
  .cid-tRrKIkFf56 .mbr-section-subtitle {
    margin-bottom: 8px;
  }
}
.cid-tRrKIkFf56 .mbr-section-title {
  margin-bottom: 0;
  color: #20232a;
}
@media (max-width: 768px) {
  .cid-tRrKIkFf56 .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-tRrKIkFf56 .mbr-text {
  padding-top: 10px;
  margin-bottom: 0;
  color: #84858a;
}
@media (max-width: 768px) {
  .cid-tRrKIkFf56 .mbr-text {
    padding: 0;
  }
}
.cid-tOTPn4RXe7 {
  background-image: url("../../../assets/images/dsc08465-2000x1127.jpg");
}
.cid-tOTPn4RXe7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOTPn4RXe7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tOTPn4RXe7 .container-fluid {
  padding: 0 16px;
}
@media (max-width: 991px) {
  .cid-tOTPn4RXe7 .container-fluid {
    padding: 0 12px;
  }
}
.cid-tOTPn4RXe7 .row {
  margin-top: -3px;
  display: flex;
  justify-content: center;
  padding: 64px 28px;
  overflow: hidden;
  position: relative;
}
@media (max-width: 992px) {
  .cid-tOTPn4RXe7 .row {
    padding: 48px 20px;
  }
}
.cid-tOTPn4RXe7 .row:before {
  content: '';
  position: absolute;
  top: 8rem;
  width: 200vh;
  height: 300px;
  display: block;
  background-color: transparent;
  border: 5px solid #ebebeb;
  border-radius: 100%;
}
.cid-tOTPn4RXe7 .card {
  border-right: 0;
  transform: rotate(17deg);
}
@media (max-width: 992px) {
  .cid-tOTPn4RXe7 .card {
    margin: 0 !important;
  }
}
.cid-tOTPn4RXe7 .card:nth-child(2) {
  transform: rotate(347deg);
  margin-top: 5rem;
}
.cid-tOTPn4RXe7 .card:last-child {
  transform: rotate(1deg);
  margin-left: -3rem;
  margin-top: -2.5rem;
}
.cid-tOTPn4RXe7 .card .image-wrapper {
  padding: 20px;
  border-radius: 16px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-tOTPn4RXe7 .card .image-wrapper {
    margin-bottom: 48px;
  }
}
.cid-tOTPn4RXe7 .card .image-wrapper img {
  height: 300px;
  object-fit: cover;
}
.cid-tOTPn4RXe7 .card .image-wrapper .mbr-text {
  margin-bottom: 0;
  margin-top: 10px;
}
.cid-tOTPn4RXe7 .mbr-text {
  color: #07553B;
}
.cid-tOTPn5H1X2 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-tOTPn5H1X2 .main_header {
  margin-bottom: 8rem;
}
.cid-tOTPn5H1X2 .mbr-section-subtitle {
  margin-bottom: .75rem;
  line-height: 1;
  color: #222d35;
}
.cid-tOTPn5H1X2 .mbr-text {
  margin-top: 12px;
  margin-bottom: 1.5em;
  letter-spacing: -0.025rem;
}
.cid-tOTPn5H1X2 .card_item {
  border-radius: 0 !important;
  cursor: pointer;
}
@media (min-width: 768px) {
  .cid-tOTPn5H1X2 .card_item {
    border-left: 1px dotted rgba(213, 128, 1, 0.5);
  }
  .cid-tOTPn5H1X2 .card_item:last-child {
    border-right: 1px dotted rgba(213, 128, 1, 0.5);
  }
  .cid-tOTPn5H1X2 .card_item:nth-child(1) .card-box {
    padding-top: 8rem;
  }
  .cid-tOTPn5H1X2 .card_item:nth-child(2) .card-box {
    padding-top: 0;
  }
  .cid-tOTPn5H1X2 .card_item:nth-child(3) .card-box {
    padding-top: 16rem;
  }
}
.cid-tOTPn5H1X2 .item-wrapper {
  padding: 0 1rem;
}
.cid-tOTPn5H1X2 .card-box {
  height: 100%;
  padding: 2rem 0 ;
}
@media (min-width: 1199px) {
  .cid-tOTPn5H1X2 .card-box {
    padding: 2.5rem 2rem 2.5rem ;
  }
}
.cid-tOTPn5H1X2 .item-img {
  margin-bottom: 1.5rem;
  position: relative;
}
.cid-tOTPn5H1X2 .card-title {
  margin-top: .75rem;
  margin-bottom: 1.5rem;
  color: #000000;
}
.cid-tOTPn5H1X2 .card-text {
  margin-bottom: 1.25rem;
}
.cid-tOTPn5H1X2 .card-descr {
  position: absolute;
  top: 0;
  right: 0;
  margin-right: -1.25rem;
  line-height: 1;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  -webkit-text-orientation: sideways;
  text-orientation: sideways;
}
@media (max-width: 1199px) {
  .cid-tOTPn5H1X2 .card-descr {
    margin-right: -1rem;
  }
}
.cid-tOTPn5H1X2 img,
.cid-tOTPn5H1X2 .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-tOTPn5H1X2 .item-wrapper {
    padding: 2rem 0;
    border-bottom: 1px dotted rgba(213, 128, 1, 0.5);
  }
  .cid-tOTPn5H1X2 .main_header {
    margin-bottom: 4rem;
  }
  .cid-tOTPn5H1X2 .mbr-section-subtitle {
    margin-bottom: .25rem;
  }
  .cid-tOTPn5H1X2 .mbr-section-title {
    margin-bottom: 1.5rem;
  }
  .cid-tOTPn5H1X2 .mbr-text {
    margin-top: 0;
    margin-bottom: 1rem;
  }
  .cid-tOTPn5H1X2 .card-title {
    margin-bottom: 1.25rem;
  }
  .cid-tOTPn5H1X2 .card-text {
    margin-bottom: .75rem;
  }
  .cid-tOTPn5H1X2 .item-img {
    padding-right: 1rem;
  }
  .cid-tOTPn5H1X2 .card-descr {
    right: 1rem;
  }
}
.cid-tOTPn5H1X2 .mbr-text,
.cid-tOTPn5H1X2 .linkBtn {
  color: #222d35;
}
.cid-tOTPn5H1X2 .mbr-section-title {
  color: #000000;
}
.cid-tOTPn5H1X2 .card-text,
.cid-tOTPn5H1X2 .linkBtn {
  color: #222d35;
}
.cid-tOTPn6LJKr {
  background-color: #1f242e;
}
.cid-tOTPn6LJKr .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOTPn6LJKr .pb {
  padding-bottom: 2rem;
}
@media (min-width: 1600px) {
  .cid-tOTPn6LJKr .col-lg-6 {
    padding: 0 2rem;
  }
  .cid-tOTPn6LJKr .pb {
    padding-bottom: 5rem;
  }
  .cid-tOTPn6LJKr .container-fluid {
    padding: 0 3rem !important;
    margin: 0;
  }
}
@media (max-width: 992px) {
  .cid-tOTPn6LJKr .md-pb {
    padding-bottom: 2rem;
  }
}
.cid-tOTPn6LJKr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tOTPn6LJKr .row {
  flex-direction: row-reverse;
}
.cid-tOTPn6LJKr img {
  width: 100%;
}
.cid-tOTPn6LJKr .mbr-text {
  color: #ffffff;
}
.cid-tV86ijMvLr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f9f9fc;
}
.cid-tV86ijMvLr .image-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
}
@media (max-width: 992px) {
  .cid-tV86ijMvLr .image-wrapper {
    height: auto;
  }
}
@media (max-width: 768px) {
  .cid-tV86ijMvLr .image-wrapper {
    margin-bottom: 30px;
  }
}
.cid-tV86ijMvLr .image-wrapper img {
  max-width: 520px;
  height: 640px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tV86ijMvLr .image-wrapper img {
    height: 457px;
  }
}
.cid-tV86ijMvLr .image-wrapper .mbr-description {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 353px;
  height: auto;
  padding: 55px 40px 55px;
  margin: 0;
  background-color: #1f242e;
}
@media (max-width: 1200px) {
  .cid-tV86ijMvLr .image-wrapper .mbr-description {
    width: 255px;
  }
}
@media (max-width: 768px) {
  .cid-tV86ijMvLr .image-wrapper .mbr-description {
    padding: 30px 20px;
  }
}
.cid-tV86ijMvLr .text {
  padding-left: 9%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tV86ijMvLr .text {
    padding: 0 12px;
  }
}
.cid-tV86ijMvLr .text .text-wrapper .mbr-section-subtitle {
  margin-bottom: 22px;
  letter-spacing: .13em;
}
@media (max-width: 768px) {
  .cid-tV86ijMvLr .text .text-wrapper .mbr-section-subtitle {
    margin-bottom: 7px;
  }
}
.cid-tV86ijMvLr .text .text-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-tV86ijMvLr .text .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tV86ijMvLr .text .list-wrapper {
  margin-top: 45px;
}
@media (max-width: 768px) {
  .cid-tV86ijMvLr .text .list-wrapper {
    margin-top: 20px;
  }
}
.cid-tV86ijMvLr .text .list-wrapper .list-item {
  padding: 27px 0;
  border-top: 1px solid #bbbbbb;
}
.cid-tV86ijMvLr .text .list-wrapper .list-item:first-child {
  padding-top: 0;
  border: none;
}
.cid-tV86ijMvLr .text .list-wrapper .list-item:last-child {
  padding-bottom: 0;
}
.cid-tV86ijMvLr .text .list-wrapper .list-item .mbr-number {
  margin: 0 15px 0 0;
  display: inline;
}
.cid-tV86ijMvLr .text .list-wrapper .list-item .mbr-list {
  margin: 0;
  display: inline;
}
.cid-tV86ijMvLr .mbr-section-btn {
  margin-top: 45px;
}
@media (max-width: 768px) {
  .cid-tV86ijMvLr .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-tV86ijMvLr .btn {
  height: 55px;
  min-width: 170px;
  box-shadow: none;
  margin-top: 0;
}
.cid-tV86ijMvLr .btn:hover {
  box-shadow: none;
}
.cid-tV86ijMvLr .mbr-description {
  color: #fafafa;
}
.cid-tV86ijMvLr .mbr-section-subtitle {
  color: #ffa41d;
}
.cid-tV86ijMvLr .mbr-section-title {
  color: #20232a;
}
.cid-tV86ijMvLr .mbr-text {
  color: #84858a;
}
.cid-tV86ijMvLr .mbr-number {
  color: #84858a;
}
.cid-tV86ijMvLr .mbr-list {
  color: #20232a;
}
.cid-tV86ijMvLr .mbr-section-title,
.cid-tV86ijMvLr .list-item,
.cid-tV86ijMvLr .mbr-section-btn {
  text-align: left;
}
.cid-tV84jVLpeH {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background: #efefec;
  overflow: hidden;
}
.cid-tV84jVLpeH .mbr-fallback-image.disabled {
  display: none;
}
.cid-tV84jVLpeH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tV84jVLpeH .row {
  position: relative;
  z-index: 10;
}
.cid-tV84jVLpeH .col-title {
  display: flex;
  align-items: flex-start;
  margin-bottom: 60px;
}
@media (max-width: 991px) {
  .cid-tV84jVLpeH .col-title {
    flex-wrap: wrap;
    margin-bottom: 40px;
  }
}
.cid-tV84jVLpeH .mbr-section-title {
  color: #2B2B2B;
  width: 65%;
  flex-grow: 1;
}
@media (max-width: 991px) {
  .cid-tV84jVLpeH .mbr-section-title {
    width: 100%;
    text-align: center !important;
  }
}
.cid-tV84jVLpeH .mbr-section-subtitle {
  color: #1b80e6;
  padding-left: 40px;
  width: 35%;
  margin-left: auto;
  text-align: right;
}
@media (max-width: 991px) {
  .cid-tV84jVLpeH .mbr-section-subtitle {
    width: 100%;
    text-align: center !important;
    padding-left: 0;
    margin-left: 0;
    margin-top: 20px;
  }
}
.cid-tV84jVLpeH .google-map {
  height: 350px;
  position: relative;
  padding: 0 20px;
}
.cid-tV84jVLpeH .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tV84jVLpeH .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tV84jVLpeH .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tV84jVLpeH .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tV84jVLpeH .col-text {
  display: flex;
  align-items: flex-start;
  margin-top: 40px;
}
@media (max-width: 991px) {
  .cid-tV84jVLpeH .col-text {
    flex-wrap: wrap;
    margin-top: 30px;
  }
}
.cid-tV84jVLpeH .mbr-text {
  color: #2B2B2B;
  width: 50%;
  margin-right: auto;
  padding-right: 40px;
}
@media (max-width: 991px) {
  .cid-tV84jVLpeH .mbr-text {
    width: 100%;
    padding-right: 0;
    margin-right: 0;
  }
}
.cid-tV84jVLpeH .mbr-place {
  color: #2B2B2B;
  width: 50%;
  margin-left: auto;
}
@media (max-width: 991px) {
  .cid-tV84jVLpeH .mbr-place {
    width: 100%;
    margin-left: 0;
    margin-top: 24px;
  }
}
.cid-tV84jVLpeH .container,
.cid-tV84jVLpeH .container-fluid {
  position: relative;
}
.cid-tV84jVLpeH .circle-blur {
  position: absolute;
  transform: translate(50%, -50%);
  display: block;
  width: 200px;
  height: 200px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 500px;
  opacity: .97;
  -webkit-filter: blur(50px) blur(50px);
  filter: blur(50px) blur(50px);
}
@media (max-width: 767px) {
  .cid-tV84jVLpeH .circle-blur {
    width: 200px;
    height: 200px;
  }
}
.cid-tV84jVLpeH .circle-blur1 {
  top: 10%;
  right: 50%;
  background-image: linear-gradient(132deg, #ffa41d 27%, #ffa41d 50%, #ffa41d 79%);
}
.cid-tV84jVLpeH .circle-blur2 {
  top: 13%;
  right: 40%;
  background-image: linear-gradient(132deg, #0057fc 27%, #0057fc 50%, #0057fc 79%);
}
.cid-tR2XSI8Thn {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #f0f0f5;
}
.cid-tR2XSI8Thn .video-wrapper iframe {
  width: 100%;
}
.cid-tR2XSI8Thn .mbr-section-title,
.cid-tR2XSI8Thn .mbr-section-subtitle,
.cid-tR2XSI8Thn .mbr-text {
  text-align: center;
}
.cid-tR2XSI8Thn .mbr-section-subtitle {
  margin-bottom: 22px;
  letter-spacing: .13em;
  color: #1f242e;
  text-align: center;
}
.cid-tR2XSI8Thn .mbr-section-title {
  margin-bottom: 14px;
  color: #20232a;
  text-align: center;
}
.cid-tR2XSI8Thn .mbr-text {
  margin-bottom: 0;
  color: #65676c;
}
.cid-tR2XSI8Thn .mbr-section-head {
  margin-bottom: 45px;
}
.cid-tOTPn8BGg7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ebebeb;
}
.cid-tOTPn8BGg7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOTPn8BGg7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tOTPn8BGg7 .container {
    padding: 0 30px;
  }
}
.cid-tOTPn8BGg7 .text-wrap {
  display: flex;
  align-items: flex-end;
}
.cid-tOTPn8BGg7 .text-wrap .text-wrapper {
  display: inline-flex;
  padding-top: 30px;
  border-top: 1px solid #ffa41d;
  margin: 0 92px 40px 0;
  margin: 0 0 40px 92px;
}
@media (max-width: 1440px) {
  .cid-tOTPn8BGg7 .text-wrap .text-wrapper {
    margin: 0 0 40px 40px;
  }
}
@media (max-width: 992px) {
  .cid-tOTPn8BGg7 .text-wrap .text-wrapper {
    margin: 0 0 30px 0;
  }
}
@media (max-width: 1440px) {
  .cid-tOTPn8BGg7 .text-wrap .text-wrapper {
    margin: 0 40px 40px 0;
  }
}
@media (max-width: 992px) {
  .cid-tOTPn8BGg7 .text-wrap .text-wrapper {
    margin: 0 0 30px 0;
  }
}
.cid-tOTPn8BGg7 .text-wrap .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tOTPn8BGg7 .text-wrap .text-wrapper .mbr-iconfont {
  font-size: 22px;
  margin-right: 24px;
  color: #ffa41d;
}
.cid-tOTPn8BGg7 .image-wrapper img {
  height: 480px;
  object-fit: cover;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-tOTPn8BGg7 .image-wrapper img {
    height: 280px;
  }
}
.cid-tOTPn8BGg7 .mbr-text {
  color: #000000;
}
.cid-tOTPnaxn6x {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ebebeb;
}
.cid-tOTPnaxn6x .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOTPnaxn6x .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tOTPnaxn6x .container {
    padding: 0 30px;
  }
}
.cid-tOTPnaxn6x .text-wrap {
  display: flex;
  align-items: flex-end;
}
.cid-tOTPnaxn6x .text-wrap .text-wrapper {
  display: inline-flex;
  padding-top: 30px;
  border-top: 1px solid #000000;
  margin: 0 92px 40px 0;
}
@media (max-width: 1440px) {
  .cid-tOTPnaxn6x .text-wrap .text-wrapper {
    margin: 0 40px 40px 0;
  }
}
@media (max-width: 992px) {
  .cid-tOTPnaxn6x .text-wrap .text-wrapper {
    margin: 0 0 30px 0;
  }
}
.cid-tOTPnaxn6x .text-wrap .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tOTPnaxn6x .text-wrap .text-wrapper .mbr-iconfont {
  font-size: 22px;
  margin-right: 24px;
  color: #ffa41d;
}
.cid-tOTPnaxn6x .image-wrapper img {
  height: 480px;
  object-fit: cover;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-tOTPnaxn6x .image-wrapper img {
    height: 280px;
  }
}
.cid-tOTPnaxn6x .mbr-text {
  color: #000000;
}
.cid-tOTPnbtLqw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tOTPnbtLqw img {
  display: inline;
  border: 8px solid #ffffff;
  border-radius: 25px;
}
.cid-tOTPnbtLqw .col-12 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
}
.cid-tOTPnbtLqw .first {
  transform: rotate(10deg);
  max-height: 317px;
  width: auto;
}
.cid-tOTPnbtLqw .second {
  transform: rotate(356deg);
  max-height: 390px;
  width: auto;
  z-index: 5;
}
.cid-tOTPnbtLqw .third {
  transform: rotate(5deg);
  max-height: 476px;
  width: auto;
  z-index: 10;
}
.cid-tOTPnbtLqw .fourth {
  transform: rotate(356deg);
  max-height: 390px;
  width: auto;
  z-index: 5;
}
.cid-tOTPnbtLqw .fifth {
  transform: rotate(350deg);
  max-height: 317px;
  width: auto;
}
@media (max-width: 1400px) {
  .cid-tOTPnbtLqw .first {
    max-height: 250px;
  }
  .cid-tOTPnbtLqw .second {
    max-height: 323px;
  }
  .cid-tOTPnbtLqw .third {
    max-height: 408px;
  }
  .cid-tOTPnbtLqw .fourth {
    max-height: 323px;
  }
  .cid-tOTPnbtLqw .fifth {
    max-height: 250px;
  }
}
@media (max-width: 1100px) {
  .cid-tOTPnbtLqw .first {
    max-height: 200px;
  }
  .cid-tOTPnbtLqw .second {
    max-height: 270px;
  }
  .cid-tOTPnbtLqw .third {
    max-height: 350px;
  }
  .cid-tOTPnbtLqw .fourth {
    max-height: 270px;
  }
  .cid-tOTPnbtLqw .fifth {
    max-height: 200px;
  }
}
@media (max-width: 900px) {
  .cid-tOTPnbtLqw .first {
    display: none;
  }
  .cid-tOTPnbtLqw .second {
    max-height: 323px;
  }
  .cid-tOTPnbtLqw .third {
    max-height: 408px;
  }
  .cid-tOTPnbtLqw .fourth {
    max-height: 323px;
  }
  .cid-tOTPnbtLqw .fifth {
    display: none;
  }
}
@media (max-width: 765px) {
  .cid-tOTPnbtLqw .second {
    max-height: 250px;
  }
  .cid-tOTPnbtLqw .third {
    max-height: 340px;
  }
  .cid-tOTPnbtLqw .fourth {
    max-height: 250px;
  }
}
@media (max-width: 650px) {
  .cid-tOTPnbtLqw .second {
    max-height: 180px;
  }
  .cid-tOTPnbtLqw .third {
    max-height: 270px;
  }
  .cid-tOTPnbtLqw .fourth {
    max-height: 180px;
  }
}
@media (max-width: 465px) {
  .cid-tOTPnbtLqw .second {
    display: none;
  }
  .cid-tOTPnbtLqw .third {
    max-height: initial;
    width: 90%;
  }
  .cid-tOTPnbtLqw .fourth {
    display: none;
  }
}
.cid-tOTPncpOyG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #1f242e;
}
.cid-tOTPncpOyG .mbr-section-head {
  padding: 0 1rem;
}
.cid-tOTPncpOyG .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-tOTPncpOyG .team-card:hover {
  transform: translateY(-10px);
}
.cid-tOTPncpOyG .card-wrap {
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-tOTPncpOyG .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-tOTPncpOyG .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-tOTPncpOyG .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tOTPncpOyG .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-tOTPncpOyG .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 50%;
  max-width: 40%;
}
@media (max-width: 768px) {
  .cid-tOTPncpOyG .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 5px !important;
    margin-right: 5px !important;
  }
}
.cid-tOTPncpOyG .embla__button--next,
.cid-tOTPncpOyG .embla__button--prev {
  display: flex;
}
.cid-tOTPncpOyG .embla__button {
  top: -13%;
  width: 38px;
  height: 38px;
  margin-top: -1.5rem;
  font-size: 14px;
  background-color: transparent;
  color: #ffa41d;
  border: 2px solid #ffa41d;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tOTPncpOyG .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tOTPncpOyG .embla__button:hover {
  background: transparent;
  opacity: .7;
}
.cid-tOTPncpOyG .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tOTPncpOyG .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 992px) {
  .cid-tOTPncpOyG .embla__button {
    top: -10%;
  }
}
.cid-tOTPncpOyG .embla {
  position: relative;
  width: 100%;
  margin-top: 52px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-tOTPncpOyG .embla {
    margin-top: 80px;
  }
}
.cid-tOTPncpOyG .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tOTPncpOyG .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tOTPncpOyG .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tOTPncpOyG .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tOTPncpOyG .mbr-section-subtitle {
  margin-bottom: 27px;
  letter-spacing: 0.13em;
  color: #ffa41d;
  text-align: center;
}
.cid-tOTPncpOyG .mbr-section-title {
  margin-bottom: 16px;
  color: #ffffff;
  text-align: center;
}
.cid-tOTPncpOyG .mbr-text {
  margin: 0;
  color: #EAEAEA;
  text-align: center;
}
.cid-tOTPncpOyG .mbr-text ul {
  list-style-position: inside;
  display: flex;
  justify-content: center;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tOTPncpOyG .mbr-text ul {
    display: block;
  }
}
.cid-tOTPncpOyG .mbr-text ul li {
  padding: 0 3rem;
}
@media (max-width: 992px) {
  .cid-tOTPncpOyG .mbr-text ul li {
    margin-top: 10px;
    margin-left: 0;
  }
}
.cid-tOTPncpOyG .mbr-text ul li::marker {
  color: #ffa41d;
  font-size: 18px;
}
.cid-tOTPncpOyG .item-wrapper {
  height: 100%;
}
.cid-tOTPncpOyG .item-wrapper .image-wrap {
  height: 100%;
}
.cid-tOTPncpOyG .item-wrapper .image-wrap img {
  width: 100%;
  height: 420px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tOTPncpOyG .item-wrapper .image-wrap img {
    height: 320px;
  }
}
.cid-tOTPneIw0Z {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ebebeb;
}
.cid-tOTPneIw0Z .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOTPneIw0Z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tOTPneIw0Z .container {
    padding: 0 30px;
  }
}
.cid-tOTPneIw0Z .text-wrap {
  display: flex;
  align-items: flex-end;
}
.cid-tOTPneIw0Z .text-wrap .text-wrapper {
  display: inline-flex;
  padding-top: 30px;
  border-top: 1px solid #ffa41d;
  margin: 0 92px 40px 0;
}
@media (max-width: 1440px) {
  .cid-tOTPneIw0Z .text-wrap .text-wrapper {
    margin: 0 40px 40px 0;
  }
}
@media (max-width: 992px) {
  .cid-tOTPneIw0Z .text-wrap .text-wrapper {
    margin: 0 0 30px 0;
  }
}
.cid-tOTPneIw0Z .text-wrap .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tOTPneIw0Z .text-wrap .text-wrapper .mbr-iconfont {
  font-size: 22px;
  margin-right: 24px;
  color: #ffa41d;
}
.cid-tOTPneIw0Z .image-wrapper img {
  height: 480px;
  object-fit: cover;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-tOTPneIw0Z .image-wrapper img {
    height: 280px;
  }
}
.cid-tOTPneIw0Z .mbr-text {
  color: #000000;
}
.cid-tPgH0psUZA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ebebeb;
}
.cid-tPgH0psUZA .mbr-fallback-image.disabled {
  display: none;
}
.cid-tPgH0psUZA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tPgH0psUZA .container {
    padding: 0 30px;
  }
}
.cid-tPgH0psUZA .text-wrap {
  display: flex;
  align-items: flex-end;
}
.cid-tPgH0psUZA .text-wrap .text-wrapper {
  display: inline-flex;
  padding-top: 30px;
  border-top: 1px solid #ffa41d;
  margin: 0 92px 40px 0;
  margin: 0 0 40px 92px;
}
@media (max-width: 1440px) {
  .cid-tPgH0psUZA .text-wrap .text-wrapper {
    margin: 0 0 40px 40px;
  }
}
@media (max-width: 992px) {
  .cid-tPgH0psUZA .text-wrap .text-wrapper {
    margin: 0 0 30px 0;
  }
}
@media (max-width: 1440px) {
  .cid-tPgH0psUZA .text-wrap .text-wrapper {
    margin: 0 40px 40px 0;
  }
}
@media (max-width: 992px) {
  .cid-tPgH0psUZA .text-wrap .text-wrapper {
    margin: 0 0 30px 0;
  }
}
.cid-tPgH0psUZA .text-wrap .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tPgH0psUZA .text-wrap .text-wrapper .mbr-iconfont {
  font-size: 22px;
  margin-right: 24px;
  color: #ffa41d;
}
.cid-tPgH0psUZA .image-wrapper img {
  height: 480px;
  object-fit: cover;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-tPgH0psUZA .image-wrapper img {
    height: 280px;
  }
}
.cid-tPgH0psUZA .mbr-text {
  color: #000000;
}
.cid-tOTPnk8cC5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ebebeb;
}
.cid-tOTPnk8cC5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOTPnk8cC5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tOTPnk8cC5 .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tOTPnk8cC5 .container-fluid {
    padding: 0 30px;
  }
}
.cid-tOTPnk8cC5 .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tOTPnk8cC5 .container {
    padding: 0 30px;
  }
}
.cid-tOTPnk8cC5 .text-wrap {
  display: flex;
  align-items: flex-end;
}
.cid-tOTPnk8cC5 .text-wrap .text-wrapper {
  display: inline-flex;
  padding-top: 30px;
  border-top: 1px solid #000000;
  margin: 0 92px 40px 0;
  margin: 0 0 40px 92px;
}
@media (max-width: 1440px) {
  .cid-tOTPnk8cC5 .text-wrap .text-wrapper {
    margin: 0 0 40px 40px;
  }
}
@media (max-width: 992px) {
  .cid-tOTPnk8cC5 .text-wrap .text-wrapper {
    margin: 0 0 30px 0;
  }
}
@media (max-width: 1440px) {
  .cid-tOTPnk8cC5 .text-wrap .text-wrapper {
    margin: 0 40px 40px 0;
  }
}
@media (max-width: 992px) {
  .cid-tOTPnk8cC5 .text-wrap .text-wrapper {
    margin: 0 0 30px 0;
  }
}
.cid-tOTPnk8cC5 .text-wrap .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tOTPnk8cC5 .text-wrap .text-wrapper .mbr-iconfont {
  font-size: 22px;
  margin-right: 24px;
  color: #ffa41d;
}
.cid-tOTPnk8cC5 .image-wrapper img {
  height: 480px;
  object-fit: cover;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-tOTPnk8cC5 .image-wrapper img {
    height: 280px;
  }
}
.cid-tOTPnk8cC5 .mbr-text {
  color: #000000;
}
.cid-tOTPnnCumT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ebebeb;
}
.cid-tOTPnnCumT .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOTPnnCumT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tOTPnnCumT .container {
    padding: 0 30px;
  }
}
.cid-tOTPnnCumT .text-wrap {
  display: flex;
  align-items: flex-end;
}
.cid-tOTPnnCumT .text-wrap .text-wrapper {
  display: inline-flex;
  padding-top: 30px;
  border-top: 1px solid #000000;
  margin: 0 92px 40px 0;
  margin: 0 0 40px 92px;
}
@media (max-width: 1440px) {
  .cid-tOTPnnCumT .text-wrap .text-wrapper {
    margin: 0 0 40px 40px;
  }
}
@media (max-width: 992px) {
  .cid-tOTPnnCumT .text-wrap .text-wrapper {
    margin: 0 0 30px 0;
  }
}
@media (max-width: 1440px) {
  .cid-tOTPnnCumT .text-wrap .text-wrapper {
    margin: 0 40px 40px 0;
  }
}
@media (max-width: 992px) {
  .cid-tOTPnnCumT .text-wrap .text-wrapper {
    margin: 0 0 30px 0;
  }
}
.cid-tOTPnnCumT .text-wrap .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tOTPnnCumT .text-wrap .text-wrapper .mbr-iconfont {
  font-size: 22px;
  margin-right: 24px;
  color: #ffa41d;
}
.cid-tOTPnnCumT .image-wrapper img {
  height: 480px;
  object-fit: cover;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-tOTPnnCumT .image-wrapper img {
    height: 280px;
  }
}
.cid-tOTPnnCumT .mbr-text {
  color: #000000;
}
.cid-tPgCvhaFaH {
  padding-top: 5rem;
  padding-bottom: 8rem;
  background-color: #ebebeb;
}
.cid-tPgCvhaFaH .mbr-fallback-image.disabled {
  display: none;
}
.cid-tPgCvhaFaH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tPgCvhaFaH .container {
    padding: 0 30px;
  }
}
.cid-tPgCvhaFaH .text-wrap {
  display: flex;
  align-items: flex-end;
}
.cid-tPgCvhaFaH .text-wrap .text-wrapper {
  display: inline-flex;
  padding-top: 30px;
  border-top: 1px solid #000000;
  margin: 0 92px 40px 0;
}
@media (max-width: 1440px) {
  .cid-tPgCvhaFaH .text-wrap .text-wrapper {
    margin: 0 40px 40px 0;
  }
}
@media (max-width: 992px) {
  .cid-tPgCvhaFaH .text-wrap .text-wrapper {
    margin: 0 0 30px 0;
  }
}
.cid-tPgCvhaFaH .text-wrap .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tPgCvhaFaH .text-wrap .text-wrapper .mbr-iconfont {
  font-size: 22px;
  margin-right: 24px;
  color: #ffa41d;
}
.cid-tPgCvhaFaH .image-wrapper img {
  height: 480px;
  object-fit: cover;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-tPgCvhaFaH .image-wrapper img {
    height: 280px;
  }
}
.cid-tPgCvhaFaH .mbr-text {
  color: #000000;
}
.cid-tOTPnrgu9P {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #1b2028;
}
.cid-tOTPnrgu9P .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOTPnrgu9P .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tOTPnrgu9P .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-tOTPnrgu9P .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-tOTPnrgu9P .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-tOTPnrgu9P .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-tOTPnrgu9P .container {
    max-width: 100%;
  }
  .cid-tOTPnrgu9P .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-tOTPnrgu9P .item-wrap {
  width: 100%;
}
.cid-tOTPnrgu9P .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-tOTPnrgu9P .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tOTPnrgu9P .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tOTPnrgu9P .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tOTPnrgu9P .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-tOTPnrgu9P .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tOTPnrgu9P .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-tOTPnrgu9P .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-tOTPnrgu9P .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1f242e, #171a21);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-tOTPnrgu9P .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-tOTPnrgu9P .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #ffa41d;
}
.cid-tOTPnrgu9P .soc-item:hover {
  transform: translateY(-3px);
}
.cid-tOTPnrgu9P .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tOTPnrgu9P .col-links {
    padding-top: 20px;
  }
}
.cid-tOTPnrgu9P .mbr-section-subtitle {
  color: #ffa41d;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .cid-tOTPnrgu9P .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-tOTPnrgu9P .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #C4CFDE;
  transition: 0.4s all;
}
@media (max-width: 575px) {
  .cid-tOTPnrgu9P .list {
    text-align: center !important;
  }
}
.cid-tOTPnrgu9P .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-tOTPnrgu9P .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-tOTPnrgu9P .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-tOTPnrgu9P .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ffa41d;
  transition: 0.4s all;
}
.cid-tOTPnrgu9P .list a:hover {
  color: #ffa41d !important;
  line-height: inherit !important;
}
.cid-tOTPnrgu9P .list a:hover:before {
  width: 100%;
}
.cid-tOTPnrgu9P .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-tOTPnrgu9P .col-copyright {
    padding-top: 40px;
  }
}
.cid-tOTPnrgu9P .border-item {
  width: 100%;
  height: 1px;
  background-color: #ffa41d;
}
.cid-tOTPnrgu9P .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
.cid-tB7w5Dvaxi .navbar-dropdown {
  position: relative !important;
}
.cid-tB7w5Dvaxi .navbar-dropdown {
  position: absolute !important;
}
.cid-tB7w5Dvaxi .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-tB7w5Dvaxi .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tB7w5Dvaxi .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tB7w5Dvaxi .dropdown-item:hover,
.cid-tB7w5Dvaxi .dropdown-item:focus {
  background: #ffa41d !important;
  color: white !important;
}
.cid-tB7w5Dvaxi .dropdown-item:hover span {
  color: white;
}
.cid-tB7w5Dvaxi .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tB7w5Dvaxi .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tB7w5Dvaxi .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tB7w5Dvaxi .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tB7w5Dvaxi .nav-link {
  position: relative;
}
.cid-tB7w5Dvaxi .container {
  display: flex;
  margin: auto;
}
.cid-tB7w5Dvaxi .iconfont-wrapper {
  color: #ffa41d !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tB7w5Dvaxi .navbar-nav .nav-item {
  margin: 10px 14px !important;
}
.cid-tB7w5Dvaxi .navbar-nav .nav-item .nav-link {
  margin: 5px 10px !important;
  padding: 0 !important;
  transition: 0.3s all;
  opacity: 0.5;
}
.cid-tB7w5Dvaxi .navbar-nav .nav-item .nav-link:hover,
.cid-tB7w5Dvaxi .navbar-nav .nav-item .nav-link:focus,
.cid-tB7w5Dvaxi .navbar-nav .nav-item .nav-link:active {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-tB7w5Dvaxi .dropdown-menu,
.cid-tB7w5Dvaxi .navbar.opened {
  background: #1f242e !important;
}
.cid-tB7w5Dvaxi .nav-item:focus,
.cid-tB7w5Dvaxi .nav-link:focus {
  outline: none;
}
.cid-tB7w5Dvaxi .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tB7w5Dvaxi .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tB7w5Dvaxi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tB7w5Dvaxi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tB7w5Dvaxi .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tB7w5Dvaxi .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tB7w5Dvaxi .navbar {
  min-height: 122px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  padding: 0 !important;
  box-shadow: none !important;
  background: #1f242e;
  background: rgba(31, 36, 46, 0.3);
}
.cid-tB7w5Dvaxi .navbar:not(.navbar-short) {
  border-bottom: none;
}
.cid-tB7w5Dvaxi .navbar.opened {
  transition: all 0.3s;
}
.cid-tB7w5Dvaxi .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tB7w5Dvaxi .navbar .navbar-logo img {
  width: auto;
}
.cid-tB7w5Dvaxi .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tB7w5Dvaxi .navbar.collapsed {
  justify-content: center;
}
.cid-tB7w5Dvaxi .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tB7w5Dvaxi .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tB7w5Dvaxi .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.5rem);
  }
}
.cid-tB7w5Dvaxi .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tB7w5Dvaxi .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tB7w5Dvaxi .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tB7w5Dvaxi .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tB7w5Dvaxi .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tB7w5Dvaxi .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tB7w5Dvaxi .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tB7w5Dvaxi .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tB7w5Dvaxi .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tB7w5Dvaxi .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tB7w5Dvaxi .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tB7w5Dvaxi .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tB7w5Dvaxi .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tB7w5Dvaxi .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tB7w5Dvaxi .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tB7w5Dvaxi .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tB7w5Dvaxi .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tB7w5Dvaxi .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tB7w5Dvaxi .navbar.navbar-short {
  min-height: 90px;
}
.cid-tB7w5Dvaxi .navbar.navbar-short .navbar-logo img {
  height: 4.2rem !important;
}
.cid-tB7w5Dvaxi .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
@media (max-width: 575px) {
  .cid-tB7w5Dvaxi .navbar {
    min-height: 80px;
  }
}
.cid-tB7w5Dvaxi .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  padding-right: 15px;
  padding-left: 15px;
}
.cid-tB7w5Dvaxi .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tB7w5Dvaxi .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 575px) {
  .cid-tB7w5Dvaxi .navbar-brand {
    min-height: 69px;
  }
}
.cid-tB7w5Dvaxi .dropdown-item.active,
.cid-tB7w5Dvaxi .dropdown-item:active {
  background-color: transparent;
}
.cid-tB7w5Dvaxi .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tB7w5Dvaxi .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tB7w5Dvaxi .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tB7w5Dvaxi .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1f242e;
}
.cid-tB7w5Dvaxi .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tB7w5Dvaxi .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tB7w5Dvaxi ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tB7w5Dvaxi .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tB7w5Dvaxi button.navbar-toggler {
  display: none;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #171a21, #272c30);
  outline: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-tB7w5Dvaxi button.navbar-toggler:hover {
  transform: scale(1.1);
}
.cid-tB7w5Dvaxi button.navbar-toggler .hamburger {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-tB7w5Dvaxi button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #f9f9fc;
}
.cid-tB7w5Dvaxi button.navbar-toggler .hamburger span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-tB7w5Dvaxi button.navbar-toggler .hamburger span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-tB7w5Dvaxi button.navbar-toggler .hamburger span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-tB7w5Dvaxi button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tB7w5Dvaxi nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tB7w5Dvaxi nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tB7w5Dvaxi nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tB7w5Dvaxi nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tB7w5Dvaxi .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tB7w5Dvaxi a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tB7w5Dvaxi .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-tB7w5Dvaxi .navbar {
    height: 70px;
  }
  .cid-tB7w5Dvaxi .navbar.opened {
    height: auto;
  }
  .cid-tB7w5Dvaxi .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tB7w5Dvaxi .navbar-short {
  min-height: 90px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
  background: #1f242e;
  background: rgba(31, 36, 46, 0.3);
}
@media (max-width: 575px) {
  .cid-tB7w5Dvaxi .navbar-short {
    min-height: 70px;
  }
}
.cid-tB7w5Dvaxi .container-fluid {
  padding: 0 64px;
}
@media (max-width: 1599px) {
  .cid-tB7w5Dvaxi .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .cid-tB7w5Dvaxi .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .cid-tB7w5Dvaxi .container-fluid {
    padding: 0 3px;
  }
}
.cid-tB7w5Dvaxi .navbar-collapse {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-tB7w5Dvaxi .mbr-section-btn .btn {
  padding: 15px 35px;
}
@media (min-width: 992px) {
  .cid-tB7w5Dvaxi .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-tB7w5Dvaxi .container-fluid {
  flex-wrap: wrap;
}
.cid-tB7w5Dvaxi button.navbar-toggler {
  display: flex;
}
.cid-tB7w5Dvaxi .navbar-brand {
  width: auto !important;
}
.cid-tB7w5Dvaxi .navbar-collapse {
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.cid-tB7w5Dvaxi .navbar-collapse .nav-item {
  margin: 8px 0 !important;
}
.cid-tB7w5Dvaxi .navbar-collapse .nav-item .nav-link {
  margin: 0 !important;
  padding: 0 !important;
  transition: 0.3s all;
  opacity: 1;
  justify-content: left;
}
.cid-tB7w5Dvaxi .navbar-collapse .nav-item .nav-link:hover {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-tB7w5Dvaxi .icons-menu {
  margin-top: 10px;
  justify-content: left;
}
.cid-tB7w5Dvaxi .navbar-buttons {
  margin-top: 20px;
  text-align: left;
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
@media (max-width: 991px) {
  .cid-tB7w5Dvaxi .container-fluid {
    flex-wrap: wrap;
  }
  .cid-tB7w5Dvaxi button.navbar-toggler {
    display: flex;
  }
  .cid-tB7w5Dvaxi .navbar-brand {
    width: auto !important;
  }
  .cid-tB7w5Dvaxi .navbar-collapse {
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
  .cid-tB7w5Dvaxi .navbar-collapse .nav-item {
    margin: 8px 0 !important;
  }
  .cid-tB7w5Dvaxi .navbar-collapse .nav-item .nav-link {
    margin: 0 !important;
    padding: 0 !important;
    transition: 0.3s all;
    opacity: 1;
    justify-content: left;
  }
  .cid-tB7w5Dvaxi .navbar-collapse .nav-item .nav-link:hover {
    opacity: 1;
    color: #FFFFFF !important;
  }
  .cid-tB7w5Dvaxi .icons-menu {
    margin-top: 10px;
    justify-content: left;
  }
  .cid-tB7w5Dvaxi .navbar-buttons {
    margin-top: 20px;
    text-align: left;
    margin-left: -0.6rem;
    margin-right: -0.6rem;
  }
}
.cid-uhKJIhCM2P {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/dsc09463-2000x1127.jpg");
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 650px;
}
.cid-uhKJIhCM2P .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhKJIhCM2P .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1024px) {
  .cid-uhKJIhCM2P {
    min-height: 750px;
  }
}
.cid-uhKJIhCM2P .mbr-section-title {
  color: #ffffff;
}
.cid-uhKJIhCM2P .mbr-section-subtitle {
  color: #FFFFFF;
  margin-top: 16px;
}
.cid-uhKJIhCM2P .mbr-text {
  color: #FFFFFF;
  margin-top: 16px;
}
.cid-uhKJIhCM2P .mbr-section-btn {
  margin-top: 18px;
}
.cid-uiSpAJsQD0 {
  background-color: #ffffff;
}
.cid-uiSpAJsQD0 .content {
  display: flex;
  height: 100px;
  justify-content: center;
  align-items: center;
}
.cid-uiSpAJsQD0 .content img {
  width: 43px;
  height: 43px;
  object-fit: cover;
  margin-right: 15px;
}
.cid-uiSpAJsQD0 .content p {
  margin: 0;
}
.cid-uiSpAJsQD0 .mbr-text {
  color: #ffffff;
}
.cid-uiSpoQlROs {
  background-image: url("../../../assets/images/dsc09457-2000x1127.jpg");
}
.cid-uiSpoQlROs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uiSpoQlROs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uiSpoQlROs .container-fluid {
  padding: 0 16px;
}
@media (max-width: 991px) {
  .cid-uiSpoQlROs .container-fluid {
    padding: 0 12px;
  }
}
.cid-uiSpoQlROs .row {
  margin-top: -3px;
  display: flex;
  justify-content: center;
  padding: 64px 28px;
  overflow: hidden;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uiSpoQlROs .row {
    padding: 48px 20px;
  }
}
.cid-uiSpoQlROs .row:before {
  content: '';
  position: absolute;
  top: 8rem;
  width: 200vh;
  height: 300px;
  display: block;
  background-color: transparent;
  border: 5px solid #f9f9fc;
  border-radius: 100%;
}
.cid-uiSpoQlROs .card {
  border-right: 0;
  transform: rotate(17deg);
}
@media (max-width: 992px) {
  .cid-uiSpoQlROs .card {
    margin: 0 !important;
  }
}
.cid-uiSpoQlROs .card:nth-child(2) {
  transform: rotate(347deg);
  margin-top: 5rem;
}
.cid-uiSpoQlROs .card:last-child {
  transform: rotate(1deg);
  margin-left: -3rem;
  margin-top: -2.5rem;
}
.cid-uiSpoQlROs .card .image-wrapper {
  padding: 20px;
  border-radius: 16px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uiSpoQlROs .card .image-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uiSpoQlROs .card .image-wrapper img {
  height: 300px;
  object-fit: cover;
}
.cid-uiSpoQlROs .card .image-wrapper .mbr-text {
  margin-bottom: 0;
  margin-top: 10px;
}
.cid-uiSpoQlROs .mbr-text {
  color: #07553B;
}
.cid-uhKJkpTEBq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ebebeb;
}
.cid-uhKJkpTEBq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhKJkpTEBq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uhKJkpTEBq .container {
    padding: 0 30px;
  }
}
.cid-uhKJkpTEBq .text-wrap {
  display: flex;
  align-items: flex-end;
}
.cid-uhKJkpTEBq .text-wrap .text-wrapper {
  display: inline-flex;
  padding-top: 30px;
  border-top: 1px solid #000000;
  margin: 0 92px 40px 0;
}
@media (max-width: 1440px) {
  .cid-uhKJkpTEBq .text-wrap .text-wrapper {
    margin: 0 40px 40px 0;
  }
}
@media (max-width: 992px) {
  .cid-uhKJkpTEBq .text-wrap .text-wrapper {
    margin: 0 0 30px 0;
  }
}
.cid-uhKJkpTEBq .text-wrap .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uhKJkpTEBq .text-wrap .text-wrapper .mbr-iconfont {
  font-size: 22px;
  margin-right: 24px;
  color: #ffa41d;
}
.cid-uhKJkpTEBq .image-wrapper img {
  height: 480px;
  object-fit: cover;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-uhKJkpTEBq .image-wrapper img {
    height: 280px;
  }
}
.cid-uhKJkpTEBq .mbr-text {
  color: #000000;
}
.cid-uiTNVqVEKX {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uiTNVqVEKX .row {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-uiTNVqVEKX .row {
    padding: 0 12px;
  }
}
.cid-uiTNVqVEKX .card {
  padding: 0;
  height: 380px;
  position: relative;
  border-radius: 0;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uiTNVqVEKX .card {
    height: 280px;
  }
}
.cid-uiTNVqVEKX .card img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
  padding: 0;
  transform: scale(1, 1);
  transition: all .4s ease;
}
.cid-uiTNVqVEKX .card:hover img {
  transform: scale(1.1, 1.1);
}
.cid-uiTNVqVEKX .card-link {
  position: relative;
  height: 100%;
  z-index: 1;
  transition: all .4s ease;
  pointer-events: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uiTNVqVEKX .card-overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: #000000;
  opacity: .3;
  z-index: 1;
  pointer-events: none;
}
.cid-uiTNVqVEKX .card-wrapper {
  padding: 44px 34px;
}
.cid-uiTNVqVEKX .card-wrapper .mbr-section-title {
  margin: 0;
  pointer-events: visible;
}
.cid-uiTNVqVEKX .card-wrapper .mbr-text {
  margin: 7px 0 0 0;
  pointer-events: visible;
  letter-spacing: 1px;
}
.cid-uiTNVqVEKX .mbr-section-title {
  color: #FFFFFF;
  text-align: center;
}
.cid-uiTNVqVEKX .mbr-text {
  color: #FFFFFF;
  text-align: center;
}
.cid-uiSQtK8Wq5 {
  padding-top: 5rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-uiSQtK8Wq5 img {
  display: inline;
  border: 8px solid #ffffff;
  border-radius: 25px;
}
.cid-uiSQtK8Wq5 .col-12 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
}
.cid-uiSQtK8Wq5 .first {
  transform: rotate(10deg);
  max-height: 317px;
  width: auto;
}
.cid-uiSQtK8Wq5 .second {
  transform: rotate(356deg);
  max-height: 390px;
  width: auto;
  z-index: 5;
}
.cid-uiSQtK8Wq5 .third {
  transform: rotate(5deg);
  max-height: 476px;
  width: auto;
  z-index: 10;
}
.cid-uiSQtK8Wq5 .fourth {
  transform: rotate(356deg);
  max-height: 390px;
  width: auto;
  z-index: 5;
}
.cid-uiSQtK8Wq5 .fifth {
  transform: rotate(350deg);
  max-height: 317px;
  width: auto;
}
@media (max-width: 1400px) {
  .cid-uiSQtK8Wq5 .first {
    max-height: 250px;
  }
  .cid-uiSQtK8Wq5 .second {
    max-height: 323px;
  }
  .cid-uiSQtK8Wq5 .third {
    max-height: 408px;
  }
  .cid-uiSQtK8Wq5 .fourth {
    max-height: 323px;
  }
  .cid-uiSQtK8Wq5 .fifth {
    max-height: 250px;
  }
}
@media (max-width: 1100px) {
  .cid-uiSQtK8Wq5 .first {
    max-height: 200px;
  }
  .cid-uiSQtK8Wq5 .second {
    max-height: 270px;
  }
  .cid-uiSQtK8Wq5 .third {
    max-height: 350px;
  }
  .cid-uiSQtK8Wq5 .fourth {
    max-height: 270px;
  }
  .cid-uiSQtK8Wq5 .fifth {
    max-height: 200px;
  }
}
@media (max-width: 900px) {
  .cid-uiSQtK8Wq5 .first {
    display: none;
  }
  .cid-uiSQtK8Wq5 .second {
    max-height: 323px;
  }
  .cid-uiSQtK8Wq5 .third {
    max-height: 408px;
  }
  .cid-uiSQtK8Wq5 .fourth {
    max-height: 323px;
  }
  .cid-uiSQtK8Wq5 .fifth {
    display: none;
  }
}
@media (max-width: 765px) {
  .cid-uiSQtK8Wq5 .second {
    max-height: 250px;
  }
  .cid-uiSQtK8Wq5 .third {
    max-height: 340px;
  }
  .cid-uiSQtK8Wq5 .fourth {
    max-height: 250px;
  }
}
@media (max-width: 650px) {
  .cid-uiSQtK8Wq5 .second {
    max-height: 180px;
  }
  .cid-uiSQtK8Wq5 .third {
    max-height: 270px;
  }
  .cid-uiSQtK8Wq5 .fourth {
    max-height: 180px;
  }
}
@media (max-width: 465px) {
  .cid-uiSQtK8Wq5 .second {
    display: none;
  }
  .cid-uiSQtK8Wq5 .third {
    max-height: initial;
    width: 90%;
  }
  .cid-uiSQtK8Wq5 .fourth {
    display: none;
  }
}
.cid-uiSq2ZqlyT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/dsc09310-2000x1127.jpg");
}
.cid-uiSq2ZqlyT .image-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uiSq2ZqlyT .image-wrapper {
    height: auto;
  }
}
@media (max-width: 768px) {
  .cid-uiSq2ZqlyT .image-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uiSq2ZqlyT .image-wrapper img {
  max-width: 520px;
  height: 640px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uiSq2ZqlyT .image-wrapper img {
    height: 457px;
  }
}
.cid-uiSq2ZqlyT .image-wrapper .mbr-description {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 353px;
  height: auto;
  padding: 55px 40px 55px;
  margin: 0;
  background-color: #1f242e;
}
@media (max-width: 1200px) {
  .cid-uiSq2ZqlyT .image-wrapper .mbr-description {
    width: 255px;
  }
}
@media (max-width: 768px) {
  .cid-uiSq2ZqlyT .image-wrapper .mbr-description {
    padding: 30px 20px;
  }
}
.cid-uiSq2ZqlyT .text {
  padding-left: 9%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uiSq2ZqlyT .text {
    padding: 0 12px;
  }
}
.cid-uiSq2ZqlyT .text .text-wrapper .mbr-section-subtitle {
  margin-bottom: 22px;
  letter-spacing: .13em;
}
@media (max-width: 768px) {
  .cid-uiSq2ZqlyT .text .text-wrapper .mbr-section-subtitle {
    margin-bottom: 7px;
  }
}
.cid-uiSq2ZqlyT .text .text-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-uiSq2ZqlyT .text .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uiSq2ZqlyT .text .list-wrapper {
  margin-top: 45px;
}
@media (max-width: 768px) {
  .cid-uiSq2ZqlyT .text .list-wrapper {
    margin-top: 20px;
  }
}
.cid-uiSq2ZqlyT .text .list-wrapper .list-item {
  padding: 27px 0;
  border-top: 1px solid #bbbbbb;
}
.cid-uiSq2ZqlyT .text .list-wrapper .list-item:first-child {
  padding-top: 0;
  border: none;
}
.cid-uiSq2ZqlyT .text .list-wrapper .list-item:last-child {
  padding-bottom: 0;
}
.cid-uiSq2ZqlyT .text .list-wrapper .list-item .mbr-number {
  margin: 0 15px 0 0;
  display: inline;
}
.cid-uiSq2ZqlyT .text .list-wrapper .list-item .mbr-list {
  margin: 0;
  display: inline;
}
.cid-uiSq2ZqlyT .mbr-section-btn {
  margin-top: 45px;
}
@media (max-width: 768px) {
  .cid-uiSq2ZqlyT .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uiSq2ZqlyT .btn {
  height: 55px;
  min-width: 170px;
  box-shadow: none;
  margin-top: 0;
}
.cid-uiSq2ZqlyT .btn:hover {
  box-shadow: none;
}
.cid-uiSq2ZqlyT .mbr-description {
  color: #fafafa;
  text-align: center;
}
.cid-uiSq2ZqlyT .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uiSq2ZqlyT .mbr-section-title {
  color: #20232a;
}
.cid-uiSq2ZqlyT .mbr-text {
  color: #84858a;
}
.cid-uiSq2ZqlyT .mbr-number {
  color: #84858a;
}
.cid-uiSq2ZqlyT .mbr-list {
  color: #20232a;
}
.cid-uiSq2ZqlyT .mbr-section-title,
.cid-uiSq2ZqlyT .list-item,
.cid-uiSq2ZqlyT .mbr-section-btn {
  text-align: left;
  color: #f9f9fc;
}
.cid-uiSr1fBjtv {
  background-color: #f9f9fc;
}
.cid-uiSr1fBjtv .content {
  display: flex;
  height: 100px;
  justify-content: center;
  align-items: center;
}
.cid-uiSr1fBjtv .content img {
  width: 43px;
  height: 43px;
  object-fit: cover;
  margin-right: 15px;
}
.cid-uiSr1fBjtv .content p {
  margin: 0;
}
.cid-uiSr1fBjtv .mbr-text {
  color: #ffffff;
}
.cid-uiSo75m8HC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/dsc09468-2000x1127.jpg");
}
.cid-uiSo75m8HC .mbr-section-head {
  padding: 0 1rem;
}
.cid-uiSo75m8HC .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-uiSo75m8HC .team-card:hover {
  transform: translateY(-10px);
}
.cid-uiSo75m8HC .card-wrap {
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-uiSo75m8HC .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-uiSo75m8HC .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-uiSo75m8HC .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uiSo75m8HC .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-uiSo75m8HC .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 50%;
  max-width: 40%;
}
@media (max-width: 768px) {
  .cid-uiSo75m8HC .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 5px !important;
    margin-right: 5px !important;
  }
}
.cid-uiSo75m8HC .embla__button--next,
.cid-uiSo75m8HC .embla__button--prev {
  display: flex;
}
.cid-uiSo75m8HC .embla__button {
  top: -13%;
  width: 38px;
  height: 38px;
  margin-top: -1.5rem;
  font-size: 14px;
  background-color: transparent;
  color: #eaeaea;
  border: 2px solid #eaeaea;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uiSo75m8HC .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uiSo75m8HC .embla__button:hover {
  background: transparent;
  opacity: .7;
}
.cid-uiSo75m8HC .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uiSo75m8HC .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 992px) {
  .cid-uiSo75m8HC .embla__button {
    top: -10%;
  }
}
.cid-uiSo75m8HC .embla {
  position: relative;
  width: 100%;
  margin-top: 52px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uiSo75m8HC .embla {
    margin-top: 80px;
  }
}
.cid-uiSo75m8HC .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uiSo75m8HC .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uiSo75m8HC .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uiSo75m8HC .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uiSo75m8HC .mbr-section-subtitle {
  margin-bottom: 27px;
  letter-spacing: 0.13em;
  color: #ffffff;
  text-align: center;
}
.cid-uiSo75m8HC .mbr-section-title {
  margin-bottom: 16px;
  color: #ffffff;
  text-align: center;
}
.cid-uiSo75m8HC .mbr-text {
  margin: 0;
  color: #EAEAEA;
  text-align: center;
}
.cid-uiSo75m8HC .mbr-text ul {
  list-style-position: inside;
  display: flex;
  justify-content: center;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uiSo75m8HC .mbr-text ul {
    display: block;
  }
}
.cid-uiSo75m8HC .mbr-text ul li {
  padding: 0 3rem;
}
@media (max-width: 992px) {
  .cid-uiSo75m8HC .mbr-text ul li {
    margin-top: 10px;
    margin-left: 0;
  }
}
.cid-uiSo75m8HC .mbr-text ul li::marker {
  color: #ffa41d;
  font-size: 18px;
}
.cid-uiSo75m8HC .item-wrapper {
  height: 100%;
}
.cid-uiSo75m8HC .item-wrapper .image-wrap {
  height: 100%;
}
.cid-uiSo75m8HC .item-wrapper .image-wrap img {
  width: 100%;
  height: 420px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uiSo75m8HC .item-wrapper .image-wrap img {
    height: 320px;
  }
}
.cid-uiZr9iUgEP {
  background-color: #ffffff;
}
.cid-uiZr9iUgEP .content {
  display: flex;
  height: 100px;
  justify-content: center;
  align-items: center;
}
.cid-uiZr9iUgEP .content img {
  width: 43px;
  height: 43px;
  object-fit: cover;
  margin-right: 15px;
}
.cid-uiZr9iUgEP .content p {
  margin: 0;
}
.cid-uiZr9iUgEP .mbr-text {
  color: #ffffff;
}
.cid-uiSU0Cexxo {
  background-image: url("../../../assets/images/dsc09425-2000x1127.jpg");
}
.cid-uiSU0Cexxo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uiSU0Cexxo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uiSU0Cexxo .container {
    padding: 0 20px;
  }
}
.cid-uiSU0Cexxo .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uiSU0Cexxo .title-wrapper .mbr-desc {
  margin: 0;
}
.cid-uiSU0Cexxo .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uiSU0Cexxo .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-uiTLVWB7f4 {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #f4f4f2;
}
.cid-uiTLVWB7f4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uiTLVWB7f4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uiTLVWB7f4 .item {
  margin-bottom: 46px;
}
@media (max-width: 992px) {
  .cid-uiTLVWB7f4 .item {
    margin-bottom: 16px;
  }
}
.cid-uiTLVWB7f4 .item .item-wrapper .item-img img {
  height: 420px;
  object-fit: cover;
  transform: rotate(6deg);
}
@media (max-width: 992px) {
  .cid-uiTLVWB7f4 .item .item-wrapper .item-img img {
    transform: none;
    height: 250px;
  }
}
.cid-uiTLVWB7f4 .item .card_1 {
  padding: 40px 32px 0 64px;
}
@media (max-width: 992px) {
  .cid-uiTLVWB7f4 .item .card_1 {
    padding: 0;
  }
}
.cid-uiTLVWB7f4 .item .card_1 .item-img img {
  height: 380px;
}
@media (max-width: 992px) {
  .cid-uiTLVWB7f4 .item .card_1 .item-img img {
    height: 250px;
  }
}
.cid-uiTLVWB7f4 .desc-wrapper .desc-wrap {
  display: inline-flex;
  width: 50%;
  position: relative;
  padding: 46px 32px;
  background-color: #ffffff;
  margin-top: -5rem;
  transform: rotate(-6deg);
}
@media (max-width: 992px) {
  .cid-uiTLVWB7f4 .desc-wrapper .desc-wrap {
    margin-left: 0;
    padding: 32px 22px;
    width: 100%;
    margin-top: 0;
    transform: none;
  }
}
.cid-uiTLVWB7f4 .desc-wrapper .desc-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-uiTLVWB7f4 .mbr-desc,
.cid-uiTLVWB7f4 .desc-wrapper {
  color: #212529;
  text-align: center;
}
.cid-uk7Q7UMnys {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f0f0f5;
}
.cid-uk7Q7UMnys .video-wrapper iframe {
  width: 100%;
}
.cid-uk7Q7UMnys .mbr-section-title,
.cid-uk7Q7UMnys .mbr-section-subtitle,
.cid-uk7Q7UMnys .mbr-text {
  text-align: center;
}
.cid-uk7Q7UMnys .mbr-section-subtitle {
  margin-bottom: 22px;
  letter-spacing: .13em;
  color: #ffa41d;
  text-align: center;
}
.cid-uk7Q7UMnys .mbr-section-title {
  margin-bottom: 14px;
  color: #20232a;
  text-align: center;
}
.cid-uk7Q7UMnys .mbr-text {
  margin-bottom: 0;
  color: #65676c;
}
.cid-uk7Q7UMnys .mbr-section-head {
  margin-bottom: 45px;
}
.cid-uk7Q7UMnys .mbr-section-title,
.cid-uk7Q7UMnys .mbr-section-btn {
  color: #1f242e;
}
.cid-uiXX6ctC9Y {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f0f0f5;
}
.cid-uiXX6ctC9Y .content {
  display: flex;
  align-items: center;
}
.cid-uiXX6ctC9Y .content-main {
  margin-left: 84px;
}
@media (max-width: 992px) {
  .cid-uiXX6ctC9Y .content-main {
    margin-left: 0;
  }
}
.cid-uiXX6ctC9Y .content-main {
  margin-left: 0;
}
.cid-uiXX6ctC9Y .mbr-section-subtitle {
  margin-bottom: 27px;
  letter-spacing: .13em;
  color: #d58001;
}
@media (max-width: 992px) {
  .cid-uiXX6ctC9Y .mbr-section-subtitle {
    margin-bottom: 24px;
  }
}
.cid-uiXX6ctC9Y .mbr-section-title {
  margin-bottom: 13px;
  color: #080808;
}
.cid-uiXX6ctC9Y .mbr-text {
  margin-bottom: 38px;
  color: #65676c;
}
@media (max-width: 992px) {
  .cid-uiXX6ctC9Y .mbr-text {
    margin-bottom: 25px;
  }
}
.cid-uiXX6ctC9Y .btn {
  height: 55px;
  min-width: 170px;
  box-shadow: none;
  margin-top: 0;
}
.cid-uiXX6ctC9Y .btn:hover {
  box-shadow: none;
}
.cid-uiXX6ctC9Y .image-wrapper {
  position: relative;
}
@media (max-width: 992px) {
  .cid-uiXX6ctC9Y .image-wrapper {
    margin-bottom: 61px;
  }
}
.cid-uiXX6ctC9Y .image-wrapper .image-tablet {
  width: 490px;
  height: 370px;
  padding: 1rem;
  border: 6px solid #735b4f;
  border-radius: 5%;
  background: #ffffff;
  margin-left: 30px;
  box-shadow: 0px 0px 20px -5px #65676c;
}
@media (max-width: 1200px) {
  .cid-uiXX6ctC9Y .image-wrapper .image-tablet {
    margin-left: 0;
  }
}
.cid-uiXX6ctC9Y .image-wrapper .image-tablet img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 4px;
}
.cid-uiXX6ctC9Y .image-wrapper .image-phone {
  position: absolute;
  bottom: -6%;
  right: 4%;
  width: 170px;
  height: 343px;
  padding: 1rem;
  border: 4px solid #735b4f;
  border-radius: 20px;
  background: #ffffff;
  box-shadow: 0px 0px 20px -5px #65676c;
}
@media (max-width: 1400px) {
  .cid-uiXX6ctC9Y .image-wrapper .image-phone {
    right: -12%;
  }
}
@media (max-width: 1200px) {
  .cid-uiXX6ctC9Y .image-wrapper .image-phone {
    right: -18%;
  }
}
@media (max-width: 992px) {
  .cid-uiXX6ctC9Y .image-wrapper .image-phone {
    right: 6rem;
  }
}
.cid-uiXX6ctC9Y .image-wrapper .image-phone img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 4px;
}
.cid-uhKJjjebXi {
  padding-top: 6rem;
  padding-bottom: 4rem;
  background: #efefec;
  overflow: hidden;
}
.cid-uhKJjjebXi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhKJjjebXi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhKJjjebXi .row {
  position: relative;
  z-index: 10;
}
.cid-uhKJjjebXi .col-title {
  display: flex;
  align-items: flex-start;
  margin-bottom: 60px;
}
@media (max-width: 991px) {
  .cid-uhKJjjebXi .col-title {
    flex-wrap: wrap;
    margin-bottom: 40px;
  }
}
.cid-uhKJjjebXi .mbr-section-title {
  color: #2B2B2B;
  width: 65%;
  flex-grow: 1;
}
@media (max-width: 991px) {
  .cid-uhKJjjebXi .mbr-section-title {
    width: 100%;
    text-align: center !important;
  }
}
.cid-uhKJjjebXi .mbr-section-subtitle {
  color: #1b80e6;
  padding-left: 40px;
  width: 35%;
  margin-left: auto;
  text-align: right;
}
@media (max-width: 991px) {
  .cid-uhKJjjebXi .mbr-section-subtitle {
    width: 100%;
    text-align: center !important;
    padding-left: 0;
    margin-left: 0;
    margin-top: 20px;
  }
}
.cid-uhKJjjebXi .google-map {
  height: 350px;
  position: relative;
  padding: 0 20px;
}
.cid-uhKJjjebXi .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uhKJjjebXi .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uhKJjjebXi .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uhKJjjebXi .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uhKJjjebXi .col-text {
  display: flex;
  align-items: flex-start;
  margin-top: 40px;
}
@media (max-width: 991px) {
  .cid-uhKJjjebXi .col-text {
    flex-wrap: wrap;
    margin-top: 30px;
  }
}
.cid-uhKJjjebXi .mbr-text {
  color: #2B2B2B;
  width: 50%;
  margin-right: auto;
  padding-right: 40px;
}
@media (max-width: 991px) {
  .cid-uhKJjjebXi .mbr-text {
    width: 100%;
    padding-right: 0;
    margin-right: 0;
  }
}
.cid-uhKJjjebXi .mbr-place {
  color: #2B2B2B;
  width: 50%;
  margin-left: auto;
}
@media (max-width: 991px) {
  .cid-uhKJjjebXi .mbr-place {
    width: 100%;
    margin-left: 0;
    margin-top: 24px;
  }
}
.cid-uhKJjjebXi .container,
.cid-uhKJjjebXi .container-fluid {
  position: relative;
}
.cid-uhKJjjebXi .circle-blur {
  position: absolute;
  transform: translate(50%, -50%);
  display: block;
  width: 200px;
  height: 200px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 500px;
  opacity: .97;
  -webkit-filter: blur(50px) blur(50px);
  filter: blur(50px) blur(50px);
}
@media (max-width: 767px) {
  .cid-uhKJjjebXi .circle-blur {
    width: 200px;
    height: 200px;
  }
}
.cid-uhKJjjebXi .circle-blur1 {
  top: 10%;
  right: 50%;
  background-image: linear-gradient(132deg, #ffa41d 27%, #ffa41d 50%, #ffa41d 79%);
}
.cid-uhKJjjebXi .circle-blur2 {
  top: 13%;
  right: 40%;
  background-image: linear-gradient(132deg, #0057fc 27%, #0057fc 50%, #0057fc 79%);
}
.cid-uiXWsPECNh {
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uiXWsPECNh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uiXWsPECNh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uiXWsPECNh .items-wrapper {
  margin: 0 -5px;
}
.cid-uiXWsPECNh .item {
  padding: 0 5px;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .cid-uiXWsPECNh .item {
    margin-bottom: 16px;
  }
  .cid-uiXWsPECNh .item:last-child {
    margin-bottom: 0;
  }
}
.cid-uiXWsPECNh .item:nth-child(2n) .item-wrapper .item-img img {
  transform: none;
}
.cid-uiXWsPECNh .item .item-wrapper {
  height: 100%;
}
.cid-uiXWsPECNh .item .item-wrapper .item-img img {
  height: 350px;
  object-fit: cover;
  transform: rotate(8deg);
}
@media (max-width: 992px) {
  .cid-uiXWsPECNh .item .item-wrapper .item-img img {
    transform: none;
  }
}
.cid-tB7LA3f1vE {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #1b2028;
}
.cid-tB7LA3f1vE .mbr-fallback-image.disabled {
  display: none;
}
.cid-tB7LA3f1vE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tB7LA3f1vE .container {
  width: 100%;
  max-width: 1310px;
}
@media (max-width: 1199px) {
  .cid-tB7LA3f1vE .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .cid-tB7LA3f1vE .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-tB7LA3f1vE .container {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .cid-tB7LA3f1vE .container {
    max-width: 100%;
  }
  .cid-tB7LA3f1vE .container .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-tB7LA3f1vE .item-wrap {
  width: 100%;
}
.cid-tB7LA3f1vE .navbar-brand {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  word-break: break-word !important;
  word-wrap: break-word !important;
  min-height: 50px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 35px;
  padding: 0;
  transition: all 0.4s;
  z-index: 1;
  white-space: normal;
}
.cid-tB7LA3f1vE .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tB7LA3f1vE .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tB7LA3f1vE .navbar-brand .navbar-caption {
  line-height: inherit !important;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tB7LA3f1vE .navbar-brand .navbar-caption:hover {
  text-decoration-line: none !important;
}
.cid-tB7LA3f1vE .navbar-brand .navbar-logo a {
  outline: none;
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.cid-tB7LA3f1vE .navbar-brand .navbar-logo a:hover {
  text-decoration-line: none !important;
}
.cid-tB7LA3f1vE .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -4px -12px;
}
.cid-tB7LA3f1vE .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1f242e, #171a21);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-tB7LA3f1vE .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-tB7LA3f1vE .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #ffa41d;
}
.cid-tB7LA3f1vE .soc-item:hover {
  transform: translateY(-3px);
}
.cid-tB7LA3f1vE .soc-item:hover:before {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tB7LA3f1vE .col-links {
    padding-top: 20px;
  }
}
.cid-tB7LA3f1vE .mbr-section-subtitle {
  color: #ffa41d;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .cid-tB7LA3f1vE .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-tB7LA3f1vE .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  color: #C4CFDE;
  transition: 0.4s all;
}
@media (max-width: 575px) {
  .cid-tB7LA3f1vE .list {
    text-align: center !important;
  }
}
.cid-tB7LA3f1vE .list li {
  width: 100%;
  color: inherit !important;
  margin-bottom: 8px;
  transition: 0.4s all;
}
.cid-tB7LA3f1vE .list li:not(:first-child) {
  margin-top: 10px;
}
.cid-tB7LA3f1vE .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-tB7LA3f1vE .list a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ffa41d;
  transition: 0.4s all;
}
.cid-tB7LA3f1vE .list a:hover {
  color: #ffa41d !important;
  line-height: inherit !important;
}
.cid-tB7LA3f1vE .list a:hover:before {
  width: 100%;
}
.cid-tB7LA3f1vE .col-copyright {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .cid-tB7LA3f1vE .col-copyright {
    padding-top: 40px;
  }
}
.cid-tB7LA3f1vE .border-item {
  width: 100%;
  height: 1px;
  background-color: #ffa41d;
}
.cid-tB7LA3f1vE .copyright {
  color: #C4CFDE;
  padding: 40px 0;
}
