.btn {
  border-width: 2px;
}
body {
  font-family: Jost;
}
.display-1 {
  font-family: 'ofont.ru_FuturaDemiCTT';
  font-size: 5.4rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 6.75rem;
}
.display-2 {
  font-family: 'ofont.ru_FuturaDemiCTT';
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Overpass', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Overpass', sans-serif;
  font-size: 1.8rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.25rem;
}
.display-7 {
  font-family: 'Overpass', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 4.32rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.78rem;
    font-size: calc( 2.54rem + (5.4 - 2.54) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.54rem + (5.4 - 2.54) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #6592e6 !important;
}
.bg-success {
  background-color: #07689f !important;
}
.bg-info {
  background-color: #40a8c4 !important;
}
.bg-warning {
  background-color: #ffc93c !important;
}
.bg-danger {
  background-color: #a2d5f2 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #6592e6 !important;
  border-color: #6592e6 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #2260d2 !important;
  border-color: #2260d2 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #2260d2 !important;
  border-color: #2260d2 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !important;
}
.btn-info,
.btn-info:active {
  background-color: #40a8c4 !important;
  border-color: #40a8c4 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #297184 !important;
  border-color: #297184 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #297184 !important;
  border-color: #297184 !important;
}
.btn-success,
.btn-success:active {
  background-color: #07689f !important;
  border-color: #07689f !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #03324c !important;
  border-color: #03324c !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #03324c !important;
  border-color: #03324c !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffc93c !important;
  border-color: #ffc93c !important;
  color: #3c2b00 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #e4a500 !important;
  border-color: #e4a500 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #3c2b00 !important;
  background-color: #e4a500 !important;
  border-color: #e4a500 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #a2d5f2 !important;
  border-color: #a2d5f2 !important;
  color: #125a83 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #56b3e7 !important;
  border-color: #56b3e7 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #125a83 !important;
  background-color: #56b3e7 !important;
  border-color: #56b3e7 !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #6592e6;
  color: #6592e6;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #2260d2 !important;
  background-color: transparent!important;
  border-color: #2260d2 !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #6592e6 !important;
  border-color: #6592e6 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #ff6666;
  color: #ff6666;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ff0f0f !important;
  background-color: transparent!important;
  border-color: #ff0f0f !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #40a8c4;
  color: #40a8c4;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #297184 !important;
  background-color: transparent!important;
  border-color: #297184 !important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #40a8c4 !important;
  border-color: #40a8c4 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #07689f;
  color: #07689f;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #03324c !important;
  background-color: transparent!important;
  border-color: #03324c !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #07689f !important;
  border-color: #07689f !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ffc93c;
  color: #ffc93c;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #e4a500 !important;
  background-color: transparent!important;
  border-color: #e4a500 !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #3c2b00 !important;
  background-color: #ffc93c !important;
  border-color: #ffc93c !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #a2d5f2;
  color: #a2d5f2;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #56b3e7 !important;
  background-color: transparent!important;
  border-color: #56b3e7 !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #125a83 !important;
  background-color: #a2d5f2 !important;
  border-color: #a2d5f2 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: #000000 !important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: #cfcfcf !important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #6592e6 !important;
}
.text-secondary {
  color: #ff6666 !important;
}
.text-success {
  color: #07689f !important;
}
.text-info {
  color: #40a8c4 !important;
}
.text-warning {
  color: #ffc93c !important;
}
.text-danger {
  color: #a2d5f2 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #205ac5 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ff0000 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #03283d !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #256779 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #d59a00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #49ade5 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #6592e6;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #40a8c4;
}
.alert-warning {
  background-color: #ffc93c;
}
.alert-danger {
  background-color: #a2d5f2;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #6592e6;
  border-color: #6592e6;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #6592e6;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #30aef6;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #a1d4e2;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Overpass', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #6592e6 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Overpass', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #6592e6;
}
/* Forms */
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #6592e6;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #6592e6;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #6592e6;
  border-bottom-color: #6592e6;
}
.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: #6592e6 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #ff6666 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%236592e6' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-tB6E64lXRW .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden ;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tB6E64lXRW .display-2 {
  font-size: 2rem;
}
.cid-tB6E64lXRW .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tB6E64lXRW .icons-menu {
    padding: 1rem 0!important;
  }
  .cid-tB6E64lXRW .dropdown-item {
    line-height: 1.5;
    padding-top: 0rem !important;
    padding-right: 0rem !important;
    padding-bottom: 0rem !important;
    padding-left: 0rem !important;
    border-bottom-right-radius: 0rem !important;
    border-top-right-radius: 0rem !important;
    border-bottom-left-radius: 0rem !important;
    border-top-left-radius: 0rem !important;
  }
  .cid-tB6E64lXRW .dropdown-item:hover {
    color: #232323 !important;
    background: #ffffff !important;
  }
  .cid-tB6E64lXRW .navbar-collapse {
    justify-content: space-between;
    z-index: 1;
    padding-bottom: 10px;
  }
  .cid-tB6E64lXRW.collapsed .nav-item .nav-link::before {
    display: none;
  }
  .cid-tB6E64lXRW.collapsed.opened .dropdown-menu {
    top: 0;
  }
  .cid-tB6E64lXRW.collapsed .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tB6E64lXRW.collapsed .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tB6E64lXRW.collapsed .dropdown-menu .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;
  }
  .cid-tB6E64lXRW.collapsed ul.navbar-nav li {
    margin: auto;
  }
  .cid-tB6E64lXRW.collapsed .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-tB6E64lXRW.collapsed .icons-menu {
    margin: auto;
  }
  .cid-tB6E64lXRW .navbar .topLineDivSettings {
    display: none;
  }
  .cid-tB6E64lXRW .navbar.navbar-short {
    background: rgba(41, 167, 198, 0.7) !important;
    min-height: 10px !important;
    margin-top: 0px !important;
  }
  .cid-tB6E64lXRW .navbar.navbar-short .topLineDivSettings {
    display: none;
  }
  .cid-tB6E64lXRW .navbar.navbar-short .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tB6E64lXRW .navbar .navbar-brand {
    padding-left: 10px;
    padding-top: 6px;
    padding-bottom: 6px;
  }
  .cid-tB6E64lXRW .dropdown-menu {
    padding-top: 0;
    min-width: 5rem;
  }
}
@media (max-width: 991px) and (max-width: 991px) {
  .cid-tB6E64lXRW .nav-item .nav-link::before {
    display: none;
  }
  .cid-tB6E64lXRW.opened .dropdown-menu {
    top: 0;
  }
  .cid-tB6E64lXRW .dropdown-menu {
    top: 0;
  }
  .cid-tB6E64lXRW .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tB6E64lXRW .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tB6E64lXRW .dropdown-menu .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: 0.30em solid transparent;
    border-left: 0.30em solid transparent;
  }
  .cid-tB6E64lXRW .navbar-logo img {
    height: 4.7rem !important;
  }
  .cid-tB6E64lXRW ul.navbar-nav li {
    margin: auto;
  }
  .cid-tB6E64lXRW .dropdown-menu .dropdown-item {
    padding-top: 0.5rem !important;
    padding-bottom: .25rem !important;
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
    background: rgba(239, 239, 239, 0.95);
    text-align: center;
  }
  .cid-tB6E64lXRW .navbar-brand {
    min-height: 100px;
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tB6E64lXRW .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tB6E64lXRW .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
@media (max-width: 575px) {
  .cid-tB6E64lXRW .navbar-caption-wrap {
    word-break: normal;
    display: inline-block;
    max-width: 175px;
  }
}
@media (min-width: 576px) {
  .cid-tB6E64lXRW .navbar-caption-wrap {
    word-break: normal;
    display: inline-block;
    max-width: 310px;
  }
}
@media (min-width: 992px) {
  .cid-tB6E64lXRW .navbar-caption-wrap {
    word-break: normal;
    display: inline-block;
    max-width: 345px;
  }
}
@media (min-width: 1200px) {
  .cid-tB6E64lXRW .navbar-caption-wrap {
    word-break: normal;
    display: inline-block;
    max-width: 305px;
  }
}
.cid-tB6E64lXRW .container {
  width: 100%;
  max-width: 1200px !important;
  display: flex;
  margin: auto;
}
.cid-tB6E64lXRW .navbar {
  min-height: 100px;
  -webkit-flex-direction: column;
  flex-direction: column;
  transition: all .3s;
  background: rgba(41, 167, 198, 0.7) !important;
  background: none !important;
}
@media (min-width: 992px) {
  .cid-tB6E64lXRW .navbar.navbar-short {
    background: rgba(41, 167, 198, 0.7) !important;
    min-height: 10px;
    margin-top: 0px !important;
  }
  .cid-tB6E64lXRW .navbar.navbar-short .topLineDivSettings {
    display: none;
  }
  .cid-tB6E64lXRW .navbar.navbar-short .navbar-logo img {
    padding-top: 0;
    height: 3.8rem !important;
  }
  .cid-tB6E64lXRW .navbar.navbar-short .navbar-brand {
    padding-top: 6px;
    padding-bottom: 6px;
  }
  .cid-tB6E64lXRW .navbar .dropdown-item {
    padding-top: .2rem;
    padding-right: 1.5rem;
    padding-bottom: 0.2rem;
    padding-left: 1.0rem;
    border-bottom: 0px solid #b3b3b3;
    box-shadow: 0 8px 20px 0 rgba(35, 35, 35, 0.4), inset 0 -7px 9px -7px #cccccc;
    background: rgba(255, 255, 255, 0.9);
    border-bottom-width: 0.5px;
    border-color: #767676;
    border-bottom-right-radius: 0rem !important;
    border-top-right-radius: 0rem !important;
    border-bottom-left-radius: 0rem !important;
    border-top-left-radius: 0rem !important;
  }
  .cid-tB6E64lXRW .navbar .dropdown-item:hover {
    color: #cc2952 !important;
    background: #bfbfbf !important;
  }
}
.cid-tB6E64lXRW .navbar.opened {
  transition: all .3s;
}
.cid-tB6E64lXRW .nav-link {
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: auto;
  transition: all 0.3s;
}
.cid-tB6E64lXRW .nav-link:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: 0px;
  left: auto;
  right: 0;
}
.cid-tB6E64lXRW .nav-link:hover {
  color: #232323 !important;
  background: #ffffff !important;
}
.cid-tB6E64lXRW .nav-link:hover:before {
  color: #ffc93c !important;
  width: 0;
  height: 2px;
  right: auto;
  left: 0;
  bottom: -10px;
  width: 100%;
}
.cid-tB6E64lXRW .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-tB6E64lXRW .icons-menu {
    display: flex;
    line-height: 1;
  }
}
@media (min-width: 992px) {
  .cid-tB6E64lXRW .icons-menu {
    min-width: 100px;
    width: 100px;
    display: unset;
    line-height: 1;
    text-align: right;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
}
.cid-tB6E64lXRW .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-tB6E64lXRW .dropdown-menu {
    min-width: 5rem;
    padding-top: 1.6rem !important;
  }
}
@media (max-width: 991px) {
  .cid-tB6E64lXRW .dropdown-menu {
    padding-top: 0rem;
    padding-bottom: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-tB6E64lXRW .nav-dropdown .link {
    margin-left: 0 !important;
    margin-right: 1.9em !important;
    padding: 0.3em 0.3em !important;
    margin-top: auto !important;
    margin-bottom: auto !important;
    font-weight: 500;
  }
}
@media (max-width: 991px) {
  .cid-tB6E64lXRW .nav-dropdown .link.dropdown-toggle::after {
    margin-left: .3em;
    margin-top: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-tB6E64lXRW .nav-dropdown .link.dropdown-toggle::after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
  }
}
.cid-tB6E64lXRW .nav-dropdown .dropdown-menu {
  padding-top: 0;
  padding-bottom: 0;
  margin: 0;
}
.cid-tB6E64lXRW .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tB6E64lXRW .navbar-caption {
  padding-right: 1rem;
}
.cid-tB6E64lXRW .navbar-nav {
  width: 100%;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .cid-tB6E64lXRW .dropdown-menu,
  .cid-tB6E64lXRW .navbar.opened {
    background: rgba(41, 167, 198, 0.95) !important;
  }
}
@media (min-width: 992px) {
  .cid-tB6E64lXRW .dropdown-menu,
  .cid-tB6E64lXRW .navbar.opened {
    background: rgba(41, 167, 198, 0.7) !important;
  }
}
.cid-tB6E64lXRW .nav-item:focus,
.cid-tB6E64lXRW .nav-link:focus {
  outline: none;
}
.cid-tB6E64lXRW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  font-weight: 500;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
@media (max-width: 991px) {
  .cid-tB6E64lXRW .dropdown .dropdown-menu .dropdown-item::after {
    right: 0.0rem;
  }
}
@media (min-width: 992px) {
  .cid-tB6E64lXRW .dropdown .dropdown-menu .dropdown-item::after {
    right: 0.5rem;
  }
}
.cid-tB6E64lXRW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: 0rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tB6E64lXRW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
}
.cid-tB6E64lXRW .collapsed .navbar-buttons {
  text-align: center;
  width: auto;
  padding-bottom: 1rem;
}
.cid-tB6E64lXRW .collapsed .icons-menu {
  text-align: center;
  width: auto;
}
.cid-tB6E64lXRW .collapsed .dropdown-menu {
  top: 0;
  min-width: 2rem !important;
}
.cid-tB6E64lXRW .collapsed .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;
}
.cid-tB6E64lXRW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tB6E64lXRW .collapsed .nav-dropdown .dropdown-item:after {
  right: auto;
}
.cid-tB6E64lXRW .collapsed .dropdown .dropdown-menu {
  background: none;
}
.cid-tB6E64lXRW .collapsed .dropdown .dropdown-menu .dropdown-item {
  border-bottom-right-radius: 0rem !important;
  border-top-right-radius: 0rem !important;
  border-bottom-left-radius: 0rem !important;
  border-top-left-radius: 0rem !important;
  padding-top: 0.5rem !important;
  padding-bottom: .25rem !important;
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
  background: rgba(239, 239, 239, 0.95);
  text-align: center;
  line-height: 1;
  transition: none;
}
.cid-tB6E64lXRW .collapsed .dropdown .dropdown-menu .dropdown-item:hover {
  color: #232323 !important;
  background: #ffffff !important;
}
.cid-tB6E64lXRW .collapsed .dropdown .dropdown-menu .dropdown-item .navbar.navbar-short .topLineDivSettings {
  display: none;
}
.cid-tB6E64lXRW .navbar-brand {
  min-height: 100px;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  padding-top: 6px;
  padding-bottom: 6px;
}
.cid-tB6E64lXRW .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tB6E64lXRW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tB6E64lXRW .dropdown-item.active,
.cid-tB6E64lXRW .dropdown-item:active {
  background-color: transparent;
}
.cid-tB6E64lXRW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  font-weight: 500;
}
.cid-tB6E64lXRW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tB6E64lXRW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tB6E64lXRW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: none !important;
}
.cid-tB6E64lXRW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tB6E64lXRW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tB6E64lXRW ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tB6E64lXRW .navbar-buttons {
    text-align: center;
  }
}
@media (min-width: 992px) {
  .cid-tB6E64lXRW .navbar-buttons {
    text-align: right;
    min-width: 200px;
    width: 200px;
  }
}
.cid-tB6E64lXRW button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tB6E64lXRW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tB6E64lXRW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tB6E64lXRW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tB6E64lXRW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tB6E64lXRW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tB6E64lXRW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tB6E64lXRW nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tB6E64lXRW nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tB6E64lXRW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tB6E64lXRW .navbar-dropdown {
  padding: .0rem 0rem;
  position: fixed;
}
.cid-tB6E64lXRW a.nav-link {
  display: flex;
  font-weight: 500;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tB6E64lXRW .navbar-brand span {
  display: inline-block;
}
.cid-tB6E64lXRW .navbar-brand a {
  font-weight: 500;
}
.cid-tB6E64lXRW .TopMenuUnderline {
  border-style: solid;
  border-top-width: 0;
  border-bottom-width: 0px;
  border-left-width: 0;
  border-right-width: 0;
  border-color: #767676;
}
.cid-tB6E64lXRW .btn-sm {
  white-space: nowrap;
  margin-top: 0.4rem;
  margin-bottom: 0.3rem;
  padding-top: 0.4rem;
  padding-right: 1rem;
  padding-bottom: 0.4rem;
  padding-left: 1rem;
  border-radius: 3px;
  font-weight: 500;
}
.cid-tB6E64lXRW .btn .mbr-iconfont,
.cid-tB6E64lXRW .btn.btn-sm .mbr-iconfont {
  cursor: pointer;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  padding-top: 0.2rem;
  padding-left: 0;
  padding-right: 0.5rem;
  padding-bottom: 0.2rem;
}
.cid-tB6E64lXRW .topLineDivSettings {
  z-index: 1;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  border-style: solid;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0;
  border-right-width: 0;
  border-bottom-color: #ffffff;
  border-top-color: #ffffff;
  background: #ffffff !important;
  margin: 0;
  overflow: hidden;
  text-align: center;
  padding-top: 25px;
  padding-bottom: 20px;
  color: #0a1c44;
}
.cid-tB6E64lXRW .topLineDivSettings span {
  font-weight: 700 !important;
}
.cid-tB6E64lXRW .topLineTextSettings {
  margin: 0;
  background: none;
  width: 100%;
  padding-left: 5px;
  padding-right: 5px;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  line-height: 1;
}
.cid-tB6E64lXRW .navbar-toggler:not(:disabled):not(.disabled) {
  cursor: pointer;
  margin-right: 10px;
}
.cid-tB6E64lXRW img {
  width: auto;
}
.cid-tB6E64lXRW .navbar-dropdown .navbar-brand span {
  vertical-align: middle;
}
.cid-tB6E64lXRW .navbar-dropdown.navbar-short .navbar-logo {
  margin-right: 0.8rem;
}
.cid-tB6E64lXRW .navbar-dropdown .navbar-logo {
  margin-right: 0.8rem;
}
.cid-tB6E64lXRW a.btn {
  min-width: auto !important;
  line-height: normal !important;
}
.cid-tB6E64lXRW .mylogo {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  border-width: 3px;
  border-color: #f52110;
  border-radius: 0px;
  margin-top: 0px;
}
.cid-tB6E64lXRW .socicon {
  line-height: inherit;
}
.cid-tB6E64lXRW .btn:hover {
  -webkit-transform: translateY(-5px) !important;
  transform: translateY(-5px);
}
.cid-tB2cXveAyB {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/ombrellone-a-palo-centrale-napoli-1-2000x1359.jpg");
}
.cid-tB2cXveAyB .mbr-section-title,
.cid-tB2cXveAyB .mbr-section-subtitle {
  color: #000000;
}
.cid-tB2cXveAyB .mbr-section-text {
  color: #232323;
}
.cid-tB2cXveAyB .mbr-text,
.cid-tB2cXveAyB .typed-text,
.cid-tB2cXveAyB .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-tB2cXveAyB .btn {
  margin-left: 4px !important;
}
.cid-tB2cXveAyB .animated-element {
  color: #ffc93c;
}
.cid-tB2cXveAyB .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #ffc93c;
}
.cid-tB2cXveAyB .mbr-figure {
  border-radius: .25rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-tB2cXveAyB .typed-text,
  .cid-tB2cXveAyB .mbr-section-subtitle,
  .cid-tB2cXveAyB .mbr-section-text,
  .cid-tB2cXveAyB .mbr-section-btn {
    text-align: center !important;
  }
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-tB2cXveAyB .mbr-section-subtitle,
.cid-tB2cXveAyB .typed-text {
  color: #ffffff;
  line-height: 80%;
}
.cid-tB2cXveAyB .mbr-section-text,
.cid-tB2cXveAyB .mbr-section-btn {
  color: #0a1c44;
}
.cid-tB6lDdD8Jz {
  background-color: #07689f;
}
.cid-tB6lDdD8Jz .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-tB6lDdD8Jz .row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-tB6lDdD8Jz .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-tB6lDdD8Jz .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tB6lDdD8Jz .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
@media (min-width: 1200px) {
  .cid-tB6lDdD8Jz .image-element {
    padding-right: 0;
  }
}
.cid-tB6lDdD8Jz .text-element {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 2rem;
}
.cid-tB6lDdD8Jz .mbr-text {
  color: #cccccc;
  line-height: 27px;
}
.cid-tB6lDdD8Jz .brown {
  color: #6592e6;
}
.cid-tB6lDdD8Jz .paragraphs-wrapper {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tB6lDdD8Jz .paragraphs-wrapper .first-paragraph,
.cid-tB6lDdD8Jz .paragraphs-wrapper .second-paragraph {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-tB6lDdD8Jz .image-element {
    padding-bottom: 1rem;
  }
  .cid-tB6lDdD8Jz .row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .cid-tB6lDdD8Jz .paragraphs-wrapper {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tB6lDdD8Jz .paragraphs-wrapper .first-paragraph,
  .cid-tB6lDdD8Jz .paragraphs-wrapper .second-paragraph {
    width: 100%;
    padding: 0;
  }
}
@media (min-width: 768px) {
  .cid-tB6lDdD8Jz .first-paragraph,
  .cid-tB6lDdD8Jz .second-paragraph {
    width: 50%;
  }
  .cid-tB6lDdD8Jz .first-paragraph {
    padding-right: .5rem;
  }
  .cid-tB6lDdD8Jz .second-paragraph {
    padding-left: .5rem;
  }
  .cid-tB6lDdD8Jz .text-element {
    padding: 6rem;
  }
}
@media (max-width: 767px) {
  .cid-tB6lDdD8Jz .mbr-section-title,
  .cid-tB6lDdD8Jz .mbr-section-btn {
    text-align: left;
  }
}
.cid-tB6lDdD8Jz .mbr-text,
.cid-tB6lDdD8Jz .mbr-section-btn {
  color: #f0f0f0;
  text-align: left;
}
.cid-tB6lDdD8Jz .title,
.cid-tB6lDdD8Jz .brown {
  color: #ffc93c;
}
.cid-tBcywC9XBN {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffc93c;
}
.cid-tBcywC9XBN .row {
  border-top: 1px solid #f1f1f1;
  padding-top: 2rem;
}
.cid-tBcywC9XBN .mbr-text {
  line-height: 1.5;
  color: #656565;
}
.cid-tBcywC9XBN .container2 {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cid-tBcywC9XBN .container2 input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.cid-tBcywC9XBN .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}
.cid-tBcywC9XBN .container2:hover input ~ .checkmark {
  background-color: #ccc;
}
.cid-tBcywC9XBN .container2 input:checked ~ .checkmark {
  background-color: #2196F3;
}
.cid-tBcywC9XBN .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.cid-tBcywC9XBN .container2 input:checked ~ .checkmark:after {
  display: block;
}
.cid-tBcywC9XBN .container2 .checkmark:after {
  left: 10px;
  top: 7px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cid-tBcywC9XBN .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-tBcwfjrl2G {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffc93c;
}
.cid-tBcwfjrl2G .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBcwfjrl2G .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBcwfjrl2G .card-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-tBcwfjrl2G .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tBcwfjrl2G .mbr-iconfont {
  font-size: 2rem;
  color: #07689f;
  padding-right: 1.5rem;
}
.cid-tBczupohFb {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffc93c;
}
.cid-tBczupohFb .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBczupohFb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBczupohFb .card-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-tBczupohFb .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tBczupohFb .mbr-iconfont {
  font-size: 2rem;
  color: #07689f;
  padding-right: 1.5rem;
}
.cid-tBczLeUW4c {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #ffc93c;
}
.cid-tBczLeUW4c .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBczLeUW4c .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBczLeUW4c .card-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-tBczLeUW4c .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tBczLeUW4c .mbr-iconfont {
  font-size: 2rem;
  color: #07689f;
  padding-right: 1.5rem;
}
.cid-tB6BRlCtow {
  padding-top: 120px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/dolomiti-al-66035-2000x1336.jpg");
}
.cid-tB6BRlCtow .mbr-section-subtitle ul {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .cid-tB6BRlCtow .mbr-text,
  .cid-tB6BRlCtow .mbr-section-subtitle,
  .cid-tB6BRlCtow .mbr-section-title {
    text-align: center !important;
  }
}
.cid-tB6BRlCtow .mbr-text {
  color: #ffffff;
  line-height: 130%;
}
.cid-tB7fjdCibO {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tB7fjdCibO .card-wrapper {
  overflow: hidden;
  height: 100%;
  background: #fafafa;
  color: #444444;
  padding: 0;
}
.cid-tB7fjdCibO .ico-line {
  display: inline-block;
  width: 100%;
}
.cid-tB7fjdCibO .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-tB7fjdCibO p {
  line-height: 1.6;
}
.cid-tB7fjdCibO .rev,
.cid-tB7fjdCibO .mbr-iconfont {
  display: inline-block;
}
.cid-tB7fjdCibO .line {
  display: inline-block;
  width: 8%;
  height: 4px;
  background-color: #bbbbbb;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-tB7fjdCibO .card-title {
  color: #07689f;
  margin: 0;
  line-height: 1.3;
  padding-bottom: 1rem;
  text-align: left;
}
.cid-tB7fjdCibO .card-box {
  padding: 1.5rem;
}
.cid-tB7fjdCibO .mbr-section-title {
  margin: 0 auto;
  color: #000000;
  text-align: center;
}
.cid-tB7fjdCibO .mbr-section-sub-title {
  text-align: center;
  color: #767676;
}
.cid-tB7fjdCibO .mbr-section-title,
.cid-tB7fjdCibO .line-wrap {
  text-align: center;
  color: #07689f;
}
.cid-tB7fjdCibO .rev {
  color: #000000;
}
.cid-tB7fjdCibO .card-text,
.cid-tB7fjdCibO .mbr-section-btn,
.cid-tB7fjdCibO .ico-line {
  color: #767676;
}
.cid-tB8aPrHK8W {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tB8aPrHK8W .card-wrapper {
  overflow: hidden;
  height: 100%;
  background: #fafafa;
  color: #444444;
  padding: 0;
}
.cid-tB8aPrHK8W .ico-line {
  display: inline-block;
  width: 100%;
}
.cid-tB8aPrHK8W p {
  line-height: 1.6;
}
.cid-tB8aPrHK8W .rev,
.cid-tB8aPrHK8W .mbr-iconfont {
  display: inline-block;
}
.cid-tB8aPrHK8W .card-title {
  color: #07689f;
  margin: 0;
  line-height: 1.3;
  padding-bottom: 1rem;
  text-align: left;
}
.cid-tB8aPrHK8W .card-box {
  padding: 1.5rem;
}
.cid-tB8aPrHK8W .mbr-section-title {
  margin: 0 auto;
  color: #000000;
  text-align: center;
}
.cid-tB8aPrHK8W .mbr-section-sub-title {
  text-align: center;
  color: #767676;
}
.cid-tB8aPrHK8W .mbr-section-title,
.cid-tB8aPrHK8W .line-wrap {
  text-align: center;
  color: #07689f;
}
.cid-tB8aPrHK8W .rev {
  color: #000000;
}
.cid-tB8aPrHK8W .card-text,
.cid-tB8aPrHK8W .mbr-section-btn,
.cid-tB8aPrHK8W .ico-line {
  color: #767676;
}
.cid-tB8bwLlrsH {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tB8bwLlrsH .card-wrapper {
  overflow: hidden;
  height: 100%;
  background: #fafafa;
  color: #444444;
  padding: 0;
}
.cid-tB8bwLlrsH .ico-line {
  display: inline-block;
  width: 100%;
}
.cid-tB8bwLlrsH p {
  line-height: 1.6;
}
.cid-tB8bwLlrsH .rev,
.cid-tB8bwLlrsH .mbr-iconfont {
  display: inline-block;
}
.cid-tB8bwLlrsH .card-title {
  color: #07689f;
  margin: 0;
  line-height: 1.3;
  padding-bottom: 1rem;
  text-align: left;
}
.cid-tB8bwLlrsH .card-box {
  padding: 1.5rem;
}
.cid-tB8bwLlrsH .mbr-section-title {
  margin: 0 auto;
  color: #000000;
  text-align: center;
}
.cid-tB8bwLlrsH .mbr-section-sub-title {
  text-align: center;
  color: #767676;
}
.cid-tB8bwLlrsH .mbr-section-title,
.cid-tB8bwLlrsH .line-wrap {
  text-align: center;
  color: #07689f;
}
.cid-tB8bwLlrsH .rev {
  color: #000000;
}
.cid-tB8bwLlrsH .card-text,
.cid-tB8bwLlrsH .mbr-section-btn,
.cid-tB8bwLlrsH .ico-line {
  color: #767676;
}
.cid-tB8ct7KC2j {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tB8ct7KC2j .card-wrapper {
  overflow: hidden;
  height: 100%;
  background: #fafafa;
  color: #444444;
  padding: 0;
}
.cid-tB8ct7KC2j .ico-line {
  display: inline-block;
  width: 100%;
}
.cid-tB8ct7KC2j p {
  line-height: 1.6;
}
.cid-tB8ct7KC2j .rev,
.cid-tB8ct7KC2j .mbr-iconfont {
  display: inline-block;
}
.cid-tB8ct7KC2j .card-title {
  color: #07689f;
  margin: 0;
  line-height: 1.3;
  padding-bottom: 1rem;
  text-align: left;
}
.cid-tB8ct7KC2j .card-box {
  padding: 1.5rem;
}
.cid-tB8ct7KC2j .mbr-section-title {
  margin: 0 auto;
  color: #000000;
  text-align: center;
}
.cid-tB8ct7KC2j .mbr-section-sub-title {
  text-align: center;
  color: #767676;
}
.cid-tB8ct7KC2j .mbr-section-title,
.cid-tB8ct7KC2j .line-wrap {
  text-align: center;
  color: #07689f;
}
.cid-tB8ct7KC2j .rev {
  color: #000000;
}
.cid-tB8ct7KC2j .card-text,
.cid-tB8ct7KC2j .mbr-section-btn,
.cid-tB8ct7KC2j .ico-line {
  color: #767676;
}
.cid-tB8cR1LTR8 {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tB8cR1LTR8 .card-wrapper {
  overflow: hidden;
  height: 100%;
  background: #fafafa;
  color: #444444;
  padding: 0;
}
.cid-tB8cR1LTR8 .ico-line {
  display: inline-block;
  width: 100%;
}
.cid-tB8cR1LTR8 p {
  line-height: 1.6;
}
.cid-tB8cR1LTR8 .rev,
.cid-tB8cR1LTR8 .mbr-iconfont {
  display: inline-block;
}
.cid-tB8cR1LTR8 .card-title {
  color: #07689f;
  margin: 0;
  line-height: 1.3;
  padding-bottom: 1rem;
  text-align: left;
}
.cid-tB8cR1LTR8 .card-box {
  padding: 1.5rem;
}
.cid-tB8cR1LTR8 .mbr-section-title {
  margin: 0 auto;
  color: #000000;
  text-align: center;
}
.cid-tB8cR1LTR8 .mbr-section-sub-title {
  text-align: center;
  color: #767676;
}
.cid-tB8cR1LTR8 .mbr-section-title,
.cid-tB8cR1LTR8 .line-wrap {
  text-align: center;
  color: #07689f;
}
.cid-tB8cR1LTR8 .rev {
  color: #000000;
}
.cid-tB8cR1LTR8 .card-text,
.cid-tB8cR1LTR8 .mbr-section-btn,
.cid-tB8cR1LTR8 .ico-line {
  color: #767676;
}
.cid-tBbVQMnsa1 {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tBbVQMnsa1 .card-wrapper {
  overflow: hidden;
  height: 100%;
  background: #fafafa;
  color: #444444;
  padding: 0;
}
.cid-tBbVQMnsa1 .ico-line {
  display: inline-block;
  width: 100%;
}
.cid-tBbVQMnsa1 p {
  line-height: 1.6;
}
.cid-tBbVQMnsa1 .rev,
.cid-tBbVQMnsa1 .mbr-iconfont {
  display: inline-block;
}
.cid-tBbVQMnsa1 .card-title {
  color: #07689f;
  margin: 0;
  line-height: 1.3;
  padding-bottom: 1rem;
  text-align: left;
}
.cid-tBbVQMnsa1 .card-box {
  padding: 1.5rem;
}
.cid-tBbVQMnsa1 .mbr-section-title {
  margin: 0 auto;
  color: #000000;
  text-align: center;
}
.cid-tBbVQMnsa1 .mbr-section-sub-title {
  text-align: center;
  color: #767676;
}
.cid-tBbVQMnsa1 .mbr-section-title,
.cid-tBbVQMnsa1 .line-wrap {
  text-align: center;
  color: #07689f;
}
.cid-tBbVQMnsa1 .rev {
  color: #000000;
}
.cid-tBbVQMnsa1 .card-text,
.cid-tBbVQMnsa1 .mbr-section-btn,
.cid-tBbVQMnsa1 .ico-line {
  color: #767676;
}
.cid-tBbWfWitx3 {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tBbWfWitx3 .card-wrapper {
  overflow: hidden;
  height: 100%;
  background: #fafafa;
  color: #444444;
  padding: 0;
}
.cid-tBbWfWitx3 .ico-line {
  display: inline-block;
  width: 100%;
}
.cid-tBbWfWitx3 p {
  line-height: 1.6;
}
.cid-tBbWfWitx3 .rev,
.cid-tBbWfWitx3 .mbr-iconfont {
  display: inline-block;
}
.cid-tBbWfWitx3 .card-title {
  color: #07689f;
  margin: 0;
  line-height: 1.3;
  padding-bottom: 1rem;
  text-align: left;
}
.cid-tBbWfWitx3 .card-box {
  padding: 1.5rem;
}
.cid-tBbWfWitx3 .mbr-section-title {
  margin: 0 auto;
  color: #000000;
  text-align: center;
}
.cid-tBbWfWitx3 .mbr-section-sub-title {
  text-align: center;
  color: #767676;
}
.cid-tBbWfWitx3 .mbr-section-title,
.cid-tBbWfWitx3 .line-wrap {
  text-align: center;
  color: #07689f;
}
.cid-tBbWfWitx3 .rev {
  color: #000000;
}
.cid-tBbWfWitx3 .card-text,
.cid-tBbWfWitx3 .mbr-section-btn,
.cid-tBbWfWitx3 .ico-line {
  color: #767676;
}
.cid-tB855vgPFM {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #fafafa;
}
.cid-tB855vgPFM .back {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 20%;
  height: 100%;
  background-color: #ffffff;
}
.cid-tB855vgPFM img {
  width: 100%;
}
.cid-tB855vgPFM p {
  margin-top: 1rem;
}
.cid-tB855vgPFM .content-wrapper {
  max-width: 750px;
  margin: auto;
  position: relative;
  padding: 0 2rem;
}
.cid-tB855vgPFM .content-wrapper {
  padding-top: 6rem;
}
.cid-tB855vgPFM h4 {
  position: absolute;
  width: fit-content;
  padding: 0;
  margin: 0;
  right: 6rem;
  transform: rotate(-270deg);
  transform-origin: bottom right;
  bottom: 0;
}
@media (max-width: 1200px) {
  .cid-tB855vgPFM .content-wrapper {
    padding-top: 0rem;
  }
  .cid-tB855vgPFM p {
    margin-top: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-tB855vgPFM .back {
    width: 100%;
    height: 75%;
  }
  .cid-tB855vgPFM .content-wrapper {
    padding: 0 3rem;
    padding-top: 4rem;
  }
  .cid-tB855vgPFM p {
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tB855vgPFM .content-wrapper {
    padding: 0rem;
    padding-top: 4rem;
  }
  .cid-tB855vgPFM h4 {
    right: 2rem;
  }
}
.cid-tB855vgPFM H1 {
  color: #07689f;
}
.cid-tB855vgPFM .mbr-text,
.cid-tB855vgPFM .mbr-section-btn {
  color: #353535;
}
.cid-tB7njkZcSm {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #07689f;
}
.cid-tB7njkZcSm .mbr-text,
.cid-tB7njkZcSm .mbr-section-subtitle {
  color: #767676;
}
.cid-tB7njkZcSm .card-title {
  color: #66458e;
}
.cid-tB7njkZcSm .card .card-img span {
  color: #ffffff;
  font-size: 60px;
  background: linear-gradient(45deg, #ffffff, #ffffff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 767px) {
  .cid-tB7njkZcSm .mbr-section-subtitle,
  .cid-tB7njkZcSm .mbr-section-title {
    text-align: center !important;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tB7njkZcSm .card .card-img span {
    background: none;
  }
}
.cid-tB7njkZcSm .mbr-section-title {
  color: #ffffff;
}
.cid-tB7njkZcSm .card-title,
.cid-tB7njkZcSm .card-img {
  color: #ffe161;
}
.cid-tB7njkZcSm .mbr-text {
  color: #ffffff;
}
.cid-tBhQmPaRAz {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/background6.jpg");
}
.cid-tBhQmPaRAz .main,
.cid-tBhQmPaRAz .main-reverse {
  border: 1px solid rgba(120, 130, 140, 0.13);
  margin: 0;
  background: #ffffff;
}
.cid-tBhQmPaRAz .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-tBhQmPaRAz .main-reverse {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-tBhQmPaRAz .image-element {
  padding: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tBhQmPaRAz .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-tBhQmPaRAz .text-element {
  padding: 3rem 2rem;
}
.cid-tBhQmPaRAz .mbr-iconfont {
  font-size: 3rem;
  color: #40a8c4;
}
.cid-tBhQmPaRAz .bottom-radius {
  overflow: hidden;
  border-bottom-left-radius: .25rem;
  border-bottom-right-radius: .25rem;
}
.cid-tBhQmPaRAz .top-radius {
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
  overflow: hidden;
}
@media (max-width: 991px) {
  .cid-tBhQmPaRAz .main-reverse {
    flex-direction: row;
    -webkit-flex-direction: row;
  }
}
@media (max-width: 767px) {
  .cid-tBhQmPaRAz .container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .cid-tBhQmPaRAz .image-element,
  .cid-tBhQmPaRAz .text-element {
    margin-bottom: 0;
  }
  .cid-tBhQmPaRAz .main:first-child {
    padding-top: 0;
  }
}
.cid-tBhQmPaRAz .mbr-section-subtitle,
.cid-tBhQmPaRAz .card-text,
.cid-tBhQmPaRAz .mbr-section-btn {
  color: #8d97ad;
}
.cid-tBhQmPaRAz .card-text,
.cid-tBhQmPaRAz .mbr-section-btn {
  color: #767676;
  text-align: center;
}
.cid-tBhQmPaRAz .mbr-section-subtitle {
  color: #767676;
}
.cid-tBhQmPaRAz .mbr-title,
.cid-tBhQmPaRAz .card-img {
  text-align: center;
}
.cid-tBduIyLVtU {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffc93c;
}
.cid-tBduIyLVtU .slider-text-two {
  background: rgba(255, 201, 60, 0.8) none repeat scroll 0 0;
  outline-offset: -15px;
  padding: 65px 50px;
}
.cid-tBduIyLVtU .mbr-section-title {
  color: #232323;
}
.cid-tBduIyLVtU .mbr-text {
  color: #ffffff;
  letter-spacing: 5px;
  font-weight: 100;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tBduIyLVtU .slider-text-two {
    outline: 15px solid rgba(255, 201, 60, 0.8);
    border: 1px solid rgba(0, 0, 0, 0.2);
  }
}
.cid-tB6mTa9KLN {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-tB6mTa9KLN .text-box {
  position: absolute;
  top: 0px;
  min-height: 100%;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  color: #07689f;
}
.cid-tB6mTa9KLN .text-block {
  position: relative;
  z-index: 0;
}
.cid-tB6mTa9KLN .box {
  width: 25%;
  height: 40%;
  background: #ffc93c;
  position: absolute;
  top: 4%;
}
.cid-tB6mTa9KLN .box {
  left: 20%;
}
.cid-tB6mTa9KLN .text-box {
  left: 0;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-tB6mTa9KLN .mbr-section-text,
.cid-tB6mTa9KLN .mbr-section-title {
  margin-left: 31%;
}
@media (max-width: 991px) {
  .cid-tB6mTa9KLN .text-box {
    display: none;
  }
  .cid-tB6mTa9KLN .mbr-section-title,
  .cid-tB6mTa9KLN .mbr-section-text {
    margin: auto;
  }
}
@media (max-width: 767px) {
  .cid-tB6mTa9KLN .box {
    display: none;
  }
  .cid-tB6mTa9KLN .row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .cid-tB6mTa9KLN .img-block {
    margin-bottom: 1rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tB6mTa9KLN .text-box {
    writing-mode: bt-rl;
  }
}
.cid-tB6mTa9KLN .mbr-section-text {
  color: #353535;
}
.cid-tB6duMxHKx {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #fafafa;
}
.cid-tB6duMxHKx .google-map {
  height: 25rem;
  position: relative;
}
.cid-tB6duMxHKx .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tB6duMxHKx .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tB6duMxHKx .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tB6duMxHKx .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tB6duMxHKx .wrapper {
  margin-top: -10rem;
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  border-radius: .25rem;
}
.cid-tB6duMxHKx .form-container {
  padding: 3rem;
}
.cid-tB6duMxHKx .row {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: stretch;
  align-items: stretch;
}
.cid-tB6duMxHKx .content-panel {
  padding: 2rem;
  background: linear-gradient(45deg, #07689f, #40a8c4);
  height: 100%;
  border-top-right-radius: .25rem;
  border-bottom-right-radius: .25rem;
  overflow: hidden;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tB6duMxHKx .mbr-text {
  color: #efefef;
}
@media (min-width: 992px) {
  .cid-tB6duMxHKx .form-group,
  .cid-tB6duMxHKx .input-group-btn {
    padding-left: .5rem;
    padding-right: .5rem;
  }
}
.cid-tB6duMxHKx .form-control {
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  min-height: 40px;
  padding: .5rem 1rem;
  background-color: #f0f0f0;
  border: 1px solid #efefef;
  color: #ffffff;
  border-radius: .25rem;
  font-size: 1rem;
  line-height: 1.43;
}
.cid-tB6duMxHKx .form-control:focus,
.cid-tB6duMxHKx .form-control:hover {
  border: 1px solid #e8e8e8;
  background-color: #a2d5f2;
}
.cid-tB6duMxHKx textarea.form-control {
  min-height: 170px;
}
.cid-tB6duMxHKx .form-group {
  margin-bottom: 1rem;
}
.cid-tB6duMxHKx input::-webkit-input-placeholder,
.cid-tB6duMxHKx textarea::-webkit-input-placeholder {
  color: #565656;
}
.cid-tB6duMxHKx input:-moz-placeholder,
.cid-tB6duMxHKx textarea:-moz-placeholder {
  color: #565656;
}
.cid-tB6duMxHKx .jq-selectbox li,
.cid-tB6duMxHKx .jq-selectbox li {
  background-color: #f0f0f0;
  color: #000000;
}
.cid-tB6duMxHKx .jq-selectbox li:hover,
.cid-tB6duMxHKx .jq-selectbox li.selected {
  background-color: #a2d5f2;
  color: #000000;
}
.cid-tB6duMxHKx .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f0f0f0;
}
.cid-tB6duMxHKx .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #a2d5f2;
}
@media (max-width: 767px) {
  .cid-tB6duMxHKx .main-row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .cid-tB6duMxHKx .text-block {
    margin-bottom: 2rem;
  }
  .cid-tB6duMxHKx .wrapper {
    margin-top: 0;
  }
}
.cid-tB6duMxHKx .social-list {
  margin-top: auto;
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-tB6duMxHKx .social-list .mbr-iconfont-social {
  font-size: 1.2rem;
  color: #fff;
}
.cid-tB6duMxHKx .social-list .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-tB6duMxHKx .social-list .soc-item {
  margin: 15px 3px 0px 3px;
}
.cid-tB6duMxHKx .social-list a {
  margin: 0;
  opacity: .7;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tB6duMxHKx .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tB6duMxHKx .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tB6duMxHKx .mbr-title {
  color: #ffffff;
}
.cid-tB6KW8VPo9 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #fafafa;
}
@media (max-width: 767px) {
  .cid-tB6KW8VPo9 .content {
    text-align: center;
  }
  .cid-tB6KW8VPo9 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tB6KW8VPo9 .logo-subtitle {
  color: #8d97ad;
}
.cid-tB6KW8VPo9 .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-tB6KW8VPo9 .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-tB6KW8VPo9 .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tB6KW8VPo9 .media-wrap img {
  height: 6rem;
  width: auto;
}
@media (max-width: 767px) {
  .cid-tB6KW8VPo9 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tB6KW8VPo9 .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: 0.05;
}
.cid-tB6KW8VPo9 .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-tB6KW8VPo9 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-tB6KW8VPo9 .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-tB6KW8VPo9 .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tB6KW8VPo9 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tB6KW8VPo9 .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tB6KW8VPo9 .list-item {
  display: flex;
}
.cid-tB6KW8VPo9 .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-tB6KW8VPo9 ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-tB6KW8VPo9 ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-tB6KW8VPo9 .logo-subtitle,
.cid-tB6KW8VPo9 .media-wrap {
  color: #232323;
}
