@import url('https://fonts.googleapis.com/css2?family=Fira+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
:root{
  --ff-main: 'Fira Sans', sans-serif;
  --ff-secondary: 'Fira Sans', sans-serif;
  --clr-main: #bc8455;
  --clr-main-hover: #b17b4f;
  --clr-text-title: #8e7e67;
  --clr-blue-light: #7d98dd;
  --clr-red: #cb372a;
  --clr-red-hover:#da4032;
  --clr-gold: #edbf88;
  --clr-gold-hover: #dfb27c;
  --clr-cream: #feecd6;
  --clr-cream-light: #f7eee3;
  --clr-light: #f5f5f5;
  --clr-gray-light: #ececec;
  --clr-dark: #3f3f3f;
  --clr-gray-bg: #969286;
  --clr-bg-one: #f5f7fd;
  --clr-bg-two: #f4f4f4;
}

body {
  font-family: var(--ff-secondary);
}


.fa-star{
  color: var(--clr-gold);
  font-size: 20px;
}
.title-color{
  color: var(--clr-text-title) !important;
}
/* PRICE */
.save{
  font-family: var(--ff-secondary);
  color: var(--clr-gold);
  text-align: left !important;
  font-weight: bold;
  font-size: 1.5rem;
}
.price{
  color: white;
  font-family: var(--ff-secondary);
  text-align: left !important;
  font-size: 2.4rem;
  font-weight: bold;
}
.price-before{
  font-size: 2rem;
  font-family: var(--ff-secondary);
}
.free{
  font-family: var(--ff-secondary);
  text-align: left !important;
  font-size: 1.1rem;
  color: var(--clr-gold);
  font-weight: bold;
}




/* CSS */
.button-17{
  appearance: button;
  backface-visibility: hidden;
  background-color: var(--clr-main);
  border-radius: 6px;
  border-width: 0;
  box-shadow: rgba(50, 50, 93, .1) 0 0 0 1px inset,rgba(50, 50, 93, .1) 0 2px 5px 0,rgba(0, 0, 0, .07) 0 1px 1px 0;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  font-family: var(--ff-main);
  font-size: 100%;
  height: 44px;
  line-height: 1.15;
  /* margin: 12px 0 0; */
  outline: none;
  overflow: hidden;
  padding: 0 25px;
  position: relative;
  text-align: center;
  text-transform: none;
  transform: translateZ(0);
  transition: all .2s,box-shadow .08s ease-in;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 145px;
}

.button-17:hover {
  background: var(--clr-main-hover);
  color: #fff;
}

.button-17:disabled {
  cursor: default;
}

.button-17:focus {
  box-shadow: rgba(50, 50, 93, .1) 0 0 0 1px inset, rgba(50, 50, 93, .2) 0 6px 15px 0, rgba(0, 0, 0, .1) 0 2px 2px 0, rgba(50, 151, 211, .3) 0 0 0 4px;
}



.button-17-red{
  appearance: button;
  backface-visibility: hidden;
  background-color: var(--clr-red);
  border-radius: 6px;
  border-width: 0;
  box-shadow: rgba(50, 50, 93, .1) 0 0 0 1px inset,rgba(50, 50, 93, .1) 0 2px 5px 0,rgba(0, 0, 0, .07) 0 1px 1px 0;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  font-family: var(--ff-main);
  font-size: 100%;
  height: 44px;
  line-height: 1.15;
  margin: 12px 0 0;
  outline: none;
  overflow: hidden;
  padding: 0 25px;
  position: relative;
  text-align: center;
  text-transform: none;
  transform: translateZ(0);
  transition: all .2s,box-shadow .08s ease-in;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 145px;
}

.button-17-red:hover {
  background: var(--clr-red-hover);
  color: #fff;
}

.button-17-red:disabled {
  cursor: default;
}

.button-17-red:focus {
  box-shadow: rgba(50, 50, 93, .1) 0 0 0 1px inset, rgba(50, 50, 93, .2) 0 6px 15px 0, rgba(0, 0, 0, .1) 0 2px 2px 0, rgba(50, 151, 211, .3) 0 0 0 4px;
}



.hero__list {
  margin-bottom: 20px;
  list-style-type: none;
  padding-left: 0px;
  margin-left: 0;
}

.hero__list li {
  position: relative;
  padding-left: 24px;
  margin-bottom: 0px;
}

.hero__list li:before {
  position: absolute;
  top: 0;
  left: 0;
  font-family: FontAwesome;
  content: "\f00c";
  color: var(--clr-gold);
}

.cid-tG1rwer1k4 .hero__list li:before {
  position: absolute;
  top: 0;
  left: 0;
  font-family: FontAwesome;
  content: "\f00c";
  color: var(--clr-gold);
}

.hero__image{
  width: 100%;
}

.display-1 {
  font-family: var(--ff-main);
  font-size: 3.5rem;
  line-height: 3.5rem;
  color: var(--clr-dark);
}
.display-1 > .mbr-iconfont {
  font-size: 5rem;
}
.display-2 {
  font-family: var(--ff-main);
  
  font-size: 2.7rem;
  line-height: 1.1 !important;
  font-weight: 800 !important;
  color: var(--clr-dark);
}
.display-2 > .mbr-iconfont {
  font-size: 3.2rem;
}
.display-4 {
  font-family: var(--ff-secondary);
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: var(--ff-secondary);
  font-size: 1.375rem;
  line-height: 1.1;
}
.display-5 > .mbr-iconfont {
  font-size: 2.2rem;
}
.display-7 {
  font-family: var(--ff-secondary);
  font-size: 1.25rem;
  line-height: 1.4;
}
.display-7 > .mbr-iconfont {
  font-size: 2rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 2.5rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.1875rem;
    font-size: calc( 1.74375rem + (3.125 - 1.74375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.74375rem + (3.125 - 1.74375) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.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.1rem;
    font-size: calc( 1.13125rem + (1.375 - 1.13125) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.13125rem + (1.375 - 1.13125) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1rem;
    font-size: calc( 1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 1rem 2.6rem;
  border-radius: 8px;
}
.btn-lg {
  padding: 20px 30px;
  border-radius: 8px;
}
.bg-primary {
  background-color: #e05151 !important;
}
.bg-success {
  background-color: #9ccd7e !important;
}
.bg-info {
  background-color: #999999 !important;
}
.bg-warning {
  background-color: #b97ecd !important;
}
.bg-danger {
  background-color: #d75959 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #e05151 !important;
  border-color: #e05151 !important;
  color: #ffffff !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #c22323 !important;
  border-color: #c22323 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #3c71d3 !important;
  border-color: #3c71d3 !important;
  color: #ffffff !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #244f9f !important;
  border-color: #244f9f !important;
}
.btn-info,
.btn-info:active {
  background-color: #999999 !important;
  border-color: #999999 !important;
  color: #ffffff !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #737373 !important;
  border-color: #737373 !important;
}
.btn-success,
.btn-success:active {
  background-color: #9ccd7e !important;
  border-color: #9ccd7e !important;
  color: #ffffff !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #72b747 !important;
  border-color: #72b747 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #b97ecd !important;
  border-color: #b97ecd !important;
  color: #ffffff !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #9b47b7 !important;
  border-color: #9b47b7 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #d75959 !important;
  border-color: #d75959 !important;
  color: #ffffff !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #b72c2c !important;
  border-color: #b72c2c !important;
}
.btn-white {
  color: #404040 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !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.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: #e05151;
  color: #e05151;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #e05151;
  border-color: #e05151;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #e05151 !important;
  border-color: #e05151 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #3c71d3;
  color: #3c71d3;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #3c71d3;
  border-color: #3c71d3;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #3c71d3 !important;
  border-color: #3c71d3 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #999999;
  color: #999999;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #999999;
  border-color: #999999;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #999999 !important;
  border-color: #999999 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #9ccd7e;
  color: #9ccd7e;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #9ccd7e;
  border-color: #9ccd7e;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #9ccd7e !important;
  border-color: #9ccd7e !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #b97ecd;
  color: #b97ecd;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #b97ecd;
  border-color: #b97ecd;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #b97ecd !important;
  border-color: #b97ecd !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #d75959;
  color: #d75959;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #d75959;
  border-color: #d75959;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #d75959 !important;
  border-color: #d75959 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #333333;
  color: #333333;
}
.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: #e05151 !important;
}
.text-secondary {
  color: #3c71d3 !important;
}
.text-success {
  color: #9ccd7e !important;
}
.text-info {
  color: #999999 !important;
}
.text-warning {
  color: #b97ecd !important;
}
.text-danger {
  color: #d75959 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #efa8a8 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #8faee6 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #d4e9c8 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #cccccc !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #e1c8e9 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #ebabab !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #ffffff !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #999999;
}
.alert-warning {
  background-color: #b97ecd;
}
.alert-danger {
  background-color: #d75959;
}
.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: 0 0 0 5px rgba(132, 138, 189, 0.5) !important;
  -webkit-box-shadow: 0 0 0 5px rgba(132, 138, 189, 0.5) !important;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #e05151;
  border-color: #e05151;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #e05151;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fffefe;
}
.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: #d9d9d9;
}
.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: #fffdfd;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: var(--ff-main);
  font-size: 1rem;
  line-height: 1.5;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
}
blockquote {
  border-color: #e05151;
}
/* Forms */
.mbr-form .btn {
  margin: 0.4rem 0;
}
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 0 0 5px rgba(132, 138, 189, 0.5);
}
.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 0 0 5px rgba(132, 138, 189, 0.5);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #e05151;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: gray !important;
  border-bottom-color: gray !important;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #e05151;
  border-bottom-color: #e05151;
}
.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: #ffffff !important;
  background-color: #e05151 !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: #3c71d3 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: "";
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23e05151' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-tG1rvVxFAM .dropdown-menu {
  padding: 12px 0;
}
.cid-tG1rvVxFAM .dropdown-item:hover,
.cid-tG1rvVxFAM .dropdown-item:focus {
  color: white;
  opacity: 0.75;
}
.cid-tG1rvVxFAM .dropdown-item.display-4 {
  font-size: 14px;
  line-height: 1;
}
.cid-tG1rvVxFAM .nav-dropdown .link {
  padding: 40px 24px !important;
  font-weight: 600 !important;
}
.cid-tG1rvVxFAM .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tG1rvVxFAM .nav-link {
  position: relative;
}
.cid-tG1rvVxFAM .container {
  display: flex;
  margin: auto;
  padding-left: 15px;
  padding-right: 15px;
  justify-content: center !important;
}
.cid-tG1rvVxFAM .mbr-iconfont {
  color: #ffffff;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tG1rvVxFAM .navbar-nav {
  justify-content: center;
  margin-left: auto;
}
.cid-tG1rvVxFAM .dropdown-menu,
.cid-tG1rvVxFAM .navbar.opened {
  background: var(--clr-bg-two) !important;
}
.cid-tG1rvVxFAM .nav-item:focus,
.cid-tG1rvVxFAM .nav-link:focus {
  outline: none;
}
.cid-tG1rvVxFAM .nav-item:hover .link {
  opacity: 0.75;
  transition: all 200ms ease-in-out;
}
.cid-tG1rvVxFAM .nav-item .link.display-4 {
  font-size: 14px;
}
.cid-tG1rvVxFAM .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tG1rvVxFAM .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tG1rvVxFAM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tG1rvVxFAM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tG1rvVxFAM .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tG1rvVxFAM .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tG1rvVxFAM .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: var(--clr-bg-two);
}
.cid-tG1rvVxFAM .navbar.opened {
  transition: all 0.3s;
  width: 300px;
  height: 100%;
  padding: 0px 30px 10px 30px;
}
.cid-tG1rvVxFAM .navbar.opened .container {
  align-self: flex-start;
  margin: 0px;
}
.cid-tG1rvVxFAM .navbar.opened .container .navbar-brand {
  padding: 1rem 0 0rem;
}
.cid-tG1rvVxFAM .navbar.opened .container button.navbar-toggler {
  position: absolute;
  top: 1.3rem;
  left: auto;
  right: -0.5rem;
}
.cid-tG1rvVxFAM .navbar.opened .container button.navbar-toggler .hamburger span {
  width: 15px;
  height: 3px;
}
.cid-tG1rvVxFAM .navbar.opened .container ul.navbar-nav li {
  margin: 0;
}
.cid-tG1rvVxFAM .navbar.opened .container ul.navbar-nav li .link {
  justify-content: flex-start;
}
.cid-tG1rvVxFAM .navbar.opened .container .nav-dropdown .link {
  padding: 14px 42px 14px 0 !important;
}
.cid-tG1rvVxFAM .navbar .dropdown-item {
  padding: 12px 40px 12px 24px;
}
.cid-tG1rvVxFAM .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-tG1rvVxFAM .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tG1rvVxFAM .navbar.collapsed .navbar-toggler {
  -webkit-flex-basis: auto;
  flex-basis: auto;
  margin-left: auto;
}
.cid-tG1rvVxFAM .navbar.collapsed.opened {
  position: fixed;
}
.cid-tG1rvVxFAM .navbar.collapsed.opened .dropdown-menu {
  top: 0;
  padding-left: 20px;
}
.cid-tG1rvVxFAM .navbar.collapsed.opened .dropdown-menu .dropdown-item {
  padding: 14px 45px 14px 0 !important;
  text-align: left;
}
.cid-tG1rvVxFAM .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tG1rvVxFAM .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tG1rvVxFAM .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tG1rvVxFAM .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tG1rvVxFAM .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tG1rvVxFAM .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tG1rvVxFAM .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tG1rvVxFAM .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tG1rvVxFAM .navbar .dropdown-menu {
    padding-left: 20px;
  }
  .cid-tG1rvVxFAM .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tG1rvVxFAM .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tG1rvVxFAM .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: 41%;
  }
  .cid-tG1rvVxFAM .navbar .dropdown-menu .dropdown-item {
    padding: 14px 45px 14px 0 !important;
    text-align: left;
  }
  .cid-tG1rvVxFAM .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tG1rvVxFAM .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tG1rvVxFAM .navbar .navbar-brand {
    margin-right: auto;
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tG1rvVxFAM .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
    margin-left: auto;
  }
  .cid-tG1rvVxFAM .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tG1rvVxFAM .navbar.navbar-short {
  background: var(--clr-bg-two) !important;
  min-height: 60px;
}
.cid-tG1rvVxFAM .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tG1rvVxFAM .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tG1rvVxFAM .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tG1rvVxFAM .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tG1rvVxFAM .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tG1rvVxFAM .dropdown-item.active,
.cid-tG1rvVxFAM .dropdown-item:active {
  background-color: transparent;
}
.cid-tG1rvVxFAM .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tG1rvVxFAM .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tG1rvVxFAM .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tG1rvVxFAM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f5f5f5;
}
.cid-tG1rvVxFAM .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tG1rvVxFAM .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tG1rvVxFAM ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tG1rvVxFAM .navbar-buttons {
  text-align: center;
}
.cid-tG1rvVxFAM button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tG1rvVxFAM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: var(--clr-dark);
}
.cid-tG1rvVxFAM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tG1rvVxFAM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tG1rvVxFAM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tG1rvVxFAM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tG1rvVxFAM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tG1rvVxFAM nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tG1rvVxFAM nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tG1rvVxFAM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tG1rvVxFAM .navbar-dropdown {
  position: fixed;
}
.cid-tG1rvVxFAM a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tG1rvVxFAM .icons-menu {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-tG1rvVxFAM .icons-menu span {
  font-size: 22px;
  color: #ffffff;
  transition: all 200ms ease-in-out;
}
.cid-tG1rvVxFAM .icons-menu span:hover {
  opacity: 0.7;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tG1rvVxFAM .navbar {
    height: 77px;
  }
  .cid-tG1rvVxFAM .navbar.opened {
    height: auto;
  }
  .cid-tG1rvVxFAM .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tG1rwer1k4 {
  padding-top: 151px;
  padding-bottom: 61px;
  background-image: url("../../../assets/images/background4.jpg");
}
.cid-tG1rwer1k4 .mbr-section-title.display-2 {
  font-size: 40px;
  line-height: 1.25;
}
.cid-tG1rwer1k4 .mbr-section-subtitle.display-5 {
  font-size: 26px;
  line-height: 1.385;
}
.cid-tG1rwer1k4 .mbr-section-btn .btn {
  margin-left: 0 !important;
}
.cid-tG1rwer1k4 .mbr-section-btn .btn.display-4 {
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
}
.cid-tG1rwer1k4 .mbr-section-title{
  color: var(--clr-light) !important;
}
.cid-tG1rwer1k4 .mbr-section-title,
.cid-tG1rwer1k4 .mbr-section-btn {
  text-align: left;
}
.cid-tG1rwer1k4 .mbr-section-subtitle,
.cid-tG1rwer1k4 .mbr-section-btn DIV {
  text-align: left;
}
.cid-tG1rxlD8hu {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: var(--clr-bg-one);
}
.cid-tG1rxlD8hu img {
  width: 100%;
}
.cid-tG1rxlD8hu .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #e05151;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 26px;
}
.cid-tG1rxlD8hu .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-tG1rxlD8hu .mbr-section-subtitle {
  color: #999999;
  font-weight: 700;
  margin-bottom: 21px;
}
.cid-tG1rxlD8hu .mbr-section-title {
  margin: 0;
  font-weight: 500;
}
.cid-tG1rxlD8hu .mbr-section-title.display-2 {
  line-height: 1.375;
}
.cid-tG1rxlD8hu .contents {
  margin-top: 36px;
}
.cid-tG1rxlD8hu .contents .content-text {
  color: #606060;
  font-weight: 300;
}
.cid-tG1rxlD8hu .mbr-section-btn {
  margin-top: 8px;
}
.cid-tG1rxlD8hu .mbr-section-btn .btn {
  padding: 18px 26px;
}
.cid-tG1rxlD8hu .mbr-section-btn .btn.display-4 {
  font-size: 13px;
  line-height: 1;
}
.cid-tG1rxlD8hu .mbr-section-btn .btn:hover {
  box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
  -webkit-box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
}
.cid-tG1rxlD8hu .mbr-list {
  margin-top: 20px;
  color: #606060;
}
.cid-tG1rxlD8hu .mbr-list .list {
  list-style-type: none;
  padding-left: 0;
}
.cid-tG1rxlD8hu .mbr-list .list li {
  line-height: 1.75;
}
.cid-tG1rxlD8hu .mbr-list .list li:before {
  font-weight: 900;
  color: #5ca7db;
  display: inline-block;
  content: "✓";
  text-align: center;
  line-height: 1.5em;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 25px;
  height: 25px;
}
.cid-tG1rxlD8hu .contents .mbr-text,
.cid-tG1rxlD8hu .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-tG1rxlD8hu .mbr-section-title,
.cid-tG1rxlD8hu .mbr-section-btn {
  text-align: left;
}
.cid-tG1rxGY7nE {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: var(--clr-bg-two);
}
.cid-tG1rxGY7nE .row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-tG1rxGY7nE img {
  width: 100%;
}
.cid-tG1rxGY7nE .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #e05151;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 26px;
}
.cid-tG1rxGY7nE .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-tG1rxGY7nE .mbr-section-subtitle {
  color: #999999;
  font-weight: 700;
  margin-bottom: 21px;
}
.cid-tG1rxGY7nE .mbr-section-title {
  margin: 0;
  font-weight: 500;
}
.cid-tG1rxGY7nE .mbr-section-title.display-2 {
  line-height: 1.375;
}
.cid-tG1rxGY7nE .contents {
  margin-top: 36px;
}
.cid-tG1rxGY7nE .contents .content-text {
  color: #606060;
  font-weight: 300;
}
.cid-tG1rxGY7nE .mbr-section-btn {
  margin-top: 8px;
}
.cid-tG1rxGY7nE .mbr-section-btn .btn {
  padding: 18px 26px;
}
.cid-tG1rxGY7nE .mbr-section-btn .btn.display-4 {
  font-size: 13px;
  line-height: 1;
}
.cid-tG1rxGY7nE .mbr-section-btn .btn:hover {
  box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
  -webkit-box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
}
.cid-tG1rxGY7nE .mbr-list {
  margin-top: 20px;
  color: #606060;
}
.cid-tG1rxGY7nE .mbr-list .list {
  list-style-type: none;
  padding-left: 0;
}
.cid-tG1rxGY7nE .mbr-list .list li {
  line-height: 1.75;
}
.cid-tG1rxGY7nE .mbr-list .list li:before {
  font-weight: 900;
  color: #5ca7db;
  display: inline-block;
  content: "✓";
  text-align: center;
  line-height: 1.5em;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 25px;
  height: 25px;
}
.cid-tG1rxGY7nE .contents .mbr-text,
.cid-tG1rxGY7nE .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-tG1rxGY7nE .mbr-section-title,
.cid-tG1rxGY7nE .mbr-section-btn DIV {
  text-align: left;
}
.cid-tG1ry4da3l {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/background3.jpg");
}
.cid-tG1ry4da3l .container-fluid {
  padding-left: 50px !important;
  padding-right: 50px !important;
}
.cid-tG1ry4da3l .badge_wrap {
  width: 100%;
}
.cid-tG1ry4da3l .badge_wrap .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #404040;
  background-color: rgba(255, 255, 255, 0.85);
  margin-bottom: 26px;
}
.cid-tG1ry4da3l .badge_wrap .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-tG1ry4da3l .mbr-section-title {
  width: 100%;
}
.cid-tG1ry4da3l .mbr-section-title.display-2 {
  line-height: 1.375;
}
.cid-tG1ry4da3l .mbr-section-subtitle {
  width: 100%;
}
.cid-tG1ry4da3l .box {
  min-height: 600px;
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.cid-tG1ry4da3l .icon-wrap {
  border-radius: 50%;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.cid-tG1ry4da3l .mbr-media span {
  font-size: 4rem;
  cursor: pointer;
  position: relative;
  display: inline-block;
  opacity: 0.9;
  transition: all 0.25s;
  color: #000000 !important;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.04) !important;
}
.cid-tG1ry4da3l .mbr-media span:hover {
  opacity: 1;
  color: #000000 !important;
  box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.5) !important;
  -webkit-box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.5) !important;
}
.cid-tG1ry4da3l .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-tG1ry4da3l .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-tG1ry4da3l .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-tG1ry4da3l .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-tG1ry4da3l a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-tG1ry4da3l a.close:hover {
  color: #ffffff;
}
@media (max-width: 576px) {
  .cid-tG1ry4da3l .box {
    height: 250px;
  }
}
.cid-tG1ry4da3l .play {
  width: 70px;
  height: 70px;
  line-height: 3.5rem !important;
  text-align: center;
  border-radius: 100%;
  background: #ffffff;
  display: inline-block;
  transition: all 200ms ease-in-out;
  margin: 0 auto;
  cursor: pointer;
}
.cid-tG1ry4da3l .play:before {
  font-family: FontAwesome !important;
  content: "\f04b";
  font-size: 1.4rem;
  padding: 7px 0 0 2px;
  display: block;
}
.cid-tG1ryrpGEK {
  padding-top: 60px;
  padding-bottom: 30px;
 background-color: var(--clr-bg-one);
}
.cid-tG1ryrpGEK img {
  width: 100%;
}
.cid-tG1ryrpGEK .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #e05151;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 26px;
}
.cid-tG1ryrpGEK .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-tG1ryrpGEK .mbr-section-subtitle {
  color: #999999;
  font-weight: 700;
  margin-bottom: 21px;
}
.cid-tG1ryrpGEK .mbr-section-title {
  margin: 0;
  font-weight: 500;
}
.cid-tG1ryrpGEK .mbr-section-title.display-2 {
  line-height: 1.375;
}
.cid-tG1ryrpGEK .contents {
  margin-top: 36px;
}
.cid-tG1ryrpGEK .contents .content-text {
  color: #606060;
  font-weight: 300;
}
.cid-tG1ryrpGEK .mbr-section-btn {
  margin-top: 8px;
}
.cid-tG1ryrpGEK .mbr-section-btn .btn {
  padding: 18px 26px;
}
.cid-tG1ryrpGEK .mbr-section-btn .btn.display-4 {
  font-size: 13px;
  line-height: 1;
}
.cid-tG1ryrpGEK .mbr-section-btn .btn:hover {
  box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
  -webkit-box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
}
.cid-tG1ryrpGEK .mbr-list {
  margin-top: 20px;
  color: #606060;
}
.cid-tG1ryrpGEK .mbr-list .list {
  list-style-type: none;
  padding-left: 0;
}
.cid-tG1ryrpGEK .mbr-list .list li {
  line-height: 1.75;
}
.cid-tG1ryrpGEK .mbr-list .list li:before {
  font-weight: 900;
  color: #5ca7db;
  display: inline-block;
  content: "✓";
  text-align: center;
  line-height: 1.5em;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 25px;
  height: 25px;
}
.cid-tG1ryrpGEK .contents .mbr-text,
.cid-tG1ryrpGEK .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-tG1ryrpGEK .mbr-section-title,
.cid-tG1ryrpGEK .mbr-section-btn {
  text-align: left;
}
.cid-tG1ryRtdmv {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: var(--clr-bg-two);
}
.cid-tG1ryRtdmv .row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-tG1ryRtdmv img {
  width: 100%;
}
.cid-tG1ryRtdmv .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #e05151;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 26px;
}
.cid-tG1ryRtdmv .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-tG1ryRtdmv .mbr-section-subtitle {
  color: #999999;
  font-weight: 700;
  margin-bottom: 21px;
}
.cid-tG1ryRtdmv .mbr-section-title {
  margin: 0;
  font-weight: 500;
}
.cid-tG1ryRtdmv .mbr-section-title.display-2 {
  line-height: 1.375;
}
.cid-tG1ryRtdmv .contents {
  margin-top: 36px;
}
.cid-tG1ryRtdmv .contents .content-text {
  color: #606060;
  font-weight: 300;
}
.cid-tG1ryRtdmv .mbr-section-btn {
  margin-top: 8px;
}
.cid-tG1ryRtdmv .mbr-section-btn .btn {
  padding: 18px 26px;
}
.cid-tG1ryRtdmv .mbr-section-btn .btn.display-4 {
  font-size: 13px;
  line-height: 1;
}
.cid-tG1ryRtdmv .mbr-section-btn .btn:hover {
  box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
  -webkit-box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
}
.cid-tG1ryRtdmv .mbr-list {
  margin-top: 20px;
  color: #606060;
}
.cid-tG1ryRtdmv .mbr-list .list {
  list-style-type: none;
  padding-left: 0;
}
.cid-tG1ryRtdmv .mbr-list .list li {
  line-height: 1.75;
}
.cid-tG1ryRtdmv .mbr-list .list li:before {
  font-weight: 900;
  color: #5ca7db;
  display: inline-block;
  content: "✓";
  text-align: center;
  line-height: 1.5em;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 25px;
  height: 25px;
}
.cid-tG1ryRtdmv .contents .mbr-text,
.cid-tG1ryRtdmv .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-tG1ryRtdmv .mbr-section-title,
.cid-tG1ryRtdmv .mbr-section-btn {
  text-align: left;
}
.cid-tG1sA5Nyk5 {
  padding-top: 90px;
  padding-bottom: 75px;
  background-color: var(--clr-red);
}
.cid-tG1sA5Nyk5 .mbr-section-title {
  color: var(--clr-light);
}
.cid-tG1sA5Nyk5 .mbr-section-title.display-2 {
  line-height: 1.375;
}
.cid-tG1sA5Nyk5 .mbr-iconfont {
  display: block;
  font-size: 6rem;
  color: #3c71d3;
  margin-bottom: 2rem;
}
.cid-tG1sA5Nyk5 .btn.display-4 {
  font-size: 14px;
  line-height: 1;
}
.cid-tG1sItIhqa {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: var(--clr-bg-two);
}
.cid-tG1sItIhqa img {
  width: 100%;
}
.cid-tG1sItIhqa .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #e05151;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 26px;
}
.cid-tG1sItIhqa .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-tG1sItIhqa .mbr-section-subtitle {
  color: #999999;
  font-weight: 700;
  margin-bottom: 21px;
}
.cid-tG1sItIhqa .mbr-section-title {
  margin: 0;
  font-weight: 500;
}
.cid-tG1sItIhqa .mbr-section-title.display-2 {
  line-height: 1.375;
}
.cid-tG1sItIhqa .contents {
  margin-top: 36px;
}
.cid-tG1sItIhqa .contents .content-text {
  color: #606060;
  font-weight: 300;
}
.cid-tG1sItIhqa .mbr-section-btn {
  margin-top: 8px;
}
.cid-tG1sItIhqa .mbr-section-btn .btn {
  padding: 18px 26px;
}
.cid-tG1sItIhqa .mbr-section-btn .btn.display-4 {
  font-size: 13px;
  line-height: 1;
}
.cid-tG1sItIhqa .mbr-section-btn .btn:hover {
  box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
  -webkit-box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
}
.cid-tG1sItIhqa .mbr-list {
  margin-top: 20px;
  color: #606060;
}
.cid-tG1sItIhqa .mbr-list .list {
  list-style-type: none;
  padding-left: 0;
}
.cid-tG1sItIhqa .mbr-list .list li {
  line-height: 1.75;
}
.cid-tG1sItIhqa .mbr-list .list li:before {
  font-weight: 900;
  color: #5ca7db;
  display: inline-block;
  content: "✓";
  text-align: center;
  line-height: 1.5em;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 25px;
  height: 25px;
}
.cid-tG1sItIhqa .contents .mbr-text,
.cid-tG1sItIhqa .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-tG1sItIhqa .mbr-section-title,
.cid-tG1sItIhqa .mbr-section-btn {
  text-align: left;
}
.cid-tG1sLaElfs {
  padding-top: 60px;
  padding-bottom: 105px;
  overflow: hidden;
  background: url('../../images/reviews.jpg');
  background-position: center;
  background-size: cover;
}
.cid-tG1sLaElfs .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #e05151;
  background-color: rgba(132, 138, 189, 0.15);
}
.cid-tG1sLaElfs .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-tG1sLaElfs .mbr-section-title {
  color: var(--clr-light);
}
.cid-tG1sLaElfs .mbr-section-subtitle {
  color: #999999;
  font-weight: 600;
}
.cid-tG1sLaElfs .main-text {
  color: #606060;
}
.cid-tG1sLaElfs .carousel {
  z-index: 2;
  position: relative;
}
.cid-tG1sLaElfs .user {
  padding: 0 !important;
}
.cid-tG1sLaElfs .mbr-iconfont {
  font-family: Moririse2 !important;
}
.cid-tG1sLaElfs .carousel-item.active,
.cid-tG1sLaElfs .carousel-item-next,
.cid-tG1sLaElfs .carousel-item-prev {
  display: flex;
}
.cid-tG1sLaElfs .details {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  text-align: left;
  margin-bottom: 20px;
  justify-content: center;
}
.cid-tG1sLaElfs .details .img-wrapper img {
  width: 70px;
  max-width: 100%;
  border-radius: 100%;
}
.cid-tG1sLaElfs .details .info {
  padding-left: 20px;
}
.cid-tG1sLaElfs .details .info .user_name {
  margin: 0;
}
.cid-tG1sLaElfs .details .info .user_name.display-7 {
  font-size: 18px;
  line-height: 1.3;
  color: var(--clr-light);
}
.cid-tG1sLaElfs .details .info .user_status {
  color: #999999;
  margin-bottom: 0;
}
.cid-tG1sLaElfs .details .info .user_status.display-4 {
  line-height: 1.3125;
}
.cid-tG1sLaElfs .carousel-controls a {
  font-size: 2rem;
}
.cid-tG1sLaElfs .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  background: transparent;
  opacity: 0.5;
}
.cid-tG1sLaElfs .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-tG1sLaElfs ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-tG1sLaElfs .carousel-indicators li {
  height: 10px;
  width: 10px;
  border-radius: 50%;
  transition: opacity 0.5s;
  background-color: rgba(153, 153, 153, 0.8);
  font-size: 2rem;
  border-width: 0px;
  transform: scale(0.6);
  margin: 6px;
}
.cid-tG1sLaElfs .carousel-indicators li:hover {
  opacity: 1;
}
.cid-tG1sLaElfs .carousel-indicators .active {
  transform: scale(1);
  border: 0;
  background-color: rgba(153, 153, 153, 0.8);
  transition: all 200ms ease-in-out;
}
.cid-tG1sLaElfs .user_text {
  color: #707070;
  text-align: left;
}
.cid-tG1sLaElfs .user_text p.display-5 {
  line-height: 1.54;
  color: var(--clr-light);
}
.cid-tG1sLaElfs .user_desk {
  color: #767676;
}
.cid-tG1sLaElfs .user_desk,
.cid-tG1sLaElfs .carousel-item {
  text-align: left;
}
.cid-tG1sLaElfs .carousel-item {
  padding-right: 20px;
}
.cid-tG1sLaElfs .carousel-indicators {
  margin: 0;
  margin-left: 0.1rem;
  justify-content: center !important;
}
@media (max-width: 767px) {
  .cid-tG1sLaElfs .carousel-indicators {
    margin: auto;
    justify-content: center !important;
  }
  .cid-tG1ry4da3l .modalWindow .modalWindow-video {
    height: calc(100vw);
    width: 80vw;
    margin: 0 auto;
  }
}
.cid-tG1sLaElfs .carousel-control-next {
  right: -30px;
  transform: translateX(50%);
}
.cid-tG1sLaElfs .carousel-control-prev {
  left: -20px;
  transform: translateX(-50%);
}
.cid-tG1sPxrQg4 {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-tG1sPxrQg4 img {
  width: 100%;
}
.cid-tG1sPxrQg4 .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #e05151;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 26px;
}
.cid-tG1sPxrQg4 .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-tG1sPxrQg4 .mbr-section-subtitle {
  color: #999999;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-tG1sPxrQg4 .panel-group {
  margin-top: 36px;
}
.cid-tG1sPxrQg4 .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-tG1sPxrQg4 .card .card-header {
  border-radius: 0px;
  border: 0px;
  background: transparent;
  padding: 0;
}
.cid-tG1sPxrQg4 .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
  transition: all 200ms ease-in-out;
}
.cid-tG1sPxrQg4 .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-tG1sPxrQg4 .card .card-header a.panel-title h4 {
  flex-direction: row;
  display: flex;
  justify-content: start;
  align-items: center;
  color: #000;
  transition: all 200ms ease-in-out;
  margin-bottom: 18px;
}
.cid-tG1sPxrQg4 .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
  font-family: FontAwesome !important;
  color: #848abd;
}
.cid-tG1sPxrQg4 .card .card-header a.panel-title h4 .sign::before {
  content: "\f077";
}
.cid-tG1sPxrQg4 .card .card-header a.panel-title h4:hover {
  color: #848abd;
}
.cid-tG1sPxrQg4 .card .card-header a.panel-title h4.display-7 {
  font-size: 19px;
}
.cid-tG1sPxrQg4 .card .card-header a.panel-title h4.display-7 .sign {
  font-size: 0.8rem;
}
.cid-tG1sPxrQg4 .card .card-header a.panel-title.collapsed {
  transition: all 200ms ease-in-out;
}
.cid-tG1sPxrQg4 .card .card-header a.panel-title.collapsed h4 .sign:before {
  content: "\f054";
}
.cid-tG1sPxrQg4 .card .panel-body {
  color: #767676;
  padding-left: 1.8rem;
  margin-bottom: 20px;
}
.cid-tG1sPxrQg4 .card .panel-body p {
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-tG1sPxrQg4 .card {
    margin-bottom: 2rem !important;
  }
}
@media (max-width: 768px) {
  .cid-tG1sPxrQg4 * {
    text-align: left;
  }
}
.cid-tG1sNE7XPT {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: var(--clr-dark);
}
@media (min-width: 1500px) {
  .cid-tG1sNE7XPT .container {
    max-width: 1400px;
  }
}
@media (max-width: 767px) {
  .cid-tG1sNE7XPT .copyright {
    margin-bottom: 1rem;
  }
}
.cid-tG1sNE7XPT p {
  color: #ffffff;
}



.cid-snhz20VR9d {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-snhz20VR9d .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-snhz20VR9d form.mbr-form {
  border-radius: 10px;
  background-color: #fafafa;
}
@media (min-width: 992px) {
  .cid-snhz20VR9d form.mbr-form {
    padding: 3rem 2rem;
    width: 60%;
  }
}
@media (max-width: 991px) {
  .cid-snhz20VR9d form.mbr-form {
    padding: 1rem;
  }
}
.cid-snhz20VR9d form.mbr-form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-snhz20VR9d form.mbr-form .mbr-section-btn .btn {
  width: 100%;
}
.cid-snhz20VR9d .mbr-section-title {
  color: #4479d9;
}
     /*===================SECTION FORM =========================================*/
     /* SECTION HERE YOU PUT THE BACKGROUND IMAGE IF YOU WANT IT*/
    .cid-snhz20VR9d{
      background-color: var(--clr-cream);
      background-position: center;
      background-size: cover;
    }

    /* CONTAINER FORM: HERE YOU CAN REMOVE SHADOW FORM*/
    .cid-snhz20VR9d .div-container-form{
        -webkit-box-shadow: 0px 0px 12px -4px rgba(0,0,0,0.75) !important;
        -moz-box-shadow: 0px 0px 12px -4px rgba(0,0,0,0.75) !important;
        box-shadow: 0px 0px 12px -4px rgba(0,0,0,0.75) !important;
    }
    /* END CONTAINER FORM */

    /* BOX FORM HEADER */
    .cid-snhz20VR9d .header-form,
    .body-form{
        font-family: var(--ff-main);
        /* background: #f5f3f4; */
        background: rgba(255, 255, 255, 0.9);
        height: auto;
        border-top-left-radius: 0.25rem;
        border-top-right-radius: 0.25rem;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    /* END BOX FORM HEADER */
    .body-form{
      display: flex;
      justify-content: center;
      align-items: center;
    }
    /* BOX FORM BODY */
    .cid-snhz20VR9d form.mbr-form{
        /* background: #274c77; */
        background: rgba(124, 123, 137, 0.9);
        width: 100%;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }
    /*END BOX FORM BODY */

    /* INPUTS FORM-CONTROL */
    .cid-snhz20VR9d .form-control{
        color: #656565;
        background-color: #f5f5f5;
        border-radius: .25rem;
        padding-left: 8px !important;
    }
    /* END INPUTS FORM-CONTROL */

    /* LABEL FORM-CONTROL */
    .cid-snhz20VR9d label{
        color: #f5f5f5;
    }
    /* END LABEL FORM-CONTROL */

    /* LABEL FORM-CONTROL */
    .cid-snhz20VR9d label a:hover{
        color: #b9d5fd;
    }
    /* END LABEL FORM-CONTROL */
    
    /* 1 TEXT OFFER*/
    .cid-snhz20VR9d .text-offer-form{
        color: #232323;
        font-size: 3rem;
        font-weight: bold;
        padding-top: 15px;
        text-align: center !important;
    }
    /* END TEXT OFFER */
    
    /* 2 TEXT TIME YOU RECIVE ORDER */
    .cid-snhz20VR9d .text-hours-form{
        text-align: center !important;
        
    }
    /* TEXT TIME YOU RECIVE ORDER */

    /* 3 TEXT FINISH SOON */
    .cid-snhz20VR9d .text-soon-form{
        text-align: center !important;
        /* background: #0b7fab; */
        background: var(--clr-main);
        color: white;
        letter-spacing: 3px;
        padding: 4px 4px;
        border-radius: 2px;
        margin: 10px 0;
    }
    /* END TEXT FINISH SOON */

    /* 4 TEXT PRODUCT */
    .cid-snhz20VR9d .text-product-form{
        text-align: center;
        padding: 10px 0;
        font-size: 1.3rem !important;
    }
    .cid-snhz20VR9d .text-product-form .form-price{
        font-weight: bolder !important;
    }
    /* END TEXT PRODUCT */
   
    /* 5 TEXT ICONS FREE SHIPPING */
    .cid-snhz20VR9d .box-icons{
        /* background: #0b7fab; */
        background: var(--clr-main);
        color: white;
        padding: 20px;
        margin-bottom: 20px;

    }
    .cid-snhz20VR9d .text-icons{
        font-size: 1.1rem;
        text-align: center;
    }
    /* END TEXT ICONS FREE SHIPPING */  
        
    /* MEDIA QUERIES */
    @media screen and (max-width:768px){
        .cid-snhz20VR9d .text-offer-form{
            font-size: 2.8rem !important;
            letter-spacing: 5px !important;
        }
        .cid-snhz20VR9d .text-hours-form{
            font-size: 1rem !important;
        }
        .cid-snhz20VR9d .text-soon-form{
            font-size: 1.2rem !important;
            letter-spacing: 0px !important;
        }
        .cid-snhz20VR9d .text-product-form{
            font-size: 1.1rem !important;
        }
    }
    /* END MEDIA QUERIES */


    .cid-sZvk4JBheX {
      padding-top: 2rem;
      padding-bottom: 1rem;
      overflow: hidden;
      background-color: var(--clr-gray-bg);
    }
    .cid-sZvk4JBheX .mbr-overlay {
      background: #010304;
      opacity: 0.5;
    }
    .cid-sZvk4JBheX .item:focus,
    .cid-sZvk4JBheX span:focus {
      outline: none;
    }
    .cid-sZvk4JBheX .item-wrapper {
      position: relative;
    }
    .cid-sZvk4JBheX .slide-content {
      position: relative;
      border-radius: 4px;
      background: transparent;
      height: 100%;
      display: flex;
      overflow: visible;
      flex-flow: column nowrap;
    }
    .cid-sZvk4JBheX .mbr-section-btn {
      margin-top: auto !important;
      margin-left: 0;
      margin-right: 0;
      width: auto;
      display: inline-block;
    }
    .cid-sZvk4JBheX .mbr-section-title {
      color: #eef0f5;
      text-align: center;
      margin-bottom: 24px;
    }
    .cid-sZvk4JBheX .mbr-text,
    .cid-sZvk4JBheX .mbr-section-btn {
      text-align: left;
    }
    .cid-sZvk4JBheX .item-title {
      text-align: left;
    }
    .cid-sZvk4JBheX .item-subtitle {
      text-align: left;
    }
    .cid-sZvk4JBheX .embla__slide {
      display: flex;
      justify-content: center;
      position: relative;
      min-width: 33%;
      max-width: 596px;
    }
    @media (max-width: 768px) {
      .cid-sZvk4JBheX .embla__slide {
        min-width: 70%;
        max-width: initial;
        margin-left: 1rem !important;
        margin-right: 1rem !important;
      }
    }
    @media (max-width: 900px) {
      .cid-sZvk4JBheX .embla__slide {
        min-width: 60%;
      }
    }
    @media (max-width: 630px) {
      .cid-sZvk4JBheX .embla__slide {
        min-width: 375px;
      }
    }
    .cid-sZvk4JBheX .embla__button--next,
    .cid-sZvk4JBheX .embla__button--prev {
      display: flex;
    }
    .cid-sZvk4JBheX .embla__button {
      transition: background-color 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
      border: none;
      width: 64px;
      height: 64px;
      font-size: 22px;
      border-radius: 50%;
      top: 50%;
      margin-top: -1.5rem;
      background-color: var(--clr-red);
      color: #fff;
      position: absolute;
      display: flex;
      justify-content: center;
      align-items: center;
      outline: none;
    }
    .cid-sZvk4JBheX .embla__button:disabled {
      cursor: default;
      display: none;
    }
    .cid-sZvk4JBheX .embla__button:hover {
      background-color: var(--clr-red-hover);
      color: #fff;
      transform: scale(1.05);
    }
    .cid-sZvk4JBheX .embla__button.embla__button--prev {
      left: 0;
      margin-left: 2.5rem;
    }
    .cid-sZvk4JBheX .embla__button.embla__button--next {
      right: 0;
      margin-right: 2.5rem;
    }
    @media (max-width: 767px) {
      .cid-sZvk4JBheX .embla__button {
        top: auto;
      }
    }
    .cid-sZvk4JBheX .mobi-mbri-arrow-prev {
      margin-right: 5px;
    }
    .cid-sZvk4JBheX .mobi-mbri-arrow-next {
      margin-left: 5px;
    }
    .cid-sZvk4JBheX .embla {
      position: relative;
      width: 100%;
    }
    .cid-sZvk4JBheX .embla__viewport {
      overflow: visible;
      width: 100%;
    }
    .cid-sZvk4JBheX .embla__viewport.is-draggable {
      cursor: grab;
    }
    .cid-sZvk4JBheX .embla__viewport.is-dragging {
      cursor: grabbing;
    }
    .cid-sZvk4JBheX .embla__container {
      display: flex;
      user-select: none;
      -webkit-touch-callout: none;
      -khtml-user-select: none;
      -webkit-tap-highlight-color: transparent;
    }
    .cid-sZvk4JBheX .mbr-section-subtitle {
      text-align: center;
      color: #8c8c95;
    }
    .cid-sZvk4JBheX .title-block {
      justify-content: space-between;
      margin-bottom: 32px;
      align-items: center;
      padding-bottom: 56px;
      max-width: 715px;
      margin: auto;
    }
    .cid-sZvk4JBheX .shadow {
      border-radius: 34px;
      box-shadow: 0 5px 16px 0 rgba(8, 15, 52, 0.07) !important;
      transition: all 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
      overflow: visible;
      padding: 19px;
      margin: 0 8px;
      border: 1px solid #eff0f6;
      background-color: #ffffff;
    }
    .cid-sZvk4JBheX .wrap-img {
      transition: all 300ms ease !important;
      overflow: hidden;
      border-radius: 30px 30px 0 0;
      /* padding: 0px 20px 20px; */
      display: flex;
      justify-content: center;
    }
    .cid-sZvk4JBheX h4{
      color: var(--clr-blue);
      font-size: 18px;
    }
    .cid-sZvk4JBheX img {
      width: 65%;
      object-fit: cover;
    }
    .cid-sZvk4JBheX .shadow:hover {
      transform: translate(0px, -6px);
      box-shadow: 0 10px 20px 0 rgba(8, 15, 52, 0.1) !important;
    }
    .cid-sZvk4JBheX .shadow:hover a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption),
    .cid-sZvk4JBheX .shadow:hover .number,
    .cid-sZvk4JBheX .shadow:hover .card-title {
      color: #bbbbbb !important;
    }
    .cid-sZvk4JBheX .shadow:hover .iconfont-wrapper > .mbr-iconfont > span {
      color: #000000 !important;
    }
    .cid-sZvk4JBheX .card-title {
      margin-bottom: 16px;
      color: #4c4c4c;
      transition: 0.35s;
      text-align: left;
    }
    .cid-sZvk4JBheX .card-text {
      color: #8c8c95;
      text-align: center;
    }
    .cid-sZvk4JBheX H3 {
      color: #1d1d1f;
      text-align: center;
    }
    .cid-sZvk4JBheX .card-wrapper {
      border-radius: 0 0 30px 30px;
      background-color: #ffffff;
      padding: 34px 25px 54px 31px;
    }
    .cid-sZvk4JBheX .date {
      margin-bottom: 24px;
      color: #8c8c95;
    }
    .cid-sZvk4JBheX .link-title {
      display: inline-block;
    }
    .cid-sZvk4JBheX .margin {
      margin-right: 14px;
    }
    .cid-sZvk4JBheX .article {
      display: contents;
    }
    .cid-sZvk4JBheX .button-color {
      padding: 1rem 1.5625rem !important;
      border-radius: 1000px !important;
      display: inline-block;
      line-height: 20px;
      background-color: #eff0f6;
    }
    .cid-sZvk4JBheX .link-row {
      align-items: center;
    }
    @media (max-width: 530px) {
      .cid-sZvk4JBheX .card-wrapper {
        border-radius: 0 0 30px 30px;
      }
    }
    @media (max-width: 480px) {
      .cid-sZvk4JBheX .card-wrapper {
        border-radius: 0 0 30px 30px;
      }
    }
    .cid-sZvk4JBheX .iconfont-wrapper {
      text-align: left;
      margin-bottom: 32px;
    }
    .cid-sZvk4JBheX .iconfont-wrapper .mbr-iconfont::before {
      font-size: 50px;
      padding: 25px;
      border-radius: 50%;
    }
    .cid-sZvk4JBheX .button-align {
      margin-top: 36px;
      text-align: center;
    }
    .cid-sZvk4JBheX .btn {
      margin-top: 20px;
    }
    .cid-sZvk4JBheX .card-title,
    .cid-sZvk4JBheX .iconfont-wrapper {
      text-align: center;
      color: #3b006b;
    }
    .cid-sZvk4JBheX a.btn > span {
      margin-left: 0.5rem;
    }
    
    
    .cid-sZvk4JBheX .wrap-img{
      display: flex;
      flex-direction: column;
      justify-content: flex-start;
      align-items: center;
      text-align: center;
    }




.hero__container{
  min-width: 80%;
  max-width: 80%;
  width: 80%;
}



.cid-tVtzLt3YR9 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: var(--clr-cream);
  background-position: center;
  background-size: cover;
}
.cid-tVtzLt3YR9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tVtzLt3YR9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tVtzLt3YR9 .container {
    padding: 0 20px;
  }
}
.cid-tVtzLt3YR9 .row {
  margin: 0;
}
.cid-tVtzLt3YR9 .mbr-section-title {
  margin-bottom: 50px;
  color: var(--clr-text-title);
}
@media (max-width: 992px) {
  .cid-tVtzLt3YR9 .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-tVtzLt3YR9 .embla__slide {
  /* display: flex; */
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 768px) {
  .cid-tVtzLt3YR9 .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tVtzLt3YR9 .embla__slide .card-wrap {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-tVtzLt3YR9 .embla__slide .card-wrap {
    display: block;
  }
}
.cid-tVtzLt3YR9 .embla__slide .card-wrap .content-wrap {
  width: 40%;
  margin-right: 100px;
}
@media (max-width: 992px) {
  .cid-tVtzLt3YR9 .embla__slide .card-wrap .content-wrap {
    width: 100%;
    margin-right: 0;
    margin-bottom: 50px;
  }
}
.cid-tVtzLt3YR9 .embla__slide .card-wrap .content-wrap .number-wrap .mbr-number {
  width: 46px;
  height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-image: linear-gradient(45deg, var(--clr-main) 50%, var(--clr-main-hover));
  border-radius: 50%;
  margin-bottom: 32px;
}
.cid-tVtzLt3YR9 .embla__slide .card-wrap .content-wrap .mbr-card-title {
  margin-bottom: 16px;
}
.cid-tVtzLt3YR9 .embla__slide .card-wrap .content-wrap .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-tVtzLt3YR9 .embla__slide .card-wrap .content-wrap .mbr-text {
    margin-bottom: 0;
  }
}
.cid-tVtzLt3YR9 .embla__slide .card-wrap .item-wrapper .image-wrap img {
  height: 400px;
  object-fit: cover;
  border-radius: 30px;
}
@media (max-width: 768px) {
  .cid-tVtzLt3YR9 .embla__slide .card-wrap .item-wrapper .image-wrap img {
    height: 300px;
  }
}
.cid-tVtzLt3YR9 .embla__button--next,
.cid-tVtzLt3YR9 .embla__button--prev {
  display: flex;
}
.cid-tVtzLt3YR9 .embla__button {
  margin-top: 20px !important;
  bottom: 0;
  width: 50px;
  height: 50px;
  margin-top: -1.5rem;
  font-size: 24px;
  background-color: transparent;
  color: var(--clr-dark);
  border: 1px solid var(--clr-main);
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tVtzLt3YR9 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tVtzLt3YR9 .embla__button:hover {
  background: var(--clr-main);
  color: #000000;
}
.cid-tVtzLt3YR9 .embla__button.embla__button--prev {
  left: 0;
  margin-left: 0;
}
.cid-tVtzLt3YR9 .embla__button.embla__button--next {
  right: auto;
  left: 4rem;
  margin-right: 0;
}
@media (max-width: 767px) {
  .cid-tVtzLt3YR9 .embla__button {
    top: auto;
  }
}
.cid-tVtzLt3YR9 .embla {
  position: relative;
  width: 100%;
}
.cid-tVtzLt3YR9 .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tVtzLt3YR9 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tVtzLt3YR9 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tVtzLt3YR9 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tVtzLt3YR9 .mbr-number {
  color: #000000;
}
.cid-tVtzLt3YR9 .mbr-card-title {
  color: var(--clr-dark);
}
.cid-tVtzLt3YR9 .mbr-text {
  color: #ffffff;
}
   
.carousel-control-next, .carousel-control-prev {
  color: var(--clr-main) !important;
}

@media (max-width:768px){
  .cid-tG1rvVxFAM .navbar.opened{
    width: 100%;
    height: auto;
    padding-bottom: 30px;
  }
  .cid-tG1rwer1k4 {
    padding-top: 109px;
    padding-bottom: 14px;
}
.hero__image{
  width: 100%;
  margin-top: 40px;
}
.cid-tG1sA5Nyk5 {
  padding-top: 61px;
  padding-bottom: 44px;
}
}

.carousel-control-next-icon {
  background-image: url('../../images/next.png') !important;
}
.carousel-control-prev-icon {
  background-image: url('../../images/prev.png') !important;
}
