@import url(https://fonts.googleapis.com/css?family=Krona+One:400&display=swap);
@import url(https://fonts.googleapis.com/css?family=Noto+Sans:400,400i,700,700i&display=swap);
@import url(https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap);
@import url(https://fonts.googleapis.com/css?family=Rubik:300,300i,400,400i,500,500i,700,700i,900,900i&display=swap);





body {
  font-family: Rubik;
}
.display-1 {
  font-family: 'Krona One', sans-serif;
  font-size: 4.25rem;
  font-display: swap;
}
.display-1 > .mbr-iconfont {
  font-size: 6.8rem;
}
.display-2 {
  font-family: 'Krona One', sans-serif;
  font-size: 2.2rem;
  font-display: swap;
}
.display-2 > .mbr-iconfont {
  font-size: 3.52rem;
}
.display-4 {
  font-family: 'Rubik', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'Noto Sans', sans-serif;
  font-size: 2rem;
  font-display: swap;
}
.display-5 > .mbr-iconfont {
  font-size: 3.2rem;
}
.display-7 {
  font-family: 'Poppins', sans-serif;
  font-size: 1.2rem;
  font-display: swap;
}
.display-7 > .mbr-iconfont {
  font-size: 1.92rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.4rem;
    font-size: calc( 2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.76rem;
    font-size: calc( 1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 3px;
}
.bg-primary {
  background-color: #149dcc !important;
}
.bg-success {
  background-color: #f7ed4a !important;
}
.bg-info {
  background-color: #1f4ba6 !important;
}
.bg-warning {
  background-color: #879a9f !important;
}
.bg-danger {
  background-color: #ec5f0a !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #149dcc !important;
  border-color: #149dcc !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #0d6786 !important;
  border-color: #0d6786 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #0d6786 !important;
  border-color: #0d6786 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff3366 !important;
  border-color: #ff3366 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #e50039 !important;
  border-color: #e50039 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #e50039 !important;
  border-color: #e50039 !important;
}
.btn-info,
.btn-info:active {
  background-color: #1f4ba6 !important;
  border-color: #1f4ba6 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #132e66 !important;
  border-color: #132e66 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #132e66 !important;
  border-color: #132e66 !important;
}
.btn-success,
.btn-success:active {
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
  color: #3f3c03 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #879a9f !important;
  border-color: #879a9f !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ec5f0a !important;
  border-color: #ec5f0a !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #a34107 !important;
  border-color: #a34107 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #a34107 !important;
  border-color: #a34107 !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: #0b566f;
  color: #0b566f;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #149dcc;
  border-color: #149dcc;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #149dcc !important;
  border-color: #149dcc !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #cc0033;
  color: #cc0033;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #ff3366;
  border-color: #ff3366;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff3366 !important;
  border-color: #ff3366 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #0f2450;
  color: #0f2450;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #1f4ba6;
  border-color: #1f4ba6;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #1f4ba6 !important;
  border-color: #1f4ba6 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #d2c609;
  color: #d2c609;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #3f3c03;
  background-color: #f7ed4a;
  border-color: #f7ed4a;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #3f3c03 !important;
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #55666b;
  color: #55666b;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #879a9f;
  border-color: #879a9f;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #879a9f !important;
  border-color: #879a9f !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #8a3806;
  color: #8a3806;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #ec5f0a;
  border-color: #ec5f0a;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ec5f0a !important;
  border-color: #ec5f0a !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: #149dcc !important;
}
.text-secondary {
  color: #ff3366 !important;
}
.text-success {
  color: #f7ed4a !important;
}
.text-info {
  color: #1f4ba6 !important;
}
.text-warning {
  color: #879a9f !important;
}
.text-danger {
  color: #ec5f0a !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #0b566f !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #cc0033 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #d2c609 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #0f2450 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #55666b !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #8a3806 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #1f4ba6;
}
.alert-warning {
  background-color: #879a9f;
}
.alert-danger {
  background-color: #ec5f0a;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #149dcc;
  border-color: #149dcc;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #149dcc;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #b4e6f8;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #638ce2;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ced6d8;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #fddac5;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Poppins', sans-serif;
  font-size: 1.2rem;
  font-display: swap;
}
.form-control > .mbr-iconfont {
  font-size: 1.92rem;
}
blockquote {
  border-color: #149dcc;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
@media (max-width: 767px) {
  .btn {
    font-size: .75rem !important;
  }
  .btn .mbr-iconfont {
    font-size: 1rem !important;
  }
}
/* Footer */
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #149dcc;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #149dcc;
}
.footer3 input[type="email"],
.footer4 input[type="email"] {
  border-radius: 100px !important;
}
.footer3 .input-group-btn a.btn,
.footer4 .input-group-btn a.btn {
  border-radius: 100px !important;
}
.footer3 .input-group-btn button[type="submit"],
.footer4 .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
}
/* Headers*/
.header13 .form-inline input[type="email"],
.header14 .form-inline input[type="email"] {
  border-radius: 100px;
}
.header13 .form-inline input[type="text"],
.header14 .form-inline input[type="text"] {
  border-radius: 100px;
}
.header13 .form-inline input[type="tel"],
.header14 .form-inline input[type="tel"] {
  border-radius: 100px;
}
.header13 .form-inline a.btn,
.header14 .form-inline a.btn {
  border-radius: 100px;
}
.header13 .form-inline button,
.header14 .form-inline button {
  border-radius: 100px !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .card-wrapper {
    flex: auto !important;
  }
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #149dcc;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #149dcc;
  border-bottom-color: #149dcc;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #149dcc !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #ff3366 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 100px;
  height: 100px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23149dcc' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.3;
}
.cid-s69oQSK9Cm .navbar {
  background: #cccccc;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-s69oQSK9Cm .navbar-dropdown.bg-color.transparent.opened {
  background: #cccccc;
}
.cid-s69oQSK9Cm a {
  font-style: normal;
}
.cid-s69oQSK9Cm .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-s69oQSK9Cm .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-s69oQSK9Cm .nav-item:focus,
.cid-s69oQSK9Cm .nav-link:focus {
  outline: none;
}
.cid-s69oQSK9Cm .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-s69oQSK9Cm .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-s69oQSK9Cm .menu-logo {
  margin-right: auto;
}
.cid-s69oQSK9Cm .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-s69oQSK9Cm .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-s69oQSK9Cm .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-s69oQSK9Cm .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-s69oQSK9Cm .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-s69oQSK9Cm .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-s69oQSK9Cm .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-s69oQSK9Cm .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-s69oQSK9Cm .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-s69oQSK9Cm .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-s69oQSK9Cm .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-s69oQSK9Cm .dropdown .dropdown-menu {
  background: #cccccc;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-s69oQSK9Cm .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-s69oQSK9Cm .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s69oQSK9Cm .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-s69oQSK9Cm .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-s69oQSK9Cm .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-s69oQSK9Cm .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-s69oQSK9Cm .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-s69oQSK9Cm .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-s69oQSK9Cm .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-s69oQSK9Cm .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-s69oQSK9Cm .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-s69oQSK9Cm button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-s69oQSK9Cm button.navbar-toggler:focus {
  outline: none;
}
.cid-s69oQSK9Cm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-s69oQSK9Cm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s69oQSK9Cm button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s69oQSK9Cm button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s69oQSK9Cm button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s69oQSK9Cm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s69oQSK9Cm nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s69oQSK9Cm nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s69oQSK9Cm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s69oQSK9Cm .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-s69oQSK9Cm .collapsed .btn {
  display: -webkit-flex;
}
.cid-s69oQSK9Cm .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-s69oQSK9Cm .collapsed .navbar-collapse.collapsing,
.cid-s69oQSK9Cm .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-s69oQSK9Cm .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-s69oQSK9Cm .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-s69oQSK9Cm .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-s69oQSK9Cm .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-s69oQSK9Cm .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-s69oQSK9Cm .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-s69oQSK9Cm .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-s69oQSK9Cm .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-s69oQSK9Cm .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-s69oQSK9Cm .collapsed button.navbar-toggler {
  display: block;
}
.cid-s69oQSK9Cm .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-s69oQSK9Cm .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-s69oQSK9Cm .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-s69oQSK9Cm .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-s69oQSK9Cm .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-s69oQSK9Cm .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-s69oQSK9Cm.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-s69oQSK9Cm img {
    height: 3.8rem !important;
  }
  .cid-s69oQSK9Cm .btn {
    display: -webkit-flex;
  }
  .cid-s69oQSK9Cm button.navbar-toggler {
    display: block;
  }
  .cid-s69oQSK9Cm .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-s69oQSK9Cm .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-s69oQSK9Cm .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-s69oQSK9Cm .navbar-collapse.collapsing,
  .cid-s69oQSK9Cm .navbar-collapse.show {
    display: block !important;
  }
  .cid-s69oQSK9Cm .navbar-collapse.collapsing .navbar-nav,
  .cid-s69oQSK9Cm .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-s69oQSK9Cm .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-s69oQSK9Cm .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-s69oQSK9Cm .navbar-collapse.collapsing .navbar-buttons,
  .cid-s69oQSK9Cm .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-s69oQSK9Cm .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-s69oQSK9Cm .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-s69oQSK9Cm .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-s69oQSK9Cm .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-s69oQSK9Cm .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-s69oQSK9Cm .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-s69oQSK9Cm .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-s69oQSK9Cm .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-s69oQSK9Cm .nav-link:hover,
.cid-s69oQSK9Cm .dropdown-item:hover {
  color: #ec5f0a !important;
}
.cid-s4PNQ8pbME {
  background-image: url("../../../assets/images/bronzi-di-riace-1-1280x720.jpg");
}
.cid-s4PNQ8pbME .icons-media-container {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 4rem;
}
.cid-s4PNQ8pbME .icons-media-container .mbr-iconfont {
  font-size: 96px;
  color: #ffffff;
}
.cid-s4PNQ8pbME .icons-media-container .icon-block {
  padding-bottom: 1rem;
}
.cid-s4PNQ8pbME .mbr-text {
  color: #ffffff;
}
.cid-s4PNQ8pbME .card {
  padding-bottom: 1.5rem;
}
.cid-s4PNQ8pbME H1 {
  color: #ec5f0a;
  text-align: left;
}
.cid-s4PNQ8pbME .mbr-text,
.cid-s4PNQ8pbME .mbr-section-btn {
  text-align: left;
}
.cid-s4PNQ8pbME H5 {
  color: #ffffff;
}
.cid-s64diiafw2 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/fata-morgana-reggio-calabria-2-1920x2560.jpeg");
}
.cid-s64diiafw2 h2 {
  text-align: center;
}
.cid-s64diiafw2 h3 {
  text-align: center;
  font-weight: 300;
}
.cid-s64diiafw2 p {
  color: #767676;
}
.cid-s64diiafw2 img {
  object-fit: cover;
}
.cid-s64diiafw2 .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-s64diiafw2 .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-s64diiafw2 .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
}
.cid-s64diiafw2 .mbr-section-subtitle {
  color: #465052;
  text-align: center;
}
.cid-s64diiafw2 .card-title {
  font-weight: 500;
}
.cid-s64diiafw2 .card-img {
  text-align: inherit;
}
.cid-s64diiafw2 .card-img span {
  font-size: 48px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-s64diiafw2 .mbr-figure {
    padding-right: 2rem;
    padding-left: 2rem;
    height: 100%;
  }
}
@media (max-width: 991px) {
  .cid-s64diiafw2 .mbr-figure {
    padding-bottom: 2rem;
    padding-top: 1rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-s64diiafw2 .block-content {
    flex-direction: row;
    -webkit-flex-direction: row;
    text-align: center;
  }
  .cid-s64diiafw2 .block-content .card {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
  }
  .cid-s64diiafw2 .card:nth-child(1) {
    padding-bottom: 0!important;
  }
}
.cid-s64diiafw2 .mbr-section-text {
  text-align: left;
  color: #232323;
}
.cid-s64diiafw2 .mbr-section-title {
  color: #ec5f0a;
}
.cid-s5vjxNnEhh {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-s5vjxNnEhh .mbr-section-subtitle {
  color: #073b4c;
}
.cid-s5vjxNnEhh H2 {
  color: #ec5f0a;
}
.cid-s5RWNDZcmq {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/unnamed-3-512x288.jpg");
}
.cid-s5RWNDZcmq .card-box {
  padding: 0 2rem;
}
.cid-s5RWNDZcmq .mbr-section-btn {
  padding-top: 1rem;
}
.cid-s5RWNDZcmq .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-s5RWNDZcmq h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-s5RWNDZcmq p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-s5RWNDZcmq .mbr-text {
  color: #232323;
}
.cid-s5RWNDZcmq .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #c6e1ea;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-s5RWNDZcmq .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-s5RWNDZcmq .card-title {
  color: #d90b0b;
}
.cid-s5RZ00eWNq {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/unnamed-512x340.jpg");
}
.cid-s5RZ00eWNq .card-box {
  padding: 0 2rem;
}
.cid-s5RZ00eWNq .mbr-section-btn {
  padding-top: 1rem;
}
.cid-s5RZ00eWNq .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-s5RZ00eWNq h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-s5RZ00eWNq p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-s5RZ00eWNq .mbr-text {
  color: #232323;
}
.cid-s5RZ00eWNq .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #efefef;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-s5RZ00eWNq .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-s5RZ00eWNq .card-title {
  color: #d90b0b;
}
.cid-s6fd4s6yhq {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-s6fd4s6yhq .mbr-section-subtitle {
  color: #232323;
}
.cid-s6fd4s6yhq H2 {
  color: #ec5f0a;
}
.cid-s6fcCOXibL {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/news-676x452.jpg");
}
.cid-s6fcCOXibL .card-box {
  padding: 0 2rem;
}
.cid-s6fcCOXibL .mbr-section-btn {
  padding-top: 1rem;
}
.cid-s6fcCOXibL .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-s6fcCOXibL h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-s6fcCOXibL p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-s6fcCOXibL .mbr-text {
  color: #767676;
}
.cid-s6fcCOXibL .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #eae5c0;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-s6fcCOXibL .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-s6fcCOXibL .card-title {
  color: #ec5f0a;
}
.cid-s6fqPlgfUy {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/odissea-1-676x311.png");
}
.cid-s6fqPlgfUy .card-box {
  padding: 0 2rem;
}
.cid-s6fqPlgfUy .mbr-section-btn {
  padding-top: 1rem;
}
.cid-s6fqPlgfUy .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-s6fqPlgfUy h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-s6fqPlgfUy p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-s6fqPlgfUy .mbr-text {
  color: #767676;
}
.cid-s6fqPlgfUy .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #bee1ed;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-s6fqPlgfUy .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-s6fqPlgfUy .card-title {
  color: #ec5f0a;
}
.cid-s6lhtmDCd3 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-s6lhtmDCd3 .mbr-section-subtitle {
  color: #232323;
}
.cid-s6lhtmDCd3 H2 {
  color: #ec5f0a;
}
.cid-s6lhD14oeE {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/gambarie-aspromonte-neve-snow-tour-calabria-italy5-676x507.jpeg");
}
.cid-s6lhD14oeE .card-box {
  padding: 0 2rem;
}
.cid-s6lhD14oeE .mbr-section-btn {
  padding-top: 1rem;
}
.cid-s6lhD14oeE .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-s6lhD14oeE h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-s6lhD14oeE p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-s6lhD14oeE .mbr-text {
  color: #767676;
}
.cid-s6lhD14oeE .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #cccccc;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-s6lhD14oeE .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-s6lhD14oeE .card-title {
  color: #ec5f0a;
}
.cid-sgr3bE5ZLR {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #55b4d4;
  background: linear-gradient(#55b4d4, #efefef);
}
.cid-sgr3bE5ZLR .carousel-control {
  background: #000;
}
.cid-sgr3bE5ZLR .mbr-section-subtitle {
  color: #767676;
}
.cid-sgr3bE5ZLR .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sgr3bE5ZLR .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-sgr3bE5ZLR .carousel-item .wrap-img {
  text-align: center;
}
.cid-sgr3bE5ZLR .carousel-item .wrap-img img {
  max-height: 150px;
  width: auto;
  max-width: 100%;
}
.cid-sgr3bE5ZLR .carousel-controls {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sgr3bE5ZLR .carousel-controls .carousel-control {
  background: #000;
  border-radius: 50%;
  position: static;
  width: 40px;
  height: 40px;
  margin-top: 2rem;
  border-width: 1px;
}
.cid-sgr3bE5ZLR .carousel-controls .carousel-control.carousel-control-prev {
  left: auto;
  margin-right: 20px;
  margin-left: 0;
}
.cid-sgr3bE5ZLR .carousel-controls .carousel-control.carousel-control-next {
  right: auto;
  margin-right: 0;
}
.cid-sgr3bE5ZLR .carousel-controls .carousel-control .mbr-iconfont {
  font-size: 1rem;
}
.cid-sgr3bE5ZLR .cloneditem-1,
.cid-sgr3bE5ZLR .cloneditem-2,
.cid-sgr3bE5ZLR .cloneditem-3,
.cid-sgr3bE5ZLR .cloneditem-4,
.cid-sgr3bE5ZLR .cloneditem-5 {
  display: none;
}
.cid-sgr3bE5ZLR .col-lg-15 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  -webkit-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sgr3bE5ZLR .col-lg-15 {
    -ms-flex: 0 0 20%;
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    width: 20%;
  }
  .cid-sgr3bE5ZLR .carousel-inner.slides2 > .carousel-item.active.carousel-item-right,
  .cid-sgr3bE5ZLR .carousel-inner.slides2 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
  }
  .cid-sgr3bE5ZLR .carousel-inner.slides2 > .carousel-item.active.carousel-item-left,
  .cid-sgr3bE5ZLR .carousel-inner.slides2 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
  .cid-sgr3bE5ZLR .carousel-inner.slides2 > .carousel-item.carousel-item-left,
  .cid-sgr3bE5ZLR .carousel-inner.slides2 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-sgr3bE5ZLR .carousel-inner.slides2 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-sgr3bE5ZLR .carousel-inner.slides2 .cloneditem-1,
  .cid-sgr3bE5ZLR .carousel-inner.slides2 .cloneditem-2,
  .cid-sgr3bE5ZLR .carousel-inner.slides2 .cloneditem-3 {
    display: block;
  }
  .cid-sgr3bE5ZLR .carousel-inner.slides3 > .carousel-item.active.carousel-item-right,
  .cid-sgr3bE5ZLR .carousel-inner.slides3 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(33.333333%, 0, 0);
    transform: translate3d(33.333333%, 0, 0);
  }
  .cid-sgr3bE5ZLR .carousel-inner.slides3 > .carousel-item.active.carousel-item-left,
  .cid-sgr3bE5ZLR .carousel-inner.slides3 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-33.333333%, 0, 0);
    transform: translate3d(-33.333333%, 0, 0);
  }
  .cid-sgr3bE5ZLR .carousel-inner.slides3 > .carousel-item.carousel-item-left,
  .cid-sgr3bE5ZLR .carousel-inner.slides3 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-sgr3bE5ZLR .carousel-inner.slides3 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-sgr3bE5ZLR .carousel-inner.slides3 .cloneditem-1,
  .cid-sgr3bE5ZLR .carousel-inner.slides3 .cloneditem-2,
  .cid-sgr3bE5ZLR .carousel-inner.slides3 .cloneditem-3 {
    display: block;
  }
  .cid-sgr3bE5ZLR .carousel-inner.slides4 > .carousel-item.active.carousel-item-right,
  .cid-sgr3bE5ZLR .carousel-inner.slides4 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(25%, 0, 0);
    transform: translate3d(25%, 0, 0);
  }
  .cid-sgr3bE5ZLR .carousel-inner.slides4 > .carousel-item.active.carousel-item-left,
  .cid-sgr3bE5ZLR .carousel-inner.slides4 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-25%, 0, 0);
    transform: translate3d(-25%, 0, 0);
  }
  .cid-sgr3bE5ZLR .carousel-inner.slides4 > .carousel-item.carousel-item-left,
  .cid-sgr3bE5ZLR .carousel-inner.slides4 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-sgr3bE5ZLR .carousel-inner.slides4 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-sgr3bE5ZLR .carousel-inner.slides4 .cloneditem-1,
  .cid-sgr3bE5ZLR .carousel-inner.slides4 .cloneditem-2,
  .cid-sgr3bE5ZLR .carousel-inner.slides4 .cloneditem-3 {
    display: block;
  }
  .cid-sgr3bE5ZLR .carousel-inner.slides5 > .carousel-item.active.carousel-item-right,
  .cid-sgr3bE5ZLR .carousel-inner.slides5 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(20%, 0, 0);
    transform: translate3d(20%, 0, 0);
  }
  .cid-sgr3bE5ZLR .carousel-inner.slides5 > .carousel-item.active.carousel-item-left,
  .cid-sgr3bE5ZLR .carousel-inner.slides5 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-20%, 0, 0);
    transform: translate3d(-20%, 0, 0);
  }
  .cid-sgr3bE5ZLR .carousel-inner.slides5 > .carousel-item.carousel-item-left,
  .cid-sgr3bE5ZLR .carousel-inner.slides5 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-sgr3bE5ZLR .carousel-inner.slides5 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-sgr3bE5ZLR .carousel-inner.slides5 .cloneditem-1,
  .cid-sgr3bE5ZLR .carousel-inner.slides5 .cloneditem-2,
  .cid-sgr3bE5ZLR .carousel-inner.slides5 .cloneditem-3,
  .cid-sgr3bE5ZLR .carousel-inner.slides5 .cloneditem-4 {
    display: block;
  }
  .cid-sgr3bE5ZLR .carousel-inner.slides6 > .carousel-item.active.carousel-item-right,
  .cid-sgr3bE5ZLR .carousel-inner.slides6 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(16.666667%, 0, 0);
    transform: translate3d(16.666667%, 0, 0);
  }
  .cid-sgr3bE5ZLR .carousel-inner.slides6 > .carousel-item.active.carousel-item-left,
  .cid-sgr3bE5ZLR .carousel-inner.slides6 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-16.666667%, 0, 0);
    transform: translate3d(-16.666667%, 0, 0);
  }
  .cid-sgr3bE5ZLR .carousel-inner.slides6 > .carousel-item.carousel-item-left,
  .cid-sgr3bE5ZLR .carousel-inner.slides6 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-sgr3bE5ZLR .carousel-inner.slides6 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-sgr3bE5ZLR .carousel-inner.slides6 .cloneditem-1,
  .cid-sgr3bE5ZLR .carousel-inner.slides6 .cloneditem-2,
  .cid-sgr3bE5ZLR .carousel-inner.slides6 .cloneditem-3,
  .cid-sgr3bE5ZLR .carousel-inner.slides6 .cloneditem-4,
  .cid-sgr3bE5ZLR .carousel-inner.slides6 .cloneditem-5 {
    display: block;
  }
}
.cid-sgr3bE5ZLR H2 {
  color: #d1632b;
}
.cid-s6OFR057Fb {
  padding-top: 45px;
  padding-bottom: 60px;
  background-color: #efefef;
}
.cid-s6OFR057Fb h3 {
  text-align: center;
  font-weight: 300;
}
.cid-s6OFR057Fb .wrap {
  width: 150px;
  height: 150px;
  margin: 0 auto;
}
.cid-s6OFR057Fb .mbr-section-subtitle {
  color: #767676;
}
.cid-s6OFR057Fb .card {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  word-wrap: break-word;
}
.cid-s6OFR057Fb ellipse {
  stroke: rgba(206, 206, 206, 0.4);
}
.cid-s6OFR057Fb path {
  stroke: #2577b9;
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-s6OFR057Fb .card {
    -webkit-flex-basis: 33%;
    flex-basis: 33%;
  }
}
.cid-s6OFR057Fb .mbr-section-title {
  color: #ec5f0a;
}
.cid-sfWhnJJ68b {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #efefef;
}
@media (max-width: 767px) {
  .cid-sfWhnJJ68b .content {
    text-align: center;
  }
  .cid-sfWhnJJ68b .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sfWhnJJ68b .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-sfWhnJJ68b .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sfWhnJJ68b .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-sfWhnJJ68b .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sfWhnJJ68b .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-sfWhnJJ68b .footer-lower .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-sfWhnJJ68b .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-sfWhnJJ68b .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sfWhnJJ68b .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sfWhnJJ68b .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sfWhnJJ68b .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sfWhnJJ68b .copyright > p {
  color: #232323;
}
.cid-sfWhnJJ68b H5 {
  color: #232323;
}
.cid-sfWhnJJ68b P {
  color: #232323;
}
.cid-sg3nIyqfzZ {
  padding-top: 120px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/sila2-512x196.jpg");
}
.cid-sg3nIyqfzZ .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-sg3nIyqfzZ .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sg3nIyqfzZ .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-sg3nIyqfzZ .mbr-text {
    text-align: center;
  }
}
.cid-sfGcj4Cxjk .navbar {
  background: #cccccc;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-sfGcj4Cxjk .navbar-dropdown.bg-color.transparent.opened {
  background: #cccccc;
}
.cid-sfGcj4Cxjk a {
  font-style: normal;
}
.cid-sfGcj4Cxjk .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sfGcj4Cxjk .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-sfGcj4Cxjk .nav-item:focus,
.cid-sfGcj4Cxjk .nav-link:focus {
  outline: none;
}
.cid-sfGcj4Cxjk .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sfGcj4Cxjk .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sfGcj4Cxjk .menu-logo {
  margin-right: auto;
}
.cid-sfGcj4Cxjk .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-sfGcj4Cxjk .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-sfGcj4Cxjk .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sfGcj4Cxjk .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sfGcj4Cxjk .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sfGcj4Cxjk .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sfGcj4Cxjk .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sfGcj4Cxjk .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sfGcj4Cxjk .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sfGcj4Cxjk .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sfGcj4Cxjk .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sfGcj4Cxjk .dropdown .dropdown-menu {
  background: #cccccc;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sfGcj4Cxjk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sfGcj4Cxjk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sfGcj4Cxjk .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sfGcj4Cxjk .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-sfGcj4Cxjk .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-sfGcj4Cxjk .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sfGcj4Cxjk .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sfGcj4Cxjk .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sfGcj4Cxjk .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sfGcj4Cxjk .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sfGcj4Cxjk .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sfGcj4Cxjk button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sfGcj4Cxjk button.navbar-toggler:focus {
  outline: none;
}
.cid-sfGcj4Cxjk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-sfGcj4Cxjk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sfGcj4Cxjk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sfGcj4Cxjk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sfGcj4Cxjk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sfGcj4Cxjk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sfGcj4Cxjk nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sfGcj4Cxjk nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sfGcj4Cxjk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sfGcj4Cxjk .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sfGcj4Cxjk .collapsed .btn {
  display: -webkit-flex;
}
.cid-sfGcj4Cxjk .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sfGcj4Cxjk .collapsed .navbar-collapse.collapsing,
.cid-sfGcj4Cxjk .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sfGcj4Cxjk .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sfGcj4Cxjk .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sfGcj4Cxjk .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sfGcj4Cxjk .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sfGcj4Cxjk .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sfGcj4Cxjk .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sfGcj4Cxjk .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sfGcj4Cxjk .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-sfGcj4Cxjk .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sfGcj4Cxjk .collapsed button.navbar-toggler {
  display: block;
}
.cid-sfGcj4Cxjk .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sfGcj4Cxjk .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sfGcj4Cxjk .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-sfGcj4Cxjk .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sfGcj4Cxjk .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sfGcj4Cxjk .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-sfGcj4Cxjk.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sfGcj4Cxjk img {
    height: 3.8rem !important;
  }
  .cid-sfGcj4Cxjk .btn {
    display: -webkit-flex;
  }
  .cid-sfGcj4Cxjk button.navbar-toggler {
    display: block;
  }
  .cid-sfGcj4Cxjk .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sfGcj4Cxjk .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sfGcj4Cxjk .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sfGcj4Cxjk .navbar-collapse.collapsing,
  .cid-sfGcj4Cxjk .navbar-collapse.show {
    display: block !important;
  }
  .cid-sfGcj4Cxjk .navbar-collapse.collapsing .navbar-nav,
  .cid-sfGcj4Cxjk .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sfGcj4Cxjk .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sfGcj4Cxjk .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sfGcj4Cxjk .navbar-collapse.collapsing .navbar-buttons,
  .cid-sfGcj4Cxjk .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sfGcj4Cxjk .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sfGcj4Cxjk .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sfGcj4Cxjk .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-sfGcj4Cxjk .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sfGcj4Cxjk .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sfGcj4Cxjk .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-sfGcj4Cxjk .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-sfGcj4Cxjk .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sfGcj4Cxjk .nav-link:hover,
.cid-sfGcj4Cxjk .dropdown-item:hover {
  color: #ec5f0a !important;
}
.cid-sg3oDXs2iR {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-sg3oDXs2iR .line {
  background-color: #2577b9;
  color: #2577b9;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-sg3oDXs2iR .section-text {
  padding: 2rem 0;
  color: #d1632b;
}
.cid-sg3oDXs2iR .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-sg3oDXs2iR .inner-container {
    width: 100% !important;
  }
}
.cid-sg3oFxgxqU {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-sg3oFxgxqU .mbr-section-subtitle {
  color: #232323;
  font-weight: 300;
}
.cid-sg3oFxgxqU .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-sg3oFxgxqU .card_cont {
  -o-transition: all .5s;
  -ms-transition: all .5s;
  -moz-transition: all .5s;
  -webkit-transition: all .5s;
  transition: all .5s;
  -o-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 0px;
  left: 0px;
  text-align: center;
  background-color: #eee;
}
.cid-sg3oFxgxqU .card-front {
  z-index: 2;
  padding: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.cid-sg3oFxgxqU .card-front img {
  height: 100%;
  min-width: 100%;
  width: auto;
}
.cid-sg3oFxgxqU .card_back {
  width: 100%;
  height: 100%;
  padding: 30px 30px;
  color: #ffffff;
  background-color: #ec5f0a;
  z-index: 1;
  margin: 0;
  text-align: center;
  overflow: hidden;
  -o-transform: rotateY(-180deg);
  -ms-transform: rotateY(-180deg);
  -moz-transform: rotateY(-180deg);
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
}
.cid-sg3oFxgxqU .card {
  min-height: 300px;
}
.cid-sg3oFxgxqU .card:hover .card-front {
  z-index: 1;
  -o-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.cid-sg3oFxgxqU .card:hover .card_back {
  z-index: 2;
  -o-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
}
.cid-sg3oFxgxqU .builderCard .card_back {
  border-bottom-left-radius: 100px;
}
.cid-sg3oFxgxqU .builderCard .card_cont {
  -o-backface-visibility: hidden;
  -ms-backface-visibility: hidd;
  -moz-backface-visibility: visible;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
}
.cid-sg3oFxgxqU .mbr-section-title {
  color: #ec5f0a;
}
.cid-sg3oHqkxWz {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #efefef;
}
.cid-sg3oHqkxWz .mbr-section-subtitle {
  color: #232323;
  text-align: center;
  font-weight: 300;
}
.cid-sg3oHqkxWz .step {
  width: 40px;
  height: 40px;
  font-size: 20px;
  border-radius: 50%;
  border: 2px solid #c1c1c1;
}
.cid-sg3oHqkxWz .separline {
  position: relative;
}
.cid-sg3oHqkxWz .separline:after {
  top: 44px;
  left: 18px;
  position: absolute;
  content: "";
  width: 2px;
  height: calc(100% - (20px + 4px) * 2);
  background-color: #c1c1c1;
}
.cid-sg3oHqkxWz .mbr-section-title {
  color: #ec5f0a;
}
.cid-sg3DOsGcoE {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-sg3DOsGcoE .mbr-section-subtitle {
  color: #767676;
}
.cid-sg3DOsGcoE .btn {
  margin: 0 0 .5rem 0;
}
.cid-sg3DOsGcoE .content-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
.cid-sg3oBTMun5 {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #efefef;
}
@media (max-width: 767px) {
  .cid-sg3oBTMun5 .content {
    text-align: center;
  }
  .cid-sg3oBTMun5 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sg3oBTMun5 .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-sg3oBTMun5 .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sg3oBTMun5 .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-sg3oBTMun5 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sg3oBTMun5 .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-sg3oBTMun5 .footer-lower .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-sg3oBTMun5 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-sg3oBTMun5 .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sg3oBTMun5 .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sg3oBTMun5 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sg3oBTMun5 .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sg3oBTMun5 .copyright > p {
  color: #232323;
}
.cid-sg3oBTMun5 H5 {
  color: #232323;
}
.cid-sg3oBTMun5 P {
  color: #232323;
}
.cid-sfGcj4Cxjk .navbar {
  background: #cccccc;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-sfGcj4Cxjk .navbar-dropdown.bg-color.transparent.opened {
  background: #cccccc;
}
.cid-sfGcj4Cxjk a {
  font-style: normal;
}
.cid-sfGcj4Cxjk .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sfGcj4Cxjk .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-sfGcj4Cxjk .nav-item:focus,
.cid-sfGcj4Cxjk .nav-link:focus {
  outline: none;
}
.cid-sfGcj4Cxjk .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sfGcj4Cxjk .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sfGcj4Cxjk .menu-logo {
  margin-right: auto;
}
.cid-sfGcj4Cxjk .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-sfGcj4Cxjk .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-sfGcj4Cxjk .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sfGcj4Cxjk .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sfGcj4Cxjk .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sfGcj4Cxjk .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sfGcj4Cxjk .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sfGcj4Cxjk .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sfGcj4Cxjk .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sfGcj4Cxjk .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sfGcj4Cxjk .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sfGcj4Cxjk .dropdown .dropdown-menu {
  background: #cccccc;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sfGcj4Cxjk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sfGcj4Cxjk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sfGcj4Cxjk .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sfGcj4Cxjk .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-sfGcj4Cxjk .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-sfGcj4Cxjk .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sfGcj4Cxjk .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sfGcj4Cxjk .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sfGcj4Cxjk .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sfGcj4Cxjk .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sfGcj4Cxjk .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sfGcj4Cxjk button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sfGcj4Cxjk button.navbar-toggler:focus {
  outline: none;
}
.cid-sfGcj4Cxjk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-sfGcj4Cxjk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sfGcj4Cxjk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sfGcj4Cxjk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sfGcj4Cxjk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sfGcj4Cxjk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sfGcj4Cxjk nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sfGcj4Cxjk nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sfGcj4Cxjk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sfGcj4Cxjk .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sfGcj4Cxjk .collapsed .btn {
  display: -webkit-flex;
}
.cid-sfGcj4Cxjk .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sfGcj4Cxjk .collapsed .navbar-collapse.collapsing,
.cid-sfGcj4Cxjk .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sfGcj4Cxjk .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sfGcj4Cxjk .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sfGcj4Cxjk .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sfGcj4Cxjk .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sfGcj4Cxjk .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sfGcj4Cxjk .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sfGcj4Cxjk .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sfGcj4Cxjk .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-sfGcj4Cxjk .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sfGcj4Cxjk .collapsed button.navbar-toggler {
  display: block;
}
.cid-sfGcj4Cxjk .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sfGcj4Cxjk .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sfGcj4Cxjk .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-sfGcj4Cxjk .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sfGcj4Cxjk .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sfGcj4Cxjk .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-sfGcj4Cxjk.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sfGcj4Cxjk img {
    height: 3.8rem !important;
  }
  .cid-sfGcj4Cxjk .btn {
    display: -webkit-flex;
  }
  .cid-sfGcj4Cxjk button.navbar-toggler {
    display: block;
  }
  .cid-sfGcj4Cxjk .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sfGcj4Cxjk .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sfGcj4Cxjk .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sfGcj4Cxjk .navbar-collapse.collapsing,
  .cid-sfGcj4Cxjk .navbar-collapse.show {
    display: block !important;
  }
  .cid-sfGcj4Cxjk .navbar-collapse.collapsing .navbar-nav,
  .cid-sfGcj4Cxjk .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sfGcj4Cxjk .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sfGcj4Cxjk .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sfGcj4Cxjk .navbar-collapse.collapsing .navbar-buttons,
  .cid-sfGcj4Cxjk .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sfGcj4Cxjk .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sfGcj4Cxjk .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sfGcj4Cxjk .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-sfGcj4Cxjk .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sfGcj4Cxjk .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sfGcj4Cxjk .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-sfGcj4Cxjk .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-sfGcj4Cxjk .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sfGcj4Cxjk .nav-link:hover,
.cid-sfGcj4Cxjk .dropdown-item:hover {
  color: #ec5f0a !important;
}
.cid-sg3DtIY08Z {
  padding-top: 120px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/fiumelao-492x326.jpg");
}
.cid-sg3DtIY08Z .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-sg3DtIY08Z .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sg3DtIY08Z .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-sg3DtIY08Z .mbr-text {
    text-align: center;
  }
}
.cid-sg3DxSQ3iX {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-sg3DxSQ3iX .line {
  background-color: #2577b9;
  color: #2577b9;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-sg3DxSQ3iX .section-text {
  padding: 2rem 0;
  color: #d1632b;
}
.cid-sg3DxSQ3iX .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-sg3DxSQ3iX .inner-container {
    width: 100% !important;
  }
}
.cid-sg3DzQJJy9 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-sg3DzQJJy9 .mbr-section-subtitle {
  color: #232323;
  font-weight: 300;
}
.cid-sg3DzQJJy9 .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-sg3DzQJJy9 .card_cont {
  -o-transition: all .5s;
  -ms-transition: all .5s;
  -moz-transition: all .5s;
  -webkit-transition: all .5s;
  transition: all .5s;
  -o-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 0px;
  left: 0px;
  text-align: center;
  background-color: #eee;
}
.cid-sg3DzQJJy9 .card-front {
  z-index: 2;
  padding: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.cid-sg3DzQJJy9 .card-front img {
  height: 100%;
  min-width: 100%;
  width: auto;
}
.cid-sg3DzQJJy9 .card_back {
  width: 100%;
  height: 100%;
  padding: 30px 30px;
  color: #ffffff;
  background-color: #0f377c;
  z-index: 1;
  margin: 0;
  text-align: center;
  overflow: hidden;
  -o-transform: rotateY(-180deg);
  -ms-transform: rotateY(-180deg);
  -moz-transform: rotateY(-180deg);
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
}
.cid-sg3DzQJJy9 .card {
  min-height: 300px;
}
.cid-sg3DzQJJy9 .card:hover .card-front {
  z-index: 1;
  -o-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.cid-sg3DzQJJy9 .card:hover .card_back {
  z-index: 2;
  -o-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
}
.cid-sg3DzQJJy9 .builderCard .card_back {
  border-bottom-left-radius: 100px;
}
.cid-sg3DzQJJy9 .builderCard .card_cont {
  -o-backface-visibility: hidden;
  -ms-backface-visibility: hidd;
  -moz-backface-visibility: visible;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
}
.cid-sg3DzQJJy9 .mbr-section-title {
  color: #ec5f0a;
}
.cid-sg3DABB0ay {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #efefef;
}
.cid-sg3DABB0ay .mbr-section-subtitle {
  color: #232323;
  text-align: center;
  font-weight: 300;
}
.cid-sg3DABB0ay .step {
  width: 40px;
  height: 40px;
  font-size: 20px;
  border-radius: 50%;
  border: 2px solid #c1c1c1;
}
.cid-sg3DABB0ay .separline {
  position: relative;
}
.cid-sg3DABB0ay .separline:after {
  top: 44px;
  left: 18px;
  position: absolute;
  content: "";
  width: 2px;
  height: calc(100% - (20px + 4px) * 2);
  background-color: #c1c1c1;
}
.cid-sg3DABB0ay .mbr-section-title {
  color: #ec5f0a;
}
.cid-sg3E7LU2QM {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-sg3E7LU2QM .mbr-section-subtitle {
  color: #767676;
}
.cid-sg3E7LU2QM .btn {
  margin: 0 0 .5rem 0;
}
.cid-sg3E7LU2QM .content-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
.cid-sg3DsUEMlU {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #efefef;
}
@media (max-width: 767px) {
  .cid-sg3DsUEMlU .content {
    text-align: center;
  }
  .cid-sg3DsUEMlU .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sg3DsUEMlU .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-sg3DsUEMlU .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sg3DsUEMlU .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-sg3DsUEMlU .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sg3DsUEMlU .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-sg3DsUEMlU .footer-lower .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-sg3DsUEMlU .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-sg3DsUEMlU .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sg3DsUEMlU .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sg3DsUEMlU .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sg3DsUEMlU .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sg3DsUEMlU .copyright > p {
  color: #232323;
}
.cid-sg3DsUEMlU H5 {
  color: #232323;
}
.cid-sg3DsUEMlU P {
  color: #232323;
}
.cid-sfW2oIV1MB {
  padding-top: 120px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/gita-reggio-627x432.jpeg");
}
.cid-sfW2oIV1MB .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-sfW2oIV1MB .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sfW2oIV1MB .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-sfW2oIV1MB .mbr-text {
    text-align: center;
  }
}
.cid-sg35LPRFQd {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-sg35LPRFQd .line {
  background-color: #2577b9;
  color: #2577b9;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-sg35LPRFQd .section-text {
  padding: 2rem 0;
  color: #d1632b;
}
.cid-sg35LPRFQd .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-sg35LPRFQd .inner-container {
    width: 100% !important;
  }
}
.cid-sfAjgdPt6x {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-sfAjgdPt6x .mbr-section-subtitle {
  color: #232323;
  font-weight: 300;
}
.cid-sfAjgdPt6x .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-sfAjgdPt6x .card_cont {
  -o-transition: all .5s;
  -ms-transition: all .5s;
  -moz-transition: all .5s;
  -webkit-transition: all .5s;
  transition: all .5s;
  -o-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 0px;
  left: 0px;
  text-align: center;
  background-color: #eee;
}
.cid-sfAjgdPt6x .card-front {
  z-index: 2;
  padding: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.cid-sfAjgdPt6x .card-front img {
  height: 100%;
  min-width: 100%;
  width: auto;
}
.cid-sfAjgdPt6x .card_back {
  width: 100%;
  height: 100%;
  padding: 30px 30px;
  color: #ffffff;
  background-color: #ec5f0a;
  z-index: 1;
  margin: 0;
  text-align: center;
  overflow: hidden;
  -o-transform: rotateY(-180deg);
  -ms-transform: rotateY(-180deg);
  -moz-transform: rotateY(-180deg);
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
}
.cid-sfAjgdPt6x .card {
  min-height: 300px;
}
.cid-sfAjgdPt6x .card:hover .card-front {
  z-index: 1;
  -o-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.cid-sfAjgdPt6x .card:hover .card_back {
  z-index: 2;
  -o-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
}
.cid-sfAjgdPt6x .builderCard .card_back {
  border-bottom-left-radius: 100px;
}
.cid-sfAjgdPt6x .builderCard .card_cont {
  -o-backface-visibility: hidden;
  -ms-backface-visibility: hidd;
  -moz-backface-visibility: visible;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
}
.cid-sfAjgdPt6x .mbr-section-title {
  color: #ec5f0a;
}
.cid-sfAjgfszlX {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #efefef;
}
.cid-sfAjgfszlX .mbr-section-subtitle {
  color: #232323;
  text-align: center;
  font-weight: 300;
}
.cid-sfAjgfszlX .step {
  width: 40px;
  height: 40px;
  font-size: 20px;
  border-radius: 50%;
  border: 2px solid #c1c1c1;
}
.cid-sfAjgfszlX .separline {
  position: relative;
}
.cid-sfAjgfszlX .separline:after {
  top: 44px;
  left: 18px;
  position: absolute;
  content: "";
  width: 2px;
  height: calc(100% - (20px + 4px) * 2);
  background-color: #c1c1c1;
}
.cid-sfAjgfszlX .mbr-section-title {
  color: #ec5f0a;
}
.cid-sfAjghhVch {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-sfAjghhVch .mbr-section-subtitle {
  color: #767676;
}
.cid-sfAjghhVch .btn {
  margin: 0 0 .5rem 0;
}
.cid-sfAjghhVch .content-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
.cid-sg34Iikndl {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-sg34Iikndl .line {
  background-color: #2577b9;
  color: #2577b9;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-sg34Iikndl .section-text {
  padding: 2rem 0;
  color: #d1632b;
}
.cid-sg34Iikndl .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-sg34Iikndl .inner-container {
    width: 100% !important;
  }
}
.cid-sfAjghMObX {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #efefef;
}
.cid-sfAjghMObX .mbr-section-subtitle {
  color: #232323;
  font-weight: 300;
}
.cid-sfAjghMObX .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-sfAjghMObX .card_cont {
  -o-transition: all .5s;
  -ms-transition: all .5s;
  -moz-transition: all .5s;
  -webkit-transition: all .5s;
  transition: all .5s;
  -o-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 0px;
  left: 0px;
  text-align: center;
  background-color: #eee;
}
.cid-sfAjghMObX .card-front {
  z-index: 2;
  padding: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.cid-sfAjghMObX .card-front img {
  height: 100%;
  min-width: 100%;
  width: auto;
}
.cid-sfAjghMObX .card_back {
  width: 100%;
  height: 100%;
  padding: 30px 30px;
  color: #ffffff;
  background-color: #55b4d4;
  z-index: 1;
  margin: 0;
  text-align: center;
  overflow: hidden;
  -o-transform: rotateY(-180deg);
  -ms-transform: rotateY(-180deg);
  -moz-transform: rotateY(-180deg);
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
}
.cid-sfAjghMObX .card {
  min-height: 300px;
}
.cid-sfAjghMObX .card:hover .card-front {
  z-index: 1;
  -o-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.cid-sfAjghMObX .card:hover .card_back {
  z-index: 2;
  -o-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
}
.cid-sfAjghMObX .builderCard .card_back {
  border-bottom-left-radius: 100px;
}
.cid-sfAjghMObX .builderCard .card_cont {
  -o-backface-visibility: hidden;
  -ms-backface-visibility: hidd;
  -moz-backface-visibility: visible;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
}
.cid-sfAjghMObX .mbr-section-title {
  color: #ec5f0a;
}
.cid-sfAjgiMtye {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #efefef;
}
.cid-sfAjgiMtye .mbr-section-subtitle {
  color: #232323;
  text-align: center;
  font-weight: 300;
}
.cid-sfAjgiMtye .step {
  width: 40px;
  height: 40px;
  font-size: 20px;
  border-radius: 50%;
  border: 2px solid #c1c1c1;
}
.cid-sfAjgiMtye .separline {
  position: relative;
}
.cid-sfAjgiMtye .separline:after {
  top: 44px;
  left: 18px;
  position: absolute;
  content: "";
  width: 2px;
  height: calc(100% - (20px + 4px) * 2);
  background-color: #c1c1c1;
}
.cid-sfAjgiMtye .mbr-section-title {
  color: #ec5f0a;
}
.cid-sfAjgk2KRF {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-sfAjgk2KRF .mbr-section-subtitle {
  color: #767676;
}
.cid-sfAjgk2KRF .btn {
  margin: 0 0 .5rem 0;
}
.cid-sfAjgk2KRF .content-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
.cid-sg35IRpI1U {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-sg35IRpI1U .line {
  background-color: #2577b9;
  color: #2577b9;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-sg35IRpI1U .section-text {
  padding: 2rem 0;
  color: #d1632b;
}
.cid-sg35IRpI1U .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-sg35IRpI1U .inner-container {
    width: 100% !important;
  }
}
.cid-sfAjgkFUX3 {
  padding-top: 30px;
  padding-bottom: 75px;
  background-color: #efefef;
}
.cid-sfAjgkFUX3 .mbr-section-subtitle {
  color: #232323;
  text-align: center;
  font-weight: 300;
}
.cid-sfAjgkFUX3 .step {
  width: 40px;
  height: 40px;
  font-size: 20px;
  border-radius: 50%;
  border: 2px solid #c1c1c1;
}
.cid-sfAjgkFUX3 .separline {
  position: relative;
}
.cid-sfAjgkFUX3 .separline:after {
  top: 44px;
  left: 18px;
  position: absolute;
  content: "";
  width: 2px;
  height: calc(100% - (20px + 4px) * 2);
  background-color: #c1c1c1;
}
.cid-sfAjgkFUX3 .media-block {
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
@media (min-width: 992px) {
  .cid-sfAjgkFUX3 .media-block {
    padding-right: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sfAjgkFUX3 .media-block {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
    padding-bottom: 2rem;
  }
}
.cid-sfAjgkFUX3 .mbr-section-title {
  color: #ec5f0a;
}
.cid-sfAjgm7ci9 {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #efefef;
}
.cid-sfAjgm7ci9 .mbr-section-subtitle {
  color: #767676;
}
.cid-sfAjgm7ci9 .btn {
  margin: 0 0 .5rem 0;
}
.cid-sfAjgm7ci9 .content-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
.cid-sfWjI3acBe {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #efefef;
}
@media (max-width: 767px) {
  .cid-sfWjI3acBe .content {
    text-align: center;
  }
  .cid-sfWjI3acBe .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sfWjI3acBe .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-sfWjI3acBe .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sfWjI3acBe .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-sfWjI3acBe .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sfWjI3acBe .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-sfWjI3acBe .footer-lower .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-sfWjI3acBe .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-sfWjI3acBe .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sfWjI3acBe .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sfWjI3acBe .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sfWjI3acBe .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sfWjI3acBe .copyright > p {
  color: #232323;
}
.cid-sfWjI3acBe H5 {
  color: #232323;
}
.cid-sfWjI3acBe P {
  color: #232323;
}
.cid-sfGcj4Cxjk .navbar {
  background: #cccccc;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-sfGcj4Cxjk .navbar-dropdown.bg-color.transparent.opened {
  background: #cccccc;
}
.cid-sfGcj4Cxjk a {
  font-style: normal;
}
.cid-sfGcj4Cxjk .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sfGcj4Cxjk .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-sfGcj4Cxjk .nav-item:focus,
.cid-sfGcj4Cxjk .nav-link:focus {
  outline: none;
}
.cid-sfGcj4Cxjk .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sfGcj4Cxjk .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sfGcj4Cxjk .menu-logo {
  margin-right: auto;
}
.cid-sfGcj4Cxjk .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-sfGcj4Cxjk .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-sfGcj4Cxjk .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sfGcj4Cxjk .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sfGcj4Cxjk .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sfGcj4Cxjk .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sfGcj4Cxjk .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sfGcj4Cxjk .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sfGcj4Cxjk .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sfGcj4Cxjk .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sfGcj4Cxjk .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sfGcj4Cxjk .dropdown .dropdown-menu {
  background: #cccccc;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sfGcj4Cxjk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sfGcj4Cxjk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sfGcj4Cxjk .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sfGcj4Cxjk .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-sfGcj4Cxjk .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-sfGcj4Cxjk .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sfGcj4Cxjk .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sfGcj4Cxjk .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sfGcj4Cxjk .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sfGcj4Cxjk .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sfGcj4Cxjk .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sfGcj4Cxjk button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sfGcj4Cxjk button.navbar-toggler:focus {
  outline: none;
}
.cid-sfGcj4Cxjk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-sfGcj4Cxjk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sfGcj4Cxjk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sfGcj4Cxjk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sfGcj4Cxjk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sfGcj4Cxjk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sfGcj4Cxjk nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sfGcj4Cxjk nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sfGcj4Cxjk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sfGcj4Cxjk .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sfGcj4Cxjk .collapsed .btn {
  display: -webkit-flex;
}
.cid-sfGcj4Cxjk .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sfGcj4Cxjk .collapsed .navbar-collapse.collapsing,
.cid-sfGcj4Cxjk .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sfGcj4Cxjk .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sfGcj4Cxjk .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sfGcj4Cxjk .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sfGcj4Cxjk .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sfGcj4Cxjk .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sfGcj4Cxjk .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sfGcj4Cxjk .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sfGcj4Cxjk .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-sfGcj4Cxjk .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sfGcj4Cxjk .collapsed button.navbar-toggler {
  display: block;
}
.cid-sfGcj4Cxjk .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sfGcj4Cxjk .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sfGcj4Cxjk .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-sfGcj4Cxjk .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sfGcj4Cxjk .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sfGcj4Cxjk .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-sfGcj4Cxjk.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sfGcj4Cxjk img {
    height: 3.8rem !important;
  }
  .cid-sfGcj4Cxjk .btn {
    display: -webkit-flex;
  }
  .cid-sfGcj4Cxjk button.navbar-toggler {
    display: block;
  }
  .cid-sfGcj4Cxjk .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sfGcj4Cxjk .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sfGcj4Cxjk .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sfGcj4Cxjk .navbar-collapse.collapsing,
  .cid-sfGcj4Cxjk .navbar-collapse.show {
    display: block !important;
  }
  .cid-sfGcj4Cxjk .navbar-collapse.collapsing .navbar-nav,
  .cid-sfGcj4Cxjk .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sfGcj4Cxjk .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sfGcj4Cxjk .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sfGcj4Cxjk .navbar-collapse.collapsing .navbar-buttons,
  .cid-sfGcj4Cxjk .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sfGcj4Cxjk .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sfGcj4Cxjk .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sfGcj4Cxjk .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-sfGcj4Cxjk .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sfGcj4Cxjk .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sfGcj4Cxjk .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-sfGcj4Cxjk .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-sfGcj4Cxjk .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sfGcj4Cxjk .nav-link:hover,
.cid-sfGcj4Cxjk .dropdown-item:hover {
  color: #ec5f0a !important;
}
.cid-sfWc7JI9Ca {
  padding-top: 120px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/reggio-calabria-800x369.jpeg");
}
.cid-sfWc7JI9Ca .mbr-text,
.cid-sfWc7JI9Ca .mbr-section-btn {
  text-align: center;
}
.cid-sfGcj4Cxjk .navbar {
  background: #cccccc;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-sfGcj4Cxjk .navbar-dropdown.bg-color.transparent.opened {
  background: #cccccc;
}
.cid-sfGcj4Cxjk a {
  font-style: normal;
}
.cid-sfGcj4Cxjk .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sfGcj4Cxjk .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-sfGcj4Cxjk .nav-item:focus,
.cid-sfGcj4Cxjk .nav-link:focus {
  outline: none;
}
.cid-sfGcj4Cxjk .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sfGcj4Cxjk .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sfGcj4Cxjk .menu-logo {
  margin-right: auto;
}
.cid-sfGcj4Cxjk .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-sfGcj4Cxjk .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-sfGcj4Cxjk .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sfGcj4Cxjk .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sfGcj4Cxjk .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sfGcj4Cxjk .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sfGcj4Cxjk .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sfGcj4Cxjk .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sfGcj4Cxjk .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sfGcj4Cxjk .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sfGcj4Cxjk .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sfGcj4Cxjk .dropdown .dropdown-menu {
  background: #cccccc;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sfGcj4Cxjk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sfGcj4Cxjk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sfGcj4Cxjk .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sfGcj4Cxjk .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-sfGcj4Cxjk .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-sfGcj4Cxjk .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sfGcj4Cxjk .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sfGcj4Cxjk .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sfGcj4Cxjk .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sfGcj4Cxjk .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sfGcj4Cxjk .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sfGcj4Cxjk button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sfGcj4Cxjk button.navbar-toggler:focus {
  outline: none;
}
.cid-sfGcj4Cxjk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-sfGcj4Cxjk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sfGcj4Cxjk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sfGcj4Cxjk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sfGcj4Cxjk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sfGcj4Cxjk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sfGcj4Cxjk nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sfGcj4Cxjk nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sfGcj4Cxjk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sfGcj4Cxjk .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sfGcj4Cxjk .collapsed .btn {
  display: -webkit-flex;
}
.cid-sfGcj4Cxjk .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sfGcj4Cxjk .collapsed .navbar-collapse.collapsing,
.cid-sfGcj4Cxjk .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sfGcj4Cxjk .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sfGcj4Cxjk .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sfGcj4Cxjk .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sfGcj4Cxjk .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sfGcj4Cxjk .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sfGcj4Cxjk .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sfGcj4Cxjk .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sfGcj4Cxjk .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-sfGcj4Cxjk .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sfGcj4Cxjk .collapsed button.navbar-toggler {
  display: block;
}
.cid-sfGcj4Cxjk .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sfGcj4Cxjk .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sfGcj4Cxjk .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-sfGcj4Cxjk .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sfGcj4Cxjk .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sfGcj4Cxjk .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-sfGcj4Cxjk.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sfGcj4Cxjk img {
    height: 3.8rem !important;
  }
  .cid-sfGcj4Cxjk .btn {
    display: -webkit-flex;
  }
  .cid-sfGcj4Cxjk button.navbar-toggler {
    display: block;
  }
  .cid-sfGcj4Cxjk .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sfGcj4Cxjk .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sfGcj4Cxjk .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sfGcj4Cxjk .navbar-collapse.collapsing,
  .cid-sfGcj4Cxjk .navbar-collapse.show {
    display: block !important;
  }
  .cid-sfGcj4Cxjk .navbar-collapse.collapsing .navbar-nav,
  .cid-sfGcj4Cxjk .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sfGcj4Cxjk .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sfGcj4Cxjk .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sfGcj4Cxjk .navbar-collapse.collapsing .navbar-buttons,
  .cid-sfGcj4Cxjk .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sfGcj4Cxjk .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sfGcj4Cxjk .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sfGcj4Cxjk .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-sfGcj4Cxjk .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sfGcj4Cxjk .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sfGcj4Cxjk .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-sfGcj4Cxjk .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-sfGcj4Cxjk .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sfGcj4Cxjk .nav-link:hover,
.cid-sfGcj4Cxjk .dropdown-item:hover {
  color: #ec5f0a !important;
}
.cid-sfWbHQWTA5 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #efefef;
}
.cid-sfWbHQWTA5 .title {
  margin-bottom: 2rem;
}
.cid-sfWbHQWTA5 .mbr-section-subtitle {
  color: #465052;
}
.cid-sfWbHQWTA5 a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-sfWbHQWTA5 a.btn-white:not([href]):not([tabindex]) {
  color: #333;
}
.cid-sfWbHQWTA5 textarea.form-control {
  min-height: 188px;
}
.cid-sfWbHQWTA5 H2 {
  color: #b1430a;
}
.cid-sfXr45KHrp {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-sfXr45KHrp .mbr-section-subtitle {
  color: #073b4c;
}
.cid-sfXr45KHrp H2 {
  color: #b1430a;
}
.cid-sfXlfgDU2w {
  background: linear-gradient(45deg, #b2ccd2, #0f7699);
}
.cid-sfXvVfhCNx {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #767676;
}
.cid-sfXvVfhCNx .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sfXvVfhCNx .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sfXvVfhCNx .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-sfXvVfhCNx .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-sfXvVfhCNx .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-sfXvVfhCNx .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sfXvVfhCNx .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-sfXvVfhCNx .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-sfXvVfhCNx .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sfXvVfhCNx .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sfXvVfhCNx .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sfXvVfhCNx .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sfXvVfhCNx .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sfXvVfhCNx .media-container-row .row-copirayt p {
  width: 100%;
}
