@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,700;1,300&family=Roboto:ital,wght@0,300;0,400;0,700;1,300;1,400&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Handlee&display=swap');

/* OLD MBR TUNING SECTION Buttons */

.btn {
  padding: 0.8rem 2rem;
  border-radius: 0px;
}
.btn-xsm {
  padding: 0.3rem .75rem;
  border-radius: 0px;
}
.btn-sm {
  padding: 0.5rem 1.5rem;
  border-radius: 0px;
}
.btn-md {
  padding: 0.8rem 2rem;
  border-radius: 0px;
}
.btn-lg {
  padding: 0.8rem 2rem;
  border-radius: 0px;
}
.bg-primary {
  background-color: #339900 !important;
}
.bg-success {
  background-color: #3399ff !important;
}
.bg-info {
  background-color: #cc0000 !important;
}
.bg-warning {
  background-color: #9c27b0 !important;
}
.bg-danger {
  background-color: #fd7e14 !important;
}
.btn-primary,
.btn-primary:active,
.btn-primary.active {
  background-color: #339900 !important;
  border-color: #339900 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff !important;
  background-color: #336633 !important;
  border-color: #336633 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #336633 !important;
  border-color: #336633 !important;
}
.btn-secondary,
.btn-secondary:active,
.btn-secondary.active {
  background-color: #ffbc00 !important;
  border-color: #ffbc00 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus {
  color: #ffffff !important;
  background-color: #b38400 !important;
  border-color: #b38400 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #b38400 !important;
  border-color: #b38400 !important;
}
.btn-info,
.btn-info:active,
.btn-info.active {
  background-color: #cc0000 !important;
  border-color: #cc0000 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus {
  color: #ffffff !important;
  background-color: #990000 !important;
  border-color: #990000 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #990000 !important;
  border-color: #990000 !important;
}
.btn-success,
.btn-success:active,
.btn-success.active {
  background-color: #3399ff !important;
  border-color: #3399ff !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus {
  color: #ffffff !important;
  background-color: #0a6ebd !important;
  border-color: #0a6ebd !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #6b248f !important;
  border-color: #6b248f !important;
}
.btn-warning,
.btn-warning:active,
.btn-warning.active {
  background-color: #9933cc !important;
  border-color: #9933cc !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus {
  color: #ffffff !important;
  background-color: #663399 !important;
  border-color: #663399 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #663399 !important;
  border-color: #663399 !important;
}
.btn-danger,
.btn-danger:active,
.btn-danger.active {
  background-color: #fd7e14 !important;
  border-color: #fd7e14 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus {
  color: #ffffff !important;
  background-color: #c35a02 !important;
  border-color: #c35a02 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #c35a02 !important;
  border-color: #c35a02 !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active,
.btn-white.active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus {
  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,
.btn-black.active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus {
  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,
.btn-primary-outline.active {
  background: none;
  border-color: #339900;
  color: #339900 !important;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus {
  color: #ffffff !important;
  background-color: #339900;
  border-color: #339900;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #339900 !important;
  border-color: #339900 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active,
.btn-secondary-outline.active {
  background: none;
  border-color: #ffbc00;
  color: #ffbc00 !important;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus {
  color: #ffffff !important;
  background-color: #ffbc00;
  border-color: #ffbc00;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ffbc00 !important;
  border-color: #ffbc00 !important;
}
.btn-info-outline,
.btn-info-outline:active,
.btn-info-outline.active {
  background: none;
  border-color: #cc0000;
  color: #cc0000 !important;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus {
  color: #ffffff !important;
  background-color: #cc0000;
  border-color: #cc0000;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #cc0000 !important;
  border-color: #cc0000 !important;
}
.btn-success-outline,
.btn-success-outline:active,
.btn-success-outline.active {
  background: none;
  border-color: #3399ff;
  color: #3399ff !important;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus {
  color: #ffffff !important;
  background-color: #3399ff;
  border-color: #3399ff;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #3399ff !important;
  border-color: #3399ff !important;
}
.btn-warning-outline,
.btn-warning-outline:active,
.btn-warning-outline.active {
  background: none;
  border-color: #9933cc;
  color: #9933cc !important;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus {
  color: #ffffff !important;
  background-color: #9933cc;
  border-color: #9933cc;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #9933cc !important;
  border-color: #9933cc !important;
}
.btn-danger-outline,
.btn-danger-outline:active,
.btn-danger-outline.active {
  background: none;
  border-color: #fd7e14;
  color: #fd7e14 !important;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus {
  color: #ffffff !important;
  background-color: #fd7e14;
  border-color: #fd7e14;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #fd7e14 !important;
  border-color: #fd7e14 !important;
}
.btn-black-outline,
.btn-black-outline:active,
.btn-black-outline.active {
  background: none;
  border-color: #333333;
  color: #333333 !important;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus {
  color: #ffffff !important;
  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 !important;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333 !important;
  background-color: #ffffff;
  border-color: #ffffff;
}


.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;
}
/* END-OLD MBR TUNING SECTION Buttons */

.text-primary {
  color: #ffba5a !important;
}
.text-secondary {
  color: #339900 !important;
}
.text-success {
  color: #339900 !important;
}
.text-info {
  color: #339900 !important;
}
.text-warning {
  color: #339900 !important;
}
.text-danger {
  color: #339900 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #339900 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #339900 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #339900 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #339900 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #f38d00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #339900 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  text-decoration: underline;
}
.nav-tabs .nav-link.active {
  color: #ffba5a;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #339900;
}
.alert-warning {
  background-color: #ffba5a;
}
.alert-danger {
  background-color: #339900;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ffba5a;
  border-color: #ffba5a;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
/*  a {
  color: #0056b3;
  text-decoration: none;
  background-color: transparent;
}
*/
a:hover {
  color: #339900;
  text-decoration: underline;
}
blockquote {
  border-color: #ffba5a;
} 
/*a,
a:hover {
  color: #ffba5a;
}*/
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}

body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}

.cid-svMI8yuE9y {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-svMI8yuE9y img,
.cid-svMI8yuE9y .item-img {
  border-radius: 2rem;
  transition: all 0.3s;
  overflow: hidden;
  width: 100%;
}
.cid-svMI8yuE9y .item:focus,
.cid-svMI8yuE9y span:focus {
  outline: none;
}
.cid-svMI8yuE9y .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-svMI8yuE9y .item-wrapper {
  position: relative;
  padding: 1rem;
  border-radius: 3rem;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
}
.cid-svMI8yuE9y .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 767px) {
  .cid-svMI8yuE9y .item-wrapper {
    border-radius: 2rem;
  }
}
.cid-svMI8yuE9y .item-content {
  padding: 1.5rem 1rem;
}
@media (max-width: 767px) {
  .cid-svMI8yuE9y .item-content {
    padding: 1rem 0;
  }
}
.cid-svMI8yuE9y .mbr-section-title {
  color: #339900;
  text-align: center;
}
.cid-svMI8yuE9y .item-title {
  color: #339900;
}
.cid-svMI8yuE9y .item-subtitle {
  color: #bec2cf;
}
.cid-svMI8yuE9y .mbr-text,
.cid-svMI8yuE9y .mbr-section-btn {
  color: #31363b;
}
.cid-svMI8yuE9y .mbr-link {
  color: #0196e3;
  display: block;
}
.cid-svMI8yuE9y .mbr-section-subtitle {
  color: #31363b;
}
.cid-svGLwCOwdH {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #339900;
}
@media (max-width: 767px) {
  .cid-svGLwCOwdH .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-svGLwCOwdH .mbr-text {
  color: #767676;
}
/*.cid-svGLwCOwdH .links {
  color: #ffba5a;
}*/
@media (max-width: 767px) {
  .cid-svGLwCOwdH .links {
    text-align: center !important;
  }
}
.cid-svGLwCOwdH .links a {
  font-weight: 700;
}
@media (max-width: 767px) {
  .cid-svGLwCOwdH .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-svGLwCOwdH .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: 0.05;
}
.cid-svGLwCOwdH .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-svGLwCOwdH .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #ffba5a;
}
.cid-svGLwCOwdH .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-svGLwCOwdH .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-svGLwCOwdH .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-svGLwCOwdH .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-svGLwCOwdH .copyright > p {
  color: #ffba5a;
  text-align: center;
}

.cid-tRcZB737dk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tRcZB737dk img,
.cid-tRcZB737dk .item-img {
  border-radius: 2rem;
  transition: all 0.3s;
  overflow: hidden;
  width: 100%;
}
.cid-tRcZB737dk .item:focus,
.cid-tRcZB737dk span:focus {
  outline: none;
}
.cid-tRcZB737dk .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tRcZB737dk .item-wrapper {
  position: relative;
  padding: 1rem;
  border-radius: 3rem;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
}
.cid-tRcZB737dk .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 767px) {
  .cid-tRcZB737dk .item-wrapper {
    border-radius: 2rem;
  }
}
.cid-tRcZB737dk .item-content {
  padding: 1.5rem 1rem;
}
@media (max-width: 767px) {
  .cid-tRcZB737dk .item-content {
    padding: 1rem 0;
  }
}
.cid-tRcZB737dk .mbr-section-title {
  color: #339900;
  text-align: center;
}
.cid-tRcZB737dk .item-title {
  color: #339900;
}
.cid-tRcZB737dk .item-subtitle {
  color: #339900;
  text-align: center;
}
.cid-tRcZB737dk .mbr-text,
.cid-tRcZB737dk .mbr-section-btn {
  color: #31363b;
}
.cid-tRcZB737dk .mbr-link {
  color: #0196e3;
  display: block;
}
.cid-tRcZB737dk .mbr-section-subtitle {
  color: #31363b;
}
.cid-svGLwCOwdH {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #339900;
}
@media (max-width: 767px) {
  .cid-svGLwCOwdH .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-svGLwCOwdH .mbr-text {
  color: #767676;
}
/*.cid-svGLwCOwdH .links {
  color: #ffba5a;
}
*/
@media (max-width: 767px) {
  .cid-svGLwCOwdH .links {
    text-align: center !important;
  }
}
.cid-svGLwCOwdH .links a {
  font-weight: 700;
}
@media (max-width: 767px) {
  .cid-svGLwCOwdH .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-svGLwCOwdH .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: 0.05;
}
.cid-svGLwCOwdH .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-svGLwCOwdH .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #ffba5a;
}
.cid-svGLwCOwdH .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-svGLwCOwdH .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-svGLwCOwdH .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-svGLwCOwdH .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-svGLwCOwdH .copyright > p {
  color: #ffba5a;
  text-align: center;
}
.cid-tRiDr4Bef7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tRiDr4Bef7 .title {
  padding: 0 2rem;
  color: #339900;
  text-align: center;
}
.cid-tRiDr4Bef7 .card-wrapper {
  overflow: visible;
  padding: 4rem 2rem;
  border-radius: 3rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  margin-bottom: 4rem;
  text-align: center;
  
}
@media (max-width: 767px) {
  .cid-tRiDr4Bef7 .card-wrapper {
    flex-direction: column;
    padding: 2rem 1rem;
  }
}
.cid-tRiDr4Bef7 img {
  width: 180px;
  height: 180px;
  border-radius: 50%;
  object-fit: cover;
  margin: auto;
  margin-bottom: 2rem;
}
.cid-tRiDr4Bef7 .card-box {
  margin: auto;
}
@media (max-width: 767px) {
  .cid-tRiDr4Bef7 .card-box {
    padding-left: 0;
    text-align: center;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-tRiDr4Bef7 .mt-5 {
    margin-top: 0.5rem!important;
  }
}
.cid-tRiDr4Bef7 .card-text {
  color: #31363b;
  text-align: center;
}
.cid-tRiDr4Bef7 .card-title {
  color: #339900;
  text-align: center;
}
.cid-tRiDr4Bef7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRiDr4Bef7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRiDwHi7WG {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tRiDwHi7WG .title {
  padding: 0 2rem;
  color: #36187d;
}
.cid-tRiDwHi7WG .card-wrapper {
  overflow: visible;
  padding: 4rem 2rem;
  border-radius: 3rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  margin-bottom: 4rem;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-tRiDwHi7WG .card-wrapper {
    flex-direction: column;
    padding: 2rem 1rem;
  }
}
.cid-tRiDwHi7WG img {
  width: 180px;
  height: 180px;
  border-radius: 50%;
  object-fit: cover;
  margin: auto;
  margin-bottom: 2rem;
}
.cid-tRiDwHi7WG .card-box {
  margin: auto;
}
@media (max-width: 767px) {
  .cid-tRiDwHi7WG .card-box {
    padding-left: 0;
    text-align: center;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-tRiDwHi7WG .mt-5 {
    margin-top: 0.5rem!important;
  }
}
.cid-tRiDwHi7WG .card-text {
  color: #31363b;
  text-align: center;
}
.cid-tRiDwHi7WG .card-title {
  color: #339900;
  text-align: center;
}
.cid-tRiDwHi7WG .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRiDwHi7WG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-svGLwCOwdH {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #339900;
}
@media (max-width: 767px) {
  .cid-svGLwCOwdH .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-svGLwCOwdH .mbr-text {
  color: #767676;
}
/*.cid-svGLwCOwdH .links {
  color: #ffba5a;
}*/ 
@media (max-width: 767px) {
  .cid-svGLwCOwdH .links {
    text-align: center !important;
  }
}
.cid-svGLwCOwdH .links a {
  font-weight: 700;
}
@media (max-width: 767px) {
  .cid-svGLwCOwdH .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-svGLwCOwdH .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: 0.05;
}
.cid-svGLwCOwdH .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-svGLwCOwdH .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #ffba5a;
}
.cid-svGLwCOwdH .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-svGLwCOwdH .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-svGLwCOwdH .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-svGLwCOwdH .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-svGLwCOwdH .copyright > p {
  color: #ffba5a;
  text-align: center;
}
.cid-tRiKUiCvqy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tRiKUiCvqy .title {
  padding: 0 2rem;
  color: #339900;
  text-align: center;
}
.cid-tRiKUiCvqy .card-wrapper {
  overflow: visible;
  padding: 4rem 2rem;
  border-radius: 3rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  margin-bottom: 4rem;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-tRiKUiCvqy .card-wrapper {
    flex-direction: column;
    padding: 2rem 1rem;
  }
}
.cid-tRiKUiCvqy img {
  width: 180px;
  height: 180px;
  border-radius: 50%;
  object-fit: cover;
  margin: auto;
  margin-bottom: 2rem;
}
.cid-tRiKUiCvqy .card-box {
  margin: auto;
}
@media (max-width: 767px) {
  .cid-tRiKUiCvqy .card-box {
    padding-left: 0;
    text-align: center;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-tRiKUiCvqy .mt-5 {
    margin-top: 0.5rem!important;
  }
}
.cid-tRiKUiCvqy .card-text {
  color: #31363b;
  text-align: center;
}
.cid-tRiKUiCvqy .card-title {
  color: #339900;
  text-align: center;
}
.cid-tRiKUiCvqy .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRiKUiCvqy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRiKVi0w11 {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tRiKVi0w11 .title {
  padding: 0 2rem;
  color: #36187d;
}
.cid-tRiKVi0w11 .card-wrapper {
  overflow: visible;
  padding: 4rem 2rem;
  border-radius: 3rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  margin-bottom: 4rem;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-tRiKVi0w11 .card-wrapper {
    flex-direction: column;
    padding: 2rem 1rem;
  }
}
.cid-tRiKVi0w11 img {
  width: 180px;
  height: 180px;
  border-radius: 50%;
  object-fit: cover;
  margin: auto;
  margin-bottom: 2rem;
}
.cid-tRiKVi0w11 .card-box {
  margin: auto;
}
@media (max-width: 767px) {
  .cid-tRiKVi0w11 .card-box {
    padding-left: 0;
    text-align: center;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-tRiKVi0w11 .mt-5 {
    margin-top: 0.5rem!important;
  }
}
.cid-tRiKVi0w11 .card-text {
  color: #31363b;
  text-align: center;
}
.cid-tRiKVi0w11 .card-title {
  color: #339900;
  text-align: center;
}
.cid-tRiKVi0w11 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRiKVi0w11 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRiKWfaDjl {
  padding-top: 0rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-tRiKWfaDjl .title {
  padding: 0 2rem;
  color: #36187d;
}
.cid-tRiKWfaDjl .card-wrapper {
  overflow: visible;
  padding: 4rem 2rem;
  border-radius: 3rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  margin-bottom: 4rem;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-tRiKWfaDjl .card-wrapper {
    flex-direction: column;
    padding: 2rem 1rem;
  }
}
.cid-tRiKWfaDjl img {
  width: 180px;
  height: 180px;
  border-radius: 50%;
  object-fit: cover;
  margin: auto;
  margin-bottom: 2rem;
}
.cid-tRiKWfaDjl .card-box {
  margin: auto;
}
@media (max-width: 767px) {
  .cid-tRiKWfaDjl .card-box {
    padding-left: 0;
    text-align: center;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-tRiKWfaDjl .mt-5 {
    margin-top: 0.5rem!important;
  }
}
.cid-tRiKWfaDjl .card-text {
  color: #31363b;
  text-align: center;
}
.cid-tRiKWfaDjl .card-title {
  color: #339900;
  text-align: center;
}
.cid-tRiKWfaDjl .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRiKWfaDjl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-svGLwCOwdH {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #339900;
}
@media (max-width: 767px) {
  .cid-svGLwCOwdH .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-svGLwCOwdH .mbr-text {
  color: #767676;
}
/*.cid-svGLwCOwdH .links {
  color: #ffba5a;
}*/
@media (max-width: 767px) {
  .cid-svGLwCOwdH .links {
    text-align: center !important;
  }
}
.cid-svGLwCOwdH .links a {
  font-weight: 700;
}
@media (max-width: 767px) {
  .cid-svGLwCOwdH .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-svGLwCOwdH .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: 0.05;
}
.cid-svGLwCOwdH .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-svGLwCOwdH .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #ffba5a;
}
.cid-svGLwCOwdH .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-svGLwCOwdH .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-svGLwCOwdH .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-svGLwCOwdH .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-svGLwCOwdH .copyright > p {
  color: #ffba5a;
  text-align: center;
}
.cid-tRmKcqZSYe {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #faefd1;
}
.cid-tRmKcqZSYe .mbr-section-title {
  color: #339900;
  text-align: center;
}
.cid-tRmKcqZSYe .mbr-section-subtitle {
  color: #31363b;
}
.cid-tRmKcqZSYe .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-tRmKcqZSYe .title-col {
  border-right: 2px solid currentColor;
  color: #0196e3;
  margin-right: 3rem;
  align-items: center;
  display: inline-flex;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-tRmKcqZSYe .title-col {
    margin-right: 0;
    border-right: 0;
  }
}
.cid-tRmKcqZSYe .text-col {
  align-items: center;
  display: flex;
}
.cid-tRmKcqZSYe .mbr-section-subtitle,
.cid-tRmKcqZSYe .title-col {
  width: 100%;
  color: #339900;
}
.cid-tRiSFp6c1X {
  padding-top: 7rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tRiSFp6c1X .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tRiSFp6c1X .row {
    flex-direction: column-reverse;
  }
  .cid-tRiSFp6c1X .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-tRiSFp6c1X .card-wrapper {
    padding: 0 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tRiSFp6c1X .card-wrapper {
    padding-right: 2rem;
  }
}
.cid-tRiSFp6c1X .image-wrapper img {
  width: 100%;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  object-fit: cover;
  border-radius: 3rem;
}
.cid-tRiSFp6c1X .card-title {
  color: #339900;
}
.cid-tRiSFp6c1X .mbr-text,
.cid-tRiSFp6c1X .mbr-section-btn {
  color: #000000;
}
.cid-tRiSFp6c1X .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRiSFp6c1X .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRiZNnmSf4 {
  padding-top: 7rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tRiZNnmSf4 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tRiZNnmSf4 .row {
    flex-direction: column-reverse;
  }
  .cid-tRiZNnmSf4 .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-tRiZNnmSf4 .card-wrapper {
    padding: 0 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tRiZNnmSf4 .card-wrapper {
    padding-right: 2rem;
  }
}
.cid-tRiZNnmSf4 .image-wrapper img {
  width: 100%;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  object-fit: cover;
  border-radius: 3rem;
}
.cid-tRiZNnmSf4 .card-title {
  color: #339900;
}
.cid-tRiZNnmSf4 .mbr-text,
.cid-tRiZNnmSf4 .mbr-section-btn {
  color: #000000;
}
.cid-tRiZNnmSf4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRiZNnmSf4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRiZO84TVO {
  padding-top: 7rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tRiZO84TVO .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tRiZO84TVO .row {
    flex-direction: column-reverse;
  }
  .cid-tRiZO84TVO .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-tRiZO84TVO .card-wrapper {
    padding: 0 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tRiZO84TVO .card-wrapper {
    padding-right: 2rem;
  }
}
.cid-tRiZO84TVO .image-wrapper img {
  width: 100%;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  object-fit: cover;
  border-radius: 3rem;
}
.cid-tRiZO84TVO .card-title {
  color: #339900;
}
.cid-tRiZO84TVO .mbr-text,
.cid-tRiZO84TVO .mbr-section-btn {
  color: #000000;
}
.cid-tRiZO84TVO .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRiZO84TVO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRiZPnRSLb {
  padding-top: 7rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tRiZPnRSLb .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tRiZPnRSLb .row {
    flex-direction: column-reverse;
  }
  .cid-tRiZPnRSLb .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-tRiZPnRSLb .card-wrapper {
    padding: 0 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tRiZPnRSLb .card-wrapper {
    padding-right: 2rem;
  }
}
.cid-tRiZPnRSLb .image-wrapper img {
  width: 100%;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  object-fit: cover;
  border-radius: 3rem;
}
.cid-tRiZPnRSLb .card-title {
  color: #339900;
}
.cid-tRiZPnRSLb .mbr-text,
.cid-tRiZPnRSLb .mbr-section-btn {
  color: #000000;
}
.cid-tRiZPnRSLb .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRiZPnRSLb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRiZQp0Rdg {
  padding-top: 7rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tRiZQp0Rdg .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tRiZQp0Rdg .row {
    flex-direction: column-reverse;
  }
  .cid-tRiZQp0Rdg .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-tRiZQp0Rdg .card-wrapper {
    padding: 0 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tRiZQp0Rdg .card-wrapper {
    padding-right: 2rem;
  }
}
.cid-tRiZQp0Rdg .image-wrapper img {
  width: 100%;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  object-fit: cover;
  border-radius: 3rem;
}
.cid-tRiZQp0Rdg .card-title {
  color: #339900;
}
.cid-tRiZQp0Rdg .mbr-text,
.cid-tRiZQp0Rdg .mbr-section-btn {
  color: #000000;
}
.cid-tRiZQp0Rdg .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRiZQp0Rdg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRjho9bbcT {
  padding-top: 7rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tRjho9bbcT .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tRjho9bbcT .row {
    flex-direction: column-reverse;
  }
  .cid-tRjho9bbcT .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-tRjho9bbcT .card-wrapper {
    padding: 0 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tRjho9bbcT .card-wrapper {
    padding-right: 2rem;
  }
}
.cid-tRjho9bbcT .image-wrapper img {
  width: 100%;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  object-fit: cover;
  border-radius: 3rem;
}
.cid-tRjho9bbcT .card-title {
  color: #339900;
}
.cid-tRjho9bbcT .mbr-text,
.cid-tRjho9bbcT .mbr-section-btn {
  color: #000000;
}
.cid-tRjho9bbcT .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRjho9bbcT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-svGLwCOwdH {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #339900;
}
@media (max-width: 767px) {
  .cid-svGLwCOwdH .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-svGLwCOwdH .mbr-text {
  color: #767676;
}
/*.cid-svGLwCOwdH .links {
  color: #ffba5a;
}*/
@media (max-width: 767px) {
  .cid-svGLwCOwdH .links {
    text-align: center !important;
  }
}
.cid-svGLwCOwdH .links a {
  font-weight: 700;
}
@media (max-width: 767px) {
  .cid-svGLwCOwdH .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-svGLwCOwdH .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: 0.05;
}
.cid-svGLwCOwdH .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-svGLwCOwdH .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #ffba5a;
}
.cid-svGLwCOwdH .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-svGLwCOwdH .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-svGLwCOwdH .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-svGLwCOwdH .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-svGLwCOwdH .copyright > p {
  color: #ffba5a;
  text-align: center;
}
.cid-tRFXlJwZqY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f2f3f7;
}
.cid-tRFXlJwZqY .mbr-section-title {
  color: #339900;
  text-align: center;
}
.cid-tRFXlJwZqY .mbr-section-subtitle {
  color: #0196e3;
}
.cid-tRFXlJwZqY .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-tRFXlJwZqY .title-col {
  border-right: 2px solid currentColor;
  color: #0196e3;
  margin-right: 3rem;
  align-items: center;
  display: inline-flex;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-tRFXlJwZqY .title-col {
    margin-right: 0;
    border-right: 0;
  }
}
.cid-tRFXlJwZqY .text-col {
  align-items: center;
  display: flex;
}
.cid-tRFXlJwZqY .mbr-section-subtitle,
.cid-tRFXlJwZqY .title-col {
  width: 100%;
  color: #339900;
}
.cid-tSiYMOvHK0 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #339900;
}
@media (max-width: 767px) {
  .cid-tSiYMOvHK0 .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tSiYMOvHK0 .mbr-text {
  color: #767676;
}
/*.cid-tSiYMOvHK0 .links {
  color: #ffba5a;
}*/ 
@media (max-width: 767px) {
  .cid-tSiYMOvHK0 .links {
    text-align: center !important;
  }
}
.cid-tSiYMOvHK0 .links a {
  font-weight: 700;
}
@media (max-width: 767px) {
  .cid-tSiYMOvHK0 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tSiYMOvHK0 .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: 0.05;
}
.cid-tSiYMOvHK0 .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tSiYMOvHK0 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #ffba5a;
}
.cid-tSiYMOvHK0 .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-tSiYMOvHK0 .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tSiYMOvHK0 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tSiYMOvHK0 .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tSiYMOvHK0 .copyright > p {
  color: #ffba5a;
  text-align: center;
}
.cid-tRFZMlwAek {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #f7fbff;
}
.cid-tRFZMlwAek .mbr-section-title {
  color: #339900;
  text-align: center;
}
.cid-tRFZMlwAek .mbr-section-subtitle {
  color: #0196e3;
}
.cid-tRFZMlwAek .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-tRFZMlwAek .title-col {
  border-right: 2px solid currentColor;
  color: #0196e3;
  margin-right: 3rem;
  align-items: center;
  display: inline-flex;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-tRFZMlwAek .title-col {
    margin-right: 0;
    border-right: 0;
  }
}
.cid-tRFZMlwAek .text-col {
  align-items: center;
  display: flex;
}
.cid-tRFZMlwAek .mbr-section-subtitle,
.cid-tRFZMlwAek .title-col {
  width: 100%;
  color: #339900;
}
.cid-svGLwCOwdH {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #339900;
}
@media (max-width: 767px) {
  .cid-svGLwCOwdH .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-svGLwCOwdH .mbr-text {
  color: #767676;
}
/*.cid-svGLwCOwdH .links {
  color: #ffba5a;
}*/
@media (max-width: 767px) {
  .cid-svGLwCOwdH .links {
    text-align: center !important;
  }
}
.cid-svGLwCOwdH .links a {
  font-weight: 700;
}
@media (max-width: 767px) {
  .cid-svGLwCOwdH .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-svGLwCOwdH .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: 0.05;
}
.cid-svGLwCOwdH .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-svGLwCOwdH .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #ffba5a;
}
.cid-svGLwCOwdH .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-svGLwCOwdH .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-svGLwCOwdH .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-svGLwCOwdH .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-svGLwCOwdH .copyright > p {
  color: #ffba5a;
  text-align: center;
}

/*TEST nav-text */

.nav-text {
	font-family: 'Montserrat', sans-serif, Arial, Helvetica; 
	font-size: 1.1rem;
    line-height: 1.5;
	color: #ffba5a !important;
	}

a.nav-text:hover,
a.nav-text:focus,
a.nav-text.active {
  color: #fafafa !important;
}

a.nav-text:hover {
  color: #fafafa;
  text-decoration: underline;
} 


/* */
/*CHANGE line 1  current
body {
  font-family: Bellota Text;
}

change to: body {font-family: sans-serif, 'Roboto', Arial, Helvetica;}
delete 'Montserrat' from body - save for headings*/


/*CHANGE Cormorant font to
font-family: 'Cormorant', sans-serif; change TO: 
 font-family:  sans-serif, 'Montserrat', Arial, Helvetica,'Roboto';
LINE 710, 1204,1700,2259, 2885,3645, 4111

change line 1117, 1612,  2173, 2799, 3559, 4025, 4491
REMOVE ALL LINKS YELLOW COLOR
.cid-svGLwCOwdH .links {
  color: #ffba5a;
}
to
ADDED LINE 4 - SAME AS BOOTSTRAP
a {
  color: #0056b3;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #339900;
  text-decoration: underline;
} */

/*441 change text primary from 
.text-primary {
  color: #ffba5a !important;

543-545 change 
a,
a:hover {
  color: #ffba5a;
}*/
/*CHANGE-BLOCK 3958 CHANGE COLOR .cid-tRFLR090Rq .nav-link:hover,
.cid-tRFLR090Rq .dropdown-item:hover {
  color: #c1c1c1 !important;
}

LINE 3231 CHANGED SUBTITLE COLOR FROM
.cid-tRmKcqZSYe .mbr-section-subtitle {
  color: #0196e3; TO 31363b
}

add text-align:center to line 2046 card wrapper
.cid-tRiDr4Bef7 .card-wrapper {
  overflow: visible;
  padding: 4rem 2rem;
  border-radius: 3rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  margin-bottom: 4rem;
  text-align: center;
  
  and line 2114 card wrapper
  .cid-tRiDwHi7WG .card-wrapper {
  overflow: visible;
  padding: 4rem 2rem;
  border-radius: 3rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  margin-bottom: 4rem;
  text-align: center;
}
  
}
cid-tRiDwHi7WG

/*  a {
  color: #0056b3;
  text-decoration: none;
  background-color: transparent;
}
*/
/*TEST LINE 544 REMOVE a language
line 544 remove color a*/

/* BEGIN NEW NAV*/
.cid-sN2cSIjoTE .nav-brand {
  font-family: 'Handlee', handwriting;
  color:#0000;
  font-size: 2rem;
  line-height: 1.5;
}
.cid-sN2cSIjoTE .nav-menu {
  font-family: 'Roboto', sans-serif;
  color:#0000;
  font-size: 1.2rem;
  
}
.cid-sN2cSIjoTE .nav-menu a:hover {
	text-decoration: none;
	color: #339900;
}	
.cid-sN2cSIjoTE {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sN2cSIjoTE nav.navbar {
  position: fixed;
}
.cid-sN2cSIjoTE .dropdown-item:before {
  font-family: Moririse2 !important;
 /* do not want content: "\e966";*/
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sN2cSIjoTE .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sN2cSIjoTE .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sN2cSIjoTE .dropdown-item:hover,
.cid-sN2cSIjoTE .dropdown-item:focus {
  background: #ffba5a !important;
  color: white !important;
}
.cid-sN2cSIjoTE .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sN2cSIjoTE .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sN2cSIjoTE .nav-dropdown .link {
  padding: 0 !important;
  margin: 0 !important;
}
@media (max-width: 991px) {
  .cid-sN2cSIjoTE .nav-dropdown .link {
    margin: 10px 0 !important;
  }
}
.cid-sN2cSIjoTE .nav-item {
  margin: 0 31px;
}
.cid-sN2cSIjoTE .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sN2cSIjoTE .nav-link {
  position: relative;
}
.cid-sN2cSIjoTE .nav-link:hover,
.cid-sN2cSIjoTE .nav-link:focus,
.cid-sN2cSIjoTE .nav-link:active {
  color: #339900 !important;
}
.cid-sN2cSIjoTE .container {
  display: flex;
  margin: auto;
  flex-wrap: initial;
}
@media (max-width: 991px) {
  .cid-sN2cSIjoTE .container {
    flex-wrap: inherit;
  }
}
.cid-sN2cSIjoTE .navbar-caption:hover,
.cid-sN2cSIjoTE .navbar-caption:focus,
.cid-sN2cSIjoTE .navbar-caption:active {
  color: #339900 !important;
}
.cid-sN2cSIjoTE .dropdown-menu,
.cid-sN2cSIjoTE .navbar.opened {
  background: #ffffff !important;
}
.cid-sN2cSIjoTE .nav-item:focus,
.cid-sN2cSIjoTE .nav-link:focus {
  outline: none;
}
.cid-sN2cSIjoTE .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sN2cSIjoTE .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sN2cSIjoTE .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sN2cSIjoTE .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sN2cSIjoTE .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-sN2cSIjoTE .navbar.opened {
  transition: all 0.3s;
}
.cid-sN2cSIjoTE .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sN2cSIjoTE .navbar .navbar-logo img {
  width: auto;
}
.cid-sN2cSIjoTE .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sN2cSIjoTE .navbar.collapsed {
  justify-content: center;
}
.cid-sN2cSIjoTE .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sN2cSIjoTE .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sN2cSIjoTE .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.5rem);
  }
}
.cid-sN2cSIjoTE .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sN2cSIjoTE .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sN2cSIjoTE .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sN2cSIjoTE .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sN2cSIjoTE .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-sN2cSIjoTE .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sN2cSIjoTE .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sN2cSIjoTE .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sN2cSIjoTE .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sN2cSIjoTE .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sN2cSIjoTE .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sN2cSIjoTE .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-sN2cSIjoTE .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sN2cSIjoTE .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sN2cSIjoTE .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-sN2cSIjoTE .navbar.navbar-short {
  min-height: 60px;
}
.cid-sN2cSIjoTE .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sN2cSIjoTE .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sN2cSIjoTE .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  display: flex;
}
.cid-sN2cSIjoTE .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sN2cSIjoTE .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sN2cSIjoTE .dropdown-item.active,
.cid-sN2cSIjoTE .dropdown-item:active {
  background-color: transparent;
}
.cid-sN2cSIjoTE .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sN2cSIjoTE .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sN2cSIjoTE .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sN2cSIjoTE .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sN2cSIjoTE .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sN2cSIjoTE .navbar > .container-fluid {
  flex-wrap: unset;
}
@media (max-width: 991px) {
  .cid-sN2cSIjoTE .navbar > .container-fluid {
    flex-wrap: inherit;
  }
}
.cid-sN2cSIjoTE .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sN2cSIjoTE ul.navbar-nav {
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-sN2cSIjoTE button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sN2cSIjoTE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sN2cSIjoTE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sN2cSIjoTE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sN2cSIjoTE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sN2cSIjoTE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sN2cSIjoTE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sN2cSIjoTE nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sN2cSIjoTE nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sN2cSIjoTE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sN2cSIjoTE .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sN2cSIjoTE a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sN2cSIjoTE a.nav-link {
    justify-content: flex-start;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sN2cSIjoTE .navbar {
    height: 70px;
  }
  .cid-sN2cSIjoTE .navbar.opened {
    height: auto;
  }
  .cid-sN2cSIjoTE .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sN2cSIjoTE .socials-wrap {
  flex-shrink: 0;
}
.cid-sN2cSIjoTE .socials {
  display: flex;
  list-style-type: none;
  padding: 0;
  margin: 0;
  margin-right: -20px;
  justify-content: center;
}
.cid-sN2cSIjoTE .socials p {
  margin: 0 20px 0 0;
}
@media (max-width: 991px) {
  .cid-sN2cSIjoTE .socials {
    justify-content: flex-start;
    margin-top: 10px;
  }
}
.cid-sN2cSIjoTE .socials-item .link {
  color: #000000;
}
.cid-sN2cSIjoTE .socials-item,
.cid-sN2cSIjoTE .link P {
  color: #fafafa;
}
/* try changing blue background heading to gold - free music line 1291
this is blue
.cid-tRmKcqZSYe {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7fbff;
}
this is gold #faefd1*/