body {
  font-family: DM Sans;
}
.display-1 {
  font-family: 'Oswald', sans-serif;
  font-size: 3rem;
}
.display-1 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-2 {
  font-family: 'Oswald', sans-serif;
  font-size: 3rem;
  line-height: 1.3;
}
.display-2 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-4 {
  font-family: 'Jost', sans-serif;
  font-size: 0.9rem;
  line-height: 1.4;
}
.display-4 > .mbr-iconfont {
  font-size: 1.44rem;
}
.display-5 {
  font-family: 'Jost', sans-serif;
  font-size: 1.8rem;
  line-height: 1.4;
}
.display-5 > .mbr-iconfont {
  font-size: 2.88rem;
}
.display-7 {
  font-family: 'Jost', sans-serif;
  font-size: 1.2rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.92rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 1.8rem;
  }
}
@media (max-width: 767px) {
  .display-1 {
    font-size: 0.75rem !important;
  }
}
@media (max-width: 992px) {
  .display-4:not(.nav-link) {
    font-size: 0.54rem;
  }
}
@media (max-width: 992px) {
  .display-5 {
    font-size: 1.44rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.72rem;
    font-size: calc( 0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 2.6rem;
  border-radius: 6px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 6px;
}
.bg-primary {
  background-color: #b1a374 !important;
}
.bg-success {
  background-color: #ff2d55 !important;
}
.bg-info {
  background-color: #002116 !important;
}
.bg-warning {
  background-color: #808080 !important;
}
.bg-danger {
  background-color: #b1a374 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #3d7673 !important;
  border-color: #3d7673 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #234442 !important;
  border-color: #234442 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #234442 !important;
  border-color: #234442 !important;
}
.btn-info,
.btn-info:active {
  background-color: #002116 !important;
  border-color: #002116 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-success,
.btn-success:active {
  background-color: #ff2d55 !important;
  border-color: #ff2d55 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #e0002b !important;
  border-color: #e0002b !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #e0002b !important;
  border-color: #e0002b !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #808080 !important;
  border-color: #808080 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #5a5a5a !important;
  border-color: #5a5a5a !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #5a5a5a !important;
  border-color: #5a5a5a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #7a6e45;
  color: #7a6e45;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #b1a374;
  border-color: #b1a374;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #1a3331;
  color: #1a3331;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #3d7673;
  border-color: #3d7673;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #3d7673 !important;
  border-color: #3d7673 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #002116;
  border-color: #002116;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #002116 !important;
  border-color: #002116 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #c60026;
  color: #c60026;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #ff2d55;
  border-color: #ff2d55;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #ff2d55 !important;
  border-color: #ff2d55 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #4d4d4d;
  color: #4d4d4d;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #808080;
  border-color: #808080;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #808080 !important;
  border-color: #808080 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #7a6e45;
  color: #7a6e45;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #b1a374;
  border-color: #b1a374;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #b1a374 !important;
}
.text-secondary {
  color: #3d7673 !important;
}
.text-success {
  color: #ff2d55 !important;
}
.text-info {
  color: #002116 !important;
}
.text-warning {
  color: #808080 !important;
}
.text-danger {
  color: #b1a374 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #d6ceb5 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #68b1ad !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #ff93a8 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #00875a !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #b3b3b3 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #d6ceb5 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #ffffff !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #002116;
}
.alert-warning {
  background-color: #808080;
}
.alert-danger {
  background-color: #b1a374;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #b1a374;
  border-color: #b1a374;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #b1a374;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #dfd9c6;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #fff9fa;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #87ffd7;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #c0c0c0;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #dfd9c6;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Jost', sans-serif;
  font-size: 1.2rem;
}
.form-control > .mbr-iconfont {
  font-size: 1.92rem;
}
blockquote {
  border-color: #b1a374;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #b1a374;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: gray !important;
  border-bottom-color: gray !important;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #b1a374;
  border-bottom-color: #b1a374;
}
.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: #b1a374 !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: #3d7673 !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='%23b1a374' %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-uW3wtcrSyc .navbar {
  background: #efefef;
  transition: none;
  z-index: 98;
  left: auto;
}
.cid-uW3wtcrSyc .navbar .show {
  height: 100vh;
}
.cid-uW3wtcrSyc .navbar-collapse {
  max-height: 100vh!important;
  overflow: visible;
  transition: none;
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uW3wtcrSyc .navbar-dropdown.bg-color.transparent.opened {
  background: #efefef;
}
.cid-uW3wtcrSyc .bottom {
  padding-bottom: 2rem;
}
.cid-uW3wtcrSyc a {
  font-style: normal;
}
.cid-uW3wtcrSyc .dropdown-backdrop {
  display: none;
}
.cid-uW3wtcrSyc .dropdown-toggle::after {
  border-top: 0!important;
  margin-left: 10px!important;
}
.cid-uW3wtcrSyc .nav-dropdown {
  padding-top: 8rem;
}
.cid-uW3wtcrSyc .nav-item {
  width: 100%;
  text-align: center;
  justify-content: center;
  display: flex;
}
.cid-uW3wtcrSyc .nav-link {
  position: relative;
  margin-top: 0.5rem;
  width: fit-content;
  margin: auto;
  letter-spacing: 2px;
}
.cid-uW3wtcrSyc .nav-link:after {
  content: "";
  color: #333;
  transition: all 0.3s;
  width: 20px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #1c1c1c;
  margin-left: 10px;
}
.cid-uW3wtcrSyc .nav-link:hover:after {
  margin-left: -15px !important;
}
.cid-uW3wtcrSyc .nav-link span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uW3wtcrSyc .nav-link a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-uW3wtcrSyc .collapsed .navbar-collapse.show {
  display: flex!important;
  width: 100%;
  flex-direction: column;
  justify-content: space-between;
}
.cid-uW3wtcrSyc .navbar-nav {
  width: 100%!important;
}
.cid-uW3wtcrSyc .btn {
  width: fit-content;
  margin: 10px auto;
  padding: 1rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uW3wtcrSyc .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uW3wtcrSyc .navbar-caption-wrap {
  padding-left: 1rem;
  padding-top: 8px;
}
.cid-uW3wtcrSyc .dropdown-menu {
  position: absolute!important;
  width: fit-content !important;
}
.cid-uW3wtcrSyc .dropdown-item {
  background: #cccccc;
  color: #ffffff !important;
}
.cid-uW3wtcrSyc .dropdown-item:hover,
.cid-uW3wtcrSyc .dropdown-item:active {
  color: #ffffff !important;
}
.cid-uW3wtcrSyc .social-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-uW3wtcrSyc .soc-item {
  width: 45px;
  height: 45px;
  background: #232323;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1rem 0.4rem;
}
.cid-uW3wtcrSyc .soc-item span {
  font-size: 1.2rem;
  color: #ffffff !important;
  transition: all 0.3s;
  padding-top: 4px;
  display: block;
}
.cid-uW3wtcrSyc .soc-item:hover span {
  color: #c1c1c1 !important;
}
.cid-uW3wtcrSyc .dropdown.open > .dropdown-menu {
  position: absolute;
  opacity: 1;
  background: #cccccc;
  height: auto;
  left: auto;
  right: 100%;
  top: 5px;
  visibility: visible;
}
.cid-uW3wtcrSyc .navbar-logo {
  margin-right: 0!important;
}
.cid-uW3wtcrSyc .hamburger {
  position: absolute;
  top: 27px;
  right: 22px;
}
.cid-uW3wtcrSyc .menu-logo {
  position: fixed!important;
}
.cid-uW3wtcrSyc .menu-logo {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 99;
  margin-right: auto;
}
.cid-uW3wtcrSyc .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uW3wtcrSyc .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uW3wtcrSyc .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uW3wtcrSyc .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uW3wtcrSyc .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uW3wtcrSyc .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uW3wtcrSyc .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-uW3wtcrSyc .navbar-toggler {
  background: #efefef;
  width: 75px!important;
  height: 75px!important;
  border-radius: 0!important;
  margin-top: -25px !important;
  margin-right: -16px !important;
}
.cid-uW3wtcrSyc .navbar-brand {
  background: transparent;
  margin: 0!important;
  padding: 10px!important;
  padding-top: 20px;
}
.cid-uW3wtcrSyc .navbar.navbar-short {
  background: transparent;
  min-height: 60px;
  transition: none;
}
.cid-uW3wtcrSyc .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uW3wtcrSyc .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uW3wtcrSyc .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uW3wtcrSyc .opened,
.cid-uW3wtcrSyc .show {
  height: 100%;
  width: 300px!important;
  right: 0;
  transition: none;
  background: #efefef !important;
  left: auto;
}
@media (max-width: 767px) {
  .cid-uW3wtcrSyc .dropdown-item {
    font-size: 0.8rem;
  }
  .cid-uW3wtcrSyc .nav-dropdown {
    padding-top: 4rem;
  }
  .cid-uW3wtcrSyc .opened,
  .cid-uW3wtcrSyc .show,
  .cid-uW3wtcrSyc .navbar {
    width: 100%!important;
  }
  .cid-uW3wtcrSyc .dropdown-toggle {
    margin: auto!important;
  }
  .cid-uW3wtcrSyc .dropdown-menu {
    position: relative!important;
    left: 0!important;
    top: 0!important;
    margin: auto;
  }
  .cid-uW3wtcrSyc .nav-item.dropdown {
    flex-direction: column;
  }
}
.cid-uW3wtcrSyc .nav-item:focus,
.cid-uW3wtcrSyc .nav-link:focus {
  outline: none;
}
.cid-uW3wtcrSyc .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 2rem;
  width: auto;
}
.cid-uW3wtcrSyc .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uW3wtcrSyc .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uW3wtcrSyc .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uW3wtcrSyc .dropdown .dropdown-menu {
  background: #efefef;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uW3wtcrSyc .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uW3wtcrSyc .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uW3wtcrSyc .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uW3wtcrSyc .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uW3wtcrSyc .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-uW3wtcrSyc button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uW3wtcrSyc button.navbar-toggler:focus {
  outline: none;
}
.cid-uW3wtcrSyc button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1c1c1c;
}
.cid-uW3wtcrSyc button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uW3wtcrSyc button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uW3wtcrSyc button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uW3wtcrSyc button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uW3wtcrSyc nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uW3wtcrSyc nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uW3wtcrSyc nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uW3wtcrSyc nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uW3wtcrSyc .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uW3wtcrSyc .collapsed .btn {
  display: -webkit-flex;
}
.cid-uW3wtcrSyc .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uW3wtcrSyc .collapsed .navbar-collapse.collapsing,
.cid-uW3wtcrSyc .collapsed .navbar-collapse.show {
  display: flex !important;
  width: 100%;
}
.cid-uW3wtcrSyc .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uW3wtcrSyc .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uW3wtcrSyc .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uW3wtcrSyc .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uW3wtcrSyc .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uW3wtcrSyc .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uW3wtcrSyc .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uW3wtcrSyc .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uW3wtcrSyc .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 87.0625vh;
  }
}
.cid-uW3wtcrSyc .collapsed button.navbar-toggler {
  display: block;
}
.cid-uW3wtcrSyc .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uW3wtcrSyc .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-uW3wtcrSyc .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uW3wtcrSyc .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uW3wtcrSyc .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uW3wtcrSyc img {
    height: 3.8rem !important;
  }
  .cid-uW3wtcrSyc .btn {
    display: -webkit-flex;
  }
  .cid-uW3wtcrSyc button.navbar-toggler {
    display: block;
  }
  .cid-uW3wtcrSyc .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uW3wtcrSyc .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uW3wtcrSyc .navbar-collapse.collapsing,
  .cid-uW3wtcrSyc .navbar-collapse.show {
    display: block !important;
  }
  .cid-uW3wtcrSyc .navbar-collapse.collapsing .navbar-nav,
  .cid-uW3wtcrSyc .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uW3wtcrSyc .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uW3wtcrSyc .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uW3wtcrSyc .navbar-collapse.collapsing .navbar-buttons,
  .cid-uW3wtcrSyc .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uW3wtcrSyc .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uW3wtcrSyc .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uW3wtcrSyc .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-uW3wtcrSyc .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uW3wtcrSyc .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
}
@media (min-width: 767px) {
  .cid-uW3wtcrSyc .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-uW3DpVWPxC {
  padding-top: 225px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/chi-sono-chi-sei-cover-presentation.jpg-1920x1080.jpg");
}
.cid-uW3DpVWPxC h1 {
  background-color: transparent;
  overflow: hidden;
  display: inline-block;
  color: transparent;
  line-height: 1;
  margin-bottom: 15rem;
}
.cid-uW3DpVWPxC h1 span {
  background-image: url("../../../assets/images/background2.jpg");
  background-size: 1920px 600px;
  background-position: center;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  display: block;
  animation: scroll 14s infinite linear;
  pointer-events: none;
}
@keyframes scroll {
  0% {
    background-position-y: 0px;
  }
  99.999% {
    background-position-y: -600px;
  }
  100% {
    background-position-y: 0px;
  }
}
.cid-uW3DpVWPxC .icons-wrap {
  background: #ffffff;
  display: flex;
  justify-content: center;
  box-shadow: 1px 35px 60px 1px rgba(0, 0, 0, 0.1);
}
.cid-uW3DpVWPxC .mbr-iconfont {
  font-size: 1.8rem;
  color: #000000 !important;
  padding-top: 0.4rem;
  padding-right: 1rem;
}
.cid-uW3DpVWPxC .icon-wrap {
  display: flex;
  align-items: center;
  padding: 1rem 2rem;
}
.cid-uW3DpVWPxC h2 {
  padding: 0;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uW3DpVWPxC .icons-wrap {
    flex-direction: column;
    align-items: center;
    width: fit-content;
    margin: auto;
  }
  .cid-uW3DpVWPxC h1 {
    margin-bottom: 8rem;
  }
}
.cid-uW3DpVWPxC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uW3DpVWPxC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tQGuE5wKT6 {
  padding-top: 195px;
  padding-bottom: 0px;
  background-color: #b2ccd2;
}
.cid-tQGuE5wKT6 h3 {
  width: fit-content;
  display: inline-block;
  position: relative;
}
.cid-tQGuE5wKT6 h3:before {
  position: absolute;
  content: '';
  left: 50%;
  top: -120px;
  bottom: 0;
  width: 1px;
  height: 100px;
  background: currentColor;
}
.cid-tQGuE5wKT6 .signature {
  filter: invert(0.8);
  display: inline-block;
  width: auto;
}
.cid-tQGuE5wKT6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQGuE5wKT6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tQGuE5wKT6 H1 {
  color: #002116;
}
.cid-uW3WbFT0zQ {
  padding-top: 195px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uW3WbFT0zQ h3 {
  width: fit-content;
  display: inline-block;
  position: relative;
}
.cid-uW3WbFT0zQ h3:before {
  position: absolute;
  content: '';
  left: 50%;
  top: -120px;
  bottom: 0;
  width: 1px;
  height: 100px;
  background: currentColor;
}
.cid-uW3WbFT0zQ .signature {
  filter: invert(0.8);
  display: inline-block;
  width: auto;
}
.cid-uW3WbFT0zQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uW3WbFT0zQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uW3WbFT0zQ H1 {
  color: #cebfaf;
}
.cid-uW3DMCqUKK {
  align-items: flex-end;
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  justify-content: flex-end;
  background-image: url("../../../assets/images/ninni-2660-x-1140-px.jpg-2000x857.jpg");
}
.cid-uW3DMCqUKK::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(transparent 0, #111111 120%);
  pointer-events: none;
}
.cid-uW3DMCqUKK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uW3DMCqUKK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uW3DMCqUKK .card {
  justify-content: flex-end;
}
.cid-uW3DMCqUKK .content-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-uW3DMCqUKK .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uW3DMCqUKK .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uW3DMCqUKK .content-wrapper .mbr-section-btn .btn {
  margin-top: 32px;
  box-shadow: none !important;
}
.cid-uW3DMCqUKK .mbr-label {
  color: #ffffff;
}
.cid-uW3DMCqUKK .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uW3DMCqUKK .mbr-text {
  color: #ffffff;
}
.cid-uW3DMCqUKK .mbr-text,
.cid-uW3DMCqUKK .mbr-section-btn {
  text-align: center;
}
.cid-v4EpkPNpIl {
  padding-top: 225px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/lidio-azzurro-cover.jpg-1920x1080.jpg");
}
.cid-v4EpkPNpIl h1 {
  background-color: transparent;
  overflow: hidden;
  display: inline-block;
  color: transparent;
  line-height: 1;
  margin-bottom: 15rem;
}
.cid-v4EpkPNpIl h1 span {
  background-image: url("../../../assets/images/background2.jpg");
  background-size: 1920px 600px;
  background-position: center;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  display: block;
  animation: scroll 14s infinite linear;
  pointer-events: none;
}
@keyframes scroll {
  0% {
    background-position-y: 0px;
  }
  99.999% {
    background-position-y: -600px;
  }
  100% {
    background-position-y: 0px;
  }
}
.cid-v4EpkPNpIl .icons-wrap {
  background: #ffffff;
  display: flex;
  justify-content: center;
  box-shadow: 1px 35px 60px 1px rgba(0, 0, 0, 0.1);
}
.cid-v4EpkPNpIl .mbr-iconfont {
  font-size: 1.8rem;
  color: #000000 !important;
  padding-top: 0.4rem;
  padding-right: 1rem;
}
.cid-v4EpkPNpIl .icon-wrap {
  display: flex;
  align-items: center;
  padding: 1rem 2rem;
}
.cid-v4EpkPNpIl h2 {
  padding: 0;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-v4EpkPNpIl .icons-wrap {
    flex-direction: column;
    align-items: center;
    width: fit-content;
    margin: auto;
  }
  .cid-v4EpkPNpIl h1 {
    margin-bottom: 8rem;
  }
}
.cid-v4EpkPNpIl .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4EpkPNpIl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-rJ1R5Ynqhz {
  padding-top: 165px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rJ1R5Ynqhz .mbr-text {
  color: #767676;
}
.cid-rJ1R5Ynqhz .card-subtitle {
  margin: 0;
}
.cid-rJ1R5Ynqhz .link:hover {
  color: #b1a374 !important;
}
.cid-rJ1R5Ynqhz .card {
  margin-bottom: 2rem;
}
.cid-rJ1R5Ynqhz .card:hover .img-overlay {
  opacity: 0.15;
}
.cid-rJ1R5Ynqhz .card:hover .card-img:before {
  transform: translate(-50%, -50%);
  opacity: 1;
}
.cid-rJ1R5Ynqhz .card:hover .card-img:after {
  transform: translate(-50%, -50%);
  opacity: 1;
}
.cid-rJ1R5Ynqhz .card-img {
  height: 220px;
}
.cid-rJ1R5Ynqhz img {
  object-fit: cover;
  height: 100%;
}
.cid-rJ1R5Ynqhz h4 {
  margin: 0;
}
.cid-rJ1R5Ynqhz .row {
  justify-content: center;
}
.cid-rJ1R5Ynqhz .mbr-text,
.cid-rJ1R5Ynqhz .link {
  color: #808080;
}
.cid-rJ1R5Ynqhz h3 {
  width: fit-content;
  display: inline-block;
  position: relative;
}
.cid-rJ1R5Ynqhz h3:before {
  position: absolute;
  content: '';
  left: 50%;
  top: -120px;
  bottom: 0;
  width: 1px;
  height: 100px;
  background: currentColor;
}
.cid-rJ1R5Ynqhz .card-title,
.cid-rJ1R5Ynqhz .card-img {
  color: #000000;
}
.cid-rJ1R5Ynqhz H1 {
  color: #3d7673;
}
.cid-rJ1R5Ynqhz .mbr-section-subtitle,
.cid-rJ1R5Ynqhz .title-align {
  color: #635a51;
}
.cid-rJ1R6uVgei {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/14556596-318195301878001-5787968705345385254-o-1296x864.jpg");
}
.cid-rJ1R6uVgei .mbr-section-subtitle {
  color: #767676;
  text-align: left;
  line-height: 1.6;
}
.cid-rJ1R6uVgei .col-lg-3,
.cid-rJ1R6uVgei .col-lg-6 {
  padding: 0!important;
}
.cid-rJ1R6uVgei .btn {
  border-radius: 30px;
}
.cid-rJ1R6uVgei .card-wrapper {
  min-height: 700px;
  border-right: 1px solid white;
}
.cid-rJ1R6uVgei .image-element {
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.cid-rJ1R6uVgei .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-rJ1R6uVgei .wrapper {
  padding: 2rem;
}
@media (min-width: 992px) {
  .cid-rJ1R6uVgei .image-element:hover .wrapper {
    padding-top: 0;
  }
  .cid-rJ1R6uVgei .image-element:hover .wrapper .collapsed-content {
    transition: opacity 0.3s, max-height 0.9s;
    opacity: 1;
    max-height: 999px;
  }
  .cid-rJ1R6uVgei .wrapper {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 2rem;
    background: transparent;
  }
  .cid-rJ1R6uVgei .wrapper .collapsed-content {
    transition: opacity 0.3s, max-height 0.3s;
    opacity: 0;
    max-height: 0px;
    overflow: hidden;
  }
}
@media (max-width: 992px) {
  .cid-rJ1R6uVgei .card-title,
  .cid-rJ1R6uVgei .underline,
  .cid-rJ1R6uVgei .mbr-text,
  .cid-rJ1R6uVgei .mbr-section-btn,
  .cid-rJ1R6uVgei .mbr-section-subtitle,
  .cid-rJ1R6uVgei .mbr-section-title {
    text-align: center !important;
  }
  .cid-rJ1R6uVgei .card-wrapper {
    align-items: center;
    display: flex;
    min-height: 500px;
    border-bottom: 1px solid white;
  }
}
.cid-rJ1R6uVgei .mbr-section-title {
  text-align: left;
}
.cid-rJ1R6uVgei .mbr-section-title,
.cid-rJ1R6uVgei .underline {
  text-align: center;
}
.cid-rJ1R6uVgei H4 {
  color: #e1201d;
}
.cid-uW3AVuxT50 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.cid-uW3AVuxT50 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uW3AVuxT50 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uW3AVuxT50 .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-uW3AVuxT50 .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uW3AVuxT50 .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-uW3AVuxT50 .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  background-color: #f5f5f5;
  border-top: 2px solid #ffffff;
  box-shadow: 0 8px 20px -8px #9c9c9c;
}
.cid-uW3AVuxT50 .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-uW3AVuxT50 .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uW3AVuxT50 .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uW3AVuxT50 .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uW3AVuxT50 .form-wrap {
  background-color: #f5f5f5;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  padding: 30px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uW3AVuxT50 .form-wrap {
    padding: 24px;
  }
}
.cid-uW3AVuxT50 .form-wrap .dragArea.row {
  margin: 0 -9.6px;
}
.cid-uW3AVuxT50 .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-uW3AVuxT50 .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
}
.cid-uW3AVuxT50 .form-wrap .dragArea.row .form-group .form-control {
  padding: 13px 12px;
  background-color: #f5f5f5;
  border: none !important;
  border-top: 3px solid #ffffff !important;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  margin-bottom: 20px;
}
.cid-uW3AVuxT50 .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #000000;
  opacity: .5;
}
.cid-uW3AVuxT50 .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-uW3AVuxT50 .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: 0 8px 15px -8px #9c9c9c;
  border: none !important;
  border-top: 3px solid #ffffff !important;
}
.cid-uW3AVuxT50 .form-wrap .dragArea.row .form-group textarea {
  min-height: 100px;
}
.cid-uW3AVuxT50 .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-uW3AVuxT50 .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #000000;
  border-color: #000000;
}
.cid-uW3AVuxT50 .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-uW3AVuxT50 .form-wrap .dragArea.row .mbr-section-btn .btn {
  width: 100%;
  margin-bottom: 0;
}
.cid-uW3AVuxT50 .mbr-label,
.cid-uW3AVuxT50 .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uW3AVuxT50 .mbr-section-title,
.cid-uW3AVuxT50 .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uW3AVuxT50 .mbr-text,
.cid-uW3AVuxT50 .text-wrapper {
  color: #515151;
  text-align: center;
}
.cid-uW3AVuxT50 label {
  color: #000000;
}
.cid-tLxdtwcIOF {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #b2ccd2;
}
.cid-tLxdtwcIOF .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tLxdtwcIOF svg {
  position: absolute;
  top: -30px;
  left: 0;
}
.cid-tLxdtwcIOF g rect {
  fill: #b2ccd2;
}
@keyframes size {
  50% {
    transform: scale(0.8);
  }
  75% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
.cid-tLxdtwcIOF .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
  padding-bottom: 2rem;
}
.cid-tLxdtwcIOF .soc-item {
  background: transparent;
  width: 45px;
  margin: auto;
  height: 45px;
  transition: all 0.3s;
  display: flex;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
}
.cid-tLxdtwcIOF .soc-item:hover {
  background: #cccccc;
  animation-duration: 0.3s;
  animation-name: size;
}
.cid-tLxdtwcIOF .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tLxdtwcIOF .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tLxdtwcIOF .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tLxdtwcIOF .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tLxdtwcIOF .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tLxdtwcIOF .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #ffffff;
}
.cid-tLxdtwcIOF .media-container-row .social-list .soc-item {
  margin: 0 .3rem;
}
.cid-tLxdtwcIOF .media-container-row .social-list a {
  margin: 0;
  opacity: 1;
  height: 26px;
  padding-right: 2px;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tLxdtwcIOF .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tLxdtwcIOF .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tLxdtwcIOF .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tLxdtwcIOF .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tLxdtwcIOF H1 {
  color: #002116;
}
.cid-tLxdtwcIOF .media-container-row .mbr-text {
  color: #123024;
}
.cid-uW3wtcrSyc .navbar {
  background: #efefef;
  transition: none;
  z-index: 98;
  left: auto;
}
.cid-uW3wtcrSyc .navbar .show {
  height: 100vh;
}
.cid-uW3wtcrSyc .navbar-collapse {
  max-height: 100vh!important;
  overflow: visible;
  transition: none;
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uW3wtcrSyc .navbar-dropdown.bg-color.transparent.opened {
  background: #efefef;
}
.cid-uW3wtcrSyc .bottom {
  padding-bottom: 2rem;
}
.cid-uW3wtcrSyc a {
  font-style: normal;
}
.cid-uW3wtcrSyc .dropdown-backdrop {
  display: none;
}
.cid-uW3wtcrSyc .dropdown-toggle::after {
  border-top: 0!important;
  margin-left: 10px!important;
}
.cid-uW3wtcrSyc .nav-dropdown {
  padding-top: 8rem;
}
.cid-uW3wtcrSyc .nav-item {
  width: 100%;
  text-align: center;
  justify-content: center;
  display: flex;
}
.cid-uW3wtcrSyc .nav-link {
  position: relative;
  margin-top: 0.5rem;
  width: fit-content;
  margin: auto;
  letter-spacing: 2px;
}
.cid-uW3wtcrSyc .nav-link:after {
  content: "";
  color: #333;
  transition: all 0.3s;
  width: 20px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #1c1c1c;
  margin-left: 10px;
}
.cid-uW3wtcrSyc .nav-link:hover:after {
  margin-left: -15px !important;
}
.cid-uW3wtcrSyc .nav-link span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uW3wtcrSyc .nav-link a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-uW3wtcrSyc .collapsed .navbar-collapse.show {
  display: flex!important;
  width: 100%;
  flex-direction: column;
  justify-content: space-between;
}
.cid-uW3wtcrSyc .navbar-nav {
  width: 100%!important;
}
.cid-uW3wtcrSyc .btn {
  width: fit-content;
  margin: 10px auto;
  padding: 1rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uW3wtcrSyc .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uW3wtcrSyc .navbar-caption-wrap {
  padding-left: 1rem;
  padding-top: 8px;
}
.cid-uW3wtcrSyc .dropdown-menu {
  position: absolute!important;
  width: fit-content !important;
}
.cid-uW3wtcrSyc .dropdown-item {
  background: #cccccc;
  color: #ffffff !important;
}
.cid-uW3wtcrSyc .dropdown-item:hover,
.cid-uW3wtcrSyc .dropdown-item:active {
  color: #ffffff !important;
}
.cid-uW3wtcrSyc .social-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-uW3wtcrSyc .soc-item {
  width: 45px;
  height: 45px;
  background: #232323;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1rem 0.4rem;
}
.cid-uW3wtcrSyc .soc-item span {
  font-size: 1.2rem;
  color: #ffffff !important;
  transition: all 0.3s;
  padding-top: 4px;
  display: block;
}
.cid-uW3wtcrSyc .soc-item:hover span {
  color: #c1c1c1 !important;
}
.cid-uW3wtcrSyc .dropdown.open > .dropdown-menu {
  position: absolute;
  opacity: 1;
  background: #cccccc;
  height: auto;
  left: auto;
  right: 100%;
  top: 5px;
  visibility: visible;
}
.cid-uW3wtcrSyc .navbar-logo {
  margin-right: 0!important;
}
.cid-uW3wtcrSyc .hamburger {
  position: absolute;
  top: 27px;
  right: 22px;
}
.cid-uW3wtcrSyc .menu-logo {
  position: fixed!important;
}
.cid-uW3wtcrSyc .menu-logo {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 99;
  margin-right: auto;
}
.cid-uW3wtcrSyc .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uW3wtcrSyc .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uW3wtcrSyc .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uW3wtcrSyc .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uW3wtcrSyc .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uW3wtcrSyc .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uW3wtcrSyc .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-uW3wtcrSyc .navbar-toggler {
  background: #efefef;
  width: 75px!important;
  height: 75px!important;
  border-radius: 0!important;
  margin-top: -25px !important;
  margin-right: -16px !important;
}
.cid-uW3wtcrSyc .navbar-brand {
  background: transparent;
  margin: 0!important;
  padding: 10px!important;
  padding-top: 20px;
}
.cid-uW3wtcrSyc .navbar.navbar-short {
  background: transparent;
  min-height: 60px;
  transition: none;
}
.cid-uW3wtcrSyc .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uW3wtcrSyc .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uW3wtcrSyc .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uW3wtcrSyc .opened,
.cid-uW3wtcrSyc .show {
  height: 100%;
  width: 300px!important;
  right: 0;
  transition: none;
  background: #efefef !important;
  left: auto;
}
@media (max-width: 767px) {
  .cid-uW3wtcrSyc .dropdown-item {
    font-size: 0.8rem;
  }
  .cid-uW3wtcrSyc .nav-dropdown {
    padding-top: 4rem;
  }
  .cid-uW3wtcrSyc .opened,
  .cid-uW3wtcrSyc .show,
  .cid-uW3wtcrSyc .navbar {
    width: 100%!important;
  }
  .cid-uW3wtcrSyc .dropdown-toggle {
    margin: auto!important;
  }
  .cid-uW3wtcrSyc .dropdown-menu {
    position: relative!important;
    left: 0!important;
    top: 0!important;
    margin: auto;
  }
  .cid-uW3wtcrSyc .nav-item.dropdown {
    flex-direction: column;
  }
}
.cid-uW3wtcrSyc .nav-item:focus,
.cid-uW3wtcrSyc .nav-link:focus {
  outline: none;
}
.cid-uW3wtcrSyc .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 2rem;
  width: auto;
}
.cid-uW3wtcrSyc .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uW3wtcrSyc .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uW3wtcrSyc .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uW3wtcrSyc .dropdown .dropdown-menu {
  background: #efefef;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uW3wtcrSyc .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uW3wtcrSyc .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uW3wtcrSyc .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uW3wtcrSyc .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uW3wtcrSyc .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-uW3wtcrSyc button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uW3wtcrSyc button.navbar-toggler:focus {
  outline: none;
}
.cid-uW3wtcrSyc button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1c1c1c;
}
.cid-uW3wtcrSyc button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uW3wtcrSyc button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uW3wtcrSyc button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uW3wtcrSyc button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uW3wtcrSyc nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uW3wtcrSyc nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uW3wtcrSyc nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uW3wtcrSyc nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uW3wtcrSyc .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uW3wtcrSyc .collapsed .btn {
  display: -webkit-flex;
}
.cid-uW3wtcrSyc .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uW3wtcrSyc .collapsed .navbar-collapse.collapsing,
.cid-uW3wtcrSyc .collapsed .navbar-collapse.show {
  display: flex !important;
  width: 100%;
}
.cid-uW3wtcrSyc .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uW3wtcrSyc .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uW3wtcrSyc .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uW3wtcrSyc .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uW3wtcrSyc .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uW3wtcrSyc .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uW3wtcrSyc .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uW3wtcrSyc .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uW3wtcrSyc .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 87.0625vh;
  }
}
.cid-uW3wtcrSyc .collapsed button.navbar-toggler {
  display: block;
}
.cid-uW3wtcrSyc .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uW3wtcrSyc .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-uW3wtcrSyc .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uW3wtcrSyc .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uW3wtcrSyc .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uW3wtcrSyc img {
    height: 3.8rem !important;
  }
  .cid-uW3wtcrSyc .btn {
    display: -webkit-flex;
  }
  .cid-uW3wtcrSyc button.navbar-toggler {
    display: block;
  }
  .cid-uW3wtcrSyc .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uW3wtcrSyc .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uW3wtcrSyc .navbar-collapse.collapsing,
  .cid-uW3wtcrSyc .navbar-collapse.show {
    display: block !important;
  }
  .cid-uW3wtcrSyc .navbar-collapse.collapsing .navbar-nav,
  .cid-uW3wtcrSyc .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uW3wtcrSyc .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uW3wtcrSyc .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uW3wtcrSyc .navbar-collapse.collapsing .navbar-buttons,
  .cid-uW3wtcrSyc .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uW3wtcrSyc .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uW3wtcrSyc .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uW3wtcrSyc .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-uW3wtcrSyc .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uW3wtcrSyc .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
}
@media (min-width: 767px) {
  .cid-uW3wtcrSyc .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-tLwFGibxN2 {
  padding-top: 225px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/405563-4395372643998-1618383245-n-1-958x640.jpg");
}
@media (min-width: 992px) {
  .cid-tLwFGibxN2 .display-1 {
    letter-spacing: -6px;
  }
}
.cid-tLwFGibxN2 p {
  margin: 0;
}
.cid-tLwFGibxN2 .container-fluid {
  margin-bottom: 0;
  margin-top: auto;
}
.cid-tLwFGibxN2 .display-1 {
  line-height: 1;
}
.cid-tLwFGibxN2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLwFGibxN2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLwEn4uiPq {
  padding-top: 180px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tLwEn4uiPq h3 {
  position: relative;
}
.cid-tLwEn4uiPq h3:before {
  position: absolute;
  content: '';
  left: 50%;
  top: -120px;
  bottom: 0;
  width: 1px;
  height: 100px;
  background: currentColor;
}
.cid-tLwEn4uiPq .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLwEn4uiPq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tQj9MydZkx {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tQj9MydZkx .mbr-text {
  color: #767676;
}
.cid-tQj9MydZkx .card-subtitle {
  margin: 0;
}
.cid-tQj9MydZkx img {
  object-fit: cover;
  height: 100%;
}
.cid-tQj9MydZkx h4 {
  margin: 0;
}
.cid-tQj9MydZkx .card-img {
  height: 300px;
}
.cid-tQj9MydZkx .row {
  justify-content: center;
}
.cid-tQj9MydZkx .card {
  margin-bottom: 2rem;
}
.cid-tQj9MydZkx .mbr-text,
.cid-tQj9MydZkx .link {
  color: #cc2952;
  text-align: center;
}
.cid-tQj9MydZkx h3 {
  width: fit-content;
  display: inline-block;
  position: relative;
}
.cid-tQj9MydZkx h3:before {
  position: absolute;
  content: '';
  left: 50%;
  top: -120px;
  bottom: 0;
  width: 1px;
  height: 100px;
  background: currentColor;
}
.cid-tQj9MydZkx .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQj9MydZkx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tQj9MydZkx .card-title,
.cid-tQj9MydZkx .card-img {
  text-align: center;
}
.cid-tQj9MydZkx H1 {
  color: #123024;
}
.cid-tQj9ItrcIW {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tQj9ItrcIW .mbr-text {
  color: #767676;
}
.cid-tQj9ItrcIW .card-subtitle {
  margin: 0;
}
.cid-tQj9ItrcIW img {
  object-fit: cover;
  height: 100%;
}
.cid-tQj9ItrcIW h4 {
  margin: 0;
}
.cid-tQj9ItrcIW .card-img {
  height: 300px;
}
.cid-tQj9ItrcIW .row {
  justify-content: center;
}
.cid-tQj9ItrcIW .card {
  margin-bottom: 2rem;
}
.cid-tQj9ItrcIW .mbr-text,
.cid-tQj9ItrcIW .link {
  color: #999999;
}
.cid-tQj9ItrcIW h3 {
  width: fit-content;
  display: inline-block;
  position: relative;
}
.cid-tQj9ItrcIW h3:before {
  position: absolute;
  content: '';
  left: 50%;
  top: -120px;
  bottom: 0;
  width: 1px;
  height: 100px;
  background: currentColor;
}
.cid-tQj9ItrcIW .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQj9ItrcIW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tQj9ItrcIW .card-title,
.cid-tQj9ItrcIW .card-img {
  text-align: center;
}
.cid-tQj9ItrcIW H1 {
  color: #123024;
}
.cid-tLZpu9xje6 {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tLZpu9xje6 .mbr-text {
  color: #767676;
}
.cid-tLZpu9xje6 .card-subtitle {
  margin: 0;
}
.cid-tLZpu9xje6 img {
  object-fit: cover;
  height: 100%;
}
.cid-tLZpu9xje6 h4 {
  margin: 0;
}
.cid-tLZpu9xje6 .card-img {
  height: 300px;
}
.cid-tLZpu9xje6 .row {
  justify-content: center;
}
.cid-tLZpu9xje6 .card {
  margin-bottom: 2rem;
}
.cid-tLZpu9xje6 .mbr-text,
.cid-tLZpu9xje6 .link {
  color: #999999;
}
.cid-tLZpu9xje6 h3 {
  width: fit-content;
  display: inline-block;
  position: relative;
}
.cid-tLZpu9xje6 h3:before {
  position: absolute;
  content: '';
  left: 50%;
  top: -120px;
  bottom: 0;
  width: 1px;
  height: 100px;
  background: currentColor;
}
.cid-tLZpu9xje6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLZpu9xje6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLZpu9xje6 .card-title,
.cid-tLZpu9xje6 .card-img {
  text-align: center;
}
.cid-tLwEn7XBNZ {
  padding-top: 180px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tLwEn7XBNZ .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.5;
}
.cid-tLwEn7XBNZ .container {
  max-width: 1400px;
  padding: 0 3rem;
}
.cid-tLwEn7XBNZ textarea {
  min-height: 150px;
}
.cid-tLwEn7XBNZ .row2 {
  justify-content: space-between;
  border: 2px solid #000000;
  padding: 3rem;
}
.cid-tLwEn7XBNZ h3 {
  width: fit-content;
  display: inline-block;
  position: relative;
}
.cid-tLwEn7XBNZ h3:before {
  position: absolute;
  content: '';
  left: 50%;
  top: -120px;
  bottom: 0;
  width: 1px;
  height: 100px;
  background: currentColor;
}
.cid-tLwEn7XBNZ form .btn {
  border-radius: 30px;
  margin: 0.18rem;
}
.cid-tLwEn7XBNZ .form-control,
.cid-tLwEn7XBNZ .field-input {
  padding: 1rem;
  background-color: transparent;
  border: 2px solid #000000;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-tLwEn7XBNZ .form-control::-webkit-input-placeholder,
.cid-tLwEn7XBNZ .field-input::-webkit-input-placeholder,
.cid-tLwEn7XBNZ .form-control::-webkit-input-placeholder,
.cid-tLwEn7XBNZ .field-input::-webkit-input-placeholder {
  color: #000000;
}
.cid-tLwEn7XBNZ .form-control:-moz-placeholder,
.cid-tLwEn7XBNZ .field-input:-moz-placeholder,
.cid-tLwEn7XBNZ .form-control:-moz-placeholder,
.cid-tLwEn7XBNZ .field-input:-moz-placeholder {
  color: #000000;
}
.cid-tLwEn7XBNZ .form-control:hover,
.cid-tLwEn7XBNZ .field-input:hover,
.cid-tLwEn7XBNZ .form-control:focus,
.cid-tLwEn7XBNZ .field-input:focus {
  background-color: transparent;
  border-color: #000000;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-tLwEn7XBNZ .form-control:hover::-webkit-input-placeholder,
.cid-tLwEn7XBNZ .field-input:hover::-webkit-input-placeholder,
.cid-tLwEn7XBNZ .form-control:focus::-webkit-input-placeholder,
.cid-tLwEn7XBNZ .field-input:focus::-webkit-input-placeholder,
.cid-tLwEn7XBNZ .form-control:hover::-webkit-input-placeholder,
.cid-tLwEn7XBNZ .field-input:hover::-webkit-input-placeholder,
.cid-tLwEn7XBNZ .form-control:focus::-webkit-input-placeholder,
.cid-tLwEn7XBNZ .field-input:focus::-webkit-input-placeholder {
  color: #000000;
}
.cid-tLwEn7XBNZ .form-control:hover:-moz-placeholder,
.cid-tLwEn7XBNZ .field-input:hover:-moz-placeholder,
.cid-tLwEn7XBNZ .form-control:focus:-moz-placeholder,
.cid-tLwEn7XBNZ .field-input:focus:-moz-placeholder,
.cid-tLwEn7XBNZ .form-control:hover:-moz-placeholder,
.cid-tLwEn7XBNZ .field-input:hover:-moz-placeholder,
.cid-tLwEn7XBNZ .form-control:focus:-moz-placeholder,
.cid-tLwEn7XBNZ .field-input:focus:-moz-placeholder {
  color: #000000;
}
.cid-tLwEn7XBNZ .jq-number__spin:hover,
.cid-tLwEn7XBNZ .jq-number__spin:focus {
  background-color: transparent;
  border-color: #000000;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-tLwEn7XBNZ .jq-number__spin {
  background-color: transparent;
  border-color: #000000;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-tLwEn7XBNZ input::-webkit-clear-button {
  display: none;
}
.cid-tLwEn7XBNZ input::-webkit-inner-spin-button {
  display: none;
}
.cid-tLwEn7XBNZ input::-webkit-outer-spin-button {
  display: none;
}
.cid-tLwEn7XBNZ input::-webkit-calendar-picker-indicator {
  display: none;
}
@media (max-width: 767px) {
  .cid-tLwEn7XBNZ .container {
    padding: 0 2rem;
  }
  .cid-tLwEn7XBNZ .row2 {
    padding: 1rem 0;
  }
}
.cid-tLwEn7XBNZ H2 {
  color: #000000;
}
.cid-tLwEn7XBNZ .mbr-text,
.cid-tLwEn7XBNZ .mbr-section-btn {
  color: #000000;
}
.cid-tLxdtwcIOF {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #b2ccd2;
}
.cid-tLxdtwcIOF .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tLxdtwcIOF svg {
  position: absolute;
  top: -30px;
  left: 0;
}
.cid-tLxdtwcIOF g rect {
  fill: #efefef;
}
@keyframes size {
  50% {
    transform: scale(0.8);
  }
  75% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
.cid-tLxdtwcIOF .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
  padding-bottom: 2rem;
}
.cid-tLxdtwcIOF .soc-item {
  background: transparent;
  width: 45px;
  margin: auto;
  height: 45px;
  transition: all 0.3s;
  display: flex;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
}
.cid-tLxdtwcIOF .soc-item:hover {
  background: #cccccc;
  animation-duration: 0.3s;
  animation-name: size;
}
.cid-tLxdtwcIOF .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tLxdtwcIOF .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tLxdtwcIOF .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tLxdtwcIOF .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tLxdtwcIOF .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tLxdtwcIOF .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #ffffff;
}
.cid-tLxdtwcIOF .media-container-row .social-list .soc-item {
  margin: 0 .3rem;
}
.cid-tLxdtwcIOF .media-container-row .social-list a {
  margin: 0;
  opacity: 1;
  height: 26px;
  padding-right: 2px;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tLxdtwcIOF .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tLxdtwcIOF .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tLxdtwcIOF .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tLxdtwcIOF .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tLxdtwcIOF H1 {
  color: #002116;
}
.cid-tLxdtwcIOF .media-container-row .mbr-text {
  color: #123024;
}
.cid-uW3wtcrSyc .navbar {
  background: #efefef;
  transition: none;
  z-index: 98;
  left: auto;
}
.cid-uW3wtcrSyc .navbar .show {
  height: 100vh;
}
.cid-uW3wtcrSyc .navbar-collapse {
  max-height: 100vh!important;
  overflow: visible;
  transition: none;
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uW3wtcrSyc .navbar-dropdown.bg-color.transparent.opened {
  background: #efefef;
}
.cid-uW3wtcrSyc .bottom {
  padding-bottom: 2rem;
}
.cid-uW3wtcrSyc a {
  font-style: normal;
}
.cid-uW3wtcrSyc .dropdown-backdrop {
  display: none;
}
.cid-uW3wtcrSyc .dropdown-toggle::after {
  border-top: 0!important;
  margin-left: 10px!important;
}
.cid-uW3wtcrSyc .nav-dropdown {
  padding-top: 8rem;
}
.cid-uW3wtcrSyc .nav-item {
  width: 100%;
  text-align: center;
  justify-content: center;
  display: flex;
}
.cid-uW3wtcrSyc .nav-link {
  position: relative;
  margin-top: 0.5rem;
  width: fit-content;
  margin: auto;
  letter-spacing: 2px;
}
.cid-uW3wtcrSyc .nav-link:after {
  content: "";
  color: #333;
  transition: all 0.3s;
  width: 20px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #1c1c1c;
  margin-left: 10px;
}
.cid-uW3wtcrSyc .nav-link:hover:after {
  margin-left: -15px !important;
}
.cid-uW3wtcrSyc .nav-link span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uW3wtcrSyc .nav-link a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-uW3wtcrSyc .collapsed .navbar-collapse.show {
  display: flex!important;
  width: 100%;
  flex-direction: column;
  justify-content: space-between;
}
.cid-uW3wtcrSyc .navbar-nav {
  width: 100%!important;
}
.cid-uW3wtcrSyc .btn {
  width: fit-content;
  margin: 10px auto;
  padding: 1rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uW3wtcrSyc .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uW3wtcrSyc .navbar-caption-wrap {
  padding-left: 1rem;
  padding-top: 8px;
}
.cid-uW3wtcrSyc .dropdown-menu {
  position: absolute!important;
  width: fit-content !important;
}
.cid-uW3wtcrSyc .dropdown-item {
  background: #cccccc;
  color: #ffffff !important;
}
.cid-uW3wtcrSyc .dropdown-item:hover,
.cid-uW3wtcrSyc .dropdown-item:active {
  color: #ffffff !important;
}
.cid-uW3wtcrSyc .social-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-uW3wtcrSyc .soc-item {
  width: 45px;
  height: 45px;
  background: #232323;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1rem 0.4rem;
}
.cid-uW3wtcrSyc .soc-item span {
  font-size: 1.2rem;
  color: #ffffff !important;
  transition: all 0.3s;
  padding-top: 4px;
  display: block;
}
.cid-uW3wtcrSyc .soc-item:hover span {
  color: #c1c1c1 !important;
}
.cid-uW3wtcrSyc .dropdown.open > .dropdown-menu {
  position: absolute;
  opacity: 1;
  background: #cccccc;
  height: auto;
  left: auto;
  right: 100%;
  top: 5px;
  visibility: visible;
}
.cid-uW3wtcrSyc .navbar-logo {
  margin-right: 0!important;
}
.cid-uW3wtcrSyc .hamburger {
  position: absolute;
  top: 27px;
  right: 22px;
}
.cid-uW3wtcrSyc .menu-logo {
  position: fixed!important;
}
.cid-uW3wtcrSyc .menu-logo {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 99;
  margin-right: auto;
}
.cid-uW3wtcrSyc .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uW3wtcrSyc .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uW3wtcrSyc .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uW3wtcrSyc .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uW3wtcrSyc .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uW3wtcrSyc .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uW3wtcrSyc .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-uW3wtcrSyc .navbar-toggler {
  background: #efefef;
  width: 75px!important;
  height: 75px!important;
  border-radius: 0!important;
  margin-top: -25px !important;
  margin-right: -16px !important;
}
.cid-uW3wtcrSyc .navbar-brand {
  background: transparent;
  margin: 0!important;
  padding: 10px!important;
  padding-top: 20px;
}
.cid-uW3wtcrSyc .navbar.navbar-short {
  background: transparent;
  min-height: 60px;
  transition: none;
}
.cid-uW3wtcrSyc .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uW3wtcrSyc .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uW3wtcrSyc .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uW3wtcrSyc .opened,
.cid-uW3wtcrSyc .show {
  height: 100%;
  width: 300px!important;
  right: 0;
  transition: none;
  background: #efefef !important;
  left: auto;
}
@media (max-width: 767px) {
  .cid-uW3wtcrSyc .dropdown-item {
    font-size: 0.8rem;
  }
  .cid-uW3wtcrSyc .nav-dropdown {
    padding-top: 4rem;
  }
  .cid-uW3wtcrSyc .opened,
  .cid-uW3wtcrSyc .show,
  .cid-uW3wtcrSyc .navbar {
    width: 100%!important;
  }
  .cid-uW3wtcrSyc .dropdown-toggle {
    margin: auto!important;
  }
  .cid-uW3wtcrSyc .dropdown-menu {
    position: relative!important;
    left: 0!important;
    top: 0!important;
    margin: auto;
  }
  .cid-uW3wtcrSyc .nav-item.dropdown {
    flex-direction: column;
  }
}
.cid-uW3wtcrSyc .nav-item:focus,
.cid-uW3wtcrSyc .nav-link:focus {
  outline: none;
}
.cid-uW3wtcrSyc .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 2rem;
  width: auto;
}
.cid-uW3wtcrSyc .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uW3wtcrSyc .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uW3wtcrSyc .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uW3wtcrSyc .dropdown .dropdown-menu {
  background: #efefef;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uW3wtcrSyc .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uW3wtcrSyc .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uW3wtcrSyc .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uW3wtcrSyc .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uW3wtcrSyc .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-uW3wtcrSyc button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uW3wtcrSyc button.navbar-toggler:focus {
  outline: none;
}
.cid-uW3wtcrSyc button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1c1c1c;
}
.cid-uW3wtcrSyc button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uW3wtcrSyc button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uW3wtcrSyc button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uW3wtcrSyc button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uW3wtcrSyc nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uW3wtcrSyc nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uW3wtcrSyc nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uW3wtcrSyc nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uW3wtcrSyc .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uW3wtcrSyc .collapsed .btn {
  display: -webkit-flex;
}
.cid-uW3wtcrSyc .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uW3wtcrSyc .collapsed .navbar-collapse.collapsing,
.cid-uW3wtcrSyc .collapsed .navbar-collapse.show {
  display: flex !important;
  width: 100%;
}
.cid-uW3wtcrSyc .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uW3wtcrSyc .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uW3wtcrSyc .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uW3wtcrSyc .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uW3wtcrSyc .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uW3wtcrSyc .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uW3wtcrSyc .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uW3wtcrSyc .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uW3wtcrSyc .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 87.0625vh;
  }
}
.cid-uW3wtcrSyc .collapsed button.navbar-toggler {
  display: block;
}
.cid-uW3wtcrSyc .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uW3wtcrSyc .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-uW3wtcrSyc .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uW3wtcrSyc .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uW3wtcrSyc .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uW3wtcrSyc img {
    height: 3.8rem !important;
  }
  .cid-uW3wtcrSyc .btn {
    display: -webkit-flex;
  }
  .cid-uW3wtcrSyc button.navbar-toggler {
    display: block;
  }
  .cid-uW3wtcrSyc .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uW3wtcrSyc .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uW3wtcrSyc .navbar-collapse.collapsing,
  .cid-uW3wtcrSyc .navbar-collapse.show {
    display: block !important;
  }
  .cid-uW3wtcrSyc .navbar-collapse.collapsing .navbar-nav,
  .cid-uW3wtcrSyc .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uW3wtcrSyc .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uW3wtcrSyc .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uW3wtcrSyc .navbar-collapse.collapsing .navbar-buttons,
  .cid-uW3wtcrSyc .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uW3wtcrSyc .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uW3wtcrSyc .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uW3wtcrSyc .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-uW3wtcrSyc .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uW3wtcrSyc .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
}
@media (min-width: 767px) {
  .cid-uW3wtcrSyc .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-tLZhpkv2E1 {
  padding-top: 225px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/71060848-10220403410696872-3388249787999453184-n-1365x1365.jpeg");
}
@media (min-width: 992px) {
  .cid-tLZhpkv2E1 .display-1 {
    letter-spacing: -6px;
  }
}
.cid-tLZhpkv2E1 p {
  margin: 0;
}
.cid-tLZhpkv2E1 .container-fluid {
  margin-bottom: 0;
  margin-top: auto;
}
.cid-tLZhpkv2E1 .display-1 {
  line-height: 1;
}
.cid-tLZhpkv2E1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLZhpkv2E1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLZhpkv2E1 H1 {
  text-align: center;
}
.cid-tLZhpkNbVE {
  padding-top: 180px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-tLZhpkNbVE h3 {
  position: relative;
}
.cid-tLZhpkNbVE h3:before {
  position: absolute;
  content: '';
  left: 50%;
  top: -120px;
  bottom: 0;
  width: 1px;
  height: 100px;
  background: currentColor;
}
.cid-tLZhpkNbVE .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLZhpkNbVE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLZhpkNbVE .mbr-text,
.cid-tLZhpkNbVE .mbr-section-btn {
  text-align: left;
}
.cid-tLZhpkNbVE H3 {
  text-align: left;
}
.cid-tMfGZUoC4c {
  padding-top: 180px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-tMfGZUoC4c .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.5;
}
.cid-tMfGZUoC4c .container {
  max-width: 1400px;
  padding: 0 3rem;
}
.cid-tMfGZUoC4c textarea {
  min-height: 150px;
}
.cid-tMfGZUoC4c .row2 {
  justify-content: space-between;
  border: 2px solid #ffffff;
  padding: 3rem;
}
.cid-tMfGZUoC4c h3 {
  width: fit-content;
  display: inline-block;
  position: relative;
}
.cid-tMfGZUoC4c h3:before {
  position: absolute;
  content: '';
  left: 50%;
  top: -120px;
  bottom: 0;
  width: 1px;
  height: 100px;
  background: currentColor;
}
.cid-tMfGZUoC4c form .btn {
  border-radius: 30px;
  margin: 0.18rem;
}
.cid-tMfGZUoC4c .form-control,
.cid-tMfGZUoC4c .field-input {
  padding: 1rem;
  background-color: transparent;
  border: 2px solid #ffffff;
  color: #ffffff;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-tMfGZUoC4c .form-control::-webkit-input-placeholder,
.cid-tMfGZUoC4c .field-input::-webkit-input-placeholder,
.cid-tMfGZUoC4c .form-control::-webkit-input-placeholder,
.cid-tMfGZUoC4c .field-input::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-tMfGZUoC4c .form-control:-moz-placeholder,
.cid-tMfGZUoC4c .field-input:-moz-placeholder,
.cid-tMfGZUoC4c .form-control:-moz-placeholder,
.cid-tMfGZUoC4c .field-input:-moz-placeholder {
  color: #ffffff;
}
.cid-tMfGZUoC4c .form-control:hover,
.cid-tMfGZUoC4c .field-input:hover,
.cid-tMfGZUoC4c .form-control:focus,
.cid-tMfGZUoC4c .field-input:focus {
  background-color: transparent;
  border-color: #ffffff;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-tMfGZUoC4c .form-control:hover::-webkit-input-placeholder,
.cid-tMfGZUoC4c .field-input:hover::-webkit-input-placeholder,
.cid-tMfGZUoC4c .form-control:focus::-webkit-input-placeholder,
.cid-tMfGZUoC4c .field-input:focus::-webkit-input-placeholder,
.cid-tMfGZUoC4c .form-control:hover::-webkit-input-placeholder,
.cid-tMfGZUoC4c .field-input:hover::-webkit-input-placeholder,
.cid-tMfGZUoC4c .form-control:focus::-webkit-input-placeholder,
.cid-tMfGZUoC4c .field-input:focus::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-tMfGZUoC4c .form-control:hover:-moz-placeholder,
.cid-tMfGZUoC4c .field-input:hover:-moz-placeholder,
.cid-tMfGZUoC4c .form-control:focus:-moz-placeholder,
.cid-tMfGZUoC4c .field-input:focus:-moz-placeholder,
.cid-tMfGZUoC4c .form-control:hover:-moz-placeholder,
.cid-tMfGZUoC4c .field-input:hover:-moz-placeholder,
.cid-tMfGZUoC4c .form-control:focus:-moz-placeholder,
.cid-tMfGZUoC4c .field-input:focus:-moz-placeholder {
  color: #ffffff;
}
.cid-tMfGZUoC4c .jq-number__spin:hover,
.cid-tMfGZUoC4c .jq-number__spin:focus {
  background-color: transparent;
  border-color: #ffffff;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-tMfGZUoC4c .jq-number__spin {
  background-color: transparent;
  border-color: #ffffff;
  color: #ffffff;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-tMfGZUoC4c input::-webkit-clear-button {
  display: none;
}
.cid-tMfGZUoC4c input::-webkit-inner-spin-button {
  display: none;
}
.cid-tMfGZUoC4c input::-webkit-outer-spin-button {
  display: none;
}
.cid-tMfGZUoC4c input::-webkit-calendar-picker-indicator {
  display: none;
}
@media (max-width: 767px) {
  .cid-tMfGZUoC4c .container {
    padding: 0 2rem;
  }
  .cid-tMfGZUoC4c .row2 {
    padding: 1rem 0;
  }
}
.cid-tMfGZUoC4c H2 {
  color: #ffffff;
}
.cid-tMfGZUoC4c .mbr-text,
.cid-tMfGZUoC4c .mbr-section-btn {
  color: #ffffff;
}
.cid-tMfGZUoC4c H1 {
  color: #ffffff;
}
.cid-tMfGZUoC4c .mbr-section-subtitle,
.cid-tMfGZUoC4c .title-align {
  color: #ffffff;
}
.cid-tMfGZUoC4c LABEL {
  color: #ffffff;
}
.cid-tLZhplYSC2 {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #b2ccd2;
}
.cid-tLZhplYSC2 .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tLZhplYSC2 svg {
  position: absolute;
  top: -30px;
  left: 0;
}
.cid-tLZhplYSC2 g rect {
  fill: #efefef;
}
@keyframes size {
  50% {
    transform: scale(0.8);
  }
  75% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
.cid-tLZhplYSC2 .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
  padding-bottom: 2rem;
}
.cid-tLZhplYSC2 .soc-item {
  background: transparent;
  width: 45px;
  margin: auto;
  height: 45px;
  transition: all 0.3s;
  display: flex;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
}
.cid-tLZhplYSC2 .soc-item:hover {
  background: #cccccc;
  animation-duration: 0.3s;
  animation-name: size;
}
.cid-tLZhplYSC2 .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tLZhplYSC2 .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tLZhplYSC2 .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tLZhplYSC2 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tLZhplYSC2 .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tLZhplYSC2 .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #ffffff;
}
.cid-tLZhplYSC2 .media-container-row .social-list .soc-item {
  margin: 0 .3rem;
}
.cid-tLZhplYSC2 .media-container-row .social-list a {
  margin: 0;
  opacity: 1;
  height: 26px;
  padding-right: 2px;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tLZhplYSC2 .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tLZhplYSC2 .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tLZhplYSC2 .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tLZhplYSC2 .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tLZhplYSC2 H1 {
  color: #002116;
}
.cid-tLZhplYSC2 .media-container-row .mbr-text {
  color: #123024;
}
.cid-uW3wtcrSyc .navbar {
  background: #efefef;
  transition: none;
  z-index: 98;
  left: auto;
}
.cid-uW3wtcrSyc .navbar .show {
  height: 100vh;
}
.cid-uW3wtcrSyc .navbar-collapse {
  max-height: 100vh!important;
  overflow: visible;
  transition: none;
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uW3wtcrSyc .navbar-dropdown.bg-color.transparent.opened {
  background: #efefef;
}
.cid-uW3wtcrSyc .bottom {
  padding-bottom: 2rem;
}
.cid-uW3wtcrSyc a {
  font-style: normal;
}
.cid-uW3wtcrSyc .dropdown-backdrop {
  display: none;
}
.cid-uW3wtcrSyc .dropdown-toggle::after {
  border-top: 0!important;
  margin-left: 10px!important;
}
.cid-uW3wtcrSyc .nav-dropdown {
  padding-top: 8rem;
}
.cid-uW3wtcrSyc .nav-item {
  width: 100%;
  text-align: center;
  justify-content: center;
  display: flex;
}
.cid-uW3wtcrSyc .nav-link {
  position: relative;
  margin-top: 0.5rem;
  width: fit-content;
  margin: auto;
  letter-spacing: 2px;
}
.cid-uW3wtcrSyc .nav-link:after {
  content: "";
  color: #333;
  transition: all 0.3s;
  width: 20px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #1c1c1c;
  margin-left: 10px;
}
.cid-uW3wtcrSyc .nav-link:hover:after {
  margin-left: -15px !important;
}
.cid-uW3wtcrSyc .nav-link span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uW3wtcrSyc .nav-link a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-uW3wtcrSyc .collapsed .navbar-collapse.show {
  display: flex!important;
  width: 100%;
  flex-direction: column;
  justify-content: space-between;
}
.cid-uW3wtcrSyc .navbar-nav {
  width: 100%!important;
}
.cid-uW3wtcrSyc .btn {
  width: fit-content;
  margin: 10px auto;
  padding: 1rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uW3wtcrSyc .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uW3wtcrSyc .navbar-caption-wrap {
  padding-left: 1rem;
  padding-top: 8px;
}
.cid-uW3wtcrSyc .dropdown-menu {
  position: absolute!important;
  width: fit-content !important;
}
.cid-uW3wtcrSyc .dropdown-item {
  background: #cccccc;
  color: #ffffff !important;
}
.cid-uW3wtcrSyc .dropdown-item:hover,
.cid-uW3wtcrSyc .dropdown-item:active {
  color: #ffffff !important;
}
.cid-uW3wtcrSyc .social-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-uW3wtcrSyc .soc-item {
  width: 45px;
  height: 45px;
  background: #232323;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1rem 0.4rem;
}
.cid-uW3wtcrSyc .soc-item span {
  font-size: 1.2rem;
  color: #ffffff !important;
  transition: all 0.3s;
  padding-top: 4px;
  display: block;
}
.cid-uW3wtcrSyc .soc-item:hover span {
  color: #c1c1c1 !important;
}
.cid-uW3wtcrSyc .dropdown.open > .dropdown-menu {
  position: absolute;
  opacity: 1;
  background: #cccccc;
  height: auto;
  left: auto;
  right: 100%;
  top: 5px;
  visibility: visible;
}
.cid-uW3wtcrSyc .navbar-logo {
  margin-right: 0!important;
}
.cid-uW3wtcrSyc .hamburger {
  position: absolute;
  top: 27px;
  right: 22px;
}
.cid-uW3wtcrSyc .menu-logo {
  position: fixed!important;
}
.cid-uW3wtcrSyc .menu-logo {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 99;
  margin-right: auto;
}
.cid-uW3wtcrSyc .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uW3wtcrSyc .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uW3wtcrSyc .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uW3wtcrSyc .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uW3wtcrSyc .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uW3wtcrSyc .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uW3wtcrSyc .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-uW3wtcrSyc .navbar-toggler {
  background: #efefef;
  width: 75px!important;
  height: 75px!important;
  border-radius: 0!important;
  margin-top: -25px !important;
  margin-right: -16px !important;
}
.cid-uW3wtcrSyc .navbar-brand {
  background: transparent;
  margin: 0!important;
  padding: 10px!important;
  padding-top: 20px;
}
.cid-uW3wtcrSyc .navbar.navbar-short {
  background: transparent;
  min-height: 60px;
  transition: none;
}
.cid-uW3wtcrSyc .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uW3wtcrSyc .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uW3wtcrSyc .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uW3wtcrSyc .opened,
.cid-uW3wtcrSyc .show {
  height: 100%;
  width: 300px!important;
  right: 0;
  transition: none;
  background: #efefef !important;
  left: auto;
}
@media (max-width: 767px) {
  .cid-uW3wtcrSyc .dropdown-item {
    font-size: 0.8rem;
  }
  .cid-uW3wtcrSyc .nav-dropdown {
    padding-top: 4rem;
  }
  .cid-uW3wtcrSyc .opened,
  .cid-uW3wtcrSyc .show,
  .cid-uW3wtcrSyc .navbar {
    width: 100%!important;
  }
  .cid-uW3wtcrSyc .dropdown-toggle {
    margin: auto!important;
  }
  .cid-uW3wtcrSyc .dropdown-menu {
    position: relative!important;
    left: 0!important;
    top: 0!important;
    margin: auto;
  }
  .cid-uW3wtcrSyc .nav-item.dropdown {
    flex-direction: column;
  }
}
.cid-uW3wtcrSyc .nav-item:focus,
.cid-uW3wtcrSyc .nav-link:focus {
  outline: none;
}
.cid-uW3wtcrSyc .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 2rem;
  width: auto;
}
.cid-uW3wtcrSyc .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uW3wtcrSyc .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uW3wtcrSyc .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uW3wtcrSyc .dropdown .dropdown-menu {
  background: #efefef;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uW3wtcrSyc .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uW3wtcrSyc .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uW3wtcrSyc .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uW3wtcrSyc .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uW3wtcrSyc .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-uW3wtcrSyc button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uW3wtcrSyc button.navbar-toggler:focus {
  outline: none;
}
.cid-uW3wtcrSyc button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1c1c1c;
}
.cid-uW3wtcrSyc button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uW3wtcrSyc button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uW3wtcrSyc button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uW3wtcrSyc button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uW3wtcrSyc nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uW3wtcrSyc nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uW3wtcrSyc nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uW3wtcrSyc nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uW3wtcrSyc .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uW3wtcrSyc .collapsed .btn {
  display: -webkit-flex;
}
.cid-uW3wtcrSyc .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uW3wtcrSyc .collapsed .navbar-collapse.collapsing,
.cid-uW3wtcrSyc .collapsed .navbar-collapse.show {
  display: flex !important;
  width: 100%;
}
.cid-uW3wtcrSyc .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uW3wtcrSyc .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uW3wtcrSyc .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uW3wtcrSyc .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uW3wtcrSyc .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uW3wtcrSyc .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uW3wtcrSyc .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uW3wtcrSyc .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uW3wtcrSyc .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 87.0625vh;
  }
}
.cid-uW3wtcrSyc .collapsed button.navbar-toggler {
  display: block;
}
.cid-uW3wtcrSyc .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uW3wtcrSyc .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-uW3wtcrSyc .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uW3wtcrSyc .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uW3wtcrSyc .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uW3wtcrSyc img {
    height: 3.8rem !important;
  }
  .cid-uW3wtcrSyc .btn {
    display: -webkit-flex;
  }
  .cid-uW3wtcrSyc button.navbar-toggler {
    display: block;
  }
  .cid-uW3wtcrSyc .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uW3wtcrSyc .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uW3wtcrSyc .navbar-collapse.collapsing,
  .cid-uW3wtcrSyc .navbar-collapse.show {
    display: block !important;
  }
  .cid-uW3wtcrSyc .navbar-collapse.collapsing .navbar-nav,
  .cid-uW3wtcrSyc .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uW3wtcrSyc .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uW3wtcrSyc .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uW3wtcrSyc .navbar-collapse.collapsing .navbar-buttons,
  .cid-uW3wtcrSyc .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uW3wtcrSyc .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uW3wtcrSyc .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uW3wtcrSyc .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-uW3wtcrSyc .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uW3wtcrSyc .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
}
@media (min-width: 767px) {
  .cid-uW3wtcrSyc .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-rJ1PXuwHId {
  padding-top: 225px;
  padding-bottom: 225px;
  background-image: url("../../../assets/images/ninni-2660-x-1140-px.jpg-2000x857.jpg");
}
.cid-rJ1PXuwHId .container-fluid {
  max-width: 1700px;
}
.cid-rJ1PXuwHId h1 {
  line-height: 1;
}
.cid-rJ1PXuwHId H1 {
  text-align: center;
}
.cid-rJ1PYxIR3j {
  padding-top: 195px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-rJ1PYxIR3j h3 {
  width: fit-content;
  display: inline-block;
  position: relative;
}
.cid-rJ1PYxIR3j h3:before {
  position: absolute;
  content: '';
  left: 50%;
  top: -120px;
  bottom: 0;
  width: 1px;
  height: 100px;
  background: currentColor;
}
.cid-rJ1PYxIR3j .signature {
  filter: invert(0.8);
}
.cid-rJ1PYxIR3j .mbr-text,
.cid-rJ1PYxIR3j .img-align {
  text-align: center;
}
.cid-rJ1PYxIR3j H2 {
  text-align: center;
}
.cid-rJ1PYxIR3j H1 {
  color: #3d7673;
}
.cid-uW3WQp9wjJ {
  padding-top: 225px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/lidio-azzurro-cover.jpg-1920x1080.jpg");
}
.cid-uW3WQp9wjJ h1 {
  background-color: transparent;
  overflow: hidden;
  display: inline-block;
  color: transparent;
  line-height: 1;
  margin-bottom: 15rem;
}
.cid-uW3WQp9wjJ h1 span {
  background-image: url("../../../assets/images/background2.jpg");
  background-size: 1920px 600px;
  background-position: center;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  display: block;
  animation: scroll 14s infinite linear;
  pointer-events: none;
}
@keyframes scroll {
  0% {
    background-position-y: 0px;
  }
  99.999% {
    background-position-y: -600px;
  }
  100% {
    background-position-y: 0px;
  }
}
.cid-uW3WQp9wjJ .icons-wrap {
  background: #ffffff;
  display: flex;
  justify-content: center;
  box-shadow: 1px 35px 60px 1px rgba(0, 0, 0, 0.1);
}
.cid-uW3WQp9wjJ .mbr-iconfont {
  font-size: 1.8rem;
  color: #000000 !important;
  padding-top: 0.4rem;
  padding-right: 1rem;
}
.cid-uW3WQp9wjJ .icon-wrap {
  display: flex;
  align-items: center;
  padding: 1rem 2rem;
}
.cid-uW3WQp9wjJ h2 {
  padding: 0;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uW3WQp9wjJ .icons-wrap {
    flex-direction: column;
    align-items: center;
    width: fit-content;
    margin: auto;
  }
  .cid-uW3WQp9wjJ h1 {
    margin-bottom: 8rem;
  }
}
.cid-uW3WQp9wjJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uW3WQp9wjJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-rJ1PXHFhEo {
  padding-top: 180px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rJ1PXHFhEo h3 {
  position: relative;
}
.cid-rJ1PXHFhEo h3:before {
  position: absolute;
  content: '';
  left: 50%;
  top: -120px;
  bottom: 0;
  width: 1px;
  height: 100px;
  background: currentColor;
}
.cid-tLvXJQgz4T {
  padding-top: 90px;
  padding-bottom: 30px;
  background-color: #82786e;
}
.cid-tLvXJQgz4T .card-img span {
  color: #ffffff;
  font-size: 4.7rem;
}
.cid-tLvXJQgz4T .mbr-text {
  color: #cccccc;
}
.cid-tLvXJQgz4T p {
  margin: 0;
  line-height: 1.6;
}
@media (max-width: 576px) {
  .cid-tLvXJQgz4T .card {
    margin-bottom: 2rem;
  }
}
.cid-tLvXJQgz4T .mbr-section-sub-title {
  text-align: center;
  color: #ffffff;
}
.cid-tLvXJQgz4T .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-tLxdtwcIOF {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #b2ccd2;
}
.cid-tLxdtwcIOF .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tLxdtwcIOF svg {
  position: absolute;
  top: -30px;
  left: 0;
}
.cid-tLxdtwcIOF g rect {
  fill: #b2ccd2;
}
@keyframes size {
  50% {
    transform: scale(0.8);
  }
  75% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
.cid-tLxdtwcIOF .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
  padding-bottom: 2rem;
}
.cid-tLxdtwcIOF .soc-item {
  background: transparent;
  width: 45px;
  margin: auto;
  height: 45px;
  transition: all 0.3s;
  display: flex;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
}
.cid-tLxdtwcIOF .soc-item:hover {
  background: #cccccc;
  animation-duration: 0.3s;
  animation-name: size;
}
.cid-tLxdtwcIOF .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tLxdtwcIOF .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tLxdtwcIOF .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tLxdtwcIOF .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tLxdtwcIOF .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tLxdtwcIOF .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #ffffff;
}
.cid-tLxdtwcIOF .media-container-row .social-list .soc-item {
  margin: 0 .3rem;
}
.cid-tLxdtwcIOF .media-container-row .social-list a {
  margin: 0;
  opacity: 1;
  height: 26px;
  padding-right: 2px;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tLxdtwcIOF .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tLxdtwcIOF .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tLxdtwcIOF .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tLxdtwcIOF .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tLxdtwcIOF H1 {
  color: #002116;
}
.cid-tLxdtwcIOF .media-container-row .mbr-text {
  color: #123024;
}
.cid-uW3wtcrSyc .navbar {
  background: #efefef;
  transition: none;
  z-index: 98;
  left: auto;
}
.cid-uW3wtcrSyc .navbar .show {
  height: 100vh;
}
.cid-uW3wtcrSyc .navbar-collapse {
  max-height: 100vh!important;
  overflow: visible;
  transition: none;
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uW3wtcrSyc .navbar-dropdown.bg-color.transparent.opened {
  background: #efefef;
}
.cid-uW3wtcrSyc .bottom {
  padding-bottom: 2rem;
}
.cid-uW3wtcrSyc a {
  font-style: normal;
}
.cid-uW3wtcrSyc .dropdown-backdrop {
  display: none;
}
.cid-uW3wtcrSyc .dropdown-toggle::after {
  border-top: 0!important;
  margin-left: 10px!important;
}
.cid-uW3wtcrSyc .nav-dropdown {
  padding-top: 8rem;
}
.cid-uW3wtcrSyc .nav-item {
  width: 100%;
  text-align: center;
  justify-content: center;
  display: flex;
}
.cid-uW3wtcrSyc .nav-link {
  position: relative;
  margin-top: 0.5rem;
  width: fit-content;
  margin: auto;
  letter-spacing: 2px;
}
.cid-uW3wtcrSyc .nav-link:after {
  content: "";
  color: #333;
  transition: all 0.3s;
  width: 20px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #1c1c1c;
  margin-left: 10px;
}
.cid-uW3wtcrSyc .nav-link:hover:after {
  margin-left: -15px !important;
}
.cid-uW3wtcrSyc .nav-link span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uW3wtcrSyc .nav-link a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-uW3wtcrSyc .collapsed .navbar-collapse.show {
  display: flex!important;
  width: 100%;
  flex-direction: column;
  justify-content: space-between;
}
.cid-uW3wtcrSyc .navbar-nav {
  width: 100%!important;
}
.cid-uW3wtcrSyc .btn {
  width: fit-content;
  margin: 10px auto;
  padding: 1rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uW3wtcrSyc .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uW3wtcrSyc .navbar-caption-wrap {
  padding-left: 1rem;
  padding-top: 8px;
}
.cid-uW3wtcrSyc .dropdown-menu {
  position: absolute!important;
  width: fit-content !important;
}
.cid-uW3wtcrSyc .dropdown-item {
  background: #cccccc;
  color: #ffffff !important;
}
.cid-uW3wtcrSyc .dropdown-item:hover,
.cid-uW3wtcrSyc .dropdown-item:active {
  color: #ffffff !important;
}
.cid-uW3wtcrSyc .social-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-uW3wtcrSyc .soc-item {
  width: 45px;
  height: 45px;
  background: #232323;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1rem 0.4rem;
}
.cid-uW3wtcrSyc .soc-item span {
  font-size: 1.2rem;
  color: #ffffff !important;
  transition: all 0.3s;
  padding-top: 4px;
  display: block;
}
.cid-uW3wtcrSyc .soc-item:hover span {
  color: #c1c1c1 !important;
}
.cid-uW3wtcrSyc .dropdown.open > .dropdown-menu {
  position: absolute;
  opacity: 1;
  background: #cccccc;
  height: auto;
  left: auto;
  right: 100%;
  top: 5px;
  visibility: visible;
}
.cid-uW3wtcrSyc .navbar-logo {
  margin-right: 0!important;
}
.cid-uW3wtcrSyc .hamburger {
  position: absolute;
  top: 27px;
  right: 22px;
}
.cid-uW3wtcrSyc .menu-logo {
  position: fixed!important;
}
.cid-uW3wtcrSyc .menu-logo {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 99;
  margin-right: auto;
}
.cid-uW3wtcrSyc .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uW3wtcrSyc .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uW3wtcrSyc .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uW3wtcrSyc .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uW3wtcrSyc .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uW3wtcrSyc .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uW3wtcrSyc .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-uW3wtcrSyc .navbar-toggler {
  background: #efefef;
  width: 75px!important;
  height: 75px!important;
  border-radius: 0!important;
  margin-top: -25px !important;
  margin-right: -16px !important;
}
.cid-uW3wtcrSyc .navbar-brand {
  background: transparent;
  margin: 0!important;
  padding: 10px!important;
  padding-top: 20px;
}
.cid-uW3wtcrSyc .navbar.navbar-short {
  background: transparent;
  min-height: 60px;
  transition: none;
}
.cid-uW3wtcrSyc .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uW3wtcrSyc .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uW3wtcrSyc .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uW3wtcrSyc .opened,
.cid-uW3wtcrSyc .show {
  height: 100%;
  width: 300px!important;
  right: 0;
  transition: none;
  background: #efefef !important;
  left: auto;
}
@media (max-width: 767px) {
  .cid-uW3wtcrSyc .dropdown-item {
    font-size: 0.8rem;
  }
  .cid-uW3wtcrSyc .nav-dropdown {
    padding-top: 4rem;
  }
  .cid-uW3wtcrSyc .opened,
  .cid-uW3wtcrSyc .show,
  .cid-uW3wtcrSyc .navbar {
    width: 100%!important;
  }
  .cid-uW3wtcrSyc .dropdown-toggle {
    margin: auto!important;
  }
  .cid-uW3wtcrSyc .dropdown-menu {
    position: relative!important;
    left: 0!important;
    top: 0!important;
    margin: auto;
  }
  .cid-uW3wtcrSyc .nav-item.dropdown {
    flex-direction: column;
  }
}
.cid-uW3wtcrSyc .nav-item:focus,
.cid-uW3wtcrSyc .nav-link:focus {
  outline: none;
}
.cid-uW3wtcrSyc .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 2rem;
  width: auto;
}
.cid-uW3wtcrSyc .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uW3wtcrSyc .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uW3wtcrSyc .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uW3wtcrSyc .dropdown .dropdown-menu {
  background: #efefef;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uW3wtcrSyc .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uW3wtcrSyc .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uW3wtcrSyc .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uW3wtcrSyc .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uW3wtcrSyc .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-uW3wtcrSyc button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uW3wtcrSyc button.navbar-toggler:focus {
  outline: none;
}
.cid-uW3wtcrSyc button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1c1c1c;
}
.cid-uW3wtcrSyc button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uW3wtcrSyc button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uW3wtcrSyc button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uW3wtcrSyc button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uW3wtcrSyc nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uW3wtcrSyc nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uW3wtcrSyc nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uW3wtcrSyc nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uW3wtcrSyc .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uW3wtcrSyc .collapsed .btn {
  display: -webkit-flex;
}
.cid-uW3wtcrSyc .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uW3wtcrSyc .collapsed .navbar-collapse.collapsing,
.cid-uW3wtcrSyc .collapsed .navbar-collapse.show {
  display: flex !important;
  width: 100%;
}
.cid-uW3wtcrSyc .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uW3wtcrSyc .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uW3wtcrSyc .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uW3wtcrSyc .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uW3wtcrSyc .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uW3wtcrSyc .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uW3wtcrSyc .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uW3wtcrSyc .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uW3wtcrSyc .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 87.0625vh;
  }
}
.cid-uW3wtcrSyc .collapsed button.navbar-toggler {
  display: block;
}
.cid-uW3wtcrSyc .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uW3wtcrSyc .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-uW3wtcrSyc .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uW3wtcrSyc .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uW3wtcrSyc .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uW3wtcrSyc img {
    height: 3.8rem !important;
  }
  .cid-uW3wtcrSyc .btn {
    display: -webkit-flex;
  }
  .cid-uW3wtcrSyc button.navbar-toggler {
    display: block;
  }
  .cid-uW3wtcrSyc .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uW3wtcrSyc .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uW3wtcrSyc .navbar-collapse.collapsing,
  .cid-uW3wtcrSyc .navbar-collapse.show {
    display: block !important;
  }
  .cid-uW3wtcrSyc .navbar-collapse.collapsing .navbar-nav,
  .cid-uW3wtcrSyc .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uW3wtcrSyc .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uW3wtcrSyc .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uW3wtcrSyc .navbar-collapse.collapsing .navbar-buttons,
  .cid-uW3wtcrSyc .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uW3wtcrSyc .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uW3wtcrSyc .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uW3wtcrSyc .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-uW3wtcrSyc .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uW3wtcrSyc .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
}
@media (min-width: 767px) {
  .cid-uW3wtcrSyc .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-uW3EoUkY1P {
  background-image: url("../../../assets/images/ninni-1-2000x1126.jpg");
}
.cid-uW3EoUkY1P h4 {
  margin-bottom: 20px;
  line-height: 1.3;
}
.cid-uW3EoUkY1P a {
  text-decoration: none;
  font-weight: 300;
  line-height: 1.72;
}
.cid-uW3EoUkY1P .mbr-section-title {
  color: #fafafa;
}
@media (max-width: 1400px) {
  .cid-uW3EoUkY1P .mbr-section-title {
    margin-bottom: 120px;
  }
}
.cid-uW3EoUkY1P .mbr-section-btn {
  margin-right: 13px;
}
.cid-uW3EoUkY1P .btn-white-outline {
  color: white;
}
.cid-uW3EoUkY1P .btn-white-outline:hover {
  color: #000 !important;
  background-color: #fff !important;
  transition: .3s;
}
.cid-uW3EoUkY1P .info {
  margin-top: 120px;
}
@media (max-width: 1200px) {
  .cid-uW3EoUkY1P .info {
    margin-top: 70px;
  }
}
.cid-uW3EoUkY1P .mbr-text {
  color: #fff;
}
.cid-uW3EoUkY1P .mbr-section-subtitle {
  color: #fff;
  text-transform: uppercase;
  position: relative;
}
@media (max-width: 768px) {
  .cid-uW3EoUkY1P .mbr-section-subtitle {
    border-bottom: 1px solid #ffffff;
    padding-bottom: 4px;
  }
}
.cid-uW3EoUkY1P .mbr-section-subtitle::before {
  position: absolute;
  content: "";
  height: 1px;
  background-color: #ffffff;
  width: 50%;
  top: 35px;
}
@media (max-width: 768px) {
  .cid-uW3EoUkY1P .mbr-section-subtitle::before {
    content: none;
  }
}
.cid-uW3EoUkY1P .add-info {
  line-height: 1.72;
}
@media (max-width: 768px) {
  .cid-uW3EoUkY1P .add-info {
    width: 50%;
  }
}
.cid-uW3EoUkY1P .add-info-text {
  line-height: 1.72;
}
.cid-uW3EoUkY1P .mobi-mbri-down {
  font-size: 11px;
  margin-left: 10px;
}
.cid-uW3EoUkY1P .main-subtitle {
  color: #ffffff;
}
.cid-tLx9IFIESm {
  padding-top: 195px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-tLx9IFIESm h3 {
  width: fit-content;
  display: inline-block;
  position: relative;
}
.cid-tLx9IFIESm h3:before {
  position: absolute;
  content: '';
  left: 50%;
  top: -120px;
  bottom: 0;
  width: 1px;
  height: 100px;
  background: currentColor;
}
.cid-tLx9IFIESm .signature {
  filter: invert(0.8);
}
.cid-tLx9IFIESm .mbr-text,
.cid-tLx9IFIESm .img-align {
  text-align: center;
}
.cid-tLx9IFIESm H2 {
  text-align: center;
}
.cid-tLx9IGJYaM {
  background-color: #b2ccd2;
}
.cid-tLx9IGJYaM .f-row {
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-tLx9IGJYaM .f-row {
    flex-direction: row;
  }
}
.cid-tLx9IGJYaM .f-item {
  flex: 1 1 100%;
}
@media (min-width: 992px) {
  .cid-tLx9IGJYaM .f-item {
    flex: 1 1 50%;
  }
}
@media (min-width: 992px) {
  .cid-tLx9IGJYaM .image-wrapper {
    min-height: 750px;
  }
}
.cid-tLx9IGJYaM .image-wrapper img {
  min-height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-tLx9IGJYaM .text-wrapper {
  width: 100%;
  background-color: #ffffff;
  padding: 3rem 1.5rem;
}
@media (min-width: 992px) {
  .cid-tLx9IGJYaM .text-wrapper {
    transform: translate(20%, 5rem);
  }
}
@media (min-width: 1200px) {
  .cid-tLx9IGJYaM .text-wrapper {
    padding: 6rem 3.25rem;
    margin: 1rem;
  }
}
.cid-tLx9IGJYaM .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-tLx9IGJYaM .mbr-text,
.cid-tLx9IGJYaM .mbr-section-btn {
  color: #ffd8db;
}
.cid-tLx9IGJYaM .z-100 {
  z-index: 100;
}
.cid-tLx9IGJYaM .mbr-text {
  text-align: center;
  color: #000000;
}
.cid-tLxbxmTNrV {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #b2ccd2;
}
.cid-tLxbxmTNrV .box1 {
  background-image: url("../../../assets/images/slide3-1280x720.png");
  background-size: cover;
  background-position: center;
  height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
}
.cid-tLxbxmTNrV .box2 {
  background-image: url("../../../assets/images/slide1-1280x720.png");
  background-size: cover;
  background-position: center;
  height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
}
.cid-tLxbxmTNrV .icon-wrap {
  background-color: #3d7673 !important;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.cid-tLxbxmTNrV .icon-wrap:hover {
  transform: scale(1.1);
}
.cid-tLxbxmTNrV .icon-wrap span {
  padding-left: 8px;
}
.cid-tLxbxmTNrV .mbr-media span {
  font-size: 30px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #ffffff !important;
}
.cid-tLxbxmTNrV .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-tLxbxmTNrV .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-tLxbxmTNrV .modalWindow .modalWindow-container {
  transform: translateY(50vh) translateY(-22vw);
}
.cid-tLxbxmTNrV .modalWindow .modalWindow-video {
  height: 44.9943757vw;
  width: 80vw;
  margin: 0 auto;
}
.cid-tLxbxmTNrV a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-tLxbxmTNrV a.close:hover {
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-tLxbxmTNrV {
    padding-top: 40px;
    padding-bottom: 30px;
  }
  .cid-tLxbxmTNrV .box1 {
    margin-bottom: 1rem;
  }
}
@media (max-width: 576px) {
  .cid-tLxbxmTNrV {
    padding-top: 28px;
    padding-bottom: 21px;
  }
  .cid-tLxbxmTNrV .box1,
  .cid-tLxbxmTNrV .box2 {
    height: 250px;
  }
}
.cid-uW3PJGVEbu {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uW3PJGVEbu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uW3PJGVEbu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uW3PJGVEbu .video-wrapper iframe {
  width: 100%;
}
.cid-uW3PJGVEbu .mbr-section-title,
.cid-uW3PJGVEbu .mbr-section-subtitle,
.cid-uW3PJGVEbu .mbr-text {
  text-align: center;
}
.cid-uW3QPfRpRw {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 60px;
}
.cid-uW3QPfRpRw .container-fluid {
  padding: 0 3rem;
}
.cid-uW3QPfRpRw .video-block {
  margin: auto;
}
@media (max-width: 767px) {
  .cid-uW3QPfRpRw .container-fluid {
    padding: 0 1rem;
  }
  .cid-uW3QPfRpRw .video-block {
    width: 100% !important;
  }
}
.cid-tMfBWFNHff {
  padding-top: 165px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tMfBWFNHff .mbr-text {
  color: #767676;
}
.cid-tMfBWFNHff .card-subtitle {
  margin: 0;
}
.cid-tMfBWFNHff .link:hover {
  color: #b1a374 !important;
}
.cid-tMfBWFNHff .card {
  margin-bottom: 2rem;
}
.cid-tMfBWFNHff .card:hover .img-overlay {
  opacity: 0.15;
}
.cid-tMfBWFNHff .card:hover .card-img:before {
  transform: translate(-50%, -50%);
  opacity: 1;
}
.cid-tMfBWFNHff .card:hover .card-img:after {
  transform: translate(-50%, -50%);
  opacity: 1;
}
.cid-tMfBWFNHff .card-img {
  height: 220px;
}
.cid-tMfBWFNHff img {
  object-fit: cover;
  height: 100%;
}
.cid-tMfBWFNHff h4 {
  margin: 0;
}
.cid-tMfBWFNHff .row {
  justify-content: center;
}
.cid-tMfBWFNHff .mbr-text,
.cid-tMfBWFNHff .link {
  color: #808080;
}
.cid-tMfBWFNHff h3 {
  width: fit-content;
  display: inline-block;
  position: relative;
}
.cid-tMfBWFNHff h3:before {
  position: absolute;
  content: '';
  left: 50%;
  top: -120px;
  bottom: 0;
  width: 1px;
  height: 100px;
  background: currentColor;
}
.cid-tMfBWFNHff .card-title,
.cid-tMfBWFNHff .card-img {
  color: #000000;
}
.cid-uW3R7HeY7S {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.cid-uW3R7HeY7S .mbr-fallback-image.disabled {
  display: none;
}
.cid-uW3R7HeY7S .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uW3R7HeY7S .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-uW3R7HeY7S .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uW3R7HeY7S .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-uW3R7HeY7S .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  background-color: #f5f5f5;
  border-top: 2px solid #ffffff;
  box-shadow: 0 8px 20px -8px #9c9c9c;
}
.cid-uW3R7HeY7S .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-uW3R7HeY7S .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uW3R7HeY7S .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #b2ccd2, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uW3R7HeY7S .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uW3R7HeY7S .form-wrap {
  background-color: #f5f5f5;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #cccccc;
  padding: 30px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uW3R7HeY7S .form-wrap {
    padding: 24px;
  }
}
.cid-uW3R7HeY7S .form-wrap .dragArea.row {
  margin: 0 -9.6px;
}
.cid-uW3R7HeY7S .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-uW3R7HeY7S .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
}
.cid-uW3R7HeY7S .form-wrap .dragArea.row .form-group .form-control {
  padding: 13px 12px;
  background-color: #f5f5f5;
  border: none !important;
  border-top: 3px solid #ffffff !important;
  box-shadow: 0 8px 15px -8px #cccccc;
  margin-bottom: 20px;
}
.cid-uW3R7HeY7S .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #000000;
  opacity: .5;
}
.cid-uW3R7HeY7S .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-uW3R7HeY7S .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: 0 8px 15px -8px #cccccc;
  border: none !important;
  border-top: 3px solid #ffffff !important;
}
.cid-uW3R7HeY7S .form-wrap .dragArea.row .form-group textarea {
  min-height: 100px;
}
.cid-uW3R7HeY7S .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-uW3R7HeY7S .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #000000;
  border-color: #000000;
}
.cid-uW3R7HeY7S .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-uW3R7HeY7S .form-wrap .dragArea.row .mbr-section-btn .btn {
  width: 100%;
  margin-bottom: 0;
}
.cid-uW3R7HeY7S .mbr-label,
.cid-uW3R7HeY7S .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uW3R7HeY7S .mbr-section-title,
.cid-uW3R7HeY7S .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uW3R7HeY7S .mbr-text,
.cid-uW3R7HeY7S .text-wrapper {
  color: #515151;
  text-align: center;
}
.cid-uW3R7HeY7S label {
  color: #000000;
}
.cid-tLxdtwcIOF {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #b2ccd2;
}
.cid-tLxdtwcIOF .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tLxdtwcIOF svg {
  position: absolute;
  top: -30px;
  left: 0;
}
.cid-tLxdtwcIOF g rect {
  fill: #efefef;
}
@keyframes size {
  50% {
    transform: scale(0.8);
  }
  75% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
.cid-tLxdtwcIOF .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
  padding-bottom: 2rem;
}
.cid-tLxdtwcIOF .soc-item {
  background: transparent;
  width: 45px;
  margin: auto;
  height: 45px;
  transition: all 0.3s;
  display: flex;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
}
.cid-tLxdtwcIOF .soc-item:hover {
  background: #cccccc;
  animation-duration: 0.3s;
  animation-name: size;
}
.cid-tLxdtwcIOF .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tLxdtwcIOF .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tLxdtwcIOF .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tLxdtwcIOF .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tLxdtwcIOF .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tLxdtwcIOF .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #ffffff;
}
.cid-tLxdtwcIOF .media-container-row .social-list .soc-item {
  margin: 0 .3rem;
}
.cid-tLxdtwcIOF .media-container-row .social-list a {
  margin: 0;
  opacity: 1;
  height: 26px;
  padding-right: 2px;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tLxdtwcIOF .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tLxdtwcIOF .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tLxdtwcIOF .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tLxdtwcIOF .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tLxdtwcIOF H1 {
  color: #002116;
}
.cid-tLxdtwcIOF .media-container-row .mbr-text {
  color: #123024;
}
.cid-uW3wtcrSyc .navbar {
  background: #efefef;
  transition: none;
  z-index: 98;
  left: auto;
}
.cid-uW3wtcrSyc .navbar .show {
  height: 100vh;
}
.cid-uW3wtcrSyc .navbar-collapse {
  max-height: 100vh!important;
  overflow: visible;
  transition: none;
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uW3wtcrSyc .navbar-dropdown.bg-color.transparent.opened {
  background: #efefef;
}
.cid-uW3wtcrSyc .bottom {
  padding-bottom: 2rem;
}
.cid-uW3wtcrSyc a {
  font-style: normal;
}
.cid-uW3wtcrSyc .dropdown-backdrop {
  display: none;
}
.cid-uW3wtcrSyc .dropdown-toggle::after {
  border-top: 0!important;
  margin-left: 10px!important;
}
.cid-uW3wtcrSyc .nav-dropdown {
  padding-top: 8rem;
}
.cid-uW3wtcrSyc .nav-item {
  width: 100%;
  text-align: center;
  justify-content: center;
  display: flex;
}
.cid-uW3wtcrSyc .nav-link {
  position: relative;
  margin-top: 0.5rem;
  width: fit-content;
  margin: auto;
  letter-spacing: 2px;
}
.cid-uW3wtcrSyc .nav-link:after {
  content: "";
  color: #333;
  transition: all 0.3s;
  width: 20px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #1c1c1c;
  margin-left: 10px;
}
.cid-uW3wtcrSyc .nav-link:hover:after {
  margin-left: -15px !important;
}
.cid-uW3wtcrSyc .nav-link span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uW3wtcrSyc .nav-link a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-uW3wtcrSyc .collapsed .navbar-collapse.show {
  display: flex!important;
  width: 100%;
  flex-direction: column;
  justify-content: space-between;
}
.cid-uW3wtcrSyc .navbar-nav {
  width: 100%!important;
}
.cid-uW3wtcrSyc .btn {
  width: fit-content;
  margin: 10px auto;
  padding: 1rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uW3wtcrSyc .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uW3wtcrSyc .navbar-caption-wrap {
  padding-left: 1rem;
  padding-top: 8px;
}
.cid-uW3wtcrSyc .dropdown-menu {
  position: absolute!important;
  width: fit-content !important;
}
.cid-uW3wtcrSyc .dropdown-item {
  background: #cccccc;
  color: #ffffff !important;
}
.cid-uW3wtcrSyc .dropdown-item:hover,
.cid-uW3wtcrSyc .dropdown-item:active {
  color: #ffffff !important;
}
.cid-uW3wtcrSyc .social-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-uW3wtcrSyc .soc-item {
  width: 45px;
  height: 45px;
  background: #232323;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1rem 0.4rem;
}
.cid-uW3wtcrSyc .soc-item span {
  font-size: 1.2rem;
  color: #ffffff !important;
  transition: all 0.3s;
  padding-top: 4px;
  display: block;
}
.cid-uW3wtcrSyc .soc-item:hover span {
  color: #c1c1c1 !important;
}
.cid-uW3wtcrSyc .dropdown.open > .dropdown-menu {
  position: absolute;
  opacity: 1;
  background: #cccccc;
  height: auto;
  left: auto;
  right: 100%;
  top: 5px;
  visibility: visible;
}
.cid-uW3wtcrSyc .navbar-logo {
  margin-right: 0!important;
}
.cid-uW3wtcrSyc .hamburger {
  position: absolute;
  top: 27px;
  right: 22px;
}
.cid-uW3wtcrSyc .menu-logo {
  position: fixed!important;
}
.cid-uW3wtcrSyc .menu-logo {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 99;
  margin-right: auto;
}
.cid-uW3wtcrSyc .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uW3wtcrSyc .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uW3wtcrSyc .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uW3wtcrSyc .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uW3wtcrSyc .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uW3wtcrSyc .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uW3wtcrSyc .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-uW3wtcrSyc .navbar-toggler {
  background: #efefef;
  width: 75px!important;
  height: 75px!important;
  border-radius: 0!important;
  margin-top: -25px !important;
  margin-right: -16px !important;
}
.cid-uW3wtcrSyc .navbar-brand {
  background: transparent;
  margin: 0!important;
  padding: 10px!important;
  padding-top: 20px;
}
.cid-uW3wtcrSyc .navbar.navbar-short {
  background: transparent;
  min-height: 60px;
  transition: none;
}
.cid-uW3wtcrSyc .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uW3wtcrSyc .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uW3wtcrSyc .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uW3wtcrSyc .opened,
.cid-uW3wtcrSyc .show {
  height: 100%;
  width: 300px!important;
  right: 0;
  transition: none;
  background: #efefef !important;
  left: auto;
}
@media (max-width: 767px) {
  .cid-uW3wtcrSyc .dropdown-item {
    font-size: 0.8rem;
  }
  .cid-uW3wtcrSyc .nav-dropdown {
    padding-top: 4rem;
  }
  .cid-uW3wtcrSyc .opened,
  .cid-uW3wtcrSyc .show,
  .cid-uW3wtcrSyc .navbar {
    width: 100%!important;
  }
  .cid-uW3wtcrSyc .dropdown-toggle {
    margin: auto!important;
  }
  .cid-uW3wtcrSyc .dropdown-menu {
    position: relative!important;
    left: 0!important;
    top: 0!important;
    margin: auto;
  }
  .cid-uW3wtcrSyc .nav-item.dropdown {
    flex-direction: column;
  }
}
.cid-uW3wtcrSyc .nav-item:focus,
.cid-uW3wtcrSyc .nav-link:focus {
  outline: none;
}
.cid-uW3wtcrSyc .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 2rem;
  width: auto;
}
.cid-uW3wtcrSyc .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uW3wtcrSyc .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uW3wtcrSyc .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uW3wtcrSyc .dropdown .dropdown-menu {
  background: #efefef;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uW3wtcrSyc .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uW3wtcrSyc .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uW3wtcrSyc .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uW3wtcrSyc .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uW3wtcrSyc .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-uW3wtcrSyc button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uW3wtcrSyc button.navbar-toggler:focus {
  outline: none;
}
.cid-uW3wtcrSyc button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1c1c1c;
}
.cid-uW3wtcrSyc button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uW3wtcrSyc button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uW3wtcrSyc button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uW3wtcrSyc button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uW3wtcrSyc nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uW3wtcrSyc nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uW3wtcrSyc nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uW3wtcrSyc nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uW3wtcrSyc .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uW3wtcrSyc .collapsed .btn {
  display: -webkit-flex;
}
.cid-uW3wtcrSyc .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uW3wtcrSyc .collapsed .navbar-collapse.collapsing,
.cid-uW3wtcrSyc .collapsed .navbar-collapse.show {
  display: flex !important;
  width: 100%;
}
.cid-uW3wtcrSyc .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uW3wtcrSyc .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uW3wtcrSyc .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uW3wtcrSyc .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uW3wtcrSyc .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uW3wtcrSyc .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uW3wtcrSyc .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uW3wtcrSyc .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uW3wtcrSyc .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 87.0625vh;
  }
}
.cid-uW3wtcrSyc .collapsed button.navbar-toggler {
  display: block;
}
.cid-uW3wtcrSyc .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uW3wtcrSyc .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-uW3wtcrSyc .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uW3wtcrSyc .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uW3wtcrSyc .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uW3wtcrSyc img {
    height: 3.8rem !important;
  }
  .cid-uW3wtcrSyc .btn {
    display: -webkit-flex;
  }
  .cid-uW3wtcrSyc button.navbar-toggler {
    display: block;
  }
  .cid-uW3wtcrSyc .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uW3wtcrSyc .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uW3wtcrSyc .navbar-collapse.collapsing,
  .cid-uW3wtcrSyc .navbar-collapse.show {
    display: block !important;
  }
  .cid-uW3wtcrSyc .navbar-collapse.collapsing .navbar-nav,
  .cid-uW3wtcrSyc .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uW3wtcrSyc .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uW3wtcrSyc .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uW3wtcrSyc .navbar-collapse.collapsing .navbar-buttons,
  .cid-uW3wtcrSyc .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uW3wtcrSyc .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uW3wtcrSyc .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uW3wtcrSyc .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-uW3wtcrSyc .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uW3wtcrSyc .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
}
@media (min-width: 767px) {
  .cid-uW3wtcrSyc .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-tLxg6QS58z {
  background-image: url("../../../assets/images/schermata-2023-03-28-alle-18.29.25-copy-2000x1437.png");
}
.cid-tLxg6QS58z .container-fluid {
  max-width: 1700px;
}
.cid-tLxg6QS58z h1 {
  line-height: 1;
}
.cid-tLxg6Rn6bP {
  padding-top: 195px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-tLxg6Rn6bP h3 {
  width: fit-content;
  display: inline-block;
  position: relative;
}
.cid-tLxg6Rn6bP h3:before {
  position: absolute;
  content: '';
  left: 50%;
  top: -120px;
  bottom: 0;
  width: 1px;
  height: 100px;
  background: currentColor;
}
.cid-tLxg6Rn6bP .signature {
  filter: invert(0.8);
}
.cid-tLxg6Rn6bP .mbr-text,
.cid-tLxg6Rn6bP .img-align {
  text-align: center;
}
.cid-tLxg6Rn6bP H2 {
  text-align: center;
}
.cid-tLxg6RHg27 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #b2ccd2;
}
@media (max-width: 1000px) {
  .cid-tLxg6RHg27 {
    padding-top: 0rem;
    padding-bottom: 0rem;
  }
}
@media (max-width: 768px) {
  .cid-tLxg6RHg27 {
    padding-top: 0rem;
    padding-bottom: 0rem;
  }
}
.cid-tLxg6RHg27 .f-row {
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-tLxg6RHg27 .f-row {
    flex-direction: row;
  }
}
.cid-tLxg6RHg27 .f-item {
  flex: 1 1 100%;
}
@media (min-width: 992px) {
  .cid-tLxg6RHg27 .f-item {
    flex: 1 1 50%;
  }
}
@media (min-width: 992px) {
  .cid-tLxg6RHg27 .image-wrapper {
    min-height: 750px;
  }
}
.cid-tLxg6RHg27 .image-wrapper img {
  min-height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-tLxg6RHg27 .text-wrapper {
  width: 100%;
  background-color: #ffffff;
  padding: 3rem 1.5rem;
}
@media (min-width: 992px) {
  .cid-tLxg6RHg27 .text-wrapper {
    transform: translate(20%, 5rem);
  }
}
@media (min-width: 1200px) {
  .cid-tLxg6RHg27 .text-wrapper {
    padding: 6rem 3.25rem;
    margin: 1rem;
  }
}
.cid-tLxg6RHg27 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-tLxg6RHg27 .mbr-text,
.cid-tLxg6RHg27 .mbr-section-btn {
  color: #ffd8db;
}
.cid-tLxg6RHg27 .z-100 {
  z-index: 100;
}
.cid-tLxg6RHg27 .mbr-text {
  text-align: center;
  color: #000000;
}
.cid-tLxg6RXLLk {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #b2ccd2;
}
.cid-tLxg6RXLLk .box1 {
  background-image: url("../../../assets/images/schermata-2023-02-19-alle-14.25.54-2000x1139.png");
  background-size: cover;
  background-position: center;
  height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
}
.cid-tLxg6RXLLk .box2 {
  background-image: url("../../../assets/images/sofun-acoustic-trio1-2000x1130.png");
  background-size: cover;
  background-position: center;
  height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
}
.cid-tLxg6RXLLk .icon-wrap {
  background-color: #149dcc !important;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.cid-tLxg6RXLLk .icon-wrap:hover {
  transform: scale(1.1);
}
.cid-tLxg6RXLLk .icon-wrap span {
  padding-left: 8px;
}
.cid-tLxg6RXLLk .mbr-media span {
  font-size: 30px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #ffffff !important;
}
.cid-tLxg6RXLLk .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-tLxg6RXLLk .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-tLxg6RXLLk .modalWindow .modalWindow-container {
  transform: translateY(50vh) translateY(-22vw);
}
.cid-tLxg6RXLLk .modalWindow .modalWindow-video {
  height: 44.9943757vw;
  width: 80vw;
  margin: 0 auto;
}
.cid-tLxg6RXLLk a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-tLxg6RXLLk a.close:hover {
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-tLxg6RXLLk {
    padding-top: 40px;
    padding-bottom: 30px;
  }
  .cid-tLxg6RXLLk .box1 {
    margin-bottom: 1rem;
  }
}
@media (max-width: 576px) {
  .cid-tLxg6RXLLk {
    padding-top: 28px;
    padding-bottom: 21px;
  }
  .cid-tLxg6RXLLk .box1,
  .cid-tLxg6RXLLk .box2 {
    height: 250px;
  }
}
.cid-tLxjn0mWyA {
  padding-top: 90px;
  padding-bottom: 90px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #ffffff;
}
.cid-tLxjn0mWyA .mbr-section-subtitle {
  color: #767676;
}
.cid-tLxjn0mWyA .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tLxjn0mWyA .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tLxjn0mWyA .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tLxjn0mWyA .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tLxjn0mWyA .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #e96188;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(180deg, #e96188, #4e84c2);
}
.cid-tLxjn0mWyA .icon-focus,
.cid-tLxjn0mWyA .icon-video {
  font-size: 2rem !important;
  width: 50px;
  height: 50px;
  top: calc(50% - 25px);
  left: calc(50% - 25px);
}
.cid-tLxjn0mWyA .icon-focus:before,
.cid-tLxjn0mWyA .icon-video:before {
  content: '+';
  border-radius: 100px;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  padding-bottom: 6px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tLxjn0mWyA .icon-video {
  font-size: 1.5rem !important;
}
.cid-tLxjn0mWyA .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 1rem;
  color: #ffffff;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-tLxjn0mWyA ul {
  font-size: 0;
}
.cid-tLxjn0mWyA .mbr-gallery-filter ul {
  text-align: left;
}
.cid-tLxjn0mWyA .mbr-gallery-filter ul li {
  padding: 0;
  margin: 0 .2rem;
}
.cid-tLxjn0mWyA .mbr-gallery-filter ul li .btn {
  position: relative;
  padding: 0.5rem 1rem 0.6rem;
  margin: 0!important;
  background-color: transparent !important;
  border-width: 0 !important;
  color: #e96188 !important;
}
.cid-tLxjn0mWyA .mbr-gallery-filter ul li .btn:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border: 1px solid transparent;
  border-radius: 100px;
  opacity: 0.5;
}
.cid-tLxjn0mWyA .mbr-gallery-filter ul li:not(.active) .btn:hover:after,
.cid-tLxjn0mWyA .mbr-gallery-filter ul li.active .btn:after {
  border-color: #e96188;
}
.cid-tLxjn0mWyA .mbr-gallery-filter ul li .btn:hover:after {
  -webkit-animation: 1s btn-animation linear infinite;
  animation: 1s btn-animation linear infinite;
}
.cid-tLxjn0mWyA .mbr-gallery-filter ul li .btn:not(:hover):after {
  animation: none;
}
.cid-tLxjn0mWyA .mbr-gallery-filter ul li:first-child,
.cid-tLxjn0mWyA .mbr-gallery-filter ul li:last-child {
  margin: 0;
}
.cid-tLxjn0mWyA .mbr-gallery-item > div:hover .mbr-gallery-title {
  display: block;
}
.cid-tLxjn0mWyA .mbr-gallery-item > div:hover:before {
  opacity: 0 !important;
}
@keyframes btn-animation {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
  }
}
.cid-tLxjn0mWyA .mbr-section-title,
.cid-tLxjn0mWyA .mbr-gallery-filter ul {
  text-align: center;
  color: #3d7673;
}
.cid-tLxg6U53bY {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #b2ccd2;
}
.cid-tLxg6U53bY .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tLxg6U53bY svg {
  position: absolute;
  top: -30px;
  left: 0;
}
.cid-tLxg6U53bY g rect {
  fill: #b2ccd2;
}
@keyframes size {
  50% {
    transform: scale(0.8);
  }
  75% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
.cid-tLxg6U53bY .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
  padding-bottom: 2rem;
}
.cid-tLxg6U53bY .soc-item {
  background: transparent;
  width: 45px;
  margin: auto;
  height: 45px;
  transition: all 0.3s;
  display: flex;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
}
.cid-tLxg6U53bY .soc-item:hover {
  background: #cccccc;
  animation-duration: 0.3s;
  animation-name: size;
}
.cid-tLxg6U53bY .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tLxg6U53bY .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tLxg6U53bY .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tLxg6U53bY .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tLxg6U53bY .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tLxg6U53bY .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #ffffff;
}
.cid-tLxg6U53bY .media-container-row .social-list .soc-item {
  margin: 0 .3rem;
}
.cid-tLxg6U53bY .media-container-row .social-list a {
  margin: 0;
  opacity: 1;
  height: 26px;
  padding-right: 2px;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tLxg6U53bY .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tLxg6U53bY .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tLxg6U53bY .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tLxg6U53bY .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tLxg6U53bY H1 {
  color: #002116;
}
.cid-tLxg6U53bY .media-container-row .mbr-text {
  color: #123024;
}
.cid-uW3wtcrSyc .navbar {
  background: #efefef;
  transition: none;
  z-index: 98;
  left: auto;
}
.cid-uW3wtcrSyc .navbar .show {
  height: 100vh;
}
.cid-uW3wtcrSyc .navbar-collapse {
  max-height: 100vh!important;
  overflow: visible;
  transition: none;
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uW3wtcrSyc .navbar-dropdown.bg-color.transparent.opened {
  background: #efefef;
}
.cid-uW3wtcrSyc .bottom {
  padding-bottom: 2rem;
}
.cid-uW3wtcrSyc a {
  font-style: normal;
}
.cid-uW3wtcrSyc .dropdown-backdrop {
  display: none;
}
.cid-uW3wtcrSyc .dropdown-toggle::after {
  border-top: 0!important;
  margin-left: 10px!important;
}
.cid-uW3wtcrSyc .nav-dropdown {
  padding-top: 8rem;
}
.cid-uW3wtcrSyc .nav-item {
  width: 100%;
  text-align: center;
  justify-content: center;
  display: flex;
}
.cid-uW3wtcrSyc .nav-link {
  position: relative;
  margin-top: 0.5rem;
  width: fit-content;
  margin: auto;
  letter-spacing: 2px;
}
.cid-uW3wtcrSyc .nav-link:after {
  content: "";
  color: #333;
  transition: all 0.3s;
  width: 20px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #1c1c1c;
  margin-left: 10px;
}
.cid-uW3wtcrSyc .nav-link:hover:after {
  margin-left: -15px !important;
}
.cid-uW3wtcrSyc .nav-link span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uW3wtcrSyc .nav-link a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-uW3wtcrSyc .collapsed .navbar-collapse.show {
  display: flex!important;
  width: 100%;
  flex-direction: column;
  justify-content: space-between;
}
.cid-uW3wtcrSyc .navbar-nav {
  width: 100%!important;
}
.cid-uW3wtcrSyc .btn {
  width: fit-content;
  margin: 10px auto;
  padding: 1rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uW3wtcrSyc .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uW3wtcrSyc .navbar-caption-wrap {
  padding-left: 1rem;
  padding-top: 8px;
}
.cid-uW3wtcrSyc .dropdown-menu {
  position: absolute!important;
  width: fit-content !important;
}
.cid-uW3wtcrSyc .dropdown-item {
  background: #cccccc;
  color: #ffffff !important;
}
.cid-uW3wtcrSyc .dropdown-item:hover,
.cid-uW3wtcrSyc .dropdown-item:active {
  color: #ffffff !important;
}
.cid-uW3wtcrSyc .social-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-uW3wtcrSyc .soc-item {
  width: 45px;
  height: 45px;
  background: #232323;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1rem 0.4rem;
}
.cid-uW3wtcrSyc .soc-item span {
  font-size: 1.2rem;
  color: #ffffff !important;
  transition: all 0.3s;
  padding-top: 4px;
  display: block;
}
.cid-uW3wtcrSyc .soc-item:hover span {
  color: #c1c1c1 !important;
}
.cid-uW3wtcrSyc .dropdown.open > .dropdown-menu {
  position: absolute;
  opacity: 1;
  background: #cccccc;
  height: auto;
  left: auto;
  right: 100%;
  top: 5px;
  visibility: visible;
}
.cid-uW3wtcrSyc .navbar-logo {
  margin-right: 0!important;
}
.cid-uW3wtcrSyc .hamburger {
  position: absolute;
  top: 27px;
  right: 22px;
}
.cid-uW3wtcrSyc .menu-logo {
  position: fixed!important;
}
.cid-uW3wtcrSyc .menu-logo {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 99;
  margin-right: auto;
}
.cid-uW3wtcrSyc .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uW3wtcrSyc .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uW3wtcrSyc .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uW3wtcrSyc .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uW3wtcrSyc .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uW3wtcrSyc .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uW3wtcrSyc .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-uW3wtcrSyc .navbar-toggler {
  background: #efefef;
  width: 75px!important;
  height: 75px!important;
  border-radius: 0!important;
  margin-top: -25px !important;
  margin-right: -16px !important;
}
.cid-uW3wtcrSyc .navbar-brand {
  background: transparent;
  margin: 0!important;
  padding: 10px!important;
  padding-top: 20px;
}
.cid-uW3wtcrSyc .navbar.navbar-short {
  background: transparent;
  min-height: 60px;
  transition: none;
}
.cid-uW3wtcrSyc .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uW3wtcrSyc .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uW3wtcrSyc .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uW3wtcrSyc .opened,
.cid-uW3wtcrSyc .show {
  height: 100%;
  width: 300px!important;
  right: 0;
  transition: none;
  background: #efefef !important;
  left: auto;
}
@media (max-width: 767px) {
  .cid-uW3wtcrSyc .dropdown-item {
    font-size: 0.8rem;
  }
  .cid-uW3wtcrSyc .nav-dropdown {
    padding-top: 4rem;
  }
  .cid-uW3wtcrSyc .opened,
  .cid-uW3wtcrSyc .show,
  .cid-uW3wtcrSyc .navbar {
    width: 100%!important;
  }
  .cid-uW3wtcrSyc .dropdown-toggle {
    margin: auto!important;
  }
  .cid-uW3wtcrSyc .dropdown-menu {
    position: relative!important;
    left: 0!important;
    top: 0!important;
    margin: auto;
  }
  .cid-uW3wtcrSyc .nav-item.dropdown {
    flex-direction: column;
  }
}
.cid-uW3wtcrSyc .nav-item:focus,
.cid-uW3wtcrSyc .nav-link:focus {
  outline: none;
}
.cid-uW3wtcrSyc .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 2rem;
  width: auto;
}
.cid-uW3wtcrSyc .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uW3wtcrSyc .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uW3wtcrSyc .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uW3wtcrSyc .dropdown .dropdown-menu {
  background: #efefef;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uW3wtcrSyc .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uW3wtcrSyc .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uW3wtcrSyc .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uW3wtcrSyc .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uW3wtcrSyc .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-uW3wtcrSyc button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uW3wtcrSyc button.navbar-toggler:focus {
  outline: none;
}
.cid-uW3wtcrSyc button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1c1c1c;
}
.cid-uW3wtcrSyc button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uW3wtcrSyc button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uW3wtcrSyc button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uW3wtcrSyc button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uW3wtcrSyc nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uW3wtcrSyc nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uW3wtcrSyc nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uW3wtcrSyc nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uW3wtcrSyc .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uW3wtcrSyc .collapsed .btn {
  display: -webkit-flex;
}
.cid-uW3wtcrSyc .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uW3wtcrSyc .collapsed .navbar-collapse.collapsing,
.cid-uW3wtcrSyc .collapsed .navbar-collapse.show {
  display: flex !important;
  width: 100%;
}
.cid-uW3wtcrSyc .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uW3wtcrSyc .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uW3wtcrSyc .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uW3wtcrSyc .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uW3wtcrSyc .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uW3wtcrSyc .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uW3wtcrSyc .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uW3wtcrSyc .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uW3wtcrSyc .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 87.0625vh;
  }
}
.cid-uW3wtcrSyc .collapsed button.navbar-toggler {
  display: block;
}
.cid-uW3wtcrSyc .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uW3wtcrSyc .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-uW3wtcrSyc .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uW3wtcrSyc .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uW3wtcrSyc .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uW3wtcrSyc img {
    height: 3.8rem !important;
  }
  .cid-uW3wtcrSyc .btn {
    display: -webkit-flex;
  }
  .cid-uW3wtcrSyc button.navbar-toggler {
    display: block;
  }
  .cid-uW3wtcrSyc .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uW3wtcrSyc .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uW3wtcrSyc .navbar-collapse.collapsing,
  .cid-uW3wtcrSyc .navbar-collapse.show {
    display: block !important;
  }
  .cid-uW3wtcrSyc .navbar-collapse.collapsing .navbar-nav,
  .cid-uW3wtcrSyc .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uW3wtcrSyc .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uW3wtcrSyc .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uW3wtcrSyc .navbar-collapse.collapsing .navbar-buttons,
  .cid-uW3wtcrSyc .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uW3wtcrSyc .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uW3wtcrSyc .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uW3wtcrSyc .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-uW3wtcrSyc .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uW3wtcrSyc .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
}
@media (min-width: 767px) {
  .cid-uW3wtcrSyc .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-tLYb8H6gs8 {
  padding-top: 225px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/1396830-10202598131376017-1609733137-o-1-1363x2048.jpeg");
}
@media (min-width: 992px) {
  .cid-tLYb8H6gs8 .display-1 {
    letter-spacing: -6px;
  }
}
.cid-tLYb8H6gs8 p {
  margin: 0;
}
.cid-tLYb8H6gs8 .container-fluid {
  margin-bottom: 0;
  margin-top: auto;
}
.cid-tLYb8H6gs8 .display-1 {
  line-height: 1;
}
.cid-tLYb8H6gs8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLYb8H6gs8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLYb8HrMWT {
  padding-top: 180px;
  padding-bottom: 75px;
  background-color: #000000;
}
.cid-tLYb8HrMWT h3 {
  position: relative;
}
.cid-tLYb8HrMWT h3:before {
  position: absolute;
  content: '';
  left: 50%;
  top: -120px;
  bottom: 0;
  width: 1px;
  height: 100px;
  background: currentColor;
}
.cid-tLYb8HrMWT .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLYb8HrMWT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLYb8HrMWT H3 {
  color: #efefef;
}
.cid-tLYb8HrMWT .mbr-text,
.cid-tLYb8HrMWT .mbr-section-btn {
  color: #efefef;
}
.cid-tLYb8HH0Rw {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #b2ccd2;
}
.cid-tLYb8HH0Rw .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tLYb8HH0Rw svg {
  position: absolute;
  top: -30px;
  left: 0;
}
.cid-tLYb8HH0Rw g rect {
  fill: #efefef;
}
@keyframes size {
  50% {
    transform: scale(0.8);
  }
  75% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
.cid-tLYb8HH0Rw .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
  padding-bottom: 2rem;
}
.cid-tLYb8HH0Rw .soc-item {
  background: transparent;
  width: 45px;
  margin: auto;
  height: 45px;
  transition: all 0.3s;
  display: flex;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
}
.cid-tLYb8HH0Rw .soc-item:hover {
  background: #cccccc;
  animation-duration: 0.3s;
  animation-name: size;
}
.cid-tLYb8HH0Rw .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tLYb8HH0Rw .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tLYb8HH0Rw .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tLYb8HH0Rw .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tLYb8HH0Rw .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tLYb8HH0Rw .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #ffffff;
}
.cid-tLYb8HH0Rw .media-container-row .social-list .soc-item {
  margin: 0 .3rem;
}
.cid-tLYb8HH0Rw .media-container-row .social-list a {
  margin: 0;
  opacity: 1;
  height: 26px;
  padding-right: 2px;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tLYb8HH0Rw .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tLYb8HH0Rw .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tLYb8HH0Rw .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tLYb8HH0Rw .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tLYb8HH0Rw H1 {
  color: #002116;
}
.cid-tLYb8HH0Rw .media-container-row .mbr-text {
  color: #123024;
}
.cid-uW3wtcrSyc .navbar {
  background: #efefef;
  transition: none;
  z-index: 98;
  left: auto;
}
.cid-uW3wtcrSyc .navbar .show {
  height: 100vh;
}
.cid-uW3wtcrSyc .navbar-collapse {
  max-height: 100vh!important;
  overflow: visible;
  transition: none;
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uW3wtcrSyc .navbar-dropdown.bg-color.transparent.opened {
  background: #efefef;
}
.cid-uW3wtcrSyc .bottom {
  padding-bottom: 2rem;
}
.cid-uW3wtcrSyc a {
  font-style: normal;
}
.cid-uW3wtcrSyc .dropdown-backdrop {
  display: none;
}
.cid-uW3wtcrSyc .dropdown-toggle::after {
  border-top: 0!important;
  margin-left: 10px!important;
}
.cid-uW3wtcrSyc .nav-dropdown {
  padding-top: 8rem;
}
.cid-uW3wtcrSyc .nav-item {
  width: 100%;
  text-align: center;
  justify-content: center;
  display: flex;
}
.cid-uW3wtcrSyc .nav-link {
  position: relative;
  margin-top: 0.5rem;
  width: fit-content;
  margin: auto;
  letter-spacing: 2px;
}
.cid-uW3wtcrSyc .nav-link:after {
  content: "";
  color: #333;
  transition: all 0.3s;
  width: 20px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #1c1c1c;
  margin-left: 10px;
}
.cid-uW3wtcrSyc .nav-link:hover:after {
  margin-left: -15px !important;
}
.cid-uW3wtcrSyc .nav-link span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uW3wtcrSyc .nav-link a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-uW3wtcrSyc .collapsed .navbar-collapse.show {
  display: flex!important;
  width: 100%;
  flex-direction: column;
  justify-content: space-between;
}
.cid-uW3wtcrSyc .navbar-nav {
  width: 100%!important;
}
.cid-uW3wtcrSyc .btn {
  width: fit-content;
  margin: 10px auto;
  padding: 1rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uW3wtcrSyc .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uW3wtcrSyc .navbar-caption-wrap {
  padding-left: 1rem;
  padding-top: 8px;
}
.cid-uW3wtcrSyc .dropdown-menu {
  position: absolute!important;
  width: fit-content !important;
}
.cid-uW3wtcrSyc .dropdown-item {
  background: #cccccc;
  color: #ffffff !important;
}
.cid-uW3wtcrSyc .dropdown-item:hover,
.cid-uW3wtcrSyc .dropdown-item:active {
  color: #ffffff !important;
}
.cid-uW3wtcrSyc .social-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-uW3wtcrSyc .soc-item {
  width: 45px;
  height: 45px;
  background: #232323;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1rem 0.4rem;
}
.cid-uW3wtcrSyc .soc-item span {
  font-size: 1.2rem;
  color: #ffffff !important;
  transition: all 0.3s;
  padding-top: 4px;
  display: block;
}
.cid-uW3wtcrSyc .soc-item:hover span {
  color: #c1c1c1 !important;
}
.cid-uW3wtcrSyc .dropdown.open > .dropdown-menu {
  position: absolute;
  opacity: 1;
  background: #cccccc;
  height: auto;
  left: auto;
  right: 100%;
  top: 5px;
  visibility: visible;
}
.cid-uW3wtcrSyc .navbar-logo {
  margin-right: 0!important;
}
.cid-uW3wtcrSyc .hamburger {
  position: absolute;
  top: 27px;
  right: 22px;
}
.cid-uW3wtcrSyc .menu-logo {
  position: fixed!important;
}
.cid-uW3wtcrSyc .menu-logo {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 99;
  margin-right: auto;
}
.cid-uW3wtcrSyc .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uW3wtcrSyc .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uW3wtcrSyc .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uW3wtcrSyc .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uW3wtcrSyc .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uW3wtcrSyc .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uW3wtcrSyc .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-uW3wtcrSyc .navbar-toggler {
  background: #efefef;
  width: 75px!important;
  height: 75px!important;
  border-radius: 0!important;
  margin-top: -25px !important;
  margin-right: -16px !important;
}
.cid-uW3wtcrSyc .navbar-brand {
  background: transparent;
  margin: 0!important;
  padding: 10px!important;
  padding-top: 20px;
}
.cid-uW3wtcrSyc .navbar.navbar-short {
  background: transparent;
  min-height: 60px;
  transition: none;
}
.cid-uW3wtcrSyc .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uW3wtcrSyc .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uW3wtcrSyc .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uW3wtcrSyc .opened,
.cid-uW3wtcrSyc .show {
  height: 100%;
  width: 300px!important;
  right: 0;
  transition: none;
  background: #efefef !important;
  left: auto;
}
@media (max-width: 767px) {
  .cid-uW3wtcrSyc .dropdown-item {
    font-size: 0.8rem;
  }
  .cid-uW3wtcrSyc .nav-dropdown {
    padding-top: 4rem;
  }
  .cid-uW3wtcrSyc .opened,
  .cid-uW3wtcrSyc .show,
  .cid-uW3wtcrSyc .navbar {
    width: 100%!important;
  }
  .cid-uW3wtcrSyc .dropdown-toggle {
    margin: auto!important;
  }
  .cid-uW3wtcrSyc .dropdown-menu {
    position: relative!important;
    left: 0!important;
    top: 0!important;
    margin: auto;
  }
  .cid-uW3wtcrSyc .nav-item.dropdown {
    flex-direction: column;
  }
}
.cid-uW3wtcrSyc .nav-item:focus,
.cid-uW3wtcrSyc .nav-link:focus {
  outline: none;
}
.cid-uW3wtcrSyc .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 2rem;
  width: auto;
}
.cid-uW3wtcrSyc .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uW3wtcrSyc .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uW3wtcrSyc .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uW3wtcrSyc .dropdown .dropdown-menu {
  background: #efefef;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uW3wtcrSyc .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uW3wtcrSyc .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uW3wtcrSyc .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uW3wtcrSyc .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uW3wtcrSyc .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-uW3wtcrSyc button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uW3wtcrSyc button.navbar-toggler:focus {
  outline: none;
}
.cid-uW3wtcrSyc button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1c1c1c;
}
.cid-uW3wtcrSyc button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uW3wtcrSyc button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uW3wtcrSyc button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uW3wtcrSyc button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uW3wtcrSyc nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uW3wtcrSyc nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uW3wtcrSyc nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uW3wtcrSyc nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uW3wtcrSyc .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uW3wtcrSyc .collapsed .btn {
  display: -webkit-flex;
}
.cid-uW3wtcrSyc .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uW3wtcrSyc .collapsed .navbar-collapse.collapsing,
.cid-uW3wtcrSyc .collapsed .navbar-collapse.show {
  display: flex !important;
  width: 100%;
}
.cid-uW3wtcrSyc .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uW3wtcrSyc .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uW3wtcrSyc .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uW3wtcrSyc .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uW3wtcrSyc .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uW3wtcrSyc .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uW3wtcrSyc .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uW3wtcrSyc .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uW3wtcrSyc .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 87.0625vh;
  }
}
.cid-uW3wtcrSyc .collapsed button.navbar-toggler {
  display: block;
}
.cid-uW3wtcrSyc .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uW3wtcrSyc .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-uW3wtcrSyc .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uW3wtcrSyc .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uW3wtcrSyc .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uW3wtcrSyc img {
    height: 3.8rem !important;
  }
  .cid-uW3wtcrSyc .btn {
    display: -webkit-flex;
  }
  .cid-uW3wtcrSyc button.navbar-toggler {
    display: block;
  }
  .cid-uW3wtcrSyc .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uW3wtcrSyc .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uW3wtcrSyc .navbar-collapse.collapsing,
  .cid-uW3wtcrSyc .navbar-collapse.show {
    display: block !important;
  }
  .cid-uW3wtcrSyc .navbar-collapse.collapsing .navbar-nav,
  .cid-uW3wtcrSyc .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uW3wtcrSyc .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uW3wtcrSyc .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uW3wtcrSyc .navbar-collapse.collapsing .navbar-buttons,
  .cid-uW3wtcrSyc .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uW3wtcrSyc .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uW3wtcrSyc .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uW3wtcrSyc .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-uW3wtcrSyc .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uW3wtcrSyc .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
}
@media (min-width: 767px) {
  .cid-uW3wtcrSyc .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-tLYa5gkvQK {
  padding-top: 225px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/1396830-10202598131376017-1609733137-o-1-1363x2048.jpeg");
}
@media (min-width: 992px) {
  .cid-tLYa5gkvQK .display-1 {
    letter-spacing: -6px;
  }
}
.cid-tLYa5gkvQK p {
  margin: 0;
}
.cid-tLYa5gkvQK .container-fluid {
  margin-bottom: 0;
  margin-top: auto;
}
.cid-tLYa5gkvQK .display-1 {
  line-height: 1;
}
.cid-tLYa5gkvQK .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLYa5gkvQK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLYa5gwX34 {
  padding-top: 180px;
  padding-bottom: 75px;
  background-color: #000000;
}
.cid-tLYa5gwX34 h3 {
  position: relative;
}
.cid-tLYa5gwX34 h3:before {
  position: absolute;
  content: '';
  left: 50%;
  top: -120px;
  bottom: 0;
  width: 1px;
  height: 100px;
  background: currentColor;
}
.cid-tLYa5gwX34 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLYa5gwX34 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLYa5gwX34 H3 {
  color: #efefef;
}
.cid-tLYa5gwX34 .mbr-text,
.cid-tLYa5gwX34 .mbr-section-btn {
  color: #efefef;
}
.cid-tLYa5hQWo1 {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #b2ccd2;
}
.cid-tLYa5hQWo1 .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tLYa5hQWo1 svg {
  position: absolute;
  top: -30px;
  left: 0;
}
.cid-tLYa5hQWo1 g rect {
  fill: #efefef;
}
@keyframes size {
  50% {
    transform: scale(0.8);
  }
  75% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
.cid-tLYa5hQWo1 .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
  padding-bottom: 2rem;
}
.cid-tLYa5hQWo1 .soc-item {
  background: transparent;
  width: 45px;
  margin: auto;
  height: 45px;
  transition: all 0.3s;
  display: flex;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
}
.cid-tLYa5hQWo1 .soc-item:hover {
  background: #cccccc;
  animation-duration: 0.3s;
  animation-name: size;
}
.cid-tLYa5hQWo1 .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tLYa5hQWo1 .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tLYa5hQWo1 .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tLYa5hQWo1 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tLYa5hQWo1 .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tLYa5hQWo1 .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #ffffff;
}
.cid-tLYa5hQWo1 .media-container-row .social-list .soc-item {
  margin: 0 .3rem;
}
.cid-tLYa5hQWo1 .media-container-row .social-list a {
  margin: 0;
  opacity: 1;
  height: 26px;
  padding-right: 2px;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tLYa5hQWo1 .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tLYa5hQWo1 .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tLYa5hQWo1 .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tLYa5hQWo1 .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tLYa5hQWo1 H1 {
  color: #002116;
}
.cid-tLYa5hQWo1 .media-container-row .mbr-text {
  color: #123024;
}
