@import url('https://fonts.googleapis.com/css2?family=Roboto+Flex:opsz,wght@8..144,100;8..144,200;8..144,300;8..144,400;8..144,500;8..144,600;8..144,700;8..144,800;8..144,900;8..144,1000&display=swap');
:root{
  --font-main: 'Roboto Flex', sans-serif;
  --size-title: 46px;
  --size-subtitle: 36px;
  --color-blue-main: #17a4e9;
  --color-dark-main: #111111;
}


.hero__image-col{
  position: relative;
}
.hero__image-col::after{
  content: '';
  
  top: 0;
  right: -80px;
  position: absolute;
  background: url('../../images/HERO-AFTER.png');
  width: 189px;
  height: 480px;
  background-size: cover;
}
@media (max-width:768px){
  
    .hero__image-col::after {
      content: '';
      top: 99%;
      left: 0px;
      position: absolute;
      background: url(../../images/hero-after-sm.png);
      width: 100%;
      height: 132px;
      background-size: cover;
      background-repeat: no-repeat !important;
  
  }
  .cid-t651a1CK8F {
    padding-bottom: 150px !important;}

}
.icon__title{
  color: var(--color-dark-main);
  text-align: center;
  font-size: 20px;
  margin-top: 10px;
}
.item-img-1{
  background-image: url('../../images/fondo-icon-1.png');
  background-position: center;
  background-size: cover;
}
.item-img-2{
  background-image: url('../../images/fondo-icon-2.png');
  background-position: center;
  background-size: cover;
}
.item-img-3{
  background-image: url('../../images/fondo-icon-3.png');
  background-position: center;
  background-size: cover;
}
.item-img-4{
  background-image: url('../../images/fondo-icon-4.png');
  background-position: center;
  background-size: cover;
}
.item-img-5{
  background-image: url('../../images/fondo-icon-5.png');
  background-position: center;
  background-size: cover;
}
.hero__list {
  list-style-type: none;
  margin-left: 0 !important;
  padding-left: 0  !important;
}

.hero__list li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 5px
}

.hero__list li:before {
  position: absolute;
  top: 0;
  left: 0;
  font-family: FontAwesome;
  content: "\f00c";
  color: #17a4e9;
}

 /* PRICE */
 .save{
  color: #17a4e9;
  text-align: left !important;
  font-weight: bold;
  font-size: 2rem;
}
.price{
  color: #111111;
  text-align: left !important;
  font-size: 1.9rem;
  font-weight: bold;
}
.price-before{
  font-size: 1.5rem;
}
@media (max-width:768px){
  .price{
    font-size: 1.5rem;
  }
  .price-before{
    font-size: 1.2rem;
  }
}
.free{
  text-align: left !important;
  font-size: 1.1rem;
  color: #17a4e9;
  font-weight: bold;
}
.fa-star{
  color: #fdd04a;
}
.fa-check{
  color: #17a4e9;
}
/* END PRICE */
/*  BTN CUSTOM */
.btn-custom{
  background: linear-gradient(to right, #02b7ec, #1a93cd);

 background-color: #023047;
 color: white;
 padding: 20px 35px;
 border-radius: 40px;
 font-size: 14px;
 box-shadow: 0px 0px 2px #111111;
 transition: all 0.5 ease !important;
}
.btn-custom:hover{
  color: white;
  box-shadow: 0px 0px 4px #111111;
 
 border-radius: 50px;
}
.mbr-section-btn{
 margin-top: 35px !important;
 text-align: left !important;
}
.cid-t6519p1TXy .navbar-buttons,
.cid-snhz20VR9d .mbr-section{
 margin-top: 0 !important;
}
/* END BTN CUSTOM */
body {
  font-family: var(--font-main);
}
.display-1 {
  font-family: var(--font-main);
  font-size: 3.125rem;
  line-height: 1.1;
  text-transform: uppercase;
  font-weight: 800 !important;
}
.display-1 > .mbr-iconfont {
  font-size: 5rem;
}
.display-2 {
  font-family: var(--font-main);
  font-size: var(--size-subtitle);
  line-height: 1.1;
  text-transform: uppercase;
  font-weight: 800 !important;
}
.display-2 > .mbr-iconfont {
  font-size: 3.2rem;
}
.display-4 {
  font-family: var(--font-main);
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: var(--font-main);
  font-size: 1.375rem;
  line-height: 1.1;
}
.display-5 > .mbr-iconfont {
  font-size: 2.2rem;
}
.display-7 {
  font-family: var(--font-main);
  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: #11a0d6 !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: #11a0d6 !important;
  border-color: #11a0d6 !important;
  color: #ffffff !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #0b6b8f !important;
  border-color: #0b6b8f !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #111111 !important;
  border-color: #111111 !important;
  color: #ffffff !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !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: #11a0d6;
  color: #11a0d6;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #11a0d6;
  border-color: #11a0d6;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #11a0d6 !important;
  border-color: #11a0d6 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #111111;
  color: #111111;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #111111;
  border-color: #111111;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #111111 !important;
  border-color: #111111 !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: #11a0d6 !important;
}
.text-secondary {
  color: #111111 !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: #5bc9f2 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #444444 !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: #11a0d6;
  border-color: #11a0d6;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #11a0d6;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #bae8f9;
}
.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(--font-main);
  font-size: 1rem;
  line-height: 1.5;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
}
blockquote {
  border-color: #11a0d6;
}
/* 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: #11a0d6;
  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: #11a0d6;
  border-bottom-color: #11a0d6;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #11a0d6 !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: #111111 !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='%2311a0d6' %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-t6519p1TXy .dropdown-menu {
  padding: 12px 0;
}
.cid-t6519p1TXy .dropdown-item:hover,
.cid-t6519p1TXy .dropdown-item:focus {
  color: white;
  opacity: 0.75;
}
.cid-t6519p1TXy .dropdown-item.display-4 {
  font-size: 14px;
  line-height: 1;
}
.cid-t6519p1TXy .nav-dropdown .link {
  padding: 40px 24px !important;
  font-weight: 600 !important;
}
.cid-t6519p1TXy .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t6519p1TXy .nav-link {
  position: relative;
}
.cid-t6519p1TXy .container {
  display: flex;
  margin: auto;
  padding-left: 15px;
  padding-right: 15px;
  justify-content: center !important;
}
.cid-t6519p1TXy .mbr-iconfont {
  color: #ffffff;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-t6519p1TXy .navbar-nav {
  justify-content: center;
  margin-left: auto;
}
.cid-t6519p1TXy .dropdown-menu,
.cid-t6519p1TXy .navbar.opened {
  background: #f5f5f5 !important;
}
.cid-t6519p1TXy .nav-item:focus,
.cid-t6519p1TXy .nav-link:focus {
  outline: none;
}
.cid-t6519p1TXy .nav-item:hover .link {
  opacity: 0.75;
  transition: all 200ms ease-in-out;
}
.cid-t6519p1TXy .nav-item .link.display-4 {
  font-size: 14px;
}
.cid-t6519p1TXy .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-t6519p1TXy .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t6519p1TXy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-t6519p1TXy .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-t6519p1TXy .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t6519p1TXy .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t6519p1TXy .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #f5f5f5;
}
.cid-t6519p1TXy .navbar.opened {
  transition: all 0.3s;
  width: 300px;
  height: 100%;
  padding: 0px 30px 10px 30px;
}
.cid-t6519p1TXy .navbar.opened .container {
  align-self: flex-start;
  margin: 0px;
}
.cid-t6519p1TXy .navbar.opened .container .navbar-brand {
  padding: 3rem 0 2rem;
}
.cid-t6519p1TXy .navbar.opened .container button.navbar-toggler {
  position: absolute;
  top: 1.3rem;
  left: auto;
  right: -0.5rem;
}
.cid-t6519p1TXy .navbar.opened .container button.navbar-toggler .hamburger span {
  width: 15px;
  height: 3px;
}
.cid-t6519p1TXy .navbar.opened .container ul.navbar-nav li {
  margin: 0;
}
.cid-t6519p1TXy .navbar.opened .container ul.navbar-nav li .link {
  justify-content: flex-start;
}
.cid-t6519p1TXy .navbar.opened .container .nav-dropdown .link {
  padding: 14px 42px 14px 0 !important;
}
.cid-t6519p1TXy .navbar .dropdown-item {
  padding: 12px 40px 12px 24px;
}
.cid-t6519p1TXy .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-t6519p1TXy .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t6519p1TXy .navbar.collapsed .navbar-toggler {
  -webkit-flex-basis: auto;
  flex-basis: auto;
  margin-left: auto;
}
.cid-t6519p1TXy .navbar.collapsed.opened {
  position: fixed;
}
.cid-t6519p1TXy .navbar.collapsed.opened .dropdown-menu {
  top: 0;
  padding-left: 20px;
}
.cid-t6519p1TXy .navbar.collapsed.opened .dropdown-menu .dropdown-item {
  padding: 14px 45px 14px 0 !important;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-t6519p1TXy .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-t6519p1TXy .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t6519p1TXy .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t6519p1TXy .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-t6519p1TXy .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t6519p1TXy .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-t6519p1TXy .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-t6519p1TXy .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t6519p1TXy .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t6519p1TXy .navbar .dropdown-menu {
    padding-left: 20px;
  }
  .cid-t6519p1TXy .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t6519p1TXy .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t6519p1TXy .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-t6519p1TXy .navbar .dropdown-menu .dropdown-item {
    padding: 14px 45px 14px 0 !important;
    text-align: left;
  }
  .cid-t6519p1TXy .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-t6519p1TXy .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t6519p1TXy .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-t6519p1TXy .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
    margin-left: auto;
  }
  .cid-t6519p1TXy .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-t6519p1TXy .navbar.navbar-short {
  background: #f5f5f5 !important;
  min-height: 60px;
}
.cid-t6519p1TXy .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-t6519p1TXy .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-t6519p1TXy .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-t6519p1TXy .navbar-brand .navbar-caption {
  line-height: inherit !important;
  color: var(--color-blue-main) !important;
}
.cid-t6519p1TXy .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t6519p1TXy .dropdown-item.active,
.cid-t6519p1TXy .dropdown-item:active {
  background-color: transparent;
}
.cid-t6519p1TXy .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  text-transform: uppercase;
}
.cid-t6519p1TXy .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t6519p1TXy .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t6519p1TXy .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f5f5f5;
}
.cid-t6519p1TXy .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t6519p1TXy .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t6519p1TXy ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-t6519p1TXy .navbar-buttons {
  text-align: center;
}
.cid-t6519p1TXy 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-t6519p1TXy button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f5f5f5;
}
.cid-t6519p1TXy button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t6519p1TXy button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t6519p1TXy button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t6519p1TXy button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t6519p1TXy nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t6519p1TXy nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t6519p1TXy nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t6519p1TXy nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t6519p1TXy .navbar-dropdown {
  position: fixed;
}
.cid-t6519p1TXy a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-t6519p1TXy .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-t6519p1TXy .icons-menu span {
  font-size: 22px;
  color: #ffffff;
  transition: all 200ms ease-in-out;
}
.cid-t6519p1TXy .icons-menu span:hover {
  opacity: 0.7;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-t6519p1TXy .navbar {
    height: 77px;
  }
  .cid-t6519p1TXy .navbar.opened {
    height: auto;
  }
  .cid-t6519p1TXy .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t651a1CK8F {
  padding-top: 147px;
  padding-bottom: 81px;
  background-image: url("../../../assets/images/eco-hero-5-1920x768.jpg");
}
.cid-t651a1CK8F .mbr-section-title.display-2 {
  font-size: 40px;
  line-height: 1.25;
}
.cid-t651a1CK8F .mbr-section-subtitle.display-5 {
  font-size: 26px;
  line-height: 1.385;
}
.cid-t651a1CK8F .mbr-section-btn .btn {
  margin-left: 0 !important;
}
.cid-t651a1CK8F .mbr-section-btn .btn.display-4 {
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
}
.cid-t651a1CK8F .mbr-section-title,
.cid-t651a1CK8F .mbr-section-btn {
  color: #17a4e9;
  text-align: left;
}
.cid-t651a1CK8F .mbr-section-subtitle,
.cid-t651a1CK8F .mbr-section-btn {
  color: #111111;
}
.cid-t651a1CK8F .mbr-section-subtitle,
.cid-t651a1CK8F .mbr-section-btn DIV {
  text-align: left;
}
.cid-t66grsye8Q {
  padding-top: 60px;
  padding-bottom: 60px;
/*   background-color: #f5f5f5; */
background: url('../../images/BACKGROUND-1.jpg');
background-size: cover;
background-position: center;
}
.cid-t66grsye8Q img {
  width: 100%;
}
.cid-t66grsye8Q .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #11a0d6;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 26px;
}
.cid-t66grsye8Q .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-t66grsye8Q .mbr-section-subtitle {
  color: #999999;
  font-weight: 700;
  margin-bottom: 21px;
}
.cid-t66grsye8Q .mbr-section-title {
  margin: 0;
  font-weight: 500;
}
.cid-t66grsye8Q .mbr-section-title.display-2 {
  line-height: 1.375;
}
.cid-t66grsye8Q .contents {
  margin-top: 36px;
}
.cid-t66grsye8Q .contents .content-text {
  color: #606060;
  font-weight: 300;
}
.cid-t66grsye8Q .mbr-section-btn {
  margin-top: 8px;
}
.cid-t66grsye8Q .mbr-section-btn .btn {
  padding: 18px 26px;
}
.cid-t66grsye8Q .mbr-section-btn .btn.display-4 {
  font-size: 13px;
  line-height: 1;
}
.cid-t66grsye8Q .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-t66grsye8Q .mbr-list {
  margin-top: 20px;
  color: #606060;
}
.cid-t66grsye8Q .mbr-list .list {
  list-style-type: none;
  padding-left: 0;
}
.cid-t66grsye8Q .mbr-list .list li {
  line-height: 1.75;
}
.cid-t66grsye8Q .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-t66grsye8Q .contents .mbr-text,
.cid-t66grsye8Q .mbr-section-btn {
  color: #111111;
  text-align: left;
}
.cid-t66grsye8Q .mbr-section-title,
.cid-t66grsye8Q .mbr-section-btn {
  color: #17a4e9;
  text-align: left;
}
.cid-t66grLHTnp {
  padding-top: 60px;
  padding-bottom: 60px;
  /* background-color: #f5f5f5; */
  background: url('../../images/BACKGROUND-2.jpg');
  background-position: center;
  background-size: cover;
}
.cid-t66grLHTnp .row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-t66grLHTnp img {
  width: 100%;
}
.cid-t66grLHTnp .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #11a0d6;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 26px;
}
.cid-t66grLHTnp .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-t66grLHTnp .mbr-section-subtitle {
  color: #999999;
  font-weight: 700;
  margin-bottom: 21px;
}
.cid-t66grLHTnp .mbr-section-title {
  margin: 0;
  font-weight: 500;
}
.cid-t66grLHTnp .mbr-section-title.display-2 {
  line-height: 1.375;
}
.cid-t66grLHTnp .contents {
  margin-top: 36px;
}
.cid-t66grLHTnp .contents .content-text {
  color: #606060;
  font-weight: 300;
}
.cid-t66grLHTnp .mbr-section-btn {
  margin-top: 8px;
}
.cid-t66grLHTnp .mbr-section-btn .btn {
  padding: 18px 26px;
}
.cid-t66grLHTnp .mbr-section-btn .btn.display-4 {
  font-size: 13px;
  line-height: 1;
}
.cid-t66grLHTnp .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-t66grLHTnp .mbr-list {
  margin-top: 20px;
  color: #606060;
}
.cid-t66grLHTnp .mbr-list .list {
  list-style-type: none;
  padding-left: 0;
}
.cid-t66grLHTnp .mbr-list .list li {
  line-height: 1.75;
}
.cid-t66grLHTnp .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-t66grLHTnp .mbr-section-title,
.cid-t66grLHTnp .mbr-section-btn {
  color: #17a4e9;
  text-align: left;
}
.cid-t66grLHTnp .contents .mbr-text,
.cid-t66grLHTnp .mbr-section-btn {
  color: #111111;
  text-align: left;
}
.cid-t66gtNS89j {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #f5f5f5;
}
@media (max-width: 992px) {
  .cid-t66gtNS89j {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .cid-t66gtNS89j .box {
    height: 250px;
  }
  .cid-t66gtNS89j .row {
    padding: 1rem !important;
  }
}
.cid-t66gtNS89j .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #11a0d6;
  background-color: rgba(0, 0, 0, 0.15);
  margin-bottom: 16px;
}
.cid-t66gtNS89j .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-t66gtNS89j .mbr-section-subtitle {
  color: #999999;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-t66gtNS89j .mbr-section-title {
  color: #17a4e9;
  font-weight: 500;
  margin-bottom: 21px;
}
.cid-t66gtNS89j .box {
  background-image: url("../../../assets/images/video.jpg");
  background-size: cover;
  background-position: center;
  border-radius: 4px;
  padding: 0;
  height: 450px;
}
.cid-t66gtNS89j .box .overlay {
  width: 100%;
  height: 100%;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  background-color: rgba(255, 255, 255, 0.5);
}
.cid-t66gtNS89j .icon-wrap {
  border-radius: 50%;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.cid-t66gtNS89j .icon-wrap span {
  padding-left: 8px;
}
.cid-t66gtNS89j .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-t66gtNS89j .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-t66gtNS89j .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-t66gtNS89j .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-t66gtNS89j .play:before {
  font-family: FontAwesome !important;
  content: "\f04b";
  font-size: 1.4rem;
  padding: 7px 0 0 0;
  display: block;
}
.cid-t66gtNS89j .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-t66gtNS89j .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-t66gtNS89j .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-t66gtNS89j a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-t66gtNS89j a.close:hover {
  color: #ffffff;
}
.cid-t66gs2RpQE {
  padding-top: 60px;
  padding-bottom: 60px;
  background: url('../../images/BACKGROUND-1.jpg');
  background-position: center;
  background-size: cover;
}
.cid-t66gs2RpQE img {
  width: 100%;
}
.cid-t66gs2RpQE .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #11a0d6;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 26px;
}
.cid-t66gs2RpQE .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-t66gs2RpQE .mbr-section-subtitle {
  color: #999999;
  font-weight: 700;
  margin-bottom: 21px;
}
.cid-t66gs2RpQE .mbr-section-title {
  margin: 0;
  font-weight: 500;
}
.cid-t66gs2RpQE .mbr-section-title.display-2 {
  line-height: 1.375;
}
.cid-t66gs2RpQE .contents {
  margin-top: 36px;
}
.cid-t66gs2RpQE .contents .content-text {
  color: #606060;
  font-weight: 300;
}
.cid-t66gs2RpQE .mbr-section-btn {
  margin-top: 8px;
}
.cid-t66gs2RpQE .mbr-section-btn .btn {
  padding: 18px 26px;
}
.cid-t66gs2RpQE .mbr-section-btn .btn.display-4 {
  font-size: 13px;
  line-height: 1;
}
.cid-t66gs2RpQE .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-t66gs2RpQE .mbr-list {
  margin-top: 20px;
  color: #606060;
}
.cid-t66gs2RpQE .mbr-list .list {
  list-style-type: none;
  padding-left: 0;
}
.cid-t66gs2RpQE .mbr-list .list li {
  line-height: 1.75;
}
.cid-t66gs2RpQE .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-t66gs2RpQE .mbr-section-title,
.cid-t66gs2RpQE .mbr-section-btn {
  color: #17a4e9;
  text-align: left;
}
.cid-t66gs2RpQE .contents .mbr-text,
.cid-t66gs2RpQE .mbr-section-btn {
  color: #111111;
  text-align: left;
}
.cid-t66gsuu5Xb {
  padding-top: 60px;
  padding-bottom: 60px;
  background: url('../../images/BACKGROUND-2.jpg');
  background-position: center;
  background-size: cover;
}
.cid-t66gsuu5Xb .row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-t66gsuu5Xb img {
  width: 100%;
}
.cid-t66gsuu5Xb .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #11a0d6;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 26px;
}
.cid-t66gsuu5Xb .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-t66gsuu5Xb .mbr-section-subtitle {
  color: #999999;
  font-weight: 700;
  margin-bottom: 21px;
}
.cid-t66gsuu5Xb .mbr-section-title {
  margin: 0;
  font-weight: 500;
}
.cid-t66gsuu5Xb .mbr-section-title.display-2 {
  line-height: 1.375;
}
.cid-t66gsuu5Xb .contents {
  margin-top: 36px;
}
.cid-t66gsuu5Xb .contents .content-text {
  color: #606060;
  font-weight: 300;
}
.cid-t66gsuu5Xb .mbr-section-btn {
  margin-top: 8px;
}
.cid-t66gsuu5Xb .mbr-section-btn .btn {
  padding: 18px 26px;
}
.cid-t66gsuu5Xb .mbr-section-btn .btn.display-4 {
  font-size: 13px;
  line-height: 1;
}
.cid-t66gsuu5Xb .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-t66gsuu5Xb .mbr-list {
  margin-top: 20px;
  color: #606060;
}
.cid-t66gsuu5Xb .mbr-list .list {
  list-style-type: none;
  padding-left: 0;
}
.cid-t66gsuu5Xb .mbr-list .list li {
  line-height: 1.75;
}
.cid-t66gsuu5Xb .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-t66gsuu5Xb .mbr-section-title,
.cid-t66gsuu5Xb .mbr-section-btn {
  color: #17a4e9;
  text-align: left;
}
.cid-t66gsuu5Xb .contents .mbr-text,
.cid-t66gsuu5Xb .mbr-section-btn {
  color: #111111;
  text-align: left;
}
.cid-t66lfVdVZc {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f5f5f5;
}
.cid-t66lfVdVZc img {
  width: 100%;
}
.cid-t66lfVdVZc .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #11a0d6;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 26px;
}
.cid-t66lfVdVZc .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-t66lfVdVZc .mbr-section-subtitle {
  color: #999999;
  font-weight: 700;
  margin-bottom: 21px;
}
.cid-t66lfVdVZc .mbr-section-title {
  margin: 0;
  font-weight: 500;
}
.cid-t66lfVdVZc .mbr-section-title.display-2 {
  line-height: 1.375;
}
.cid-t66lfVdVZc .contents {
  margin-top: 36px;
}
.cid-t66lfVdVZc .contents .content-text {
  color: #606060;
  font-weight: 300;
}
.cid-t66lfVdVZc .mbr-section-btn {
  margin-top: 8px;
}
.cid-t66lfVdVZc .mbr-section-btn .btn {
  padding: 18px 26px;
}
.cid-t66lfVdVZc .mbr-section-btn .btn.display-4 {
  font-size: 13px;
  line-height: 1;
}
.cid-t66lfVdVZc .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-t66lfVdVZc .mbr-list {
  margin-top: 20px;
  color: #606060;
}
.cid-t66lfVdVZc .mbr-list .list {
  list-style-type: none;
  padding-left: 0;
}
.cid-t66lfVdVZc .mbr-list .list li {
  line-height: 1.75;
}
.cid-t66lfVdVZc .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-t66lfVdVZc .mbr-section-title,
.cid-t66lfVdVZc .mbr-section-btn {
  color: #17a4e9;
  text-align: left;
}
.cid-t66lfVdVZc .contents .mbr-text,
.cid-t66lfVdVZc .mbr-section-btn {
  color: #111111;
  text-align: left;
}
.cid-t66lV6JcjF {
  padding-top: 60px;
  padding-bottom: 105px;
  overflow: hidden;
  background: url('../../images/BACKGROUND-1.jpg');
  background-position: center;
  background-size: cover;
}
.cid-t66lV6JcjF .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #11a0d6;
  background-color: rgba(132, 138, 189, 0.15);
}
.cid-t66lV6JcjF .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-t66lV6JcjF .mbr-section-title {
  color: #17a4e9;
}
.cid-t66lV6JcjF .mbr-section-subtitle {
  color: #999999;
  font-weight: 600;
}
.cid-t66lV6JcjF .main-text {
  color: #606060;
}
.cid-t66lV6JcjF .carousel {
  z-index: 2;
  position: relative;
}
.cid-t66lV6JcjF .user {
  padding: 0 !important;
}
.cid-t66lV6JcjF .mbr-iconfont {
  font-family: Moririse2 !important;
}
.cid-t66lV6JcjF .carousel-item.active,
.cid-t66lV6JcjF .carousel-item-next,
.cid-t66lV6JcjF .carousel-item-prev {
  display: flex;
}
.cid-t66lV6JcjF .details {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  text-align: left;
  margin-bottom: 20px;
  justify-content: center;
}
.cid-t66lV6JcjF .details .img-wrapper img {
  width: 70px;
  max-width: 100%;
  border-radius: 100%;
}
.cid-t66lV6JcjF .details .info {
  padding-left: 20px;
}
.cid-t66lV6JcjF .details .info .user_name {
  margin: 0;
}
.cid-t66lV6JcjF .details .info .user_name.display-7 {
  font-size: 18px;
  line-height: 1.3;
}
.cid-t66lV6JcjF .details .info .user_status {
  color: #999999;
  margin-bottom: 0;
}
.cid-t66lV6JcjF .details .info .user_status.display-4 {
  line-height: 1.3125;
}
.cid-t66lV6JcjF .carousel-controls a {
  font-size: 2rem;
}
.cid-t66lV6JcjF .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-t66lV6JcjF .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-t66lV6JcjF ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-t66lV6JcjF .carousel-indicators li {
  height: 10px;
  width: 10px;
  border-radius: 50%;
  transition: opacity 0.5s;
  background-color: rgba(23, 164, 233, 0.8);
  font-size: 2rem;
  border-width: 0px;
  transform: scale(0.6);
  margin: 6px;
}
.cid-t66lV6JcjF .carousel-indicators li:hover {
  opacity: 1;
}
.cid-t66lV6JcjF .carousel-indicators .active {
  transform: scale(1);
  border: 0;
  background-color: rgba(17, 160, 214, 0.8);
  transition: all 200ms ease-in-out;
}
.cid-t66lV6JcjF .user_text {
  color: #707070;
  text-align: left;
}
.cid-t66lV6JcjF .user_text p.display-5 {
  line-height: 1.54;
}
.cid-t66lV6JcjF .user_desk {
  color: #767676;
}
.cid-t66lV6JcjF .user_desk,
.cid-t66lV6JcjF .carousel-item {
  text-align: left;
}
.cid-t66lV6JcjF .carousel-item {
  padding-right: 20px;
}
.cid-t66lV6JcjF .carousel-indicators {
  margin: 0;
  margin-left: 0.1rem;
  justify-content: center !important;
}
@media (max-width: 767px) {
  .cid-t66lV6JcjF .carousel-indicators {
    margin: auto;
    justify-content: center !important;
  }
}
.cid-t66lV6JcjF .carousel-control-next {
  right: -30px;
  transform: translateX(50%);
}
.cid-t66lV6JcjF .carousel-control-prev {
  left: -20px;
  transform: translateX(-50%);
}
.cid-t66lV6JcjF .user_text p,
.cid-t66lV6JcjF .carousel-item {
  color: #111111;
}
.cid-t66lV6JcjF .carousel-item .user .details .info .user_status {
  color: #111111;
}



.footer-middle, .footer-middle .container{
  width: 100%;
  background: var(--color-dark-main);
}
.footer-middle .row-footer{
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  padding: 20px 0;
}
.footer-middle .col-footer-12{
  width: 50%;
  text-align: center;
}
@media screen and (max-width: 768px){
  .footer-middle .col-footer-12 {
      width: 100% !important;
  }
  .footer-middle a, .footer-middle p{
      font-size: 12px !important;
  }
}
.footer-middle a{
  text-decoration: none;
  padding: 0 3px;
  transition-duration: 0.3s;
  color: #fffe00 !important;
  font-size: 16px;
  font-family: var(--font-main);
}
.footer-middle a:hover{
  color: #fefefe !important;
}
.footer-middle p{
  color: #fefefe;
  font-size: 16px;
  font-family: var(--font-main);
}

.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: url('../../images/form.jpg');
      background-position: center;
      background-size: cover;
      position: relative;
      z-index: 1;
  }
  .cid-snhz20VR9d:after{
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(255, 255, 255, 0.5);
      z-index: -1;
  }
  /* END SECTION */

  /* 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(--font-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 */

  /* 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: var(--color-blue-main);
      font-size: 3.3rem;
      letter-spacing: 6px;
      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;
      font-weight: lighter;
      /* background: #0b7fab; */
      background: var(--color-blue-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(--color-blue-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.4rem !important;
          letter-spacing: 2px !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: #f5f5f5;
  }
  .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: #14142b;
    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(--color-blue-main);
    color: #fff;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .cid-sZvk4JBheX .embla__button:disabled {
    cursor: default;
    display: none;
  }
  .cid-sZvk4JBheX .embla__button:hover {
    background-color: var(--color-blue-main);
    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;
    height: 400px;
    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 img {
    width: 100%;
    height: 100%;
    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-t6519p1TXy button.navbar-toggler .hamburger span{
    background-color: var(--color-dark-main);
  }
  .cid-t6519p1TXy .navbar.opened{
    width: 100%;
    height: auto;
    padding-bottom: 30px;
  }

  @media (max-width:768px){
    .cid-t6519p1TXy ul.navbar-nav{
      margin-bottom: 30px;
    }
    .cid-t6519p1TXy .navbar.opened .container .navbar-brand {
      padding: 0.5rem 0 0rem;
  }
  .cid-t651a1CK8F .mbr-section-title.display-2 {
    font-size: 30px;
    line-height: 1.25;
}
.container-price-hero{
  margin-top: -30px;
}
.cid-t651a1CK8F {
  padding-top: 102px;
}
.hero__image{
  margin-top: 50px;
  width: 100%;
}
  }


  @media (max-width: 767px) {
    .cid-t66gtNS89j .modalWindow .modalWindow-video {
    height: calc(100vw);
    width: 80vw;
    margin: 0 auto;
  }
}
