body {
  font-family: 'Fira Sans', sans-serif;
}
.display-1 {
  font-family: 'Fira Sans', sans-serif;
  font-size: 5rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 6.25rem;
}
.display-2 {
  font-family: 'Fira Sans', sans-serif;
  font-size: 4rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 5rem;
}
.display-4 {
  font-family: 'Fira Sans', sans-serif;
  font-size: 2rem;
  line-height: 1.2;
}
.display-4 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-5 {
  font-family: 'Fira Sans', sans-serif;
  font-size: 2.625rem;
  line-height: 1.2;
}
.display-5 > .mbr-iconfont {
  font-size: 3.28125rem;
}
.display-7 {
  font-family: 'Fira Sans', sans-serif;
  font-size: 1rem;
  line-height: 1.25;
}
.display-7 > .mbr-iconfont {
  font-size: 1.25rem;
}
/* ---- 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: 4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.2 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 2.1rem;
    font-size: calc( 1.5687499999999999rem + (2.625 - 1.5687499999999999) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.2 * (1.5687499999999999rem + (2.625 - 1.5687499999999999) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.25 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #ddff55 !important;
}
.bg-success {
  background-color: #64ff54 !important;
}
.bg-info {
  background-color: #56f1ff !important;
}
.bg-warning {
  background-color: #fdff54 !important;
}
.bg-danger {
  background-color: #fcff1e !important;
}
.btn-primary .btn-overlay {
  background-color: #bcd948 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ddff55 !important;
  border-color: #ddff55 !important;
  color: #445500 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #445500 !important;
  background-color: #bcd948 !important;
  border-color: #bcd948 !important;
}
.btn-secondary .btn-overlay {
  background-color: #8e9d51 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #bcd948 !important;
  border-color: #bcd948 !important;
  color: #181c06 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #181c06 !important;
  background-color: #8e9d51 !important;
  border-color: #8e9d51 !important;
}
.btn-info .btn-overlay {
  background-color: #48ceda !important;
}
.btn-info,
.btn-info:active {
  background-color: #56f1ff !important;
  border-color: #56f1ff !important;
  color: #004f56 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #004f56 !important;
  background-color: #48ceda !important;
  border-color: #48ceda !important;
}
.btn-success .btn-overlay {
  background-color: #54d947 !important;
}
.btn-success,
.btn-success:active {
  background-color: #64ff54 !important;
  border-color: #64ff54 !important;
  color: #085400 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #085400 !important;
  background-color: #54d947 !important;
  border-color: #54d947 !important;
}
.btn-warning .btn-overlay {
  background-color: #d8d947 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #fdff54 !important;
  border-color: #fdff54 !important;
  color: #535400 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #535400 !important;
  background-color: #d8d947 !important;
  border-color: #d8d947 !important;
}
.btn-danger .btn-overlay {
  background-color: #c0c228 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #fcff1e !important;
  border-color: #fcff1e !important;
  color: #1e1e00 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #1e1e00 !important;
  background-color: #c0c228 !important;
  border-color: #c0c228 !important;
}
.btn-white .btn-overlay {
  background-color: #e1e1e1 !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #e1e1e1 !important;
  border-color: #e1e1e1 !important;
}
.btn-black .btn-overlay {
  background-color: #000000 !important;
}
.btn-black,
.btn-black:active {
  background-color: #1b1f0a !important;
  border-color: #1b1f0a !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ddff55;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #cbfd00 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #445500 !important;
  background-color: #ddff55 !important;
  border-color: #ddff55 !important;
}
.btn-secondary-outline {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #bcd948;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #8da823 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #181c06 !important;
  background-color: #bcd948 !important;
  border-color: #bcd948 !important;
}
.btn-info-outline {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #56f1ff;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #00e9fe !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #004f56 !important;
  background-color: #56f1ff !important;
  border-color: #56f1ff !important;
}
.btn-success-outline {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #64ff54;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #18fc00 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #085400 !important;
  background-color: #64ff54 !important;
  border-color: #64ff54 !important;
}
.btn-warning-outline {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fdff54;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #f9fc00 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #535400 !important;
  background-color: #fdff54 !important;
  border-color: #fdff54 !important;
}
.btn-danger-outline {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fcff1e;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #c4c600 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #1e1e00 !important;
  background-color: #fcff1e !important;
  border-color: #fcff1e !important;
}
.btn-black-outline {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #1b1f0a;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #1b1f0a !important;
  border-color: #1b1f0a !important;
}
.btn-white-outline {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #ddff55 !important;
}
.text-secondary {
  color: #bcd948 !important;
}
.text-success {
  color: #64ff54 !important;
}
.text-info {
  color: #56f1ff !important;
}
.text-warning {
  color: #fdff54 !important;
}
.text-danger {
  color: #fcff1e !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #1B1F0A !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #beee00 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #829b20 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #16ed00 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #00dbef !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #eaed00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #b5b700 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #ddff55;
}
.nav-tabs .nav-link:not(.active) {
  color: #1B1F0A;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #56f1ff;
}
.alert-warning {
  background-color: #fdff54;
}
.alert-danger {
  background-color: #fcff1e;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ddff55;
  border-color: #ddff55;
  color: #586e00;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #ddff55;
}
.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: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.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: #ffffea;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Fira Sans', sans-serif;
  font-size: 2rem;
  line-height: 1.2;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 2.5rem;
}
.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: #ddff55 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Fira Sans', sans-serif;
  font-size: 2rem;
  line-height: 1.2;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 2.5rem;
}
blockquote {
  border-color: #ddff55;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ddff55;
  color: #000000;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #ddff55;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #ddff55;
  border-bottom-color: #ddff55;
}
.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: #ddff55 !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: #bcd948 !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='%23ddff55' %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;
}
a:hover {
  background-image: none !important;
}
.container {
  width: 90%;
  max-width: 70rem;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
}
.row {
  margin-left: 0;
  margin-right: 0;
  justify-content: center;
}
.row > [class*="col"] {
  padding-left: 0;
  padding-right: 0;
}
.mbr-section-btn .btn {
  min-width: 100px;
  border-radius: 100vw;
  padding: 1rem 1.5rem;
  line-height: 1.25;
  font-weight: 600 !important;
  box-shadow: none !important;
  border: none !important;
  position: relative;
  overflow: hidden;
}
.mbr-section-btn .btn .mbr-iconfont {
  position: relative;
  z-index: 1000;
}
.mbr-section-btn .btn-transform {
  position: relative;
  overflow: hidden;
  transition: 0.3s all !important;
}
.mbr-section-btn .btn-transform .btn-transform-1 {
  transform: translate3d(0px, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  transform-style: preserve-3d;
  transition: 0.3s all !important;
  animation: btn-move-out 0.3s ease-in-out;
}
.mbr-section-btn .btn-overlay {
  transform: translate3d(0px, 0px, 0px) scale3d(1, 0, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  transform-style: preserve-3d;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  height: 100%;
  -webkit-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  transition: 0.3s all !important;
}
.mbr-section-btn .btn {
  transition: 0.3s all !important;
}
.mbr-section-btn .btn:hover .btn-transform .btn-transform-1 {
  animation: btn-move 0.3s ease-in-out;
}
.mbr-section-btn .btn:hover .btn-overlay {
  transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg) !important;
}
@media (max-width: 575px) {
  .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .mbr-section-btn .btn {
    width: 100%;
    box-shadow: none !important;
  }
}
b {
  font-weight: 600 !important;
}
@keyframes btn-move {
  0% {
    transform: translate3d(0px, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  49% {
    transform: translate3d(0px, -100%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  50% {
    transform: translate3d(0px, -100%, 0px) scale3d(1, 0, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  51% {
    transform: translate3d(0px, 100%, 0px) scale3d(1, 0, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  52% {
    transform: translate3d(0px, 100%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  100% {
    transform: translate3d(0px, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
}
@keyframes btn-move-out {
  0% {
    transform: translate3d(0px, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  49% {
    transform: translate3d(0px, 100%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  50% {
    transform: translate3d(0px, 100%, 0px) scale3d(1, 0, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  51% {
    transform: translate3d(0px, -100%, 0px) scale3d(1, 0, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  52% {
    transform: translate3d(0px, -100%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  100% {
    transform: translate3d(0px, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
}
.cid-ttjutjSuQj .navbar-dropdown {
  position: relative !important;
}
.cid-ttjutjSuQj .btn {
  max-height: 74px;
}
.cid-ttjutjSuQj .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-ttjutjSuQj .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e8ebe8 !important;
}
.cid-ttjutjSuQj .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ttjutjSuQj .dropdown-item:hover,
.cid-ttjutjSuQj .dropdown-item:focus {
  background: #ddff55 !important;
  color: white !important;
}
.cid-ttjutjSuQj .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ttjutjSuQj .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ttjutjSuQj .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ttjutjSuQj .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ttjutjSuQj .nav-link {
  position: relative;
}
.cid-ttjutjSuQj .container {
  padding: 28px 0;
  display: flex;
  margin: auto;
  align-items: end;
}
@media (min-width: 992px) {
  .cid-ttjutjSuQj .container {
    flex-wrap: nowrap;
  }
}
.cid-ttjutjSuQj .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ttjutjSuQj .nav-item:focus,
.cid-ttjutjSuQj .nav-link:focus {
  outline: none;
}
.cid-ttjutjSuQj .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ttjutjSuQj .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ttjutjSuQj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ttjutjSuQj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ttjutjSuQj .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ttjutjSuQj .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ttjutjSuQj .navbar {
  min-height: 70px;
  transition: all 0.3s;
  background: #e8ebe8;
}
.cid-ttjutjSuQj .navbar.opened {
  transition: all 0.3s;
}
.cid-ttjutjSuQj .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ttjutjSuQj .navbar .navbar-logo img {
  min-width: 50px;
  min-height: 50px;
  border-radius: 10px;
}
.cid-ttjutjSuQj .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ttjutjSuQj .navbar.collapsed {
  justify-content: center;
}
.cid-ttjutjSuQj .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ttjutjSuQj .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ttjutjSuQj .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.1rem);
  }
}
.cid-ttjutjSuQj .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ttjutjSuQj .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ttjutjSuQj .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-ttjutjSuQj .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ttjutjSuQj .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ttjutjSuQj .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ttjutjSuQj .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ttjutjSuQj .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ttjutjSuQj .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ttjutjSuQj .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ttjutjSuQj .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-ttjutjSuQj .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ttjutjSuQj .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ttjutjSuQj .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-ttjutjSuQj .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ttjutjSuQj .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ttjutjSuQj .navbar.navbar-short {
  min-height: 60px;
}
.cid-ttjutjSuQj .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ttjutjSuQj .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ttjutjSuQj .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ttjutjSuQj .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ttjutjSuQj .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 375px) {
  .cid-ttjutjSuQj .navbar-brand {
    width: 85%;
  }
}
.cid-ttjutjSuQj .dropdown-item.active,
.cid-ttjutjSuQj .dropdown-item:active {
  background-color: transparent;
}
.cid-ttjutjSuQj .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ttjutjSuQj .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ttjutjSuQj .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ttjutjSuQj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e8ebe8;
}
.cid-ttjutjSuQj .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ttjutjSuQj .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ttjutjSuQj ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ttjutjSuQj .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ttjutjSuQj button.navbar-toggler {
  outline: none;
  width: 25px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ttjutjSuQj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #191919;
}
.cid-ttjutjSuQj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ttjutjSuQj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ttjutjSuQj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ttjutjSuQj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ttjutjSuQj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ttjutjSuQj nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ttjutjSuQj nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ttjutjSuQj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ttjutjSuQj .navbar-dropdown {
  padding: 0 1rem;
}
.cid-ttjutjSuQj a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ttjutjSuQj .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ttjutjSuQj .navbar {
    height: 70px;
  }
  .cid-ttjutjSuQj .navbar.opened {
    height: auto;
  }
  .cid-ttjutjSuQj .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ttiY90E4ou {
  padding-top: 10rem;
  padding-bottom: 3rem;
  background-color: #a30c25;
}
.cid-ttiY90E4ou .row {
  justify-content: center;
  align-items: flex-start;
}
.cid-ttiY90E4ou .mbr-section-title {
  color: #f3f4ef;
}
.cid-ttiY90E4ou .colored-text {
  line-height: inherit;
  font-weight: inherit;
  color: inherit;
  color: #ddff55;
}
.cid-ttiY90E4ou .mbr-section-subtitle {
  color: #f3f4ef;
  opacity: 0.8;
}
.cid-ttiY90E4ou .mbr-section-btn {
  margin-top: 50px;
  width: 100%;
}
.cid-ttiY90E4ou .mbr-section-title,
.cid-ttiY90E4ou .mbr-section-btn {
  text-align: center;
}
.cid-ttj2b9vqFI {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #d39450;
}
.cid-ttj2b9vqFI .row {
  align-items: flex-start;
  justify-content: flex-start;
}
.cid-ttj2b9vqFI .mbr-section-subtitle {
  position: relative;
  color: #1B1F0A;
}
@media (max-width: 575px) {
  .cid-ttj2b9vqFI .mbr-section-subtitle {
    margin-top: 3rem;
  }
}
.cid-ttj2b9vqFI .mbr-section-subtitle span {
  padding: 6px 8px;
  border: 1px solid currentColor;
  font-size: 14px;
  border-radius: 100vw;
  vertical-align: middle;
}
@media (max-width: 575px) {
  .cid-ttj2b9vqFI .mbr-section-subtitle span {
    position: absolute;
    bottom: calc(100% + 1rem);
    left: 0;
    max-width: 100%;
  }
}
.cid-ttj2b9vqFI .mbr-section-btn {
  margin-top: 50px;
}
.cid-ttj2b9vqFI .mbr-section-subtitle,
.cid-ttj2b9vqFI .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-ttiYabMoju {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #a30c25;
}
.cid-ttiYabMoju .row {
  align-items: center;
  width: 100%;
}
.cid-ttiYabMoju .mbr-section-head {
  margin-bottom: 2rem;
  padding: 0 !important;
}
.cid-ttiYabMoju .mbr-section-title {
  color: #f3f4ef;
}
.cid-ttiYabMoju .mbr-section-subtitle {
  color: #f3f4ef;
}
.cid-ttiYabMoju .content-container {
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  padding: 0 !important;
}
@media (max-width: 767px) {
  .cid-ttiYabMoju .content-container {
    grid-template-columns: 1fr;
  }
}
.cid-ttiYabMoju .col-text {
  display: flex;
  align-items: center;
  width: 100%;
}
.cid-ttiYabMoju .text-container {
  padding: 32px;
  height: 100%;
  border: 1px solid #f3f4ef;
}
@media (max-width: 991px) {
  .cid-ttiYabMoju .text-container {
    padding: 24px;
  }
}
.cid-ttiYabMoju .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cid-ttiYabMoju .iconfont-wrapper {
  margin-bottom: 8px;
}
.cid-ttiYabMoju .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 36px;
  color: #ddff55;
}
.cid-ttiYabMoju .card-title {
  width: 100%;
  color: #ffffff;
  margin-bottom: 0;
}
.cid-ttiYabMoju .mbr-text {
  color: #ffffff;
  width: 100%;
  margin-bottom: 0;
  margin-top: 8px;
  opacity: 0.8;
}
.cid-ttiYksuSes {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #d39450;
}
.cid-ttiYksuSes .row {
  align-items: center;
  width: 100%;
}
@media (max-width: 1400px) {
  .cid-ttiYksuSes .row {
    align-items: flex-start;
  }
}
.cid-ttiYksuSes .col-tabs .tab-content .tabs-row {
  padding: 0 !important;
}
.cid-ttiYksuSes .col-text {
  width: 100%;
  margin-bottom: 2rem;
}
.cid-ttiYksuSes .text-container {
  padding: 0;
}
.cid-ttiYksuSes .mbr-section-title {
  color: #f3f4ef;
  margin-bottom: 0;
}
.cid-ttiYksuSes .colored-text {
  line-height: inherit;
  font-weight: inherit;
  color: inherit;
}
.cid-ttiYksuSes .col-tabs {
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cid-ttiYksuSes .nav-tabs .nav-item.open .nav-link:focus,
.cid-ttiYksuSes .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-ttiYksuSes .nav-tabs {
  flex-wrap: nowrap;
  width: max-content;
  padding: 0.5rem;
  align-items: center;
  border-radius: 100vw;
  background-color: #f3f4ef;
}
.cid-ttiYksuSes .nav-item {
  position: relative;
  color: #010101;
}
.cid-ttiYksuSes .nav-tabs .nav-link {
  transition: all .3s;
  border: none;
  color: #010101 !important;
  margin-right: 0.125rem;
  margin-left: 0.125rem;
  padding: 0.75rem 1rem;
  border-radius: 100vw;
}
.cid-ttiYksuSes .nav-tabs .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.08);
}
.cid-ttiYksuSes .nav-link,
.cid-ttiYksuSes .nav-link.active {
  background-color: transparent;
}
.cid-ttiYksuSes .nav-tabs .nav-link.active {
  background-color: #fcff1b;
}
.cid-ttiYksuSes .nav-tabs .nav-link.active:after {
  width: 100%;
}
.cid-ttiYksuSes .tab-content {
  width: 100%;
  margin-top: 2rem;
}
.cid-ttiYksuSes .col-cards {
  display: grid;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  -ms-grid-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  grid-auto-columns: 1fr;
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 991px) {
  .cid-ttiYksuSes .col-cards {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .cid-ttiYksuSes .col-cards {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-ttiYksuSes .card-bg {
  display: flex;
  flex-direction: column;
  background-color: #f3f4ef;
  max-height: 100%;
  width: 100%;
}
.cid-ttiYksuSes .card {
  height: 100%;
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-ttiYksuSes .card-info {
  margin-bottom: 24px;
}
.cid-ttiYksuSes .label-text {
  margin-bottom: 14px;
  color: #1b1f0a;
  padding-top: 7px;
}
.cid-ttiYksuSes .label-text span {
  padding: 0.375rem 0.625rem;
  border-style: solid;
  border-width: 1px;
  border-color: currentColor;
  border-radius: 100vw;
  color: inherit;
  line-height: inherit;
}
.cid-ttiYksuSes .price-container {
  display: flex;
  align-items: baseline;
  width: 100%;
  margin-bottom: 1.5rem;
}
.cid-ttiYksuSes .price-number {
  color: #1b1f0a;
}
.cid-ttiYksuSes .price-text {
  color: #1b1f0a;
}
.cid-ttiYksuSes .lists-container {
  padding-top: 1.5rem;
  border-top: 1px solid rgba(27, 31, 10, 0.08);
}
.cid-ttiYksuSes .list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-ttiYksuSes .list-item {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}
.cid-ttiYksuSes .list-item .icon-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 6px;
  padding: 4px;
  border-radius: 50%;
  background-color: #1b1f0a;
}
.cid-ttiYksuSes .list-item .icon-wrapper .mbr-iconfont {
  color: #f3f4ef;
  font-size: 8px;
}
.cid-ttiYksuSes .list-item-text {
  color: #1b1f0a;
}
.cid-ttiYksuSes .btn-container {
  width: 100%;
  padding-top: 1.4rem;
  border-top: 1px solid rgba(27, 31, 10, 0.08);
}
.cid-ttiYksuSes .mbr-section-btn {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -0.6rem;
}
.cid-ttiYksuSes .mbr-section-btn .btn {
  width: 100%;
}
.cid-ttiYksuSes .popular-container {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 44px;
  width: 100%;
  padding: 10px 24px;
  border-bottom: 1px solid rgba(27, 31, 10, 0.08);
}
.cid-ttiYksuSes .popular-container .icon-wrapper {
  margin-right: 6px;
}
.cid-ttiYksuSes .popular-container .icon-wrapper .mbr-iconfont {
  font-size: 16px;
  color: #1b1f0a;
}
.cid-ttiYksuSes .popular-text {
  color: #1b1f0a;
  margin-bottom: 0;
}
.cid-ttjlN9l7C8 {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #d39450;
}
.cid-ttjlN9l7C8 .row {
  align-items: center;
  width: 100%;
}
.cid-ttjlN9l7C8 .content-container {
  display: flex;
  padding: 0 !important;
  background-color: #f3f4ef;
}
@media (max-width: 767px) {
  .cid-ttjlN9l7C8 .content-container {
    flex-direction: column-reverse;
  }
}
.cid-ttjlN9l7C8 .col-text {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 55%;
}
@media (max-width: 767px) {
  .cid-ttjlN9l7C8 .col-text {
    max-width: 100%;
  }
}
.cid-ttjlN9l7C8 .text-container {
  padding: 40px;
}
@media (max-width: 991px) {
  .cid-ttjlN9l7C8 .text-container {
    padding: 24px;
  }
}
.cid-ttjlN9l7C8 .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cid-ttjlN9l7C8 .label-text {
  width: 100%;
  margin-bottom: 0;
  color: #1B1F0A;
  opacity: 0.4;
}
.cid-ttjlN9l7C8 .mbr-section-title {
  width: 100%;
  color: #1B1F0A;
  margin-bottom: 8px;
}
.cid-ttjlN9l7C8 .mbr-text {
  letter-spacing: inherit;
  color: #1B1F0A;
  width: 100%;
  margin-bottom: 0;
  opacity: 0.8;
}
.cid-ttjlN9l7C8 .btn-container {
  width: 100%;
}
.cid-ttjlN9l7C8 .mbr-section-btn {
  margin-top: 22px;
}
.cid-ttjlN9l7C8 .mbr-section-btn .mobi-mbri {
  transition: .3s all;
}
.cid-ttjlN9l7C8 .mbr-section-btn .btn:hover .mobi-mbri {
  margin-left: 1rem;
}
@media (max-width: 575px) {
  .cid-ttjlN9l7C8 .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-ttjlN9l7C8 .mbr-section-btn .btn {
    width: auto;
  }
}
.cid-ttjlN9l7C8 .col-img {
  width: 100%;
  max-width: 45%;
}
@media (max-width: 767px) {
  .cid-ttjlN9l7C8 .col-img {
    max-width: 100%;
  }
}
.cid-ttjlN9l7C8 .img-container {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 100%;
}
.cid-ttjlN9l7C8 .img-container img {
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: auto;
}
.cid-ttiYdYMxSZ {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #a30c25;
}
.cid-ttiYdYMxSZ .row {
  justify-content: center;
  align-items: flex-start;
}
.cid-ttiYdYMxSZ .mbr-section-title {
  color: #ffffff;
}
.cid-ttiYdYMxSZ .colored-text {
  line-height: inherit;
  font-weight: inherit;
  color: inherit;
  color: #ffffff;
}
.cid-ttiYdYMxSZ .mbr-section-subtitle {
  color: #f3f4ef;
}
.cid-ttt0AZ7PyT {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ttt0AZ7PyT .row {
  justify-content: center;
  align-items: flex-start;
}
.cid-ttt0AZ7PyT .mbr-section-title {
  color: #191919;
  text-align: center;
}
.cid-ttt0AZ7PyT .colored-text {
  line-height: inherit;
  font-weight: inherit;
  color: inherit;
  color: #ddff55;
}
.cid-ttt0AZ7PyT .mbr-section-subtitle {
  color: #f3f4ef;
}
.cid-ttsZSLCeKi {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ttsZSLCeKi img {
  width: 100%;
  display: inline-block;
  padding: 0;
  max-width: 250px;
}
.cid-ttsZSLCeKi .mbr-section-subtitle {
  margin-right: 30px;
  color: #5f5d68;
}
.cid-ttsZSLCeKi .brand {
  display: flex;
  justify-content: center;
}
.cid-ttsZSLCeKi .brand-row {
  justify-content: space-between;
  align-items: center;
}
.cid-ttsZSLCeKi .row-main {
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 460px) {
  .cid-ttsZSLCeKi .row-main {
    flex-direction: column;
  }
  .cid-ttsZSLCeKi .col-auto {
    margin-bottom: 10px;
  }
  .cid-ttsZSLCeKi .mbr-section-subtitle {
    margin-right: 0;
  }
}
@media (max-width: 768px) {
  .cid-ttsZSLCeKi .brand:nth-child(3) {
    padding-top: 10px;
  }
  .cid-ttsZSLCeKi .brand:nth-child(4) {
    padding-top: 10px;
  }
}
@media (max-width: 576px) {
  .cid-ttsZSLCeKi .brand:nth-child(2) {
    padding-top: 10px;
  }
}
.cid-ttvSIjnDOV {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-ttvSIjnDOV img {
  width: 100%;
  display: inline-block;
  padding: 0;
  max-width: 250px;
}
.cid-ttvSIjnDOV .mbr-section-subtitle {
  margin-right: 30px;
  color: #5f5d68;
}
.cid-ttvSIjnDOV .brand {
  display: flex;
  justify-content: center;
}
.cid-ttvSIjnDOV .brand-row {
  justify-content: space-between;
  align-items: center;
}
.cid-ttvSIjnDOV .row-main {
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 460px) {
  .cid-ttvSIjnDOV .row-main {
    flex-direction: column;
  }
  .cid-ttvSIjnDOV .col-auto {
    margin-bottom: 10px;
  }
  .cid-ttvSIjnDOV .mbr-section-subtitle {
    margin-right: 0;
  }
}
@media (max-width: 768px) {
  .cid-ttvSIjnDOV .brand:nth-child(3) {
    padding-top: 10px;
  }
  .cid-ttvSIjnDOV .brand:nth-child(4) {
    padding-top: 10px;
  }
}
@media (max-width: 576px) {
  .cid-ttvSIjnDOV .brand:nth-child(2) {
    padding-top: 10px;
  }
}
.cid-ttiYg57Mmh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #d39450;
}
.cid-ttiYg57Mmh .row {
  align-items: center;
  width: 100%;
}
.cid-ttiYg57Mmh .mbr-section-head {
  margin-bottom: 2rem;
  padding: 0 !important;
}
.cid-ttiYg57Mmh .mbr-section-title {
  color: #f3f4ef;
  width: 100%;
  margin-bottom: 0;
}
.cid-ttiYg57Mmh .mbr-section-subtitle {
  color: #f3f4ef;
  opacity: 0.8;
}
.cid-ttiYg57Mmh .content-container {
  display: flex;
  padding: 60px !important;
  background-color: #f3f4ef;
}
@media (max-width: 991px) {
  .cid-ttiYg57Mmh .content-container {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .cid-ttiYg57Mmh .content-container {
    padding: 2.5rem !important;
  }
}
@media (max-width: 565px) {
  .cid-ttiYg57Mmh .content-container {
    padding: 2rem !important;
  }
}
.cid-ttiYg57Mmh .col-img {
  width: 50%;
  max-width: 50%;
}
@media (max-width: 991px) {
  .cid-ttiYg57Mmh .col-img {
    width: 100%;
    max-width: 100%;
  }
}
.cid-ttiYg57Mmh .img-container {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding-right: 30px;
}
@media (max-width: 991px) {
  .cid-ttiYg57Mmh .img-container {
    padding-right: 0;
  }
}
.cid-ttiYg57Mmh .img-container img {
  max-width: 100%;
  width: auto;
  height: auto;
}
.cid-ttiYg57Mmh .col-text {
  display: flex;
  align-items: center;
  width: 50%;
}
@media (max-width: 991px) {
  .cid-ttiYg57Mmh .col-text {
    width: 100%;
    margin-top: 2rem;
  }
}
.cid-ttiYg57Mmh .text-container {
  padding-left: 30px;
}
@media (max-width: 991px) {
  .cid-ttiYg57Mmh .text-container {
    padding-left: 0;
  }
}
.cid-ttiYg57Mmh .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cid-ttiYg57Mmh .label-text {
  width: 100%;
  color: #1B1F0A;
  padding: 0.375rem 0;
}
.cid-ttiYg57Mmh .label-text span {
  padding: 0.375rem 0.625rem;
  border-style: solid;
  border-width: 1px;
  border-color: currentColor;
  border-radius: 100vw;
  color: currentColor;
}
.cid-ttiYg57Mmh .card-title {
  width: 100%;
  color: #1B1F0A;
  margin-bottom: 4px;
}
.cid-ttiYg57Mmh .mbr-text {
  letter-spacing: inherit;
  color: #1B1F0A;
  width: 100%;
  margin-bottom: 32px;
}
.cid-ttiYh4StFk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #a30c25;
}
.cid-ttiYh4StFk .container {
  max-width: 56rem;
}
.cid-ttiYh4StFk .main-row {
  align-items: flex-start;
  width: 100%;
  flex-wrap: nowrap;
}
@media (max-width: 767px) {
  .cid-ttiYh4StFk .main-row {
    flex-wrap: wrap;
  }
}
.cid-ttiYh4StFk .title-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-left: 0;
  position: sticky;
  top: 0;
  margin-bottom: 64px;
}
@media (min-width: 768px) {
  .cid-ttiYh4StFk .title-container {
    padding-right: 1.5rem !important;
    margin-bottom: 0;
  }
}
.cid-ttiYh4StFk .mbr-section-head {
  margin-bottom: 0;
  padding: 0 !important;
}
.cid-ttiYh4StFk .mbr-section-title {
  color: #DDFF55;
  margin-bottom: 0;
  text-align: center;
}
.cid-ttiYh4StFk .mbr-section-subtitle {
  color: #DDFF55;
}
.cid-ttiYh4StFk .opinion-container {
  display: flex;
  max-width: 17rem;
  flex-direction: column;
  width: max-content;
  margin-top: 4rem;
  padding: 1.5rem;
  border: 1px solid #ddff55;
}
.cid-ttiYh4StFk .opinion-container .iconfont-wrapper .mbr-iconfont {
  font-size: 24px;
  color: #DDFF55;
}
@media (max-width: 767px) {
  .cid-ttiYh4StFk .opinion-container {
    display: none;
  }
}
.cid-ttiYh4StFk .opinion-stars {
  display: flex;
  margin-bottom: 0.5rem;
}
.cid-ttiYh4StFk .opinion-comment {
  color: #DDFF55;
  margin-bottom: 0;
}
.cid-ttiYh4StFk .card-title {
  color: #f3f4ef;
  width: 100%;
  margin-bottom: 0;
}
.cid-ttiYh4StFk .card-text {
  color: #f3f4ef;
  width: 100%;
  margin-bottom: 4px;
}
.cid-ttiYh4StFk .comment-text {
  color: #f3f4ef;
  width: 100%;
  margin-top: 4px;
  opacity: 0.8;
}
.cid-ttiYh4StFk .card-link-text {
  width: 100%;
  color: #ffffff;
}
.cid-ttiYh4StFk .border-text {
  margin-top: 1.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  width: 100%;
  border-left: 1px solid #000000;
}
.cid-ttiYh4StFk .card-border {
  padding: 2.5rem;
  border-style: solid;
  border-width: 1px;
  border-color: #000000;
}
@media (max-width: 575px) {
  .cid-ttiYh4StFk .card-border {
    padding: 2rem;
  }
}
.cid-ttiYh4StFk .content-container {
  flex-grow: 1;
}
.cid-ttiYh4StFk form .dragArea.row {
  justify-content: flex-start;
  margin-top: 40px;
}
.cid-ttiYh4StFk form .mbr-section-btn {
  margin-top: 20px;
}
.cid-ttiYh4StFk form .mbr-section-btn .btn {
  width: max-content;
  min-width: 120px;
}
.cid-ttiYh4StFk form .form-group {
  margin-bottom: 20px !important;
}
.cid-ttiYh4StFk form .form-control {
  border: none !important;
  border-bottom: 1px solid #f3f4ef !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  margin-bottom: 0;
  padding: 12px;
  font-size: 16px;
  line-height: 24px;
  color: #f3f4ef;
  font-weight: 400;
}
.cid-ttiYh4StFk form .form-control::-webkit-input-placeholder {
  color: rgba(243, 244, 239, 0.8);
}
.cid-ttiYh4StFk form .form-control::-moz-placeholder {
  color: rgba(243, 244, 239, 0.8);
}
.cid-ttiYh4StFk form .form-control:-moz-placeholder {
  color: rgba(243, 244, 239, 0.8);
}
.cid-ttiYh4StFk form .form-control:-ms-input-placeholder {
  color: rgba(243, 244, 239, 0.8);
}
.cid-ttiYh4StFk form textarea {
  height: 96px;
}
.cid-ttiYh4StFk form input,
.cid-ttiYh4StFk form textarea {
  background-color: transparent !important;
}
.cid-ttiYh4StFk form input:active,
.cid-ttiYh4StFk form textarea:active,
.cid-ttiYh4StFk form input:focus,
.cid-ttiYh4StFk form textarea:focus,
.cid-ttiYh4StFk form input:hover,
.cid-ttiYh4StFk form textarea:hover {
  border-bottom-color: #ddff55 !important;
}
.cid-ttiYh4StFk form input:active::-webkit-input-placeholder,
.cid-ttiYh4StFk form textarea:active::-webkit-input-placeholder,
.cid-ttiYh4StFk form input:focus::-webkit-input-placeholder,
.cid-ttiYh4StFk form textarea:focus::-webkit-input-placeholder,
.cid-ttiYh4StFk form input:hover::-webkit-input-placeholder,
.cid-ttiYh4StFk form textarea:hover::-webkit-input-placeholder {
  color: rgba(243, 244, 239, 0.8);
}
.cid-ttiYh4StFk form input:active::-moz-placeholder,
.cid-ttiYh4StFk form textarea:active::-moz-placeholder,
.cid-ttiYh4StFk form input:focus::-moz-placeholder,
.cid-ttiYh4StFk form textarea:focus::-moz-placeholder,
.cid-ttiYh4StFk form input:hover::-moz-placeholder,
.cid-ttiYh4StFk form textarea:hover::-moz-placeholder {
  color: rgba(243, 244, 239, 0.8);
}
.cid-ttiYh4StFk form input:active:-moz-placeholder,
.cid-ttiYh4StFk form textarea:active:-moz-placeholder,
.cid-ttiYh4StFk form input:focus:-moz-placeholder,
.cid-ttiYh4StFk form textarea:focus:-moz-placeholder,
.cid-ttiYh4StFk form input:hover:-moz-placeholder,
.cid-ttiYh4StFk form textarea:hover:-moz-placeholder {
  color: rgba(243, 244, 239, 0.8);
}
.cid-ttiYh4StFk form input:active:-ms-input-placeholder,
.cid-ttiYh4StFk form textarea:active:-ms-input-placeholder,
.cid-ttiYh4StFk form input:focus:-ms-input-placeholder,
.cid-ttiYh4StFk form textarea:focus:-ms-input-placeholder,
.cid-ttiYh4StFk form input:hover:-ms-input-placeholder,
.cid-ttiYh4StFk form textarea:hover:-ms-input-placeholder {
  color: rgba(243, 244, 239, 0.8);
}
.cid-ttiYh4StFk form .row {
  margin-left: -20px !important;
  margin-right: -20px !important;
}
.cid-ttiYh4StFk form .row [class*=col] {
  padding-left: 20px !important;
  padding-right: 20px !important;
}
.cid-ttiYh4StFk form label {
  color: #f3f4ef;
}
.cid-ttiYh4StFk form .form-check-input {
  border-color: #f3f4ef;
  outline: none !important;
  box-shadow: none !important;
}
.cid-ttiYh4StFk form .form-check-input:focus,
.cid-ttiYh4StFk form .form-check-input:hover {
  border-color: #ddff55 !important;
}
.cid-ttiYh4StFk form .form-check-input:checked {
  border-color: #ddff55 !important;
}
.cid-ttiYh4StFk .phone-container,
.cid-ttiYh4StFk .address-container {
  margin-top: 1.5rem;
}
.cid-ttiYpynv7p {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #000000;
  overflow: hidden;
}
.cid-ttiYpynv7p .mbr-text {
  color: #1B1F0A;
}
.cid-ttiYpynv7p .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-ttjutjSuQj .navbar-dropdown {
  position: relative !important;
}
.cid-ttjutjSuQj .btn {
  max-height: 74px;
}
.cid-ttjutjSuQj .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-ttjutjSuQj .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e8ebe8 !important;
}
.cid-ttjutjSuQj .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ttjutjSuQj .dropdown-item:hover,
.cid-ttjutjSuQj .dropdown-item:focus {
  background: #ddff55 !important;
  color: white !important;
}
.cid-ttjutjSuQj .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ttjutjSuQj .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ttjutjSuQj .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ttjutjSuQj .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ttjutjSuQj .nav-link {
  position: relative;
}
.cid-ttjutjSuQj .container {
  padding: 28px 0;
  display: flex;
  margin: auto;
  align-items: end;
}
@media (min-width: 992px) {
  .cid-ttjutjSuQj .container {
    flex-wrap: nowrap;
  }
}
.cid-ttjutjSuQj .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ttjutjSuQj .nav-item:focus,
.cid-ttjutjSuQj .nav-link:focus {
  outline: none;
}
.cid-ttjutjSuQj .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ttjutjSuQj .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ttjutjSuQj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ttjutjSuQj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ttjutjSuQj .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ttjutjSuQj .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ttjutjSuQj .navbar {
  min-height: 70px;
  transition: all 0.3s;
  background: #e8ebe8;
}
.cid-ttjutjSuQj .navbar.opened {
  transition: all 0.3s;
}
.cid-ttjutjSuQj .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ttjutjSuQj .navbar .navbar-logo img {
  min-width: 50px;
  min-height: 50px;
  border-radius: 10px;
}
.cid-ttjutjSuQj .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ttjutjSuQj .navbar.collapsed {
  justify-content: center;
}
.cid-ttjutjSuQj .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ttjutjSuQj .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ttjutjSuQj .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.1rem);
  }
}
.cid-ttjutjSuQj .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ttjutjSuQj .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ttjutjSuQj .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-ttjutjSuQj .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ttjutjSuQj .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ttjutjSuQj .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ttjutjSuQj .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ttjutjSuQj .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ttjutjSuQj .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ttjutjSuQj .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ttjutjSuQj .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-ttjutjSuQj .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ttjutjSuQj .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ttjutjSuQj .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-ttjutjSuQj .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ttjutjSuQj .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ttjutjSuQj .navbar.navbar-short {
  min-height: 60px;
}
.cid-ttjutjSuQj .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ttjutjSuQj .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ttjutjSuQj .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ttjutjSuQj .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ttjutjSuQj .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 375px) {
  .cid-ttjutjSuQj .navbar-brand {
    width: 85%;
  }
}
.cid-ttjutjSuQj .dropdown-item.active,
.cid-ttjutjSuQj .dropdown-item:active {
  background-color: transparent;
}
.cid-ttjutjSuQj .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ttjutjSuQj .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ttjutjSuQj .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ttjutjSuQj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e8ebe8;
}
.cid-ttjutjSuQj .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ttjutjSuQj .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ttjutjSuQj ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ttjutjSuQj .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ttjutjSuQj button.navbar-toggler {
  outline: none;
  width: 25px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ttjutjSuQj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #191919;
}
.cid-ttjutjSuQj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ttjutjSuQj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ttjutjSuQj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ttjutjSuQj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ttjutjSuQj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ttjutjSuQj nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ttjutjSuQj nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ttjutjSuQj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ttjutjSuQj .navbar-dropdown {
  padding: 0 1rem;
}
.cid-ttjutjSuQj a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ttjutjSuQj .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ttjutjSuQj .navbar {
    height: 70px;
  }
  .cid-ttjutjSuQj .navbar.opened {
    height: auto;
  }
  .cid-ttjutjSuQj .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ttvZgXYcwP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #d39450;
}
.cid-ttvZgXYcwP .mbr-fallback-image.disabled {
  display: none;
}
.cid-ttvZgXYcwP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ttvZgXYcwP .mbr-section-title {
  color: #f3f4ef;
  margin-bottom: 16px;
}
.cid-ttvZgXYcwP .colored-text {
  line-height: inherit;
  font-weight: inherit;
  color: inherit;
  color: #ddff55;
}
.cid-ttvZgXYcwP .mbr-section-subtitle {
  color: #f3f4ef;
  margin-bottom: 16px;
}
.cid-ttvZgXYcwP .mbr-text {
  color: #f3f4ef;
  margin-bottom: 0;
}
.cid-ttvZgXYcwP .mbr-section-btn {
  margin-top: 144px;
}
.cid-ttvYMZJtMH {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #a30c25;
}
.cid-ttvYMZJtMH .container {
  max-width: 56rem;
}
.cid-ttvYMZJtMH .main-row {
  align-items: flex-start;
  width: 100%;
  flex-wrap: nowrap;
}
@media (max-width: 767px) {
  .cid-ttvYMZJtMH .main-row {
    flex-wrap: wrap;
  }
}
.cid-ttvYMZJtMH .title-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-left: 0;
  position: sticky;
  top: 0;
  margin-bottom: 64px;
}
@media (min-width: 768px) {
  .cid-ttvYMZJtMH .title-container {
    padding-right: 1.5rem !important;
    margin-bottom: 0;
  }
}
.cid-ttvYMZJtMH .mbr-section-head {
  margin-bottom: 0;
  padding: 0 !important;
}
.cid-ttvYMZJtMH .mbr-section-title {
  color: #DDFF55;
  margin-bottom: 0;
  text-align: center;
}
.cid-ttvYMZJtMH .mbr-section-subtitle {
  color: #DDFF55;
}
.cid-ttvYMZJtMH .opinion-container {
  display: flex;
  max-width: 17rem;
  flex-direction: column;
  width: max-content;
  margin-top: 4rem;
  padding: 1.5rem;
  border: 1px solid #ddff55;
}
.cid-ttvYMZJtMH .opinion-container .iconfont-wrapper .mbr-iconfont {
  font-size: 24px;
  color: #DDFF55;
}
@media (max-width: 767px) {
  .cid-ttvYMZJtMH .opinion-container {
    display: none;
  }
}
.cid-ttvYMZJtMH .opinion-stars {
  display: flex;
  margin-bottom: 0.5rem;
}
.cid-ttvYMZJtMH .opinion-comment {
  color: #DDFF55;
  margin-bottom: 0;
}
.cid-ttvYMZJtMH .card-title {
  color: #f3f4ef;
  width: 100%;
  margin-bottom: 0;
}
.cid-ttvYMZJtMH .card-text {
  color: #f3f4ef;
  width: 100%;
  margin-bottom: 4px;
}
.cid-ttvYMZJtMH .comment-text {
  color: #f3f4ef;
  width: 100%;
  margin-top: 4px;
  opacity: 0.8;
}
.cid-ttvYMZJtMH .card-link-text {
  width: 100%;
}
.cid-ttvYMZJtMH .border-text {
  margin-top: 1.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  width: 100%;
  border-left: 1px solid #000000;
}
.cid-ttvYMZJtMH .card-border {
  padding: 2.5rem;
  border-style: solid;
  border-width: 1px;
  border-color: #000000;
}
@media (max-width: 575px) {
  .cid-ttvYMZJtMH .card-border {
    padding: 2rem;
  }
}
.cid-ttvYMZJtMH .content-container {
  flex-grow: 1;
}
.cid-ttvYMZJtMH form .dragArea.row {
  justify-content: flex-start;
  margin-top: 40px;
}
.cid-ttvYMZJtMH form .mbr-section-btn {
  margin-top: 20px;
}
.cid-ttvYMZJtMH form .mbr-section-btn .btn {
  width: max-content;
  min-width: 120px;
}
.cid-ttvYMZJtMH form .form-group {
  margin-bottom: 20px !important;
}
.cid-ttvYMZJtMH form .form-control {
  border: none !important;
  border-bottom: 1px solid #f3f4ef !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  margin-bottom: 0;
  padding: 12px;
  font-size: 16px;
  line-height: 24px;
  color: #f3f4ef;
  font-weight: 400;
}
.cid-ttvYMZJtMH form .form-control::-webkit-input-placeholder {
  color: rgba(243, 244, 239, 0.8);
}
.cid-ttvYMZJtMH form .form-control::-moz-placeholder {
  color: rgba(243, 244, 239, 0.8);
}
.cid-ttvYMZJtMH form .form-control:-moz-placeholder {
  color: rgba(243, 244, 239, 0.8);
}
.cid-ttvYMZJtMH form .form-control:-ms-input-placeholder {
  color: rgba(243, 244, 239, 0.8);
}
.cid-ttvYMZJtMH form textarea {
  height: 96px;
}
.cid-ttvYMZJtMH form input,
.cid-ttvYMZJtMH form textarea {
  background-color: transparent !important;
}
.cid-ttvYMZJtMH form input:active,
.cid-ttvYMZJtMH form textarea:active,
.cid-ttvYMZJtMH form input:focus,
.cid-ttvYMZJtMH form textarea:focus,
.cid-ttvYMZJtMH form input:hover,
.cid-ttvYMZJtMH form textarea:hover {
  border-bottom-color: #ddff55 !important;
}
.cid-ttvYMZJtMH form input:active::-webkit-input-placeholder,
.cid-ttvYMZJtMH form textarea:active::-webkit-input-placeholder,
.cid-ttvYMZJtMH form input:focus::-webkit-input-placeholder,
.cid-ttvYMZJtMH form textarea:focus::-webkit-input-placeholder,
.cid-ttvYMZJtMH form input:hover::-webkit-input-placeholder,
.cid-ttvYMZJtMH form textarea:hover::-webkit-input-placeholder {
  color: rgba(243, 244, 239, 0.8);
}
.cid-ttvYMZJtMH form input:active::-moz-placeholder,
.cid-ttvYMZJtMH form textarea:active::-moz-placeholder,
.cid-ttvYMZJtMH form input:focus::-moz-placeholder,
.cid-ttvYMZJtMH form textarea:focus::-moz-placeholder,
.cid-ttvYMZJtMH form input:hover::-moz-placeholder,
.cid-ttvYMZJtMH form textarea:hover::-moz-placeholder {
  color: rgba(243, 244, 239, 0.8);
}
.cid-ttvYMZJtMH form input:active:-moz-placeholder,
.cid-ttvYMZJtMH form textarea:active:-moz-placeholder,
.cid-ttvYMZJtMH form input:focus:-moz-placeholder,
.cid-ttvYMZJtMH form textarea:focus:-moz-placeholder,
.cid-ttvYMZJtMH form input:hover:-moz-placeholder,
.cid-ttvYMZJtMH form textarea:hover:-moz-placeholder {
  color: rgba(243, 244, 239, 0.8);
}
.cid-ttvYMZJtMH form input:active:-ms-input-placeholder,
.cid-ttvYMZJtMH form textarea:active:-ms-input-placeholder,
.cid-ttvYMZJtMH form input:focus:-ms-input-placeholder,
.cid-ttvYMZJtMH form textarea:focus:-ms-input-placeholder,
.cid-ttvYMZJtMH form input:hover:-ms-input-placeholder,
.cid-ttvYMZJtMH form textarea:hover:-ms-input-placeholder {
  color: rgba(243, 244, 239, 0.8);
}
.cid-ttvYMZJtMH form .row {
  margin-left: -20px !important;
  margin-right: -20px !important;
}
.cid-ttvYMZJtMH form .row [class*=col] {
  padding-left: 20px !important;
  padding-right: 20px !important;
}
.cid-ttvYMZJtMH form label {
  color: #f3f4ef;
}
.cid-ttvYMZJtMH form .form-check-input {
  border-color: #f3f4ef;
  outline: none !important;
  box-shadow: none !important;
}
.cid-ttvYMZJtMH form .form-check-input:focus,
.cid-ttvYMZJtMH form .form-check-input:hover {
  border-color: #ddff55 !important;
}
.cid-ttvYMZJtMH form .form-check-input:checked {
  border-color: #ddff55 !important;
}
.cid-ttvYMZJtMH .phone-container,
.cid-ttvYMZJtMH .address-container {
  margin-top: 1.5rem;
}
.cid-ttiYpynv7p {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #000000;
  overflow: hidden;
}
.cid-ttiYpynv7p .mbr-text {
  color: #1B1F0A;
}
.cid-ttiYpynv7p .media-container-row .mbr-text {
  color: #ffffff;
}
