.btn {
  border-width: 2px;
}
body {
  font-family: Quicksand;
}
.display-1 {
  font-family: 'Quattrocento', serif;
  font-size: 2.875rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 3.59375rem;
}
.display-2 {
  font-family: 'Quattrocento', serif;
  font-size: 2rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-4 {
  font-family: 'Quicksand', sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.40625rem;
}
.display-5 {
  font-family: 'Quattrocento', serif;
  font-size: 1.375rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 1.71875rem;
}
.display-7 {
  font-family: 'Quicksand', sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.40625rem;
}
/* ---- 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: 2.3rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.0125rem;
    font-size: calc( 1.65625rem + (2.875 - 1.65625) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.65625rem + (2.875 - 1.65625) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.9rem;
    font-size: calc( 1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.1rem;
    font-size: calc( 1.13125rem + (1.375 - 1.13125) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.13125rem + (1.375 - 1.13125) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.9rem;
    font-size: calc( 1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.mbr-section-btn {
  width: 100%;
}
.mbr-section-title {
  margin: 0;
}
.mbr-section-subtitle {
  padding: 0;
  margin: 0;
}
.mbr-text {
  padding: 0;
  margin: 0;
}
.btn {
  padding: 0.5625rem 2.3125rem;
  border-radius: 0px;
}
.btn-sm {
  padding: 0.6rem 2.8rem;
  border-radius: 0px;
}
.btn-md {
  padding: 0.6rem 2.8rem;
  border-radius: 0px;
}
.btn-lg {
  padding: 1rem 2.8rem;
  border-radius: 0px;
}
.bg-primary {
  background-color: #d8e3d5 !important;
}
.bg-success {
  background-color: #898e67 !important;
}
.bg-info {
  background-color: #1b745e !important;
}
.bg-warning {
  background-color: #fffbf6 !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #d8e3d5 !important;
  border-color: #d8e3d5 !important;
  color: #10634e !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #10634e !important;
  background-color: #c4d5c0 !important;
  border-color: #c4d5c0 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #10634e !important;
  background-color: #c4d5c0 !important;
  border-color: #c4d5c0 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #c6377f !important;
  border-color: #c6377f !important;
  color: #10634e !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #10634e !important;
  background-color: #aa2f6d !important;
  border-color: #aa2f6d !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #10634e !important;
  background-color: #aa2f6d !important;
  border-color: #aa2f6d !important;
}
.btn-info,
.btn-info:active {
  background-color: #1b745e !important;
  border-color: #1b745e !important;
  color: #10634e !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #10634e !important;
  background-color: #145747 !important;
  border-color: #145747 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #10634e !important;
  background-color: #145747 !important;
  border-color: #145747 !important;
}
.btn-success,
.btn-success:active {
  background-color: #898e67 !important;
  border-color: #898e67 !important;
  color: #10634e !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #10634e !important;
  background-color: #757958 !important;
  border-color: #757958 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #10634e !important;
  background-color: #757958 !important;
  border-color: #757958 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #fffbf6 !important;
  border-color: #fffbf6 !important;
  color: #10634e !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #10634e !important;
  background-color: #ffebd2 !important;
  border-color: #ffebd2 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #10634e !important;
  background-color: #ffebd2 !important;
  border-color: #ffebd2 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
  color: #10634e !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #10634e !important;
  background-color: #ff8142 !important;
  border-color: #ff8142 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #10634e !important;
  background-color: #ff8142 !important;
  border-color: #ff8142 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #10634e !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #10634e !important;
  background-color: #ededed !important;
  border-color: #ededed !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #10634e !important;
  background-color: #ededed !important;
  border-color: #ededed !important;
}
.btn-black,
.btn-black:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #10634e !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #10634e !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #10634e !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #d8e3d5;
  color: #000000;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff !important;
  background-color: #d8e3d5 !important;
  border-color: #d8e3d5;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #d8e3d5 !important;
  border-color: #d8e3d5 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #c6377f;
  color: #000000;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff !important;
  background-color: #c6377f !important;
  border-color: #c6377f;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #c6377f !important;
  border-color: #c6377f !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #1b745e;
  color: #000000;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff !important;
  background-color: #1b745e !important;
  border-color: #1b745e;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #1b745e !important;
  border-color: #1b745e !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #898e67;
  color: #000000;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff !important;
  background-color: #898e67 !important;
  border-color: #898e67;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #898e67 !important;
  border-color: #898e67 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #fffbf6;
  color: #000000;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff !important;
  background-color: #fffbf6 !important;
  border-color: #fffbf6;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #fffbf6 !important;
  border-color: #fffbf6 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ff9966;
  color: #000000;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #000000;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #ffffff !important;
  background-color: #ffffff !important;
  border-color: #ffffff;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #ffffff !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.text-primary {
  color: #d8e3d5 !important;
}
.text-secondary {
  color: #c6377f !important;
}
.text-success {
  color: #898e67 !important;
}
.text-info {
  color: #1b745e !important;
}
.text-warning {
  color: #fffbf6 !important;
}
.text-danger {
  color: #ff9966 !important;
}
.text-white {
  color: #ffffff;
}
.text-black {
  color: #000000;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #76214c !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #76214c !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #50533c !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #08211b !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #ffce90 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ff5500 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #000000;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #ffffff;
}
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;
  transition: all 0.2s ease-in-out;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  /*transition: background-position 0s ease-in-out;*/
  /*background-image: linear-gradient(currentColor 50%, currentColor 50%);*/
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #d8e3d5;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #1b745e;
}
.alert-warning {
  background-color: #fffbf6;
}
.alert-danger {
  background-color: #ff9966;
}
.mbr-gallery-filter li.active .btn {
  background-color: #d8e3d5;
  border-color: #d8e3d5;
  /*.color: contrast(@primaryColor, darken(@primaryColor, 45%), #ffffff, 60%);*/
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #d8e3d5;
}
.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: #c2c5af;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #3dd2ad;
}
.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*/
.form-control {
  font-family: 'Quicksand', sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.40625rem;
}
.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: @primaryColor!important;*/
}
.form-control:-webkit-input-placeholder {
  font-family: 'Quicksand', sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.40625rem;
}
blockquote {
  border-color: #d8e3d5;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #d8e3d5;
  color: #000000;
}
.jq-number__spin {
  transition: 0s ease;
}
.jq-number__spin:hover {
  border-color: #d8e3d5;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0s;
  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: #d8e3d5;
  border-bottom-color: #d8e3d5;
}
.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: #d8e3d5 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #c6377f !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='%23d8e3d5' %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;
}
.container {
  max-width: 1100px;
}
.btn {
  font-weight: 400;
}
.cid-tif9Cwtf8p {
  padding-top: 6rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/florsperquesi-entrada-tienda-2-1920x1179.jpeg");
}
.cid-tif9Cwtf8p .svg-top {
  display: none;
}
.cid-tif9Cwtf8p .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-tif9Cwtf8p .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #d8e3d5;
}
.cid-tif9Cwtf8p .svg-top .st0 {
  fill: "file:///C:/Users/Mayte/Documents/FLORSPERQUESI/WEB%20HTML/v1/florista/assets/images/florsperquesi-entrada-tienda-2-1920x1179.jpeg";
}
@media (max-width: 992px) {
  .cid-tif9Cwtf8p .svg-top {
    width: 1000px;
  }
}
@keyframes svg-wave {
  from {
    transform: scaleX(1) scaleY(1.1);
  }
  to {
    transform: scaleX(1) scaleY(1.6);
  }
}
@media (min-width: 1400px) {
  .cid-tif9Cwtf8p .col-12 {
    padding: 0 2rem;
  }
  .cid-tif9Cwtf8p .row {
    margin: 0 -2rem;
  }
}
.cid-tif9Cwtf8p .mbr-text,
.cid-tif9Cwtf8p .mbr-section-btn {
  color: #ffffff;
}
.cid-tif9Cwtf8p .mbr-section-title {
  color: #ffffff;
}
.cid-sxcFftsIK0 .navbar-dropdown {
  position: relative !important;
}
.cid-sxcFftsIK0 .navbar-dropdown {
  position: absolute !important;
}
.cid-sxcFftsIK0 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sxcFftsIK0 .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-sxcFftsIK0 .dropdown-item:hover,
.cid-sxcFftsIK0 .dropdown-item:focus {
  color: #d8e3d5 !important;
}
.cid-sxcFftsIK0 .nav-dropdown .link {
  padding: 0 0em !important;
  margin: 0.667em 1em !important;
}
.cid-sxcFftsIK0 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sxcFftsIK0 .nav-link {
  position: relative;
  padding: 0;
}
.cid-sxcFftsIK0 .container {
  display: flex;
  flex-direction: column;
  margin: auto;
}
.cid-sxcFftsIK0 .iconfont-wrapper {
  color: #898e67 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sxcFftsIK0 .dropdown-menu,
.cid-sxcFftsIK0 .navbar.opened {
  background: #ffffff !important;
}
.cid-sxcFftsIK0 .nav-item:focus,
.cid-sxcFftsIK0 .nav-link:focus {
  outline: none;
}
.cid-sxcFftsIK0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sxcFftsIK0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sxcFftsIK0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sxcFftsIK0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sxcFftsIK0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sxcFftsIK0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sxcFftsIK0 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.8);
}
.cid-sxcFftsIK0 .navbar.opened {
  transition: all 0.3s;
}
.cid-sxcFftsIK0 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sxcFftsIK0 .navbar .navbar-logo img {
  width: auto;
}
.cid-sxcFftsIK0 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sxcFftsIK0 .navbar.collapsed {
  justify-content: center;
}
.cid-sxcFftsIK0 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sxcFftsIK0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sxcFftsIK0 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.9rem);
  }
}
.cid-sxcFftsIK0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sxcFftsIK0 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sxcFftsIK0 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sxcFftsIK0 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sxcFftsIK0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sxcFftsIK0 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sxcFftsIK0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sxcFftsIK0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sxcFftsIK0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sxcFftsIK0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sxcFftsIK0 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sxcFftsIK0 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sxcFftsIK0 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sxcFftsIK0 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sxcFftsIK0 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sxcFftsIK0 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sxcFftsIK0 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sxcFftsIK0 .navbar.navbar-short {
  min-height: 60px;
}
.cid-sxcFftsIK0 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sxcFftsIK0 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sxcFftsIK0 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sxcFftsIK0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sxcFftsIK0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sxcFftsIK0 .dropdown-item.active,
.cid-sxcFftsIK0 .dropdown-item:active {
  background-color: transparent;
}
.cid-sxcFftsIK0 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sxcFftsIK0 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sxcFftsIK0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sxcFftsIK0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sxcFftsIK0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sxcFftsIK0 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sxcFftsIK0 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sxcFftsIK0 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sxcFftsIK0 button.navbar-toggler {
  margin-bottom: 15px;
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sxcFftsIK0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0c5b47;
}
.cid-sxcFftsIK0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sxcFftsIK0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sxcFftsIK0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sxcFftsIK0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sxcFftsIK0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sxcFftsIK0 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sxcFftsIK0 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sxcFftsIK0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sxcFftsIK0 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-sxcFftsIK0 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sxcFftsIK0 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sxcFftsIK0 .navbar {
    height: 70px;
  }
  .cid-sxcFftsIK0 .navbar.opened {
    height: auto;
  }
  .cid-sxcFftsIK0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sxcFftsIK0 .line-animation {
  opacity: 0;
  position: absolute;
  bottom: -4px;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transition: all 0.2s ease-in-out;
}
.cid-sxcFftsIK0 .nav-link:hover .line-animation {
  opacity: 1;
}
.cid-sxcFftsIK0 a {
  display: inline;
  font-weight: bold;
}
.cid-sxcFftsIK0 img {
  display: inline;
  padding-right: 10px;
}
.cid-sxcFftsIK0 .dropdown-toggle:after {
  display: none;
}
.cid-sxcFftsIK0 .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-sxcFftsIK0 .dropdown-item:hover {
  color: #fffbf6 !important;
}
@media (max-width: 990px) {
  .cid-sxcFftsIK0 .dropdown-menu {
    margin-top: 0px;
  }
}
.cid-sxcB1OWrJq {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sxcB1OWrJq .item-wrapper {
  width: 100%;
}
.cid-sxcB1OWrJq .left-side {
  text-align: left;
  padding-left: 5rem;
}
.cid-sxcB1OWrJq .row {
  align-items: center;
}
.cid-sxcB1OWrJq .mbr-section-title {
  margin: 0;
  color: #0c5b47;
  padding: 0;
}
@media (max-width: 990px) {
  .cid-sxcB1OWrJq .left-side {
    padding-right: 15px;
    padding-left: 15px;
    padding-top: 20px;
  }
  .cid-sxcB1OWrJq .right-side {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.cid-sxcB1OWrJq .sign {
  max-width: 250px;
  display: inline;
}
.cid-sxcB1OWrJq .mbr-text,
.cid-sxcB1OWrJq .right-side {
  color: #1b745e;
}
.cid-sxcB1OWrJq .mbr-section-title,
.cid-sxcB1OWrJq .si {
  color: #898e67;
}
.cid-sxcB1OWrJq .text {
  color: #000000;
}
.cid-sxcB5ZREl1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/florsperquesi-motivo-1350x826.jpg");
}
.cid-sxcB5ZREl1 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sxcB5ZREl1 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-sxcB5ZREl1 .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-sxcB5ZREl1 .container {
  min-height: 200px;
}
.cid-sxcLXypOOa {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #e0ecdc;
}
.cid-sxcLXypOOa .mbr-section-title {
  color: #506b3d;
  text-align: center;
}
.cid-sxcLXypOOa .mbr-section-subtitle {
  color: #232323;
  text-align: center;
  font-style: italic;
  padding-bottom: 12px;
}
.cid-sxcLXypOOa .row {
  align-items: center;
  height: 100%;
}
.cid-sxcLXypOOa .container {
  max-width: 720px;
  margin: auto;
}
.cid-tiQ7x98kNU {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #e0ecdc;
}
.cid-tiQ7x98kNU img {
  border-radius: 0px;
  width: 100%;
}
.cid-tiQ7x98kNU .col-12 {
  padding: 0;
}
.cid-tiQ7x98kNU .item-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.cid-tiQ7x98kNU .container-fluid {
  padding: 0;
}
.cid-tiQ7x98kNU .row {
  margin: 0;
}
.cid-tiQ7x98kNU .l2 {
  color: #0c5b47;
}
.cid-tiQ7x98kNU .l1 {
  color: #0c5b47;
}
.cid-tiPZ4ufx1U {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #e0ecdc;
}
.cid-tiPZ4ufx1U .card-wrapper {
  background: none;
  display: block;
  margin: 25px 0;
}
.cid-tiPZ4ufx1U .card-wrapper .image-wrap img {
  width: 100%;
}
.cid-tiPZ4ufx1U .mbr-iconfont {
  display: block;
  font-size: 2.5rem;
  color: #898e67;
  margin-right: 15px;
  height: 100%;
  margin-bottom: 8px;
}
.cid-tiPZ4ufx1U .row {
  align-items: center;
}
.cid-tiPZ4ufx1U .card-box {
  display: inline-flex;
  text-align: left;
  margin: 0;
}
.cid-tiPZ4ufx1U .col {
  padding: 0;
}
.cid-tiPZ4ufx1U .mbr-section-subtitle {
  padding: 0;
  margin: 0;
  padding-bottom: 20px;
}
.cid-tiPZ4ufx1U .card-title,
.cid-tiPZ4ufx1U .iconfont-wrapper {
  color: #0c5b47;
}
.cid-tiPZ4ufx1U a {
  padding: 0;
  border: 0px;
  transition: all 0.2s ease-out;
  padding-left: 0;
  padding-right: 0;
  word-break: normal;
  justify-content: center;
}
.cid-tiPZ4ufx1U .card-title,
.cid-tiPZ4ufx1U .lin {
  color: #898e67;
}
.cid-tiPZ4ufx1U .card-title {
  font-size: 25px;
  margin-bottom: 8px;
}
.cid-tiPZ4ufx1U .lin {
  color: #232323;
}
.cid-tkP4aVk0iC {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #e0ecdc;
}
.cid-tkP4aVk0iC input {
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0;
  border: none!important;
  box-shadow: none;
}
.cid-tkP4aVk0iC .mbr-text {
  padding: 10px 30% 0;
}
.cid-tkP4aVk0iC .btn {
  white-space: nowrap;
  padding-left: 30px;
  padding-right: 30px;
}
.cid-tkP4aVk0iC .form-group {
  position: relative;
  display: inline-block;
  margin-right: 10px;
  border-bottom: 1px solid #0c5b47!important;
}
.cid-tkP4aVk0iC .top {
  width: 100%;
  margin-top: 30px;
  padding: 0 25%;
}
.cid-tkP4aVk0iC .mbr-iconfont {
  display: block;
  font-size: 3.5rem;
  color: #1b745e;
  height: 100%;
  padding-bottom: 10px;
}
.cid-tkP4aVk0iC .row {
  align-items: center;
}
.cid-tkP4aVk0iC .card-box {
  display: inline-flex;
  text-align: left;
  margin: 0;
}
.cid-tkP4aVk0iC .iconfont-wrapper {
  width: 100%;
}
.cid-tkP4aVk0iC h4 {
  width: 100%;
}
.cid-tkP4aVk0iC .card-heading,
.cid-tkP4aVk0iC .iconfont-wrapper {
  color: #c6377f;
  text-align: center;
  padding: 0 30%;
}
.cid-tkP4aVk0iC .p,
.cid-tkP4aVk0iC .mbr-form {
  text-align: center;
  color: #232323;
}
@media (max-width: 990px) {
  .cid-tkP4aVk0iC .top {
    padding: 0 15px;
  }
  .cid-tkP4aVk0iC .col-auto {
    margin: auto;
  }
  .cid-tkP4aVk0iC .mbr-text {
    padding: 15px 15px 0;
  }
  .cid-tkP4aVk0iC .card-heading {
    padding: 0 15px;
  }
}
.cid-tkP4aVk0iC .button {
  position: absolute;
  right: 0px;
  top: 0px;
  padding: 0;
}
.cid-tkP4aVk0iC .form-control {
  font-style: italic;
  color: #1b745e !important;
  font-family: crimson text,serif;
}
.cid-tkTKPwN2Ly {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tkTKPwN2Ly .mbr-section-title {
  color: #898e67;
  text-align: center;
}
.cid-tkTKPwN2Ly .mbr-section-subtitle {
  color: #1b745e;
  text-align: center;
  font-style: italic;
  padding-bottom: 12px;
}
.cid-tkTKPwN2Ly .row {
  align-items: center;
  height: 100%;
}
.cid-tkTKPwN2Ly .container {
  max-width: 720px;
  margin: auto;
}
.cid-tkSU5iDWXV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/florsperquesi-interiortienda-1920x1179.jpeg");
}
.cid-tkSU5iDWXV .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tkSU5iDWXV .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-tkSU5iDWXV .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-tkSU5iDWXV .container {
  min-height: 200px;
}
.cid-tkUnUXtGkj {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tkUnUXtGkj .item-wrapper {
  width: 100%;
}
.cid-tkUnUXtGkj .left-side {
  text-align: left;
  padding-left: 5rem;
}
.cid-tkUnUXtGkj .row {
  align-items: center;
}
.cid-tkUnUXtGkj .mbr-section-title {
  margin: 0;
  color: #0c5b47;
  padding: 0;
}
@media (max-width: 990px) {
  .cid-tkUnUXtGkj .left-side {
    padding-right: 15px;
    padding-left: 15px;
    padding-top: 20px;
  }
  .cid-tkUnUXtGkj .right-side {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.cid-tkUnUXtGkj .sign {
  max-width: 250px;
  display: inline;
}
.cid-tkUnUXtGkj .mbr-text,
.cid-tkUnUXtGkj .right-side {
  color: #1b745e;
}
.cid-tkUnUXtGkj .mbr-section-title,
.cid-tkUnUXtGkj .si {
  color: #898e67;
}
.cid-tkUnUXtGkj .text {
  color: #626262;
}
.cid-tkUnUXtGkj .desc {
  color: #000000;
}
.cid-tkUpZrLCS8 {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tkUpZrLCS8 .mbr-section-title {
  color: #506b3d;
  text-align: center;
}
.cid-tkUpZrLCS8 .mbr-section-subtitle {
  color: #1b745e;
  text-align: center;
  font-style: italic;
  padding-bottom: 12px;
}
.cid-tkUpZrLCS8 .row {
  align-items: center;
  height: 100%;
}
.cid-tkUpZrLCS8 .container {
  max-width: 720px;
  margin: auto;
}
.cid-tkSPXiZ9nm {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e0ecdc;
}
.cid-tkSPXiZ9nm .left-side {
  text-align: left;
  padding-left: 80px;
  padding-right: 150px;
}
.cid-tkSPXiZ9nm .row {
  align-items: center;
  background: #e0ecdc;
  padding: 0px;
  margin: 0;
}
.cid-tkSPXiZ9nm .mbr-section-title {
  margin: 0 0 12px;
  color: #898e67;
}
.cid-tkSPXiZ9nm .desc {
  padding: 0 0px 20px;
  color: #232323;
}
.cid-tkSPXiZ9nm .col-auto {
  display: inline-block;
}
.cid-tkSPXiZ9nm .container-fluid {
  padding: 0;
}
.cid-tkSPXiZ9nm .mbr-section-subtitle {
  color: #1b745e;
  text-align: left;
  font-style: italic;
  padding-bottom: 12px;
}
.cid-tkSPXiZ9nm .right-side {
  padding: 0;
}
@media (max-width: 990px) {
  .cid-tkSPXiZ9nm .left-side {
    padding: 25px 15px;
  }
}
.cid-tkTdcThwQd {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #c6377f;
}
.cid-tkTdcThwQd .mbr-section-title {
  color: #0c5b47;
  text-align: center;
}
.cid-tkTdcThwQd .mbr-section-subtitle {
  color: #1b745e;
  text-align: center;
  font-style: italic;
  padding-bottom: 12px;
}
.cid-tkTdcThwQd .row {
  align-items: center;
  height: 100%;
}
.cid-tkTdcThwQd .container {
  max-width: 720px;
  margin: auto;
}
.cid-tkTQ0ivhOR {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #c6377f;
}
.cid-tkTQ0ivhOR p {
  text-align: center;
}
.cid-tkTQ0ivhOR .text-copyright {
  width: 100%;
  margin-bottom: 0;
}
.cid-tkTQ0ivhOR .img-logo-footer {
  margin-right: 1rem;
  max-width: 3rem;
}
.cid-tkTQ0ivhOR .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
  color: #ffffff;
}
.cid-tkTQ0ivhOR .logo-footer {
  line-height: normal;
}
.cid-tkTQ0ivhOR .copyright .list-inline {
  margin-bottom: 0;
}
.cid-tkTQ0ivhOR .copyright .list-inline .list-inline-item {
  margin: 10px 20px;
}
.cid-tkTQ0ivhOR .copyright .list-inline .list-inline-item:first-child {
  margin-left: 0;
}
.cid-tkTQ0ivhOR .social-btns {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tkTQ0ivhOR .media-container-row {
  align-items: center;
  justify-content: space-between;
}
.cid-tkTQ0ivhOR .icon-transition span {
  color: #ffffff;
  display: block;
  text-align: center;
  height: 2rem;
  border-radius: 50%;
  line-height: 2rem;
  width: 2rem;
  transition: all 0.3s ease-out 0s;
  font-size: 16px;
}
.cid-tkTQ0ivhOR .icon-transition span:hover {
  background-color: #ffffff;
  color: #ffffff;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-tkTQ0ivhOR .social-media {
  display: flex;
  justify-content: flex-end;
}
.cid-tkTQ0ivhOR .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-tkTQ0ivhOR .social-media ul li {
  padding: 4px;
  display: inline-block;
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@media (max-width: 991px) {
  .cid-tkTQ0ivhOR .logo-footer {
    text-align: center;
  }
  .cid-tkTQ0ivhOR .social-media {
    justify-content: center;
  }
}
.cid-tkTQ0ivhOR .address-title,
.cid-tkTQ0ivhOR .address-block {
  color: #ffffff;
}
.cid-tkUimzifRi {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/florsperquesi-motivo-contacto2-979x622.png");
}
.cid-tkUimzifRi *:focus {
  outline: none;
  box-shadow: none;
}
.cid-tkUimzifRi .form-control {
  width: 100%;
  background: #ffffff;
  border-radius: 0 !important;
  border: none !important;
  min-height: 47px;
}
.cid-tkUimzifRi .form-control::-webkit-input-placeholder {
  color: #000000;
}
.cid-tkUimzifRi .form-control::-moz-placeholder {
  color: #000000;
}
.cid-tkUimzifRi .form-control:-ms-input-placeholder {
  color: #000000;
}
.cid-tkUimzifRi .form-control:-moz-placeholder {
  color: #000000;
}
.cid-tkUimzifRi input.form-control {
  padding: 0.5rem;
}
.cid-tkUimzifRi .soc-item {
  display: inline-block;
  margin: 0 0.1rem 0.2rem 0.1rem;
  padding: 10px 11px 0 11px;
  border: 2px solid #e0ecdc !important;
  border-radius: 50% !important;
}
.cid-tkUimzifRi .soc-item:hover {
  opacity: 0.5;
}
.cid-tkUimzifRi .soc-item .socicon {
  font-size: 1.5rem;
  color: #e0ecdc;
}
.cid-tkUimzifRi .days-column,
.cid-tkUimzifRi .hours-column {
  display: inline-block;
}
.cid-tkUimzifRi .days-column span,
.cid-tkUimzifRi .hours-column span {
  display: block;
}
.cid-tkUimzifRi .logo img {
  width: auto;
  display: inline-block;
}
@media (max-width: 767px) {
  .cid-tkUimzifRi .days-column {
    padding-right: 0 !important;
  }
  .cid-tkUimzifRi .hours-column {
    max-width: 50% !important;
  }
  .cid-tkUimzifRi .opening-hours {
    padding-bottom: 48px !important;
  }
}
.cid-tkUBkVYcfx .navbar-dropdown {
  position: relative !important;
}
.cid-tkUBkVYcfx .navbar-dropdown {
  position: absolute !important;
}
.cid-tkUBkVYcfx .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tkUBkVYcfx .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-tkUBkVYcfx .dropdown-item:hover,
.cid-tkUBkVYcfx .dropdown-item:focus {
  color: #d8e3d5 !important;
}
.cid-tkUBkVYcfx .nav-dropdown .link {
  padding: 0 0em !important;
  margin: 0.667em 1em !important;
}
.cid-tkUBkVYcfx .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tkUBkVYcfx .nav-link {
  position: relative;
  padding: 0;
}
.cid-tkUBkVYcfx .container {
  display: flex;
  flex-direction: column;
  margin: auto;
}
.cid-tkUBkVYcfx .iconfont-wrapper {
  color: #898e67 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tkUBkVYcfx .dropdown-menu,
.cid-tkUBkVYcfx .navbar.opened {
  background: #ffffff !important;
}
.cid-tkUBkVYcfx .nav-item:focus,
.cid-tkUBkVYcfx .nav-link:focus {
  outline: none;
}
.cid-tkUBkVYcfx .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tkUBkVYcfx .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tkUBkVYcfx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tkUBkVYcfx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tkUBkVYcfx .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tkUBkVYcfx .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tkUBkVYcfx .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.8);
}
.cid-tkUBkVYcfx .navbar.opened {
  transition: all 0.3s;
}
.cid-tkUBkVYcfx .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tkUBkVYcfx .navbar .navbar-logo img {
  width: auto;
}
.cid-tkUBkVYcfx .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tkUBkVYcfx .navbar.collapsed {
  justify-content: center;
}
.cid-tkUBkVYcfx .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tkUBkVYcfx .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tkUBkVYcfx .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.9rem);
  }
}
.cid-tkUBkVYcfx .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tkUBkVYcfx .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tkUBkVYcfx .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tkUBkVYcfx .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tkUBkVYcfx .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tkUBkVYcfx .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tkUBkVYcfx .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tkUBkVYcfx .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tkUBkVYcfx .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tkUBkVYcfx .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tkUBkVYcfx .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tkUBkVYcfx .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tkUBkVYcfx .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tkUBkVYcfx .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tkUBkVYcfx .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tkUBkVYcfx .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tkUBkVYcfx .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tkUBkVYcfx .navbar.navbar-short {
  min-height: 60px;
}
.cid-tkUBkVYcfx .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tkUBkVYcfx .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tkUBkVYcfx .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tkUBkVYcfx .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tkUBkVYcfx .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tkUBkVYcfx .dropdown-item.active,
.cid-tkUBkVYcfx .dropdown-item:active {
  background-color: transparent;
}
.cid-tkUBkVYcfx .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tkUBkVYcfx .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tkUBkVYcfx .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tkUBkVYcfx .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tkUBkVYcfx .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tkUBkVYcfx .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tkUBkVYcfx ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tkUBkVYcfx .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tkUBkVYcfx button.navbar-toggler {
  margin-bottom: 15px;
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tkUBkVYcfx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0c5b47;
}
.cid-tkUBkVYcfx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tkUBkVYcfx button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tkUBkVYcfx button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tkUBkVYcfx button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tkUBkVYcfx nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tkUBkVYcfx nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tkUBkVYcfx nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tkUBkVYcfx nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tkUBkVYcfx .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tkUBkVYcfx a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tkUBkVYcfx .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tkUBkVYcfx .navbar {
    height: 70px;
  }
  .cid-tkUBkVYcfx .navbar.opened {
    height: auto;
  }
  .cid-tkUBkVYcfx .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tkUBkVYcfx .line-animation {
  opacity: 0;
  position: absolute;
  bottom: -4px;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transition: all 0.2s ease-in-out;
}
.cid-tkUBkVYcfx .nav-link:hover .line-animation {
  opacity: 1;
}
.cid-tkUBkVYcfx a {
  display: inline;
  font-weight: bold;
}
.cid-tkUBkVYcfx img {
  display: inline;
  padding-right: 10px;
}
.cid-tkUBkVYcfx .dropdown-toggle:after {
  display: none;
}
.cid-tkUBkVYcfx .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-tkUBkVYcfx .dropdown-item:hover {
  color: #fffbf6 !important;
}
@media (max-width: 990px) {
  .cid-tkUBkVYcfx .dropdown-menu {
    margin-top: 0px;
  }
}
#custom-html-1v {
  /* Type valid CSS here */
}
#custom-html-1v div {
  padding: 5px 0;
  color: #777;
  text-align: center;
}
#custom-html-1v p {
  font-size: 60px;
  color: #777;
}
.cid-tkUBkWDyRB {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tkUBkWDyRB img {
  border-radius: 0px;
  padding-bottom: 32px;
}
.cid-tkUBkWDyRB .right {
  display: flex;
  flex-direction: column;
}
.cid-tkUBkWDyRB .card-heading {
  padding-bottom: 35px;
  color: #898e67;
}
.cid-tkUBkWDyRB .p {
  padding-bottom: 17px;
  color: #232323;
}
.cid-tkUBkWDyRB .last-p {
  padding-bottom: 0;
}
.cid-tkUBkWDyRB .row {
  justify-content: center;
}
.cid-tkUBkYahLm {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #c6377f;
}
.cid-tkUBkYahLm .mbr-section-title {
  color: #0c5b47;
  text-align: center;
}
.cid-tkUBkYahLm .mbr-section-subtitle {
  color: #1b745e;
  text-align: center;
  font-style: italic;
  padding-bottom: 12px;
}
.cid-tkUBkYahLm .row {
  align-items: center;
  height: 100%;
}
.cid-tkUBkYahLm .container {
  max-width: 720px;
  margin: auto;
}
.cid-tkUBkYpzWh {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #c6377f;
}
.cid-tkUBkYpzWh p {
  text-align: center;
}
.cid-tkUBkYpzWh .text-copyright {
  width: 100%;
  margin-bottom: 0;
}
.cid-tkUBkYpzWh .img-logo-footer {
  margin-right: 1rem;
  max-width: 3rem;
}
.cid-tkUBkYpzWh .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
  color: #ffffff;
}
.cid-tkUBkYpzWh .logo-footer {
  line-height: normal;
}
.cid-tkUBkYpzWh .copyright .list-inline {
  margin-bottom: 0;
}
.cid-tkUBkYpzWh .copyright .list-inline .list-inline-item {
  margin: 10px 20px;
}
.cid-tkUBkYpzWh .copyright .list-inline .list-inline-item:first-child {
  margin-left: 0;
}
.cid-tkUBkYpzWh .social-btns {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tkUBkYpzWh .media-container-row {
  align-items: center;
  justify-content: space-between;
}
.cid-tkUBkYpzWh .icon-transition span {
  color: #ffffff;
  display: block;
  text-align: center;
  height: 2rem;
  border-radius: 50%;
  line-height: 2rem;
  width: 2rem;
  transition: all 0.3s ease-out 0s;
  font-size: 16px;
}
.cid-tkUBkYpzWh .icon-transition span:hover {
  background-color: #ffffff;
  color: #ffffff;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-tkUBkYpzWh .social-media {
  display: flex;
  justify-content: flex-end;
}
.cid-tkUBkYpzWh .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-tkUBkYpzWh .social-media ul li {
  padding: 4px;
  display: inline-block;
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@media (max-width: 991px) {
  .cid-tkUBkYpzWh .logo-footer {
    text-align: center;
  }
  .cid-tkUBkYpzWh .social-media {
    justify-content: center;
  }
}
.cid-tkUBkYpzWh .address-title,
.cid-tkUBkYpzWh .address-block {
  color: #ffffff;
}
.cid-tkUv8ASE0p .navbar-dropdown {
  position: relative !important;
}
.cid-tkUv8ASE0p .navbar-dropdown {
  position: absolute !important;
}
.cid-tkUv8ASE0p .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tkUv8ASE0p .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-tkUv8ASE0p .dropdown-item:hover,
.cid-tkUv8ASE0p .dropdown-item:focus {
  color: #d8e3d5 !important;
}
.cid-tkUv8ASE0p .nav-dropdown .link {
  padding: 0 0em !important;
  margin: 0.667em 1em !important;
}
.cid-tkUv8ASE0p .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tkUv8ASE0p .nav-link {
  position: relative;
  padding: 0;
}
.cid-tkUv8ASE0p .container {
  display: flex;
  flex-direction: column;
  margin: auto;
}
.cid-tkUv8ASE0p .iconfont-wrapper {
  color: #898e67 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tkUv8ASE0p .dropdown-menu,
.cid-tkUv8ASE0p .navbar.opened {
  background: #ffffff !important;
}
.cid-tkUv8ASE0p .nav-item:focus,
.cid-tkUv8ASE0p .nav-link:focus {
  outline: none;
}
.cid-tkUv8ASE0p .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tkUv8ASE0p .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tkUv8ASE0p .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tkUv8ASE0p .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tkUv8ASE0p .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tkUv8ASE0p .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tkUv8ASE0p .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.8);
}
.cid-tkUv8ASE0p .navbar.opened {
  transition: all 0.3s;
}
.cid-tkUv8ASE0p .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tkUv8ASE0p .navbar .navbar-logo img {
  width: auto;
}
.cid-tkUv8ASE0p .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tkUv8ASE0p .navbar.collapsed {
  justify-content: center;
}
.cid-tkUv8ASE0p .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tkUv8ASE0p .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tkUv8ASE0p .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.9rem);
  }
}
.cid-tkUv8ASE0p .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tkUv8ASE0p .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tkUv8ASE0p .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tkUv8ASE0p .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tkUv8ASE0p .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tkUv8ASE0p .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tkUv8ASE0p .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tkUv8ASE0p .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tkUv8ASE0p .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tkUv8ASE0p .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tkUv8ASE0p .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tkUv8ASE0p .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tkUv8ASE0p .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tkUv8ASE0p .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tkUv8ASE0p .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tkUv8ASE0p .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tkUv8ASE0p .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tkUv8ASE0p .navbar.navbar-short {
  min-height: 60px;
}
.cid-tkUv8ASE0p .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tkUv8ASE0p .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tkUv8ASE0p .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tkUv8ASE0p .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tkUv8ASE0p .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tkUv8ASE0p .dropdown-item.active,
.cid-tkUv8ASE0p .dropdown-item:active {
  background-color: transparent;
}
.cid-tkUv8ASE0p .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tkUv8ASE0p .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tkUv8ASE0p .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tkUv8ASE0p .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tkUv8ASE0p .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tkUv8ASE0p .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tkUv8ASE0p ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tkUv8ASE0p .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tkUv8ASE0p button.navbar-toggler {
  margin-bottom: 15px;
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tkUv8ASE0p button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0c5b47;
}
.cid-tkUv8ASE0p button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tkUv8ASE0p button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tkUv8ASE0p button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tkUv8ASE0p button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tkUv8ASE0p nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tkUv8ASE0p nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tkUv8ASE0p nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tkUv8ASE0p nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tkUv8ASE0p .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tkUv8ASE0p a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tkUv8ASE0p .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tkUv8ASE0p .navbar {
    height: 70px;
  }
  .cid-tkUv8ASE0p .navbar.opened {
    height: auto;
  }
  .cid-tkUv8ASE0p .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tkUv8ASE0p .line-animation {
  opacity: 0;
  position: absolute;
  bottom: -4px;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transition: all 0.2s ease-in-out;
}
.cid-tkUv8ASE0p .nav-link:hover .line-animation {
  opacity: 1;
}
.cid-tkUv8ASE0p a {
  display: inline;
  font-weight: bold;
}
.cid-tkUv8ASE0p img {
  display: inline;
  padding-right: 10px;
}
.cid-tkUv8ASE0p .dropdown-toggle:after {
  display: none;
}
.cid-tkUv8ASE0p .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-tkUv8ASE0p .dropdown-item:hover {
  color: #fffbf6 !important;
}
@media (max-width: 990px) {
  .cid-tkUv8ASE0p .dropdown-menu {
    margin-top: 0px;
  }
}
#custom-html-1p {
  /* Type valid CSS here */
}
#custom-html-1p div {
  padding: 5px 0;
  color: #777;
  text-align: center;
}
#custom-html-1p p {
  font-size: 60px;
  color: #777;
}
.cid-tkUw19S1q4 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tkUw19S1q4 img {
  border-radius: 0px;
  padding-bottom: 32px;
}
.cid-tkUw19S1q4 .right {
  display: flex;
  flex-direction: column;
}
.cid-tkUw19S1q4 .card-heading {
  padding-bottom: 35px;
  color: #898e67;
}
.cid-tkUw19S1q4 .p {
  padding-bottom: 17px;
  color: #232323;
}
.cid-tkUw19S1q4 .last-p {
  padding-bottom: 0;
}
.cid-tkUw19S1q4 .row {
  justify-content: center;
}
.cid-tkUxjFY3hD {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tkUxjFY3hD img {
  border-radius: 0px;
  padding-bottom: 32px;
}
.cid-tkUxjFY3hD .right {
  display: flex;
  flex-direction: column;
}
.cid-tkUxjFY3hD .card-heading {
  padding-bottom: 35px;
  color: #898e67;
}
.cid-tkUxjFY3hD .p {
  padding-bottom: 17px;
  color: #232323;
}
.cid-tkUxjFY3hD .last-p {
  padding-bottom: 0;
}
.cid-tkUxjFY3hD .row {
  justify-content: center;
}
.cid-tkUzUyPbkW {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tkUzUyPbkW img {
  border-radius: 0px;
  padding-bottom: 32px;
}
.cid-tkUzUyPbkW .right {
  display: flex;
  flex-direction: column;
}
.cid-tkUzUyPbkW .card-heading {
  padding-bottom: 35px;
  color: #898e67;
}
.cid-tkUzUyPbkW .p {
  padding-bottom: 17px;
  color: #232323;
}
.cid-tkUzUyPbkW .last-p {
  padding-bottom: 0;
}
.cid-tkUzUyPbkW .row {
  justify-content: center;
}
.cid-tkUAJ52NCh {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tkUAJ52NCh img {
  border-radius: 0px;
  padding-bottom: 32px;
}
.cid-tkUAJ52NCh .right {
  display: flex;
  flex-direction: column;
}
.cid-tkUAJ52NCh .card-heading {
  padding-bottom: 35px;
  color: #898e67;
}
.cid-tkUAJ52NCh .p {
  padding-bottom: 17px;
  color: #232323;
}
.cid-tkUAJ52NCh .last-p {
  padding-bottom: 0;
}
.cid-tkUAJ52NCh .row {
  justify-content: center;
}
.cid-tkUv8Ht8jd {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #c6377f;
}
.cid-tkUv8Ht8jd .mbr-section-title {
  color: #0c5b47;
  text-align: center;
}
.cid-tkUv8Ht8jd .mbr-section-subtitle {
  color: #1b745e;
  text-align: center;
  font-style: italic;
  padding-bottom: 12px;
}
.cid-tkUv8Ht8jd .row {
  align-items: center;
  height: 100%;
}
.cid-tkUv8Ht8jd .container {
  max-width: 720px;
  margin: auto;
}
.cid-tkUv8HGZDa {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #c6377f;
}
.cid-tkUv8HGZDa p {
  text-align: center;
}
.cid-tkUv8HGZDa .text-copyright {
  width: 100%;
  margin-bottom: 0;
}
.cid-tkUv8HGZDa .img-logo-footer {
  margin-right: 1rem;
  max-width: 3rem;
}
.cid-tkUv8HGZDa .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
  color: #ffffff;
}
.cid-tkUv8HGZDa .logo-footer {
  line-height: normal;
}
.cid-tkUv8HGZDa .copyright .list-inline {
  margin-bottom: 0;
}
.cid-tkUv8HGZDa .copyright .list-inline .list-inline-item {
  margin: 10px 20px;
}
.cid-tkUv8HGZDa .copyright .list-inline .list-inline-item:first-child {
  margin-left: 0;
}
.cid-tkUv8HGZDa .social-btns {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tkUv8HGZDa .media-container-row {
  align-items: center;
  justify-content: space-between;
}
.cid-tkUv8HGZDa .icon-transition span {
  color: #ffffff;
  display: block;
  text-align: center;
  height: 2rem;
  border-radius: 50%;
  line-height: 2rem;
  width: 2rem;
  transition: all 0.3s ease-out 0s;
  font-size: 16px;
}
.cid-tkUv8HGZDa .icon-transition span:hover {
  background-color: #ffffff;
  color: #ffffff;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-tkUv8HGZDa .social-media {
  display: flex;
  justify-content: flex-end;
}
.cid-tkUv8HGZDa .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-tkUv8HGZDa .social-media ul li {
  padding: 4px;
  display: inline-block;
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@media (max-width: 991px) {
  .cid-tkUv8HGZDa .logo-footer {
    text-align: center;
  }
  .cid-tkUv8HGZDa .social-media {
    justify-content: center;
  }
}
.cid-tkUv8HGZDa .address-title,
.cid-tkUv8HGZDa .address-block {
  color: #ffffff;
}
.cid-tkUCZ9PH3N .navbar-dropdown {
  position: relative !important;
}
.cid-tkUCZ9PH3N .navbar-dropdown {
  position: absolute !important;
}
.cid-tkUCZ9PH3N .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tkUCZ9PH3N .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-tkUCZ9PH3N .dropdown-item:hover,
.cid-tkUCZ9PH3N .dropdown-item:focus {
  color: #d8e3d5 !important;
}
.cid-tkUCZ9PH3N .nav-dropdown .link {
  padding: 0 0em !important;
  margin: 0.667em 1em !important;
}
.cid-tkUCZ9PH3N .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tkUCZ9PH3N .nav-link {
  position: relative;
  padding: 0;
}
.cid-tkUCZ9PH3N .container {
  display: flex;
  flex-direction: column;
  margin: auto;
}
.cid-tkUCZ9PH3N .iconfont-wrapper {
  color: #898e67 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tkUCZ9PH3N .dropdown-menu,
.cid-tkUCZ9PH3N .navbar.opened {
  background: #ffffff !important;
}
.cid-tkUCZ9PH3N .nav-item:focus,
.cid-tkUCZ9PH3N .nav-link:focus {
  outline: none;
}
.cid-tkUCZ9PH3N .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tkUCZ9PH3N .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tkUCZ9PH3N .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tkUCZ9PH3N .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tkUCZ9PH3N .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tkUCZ9PH3N .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tkUCZ9PH3N .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.8);
}
.cid-tkUCZ9PH3N .navbar.opened {
  transition: all 0.3s;
}
.cid-tkUCZ9PH3N .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tkUCZ9PH3N .navbar .navbar-logo img {
  width: auto;
}
.cid-tkUCZ9PH3N .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tkUCZ9PH3N .navbar.collapsed {
  justify-content: center;
}
.cid-tkUCZ9PH3N .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tkUCZ9PH3N .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tkUCZ9PH3N .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.9rem);
  }
}
.cid-tkUCZ9PH3N .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tkUCZ9PH3N .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tkUCZ9PH3N .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tkUCZ9PH3N .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tkUCZ9PH3N .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tkUCZ9PH3N .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tkUCZ9PH3N .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tkUCZ9PH3N .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tkUCZ9PH3N .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tkUCZ9PH3N .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tkUCZ9PH3N .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tkUCZ9PH3N .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tkUCZ9PH3N .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tkUCZ9PH3N .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tkUCZ9PH3N .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tkUCZ9PH3N .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tkUCZ9PH3N .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tkUCZ9PH3N .navbar.navbar-short {
  min-height: 60px;
}
.cid-tkUCZ9PH3N .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tkUCZ9PH3N .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tkUCZ9PH3N .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tkUCZ9PH3N .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tkUCZ9PH3N .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tkUCZ9PH3N .dropdown-item.active,
.cid-tkUCZ9PH3N .dropdown-item:active {
  background-color: transparent;
}
.cid-tkUCZ9PH3N .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tkUCZ9PH3N .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tkUCZ9PH3N .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tkUCZ9PH3N .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tkUCZ9PH3N .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tkUCZ9PH3N .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tkUCZ9PH3N ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tkUCZ9PH3N .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tkUCZ9PH3N button.navbar-toggler {
  margin-bottom: 15px;
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tkUCZ9PH3N button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0c5b47;
}
.cid-tkUCZ9PH3N button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tkUCZ9PH3N button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tkUCZ9PH3N button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tkUCZ9PH3N button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tkUCZ9PH3N nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tkUCZ9PH3N nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tkUCZ9PH3N nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tkUCZ9PH3N nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tkUCZ9PH3N .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tkUCZ9PH3N a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tkUCZ9PH3N .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tkUCZ9PH3N .navbar {
    height: 70px;
  }
  .cid-tkUCZ9PH3N .navbar.opened {
    height: auto;
  }
  .cid-tkUCZ9PH3N .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tkUCZ9PH3N .line-animation {
  opacity: 0;
  position: absolute;
  bottom: -4px;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transition: all 0.2s ease-in-out;
}
.cid-tkUCZ9PH3N .nav-link:hover .line-animation {
  opacity: 1;
}
.cid-tkUCZ9PH3N a {
  display: inline;
  font-weight: bold;
}
.cid-tkUCZ9PH3N img {
  display: inline;
  padding-right: 10px;
}
.cid-tkUCZ9PH3N .dropdown-toggle:after {
  display: none;
}
.cid-tkUCZ9PH3N .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-tkUCZ9PH3N .dropdown-item:hover {
  color: #fffbf6 !important;
}
@media (max-width: 990px) {
  .cid-tkUCZ9PH3N .dropdown-menu {
    margin-top: 0px;
  }
}
#custom-html-23 {
  /* Type valid CSS here */
}
#custom-html-23 div {
  padding: 5px 0;
  color: #777;
  text-align: center;
}
#custom-html-23 p {
  font-size: 60px;
  color: #777;
}
.cid-tkUCZaqOL3 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tkUCZaqOL3 img {
  border-radius: 0px;
  padding-bottom: 32px;
}
.cid-tkUCZaqOL3 .right {
  display: flex;
  flex-direction: column;
}
.cid-tkUCZaqOL3 .card-heading {
  padding-bottom: 35px;
  color: #898e67;
}
.cid-tkUCZaqOL3 .p {
  padding-bottom: 17px;
  color: #232323;
}
.cid-tkUCZaqOL3 .last-p {
  padding-bottom: 0;
}
.cid-tkUCZaqOL3 .row {
  justify-content: center;
}
.cid-tkUCZaQ9as {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tkUCZaQ9as img {
  border-radius: 0px;
  padding-bottom: 32px;
}
.cid-tkUCZaQ9as .right {
  display: flex;
  flex-direction: column;
}
.cid-tkUCZaQ9as .card-heading {
  padding-bottom: 35px;
  color: #898e67;
}
.cid-tkUCZaQ9as .p {
  padding-bottom: 17px;
  color: #232323;
}
.cid-tkUCZaQ9as .last-p {
  padding-bottom: 0;
}
.cid-tkUCZaQ9as .row {
  justify-content: center;
}
.cid-tkUCZbd8s6 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tkUCZbd8s6 img {
  border-radius: 0px;
  padding-bottom: 32px;
}
.cid-tkUCZbd8s6 .right {
  display: flex;
  flex-direction: column;
}
.cid-tkUCZbd8s6 .card-heading {
  padding-bottom: 35px;
  color: #898e67;
}
.cid-tkUCZbd8s6 .p {
  padding-bottom: 17px;
  color: #232323;
}
.cid-tkUCZbd8s6 .last-p {
  padding-bottom: 0;
}
.cid-tkUCZbd8s6 .row {
  justify-content: center;
}
.cid-tkUCZbOwAY {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #c6377f;
}
.cid-tkUCZbOwAY .mbr-section-title {
  color: #0c5b47;
  text-align: center;
}
.cid-tkUCZbOwAY .mbr-section-subtitle {
  color: #1b745e;
  text-align: center;
  font-style: italic;
  padding-bottom: 12px;
}
.cid-tkUCZbOwAY .row {
  align-items: center;
  height: 100%;
}
.cid-tkUCZbOwAY .container {
  max-width: 720px;
  margin: auto;
}
.cid-tkUCZc2ZGX {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #c6377f;
}
.cid-tkUCZc2ZGX p {
  text-align: center;
}
.cid-tkUCZc2ZGX .text-copyright {
  width: 100%;
  margin-bottom: 0;
}
.cid-tkUCZc2ZGX .img-logo-footer {
  margin-right: 1rem;
  max-width: 3rem;
}
.cid-tkUCZc2ZGX .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
  color: #ffffff;
}
.cid-tkUCZc2ZGX .logo-footer {
  line-height: normal;
}
.cid-tkUCZc2ZGX .copyright .list-inline {
  margin-bottom: 0;
}
.cid-tkUCZc2ZGX .copyright .list-inline .list-inline-item {
  margin: 10px 20px;
}
.cid-tkUCZc2ZGX .copyright .list-inline .list-inline-item:first-child {
  margin-left: 0;
}
.cid-tkUCZc2ZGX .social-btns {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tkUCZc2ZGX .media-container-row {
  align-items: center;
  justify-content: space-between;
}
.cid-tkUCZc2ZGX .icon-transition span {
  color: #ffffff;
  display: block;
  text-align: center;
  height: 2rem;
  border-radius: 50%;
  line-height: 2rem;
  width: 2rem;
  transition: all 0.3s ease-out 0s;
  font-size: 16px;
}
.cid-tkUCZc2ZGX .icon-transition span:hover {
  background-color: #ffffff;
  color: #ffffff;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-tkUCZc2ZGX .social-media {
  display: flex;
  justify-content: flex-end;
}
.cid-tkUCZc2ZGX .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-tkUCZc2ZGX .social-media ul li {
  padding: 4px;
  display: inline-block;
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@media (max-width: 991px) {
  .cid-tkUCZc2ZGX .logo-footer {
    text-align: center;
  }
  .cid-tkUCZc2ZGX .social-media {
    justify-content: center;
  }
}
.cid-tkUCZc2ZGX .address-title,
.cid-tkUCZc2ZGX .address-block {
  color: #ffffff;
}
