body {
  font-family: Roboto;
}
.display-1 {
  font-family: 'STIX Two Text', serif;
  font-size: 6rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 9.6rem;
}
.display-2 {
  font-family: 'STIX Two Text', serif;
  font-size: 3.8rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 5.32rem;
}
.display-4 {
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
  line-height: 1.8;
}
.display-4 > .mbr-iconfont {
  font-size: 1.2rem;
}
.display-5 {
  font-family: 'STIX Two Text', serif;
  font-size: 1.6rem;
  line-height: 1.4;
}
.display-5 > .mbr-iconfont {
  font-size: 1.92rem;
}
.display-7 {
  font-family: 'Barlow', sans-serif;
  font-size: 1.6rem;
}
.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: 4.8rem;
    font-size: calc( 2.75rem + (6 - 2.75) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1 * (2.75rem + (6 - 2.75) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.04rem;
    font-size: calc( 1.98rem + (3.8 - 1.98) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.98rem + (3.8 - 1.98) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.8 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn-success:hover {
  background: #29361a !important;
  border-color: #29361a !important;
}
.btn-secondary {
  color: black!important;
}
.btn-secondary:hover,
.btn-secondary:active {
  color: black!important;
  background: #00b2fa !important;
  border-color: #00b2fa !important;
}
.btn-primary {
  color: white!important;
}
.btn-primary:hover {
  background: #2ec3ff !important;
  border-color: #2ec3ff !important;
}
.btn-info {
  color: white!important;
}
.btn-success:hover {
  background: #29361a !important;
  border-color: #29361a !important;
}
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 2.6rem;
  border-radius: 6px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 6px;
}
.bg-primary {
  background-color: #2ec3ff !important;
}
.bg-success {
  background-color: #53727e !important;
}
.bg-info {
  background-color: #29361a !important;
}
.bg-warning {
  background-color: #808080 !important;
}
.bg-danger {
  background-color: #b1a374 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #2ec3ff !important;
  border-color: #2ec3ff !important;
  color: #ffffff;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff;
  background-color: #2ec3ff;
  border-color: #2ec3ff;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff;
  background-color: #2ec3ff !important;
  border-color: #2ec3ff !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #2ec3ff !important;
  border-color: #2ec3ff !important;
  color: #ffffff;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff;
  background-color: #2ec3ff;
  border-color: #2ec3ff;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff;
  background-color: #2ec3ff !important;
  border-color: #2ec3ff !important;
}
.btn-info,
.btn-info:active {
  background-color: #29361a !important;
  border-color: #29361a !important;
  color: #ffffff;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff;
  background-color: #29361a;
  border-color: #29361a;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff;
  background-color: #29361a !important;
  border-color: #29361a !important;
}
.btn-success,
.btn-success:active {
  background-color: #53727e !important;
  border-color: #53727e !important;
  color: #ffffff;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff;
  background-color: #53727e;
  border-color: #53727e;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff;
  background-color: #53727e !important;
  border-color: #53727e !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #808080 !important;
  border-color: #808080 !important;
  color: #ffffff;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff;
  background-color: #808080;
  border-color: #808080;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff;
  background-color: #808080 !important;
  border-color: #808080 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
  color: #ffffff;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff;
  background-color: #b1a374;
  border-color: #b1a374;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff;
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #008ec7;
  color: #008ec7;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #2ec3ff;
  border-color: #2ec3ff;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #2ec3ff !important;
  border-color: #2ec3ff !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #008ec7;
  color: #008ec7;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #2ec3ff;
  border-color: #2ec3ff;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #2ec3ff !important;
  border-color: #2ec3ff !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #29361a;
  border-color: #29361a;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #29361a !important;
  border-color: #29361a !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #2a3a41;
  color: #2a3a41;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #53727e;
  border-color: #53727e;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #53727e !important;
  border-color: #53727e !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #4d4d4d;
  color: #4d4d4d;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #808080;
  border-color: #808080;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #808080 !important;
  border-color: #808080 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #7a6e45;
  color: #7a6e45;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #b1a374;
  border-color: #b1a374;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #2ec3ff !important;
}
.text-secondary {
  color: #2ec3ff !important;
}
.text-success {
  color: #53727e !important;
}
.text-info {
  color: #29361a !important;
}
.text-warning {
  color: #808080 !important;
}
.text-danger {
  color: #b1a374 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #94e0ff !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #94e0ff !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #87a5b0 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #5d7b3b !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #b3b3b3 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #d6ceb5 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #ffffff !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #29361a;
}
.alert-warning {
  background-color: #808080;
}
.alert-danger {
  background-color: #b1a374;
}
.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-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #2ec3ff;
  border-color: #2ec3ff;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #2ec3ff;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fafeff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #96b0ba;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #9dbe78;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #c0c0c0;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #dfd9c6;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Barlow', sans-serif;
  font-size: 1.6rem;
}
.form-control > .mbr-iconfont {
  font-size: 1.92rem;
}
blockquote {
  border-color: #2ec3ff;
}
/* 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);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #2ec3ff;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: gray !important;
  border-bottom-color: gray !important;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #2ec3ff;
  border-bottom-color: #2ec3ff;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #2ec3ff !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: #2ec3ff !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='%232ec3ff' %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-rT2oTPALZi .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-rT2oTPALZi .dropdown-item:not(:last-child) {
  border-bottom: 1px solid lightgray;
}
.cid-rT2oTPALZi .dropdown-menu {
  padding: 0;
  background: #ffffff !important;
}
.cid-rT2oTPALZi .dropdown-item {
  color: #000000 !important;
}
.cid-rT2oTPALZi .dropdown-item:hover {
  color: #000000 !important;
}
.cid-rT2oTPALZi .nav-link {
  position: relative;
  font-weight: 600;
}
.cid-rT2oTPALZi .nav-link:hover {
  color: #53727e !important;
}
.cid-rT2oTPALZi .nav-link:hover:before {
  opacity: 1;
}
.cid-rT2oTPALZi .nav-link:before {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
  height: 2px;
  width: 12px;
  transition: all 0.3s;
  opacity: 0;
  background: #53727e;
}
.cid-rT2oTPALZi .btn-white {
  color: #2ec3ff !important;
}
.cid-rT2oTPALZi .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-rT2oTPALZi .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-rT2oTPALZi .container {
  display: flex;
  margin: auto;
}
.cid-rT2oTPALZi .navbar-caption {
  padding-right: 3rem;
}
.cid-rT2oTPALZi .navbar.opened {
  background: #2ec3ff !important;
}
.cid-rT2oTPALZi .nav-item:focus,
.cid-rT2oTPALZi .nav-link:focus {
  outline: none;
}
.cid-rT2oTPALZi .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rT2oTPALZi .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rT2oTPALZi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rT2oTPALZi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 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-rT2oTPALZi .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rT2oTPALZi .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.5em 1.5em 0.5em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rT2oTPALZi .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #2ec3ff;
}
.cid-rT2oTPALZi .navbar.opened {
  transition: all .3s;
}
.cid-rT2oTPALZi .navbar .dropdown-item {
  padding: .5rem 1.5rem;
}
.cid-rT2oTPALZi .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-rT2oTPALZi .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-rT2oTPALZi .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-rT2oTPALZi .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.5rem);
  }
}
.cid-rT2oTPALZi .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rT2oTPALZi .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rT2oTPALZi .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-rT2oTPALZi .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rT2oTPALZi .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-rT2oTPALZi .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rT2oTPALZi .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rT2oTPALZi .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rT2oTPALZi .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rT2oTPALZi .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rT2oTPALZi .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-rT2oTPALZi .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rT2oTPALZi .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rT2oTPALZi .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-rT2oTPALZi .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-rT2oTPALZi .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rT2oTPALZi .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rT2oTPALZi .navbar.navbar-short {
  background: #2ec3ff !important;
  min-height: 60px;
}
.cid-rT2oTPALZi .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rT2oTPALZi .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rT2oTPALZi .navbar-brand {
  -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;
}
.cid-rT2oTPALZi .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rT2oTPALZi .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rT2oTPALZi .dropdown-item.active,
.cid-rT2oTPALZi .dropdown-item:active {
  background-color: transparent;
}
.cid-rT2oTPALZi .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-rT2oTPALZi .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rT2oTPALZi .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rT2oTPALZi .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #2ec3ff;
}
.cid-rT2oTPALZi .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rT2oTPALZi .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rT2oTPALZi ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rT2oTPALZi .navbar-buttons {
  text-align: center;
}
.cid-rT2oTPALZi button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rT2oTPALZi button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fee900;
}
.cid-rT2oTPALZi button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rT2oTPALZi button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rT2oTPALZi button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rT2oTPALZi button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rT2oTPALZi nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rT2oTPALZi nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rT2oTPALZi nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rT2oTPALZi nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rT2oTPALZi .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-rT2oTPALZi a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rT2oTPALZi .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-rT2oTPALZi .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-rT2oTPALZi .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rT2oTPALZi .navbar {
    height: 77px;
  }
  .cid-rT2oTPALZi .navbar.opened {
    height: auto;
  }
  .cid-rT2oTPALZi .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rT2oPsnwfT {
  padding-top: 135px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rT2oPsnwfT .title-align {
  width: 100%;
}
.cid-rT2oPsnwfT .pricetitle {
  margin: 0;
  text-align: left;
}
.cid-rT2oPsnwfT .img-col {
  position: relative;
  padding-top: 2rem;
}
.cid-rT2oPsnwfT .img-col img {
  z-index: 2;
  position: relative;
}
.cid-rT2oPsnwfT .pricebox {
  position: absolute;
  z-index: 1;
  top: -5rem;
  left: 2rem;
  width: 180px;
  height: 180px;
  background: #fbbe36;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-rT2oPsnwfT H2 {
  color: #e7272d;
  position: relative;
  display: inline-block;
  width: fit-content;
  text-align: left;
}
.cid-rT2oPsnwfT H2:before {
  position: absolute;
  content: '';
  right: -120px;
  top: 50%;
  bottom: 50%;
  transform: translateY(-50%);
  width: 100px;
  height: 2px;
  background: currentColor;
}
.cid-rT2oPsnwfT img {
  max-width: 500px;
  margin: auto;
}
.cid-rT2oPsnwfT .mbr-section-subtitle,
.cid-rT2oPsnwfT .title-align {
  color: #2ec3ff;
}
.cid-rT2oPsnwfT .price {
  color: #e7272d;
}
@media (max-width: 992px) {
  .cid-rT2oPsnwfT .pricebox {
    top: -2rem;
    right: 2rem;
    left: auto;
  }
}
@media (max-width: 767px) {
  .cid-rT2oPsnwfT .pricebox {
    width: 100px;
    height: 100px;
    top: 0rem;
    right: 2rem;
    left: auto;
  }
  .cid-rT2oPsnwfT H2:before {
    width: 70px;
    right: -90px;
  }
  .cid-rT2oPsnwfT .img-col {
    padding-top: 4rem;
  }
}
.cid-rT2oPsnwfT H1 {
  color: #232323;
}
.cid-uKr5p7jGoH {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #53727e;
}
.cid-uKr5p7jGoH H2 {
  color: #2ec3ff;
}
.cid-rT1oamyeHW {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rT1oamyeHW .card-subtitle {
  margin: 0;
}
.cid-rT1oamyeHW .card-img {
  z-index: 2;
  position: relative;
  width: 100%;
  transition: all 0.3s;
  padding-top: 2rem;
}
.cid-rT1oamyeHW .card-img img {
  max-width: 200px;
}
.cid-rT1oamyeHW .card-box {
  margin-top: 10rem;
  background: #ffffff;
  padding: 2rem 1rem;
  z-index: 1;
  box-shadow: 0 5px 35px 0 rgba(0, 0, 0, 0.03);
  border-radius: 6px;
  position: relative;
  margin-bottom: -5rem;
}
.cid-rT1oamyeHW .card1 {
  background-image: url("../../../assets/images/02.jpg");
  background-size: cover;
}
.cid-rT1oamyeHW .card2 {
  background-image: url("../../../assets/images/01.jpg");
  background-size: cover;
}
.cid-rT1oamyeHW .card3 {
  background-image: url("../../../assets/images/glace-ben-and-jerrys-540x540.jpg");
  background-size: cover;
}
.cid-rT1oamyeHW .icon {
  width: 60px;
  height: 60px;
  background: #89b758;
  font-size: 1.2rem;
  margin: auto;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  display: flex;
  color: #ffffff !important;
}
.cid-rT1oamyeHW .item-wrapper {
  position: relative;
  padding: 2rem;
  border-radius: 9px;
  transition: all 0.3s;
  cursor: pointer;
}
.cid-rT1oamyeHW h4,
.cid-rT1oamyeHW h6,
.cid-rT1oamyeHW h5 {
  margin: 0;
}
.cid-rT1oamyeHW .mbr-text {
  transition: all 0.3s;
}
.cid-rT1oamyeHW .price {
  color: #0e0e0e;
  transition: all 0.3s;
}
.cid-rT1oamyeHW img {
  transition: all 0.3s;
  width: 170px;
  height: 170px;
  object-fit: cover;
}
.cid-rT1oamyeHW .card {
  cursor: pointer;
  transition: all .3s;
  margin-bottom: 6rem;
}
.cid-rT1oamyeHW .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-rT1oamyeHW .wrapper {
    flex-direction: column;
  }
  .cid-rT1oamyeHW .icon-padding {
    padding-left: 0rem;
  }
  .cid-rT1oamyeHW .item-wrapper {
    padding: 1rem;
  }
}
.cid-rT1oamyeHW .mbr-text,
.cid-rT1oamyeHW .mbr-section-btn,
.cid-rT1oamyeHW .card-img {
  color: #808080;
}
.cid-rT1oamyeHW H2 {
  color: #89b758;
}
.cid-rT1oamyeHW H1 {
  color: #2ec3ff;
  text-align: center;
}
.cid-rT6L2qLSqb {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #53727e;
}
.cid-rT63M2HrMh {
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-rT63M2HrMh H2 {
  color: #e7272d;
}
.cid-rT63M2HrMh img {
  max-width: 500px;
  margin: auto;
}
.cid-rT63M2HrMh H1 {
  color: #89b758;
}
@media (min-width: 767px) {
  .cid-rT63M2HrMh .display-1 {
    margin-top: -1.6rem;
  }
}
.cid-rT63M2HrMh .span-row {
  width: 100%;
}
.cid-rT63M2HrMh .mbr-section-title,
.cid-rT63M2HrMh .span-row {
  color: #2ec3ff;
}
.cid-s4aAy9dRyS {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #53727e;
}
.cid-s4aAy9dRyS H2 {
  color: #0e0e0e;
}
.cid-s4aBIiI1E5 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #53727e;
}
.cid-s4aBIiI1E5 H2 {
  color: #2ec3ff;
}
.cid-rT27SuDp7P {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rT27SuDp7P .menu-item {
  padding: 0 0rem 0rem 0rem;
}
.cid-rT27SuDp7P .menu-item .special-label {
  display: none;
}
.cid-rT27SuDp7P .menu-item.special-item {
  padding-bottom: 0;
  margin-bottom: 1rem;
  border: 2px solid #c90019;
}
.cid-rT27SuDp7P .menu-item.special-item .special-label {
  display: block;
  width: 100%;
  word-break: break-word;
}
.cid-rT27SuDp7P .menu-item.special-item .special-label .label-text {
  max-width: 100%;
  background: #c90019;
  padding: .5rem 1rem;
  display: inline-block;
}
.cid-rT27SuDp7P .special-label {
  color: #fee900;
}
.cid-rT27SuDp7P .menu-box {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-rT27SuDp7P .menu-box .box-text {
  word-break: break-word;
  padding-right: 2rem;
  width: 100%;
}
.cid-rT27SuDp7P .menu-box .box-price {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-rT27SuDp7P .menu-row .menu-item:last-child {
  margin-bottom: 2rem;
}
.cid-rT27SuDp7P .menu-row {
  margin: 0;
}
.cid-rT27SuDp7P .group-title {
  color: #7f1933;
  font-weight: bold;
  text-align: right;
}
.cid-rT27SuDp7P P {
  text-align: center;
}
.cid-rT27SuDp7P .mbr-section-title,
.cid-rT27SuDp7P .ornament {
  color: #c90019;
}
.cid-rT27SuDp7P .box-text {
  text-align: left;
}
.cid-rT2TZlD2Ol {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #fbbe36;
}
.cid-rT2TZlD2Ol H2 {
  color: #c90019;
}
.cid-s4ampqKg5M {
  padding-top: 45px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/panini-591x236.png");
}
.cid-s4ampqKg5M .menu-item {
  padding: 0 0rem 0rem 0rem;
}
.cid-s4ampqKg5M .menu-item .special-label {
  display: none;
}
.cid-s4ampqKg5M .menu-item.special-item {
  padding-bottom: 0;
  margin-bottom: 1rem;
  border: 2px solid #c90019;
}
.cid-s4ampqKg5M .menu-item.special-item .special-label {
  display: block;
  width: 100%;
  word-break: break-word;
}
.cid-s4ampqKg5M .menu-item.special-item .special-label .label-text {
  max-width: 100%;
  background: #c90019;
  padding: .5rem 1rem;
  display: inline-block;
}
.cid-s4ampqKg5M .special-label {
  color: #fee900;
}
.cid-s4ampqKg5M .menu-box {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-s4ampqKg5M .menu-box .box-text {
  word-break: break-word;
  padding-right: 2rem;
  width: 100%;
}
.cid-s4ampqKg5M .menu-box .box-price {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-s4ampqKg5M .menu-row .menu-item:last-child {
  margin-bottom: 2rem;
}
.cid-s4ampqKg5M .menu-row {
  margin: 0;
}
.cid-s4ampqKg5M .group-title {
  color: #7f1933;
  font-weight: bold;
  text-align: right;
}
.cid-s4ampqKg5M P {
  text-align: center;
}
.cid-s4ampqKg5M .mbr-section-title,
.cid-s4ampqKg5M .ornament {
  color: #c90019;
}
.cid-s4ampqKg5M .box-text {
  text-align: left;
}
.cid-s4ampqKg5M .item-title {
  color: #b58009;
}
.cid-s4auWT0Bae {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #53727e;
}
.cid-s4auWT0Bae H2 {
  color: #0e0e0e;
}
.cid-s4ardIjGi5 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/sandwich-945x472.png");
}
.cid-s4ardIjGi5 .menu-item {
  padding: 0 0rem 0rem 0rem;
}
.cid-s4ardIjGi5 .menu-item .special-label {
  display: none;
}
.cid-s4ardIjGi5 .menu-item.special-item {
  padding-bottom: 0;
  margin-bottom: 1rem;
  border: 2px solid #c90019;
}
.cid-s4ardIjGi5 .menu-item.special-item .special-label {
  display: block;
  width: 100%;
  word-break: break-word;
}
.cid-s4ardIjGi5 .menu-item.special-item .special-label .label-text {
  max-width: 100%;
  background: #c90019;
  padding: .5rem 1rem;
  display: inline-block;
}
.cid-s4ardIjGi5 .special-label {
  color: #fee900;
}
.cid-s4ardIjGi5 .menu-box {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-s4ardIjGi5 .menu-box .box-text {
  word-break: break-word;
  padding-right: 2rem;
  width: 100%;
}
.cid-s4ardIjGi5 .menu-box .box-price {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-s4ardIjGi5 .menu-row .menu-item:last-child {
  margin-bottom: 2rem;
}
.cid-s4ardIjGi5 .menu-row {
  margin: 0;
}
.cid-s4ardIjGi5 .group-title {
  color: #7f1933;
  font-weight: bold;
  text-align: right;
}
.cid-s4ardIjGi5 P {
  text-align: center;
  color: #89b758;
}
.cid-s4ardIjGi5 .mbr-section-title,
.cid-s4ardIjGi5 .ornament {
  color: #89b758;
}
.cid-s4ardIjGi5 .box-text {
  text-align: left;
}
.cid-s4ardIjGi5 .item-title {
  color: #89b758;
}
.cid-s4axlJnO96 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/frites-barquette-591x413.png");
}
.cid-s4axlJnO96 .menu-item {
  padding: 0 0rem 0rem 0rem;
}
.cid-s4axlJnO96 .menu-item .special-label {
  display: none;
}
.cid-s4axlJnO96 .menu-item.special-item {
  padding-bottom: 0;
  margin-bottom: 1rem;
  border: 2px solid #c90019;
}
.cid-s4axlJnO96 .menu-item.special-item .special-label {
  display: block;
  width: 100%;
  word-break: break-word;
}
.cid-s4axlJnO96 .menu-item.special-item .special-label .label-text {
  max-width: 100%;
  background: #c90019;
  padding: .5rem 1rem;
  display: inline-block;
}
.cid-s4axlJnO96 .special-label {
  color: #fee900;
}
.cid-s4axlJnO96 .menu-box {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-s4axlJnO96 .menu-box .box-text {
  word-break: break-word;
  padding-right: 2rem;
  width: 100%;
}
.cid-s4axlJnO96 .menu-box .box-price {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-s4axlJnO96 .menu-row .menu-item:last-child {
  margin-bottom: 2rem;
}
.cid-s4axlJnO96 .menu-row {
  margin: 0;
}
.cid-s4axlJnO96 .group-title {
  color: #7f1933;
  font-weight: bold;
  text-align: right;
}
.cid-s4axlJnO96 P {
  text-align: center;
  color: #89b758;
}
.cid-s4axlJnO96 .mbr-section-title,
.cid-s4axlJnO96 .ornament {
  color: #f6b729;
}
.cid-s4axlJnO96 .box-text {
  text-align: left;
  color: #0e0e0e;
}
.cid-s4axlJnO96 .item-title {
  color: #fbbe36;
}
.cid-s4aBGTtY2w {
  padding-top: 45px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mbr-960x1920.png");
}
.cid-s4aBGTtY2w .menu-item {
  padding: 0 0rem 0rem 0rem;
}
.cid-s4aBGTtY2w .menu-item .special-label {
  display: none;
}
.cid-s4aBGTtY2w .menu-item.special-item {
  padding-bottom: 0;
  margin-bottom: 1rem;
  border: 2px solid #c90019;
}
.cid-s4aBGTtY2w .menu-item.special-item .special-label {
  display: block;
  width: 100%;
  word-break: break-word;
}
.cid-s4aBGTtY2w .menu-item.special-item .special-label .label-text {
  max-width: 100%;
  background: #c90019;
  padding: .5rem 1rem;
  display: inline-block;
}
.cid-s4aBGTtY2w .special-label {
  color: #fee900;
}
.cid-s4aBGTtY2w .menu-box {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-s4aBGTtY2w .menu-box .box-text {
  word-break: break-word;
  padding-right: 2rem;
  width: 100%;
}
.cid-s4aBGTtY2w .menu-box .box-price {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-s4aBGTtY2w .menu-row .menu-item:last-child {
  margin-bottom: 2rem;
}
.cid-s4aBGTtY2w .menu-row {
  margin: 0;
}
.cid-s4aBGTtY2w .group-title {
  color: #89b758;
  font-weight: bold;
  text-align: right;
}
.cid-s4aBGTtY2w P {
  text-align: center;
  color: #0e0e0e;
}
.cid-s4aBGTtY2w .mbr-section-title,
.cid-s4aBGTtY2w .ornament {
  color: #149dcc;
}
.cid-s4aBGTtY2w .box-text {
  text-align: left;
  color: #0f7699;
}
.cid-s4aBGTtY2w .item-title {
  color: #0f7699;
}
.cid-s4aDRB6SqH {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #edf8e2;
}
.cid-s4aDRB6SqH .menu-item {
  padding: 0 0rem 0rem 0rem;
}
.cid-s4aDRB6SqH .menu-item .special-label {
  display: none;
}
.cid-s4aDRB6SqH .menu-item.special-item {
  padding-bottom: 0;
  margin-bottom: 1rem;
  border: 2px solid #c90019;
}
.cid-s4aDRB6SqH .menu-item.special-item .special-label {
  display: block;
  width: 100%;
  word-break: break-word;
}
.cid-s4aDRB6SqH .menu-item.special-item .special-label .label-text {
  max-width: 100%;
  background: #c90019;
  padding: .5rem 1rem;
  display: inline-block;
}
.cid-s4aDRB6SqH .special-label {
  color: #fee900;
}
.cid-s4aDRB6SqH .menu-box {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-s4aDRB6SqH .menu-box .box-text {
  word-break: break-word;
  padding-right: 2rem;
  width: 100%;
}
.cid-s4aDRB6SqH .menu-box .box-price {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-s4aDRB6SqH .menu-row .menu-item:last-child {
  margin-bottom: 2rem;
}
.cid-s4aDRB6SqH .menu-row {
  margin: 0;
}
.cid-s4aDRB6SqH .group-title {
  color: #89b758;
  font-weight: bold;
  text-align: right;
}
.cid-s4aDRB6SqH P {
  text-align: center;
  color: #0e0e0e;
}
.cid-s4aDRB6SqH .mbr-section-title,
.cid-s4aDRB6SqH .ornament {
  color: #149dcc;
}
.cid-s4aDRB6SqH .box-text {
  text-align: left;
  color: #0f7699;
}
.cid-s4aDRB6SqH .item-title {
  color: #0f7699;
}
.cid-rT1EIJ9Gd8 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #cccccc;
}
.cid-rT1EIJ9Gd8 H2 {
  color: #c90019;
}
.cid-rT2etjHVuS {
  padding-top: 15px;
  padding-bottom: 30px;
  background: linear-gradient(45deg, #c90019, #c90019);
}
.cid-rT2etjHVuS .plan-body .btn-bgr {
  z-index: 0;
}
.cid-rT2etjHVuS .list-group-item {
  padding: .5rem 3.25rem;
}
.cid-rT2etjHVuS .price-term {
  display: block;
  line-height: 1;
  margin-top: 0.45rem;
}
.cid-rT2etjHVuS .plan-title {
  background-color: #fee900;
  color: #c90019;
}
.cid-rT2etjHVuS .plan-header {
  border-radius: 8px 8px 0 0;
  overflow: hidden;
}
.cid-rT2etjHVuS .plan-body {
  border-radius: 0 0 8px 8px;
}
.cid-rT2etjHVuS .plan {
  position: relative;
  max-width: 330px;
  padding-right: 0;
  padding-left: 0;
  color: #767676;
}
.cid-rT2etjHVuS .plan .list-group-item {
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
  border: 0;
  background: transparent;
}
.cid-rT2etjHVuS .plan .list-group-item:last-child {
  border-radius: 8px;
}
.cid-rT2etjHVuS .plan:nth-child(1) .plan-title {
  background-color: #89b758;
}
.cid-rT2etjHVuS .plan-header,
.cid-rT2etjHVuS .plan-body {
  background-color: #ffffff;
  border-bottom: solid 2px rgba(0, 0, 0, 0.07);
}
.cid-rT2etjHVuS .price-figure {
  font-weight: 600;
  color: #232323;
}
.cid-rT2etjHVuS .price-value {
  font-weight: 700;
  vertical-align: top;
  line-height: 1;
  margin-right: 0.25rem;
}
@media (max-width: 550px) {
  .cid-rT2etjHVuS .price-figure {
    font-size: 4.25rem;
  }
}
.cid-rT34QY5Ioc {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rT34QY5Ioc .google-map {
  height: 25rem;
  position: relative;
}
.cid-rT34QY5Ioc .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-rT34QY5Ioc .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-rT34QY5Ioc .google-map[data-state] {
  background: #e9e5dc;
}
.cid-rT34QY5Ioc .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-rT34QY5Ioc .container-fluid {
  padding: 0;
}
.cid-rT34QY5Ioc .relative {
  position: relative;
  width: 100%;
}
.cid-rT34QY5Ioc .mbr-section-title {
  color: #656565;
}
.cid-rT34QY5Ioc .block {
  background: rgba(50, 50, 50, 0.8);
  position: absolute;
  padding: 2rem;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  width: 400px;
  height: 100%;
  top: 0;
  right: 0;
}
.cid-rT34QY5Ioc .line {
  height: 3px;
  width: 60px;
  background: #ffffff;
  margin: auto;
  margin-bottom: 1rem;
  margin-top: 1rem;
}
.cid-rT34QY5Ioc .title {
  text-align: center;
  color: #ffffff;
}
.cid-rT34QY5Ioc .text {
  text-align: center;
  color: #ffffff;
  line-height: 1.5;
}
@media (max-width: 576px) {
  .cid-rT34QY5Ioc .block {
    position: relative;
    width: 100%;
    height: auto;
    padding: 6rem 2rem;
  }
}
.cid-rT36REasWr {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rT36REasWr .nav-tabs .nav-item.open .nav-link:focus,
.cid-rT36REasWr .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-rT36REasWr .nav-tabs {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: 1px solid #073b4c;
}
.cid-rT36REasWr .nav-tabs .nav-item {
  padding: .5rem;
}
.cid-rT36REasWr .first {
  margin-left: -24px;
}
.cid-rT36REasWr .nav-tabs .nav-link {
  color: #073b4c;
  font-style: normal;
  font-weight: 500;
  transition: all .5s;
  border: none;
}
.cid-rT36REasWr .nav-tabs .nav-link:hover {
  cursor: pointer;
  color: #149dcc;
}
.cid-rT36REasWr .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #149dcc;
  font-style: normal;
}
.cid-rT36REasWr P {
  color: #879a9f;
}
@media (max-width: 576px) {
  .cid-rT36REasWr .nav-tabs {
    flex-direction: column;
    justify-content: center;
  }
  .cid-rT36REasWr .mbr-text,
  .cid-rT36REasWr .nav-link {
    text-align: center;
  }
}
.cid-rT2NMwAczF {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #2ec3ff;
}
.cid-rT2NMwAczF .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-rT2NMwAczF .row {
  border-bottom: 1px solid #808080;
}
.cid-rT2NMwAczF H2 {
  color: #e7272d;
}
.cid-rT2NMwAczF .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-rT2NMwAczF .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-rT2NMwAczF .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-rT2NMwAczF .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-rT2NMwAczF .col-lg-12 {
  overflow: hidden;
}
.cid-rT2NMwAczF H4 {
  color: #fbbe36;
}
.cid-rT2NMwAczF .mbr-text,
.cid-rT2NMwAczF .mbr-section-btn {
  color: #0e0e0e;
}
@media (max-width: 767px) {
  .cid-rT2NMwAczF .logo-wrap:before {
    content: none;
  }
  .cid-rT2NMwAczF .logo-wrap:after {
    content: none;
  }
}
.cid-rT2NMwAczF H3 {
  color: #0e0e0e;
}
.cid-rT2NMwAczF P {
  color: #0e0e0e;
}
.cid-rT6MJq289K {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #53727e;
}
.cid-rT6MJq289K H2 {
  color: #e7272d;
}
.cid-rT6MJq289K img {
  max-width: 500px;
  margin: auto;
}
.cid-rT6MJq289K H1 {
  color: #89b758;
}
@media (min-width: 767px) {
  .cid-rT6MJq289K .display-1 {
    margin-top: -1.6rem;
  }
}
.cid-rT6MJq289K .span-row {
  width: 100%;
}
.cid-rT6MJq289K .mbr-text,
.cid-rT6MJq289K .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-rT64AqY7Nm .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-rT64AqY7Nm .dropdown-item:not(:last-child) {
  border-bottom: 1px solid lightgray;
}
.cid-rT64AqY7Nm .dropdown-menu {
  padding: 0;
  background: #ffffff !important;
}
.cid-rT64AqY7Nm .dropdown-item {
  color: #000000 !important;
}
.cid-rT64AqY7Nm .dropdown-item:hover {
  color: #000000 !important;
}
.cid-rT64AqY7Nm .nav-link {
  position: relative;
  font-weight: 600;
}
.cid-rT64AqY7Nm .nav-link:hover {
  color: #53727e !important;
}
.cid-rT64AqY7Nm .nav-link:hover:before {
  opacity: 1;
}
.cid-rT64AqY7Nm .nav-link:before {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
  height: 2px;
  width: 12px;
  transition: all 0.3s;
  opacity: 0;
  background: #53727e;
}
.cid-rT64AqY7Nm .btn-white {
  color: #2ec3ff !important;
}
.cid-rT64AqY7Nm .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-rT64AqY7Nm .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-rT64AqY7Nm .container {
  display: flex;
  margin: auto;
}
.cid-rT64AqY7Nm .navbar-caption {
  padding-right: 3rem;
}
.cid-rT64AqY7Nm .navbar.opened {
  background: #2ec3ff !important;
}
.cid-rT64AqY7Nm .nav-item:focus,
.cid-rT64AqY7Nm .nav-link:focus {
  outline: none;
}
.cid-rT64AqY7Nm .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rT64AqY7Nm .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rT64AqY7Nm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rT64AqY7Nm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 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-rT64AqY7Nm .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rT64AqY7Nm .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.5em 1.5em 0.5em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rT64AqY7Nm .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #2ec3ff;
}
.cid-rT64AqY7Nm .navbar.opened {
  transition: all .3s;
}
.cid-rT64AqY7Nm .navbar .dropdown-item {
  padding: .5rem 1.5rem;
}
.cid-rT64AqY7Nm .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-rT64AqY7Nm .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-rT64AqY7Nm .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-rT64AqY7Nm .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.5rem);
  }
}
.cid-rT64AqY7Nm .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rT64AqY7Nm .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rT64AqY7Nm .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-rT64AqY7Nm .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rT64AqY7Nm .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-rT64AqY7Nm .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rT64AqY7Nm .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rT64AqY7Nm .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rT64AqY7Nm .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rT64AqY7Nm .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rT64AqY7Nm .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-rT64AqY7Nm .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rT64AqY7Nm .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rT64AqY7Nm .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-rT64AqY7Nm .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-rT64AqY7Nm .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rT64AqY7Nm .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rT64AqY7Nm .navbar.navbar-short {
  background: #2ec3ff !important;
  min-height: 60px;
}
.cid-rT64AqY7Nm .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rT64AqY7Nm .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rT64AqY7Nm .navbar-brand {
  -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;
}
.cid-rT64AqY7Nm .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rT64AqY7Nm .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rT64AqY7Nm .dropdown-item.active,
.cid-rT64AqY7Nm .dropdown-item:active {
  background-color: transparent;
}
.cid-rT64AqY7Nm .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-rT64AqY7Nm .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rT64AqY7Nm .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rT64AqY7Nm .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #2ec3ff;
}
.cid-rT64AqY7Nm .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rT64AqY7Nm .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rT64AqY7Nm ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rT64AqY7Nm .navbar-buttons {
  text-align: center;
}
.cid-rT64AqY7Nm button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rT64AqY7Nm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fee900;
}
.cid-rT64AqY7Nm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rT64AqY7Nm button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rT64AqY7Nm button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rT64AqY7Nm button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rT64AqY7Nm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rT64AqY7Nm nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rT64AqY7Nm nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rT64AqY7Nm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rT64AqY7Nm .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-rT64AqY7Nm a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rT64AqY7Nm .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-rT64AqY7Nm .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-rT64AqY7Nm .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rT64AqY7Nm .navbar {
    height: 77px;
  }
  .cid-rT64AqY7Nm .navbar.opened {
    height: auto;
  }
  .cid-rT64AqY7Nm .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rT657wWpxn {
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-rT657wWpxn H2 {
  color: #e7272d;
}
.cid-rT657wWpxn img {
  max-width: 500px;
  margin: auto;
}
.cid-rT657wWpxn H1 {
  color: #89b758;
}
@media (min-width: 767px) {
  .cid-rT657wWpxn .display-1 {
    margin-top: -1.6rem;
  }
}
.cid-rT657wWpxn .span-row {
  width: 100%;
}
.cid-rT64AspJyD {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #2ec3ff;
}
.cid-rT64Ate4on {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #53727e;
}
.cid-rT64Ate4on .nav-tabs .nav-item.open .nav-link:focus,
.cid-rT64Ate4on .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-rT64Ate4on .nav-tabs {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: 0px solid lightgray;
}
.cid-rT64Ate4on .nav-tabs .nav-item {
  padding: .0rem;
}
.cid-rT64Ate4on .nav-link {
  padding: .4rem 0.8rem;
}
.cid-rT64Ate4on .nav-tabs .nav-link {
  color: #ffffff;
  font-style: normal;
  font-weight: 500;
  transition: all .5s;
  background: transparent;
  border: none;
  border-radius: 0 !important;
  border-bottom: 2px solid #c90019;
}
.cid-rT64Ate4on .nav-tabs .nav-link:hover {
  cursor: pointer;
  color: #53727e;
  border-bottom: 2px solid #53727e;
}
.cid-rT64Ate4on .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #53727e;
  font-style: normal;
  border-bottom: 2px solid #53727e;
}
.cid-rT64Ate4on P {
  color: #ffffff;
}
@media (max-width: 576px) {
  .cid-rT64Ate4on .nav-tabs {
    flex-direction: column;
    justify-content: center;
  }
  .cid-rT64Ate4on .mbr-text,
  .cid-rT64Ate4on .nav-link {
    text-align: center;
  }
}
.cid-rT64AxYJw6 {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #2ec3ff;
}
.cid-rT64AxYJw6 .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-rT64AxYJw6 .row {
  border-bottom: 1px solid #808080;
}
.cid-rT64AxYJw6 H2 {
  color: #e7272d;
}
.cid-rT64AxYJw6 .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-rT64AxYJw6 .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-rT64AxYJw6 .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-rT64AxYJw6 .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-rT64AxYJw6 .col-lg-12 {
  overflow: hidden;
}
.cid-rT64AxYJw6 H4 {
  color: #fbbe36;
}
.cid-rT64AxYJw6 .mbr-text,
.cid-rT64AxYJw6 .mbr-section-btn {
  color: #0e0e0e;
}
@media (max-width: 767px) {
  .cid-rT64AxYJw6 .logo-wrap:before {
    content: none;
  }
  .cid-rT64AxYJw6 .logo-wrap:after {
    content: none;
  }
}
.cid-rT64AxYJw6 H3 {
  color: #0e0e0e;
}
.cid-rT64AxYJw6 P {
  color: #0e0e0e;
}
.cid-QZQpumkePG {
  background: linear-gradient(45deg, #ffffff, #149dcc);
}
.cid-QZQpumkePG H1 {
  color: #232323;
}
.cid-QZQpumkePG .mbr-text,
.cid-QZQpumkePG .mbr-section-btn {
  color: #232323;
}
.cid-QZQpumkePG H3 {
  color: #232323;
}
.cid-rT2oTPALZi .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-rT2oTPALZi .dropdown-item:not(:last-child) {
  border-bottom: 1px solid lightgray;
}
.cid-rT2oTPALZi .dropdown-menu {
  padding: 0;
  background: #ffffff !important;
}
.cid-rT2oTPALZi .dropdown-item {
  color: #000000 !important;
}
.cid-rT2oTPALZi .dropdown-item:hover {
  color: #000000 !important;
}
.cid-rT2oTPALZi .nav-link {
  position: relative;
  font-weight: 600;
}
.cid-rT2oTPALZi .nav-link:hover {
  color: #53727e !important;
}
.cid-rT2oTPALZi .nav-link:hover:before {
  opacity: 1;
}
.cid-rT2oTPALZi .nav-link:before {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
  height: 2px;
  width: 12px;
  transition: all 0.3s;
  opacity: 0;
  background: #53727e;
}
.cid-rT2oTPALZi .btn-white {
  color: #2ec3ff !important;
}
.cid-rT2oTPALZi .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-rT2oTPALZi .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-rT2oTPALZi .container {
  display: flex;
  margin: auto;
}
.cid-rT2oTPALZi .navbar-caption {
  padding-right: 3rem;
}
.cid-rT2oTPALZi .navbar.opened {
  background: #2ec3ff !important;
}
.cid-rT2oTPALZi .nav-item:focus,
.cid-rT2oTPALZi .nav-link:focus {
  outline: none;
}
.cid-rT2oTPALZi .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rT2oTPALZi .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rT2oTPALZi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rT2oTPALZi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 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-rT2oTPALZi .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rT2oTPALZi .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.5em 1.5em 0.5em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rT2oTPALZi .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #2ec3ff;
}
.cid-rT2oTPALZi .navbar.opened {
  transition: all .3s;
}
.cid-rT2oTPALZi .navbar .dropdown-item {
  padding: .5rem 1.5rem;
}
.cid-rT2oTPALZi .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-rT2oTPALZi .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-rT2oTPALZi .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-rT2oTPALZi .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.5rem);
  }
}
.cid-rT2oTPALZi .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rT2oTPALZi .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rT2oTPALZi .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-rT2oTPALZi .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rT2oTPALZi .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-rT2oTPALZi .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rT2oTPALZi .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rT2oTPALZi .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rT2oTPALZi .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rT2oTPALZi .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rT2oTPALZi .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-rT2oTPALZi .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rT2oTPALZi .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rT2oTPALZi .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-rT2oTPALZi .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-rT2oTPALZi .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rT2oTPALZi .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rT2oTPALZi .navbar.navbar-short {
  background: #2ec3ff !important;
  min-height: 60px;
}
.cid-rT2oTPALZi .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rT2oTPALZi .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rT2oTPALZi .navbar-brand {
  -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;
}
.cid-rT2oTPALZi .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rT2oTPALZi .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rT2oTPALZi .dropdown-item.active,
.cid-rT2oTPALZi .dropdown-item:active {
  background-color: transparent;
}
.cid-rT2oTPALZi .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-rT2oTPALZi .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rT2oTPALZi .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rT2oTPALZi .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #2ec3ff;
}
.cid-rT2oTPALZi .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rT2oTPALZi .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rT2oTPALZi ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rT2oTPALZi .navbar-buttons {
  text-align: center;
}
.cid-rT2oTPALZi button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rT2oTPALZi button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fee900;
}
.cid-rT2oTPALZi button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rT2oTPALZi button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rT2oTPALZi button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rT2oTPALZi button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rT2oTPALZi nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rT2oTPALZi nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rT2oTPALZi nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rT2oTPALZi nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rT2oTPALZi .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-rT2oTPALZi a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rT2oTPALZi .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-rT2oTPALZi .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-rT2oTPALZi .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rT2oTPALZi .navbar {
    height: 77px;
  }
  .cid-rT2oTPALZi .navbar.opened {
    height: auto;
  }
  .cid-rT2oTPALZi .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rT2NMwAczF {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #2ec3ff;
}
.cid-rT2NMwAczF .logo {
  max-width: 140px;
  width: 100%;
  margin: auto;
}
.cid-rT2NMwAczF .row {
  border-bottom: 1px solid #808080;
}
.cid-rT2NMwAczF H2 {
  color: #e7272d;
}
.cid-rT2NMwAczF .feedimg {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin: 0 2px;
}
.cid-rT2NMwAczF .logo-wrap {
  width: fit-content;
  margin: auto;
  position: relative;
}
.cid-rT2NMwAczF .logo-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-rT2NMwAczF .logo-wrap:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 180px;
  width: 999px;
  height: 1px;
  background: #808080;
}
.cid-rT2NMwAczF .col-lg-12 {
  overflow: hidden;
}
.cid-rT2NMwAczF H4 {
  color: #fbbe36;
}
.cid-rT2NMwAczF .mbr-text,
.cid-rT2NMwAczF .mbr-section-btn {
  color: #0e0e0e;
}
@media (max-width: 767px) {
  .cid-rT2NMwAczF .logo-wrap:before {
    content: none;
  }
  .cid-rT2NMwAczF .logo-wrap:after {
    content: none;
  }
}
.cid-rT2NMwAczF H3 {
  color: #0e0e0e;
}
.cid-rT2NMwAczF P {
  color: #0e0e0e;
}
