@import url(https://fonts.googleapis.com/css?family=Rubik:300,300i,400,400i,500,500i,700,700i,900,900i&display=swap);





body {
  font-family: Rubik;
}
.display-1 {
  font-family: 'Rubik', sans-serif;
  font-size: 6rem;
  font-display: swap;
}
.display-1 > .mbr-iconfont {
  font-size: 9.6rem;
}
.display-2 {
  font-family: 'Rubik', sans-serif;
  font-size: 3rem;
  font-display: swap;
}
.display-2 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-4 {
  font-family: 'Rubik', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'Rubik', sans-serif;
  font-size: 1.5rem;
  font-display: swap;
}
.display-5 > .mbr-iconfont {
  font-size: 2.4rem;
}
.display-7 {
  font-family: 'Rubik', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.display-7 > .mbr-iconfont {
  font-size: 1.6rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 4.8rem;
    font-size: calc( 2.75rem + (6 - 2.75) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.75rem + (6 - 2.75) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 3px;
}
.bg-primary {
  background-color: #ffffff !important;
}
.bg-success {
  background-color: #f7ed4a !important;
}
.bg-info {
  background-color: #82786e !important;
}
.bg-warning {
  background-color: #879a9f !important;
}
.bg-danger {
  background-color: #b1a374 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff3366 !important;
  border-color: #ff3366 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #e50039 !important;
  border-color: #e50039 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #e50039 !important;
  border-color: #e50039 !important;
}
.btn-info,
.btn-info:active {
  background-color: #82786e !important;
  border-color: #82786e !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-success,
.btn-success:active {
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
  color: #3f3c03 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #879a9f !important;
  border-color: #879a9f !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #cccccc;
  color: #cccccc;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #808080;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #cc0033;
  color: #cc0033;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #ff3366;
  border-color: #ff3366;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff3366 !important;
  border-color: #ff3366 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #4b453f;
  color: #4b453f;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #82786e;
  border-color: #82786e;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #82786e !important;
  border-color: #82786e !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #d2c609;
  color: #d2c609;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #3f3c03;
  background-color: #f7ed4a;
  border-color: #f7ed4a;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #3f3c03 !important;
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #55666b;
  color: #55666b;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #879a9f;
  border-color: #879a9f;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #879a9f !important;
  border-color: #879a9f !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #7a6e45;
  color: #7a6e45;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #b1a374;
  border-color: #b1a374;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #ffffff !important;
}
.text-secondary {
  color: #ff3366 !important;
}
.text-success {
  color: #f7ed4a !important;
}
.text-info {
  color: #82786e !important;
}
.text-warning {
  color: #879a9f !important;
}
.text-danger {
  color: #b1a374 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #cccccc !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #cc0033 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #d2c609 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #4b453f !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #55666b !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #7a6e45 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #82786e;
}
.alert-warning {
  background-color: #879a9f;
}
.alert-danger {
  background-color: #b1a374;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #8c8c8c;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #ffffff;
}
.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: #beb8b2;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ced6d8;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #dfd9c6;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Rubik', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
}
blockquote {
  border-color: #ffffff;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.form2 .form-control {
  border-top-left-radius: 100px;
  border-bottom-left-radius: 100px;
}
.form2 .input-group-btn a.btn {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.form2 .input-group-btn button[type="submit"] {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.form3 input[type="email"] {
  border-radius: 100px !important;
}
@media (max-width: 349px) {
  .form2 input[type="email"] {
    border-radius: 100px !important;
  }
  .form2 .input-group-btn a.btn {
    border-radius: 100px !important;
  }
  .form2 .input-group-btn button[type="submit"] {
    border-radius: 100px !important;
  }
}
@media (max-width: 767px) {
  .btn {
    font-size: .75rem !important;
  }
  .btn .mbr-iconfont {
    font-size: 1rem !important;
  }
}
/* Footer */
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #ffffff;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #ffffff;
}
.footer3 input[type="email"],
.footer4 input[type="email"] {
  border-radius: 100px !important;
}
.footer3 .input-group-btn a.btn,
.footer4 .input-group-btn a.btn {
  border-radius: 100px !important;
}
.footer3 .input-group-btn button[type="submit"],
.footer4 .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
}
/* Headers*/
.header13 .form-inline input[type="email"],
.header14 .form-inline input[type="email"] {
  border-radius: 100px;
}
.header13 .form-inline input[type="text"],
.header14 .form-inline input[type="text"] {
  border-radius: 100px;
}
.header13 .form-inline input[type="tel"],
.header14 .form-inline input[type="tel"] {
  border-radius: 100px;
}
.header13 .form-inline a.btn,
.header14 .form-inline a.btn {
  border-radius: 100px;
}
.header13 .form-inline button,
.header14 .form-inline button {
  border-radius: 100px !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .card-wrapper {
    flex: auto !important;
  }
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.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: #ffffff !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #ff3366 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 100px;
  height: 100px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23ffffff' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.3;
}
.cid-rvGXwHEe4h {
  background-image: url("../../../assets/images/rodax-caroma-family-1100x500.jpg");
}
.cid-rvHKViXtRu {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rvHKViXtRu .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-rvHKViXtRu .section-text {
  padding: 2rem 0;
}
.cid-rvHKViXtRu .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-rvHKViXtRu .inner-container {
    width: 100% !important;
  }
}
.cid-rvHLWnz5Dd {
  background-image: url("../../../assets/images/rodax-caroma-ginger-farm-1100x500.jpg");
}
.cid-rvHN6IfJir {
  background-image: url("../../../assets/images/rodax-caroma-ene-1-1100x290.jpg");
}
.cid-rvHN6IfJir h1 {
  color: #616161;
}
.cid-rvHN6IfJir h2,
.cid-rvHN6IfJir h3,
.cid-rvHN6IfJir p {
  color: #767676;
}
.cid-rvHN6IfJir .mbr-section-subtitle {
  font-style: italic;
}
.cid-rvHN6IfJir H1 {
  color: #4f4943;
}
.cid-rvHN6IfJir H3 {
  color: #4f4943;
}
.cid-rvHN6IfJir .mbr-text,
.cid-rvHN6IfJir .mbr-section-btn {
  color: #4f4943;
}
.cid-rvHOx8nZvR {
  background-image: url("../../../assets/images/rodax-caroma-ene-2-1100x290.jpg");
}
.cid-rvHOx8nZvR h1 {
  color: #616161;
}
.cid-rvHOx8nZvR h2,
.cid-rvHOx8nZvR h3,
.cid-rvHOx8nZvR p {
  color: #767676;
}
.cid-rvHOx8nZvR .mbr-section-subtitle {
  font-style: italic;
}
.cid-rvHSP90fj6 {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rvHSP90fj6 h2 {
  text-align: center;
}
.cid-rvHSP90fj6 h3 {
  text-align: center;
  font-weight: 300;
}
.cid-rvHSP90fj6 p {
  color: #767676;
}
.cid-rvHSP90fj6 img {
  object-fit: cover;
}
.cid-rvHSP90fj6 .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-rvHSP90fj6 .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-rvHSP90fj6 .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
}
.cid-rvHSP90fj6 .mbr-section-subtitle {
  color: #767676;
}
.cid-rvHSP90fj6 .card-title {
  font-weight: 500;
}
.cid-rvHSP90fj6 .card-img {
  text-align: inherit;
}
.cid-rvHSP90fj6 .card-img span {
  font-size: 48px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-rvHSP90fj6 .mbr-figure {
    padding-right: 2rem;
    padding-left: 2rem;
    height: 100%;
  }
}
@media (max-width: 991px) {
  .cid-rvHSP90fj6 .mbr-figure {
    padding-bottom: 2rem;
    padding-top: 1rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-rvHSP90fj6 .block-content {
    flex-direction: row;
    -webkit-flex-direction: row;
    text-align: center;
  }
  .cid-rvHSP90fj6 .block-content .card {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
  }
  .cid-rvHSP90fj6 .card:nth-child(1) {
    padding-bottom: 0!important;
  }
}
.cid-rvHU1Gzbsv {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rvHU1Gzbsv .mbr-text,
.cid-rvHU1Gzbsv blockquote {
  color: #767676;
}
.cid-rvHU1Gzbsv .mbr-text P {
  text-align: center;
}
.cid-rvHU1Gzbsv .mbr-text {
  color: #232323;
}
.cid-rvHRwxz2Fa {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/rodax-caroma-product-range-1100x500.jpg");
}
.cid-rvHPBGSIgB {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f9f9f9;
}
.cid-rvHPBGSIgB .mbr-section-btn > * {
  margin: 0;
}
.cid-rvHPBGSIgB h4 {
  font-weight: 500;
}
.cid-rvHPBGSIgB p {
  color: #232323;
}
.cid-rvHPBGSIgB .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-rvHPBGSIgB .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-rvHPBGSIgB .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rvHPBGSIgB .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-rvHPBGSIgB .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-rvHPBGSIgB .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-rvHPBGSIgB .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-rvHPBGSIgB .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-rvHPBGSIgB .card-img span {
    font-size: 40px !important;
  }
}
.cid-rvHPBGSIgB .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-rvHPBGSIgB H2 {
  color: #4f4943;
}
.cid-rvHQr9JjHx {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f9f9f9;
}
.cid-rvHQr9JjHx .mbr-section-btn > * {
  margin: 0;
}
.cid-rvHQr9JjHx h4 {
  font-weight: 500;
}
.cid-rvHQr9JjHx p {
  color: #232323;
}
.cid-rvHQr9JjHx .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-rvHQr9JjHx .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-rvHQr9JjHx .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rvHQr9JjHx .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-rvHQr9JjHx .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-rvHQr9JjHx .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-rvHQr9JjHx .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-rvHQr9JjHx .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-rvHQr9JjHx .card-img span {
    font-size: 40px !important;
  }
}
.cid-rvHQr9JjHx .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-rvHQr9JjHx H2 {
  color: #4f4943;
}
.cid-s5tqP1GdRU {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f9f9f9;
}
.cid-s5tqP1GdRU .mbr-section-btn > * {
  margin: 0;
}
.cid-s5tqP1GdRU h4 {
  font-weight: 500;
}
.cid-s5tqP1GdRU p {
  color: #232323;
}
.cid-s5tqP1GdRU .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-s5tqP1GdRU .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-s5tqP1GdRU .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-s5tqP1GdRU .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-s5tqP1GdRU .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-s5tqP1GdRU .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-s5tqP1GdRU .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-s5tqP1GdRU .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-s5tqP1GdRU .card-img span {
    font-size: 40px !important;
  }
}
.cid-s5tqP1GdRU .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-s5tqP1GdRU H2 {
  color: #4f4943;
}
.cid-rD3Q6KiPQw {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f9f9f9;
}
.cid-rD3Q6KiPQw .mbr-section-btn > * {
  margin: 0;
}
.cid-rD3Q6KiPQw h4 {
  font-weight: 500;
}
.cid-rD3Q6KiPQw p {
  color: #232323;
}
.cid-rD3Q6KiPQw .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-rD3Q6KiPQw .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-rD3Q6KiPQw .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rD3Q6KiPQw .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-rD3Q6KiPQw .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-rD3Q6KiPQw .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-rD3Q6KiPQw .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-rD3Q6KiPQw .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-rD3Q6KiPQw .card-img span {
    font-size: 40px !important;
  }
}
.cid-rD3Q6KiPQw .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-rD3Q6KiPQw H2 {
  color: #4f4943;
}
.cid-s5tqhDJT7h {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f9f9f9;
}
.cid-s5tqhDJT7h .mbr-section-btn > * {
  margin: 0;
}
.cid-s5tqhDJT7h h4 {
  font-weight: 500;
}
.cid-s5tqhDJT7h p {
  color: #232323;
}
.cid-s5tqhDJT7h .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-s5tqhDJT7h .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-s5tqhDJT7h .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-s5tqhDJT7h .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-s5tqhDJT7h .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-s5tqhDJT7h .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-s5tqhDJT7h .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-s5tqhDJT7h .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-s5tqhDJT7h .card-img span {
    font-size: 40px !important;
  }
}
.cid-s5tqhDJT7h .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-s5tqhDJT7h H2 {
  color: #4f4943;
}
.cid-s5tsSo4Mpw {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f9f9f9;
}
.cid-s5tsSo4Mpw .mbr-section-btn > * {
  margin: 0;
}
.cid-s5tsSo4Mpw h4 {
  font-weight: 500;
}
.cid-s5tsSo4Mpw p {
  color: #232323;
}
.cid-s5tsSo4Mpw .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-s5tsSo4Mpw .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-s5tsSo4Mpw .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-s5tsSo4Mpw .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-s5tsSo4Mpw .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-s5tsSo4Mpw .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-s5tsSo4Mpw .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-s5tsSo4Mpw .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-s5tsSo4Mpw .card-img span {
    font-size: 40px !important;
  }
}
.cid-s5tsSo4Mpw .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-s5tsSo4Mpw H2 {
  color: #4f4943;
}
.cid-s5tu9jyzPO {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f9f9f9;
}
.cid-s5tu9jyzPO .mbr-section-btn > * {
  margin: 0;
}
.cid-s5tu9jyzPO h4 {
  font-weight: 500;
}
.cid-s5tu9jyzPO p {
  color: #232323;
}
.cid-s5tu9jyzPO .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-s5tu9jyzPO .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-s5tu9jyzPO .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-s5tu9jyzPO .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-s5tu9jyzPO .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-s5tu9jyzPO .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-s5tu9jyzPO .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-s5tu9jyzPO .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-s5tu9jyzPO .card-img span {
    font-size: 40px !important;
  }
}
.cid-s5tu9jyzPO .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-s5tu9jyzPO H2 {
  color: #4f4943;
}
.cid-s5tvElrGia {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-s5tvElrGia h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-s5tvElrGia p {
  color: #767676;
  text-align: left;
}
.cid-s5tvElrGia .card-box {
  padding-top: 2rem;
}
.cid-s5tvElrGia .card-wrapper {
  height: 100%;
}
.cid-s5twql7MsI {
  background: #e4d295;
  padding-top: 15px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #e4d295, #ffffff);
}
.cid-s5twql7MsI .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-s5twql7MsI .video-block {
    width: 100% !important;
  }
}
.cid-rvJzHSD7tM {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #b1a374;
}
.cid-rvHV2qPMCD {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rvIjXtCZeq {
  background-image: url("../../../assets/images/rodax-6-to-12-coffee-main-1280x960.jpg");
}
.cid-rvJq9qK2WY {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
.cid-rvJq9qK2WY .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-rvJq9qK2WY .section-text {
  padding: 2rem 0;
}
.cid-rvJq9qK2WY .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-rvJq9qK2WY .inner-container {
    width: 100% !important;
  }
}
.cid-rvJqJ6rBOt {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rvJqJ6rBOt .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-rvJqJ6rBOt .section-text {
  padding: 2rem 0;
}
.cid-rvJqJ6rBOt .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-rvJqJ6rBOt .inner-container {
    width: 100% !important;
  }
}
.cid-rvJtWkZQqB {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rvJtWkZQqB .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-rvJtWkZQqB .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rvJtWkZQqB .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rvJtWkZQqB .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-rvJtWkZQqB .row > .row {
  display: block;
}
.cid-rvJtWkZQqB .mbr-gallery-item {
  width: 100%;
}
.cid-rvJtWkZQqB .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-rvJtWkZQqB .mbr-gallery-item > div {
  position: relative;
}
.cid-rvJtWkZQqB .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-rvJtWkZQqB .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-rvJtWkZQqB .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-rvJtWkZQqB .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-rvJzUudMV2 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #232323;
}
.cid-rvJuL2rIbd {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rvEjdhol9x {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #cccccc;
}
.cid-rvEjdhol9x .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-rvEjdhol9x .icon-block {
  margin-bottom: 10px;
}
.cid-rvEjdhol9x .icon-block .icon-block__icon {
  display: inline-block;
  vertical-align: middle;
}
.cid-rvEjdhol9x .icon-block .icon-block__title {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0;
  line-height: 1;
  font-style: italic;
}
.cid-rvEjdhol9x .mbr-text {
  color: #232323;
}
.cid-rvEjdhol9x textarea.form-control {
  min-height: 100px;
}
.cid-rvEjdhol9x a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-rvEjdhol9x .google-map {
  height: 42rem;
  position: relative;
}
.cid-rvEjdhol9x .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-rvEjdhol9x .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-rvEjdhol9x .google-map[data-state] {
  background: #e9e5dc;
}
.cid-rvEjdhol9x .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
@media (max-width: 767px) {
  .cid-rvEjdhol9x h2 {
    padding-top: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-rvEjdhol9x .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-rvEjdhol9x .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
}
.cid-rvEmWbNU1e {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #cccccc;
}
.cid-rvEkYsR8wE {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s5tzJ8OZc4 {
  background-image: url("../../../assets/images/rodax-other-main-1100x500.jpg");
}
.cid-s5tzJ8OZc4 H1 {
  color: #073b4c;
}
.cid-s5tzJ8OZc4 H3 {
  color: #073b4c;
}
.cid-s5tzJ9JcV6 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-s5tzJ9JcV6 .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-s5tzJ9JcV6 .section-text {
  padding: 2rem 0;
}
.cid-s5tzJ9JcV6 .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-s5tzJ9JcV6 .inner-container {
    width: 100% !important;
  }
}
.cid-s5tzJgSP2O {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/rodax-others-banner-1920x1280.jpg");
}
.cid-s5tzJitAmu {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f9f9f9;
}
.cid-s5tzJitAmu .mbr-section-btn > * {
  margin: 0;
}
.cid-s5tzJitAmu h4 {
  font-weight: 500;
}
.cid-s5tzJitAmu p {
  color: #232323;
}
.cid-s5tzJitAmu .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-s5tzJitAmu .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-s5tzJitAmu .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-s5tzJitAmu .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-s5tzJitAmu .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-s5tzJitAmu .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-s5tzJitAmu .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-s5tzJitAmu .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-s5tzJitAmu .card-img span {
    font-size: 40px !important;
  }
}
.cid-s5tzJitAmu .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-s5tzJitAmu H2 {
  color: #4f4943;
}
.cid-s5tzJjXcuK {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f9f9f9;
}
.cid-s5tzJjXcuK .mbr-section-btn > * {
  margin: 0;
}
.cid-s5tzJjXcuK h4 {
  font-weight: 500;
}
.cid-s5tzJjXcuK p {
  color: #232323;
}
.cid-s5tzJjXcuK .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-s5tzJjXcuK .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-s5tzJjXcuK .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-s5tzJjXcuK .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-s5tzJjXcuK .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-s5tzJjXcuK .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-s5tzJjXcuK .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-s5tzJjXcuK .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-s5tzJjXcuK .card-img span {
    font-size: 40px !important;
  }
}
.cid-s5tzJjXcuK .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-s5tzJjXcuK H2 {
  color: #4f4943;
}
.cid-s5tzJllQNK {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f9f9f9;
}
.cid-s5tzJllQNK .mbr-section-btn > * {
  margin: 0;
}
.cid-s5tzJllQNK h4 {
  font-weight: 500;
}
.cid-s5tzJllQNK p {
  color: #232323;
}
.cid-s5tzJllQNK .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-s5tzJllQNK .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-s5tzJllQNK .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-s5tzJllQNK .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-s5tzJllQNK .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-s5tzJllQNK .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-s5tzJllQNK .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-s5tzJllQNK .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-s5tzJllQNK .card-img span {
    font-size: 40px !important;
  }
}
.cid-s5tzJllQNK .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-s5tzJllQNK H2 {
  color: #4f4943;
}
.cid-s5tzJmQi0t {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f9f9f9;
}
.cid-s5tzJmQi0t .mbr-section-btn > * {
  margin: 0;
}
.cid-s5tzJmQi0t h4 {
  font-weight: 500;
}
.cid-s5tzJmQi0t p {
  color: #232323;
}
.cid-s5tzJmQi0t .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-s5tzJmQi0t .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-s5tzJmQi0t .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-s5tzJmQi0t .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-s5tzJmQi0t .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-s5tzJmQi0t .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-s5tzJmQi0t .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-s5tzJmQi0t .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-s5tzJmQi0t .card-img span {
    font-size: 40px !important;
  }
}
.cid-s5tzJmQi0t .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-s5tzJmQi0t H2 {
  color: #4f4943;
}
.cid-s5tIHKqwCS {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f9f9f9;
}
.cid-s5tIHKqwCS .mbr-section-btn > * {
  margin: 0;
}
.cid-s5tIHKqwCS h4 {
  font-weight: 500;
}
.cid-s5tIHKqwCS p {
  color: #232323;
}
.cid-s5tIHKqwCS .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-s5tIHKqwCS .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-s5tIHKqwCS .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-s5tIHKqwCS .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-s5tIHKqwCS .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-s5tIHKqwCS .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-s5tIHKqwCS .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-s5tIHKqwCS .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-s5tIHKqwCS .card-img span {
    font-size: 40px !important;
  }
}
.cid-s5tIHKqwCS .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-s5tIHKqwCS H2 {
  color: #4f4943;
}
.cid-s5tzJoozJR {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f9f9f9;
}
.cid-s5tzJoozJR .mbr-section-btn > * {
  margin: 0;
}
.cid-s5tzJoozJR h4 {
  font-weight: 500;
}
.cid-s5tzJoozJR p {
  color: #232323;
}
.cid-s5tzJoozJR .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-s5tzJoozJR .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-s5tzJoozJR .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-s5tzJoozJR .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-s5tzJoozJR .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-s5tzJoozJR .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-s5tzJoozJR .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-s5tzJoozJR .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-s5tzJoozJR .card-img span {
    font-size: 40px !important;
  }
}
.cid-s5tzJoozJR .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-s5tzJoozJR H2 {
  color: #4f4943;
}
.cid-s5tzJpHFML {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f9f9f9;
}
.cid-s5tzJpHFML .mbr-section-btn > * {
  margin: 0;
}
.cid-s5tzJpHFML h4 {
  font-weight: 500;
}
.cid-s5tzJpHFML p {
  color: #232323;
}
.cid-s5tzJpHFML .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-s5tzJpHFML .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-s5tzJpHFML .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-s5tzJpHFML .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-s5tzJpHFML .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-s5tzJpHFML .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-s5tzJpHFML .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-s5tzJpHFML .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-s5tzJpHFML .card-img span {
    font-size: 40px !important;
  }
}
.cid-s5tzJpHFML .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-s5tzJpHFML H2 {
  color: #4f4943;
}
.cid-s5tzJr0Brf {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f9f9f9;
}
.cid-s5tzJr0Brf .mbr-section-btn > * {
  margin: 0;
}
.cid-s5tzJr0Brf h4 {
  font-weight: 500;
}
.cid-s5tzJr0Brf p {
  color: #232323;
}
.cid-s5tzJr0Brf .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-s5tzJr0Brf .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-s5tzJr0Brf .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-s5tzJr0Brf .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-s5tzJr0Brf .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-s5tzJr0Brf .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-s5tzJr0Brf .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-s5tzJr0Brf .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-s5tzJr0Brf .card-img span {
    font-size: 40px !important;
  }
}
.cid-s5tzJr0Brf .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-s5tzJr0Brf H2 {
  color: #4f4943;
}
.cid-s5tzJstim4 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f9f9f9;
}
.cid-s5tzJstim4 .mbr-section-btn > * {
  margin: 0;
}
.cid-s5tzJstim4 h4 {
  font-weight: 500;
}
.cid-s5tzJstim4 p {
  color: #232323;
}
.cid-s5tzJstim4 .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-s5tzJstim4 .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-s5tzJstim4 .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-s5tzJstim4 .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-s5tzJstim4 .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-s5tzJstim4 .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-s5tzJstim4 .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-s5tzJstim4 .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-s5tzJstim4 .card-img span {
    font-size: 40px !important;
  }
}
.cid-s5tzJstim4 .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-s5tzJstim4 H2 {
  color: #4f4943;
}
.cid-s5yQH6Azk6 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f9f9f9;
}
.cid-s5yQH6Azk6 .mbr-section-btn > * {
  margin: 0;
}
.cid-s5yQH6Azk6 h4 {
  font-weight: 500;
}
.cid-s5yQH6Azk6 p {
  color: #232323;
}
.cid-s5yQH6Azk6 .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-s5yQH6Azk6 .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-s5yQH6Azk6 .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-s5yQH6Azk6 .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-s5yQH6Azk6 .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-s5yQH6Azk6 .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-s5yQH6Azk6 .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-s5yQH6Azk6 .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-s5yQH6Azk6 .card-img span {
    font-size: 40px !important;
  }
}
.cid-s5yQH6Azk6 .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-s5yQH6Azk6 H2 {
  color: #4f4943;
}
.cid-s5tzJtWxsN {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f9f9f9;
}
.cid-s5tzJtWxsN .mbr-section-btn > * {
  margin: 0;
}
.cid-s5tzJtWxsN h4 {
  font-weight: 500;
}
.cid-s5tzJtWxsN p {
  color: #232323;
}
.cid-s5tzJtWxsN .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-s5tzJtWxsN .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-s5tzJtWxsN .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-s5tzJtWxsN .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-s5tzJtWxsN .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-s5tzJtWxsN .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-s5tzJtWxsN .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-s5tzJtWxsN .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-s5tzJtWxsN .card-img span {
    font-size: 40px !important;
  }
}
.cid-s5tzJtWxsN .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-s5tzJtWxsN H2 {
  color: #4f4943;
}
.cid-s5tNWxxpNi {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f9f9f9;
}
.cid-s5tNWxxpNi .mbr-section-btn > * {
  margin: 0;
}
.cid-s5tNWxxpNi h4 {
  font-weight: 500;
}
.cid-s5tNWxxpNi p {
  color: #232323;
}
.cid-s5tNWxxpNi .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-s5tNWxxpNi .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-s5tNWxxpNi .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-s5tNWxxpNi .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-s5tNWxxpNi .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-s5tNWxxpNi .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-s5tNWxxpNi .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-s5tNWxxpNi .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-s5tNWxxpNi .card-img span {
    font-size: 40px !important;
  }
}
.cid-s5tNWxxpNi .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-s5tNWxxpNi H2 {
  color: #4f4943;
}
.cid-s5tNXlDJCs {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f9f9f9;
}
.cid-s5tNXlDJCs .mbr-section-btn > * {
  margin: 0;
}
.cid-s5tNXlDJCs h4 {
  font-weight: 500;
}
.cid-s5tNXlDJCs p {
  color: #232323;
}
.cid-s5tNXlDJCs .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-s5tNXlDJCs .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-s5tNXlDJCs .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-s5tNXlDJCs .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-s5tNXlDJCs .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-s5tNXlDJCs .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-s5tNXlDJCs .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-s5tNXlDJCs .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-s5tNXlDJCs .card-img span {
    font-size: 40px !important;
  }
}
.cid-s5tNXlDJCs .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-s5tNXlDJCs H2 {
  color: #4f4943;
}
.cid-s5tNXWeMOM {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f9f9f9;
}
.cid-s5tNXWeMOM .mbr-section-btn > * {
  margin: 0;
}
.cid-s5tNXWeMOM h4 {
  font-weight: 500;
}
.cid-s5tNXWeMOM p {
  color: #232323;
}
.cid-s5tNXWeMOM .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-s5tNXWeMOM .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-s5tNXWeMOM .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-s5tNXWeMOM .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-s5tNXWeMOM .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-s5tNXWeMOM .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-s5tNXWeMOM .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-s5tNXWeMOM .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-s5tNXWeMOM .card-img span {
    font-size: 40px !important;
  }
}
.cid-s5tNXWeMOM .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-s5tNXWeMOM H2 {
  color: #4f4943;
}
.cid-s5tNYwZtiy {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f9f9f9;
}
.cid-s5tNYwZtiy .mbr-section-btn > * {
  margin: 0;
}
.cid-s5tNYwZtiy h4 {
  font-weight: 500;
}
.cid-s5tNYwZtiy p {
  color: #232323;
}
.cid-s5tNYwZtiy .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-s5tNYwZtiy .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-s5tNYwZtiy .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-s5tNYwZtiy .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-s5tNYwZtiy .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-s5tNYwZtiy .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-s5tNYwZtiy .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-s5tNYwZtiy .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-s5tNYwZtiy .card-img span {
    font-size: 40px !important;
  }
}
.cid-s5tNYwZtiy .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-s5tNYwZtiy H2 {
  color: #4f4943;
}
.cid-s5tNZ6FoWL {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f9f9f9;
}
.cid-s5tNZ6FoWL .mbr-section-btn > * {
  margin: 0;
}
.cid-s5tNZ6FoWL h4 {
  font-weight: 500;
}
.cid-s5tNZ6FoWL p {
  color: #232323;
}
.cid-s5tNZ6FoWL .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-s5tNZ6FoWL .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-s5tNZ6FoWL .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-s5tNZ6FoWL .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-s5tNZ6FoWL .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-s5tNZ6FoWL .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-s5tNZ6FoWL .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-s5tNZ6FoWL .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-s5tNZ6FoWL .card-img span {
    font-size: 40px !important;
  }
}
.cid-s5tNZ6FoWL .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-s5tNZ6FoWL H2 {
  color: #4f4943;
}
.cid-s5tNZIwxK1 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f9f9f9;
}
.cid-s5tNZIwxK1 .mbr-section-btn > * {
  margin: 0;
}
.cid-s5tNZIwxK1 h4 {
  font-weight: 500;
}
.cid-s5tNZIwxK1 p {
  color: #232323;
}
.cid-s5tNZIwxK1 .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-s5tNZIwxK1 .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-s5tNZIwxK1 .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-s5tNZIwxK1 .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-s5tNZIwxK1 .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-s5tNZIwxK1 .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-s5tNZIwxK1 .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-s5tNZIwxK1 .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-s5tNZIwxK1 .card-img span {
    font-size: 40px !important;
  }
}
.cid-s5tNZIwxK1 .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-s5tNZIwxK1 H2 {
  color: #4f4943;
}
.cid-s5tzJvsoai {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-s5tzJvsoai h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-s5tzJvsoai p {
  color: #767676;
  text-align: left;
}
.cid-s5tzJvsoai .card-box {
  padding-top: 2rem;
}
.cid-s5tzJvsoai .card-wrapper {
  height: 100%;
}
.cid-s5tzJyLmuU {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #b1a374;
}
.cid-s5tzJA56Tp {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rvBM53wlnG {
  background-image: url("../../../assets/images/mbr-1920x1258.jpg");
}
.cid-s793Modaog {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #465052;
}
.cid-s793Modaog .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-s793Modaog .section-text {
  padding: 2rem 0;
}
.cid-s793Modaog .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-s793Modaog .inner-container {
    width: 100% !important;
  }
}
.cid-sbXtRmPeWZ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #465052;
}
.cid-sbXtRmPeWZ .card-box {
  padding: 0 2rem;
}
.cid-sbXtRmPeWZ .mbr-section-btn {
  padding-top: 1rem;
}
.cid-sbXtRmPeWZ .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-sbXtRmPeWZ h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-sbXtRmPeWZ p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-sbXtRmPeWZ .mbr-text {
  color: #efefef;
  text-align: center;
}
.cid-sbXtRmPeWZ .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #465052;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-sbXtRmPeWZ .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-sbXtRmPeWZ .card-title {
  color: #efefef;
  text-align: center;
}
.cid-scD390dKrN {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #465052;
}
.cid-scD390dKrN .card-box {
  padding: 0 2rem;
}
.cid-scD390dKrN .mbr-section-btn {
  padding-top: 1rem;
}
.cid-scD390dKrN .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-scD390dKrN h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-scD390dKrN p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-scD390dKrN .mbr-text {
  color: #efefef;
  text-align: center;
}
.cid-scD390dKrN .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #465052;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-scD390dKrN .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-scD390dKrN .card-title {
  color: #efefef;
  text-align: center;
}
.cid-s795SZlV0A {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #465052;
}
.cid-s7zmmIjmPo {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #465052;
}
.cid-rvElvzkAJ1 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rvBPIOTLnf {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/mbr-1920x1166.jpg");
}
.cid-rvBPIOTLnf H2 {
  text-align: center;
  color: #ffffff;
}
.cid-rvBPIOTLnf .mbr-section-subtitle {
  color: #ffffff;
}
.cid-rvBTTYfdtL {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #465052;
}
.cid-rvBTTYfdtL .card-box {
  padding: 0 2rem;
}
.cid-rvBTTYfdtL .mbr-section-btn {
  padding-top: 1rem;
}
.cid-rvBTTYfdtL .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-rvBTTYfdtL h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-rvBTTYfdtL p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-rvBTTYfdtL .mbr-text {
  color: #efefef;
  text-align: center;
}
.cid-rvBTTYfdtL .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #465052;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-rvBTTYfdtL .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-rvBTTYfdtL .card-title {
  color: #efefef;
  text-align: center;
}
.cid-scDdHLtYIE {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #465052;
}
.cid-scDdHLtYIE .card-box {
  padding: 0 2rem;
}
.cid-scDdHLtYIE .mbr-section-btn {
  padding-top: 1rem;
}
.cid-scDdHLtYIE .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-scDdHLtYIE h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-scDdHLtYIE p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-scDdHLtYIE .mbr-text {
  color: #efefef;
  text-align: center;
}
.cid-scDdHLtYIE .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #465052;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-scDdHLtYIE .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-scDdHLtYIE .card-title {
  color: #efefef;
  text-align: center;
}
.cid-rvDBulN83j {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #465052;
}
.cid-rvElWTjiSy {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s7zf5Zez94 {
  background-image: url("../../../assets/images/mbr-1920x1258.jpg");
}
.cid-s7zf60SW3h {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #465052;
}
.cid-s7zf60SW3h .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-s7zf60SW3h .section-text {
  padding: 2rem 0;
}
.cid-s7zf60SW3h .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-s7zf60SW3h .inner-container {
    width: 100% !important;
  }
}
.cid-s7zf61GqaI {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #465052;
}
.cid-s7zf61GqaI .card-box {
  padding: 0 2rem;
}
.cid-s7zf61GqaI .mbr-section-btn {
  padding-top: 1rem;
}
.cid-s7zf61GqaI .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-s7zf61GqaI h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-s7zf61GqaI p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-s7zf61GqaI .mbr-text {
  color: #efefef;
  text-align: center;
}
.cid-s7zf61GqaI .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #465052;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-s7zf61GqaI .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-s7zf61GqaI .card-title {
  color: #efefef;
  text-align: center;
}
.cid-s7zf63ZKyu {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #465052;
}
.cid-s7zm5PhpE7 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #465052;
}
.cid-s7zf65gyAt {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s7zn9zoQxt {
  background-image: url("../../../assets/images/rodax-6-to-12-coffee-main-1280x960.jpg");
}
.cid-s7zn9B4N1w {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
.cid-s7zn9B4N1w .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-s7zn9B4N1w .section-text {
  padding: 2rem 0;
}
.cid-s7zn9B4N1w .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-s7zn9B4N1w .inner-container {
    width: 100% !important;
  }
}
.cid-s7zn9BSvKN {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-s7zn9BSvKN .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-s7zn9BSvKN .section-text {
  padding: 2rem 0;
}
.cid-s7zn9BSvKN .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-s7zn9BSvKN .inner-container {
    width: 100% !important;
  }
}
.cid-s7zn9COKot {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-s7zn9COKot .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-s7zn9COKot .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-s7zn9COKot .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-s7zn9COKot .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-s7zn9COKot .row > .row {
  display: block;
}
.cid-s7zn9COKot .mbr-gallery-item {
  width: 100%;
}
.cid-s7zn9COKot .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-s7zn9COKot .mbr-gallery-item > div {
  position: relative;
}
.cid-s7zn9COKot .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-s7zn9COKot .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-s7zn9COKot .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-s7zn9COKot .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-s7zn9EEz6m {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #232323;
}
.cid-s7zn9FZqUf {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s7ztfs7KhH {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/mbr-1920x1166.jpg");
}
.cid-s7ztfs7KhH H2 {
  text-align: center;
  color: #ffffff;
}
.cid-s7ztfs7KhH .mbr-section-subtitle {
  color: #ffffff;
}
.cid-s7ztftcyuG {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #465052;
}
.cid-s7ztftcyuG .card-box {
  padding: 0 2rem;
}
.cid-s7ztftcyuG .mbr-section-btn {
  padding-top: 1rem;
}
.cid-s7ztftcyuG .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-s7ztftcyuG h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-s7ztftcyuG p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-s7ztftcyuG .mbr-text {
  color: #efefef;
  text-align: center;
}
.cid-s7ztftcyuG .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #465052;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-s7ztftcyuG .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-s7ztftcyuG .card-title {
  color: #efefef;
  text-align: center;
}
.cid-s7ztfvBZO2 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #465052;
}
.cid-s7ztfwVp45 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s7Wdao1nX2 {
  background-image: url("../../../assets/images/rodax-caroma-family-1100x500.jpg");
}
.cid-s7WdapW5oQ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-s7WdapW5oQ .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-s7WdapW5oQ .section-text {
  padding: 2rem 0;
}
.cid-s7WdapW5oQ .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-s7WdapW5oQ .inner-container {
    width: 100% !important;
  }
}
.cid-s7WdaqNuIb {
  background-image: url("../../../assets/images/rodax-caroma-ginger-farm-1100x500.jpg");
}
.cid-s7Wdas2Ak8 {
  background-image: url("../../../assets/images/rodax-caroma-ene-1-1100x290.jpg");
}
.cid-s7Wdas2Ak8 h1 {
  color: #616161;
}
.cid-s7Wdas2Ak8 h2,
.cid-s7Wdas2Ak8 h3,
.cid-s7Wdas2Ak8 p {
  color: #767676;
}
.cid-s7Wdas2Ak8 .mbr-section-subtitle {
  font-style: italic;
}
.cid-s7Wdas2Ak8 H1 {
  color: #4f4943;
}
.cid-s7Wdas2Ak8 H3 {
  color: #4f4943;
}
.cid-s7Wdas2Ak8 .mbr-text,
.cid-s7Wdas2Ak8 .mbr-section-btn {
  color: #4f4943;
}
.cid-s7WdatpWK4 {
  background-image: url("../../../assets/images/rodax-caroma-ene-2-1100x290.jpg");
}
.cid-s7WdatpWK4 h1 {
  color: #616161;
}
.cid-s7WdatpWK4 h2,
.cid-s7WdatpWK4 h3,
.cid-s7WdatpWK4 p {
  color: #767676;
}
.cid-s7WdatpWK4 .mbr-section-subtitle {
  font-style: italic;
}
.cid-s7WdauI1Wf {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s7WdauI1Wf h2 {
  text-align: center;
}
.cid-s7WdauI1Wf h3 {
  text-align: center;
  font-weight: 300;
}
.cid-s7WdauI1Wf p {
  color: #767676;
}
.cid-s7WdauI1Wf img {
  object-fit: cover;
}
.cid-s7WdauI1Wf .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-s7WdauI1Wf .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-s7WdauI1Wf .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
}
.cid-s7WdauI1Wf .mbr-section-subtitle {
  color: #767676;
}
.cid-s7WdauI1Wf .card-title {
  font-weight: 500;
}
.cid-s7WdauI1Wf .card-img {
  text-align: inherit;
}
.cid-s7WdauI1Wf .card-img span {
  font-size: 48px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-s7WdauI1Wf .mbr-figure {
    padding-right: 2rem;
    padding-left: 2rem;
    height: 100%;
  }
}
@media (max-width: 991px) {
  .cid-s7WdauI1Wf .mbr-figure {
    padding-bottom: 2rem;
    padding-top: 1rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-s7WdauI1Wf .block-content {
    flex-direction: row;
    -webkit-flex-direction: row;
    text-align: center;
  }
  .cid-s7WdauI1Wf .block-content .card {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
  }
  .cid-s7WdauI1Wf .card:nth-child(1) {
    padding-bottom: 0!important;
  }
}
.cid-s7WdawuyHH {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-s7WdawuyHH .mbr-text,
.cid-s7WdawuyHH blockquote {
  color: #767676;
}
.cid-s7WdawuyHH .mbr-text P {
  text-align: center;
}
.cid-s7WdawuyHH .mbr-text {
  color: #232323;
}
.cid-s7Wdaxowfv {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/rodax-caroma-product-range-1100x500.jpg");
}
.cid-s7WdayzYiZ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f9f9f9;
}
.cid-s7WdayzYiZ .mbr-section-btn > * {
  margin: 0;
}
.cid-s7WdayzYiZ h4 {
  font-weight: 500;
}
.cid-s7WdayzYiZ p {
  color: #232323;
}
.cid-s7WdayzYiZ .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-s7WdayzYiZ .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-s7WdayzYiZ .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-s7WdayzYiZ .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-s7WdayzYiZ .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-s7WdayzYiZ .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-s7WdayzYiZ .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-s7WdayzYiZ .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-s7WdayzYiZ .card-img span {
    font-size: 40px !important;
  }
}
.cid-s7WdayzYiZ .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-s7WdayzYiZ H2 {
  color: #4f4943;
}
.cid-s7WdazYcnv {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f9f9f9;
}
.cid-s7WdazYcnv .mbr-section-btn > * {
  margin: 0;
}
.cid-s7WdazYcnv h4 {
  font-weight: 500;
}
.cid-s7WdazYcnv p {
  color: #232323;
}
.cid-s7WdazYcnv .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-s7WdazYcnv .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-s7WdazYcnv .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-s7WdazYcnv .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-s7WdazYcnv .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-s7WdazYcnv .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-s7WdazYcnv .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-s7WdazYcnv .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-s7WdazYcnv .card-img span {
    font-size: 40px !important;
  }
}
.cid-s7WdazYcnv .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-s7WdazYcnv H2 {
  color: #4f4943;
}
.cid-s7WdaBwHCY {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f9f9f9;
}
.cid-s7WdaBwHCY .mbr-section-btn > * {
  margin: 0;
}
.cid-s7WdaBwHCY h4 {
  font-weight: 500;
}
.cid-s7WdaBwHCY p {
  color: #232323;
}
.cid-s7WdaBwHCY .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-s7WdaBwHCY .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-s7WdaBwHCY .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-s7WdaBwHCY .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-s7WdaBwHCY .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-s7WdaBwHCY .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-s7WdaBwHCY .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-s7WdaBwHCY .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-s7WdaBwHCY .card-img span {
    font-size: 40px !important;
  }
}
.cid-s7WdaBwHCY .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-s7WdaBwHCY H2 {
  color: #4f4943;
}
.cid-s7WdaD9Pgp {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f9f9f9;
}
.cid-s7WdaD9Pgp .mbr-section-btn > * {
  margin: 0;
}
.cid-s7WdaD9Pgp h4 {
  font-weight: 500;
}
.cid-s7WdaD9Pgp p {
  color: #232323;
}
.cid-s7WdaD9Pgp .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-s7WdaD9Pgp .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-s7WdaD9Pgp .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-s7WdaD9Pgp .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-s7WdaD9Pgp .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-s7WdaD9Pgp .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-s7WdaD9Pgp .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-s7WdaD9Pgp .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-s7WdaD9Pgp .card-img span {
    font-size: 40px !important;
  }
}
.cid-s7WdaD9Pgp .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-s7WdaD9Pgp H2 {
  color: #4f4943;
}
.cid-s7WdaEKwBu {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f9f9f9;
}
.cid-s7WdaEKwBu .mbr-section-btn > * {
  margin: 0;
}
.cid-s7WdaEKwBu h4 {
  font-weight: 500;
}
.cid-s7WdaEKwBu p {
  color: #232323;
}
.cid-s7WdaEKwBu .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-s7WdaEKwBu .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-s7WdaEKwBu .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-s7WdaEKwBu .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-s7WdaEKwBu .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-s7WdaEKwBu .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-s7WdaEKwBu .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-s7WdaEKwBu .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-s7WdaEKwBu .card-img span {
    font-size: 40px !important;
  }
}
.cid-s7WdaEKwBu .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-s7WdaEKwBu H2 {
  color: #4f4943;
}
.cid-s7WdaGn3IL {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f9f9f9;
}
.cid-s7WdaGn3IL .mbr-section-btn > * {
  margin: 0;
}
.cid-s7WdaGn3IL h4 {
  font-weight: 500;
}
.cid-s7WdaGn3IL p {
  color: #232323;
}
.cid-s7WdaGn3IL .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-s7WdaGn3IL .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-s7WdaGn3IL .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-s7WdaGn3IL .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-s7WdaGn3IL .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-s7WdaGn3IL .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-s7WdaGn3IL .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-s7WdaGn3IL .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-s7WdaGn3IL .card-img span {
    font-size: 40px !important;
  }
}
.cid-s7WdaGn3IL .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-s7WdaGn3IL H2 {
  color: #4f4943;
}
.cid-s7WdaHVGEv {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f9f9f9;
}
.cid-s7WdaHVGEv .mbr-section-btn > * {
  margin: 0;
}
.cid-s7WdaHVGEv h4 {
  font-weight: 500;
}
.cid-s7WdaHVGEv p {
  color: #232323;
}
.cid-s7WdaHVGEv .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-s7WdaHVGEv .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-s7WdaHVGEv .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-s7WdaHVGEv .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-s7WdaHVGEv .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-s7WdaHVGEv .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-s7WdaHVGEv .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-s7WdaHVGEv .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-s7WdaHVGEv .card-img span {
    font-size: 40px !important;
  }
}
.cid-s7WdaHVGEv .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-s7WdaHVGEv H2 {
  color: #4f4943;
}
.cid-s7WdaJMGYW {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-s7WdaJMGYW h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-s7WdaJMGYW p {
  color: #767676;
  text-align: left;
}
.cid-s7WdaJMGYW .card-box {
  padding-top: 2rem;
}
.cid-s7WdaJMGYW .card-wrapper {
  height: 100%;
}
.cid-s7WdaMRJNI {
  background: #e4d295;
  padding-top: 15px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #e4d295, #ffffff);
}
.cid-s7WdaMRJNI .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-s7WdaMRJNI .video-block {
    width: 100% !important;
  }
}
.cid-s7WdaNUZsv {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #b1a374;
}
.cid-s7WdaPafU1 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s7ZjFbdqb4 {
  background-image: url("../../../assets/images/rodax-other-main-1100x500.jpg");
}
.cid-s7ZjFbdqb4 H1 {
  color: #073b4c;
}
.cid-s7ZjFbdqb4 H3 {
  color: #073b4c;
}
.cid-s7ZjFdk0SJ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-s7ZjFdk0SJ .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-s7ZjFdk0SJ .section-text {
  padding: 2rem 0;
}
.cid-s7ZjFdk0SJ .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-s7ZjFdk0SJ .inner-container {
    width: 100% !important;
  }
}
.cid-s7ZjFegAgg {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/rodax-others-banner-1920x1280.jpg");
}
.cid-s7ZjFfsHpW {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f9f9f9;
}
.cid-s7ZjFfsHpW .mbr-section-btn > * {
  margin: 0;
}
.cid-s7ZjFfsHpW h4 {
  font-weight: 500;
}
.cid-s7ZjFfsHpW p {
  color: #232323;
}
.cid-s7ZjFfsHpW .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-s7ZjFfsHpW .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-s7ZjFfsHpW .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-s7ZjFfsHpW .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-s7ZjFfsHpW .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-s7ZjFfsHpW .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-s7ZjFfsHpW .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-s7ZjFfsHpW .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-s7ZjFfsHpW .card-img span {
    font-size: 40px !important;
  }
}
.cid-s7ZjFfsHpW .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-s7ZjFfsHpW H2 {
  color: #4f4943;
}
.cid-s7ZjFh19QA {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f9f9f9;
}
.cid-s7ZjFh19QA .mbr-section-btn > * {
  margin: 0;
}
.cid-s7ZjFh19QA h4 {
  font-weight: 500;
}
.cid-s7ZjFh19QA p {
  color: #232323;
}
.cid-s7ZjFh19QA .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-s7ZjFh19QA .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-s7ZjFh19QA .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-s7ZjFh19QA .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-s7ZjFh19QA .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-s7ZjFh19QA .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-s7ZjFh19QA .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-s7ZjFh19QA .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-s7ZjFh19QA .card-img span {
    font-size: 40px !important;
  }
}
.cid-s7ZjFh19QA .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-s7ZjFh19QA H2 {
  color: #4f4943;
}
.cid-s7ZjFidgbS {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f9f9f9;
}
.cid-s7ZjFidgbS .mbr-section-btn > * {
  margin: 0;
}
.cid-s7ZjFidgbS h4 {
  font-weight: 500;
}
.cid-s7ZjFidgbS p {
  color: #232323;
}
.cid-s7ZjFidgbS .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-s7ZjFidgbS .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-s7ZjFidgbS .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-s7ZjFidgbS .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-s7ZjFidgbS .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-s7ZjFidgbS .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-s7ZjFidgbS .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-s7ZjFidgbS .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-s7ZjFidgbS .card-img span {
    font-size: 40px !important;
  }
}
.cid-s7ZjFidgbS .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-s7ZjFidgbS H2 {
  color: #4f4943;
}
.cid-s7ZjFjAfno {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f9f9f9;
}
.cid-s7ZjFjAfno .mbr-section-btn > * {
  margin: 0;
}
.cid-s7ZjFjAfno h4 {
  font-weight: 500;
}
.cid-s7ZjFjAfno p {
  color: #232323;
}
.cid-s7ZjFjAfno .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-s7ZjFjAfno .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-s7ZjFjAfno .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-s7ZjFjAfno .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-s7ZjFjAfno .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-s7ZjFjAfno .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-s7ZjFjAfno .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-s7ZjFjAfno .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-s7ZjFjAfno .card-img span {
    font-size: 40px !important;
  }
}
.cid-s7ZjFjAfno .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-s7ZjFjAfno H2 {
  color: #4f4943;
}
.cid-s7ZjFkUczh {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f9f9f9;
}
.cid-s7ZjFkUczh .mbr-section-btn > * {
  margin: 0;
}
.cid-s7ZjFkUczh h4 {
  font-weight: 500;
}
.cid-s7ZjFkUczh p {
  color: #232323;
}
.cid-s7ZjFkUczh .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-s7ZjFkUczh .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-s7ZjFkUczh .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-s7ZjFkUczh .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-s7ZjFkUczh .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-s7ZjFkUczh .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-s7ZjFkUczh .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-s7ZjFkUczh .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-s7ZjFkUczh .card-img span {
    font-size: 40px !important;
  }
}
.cid-s7ZjFkUczh .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-s7ZjFkUczh H2 {
  color: #4f4943;
}
.cid-s7ZjFmfLab {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f9f9f9;
}
.cid-s7ZjFmfLab .mbr-section-btn > * {
  margin: 0;
}
.cid-s7ZjFmfLab h4 {
  font-weight: 500;
}
.cid-s7ZjFmfLab p {
  color: #232323;
}
.cid-s7ZjFmfLab .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-s7ZjFmfLab .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-s7ZjFmfLab .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-s7ZjFmfLab .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-s7ZjFmfLab .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-s7ZjFmfLab .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-s7ZjFmfLab .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-s7ZjFmfLab .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-s7ZjFmfLab .card-img span {
    font-size: 40px !important;
  }
}
.cid-s7ZjFmfLab .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-s7ZjFmfLab H2 {
  color: #4f4943;
}
.cid-s7ZjFnNjbI {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f9f9f9;
}
.cid-s7ZjFnNjbI .mbr-section-btn > * {
  margin: 0;
}
.cid-s7ZjFnNjbI h4 {
  font-weight: 500;
}
.cid-s7ZjFnNjbI p {
  color: #232323;
}
.cid-s7ZjFnNjbI .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-s7ZjFnNjbI .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-s7ZjFnNjbI .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-s7ZjFnNjbI .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-s7ZjFnNjbI .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-s7ZjFnNjbI .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-s7ZjFnNjbI .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-s7ZjFnNjbI .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-s7ZjFnNjbI .card-img span {
    font-size: 40px !important;
  }
}
.cid-s7ZjFnNjbI .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-s7ZjFnNjbI H2 {
  color: #4f4943;
}
.cid-s7ZjFpowOm {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f9f9f9;
}
.cid-s7ZjFpowOm .mbr-section-btn > * {
  margin: 0;
}
.cid-s7ZjFpowOm h4 {
  font-weight: 500;
}
.cid-s7ZjFpowOm p {
  color: #232323;
}
.cid-s7ZjFpowOm .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-s7ZjFpowOm .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-s7ZjFpowOm .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-s7ZjFpowOm .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-s7ZjFpowOm .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-s7ZjFpowOm .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-s7ZjFpowOm .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-s7ZjFpowOm .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-s7ZjFpowOm .card-img span {
    font-size: 40px !important;
  }
}
.cid-s7ZjFpowOm .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-s7ZjFpowOm H2 {
  color: #4f4943;
}
.cid-s7ZjFqU66f {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f9f9f9;
}
.cid-s7ZjFqU66f .mbr-section-btn > * {
  margin: 0;
}
.cid-s7ZjFqU66f h4 {
  font-weight: 500;
}
.cid-s7ZjFqU66f p {
  color: #232323;
}
.cid-s7ZjFqU66f .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-s7ZjFqU66f .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-s7ZjFqU66f .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-s7ZjFqU66f .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-s7ZjFqU66f .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-s7ZjFqU66f .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-s7ZjFqU66f .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-s7ZjFqU66f .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-s7ZjFqU66f .card-img span {
    font-size: 40px !important;
  }
}
.cid-s7ZjFqU66f .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-s7ZjFqU66f H2 {
  color: #4f4943;
}
.cid-s7ZjFss8d7 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f9f9f9;
}
.cid-s7ZjFss8d7 .mbr-section-btn > * {
  margin: 0;
}
.cid-s7ZjFss8d7 h4 {
  font-weight: 500;
}
.cid-s7ZjFss8d7 p {
  color: #232323;
}
.cid-s7ZjFss8d7 .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-s7ZjFss8d7 .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-s7ZjFss8d7 .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-s7ZjFss8d7 .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-s7ZjFss8d7 .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-s7ZjFss8d7 .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-s7ZjFss8d7 .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-s7ZjFss8d7 .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-s7ZjFss8d7 .card-img span {
    font-size: 40px !important;
  }
}
.cid-s7ZjFss8d7 .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-s7ZjFss8d7 H2 {
  color: #4f4943;
}
.cid-s7ZjFtRXF9 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f9f9f9;
}
.cid-s7ZjFtRXF9 .mbr-section-btn > * {
  margin: 0;
}
.cid-s7ZjFtRXF9 h4 {
  font-weight: 500;
}
.cid-s7ZjFtRXF9 p {
  color: #232323;
}
.cid-s7ZjFtRXF9 .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-s7ZjFtRXF9 .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-s7ZjFtRXF9 .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-s7ZjFtRXF9 .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-s7ZjFtRXF9 .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-s7ZjFtRXF9 .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-s7ZjFtRXF9 .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-s7ZjFtRXF9 .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-s7ZjFtRXF9 .card-img span {
    font-size: 40px !important;
  }
}
.cid-s7ZjFtRXF9 .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-s7ZjFtRXF9 H2 {
  color: #4f4943;
}
.cid-s7ZjFvoDM8 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f9f9f9;
}
.cid-s7ZjFvoDM8 .mbr-section-btn > * {
  margin: 0;
}
.cid-s7ZjFvoDM8 h4 {
  font-weight: 500;
}
.cid-s7ZjFvoDM8 p {
  color: #232323;
}
.cid-s7ZjFvoDM8 .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-s7ZjFvoDM8 .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-s7ZjFvoDM8 .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-s7ZjFvoDM8 .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-s7ZjFvoDM8 .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-s7ZjFvoDM8 .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-s7ZjFvoDM8 .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-s7ZjFvoDM8 .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-s7ZjFvoDM8 .card-img span {
    font-size: 40px !important;
  }
}
.cid-s7ZjFvoDM8 .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-s7ZjFvoDM8 H2 {
  color: #4f4943;
}
.cid-s7ZjFwRig2 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f9f9f9;
}
.cid-s7ZjFwRig2 .mbr-section-btn > * {
  margin: 0;
}
.cid-s7ZjFwRig2 h4 {
  font-weight: 500;
}
.cid-s7ZjFwRig2 p {
  color: #232323;
}
.cid-s7ZjFwRig2 .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-s7ZjFwRig2 .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-s7ZjFwRig2 .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-s7ZjFwRig2 .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-s7ZjFwRig2 .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-s7ZjFwRig2 .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-s7ZjFwRig2 .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-s7ZjFwRig2 .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-s7ZjFwRig2 .card-img span {
    font-size: 40px !important;
  }
}
.cid-s7ZjFwRig2 .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-s7ZjFwRig2 H2 {
  color: #4f4943;
}
.cid-s7ZjFyt8hR {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f9f9f9;
}
.cid-s7ZjFyt8hR .mbr-section-btn > * {
  margin: 0;
}
.cid-s7ZjFyt8hR h4 {
  font-weight: 500;
}
.cid-s7ZjFyt8hR p {
  color: #232323;
}
.cid-s7ZjFyt8hR .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-s7ZjFyt8hR .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-s7ZjFyt8hR .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-s7ZjFyt8hR .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-s7ZjFyt8hR .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-s7ZjFyt8hR .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-s7ZjFyt8hR .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-s7ZjFyt8hR .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-s7ZjFyt8hR .card-img span {
    font-size: 40px !important;
  }
}
.cid-s7ZjFyt8hR .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-s7ZjFyt8hR H2 {
  color: #4f4943;
}
.cid-s7ZjFA3MIk {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f9f9f9;
}
.cid-s7ZjFA3MIk .mbr-section-btn > * {
  margin: 0;
}
.cid-s7ZjFA3MIk h4 {
  font-weight: 500;
}
.cid-s7ZjFA3MIk p {
  color: #232323;
}
.cid-s7ZjFA3MIk .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-s7ZjFA3MIk .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-s7ZjFA3MIk .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-s7ZjFA3MIk .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-s7ZjFA3MIk .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-s7ZjFA3MIk .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-s7ZjFA3MIk .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-s7ZjFA3MIk .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-s7ZjFA3MIk .card-img span {
    font-size: 40px !important;
  }
}
.cid-s7ZjFA3MIk .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-s7ZjFA3MIk H2 {
  color: #4f4943;
}
.cid-s7ZjFBs30G {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f9f9f9;
}
.cid-s7ZjFBs30G .mbr-section-btn > * {
  margin: 0;
}
.cid-s7ZjFBs30G h4 {
  font-weight: 500;
}
.cid-s7ZjFBs30G p {
  color: #232323;
}
.cid-s7ZjFBs30G .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-s7ZjFBs30G .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-s7ZjFBs30G .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-s7ZjFBs30G .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-s7ZjFBs30G .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-s7ZjFBs30G .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-s7ZjFBs30G .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-s7ZjFBs30G .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-s7ZjFBs30G .card-img span {
    font-size: 40px !important;
  }
}
.cid-s7ZjFBs30G .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-s7ZjFBs30G H2 {
  color: #4f4943;
}
.cid-s7ZjFCZ82z {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f9f9f9;
}
.cid-s7ZjFCZ82z .mbr-section-btn > * {
  margin: 0;
}
.cid-s7ZjFCZ82z h4 {
  font-weight: 500;
}
.cid-s7ZjFCZ82z p {
  color: #232323;
}
.cid-s7ZjFCZ82z .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-s7ZjFCZ82z .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-s7ZjFCZ82z .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-s7ZjFCZ82z .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-s7ZjFCZ82z .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-s7ZjFCZ82z .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-s7ZjFCZ82z .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-s7ZjFCZ82z .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-s7ZjFCZ82z .card-img span {
    font-size: 40px !important;
  }
}
.cid-s7ZjFCZ82z .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-s7ZjFCZ82z H2 {
  color: #4f4943;
}
.cid-s7ZjFEJB4C {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-s7ZjFEJB4C h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-s7ZjFEJB4C p {
  color: #767676;
  text-align: left;
}
.cid-s7ZjFEJB4C .card-box {
  padding-top: 2rem;
}
.cid-s7ZjFEJB4C .card-wrapper {
  height: 100%;
}
.cid-s7ZjFGY4pf {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #b1a374;
}
.cid-s7ZjFIKRKk {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s7ZslA2PYC {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #cccccc;
}
.cid-s7ZslA2PYC .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-s7ZslA2PYC .icon-block {
  margin-bottom: 10px;
}
.cid-s7ZslA2PYC .icon-block .icon-block__icon {
  display: inline-block;
  vertical-align: middle;
}
.cid-s7ZslA2PYC .icon-block .icon-block__title {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0;
  line-height: 1;
  font-style: italic;
}
.cid-s7ZslA2PYC .mbr-text {
  color: #767676;
}
.cid-s7ZslA2PYC textarea.form-control {
  min-height: 100px;
}
.cid-s7ZslA2PYC a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-s7ZslA2PYC .google-map {
  height: 42rem;
  position: relative;
}
.cid-s7ZslA2PYC .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-s7ZslA2PYC .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-s7ZslA2PYC .google-map[data-state] {
  background: #e9e5dc;
}
.cid-s7ZslA2PYC .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
@media (max-width: 767px) {
  .cid-s7ZslA2PYC h2 {
    padding-top: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-s7ZslA2PYC .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-s7ZslA2PYC .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
}
.cid-s7ZslCY92I {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #cccccc;
}
.cid-s7ZslEjA22 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sbWEXIlotX {
  background-image: url("../../../assets/images/rodax-cs2020-7-application-1950x950.png");
}
.cid-sbWEXIlotX H1 {
  color: #073b4c;
}
.cid-sbWEXJmFu0 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sbWEXJmFu0 .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-sbWEXJmFu0 .section-text {
  padding: 2rem 0;
}
.cid-sbWEXJmFu0 .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-sbWEXJmFu0 .inner-container {
    width: 100% !important;
  }
}
.cid-sbWKUYEz3L {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sbWKUYEz3L h2 {
  text-align: left;
}
.cid-sbWKUYEz3L h4 {
  text-align: left;
  font-weight: 500;
}
.cid-sbWKUYEz3L p {
  color: #767676;
  text-align: left;
}
.cid-sbWKUYEz3L .aside-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-sbWKUYEz3L .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-sbWKUYEz3L .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sbWKUYEz3L .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-sbWKUYEz3L .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-sbWKUYEz3L .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-sbWKUYEz3L .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sbWKUYEz3L .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-sbWKUYEz3L .card-img span {
    font-size: 40px !important;
  }
}
.cid-sbXtljjnIZ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sbXtljjnIZ .counter-container {
  color: #767676;
}
.cid-sbXtljjnIZ .counter-container ul {
  margin-bottom: 0;
}
.cid-sbXtljjnIZ .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
}
.cid-sbXtljjnIZ .counter-container ul li:before {
  position: absolute;
  left: -56px;
  margin-top: -10px;
  padding-top: 3px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #ffffff;
  background: #149dcc;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  content: '✓';
}
.cid-sbWQ8yvzeU {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-sbWQ8yvzeU .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sbWQ8yvzeU .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sbWQ8yvzeU .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sbWQ8yvzeU .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sbWQ8yvzeU .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-sbWQ8yvzeU .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-sbWQ8yvzeU .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-sbWQ8yvzeU .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-sbWQ8yvzeU .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-sbX84JtQKd {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sbX84JtQKd .mbr-section-subtitle {
  color: #767676;
  text-align: center;
  font-weight: 300;
}
.cid-sbX84JtQKd .step {
  width: 46px;
  height: 46px;
  font-size: 23px;
  border-radius: 50%;
  border: 2px solid #efefef;
}
.cid-sbX84JtQKd .separline {
  position: relative;
}
.cid-sbX84JtQKd .separline:after {
  top: 50px;
  left: 21px;
  position: absolute;
  content: "";
  width: 2px;
  height: calc(100% - (23px + 4px) * 2);
  background-color: #efefef;
}
.cid-sbX84JtQKd .media-block {
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
@media (min-width: 992px) {
  .cid-sbX84JtQKd .media-block {
    padding-right: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sbX84JtQKd .media-block {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
    padding-bottom: 2rem;
  }
}
.cid-sbXpsNYnlf {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #0f7699;
}
.cid-sbXaHUBTrD {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sbXaHUBTrD .mbr-text,
.cid-sbXaHUBTrD blockquote {
  color: #767676;
}
.cid-sbXibWTji2 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #0f7699;
}
.cid-sbXcjivkPO {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sbXcjivkPO .counter-container {
  color: #767676;
}
.cid-sbXcjivkPO .counter-container ul {
  margin-bottom: 0;
}
.cid-sbXcjivkPO .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
}
.cid-sbXcjivkPO .counter-container ul li:before {
  position: absolute;
  left: -56px;
  margin-top: -10px;
  padding-top: 3px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #ffffff;
  background: #149dcc;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  content: '✓';
}
.cid-sbXsUmCfJW {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #0f7699;
}
.cid-sbXmY99WI2 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sbXmY99WI2 h2 {
  text-align: center;
}
.cid-sbXmY99WI2 h3 {
  text-align: center;
  font-weight: 300;
}
.cid-sbXmY99WI2 p {
  color: #767676;
}
.cid-sbXmY99WI2 img {
  object-fit: cover;
}
.cid-sbXmY99WI2 .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-sbXmY99WI2 .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-sbXmY99WI2 .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
}
.cid-sbXmY99WI2 .mbr-section-subtitle {
  color: #767676;
}
.cid-sbXmY99WI2 .card-title {
  font-weight: 500;
}
.cid-sbXmY99WI2 .card-img {
  text-align: inherit;
}
.cid-sbXmY99WI2 .card-img span {
  font-size: 48px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-sbXmY99WI2 .mbr-figure {
    padding-right: 2rem;
    padding-left: 2rem;
    height: 100%;
  }
}
@media (max-width: 991px) {
  .cid-sbXmY99WI2 .mbr-figure {
    padding-bottom: 2rem;
    padding-top: 1rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-sbXmY99WI2 .block-content {
    flex-direction: row;
    -webkit-flex-direction: row;
    text-align: center;
  }
  .cid-sbXmY99WI2 .block-content .card {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
  }
  .cid-sbXmY99WI2 .card:nth-child(1) {
    padding-bottom: 0!important;
  }
}
.cid-sbXpOT4h1Y {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sbXpOT4h1Y .mbr-text,
.cid-sbXpOT4h1Y blockquote {
  color: #767676;
}
.cid-sbXpOT4h1Y .mbr-text P {
  text-align: center;
}
.cid-sbXpOT4h1Y .mbr-text {
  color: #232323;
}
.cid-se1M3uYsia {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-se1M3uYsia .mbr-section-subtitle {
  color: #767676;
  text-align: center;
  font-weight: 300;
}
.cid-se1M3uYsia .step {
  width: 30px;
  height: 30px;
  font-size: 15px;
  border-radius: 50%;
  border: 2px solid #efefef;
}
.cid-se1M3uYsia .separline {
  position: relative;
}
.cid-se1M3uYsia .separline:after {
  top: 34px;
  left: 13px;
  position: absolute;
  content: "";
  width: 2px;
  height: calc(100% - (15px + 4px) * 2);
  background-color: #efefef;
}
.cid-se1M3uYsia .media-block {
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
@media (min-width: 992px) {
  .cid-se1M3uYsia .media-block {
    padding-right: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-se1M3uYsia .media-block {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
    padding-bottom: 2rem;
  }
}
.cid-se1QlvbqFC {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #0f7699;
}
.cid-se1Qj5aC9s {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-se1Qj5aC9s .counter-container {
  color: #767676;
}
.cid-se1Qj5aC9s .counter-container ul {
  margin-bottom: 0;
}
.cid-se1Qj5aC9s .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
}
.cid-se1Qj5aC9s .counter-container ul li:before {
  position: absolute;
  left: -56px;
  margin-top: -10px;
  padding-top: 3px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #ffffff;
  background: #149dcc;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  content: '✓';
}
.cid-se1SptpD6r {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ff7f9f;
}
.cid-se1SXRintF {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #57a786;
}
.cid-sbWEY0GvoQ {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #0f7699;
}
.cid-sbWEY1PIwq {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-scDcCFQHMh {
  background-image: url("../../../assets/images/rodax-yuma-main-landing-500x375.png");
}
.cid-scDcCFQHMh H1 {
  color: #073b4c;
}
.cid-scDcCFQHMh H3 {
  color: #073b4c;
}
.cid-scDcCGGiOj {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-scDcCGGiOj .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-scDcCGGiOj .section-text {
  padding: 2rem 0;
}
.cid-scDcCGGiOj .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-scDcCGGiOj .inner-container {
    width: 100% !important;
  }
}
.cid-scDgOTBZfN {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #57a786;
}
.cid-scDcCIts54 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-scDcCIts54 .counter-container {
  color: #767676;
}
.cid-scDcCIts54 .counter-container ul {
  margin-bottom: 0;
}
.cid-scDcCIts54 .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
}
.cid-scDcCIts54 .counter-container ul li:before {
  position: absolute;
  left: -56px;
  margin-top: -10px;
  padding-top: 3px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #ffffff;
  background: #149dcc;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  content: '✓';
}
.cid-scDVpxzZTq {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #dec15f;
}
.cid-scDcCJ74gV {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-scDcCJ74gV .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-scDcCJ74gV .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-scDcCJ74gV .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-scDcCJ74gV .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-scDcCJ74gV .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-scDcCJ74gV .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-scDcCJ74gV .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-scDcCJ74gV .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-scDcCJ74gV .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-scDcCKrdi8 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-scDcCKrdi8 .mbr-section-subtitle {
  color: #767676;
  text-align: center;
  font-weight: 300;
}
.cid-scDcCKrdi8 .step {
  width: 46px;
  height: 46px;
  font-size: 23px;
  border-radius: 50%;
  border: 2px solid #efefef;
}
.cid-scDcCKrdi8 .separline {
  position: relative;
}
.cid-scDcCKrdi8 .separline:after {
  top: 50px;
  left: 21px;
  position: absolute;
  content: "";
  width: 2px;
  height: calc(100% - (23px + 4px) * 2);
  background-color: #efefef;
}
.cid-scDcCKrdi8 .media-block {
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
@media (min-width: 992px) {
  .cid-scDcCKrdi8 .media-block {
    padding-right: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-scDcCKrdi8 .media-block {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
    padding-bottom: 2rem;
  }
}
.cid-scDcCQqcKW {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #57a786;
}
.cid-scDcCSb0iT {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-scDcCSb0iT .counter-container {
  color: #767676;
}
.cid-scDcCSb0iT .counter-container ul {
  margin-bottom: 0;
}
.cid-scDcCSb0iT .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
}
.cid-scDcCSb0iT .counter-container ul li:before {
  position: absolute;
  left: -56px;
  margin-top: -10px;
  padding-top: 3px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #ffffff;
  background: #149dcc;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  content: '✓';
}
.cid-scDuKWKeSh {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #57a786;
}
.cid-scDcCXM2QG {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-scDcCXM2QG .mbr-text,
.cid-scDcCXM2QG blockquote {
  color: #767676;
}
.cid-scDcCXM2QG .mbr-text P {
  text-align: center;
}
.cid-scDcCXM2QG .mbr-text {
  color: #232323;
}
.cid-se1TqO17a8 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ff7f9f;
}
.cid-scDcCZ0rgt {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #57a786;
}
.cid-scDcD0I1fn {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
