/*!*************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[0].use[3]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[4]!./assets/styles/styles.scss ***!
  \*************************************************************************************************************************************************************************************************************************************************************************************************************************/
@import url(https://fonts.googleapis.com/css?family=Merriweather);
/*!*****************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[0].use[3]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[4]!./assets/styles/styles.scss (1) ***!
  \*****************************************************************************************************************************************************************************************************************************************************************************************************************************/
@import url(https://fonts.googleapis.com/css?family=Merriweather);
/*!*********************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/webfonts-loader/index.js??ruleSet[1].rules[2].use[2]!./assets/js/fromdoppler.font.js ***!
  \*********************************************************************************************************************************************************************************/
@font-face {
	font-family: "font-dopplericons";
	font-display: block;
	src: url("../fonts/font-dopplericons.eot?#iefix") format("embedded-opentype"),
url("../fonts/font-dopplericons.woff") format("woff"),
url("../fonts/font-dopplericons.woff2") format("woff2"),
url("../fonts/font-dopplericons.ttf") format("truetype"),
url("../fonts/font-dopplericons.svg#font-dopplericons") format("svg");
}

.ms-icon {
	line-height: 1;
}

.ms-icon:before {
	font-family: font-dopplericons !important;
	font-style: normal;
	font-weight: normal !important;
	vertical-align: top;
}

.icon-arrow-slider:before {
	content: "\f101";
}
.icon-clock:before {
	content: "\f102";
}
.icon-close:before {
	content: "\f103";
}
.icon-facebook:before {
	content: "\f104";
}
.icon-googleplus:before {
	content: "\f105";
}
.icon-hide:before {
	content: "\f106";
}
.icon-info:before {
	content: "\f107";
}
.icon-instagram:before {
	content: "\f108";
}
.icon-linkedin:before {
	content: "\f109";
}
.icon-makingsense:before {
	content: "\f10a";
}
.icon-menu:before {
	content: "\f10b";
}
.icon-pinterest:before {
	content: "\f10c";
}
.icon-player:before {
	content: "\f10d";
}
.icon-plus:before {
	content: "\f10e";
}
.icon-quotes-home:before {
	content: "\f10f";
}
.icon-quotes:before {
	content: "\f110";
}
.icon-success:before {
	content: "\f111";
}
.icon-twitter:before {
	content: "\f112";
}
.icon-view:before {
	content: "\f113";
}
.icon-youtube:before {
	content: "\f114";
}

/*!*****************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[0].use[3]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[4]!./assets/styles/styles.scss (2) ***!
  \*****************************************************************************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/*LIBS*/
/*
 * easy-autocomplete
 * jQuery plugin for autocompletion
 *
 * @author Łukasz Pawełczak (http://github.com/pawelczak)
 * @version 1.3.5
 * Copyright  License:
 */
.easy-autocomplete {
  position: relative; }

.easy-autocomplete input {
  border-color: #ccc;
  border-radius: 4px;
  border-style: solid;
  border-width: 1px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
  color: #555;
  float: none;
  padding: 6px 12px; }

.easy-autocomplete input:hover,
.easy-autocomplete input:focus {
  box-shadow: none; }

.easy-autocomplete a {
  display: block; }

.easy-autocomplete.eac-blue-light input:hover,
.easy-autocomplete.eac-blue-light input:focus {
  border-color: #66afe9;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6); }

.easy-autocomplete.eac-blue-light ul {
  border-color: #66afe9;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6); }

.easy-autocomplete.eac-blue-light ul li,
.easy-autocomplete.eac-blue-light ul .eac-category {
  border-color: #66afe9; }

.easy-autocomplete.eac-blue-light ul li.selected,
.easy-autocomplete.eac-blue-light ul .eac-category.selected {
  background-color: #ecf5fc; }

.easy-autocomplete.eac-green-light input:hover,
.easy-autocomplete.eac-green-light input:focus {
  border-color: #41db00;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(146, 237, 107, 0.6); }

.easy-autocomplete.eac-green-light ul {
  border-color: #41db00;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(146, 237, 107, 0.6); }

.easy-autocomplete.eac-green-light ul li,
.easy-autocomplete.eac-green-light ul .eac-category {
  border-color: #41db00; }

.easy-autocomplete.eac-green-light ul li.selected,
.easy-autocomplete.eac-green-light ul .eac-category.selected {
  background-color: #9eff75; }

.easy-autocomplete.eac-red-light input:hover,
.easy-autocomplete.eac-red-light input:focus {
  border-color: #ff5b5b;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(255, 90, 90, 0.6); }

.easy-autocomplete.eac-red-light ul {
  border-color: #ff5b5b;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(255, 90, 90, 0.6); }

.easy-autocomplete.eac-red-light ul li,
.easy-autocomplete.eac-red-light ul .eac-category {
  border-color: #ff5b5b; }

.easy-autocomplete.eac-red-light ul li.selected,
.easy-autocomplete.eac-red-light ul .eac-category.selected {
  background-color: #ff8e8e; }

.easy-autocomplete.eac-yellow-light input:hover,
.easy-autocomplete.eac-yellow-light input:focus {
  border-color: #ffdb00;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(255, 231, 84, 0.6); }

.easy-autocomplete.eac-yellow-light ul {
  border-color: #ffdb00;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(255, 231, 84, 0.6); }

.easy-autocomplete.eac-yellow-light ul li,
.easy-autocomplete.eac-yellow-light ul .eac-category {
  border-color: #ffdb00; }

.easy-autocomplete.eac-yellow-light ul li.selected,
.easy-autocomplete.eac-yellow-light ul .eac-category.selected {
  background-color: #ffe233; }

.easy-autocomplete.eac-dark-light input:hover,
.easy-autocomplete.eac-dark-light input:focus {
  border-color: #333;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(55, 55, 55, 0.6); }

.easy-autocomplete.eac-dark-light ul {
  border-color: #333;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(55, 55, 55, 0.6); }

.easy-autocomplete.eac-dark-light ul li,
.easy-autocomplete.eac-dark-light ul .eac-category {
  border-color: #333; }

.easy-autocomplete.eac-dark-light ul li.selected,
.easy-autocomplete.eac-dark-light ul .eac-category.selected {
  background-color: #4d4d4d;
  color: #fff; }

.easy-autocomplete.eac-dark {
  color: #fff; }

.easy-autocomplete.eac-dark input {
  background-color: #404040;
  border-radius: 4px;
  box-shadow: 0;
  color: #f6f6f6; }

.easy-autocomplete.eac-dark input:hover,
.easy-autocomplete.eac-dark input:focus {
  border-color: #333;
  box-shadow: 0; }

.easy-autocomplete.eac-dark ul {
  border-color: #333; }

.easy-autocomplete.eac-dark ul li,
.easy-autocomplete.eac-dark ul .eac-category {
  background-color: #404040;
  border-color: #333; }

.easy-autocomplete.eac-dark ul li.selected,
.easy-autocomplete.eac-dark ul .eac-category.selected {
  background-color: #737373;
  color: #f6f6f6; }

.easy-autocomplete.eac-dark-glass {
  color: #fff; }

.easy-autocomplete.eac-dark-glass input {
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 4px;
  box-shadow: 0;
  color: #f6f6f6; }

.easy-autocomplete.eac-dark-glass input:hover,
.easy-autocomplete.eac-dark-glass input:focus {
  border-color: rgba(0, 0, 0, 0.8);
  box-shadow: 0; }

.easy-autocomplete.eac-dark-glass ul {
  border-color: rgba(0, 0, 0, 0.8); }

.easy-autocomplete.eac-dark-glass ul li,
.easy-autocomplete.eac-dark-glass ul .eac-category {
  background-color: rgba(0, 0, 0, 0.8);
  border-color: rgba(0, 0, 0, 0.8); }

.easy-autocomplete.eac-dark-glass ul li.selected,
.easy-autocomplete.eac-dark-glass ul .eac-category.selected {
  background-color: rgba(64, 64, 64, 0.8);
  color: #f6f6f6; }

.easy-autocomplete.eac-dark-glass ul li:last-child,
.easy-autocomplete.eac-dark-glass ul .eac-category:last-child {
  border-radius: 0 0 4px 4px; }

.easy-autocomplete.eac-blue {
  color: #fff; }

.easy-autocomplete.eac-blue input {
  background-color: #6d9ed1;
  border-radius: 4px;
  box-shadow: 0;
  color: #f6f6f6; }

.easy-autocomplete.eac-blue input::-webkit-input-placeholder {
  color: #f6f6f6; }

.easy-autocomplete.eac-blue input:-moz-placeholder {
  color: #f6f6f6; }

.easy-autocomplete.eac-blue input::-moz-placeholder {
  color: #f6f6f6; }

.easy-autocomplete.eac-blue input:-ms-input-placeholder {
  color: #f6f6f6; }

.easy-autocomplete.eac-blue input:hover,
.easy-autocomplete.eac-blue input:focus {
  border-color: #5a91cb;
  box-shadow: 0; }

.easy-autocomplete.eac-blue ul {
  border-color: #5a91cb; }

.easy-autocomplete.eac-blue ul li,
.easy-autocomplete.eac-blue ul .eac-category {
  background-color: #6d9ed1;
  border-color: #5a91cb; }

.easy-autocomplete.eac-blue ul li.selected,
.easy-autocomplete.eac-blue ul .eac-category.selected {
  background-color: #94b8dd;
  color: #f6f6f6; }

.easy-autocomplete.eac-yellow {
  color: #333; }

.easy-autocomplete.eac-yellow input {
  background-color: #ffdb7e;
  border-color: #333;
  border-radius: 4px;
  box-shadow: 0;
  color: #333; }

.easy-autocomplete.eac-yellow input:hover,
.easy-autocomplete.eac-yellow input:focus {
  border-color: #333;
  box-shadow: 0; }

.easy-autocomplete.eac-yellow ul {
  border-color: #333; }

.easy-autocomplete.eac-yellow ul li,
.easy-autocomplete.eac-yellow ul .eac-category {
  background-color: #ffdb7e;
  border-color: #333; }

.easy-autocomplete.eac-yellow ul li.selected,
.easy-autocomplete.eac-yellow ul .eac-category.selected {
  background-color: #ffe9b1;
  color: #333; }

.easy-autocomplete.eac-purple {
  color: #333; }

.easy-autocomplete.eac-purple input {
  background-color: #d6d1e7;
  border-color: #b8afd5;
  box-shadow: 0;
  color: #333; }

.easy-autocomplete.eac-purple input:hover,
.easy-autocomplete.eac-purple input:focus {
  border-color: #333;
  box-shadow: 0; }

.easy-autocomplete.eac-purple ul {
  border-color: #333; }

.easy-autocomplete.eac-purple ul li,
.easy-autocomplete.eac-purple ul .eac-category {
  background-color: #d6d1e7;
  border-color: #333; }

.easy-autocomplete.eac-purple ul li.selected,
.easy-autocomplete.eac-purple ul .eac-category.selected {
  background-color: #ebe8f3;
  color: #333; }

.easy-autocomplete.eac-bootstrap input {
  border-color: #ccc;
  border-radius: 4px;
  border-style: solid;
  border-width: 1px;
  color: #555;
  padding: 6px 12px; }

.easy-autocomplete-container {
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 2; }

.easy-autocomplete-container ul {
  background: none repeat scroll 0 0 #ffffff;
  border-top: 1px dotted #ccc;
  display: none;
  margin-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  position: relative;
  top: -1px; }

.easy-autocomplete-container ul li,
.easy-autocomplete-container ul .eac-category {
  background: inherit;
  border-color: #ccc;
  -o-border-image: none;
     border-image: none;
  border-style: solid;
  border-width: 0 1px;
  display: block;
  font-size: 14px;
  font-weight: normal;
  padding: 4px 12px; }

.easy-autocomplete-container ul li:last-child {
  border-radius: 0 0 2px 2px;
  border-width: 0 1px 1px; }

.easy-autocomplete-container ul li.selected {
  background: none repeat scroll 0 0 #ebebeb;
  cursor: pointer; }

.easy-autocomplete-container ul li.selected div {
  font-weight: normal; }

.easy-autocomplete-container ul li div {
  display: block;
  font-weight: normal;
  word-break: break-all; }

.easy-autocomplete-container ul li b {
  font-weight: bold; }

.easy-autocomplete-container ul .eac-category {
  font-color: #aaa;
  font-style: italic; }

.eac-description .eac-item span {
  color: #aaa;
  font-style: italic;
  font-size: 0.9em; }

.eac-icon-left .eac-item img {
  margin-right: 4px;
  max-height: 30px; }

.eac-icon-right .eac-item {
  margin-top: 8px;
  min-height: 24px;
  position: relative; }

.eac-icon-right .eac-item img {
  margin-left: 4px;
  max-height: 30px;
  position: absolute;
  right: -4px;
  top: -8px; }

/*# sourceMappingURL=easy-autocomplete.css.map */
.iti {
  position: relative;
  display: block; }

.iti * {
  box-sizing: border-box;
  -moz-box-sizing: border-box; }

.iti__hide {
  display: none; }

.iti__v-hide {
  visibility: hidden; }

.iti input,
.iti input[type='text'],
.iti input[type='tel'] {
  margin-top: 0 !important;
  margin-bottom: 0 !important; }

.iti input,
.iti input[type='text'],
.iti input[type='tel'] {
  position: relative;
  z-index: 0;
  padding-right: 36px;
  margin-right: 0; }

.iti__flag-container {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  padding: 1px; }

.iti__selected-flag {
  z-index: 1;
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 6px 0 8px; }

.iti__arrow {
  margin-left: 6px;
  width: 0;
  height: 0;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 4px solid #555; }

.iti__arrow--up {
  border-top: none;
  border-bottom: 4px solid #555; }

.iti__country-list {
  position: absolute;
  max-width: 306px;
  overflow-x: hidden;
  z-index: 2;
  list-style: none;
  text-align: left;
  padding: 0;
  margin: 0 0 0 -1px;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
  background-color: white;
  border: 1px solid #ccc;
  white-space: nowrap;
  max-height: 200px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch; }

.iti__country-list--dropup {
  bottom: 100%;
  margin-bottom: -1px; }

@media (max-width: 500px) {
  .iti__country-list {
    white-space: normal; } }

.iti__flag-box {
  display: inline-block;
  width: 20px; }

.iti__divider {
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #ccc; }

.iti__country {
  padding: 5px 10px;
  outline: none; }

.iti__dial-code {
  color: #999; }

.iti__country.iti__highlight {
  background-color: rgba(0, 0, 0, 0.05); }

.iti__flag-box,
.iti__country-name,
.iti__dial-code {
  vertical-align: middle; }

.iti__flag-box,
.iti__country-name {
  margin-right: 6px; }

.iti--allow-dropdown input,
.iti--allow-dropdown input[type='text'],
.iti--allow-dropdown input[type='tel'],
.iti--separate-dial-code input,
.iti--separate-dial-code input[type='text'],
.iti--separate-dial-code input[type='tel'] {
  padding-right: 6px;
  padding-left: 52px;
  margin-left: 0; }

.iti--allow-dropdown .iti__flag-container,
.iti--separate-dial-code .iti__flag-container {
  right: auto;
  left: 0; }

.iti--allow-dropdown .iti__flag-container:hover {
  cursor: pointer; }

.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
  background-color: rgba(0, 0, 0, 0.05); }

.iti--allow-dropdown input[disabled] + .iti__flag-container:hover,
.iti--allow-dropdown input[readonly] + .iti__flag-container:hover {
  cursor: default; }

.iti--allow-dropdown input[disabled] + .iti__flag-container:hover .iti__selected-flag,
.iti--allow-dropdown input[readonly] + .iti__flag-container:hover .iti__selected-flag {
  background-color: transparent; }

.iti--separate-dial-code .iti__selected-flag {
  background-color: rgba(0, 0, 0, 0.05); }

.iti--separate-dial-code .iti__selected-dial-code {
  margin-left: 6px; }

.iti--container {
  position: absolute;
  top: -1000px;
  left: -1000px;
  z-index: 1060;
  padding: 1px; }

.iti--container:hover {
  cursor: pointer; }

.iti-mobile .iti--container {
  top: 30px;
  bottom: 30px;
  left: 30px;
  right: 30px;
  position: fixed; }

.iti-mobile .iti__country-list {
  max-height: 100%;
  width: 100%; }

.iti-mobile .iti__country {
  padding: 10px 10px;
  line-height: 1.5em; }

.iti__flag {
  width: 20px; }

.iti__flag.iti__be {
  width: 18px; }

.iti__flag.iti__ch {
  width: 15px; }

.iti__flag.iti__mc {
  width: 19px; }

.iti__flag.iti__ne {
  width: 18px; }

.iti__flag.iti__np {
  width: 13px; }

.iti__flag.iti__va {
  width: 15px; }

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .iti__flag {
    background-size: 5652px 15px; } }

.iti__flag.iti__ac {
  height: 10px;
  background-position: 0px 0px; }

.iti__flag.iti__ad {
  height: 14px;
  background-position: -22px 0px; }

.iti__flag.iti__ae {
  height: 10px;
  background-position: -44px 0px; }

.iti__flag.iti__af {
  height: 14px;
  background-position: -66px 0px; }

.iti__flag.iti__ag {
  height: 14px;
  background-position: -88px 0px; }

.iti__flag.iti__ai {
  height: 10px;
  background-position: -110px 0px; }

.iti__flag.iti__al {
  height: 15px;
  background-position: -132px 0px; }

.iti__flag.iti__am {
  height: 10px;
  background-position: -154px 0px; }

.iti__flag.iti__ao {
  height: 14px;
  background-position: -176px 0px; }

.iti__flag.iti__aq {
  height: 14px;
  background-position: -198px 0px; }

.iti__flag.iti__ar {
  height: 13px;
  background-position: -220px 0px; }

.iti__flag.iti__as {
  height: 10px;
  background-position: -242px 0px; }

.iti__flag.iti__at {
  height: 14px;
  background-position: -264px 0px; }

.iti__flag.iti__au {
  height: 10px;
  background-position: -286px 0px; }

.iti__flag.iti__aw {
  height: 14px;
  background-position: -308px 0px; }

.iti__flag.iti__ax {
  height: 13px;
  background-position: -330px 0px; }

.iti__flag.iti__az {
  height: 10px;
  background-position: -352px 0px; }

.iti__flag.iti__ba {
  height: 10px;
  background-position: -374px 0px; }

.iti__flag.iti__bb {
  height: 14px;
  background-position: -396px 0px; }

.iti__flag.iti__bd {
  height: 12px;
  background-position: -418px 0px; }

.iti__flag.iti__be {
  height: 15px;
  background-position: -440px 0px; }

.iti__flag.iti__bf {
  height: 14px;
  background-position: -460px 0px; }

.iti__flag.iti__bg {
  height: 12px;
  background-position: -482px 0px; }

.iti__flag.iti__bh {
  height: 12px;
  background-position: -504px 0px; }

.iti__flag.iti__bi {
  height: 12px;
  background-position: -526px 0px; }

.iti__flag.iti__bj {
  height: 14px;
  background-position: -548px 0px; }

.iti__flag.iti__bl {
  height: 14px;
  background-position: -570px 0px; }

.iti__flag.iti__bm {
  height: 10px;
  background-position: -592px 0px; }

.iti__flag.iti__bn {
  height: 10px;
  background-position: -614px 0px; }

.iti__flag.iti__bo {
  height: 14px;
  background-position: -636px 0px; }

.iti__flag.iti__bq {
  height: 14px;
  background-position: -658px 0px; }

.iti__flag.iti__br {
  height: 14px;
  background-position: -680px 0px; }

.iti__flag.iti__bs {
  height: 10px;
  background-position: -702px 0px; }

.iti__flag.iti__bt {
  height: 14px;
  background-position: -724px 0px; }

.iti__flag.iti__bv {
  height: 15px;
  background-position: -746px 0px; }

.iti__flag.iti__bw {
  height: 14px;
  background-position: -768px 0px; }

.iti__flag.iti__by {
  height: 10px;
  background-position: -790px 0px; }

.iti__flag.iti__bz {
  height: 14px;
  background-position: -812px 0px; }

.iti__flag.iti__ca {
  height: 10px;
  background-position: -834px 0px; }

.iti__flag.iti__cc {
  height: 10px;
  background-position: -856px 0px; }

.iti__flag.iti__cd {
  height: 15px;
  background-position: -878px 0px; }

.iti__flag.iti__cf {
  height: 14px;
  background-position: -900px 0px; }

.iti__flag.iti__cg {
  height: 14px;
  background-position: -922px 0px; }

.iti__flag.iti__ch {
  height: 15px;
  background-position: -944px 0px; }

.iti__flag.iti__ci {
  height: 14px;
  background-position: -961px 0px; }

.iti__flag.iti__ck {
  height: 10px;
  background-position: -983px 0px; }

.iti__flag.iti__cl {
  height: 14px;
  background-position: -1005px 0px; }

.iti__flag.iti__cm {
  height: 14px;
  background-position: -1027px 0px; }

.iti__flag.iti__cn {
  height: 14px;
  background-position: -1049px 0px; }

.iti__flag.iti__co {
  height: 14px;
  background-position: -1071px 0px; }

.iti__flag.iti__cp {
  height: 14px;
  background-position: -1093px 0px; }

.iti__flag.iti__cr {
  height: 12px;
  background-position: -1115px 0px; }

.iti__flag.iti__cu {
  height: 10px;
  background-position: -1137px 0px; }

.iti__flag.iti__cv {
  height: 12px;
  background-position: -1159px 0px; }

.iti__flag.iti__cw {
  height: 14px;
  background-position: -1181px 0px; }

.iti__flag.iti__cx {
  height: 10px;
  background-position: -1203px 0px; }

.iti__flag.iti__cy {
  height: 14px;
  background-position: -1225px 0px; }

.iti__flag.iti__cz {
  height: 14px;
  background-position: -1247px 0px; }

.iti__flag.iti__de {
  height: 12px;
  background-position: -1269px 0px; }

.iti__flag.iti__dg {
  height: 10px;
  background-position: -1291px 0px; }

.iti__flag.iti__dj {
  height: 14px;
  background-position: -1313px 0px; }

.iti__flag.iti__dk {
  height: 15px;
  background-position: -1335px 0px; }

.iti__flag.iti__dm {
  height: 10px;
  background-position: -1357px 0px; }

.iti__flag.iti__do {
  height: 14px;
  background-position: -1379px 0px; }

.iti__flag.iti__dz {
  height: 14px;
  background-position: -1401px 0px; }

.iti__flag.iti__ea {
  height: 14px;
  background-position: -1423px 0px; }

.iti__flag.iti__ec {
  height: 14px;
  background-position: -1445px 0px; }

.iti__flag.iti__ee {
  height: 13px;
  background-position: -1467px 0px; }

.iti__flag.iti__eg {
  height: 14px;
  background-position: -1489px 0px; }

.iti__flag.iti__eh {
  height: 10px;
  background-position: -1511px 0px; }

.iti__flag.iti__er {
  height: 10px;
  background-position: -1533px 0px; }

.iti__flag.iti__es {
  height: 14px;
  background-position: -1555px 0px; }

.iti__flag.iti__et {
  height: 10px;
  background-position: -1577px 0px; }

.iti__flag.iti__eu {
  height: 14px;
  background-position: -1599px 0px; }

.iti__flag.iti__fi {
  height: 12px;
  background-position: -1621px 0px; }

.iti__flag.iti__fj {
  height: 10px;
  background-position: -1643px 0px; }

.iti__flag.iti__fk {
  height: 10px;
  background-position: -1665px 0px; }

.iti__flag.iti__fm {
  height: 11px;
  background-position: -1687px 0px; }

.iti__flag.iti__fo {
  height: 15px;
  background-position: -1709px 0px; }

.iti__flag.iti__fr {
  height: 14px;
  background-position: -1731px 0px; }

.iti__flag.iti__ga {
  height: 15px;
  background-position: -1753px 0px; }

.iti__flag.iti__gb {
  height: 10px;
  background-position: -1775px 0px; }

.iti__flag.iti__gd {
  height: 12px;
  background-position: -1797px 0px; }

.iti__flag.iti__ge {
  height: 14px;
  background-position: -1819px 0px; }

.iti__flag.iti__gf {
  height: 14px;
  background-position: -1841px 0px; }

.iti__flag.iti__gg {
  height: 14px;
  background-position: -1863px 0px; }

.iti__flag.iti__gh {
  height: 14px;
  background-position: -1885px 0px; }

.iti__flag.iti__gi {
  height: 10px;
  background-position: -1907px 0px; }

.iti__flag.iti__gl {
  height: 14px;
  background-position: -1929px 0px; }

.iti__flag.iti__gm {
  height: 14px;
  background-position: -1951px 0px; }

.iti__flag.iti__gn {
  height: 14px;
  background-position: -1973px 0px; }

.iti__flag.iti__gp {
  height: 14px;
  background-position: -1995px 0px; }

.iti__flag.iti__gq {
  height: 14px;
  background-position: -2017px 0px; }

.iti__flag.iti__gr {
  height: 14px;
  background-position: -2039px 0px; }

.iti__flag.iti__gs {
  height: 10px;
  background-position: -2061px 0px; }

.iti__flag.iti__gt {
  height: 13px;
  background-position: -2083px 0px; }

.iti__flag.iti__gu {
  height: 11px;
  background-position: -2105px 0px; }

.iti__flag.iti__gw {
  height: 10px;
  background-position: -2127px 0px; }

.iti__flag.iti__gy {
  height: 12px;
  background-position: -2149px 0px; }

.iti__flag.iti__hk {
  height: 14px;
  background-position: -2171px 0px; }

.iti__flag.iti__hm {
  height: 10px;
  background-position: -2193px 0px; }

.iti__flag.iti__hn {
  height: 10px;
  background-position: -2215px 0px; }

.iti__flag.iti__hr {
  height: 10px;
  background-position: -2237px 0px; }

.iti__flag.iti__ht {
  height: 12px;
  background-position: -2259px 0px; }

.iti__flag.iti__hu {
  height: 10px;
  background-position: -2281px 0px; }

.iti__flag.iti__ic {
  height: 14px;
  background-position: -2303px 0px; }

.iti__flag.iti__id {
  height: 14px;
  background-position: -2325px 0px; }

.iti__flag.iti__ie {
  height: 10px;
  background-position: -2347px 0px; }

.iti__flag.iti__il {
  height: 15px;
  background-position: -2369px 0px; }

.iti__flag.iti__im {
  height: 10px;
  background-position: -2391px 0px; }

.iti__flag.iti__in {
  height: 14px;
  background-position: -2413px 0px; }

.iti__flag.iti__io {
  height: 10px;
  background-position: -2435px 0px; }

.iti__flag.iti__iq {
  height: 14px;
  background-position: -2457px 0px; }

.iti__flag.iti__ir {
  height: 12px;
  background-position: -2479px 0px; }

.iti__flag.iti__is {
  height: 15px;
  background-position: -2501px 0px; }

.iti__flag.iti__it {
  height: 14px;
  background-position: -2523px 0px; }

.iti__flag.iti__je {
  height: 12px;
  background-position: -2545px 0px; }

.iti__flag.iti__jm {
  height: 10px;
  background-position: -2567px 0px; }

.iti__flag.iti__jo {
  height: 10px;
  background-position: -2589px 0px; }

.iti__flag.iti__jp {
  height: 14px;
  background-position: -2611px 0px; }

.iti__flag.iti__ke {
  height: 14px;
  background-position: -2633px 0px; }

.iti__flag.iti__kg {
  height: 12px;
  background-position: -2655px 0px; }

.iti__flag.iti__kh {
  height: 13px;
  background-position: -2677px 0px; }

.iti__flag.iti__ki {
  height: 10px;
  background-position: -2699px 0px; }

.iti__flag.iti__km {
  height: 12px;
  background-position: -2721px 0px; }

.iti__flag.iti__kn {
  height: 14px;
  background-position: -2743px 0px; }

.iti__flag.iti__kp {
  height: 10px;
  background-position: -2765px 0px; }

.iti__flag.iti__kr {
  height: 14px;
  background-position: -2787px 0px; }

.iti__flag.iti__kw {
  height: 10px;
  background-position: -2809px 0px; }

.iti__flag.iti__ky {
  height: 10px;
  background-position: -2831px 0px; }

.iti__flag.iti__kz {
  height: 10px;
  background-position: -2853px 0px; }

.iti__flag.iti__la {
  height: 14px;
  background-position: -2875px 0px; }

.iti__flag.iti__lb {
  height: 14px;
  background-position: -2897px 0px; }

.iti__flag.iti__lc {
  height: 10px;
  background-position: -2919px 0px; }

.iti__flag.iti__li {
  height: 12px;
  background-position: -2941px 0px; }

.iti__flag.iti__lk {
  height: 10px;
  background-position: -2963px 0px; }

.iti__flag.iti__lr {
  height: 11px;
  background-position: -2985px 0px; }

.iti__flag.iti__ls {
  height: 14px;
  background-position: -3007px 0px; }

.iti__flag.iti__lt {
  height: 12px;
  background-position: -3029px 0px; }

.iti__flag.iti__lu {
  height: 12px;
  background-position: -3051px 0px; }

.iti__flag.iti__lv {
  height: 10px;
  background-position: -3073px 0px; }

.iti__flag.iti__ly {
  height: 10px;
  background-position: -3095px 0px; }

.iti__flag.iti__ma {
  height: 14px;
  background-position: -3117px 0px; }

.iti__flag.iti__mc {
  height: 15px;
  background-position: -3139px 0px; }

.iti__flag.iti__md {
  height: 10px;
  background-position: -3160px 0px; }

.iti__flag.iti__me {
  height: 10px;
  background-position: -3182px 0px; }

.iti__flag.iti__mf {
  height: 14px;
  background-position: -3204px 0px; }

.iti__flag.iti__mg {
  height: 14px;
  background-position: -3226px 0px; }

.iti__flag.iti__mh {
  height: 11px;
  background-position: -3248px 0px; }

.iti__flag.iti__mk {
  height: 10px;
  background-position: -3270px 0px; }

.iti__flag.iti__ml {
  height: 14px;
  background-position: -3292px 0px; }

.iti__flag.iti__mm {
  height: 14px;
  background-position: -3314px 0px; }

.iti__flag.iti__mn {
  height: 10px;
  background-position: -3336px 0px; }

.iti__flag.iti__mo {
  height: 14px;
  background-position: -3358px 0px; }

.iti__flag.iti__mp {
  height: 10px;
  background-position: -3380px 0px; }

.iti__flag.iti__mq {
  height: 14px;
  background-position: -3402px 0px; }

.iti__flag.iti__mr {
  height: 14px;
  background-position: -3424px 0px; }

.iti__flag.iti__ms {
  height: 10px;
  background-position: -3446px 0px; }

.iti__flag.iti__mt {
  height: 14px;
  background-position: -3468px 0px; }

.iti__flag.iti__mu {
  height: 14px;
  background-position: -3490px 0px; }

.iti__flag.iti__mv {
  height: 14px;
  background-position: -3512px 0px; }

.iti__flag.iti__mw {
  height: 14px;
  background-position: -3534px 0px; }

.iti__flag.iti__mx {
  height: 12px;
  background-position: -3556px 0px; }

.iti__flag.iti__my {
  height: 10px;
  background-position: -3578px 0px; }

.iti__flag.iti__mz {
  height: 14px;
  background-position: -3600px 0px; }

.iti__flag.iti__na {
  height: 14px;
  background-position: -3622px 0px; }

.iti__flag.iti__nc {
  height: 10px;
  background-position: -3644px 0px; }

.iti__flag.iti__ne {
  height: 15px;
  background-position: -3666px 0px; }

.iti__flag.iti__nf {
  height: 10px;
  background-position: -3686px 0px; }

.iti__flag.iti__ng {
  height: 10px;
  background-position: -3708px 0px; }

.iti__flag.iti__ni {
  height: 12px;
  background-position: -3730px 0px; }

.iti__flag.iti__nl {
  height: 14px;
  background-position: -3752px 0px; }

.iti__flag.iti__no {
  height: 15px;
  background-position: -3774px 0px; }

.iti__flag.iti__np {
  height: 15px;
  background-position: -3796px 0px; }

.iti__flag.iti__nr {
  height: 10px;
  background-position: -3811px 0px; }

.iti__flag.iti__nu {
  height: 10px;
  background-position: -3833px 0px; }

.iti__flag.iti__nz {
  height: 10px;
  background-position: -3855px 0px; }

.iti__flag.iti__om {
  height: 10px;
  background-position: -3877px 0px; }

.iti__flag.iti__pa {
  height: 14px;
  background-position: -3899px 0px; }

.iti__flag.iti__pe {
  height: 14px;
  background-position: -3921px 0px; }

.iti__flag.iti__pf {
  height: 14px;
  background-position: -3943px 0px; }

.iti__flag.iti__pg {
  height: 15px;
  background-position: -3965px 0px; }

.iti__flag.iti__ph {
  height: 10px;
  background-position: -3987px 0px; }

.iti__flag.iti__pk {
  height: 14px;
  background-position: -4009px 0px; }

.iti__flag.iti__pl {
  height: 13px;
  background-position: -4031px 0px; }

.iti__flag.iti__pm {
  height: 14px;
  background-position: -4053px 0px; }

.iti__flag.iti__pn {
  height: 10px;
  background-position: -4075px 0px; }

.iti__flag.iti__pr {
  height: 14px;
  background-position: -4097px 0px; }

.iti__flag.iti__ps {
  height: 10px;
  background-position: -4119px 0px; }

.iti__flag.iti__pt {
  height: 14px;
  background-position: -4141px 0px; }

.iti__flag.iti__pw {
  height: 13px;
  background-position: -4163px 0px; }

.iti__flag.iti__py {
  height: 11px;
  background-position: -4185px 0px; }

.iti__flag.iti__qa {
  height: 8px;
  background-position: -4207px 0px; }

.iti__flag.iti__re {
  height: 14px;
  background-position: -4229px 0px; }

.iti__flag.iti__ro {
  height: 14px;
  background-position: -4251px 0px; }

.iti__flag.iti__rs {
  height: 14px;
  background-position: -4273px 0px; }

.iti__flag.iti__ru {
  height: 14px;
  background-position: -4295px 0px; }

.iti__flag.iti__rw {
  height: 14px;
  background-position: -4317px 0px; }

.iti__flag.iti__sa {
  height: 14px;
  background-position: -4339px 0px; }

.iti__flag.iti__sb {
  height: 10px;
  background-position: -4361px 0px; }

.iti__flag.iti__sc {
  height: 10px;
  background-position: -4383px 0px; }

.iti__flag.iti__sd {
  height: 10px;
  background-position: -4405px 0px; }

.iti__flag.iti__se {
  height: 13px;
  background-position: -4427px 0px; }

.iti__flag.iti__sg {
  height: 14px;
  background-position: -4449px 0px; }

.iti__flag.iti__sh {
  height: 10px;
  background-position: -4471px 0px; }

.iti__flag.iti__si {
  height: 10px;
  background-position: -4493px 0px; }

.iti__flag.iti__sj {
  height: 15px;
  background-position: -4515px 0px; }

.iti__flag.iti__sk {
  height: 14px;
  background-position: -4537px 0px; }

.iti__flag.iti__sl {
  height: 14px;
  background-position: -4559px 0px; }

.iti__flag.iti__sm {
  height: 15px;
  background-position: -4581px 0px; }

.iti__flag.iti__sn {
  height: 14px;
  background-position: -4603px 0px; }

.iti__flag.iti__so {
  height: 14px;
  background-position: -4625px 0px; }

.iti__flag.iti__sr {
  height: 14px;
  background-position: -4647px 0px; }

.iti__flag.iti__ss {
  height: 10px;
  background-position: -4669px 0px; }

.iti__flag.iti__st {
  height: 10px;
  background-position: -4691px 0px; }

.iti__flag.iti__sv {
  height: 12px;
  background-position: -4713px 0px; }

.iti__flag.iti__sx {
  height: 14px;
  background-position: -4735px 0px; }

.iti__flag.iti__sy {
  height: 14px;
  background-position: -4757px 0px; }

.iti__flag.iti__sz {
  height: 14px;
  background-position: -4779px 0px; }

.iti__flag.iti__ta {
  height: 10px;
  background-position: -4801px 0px; }

.iti__flag.iti__tc {
  height: 10px;
  background-position: -4823px 0px; }

.iti__flag.iti__td {
  height: 14px;
  background-position: -4845px 0px; }

.iti__flag.iti__tf {
  height: 14px;
  background-position: -4867px 0px; }

.iti__flag.iti__tg {
  height: 13px;
  background-position: -4889px 0px; }

.iti__flag.iti__th {
  height: 14px;
  background-position: -4911px 0px; }

.iti__flag.iti__tj {
  height: 10px;
  background-position: -4933px 0px; }

.iti__flag.iti__tk {
  height: 10px;
  background-position: -4955px 0px; }

.iti__flag.iti__tl {
  height: 10px;
  background-position: -4977px 0px; }

.iti__flag.iti__tm {
  height: 14px;
  background-position: -4999px 0px; }

.iti__flag.iti__tn {
  height: 14px;
  background-position: -5021px 0px; }

.iti__flag.iti__to {
  height: 10px;
  background-position: -5043px 0px; }

.iti__flag.iti__tr {
  height: 14px;
  background-position: -5065px 0px; }

.iti__flag.iti__tt {
  height: 12px;
  background-position: -5087px 0px; }

.iti__flag.iti__tv {
  height: 10px;
  background-position: -5109px 0px; }

.iti__flag.iti__tw {
  height: 14px;
  background-position: -5131px 0px; }

.iti__flag.iti__tz {
  height: 14px;
  background-position: -5153px 0px; }

.iti__flag.iti__ua {
  height: 14px;
  background-position: -5175px 0px; }

.iti__flag.iti__ug {
  height: 14px;
  background-position: -5197px 0px; }

.iti__flag.iti__um {
  height: 11px;
  background-position: -5219px 0px; }

.iti__flag.iti__un {
  height: 14px;
  background-position: -5241px 0px; }

.iti__flag.iti__us {
  height: 11px;
  background-position: -5263px 0px; }

.iti__flag.iti__uy {
  height: 14px;
  background-position: -5285px 0px; }

.iti__flag.iti__uz {
  height: 10px;
  background-position: -5307px 0px; }

.iti__flag.iti__va {
  height: 15px;
  background-position: -5329px 0px; }

.iti__flag.iti__vc {
  height: 14px;
  background-position: -5346px 0px; }

.iti__flag.iti__ve {
  height: 14px;
  background-position: -5368px 0px; }

.iti__flag.iti__vg {
  height: 10px;
  background-position: -5390px 0px; }

.iti__flag.iti__vi {
  height: 14px;
  background-position: -5412px 0px; }

.iti__flag.iti__vn {
  height: 14px;
  background-position: -5434px 0px; }

.iti__flag.iti__vu {
  height: 12px;
  background-position: -5456px 0px; }

.iti__flag.iti__wf {
  height: 14px;
  background-position: -5478px 0px; }

.iti__flag.iti__ws {
  height: 10px;
  background-position: -5500px 0px; }

.iti__flag.iti__xk {
  height: 15px;
  background-position: -5522px 0px; }

.iti__flag.iti__ye {
  height: 14px;
  background-position: -5544px 0px; }

.iti__flag.iti__yt {
  height: 14px;
  background-position: -5566px 0px; }

.iti__flag.iti__za {
  height: 14px;
  background-position: -5588px 0px; }

.iti__flag.iti__zm {
  height: 14px;
  background-position: -5610px 0px; }

.iti__flag.iti__zw {
  height: 10px;
  background-position: -5632px 0px; }

.iti__flag {
  height: 15px;
  box-shadow: 0px 0px 1px 0px #888;
  background-image: url("../img/flags.png");
  background-repeat: no-repeat;
  background-color: #dbdbdb;
  background-position: 20px 0; }

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .iti__flag {
    background-image: url("../img/flags@2x.png"); } }

.iti__flag.iti__np {
  background-color: transparent; }

/* ==========================================================================
   Normalize.scss settings
   ========================================================================== */
/**
 * Includes legacy browser support IE6/7
 *
 * Set to false if you want to drop support for IE6 and IE7
 */
/* Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 * 3. Corrects text resizing oddly in IE 6/7 when body `font-size` is set using
 *  `em` units.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active, a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Addresses styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 8/9/10.
 * 2. Improves image quality when scaled in IE 7.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *  Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 * 4. Improves appearance and consistency in all browsers.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *  and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *  `input` and others.
 * 4. Removes inner spacing in IE 7 without affecting normal text inputs.
 *  Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 *  Known issue: excess padding remains in IE 6.
 */
input[type='checkbox'],
input[type='radio'] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 * 3. Corrects text not wrapping in Firefox 3.
 * 4. Corrects alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/* Slider */
.slick-loading .slick-list {
  background-image: url("../img/ajax-loader.gif"); }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 70px; }

.slick-dots {
  bottom: -65px; }
  .slick-dots li {
    width: 16px;
    height: 16px; }
    .slick-dots li button {
      width: 16px;
      height: 16px; }
      .slick-dots li button:hover:before, .slick-dots li button:focus:before {
        opacity: 1; }
      .slick-dots li button:before {
        content: '';
        width: 16px;
        height: 16px;
        line-height: 16px;
        background-color: #fff;
        border: 3px solid #fff;
        color: #000;
        border-radius: 25px;
        box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.5);
        opacity: 1; }
    .slick-dots li.slick-active button:before {
      color: #000;
      background-color: #b58fc1;
      opacity: 1; }

.clients-carousel {
  width: 100%; }
  .clients-carousel.slick-dotted.slick-slider {
    margin: 40px 0 80px; }
    .clients-carousel.slick-dotted.slick-slider .slick-list {
      padding-top: 70px; }
      .clients-carousel.slick-dotted.slick-slider .slick-list .slick-slide .slides_dot div {
        display: flex;
        flex-direction: column;
        flex-flow: row wrap;
        justify-content: space-around; }
        .clients-carousel.slick-dotted.slick-slider .slick-list .slick-slide .slides_dot div span {
          padding: 10px 0; }
      .clients-carousel.slick-dotted.slick-slider .slick-list .slick-slide img {
        max-height: 50px;
        margin: 0 auto; }
  .clients-carousel .slick-dots {
    top: 0;
    bottom: auto; }
    .clients-carousel .slick-dots li {
      width: auto;
      height: 40px; }
      .clients-carousel .slick-dots li img {
        width: 100%;
        height: 100%;
        opacity: 0.4;
        transition: all 0.5s ease; }
      .clients-carousel .slick-dots li:hover img {
        opacity: 1; }
      .clients-carousel .slick-dots li.slick-active img {
        height: 40px;
        opacity: 1;
        margin-top: 0px; }

@media only screen and (max-width: 850px) {
  .section--clients .clients-carousel.slick-dotted.slick-slider {
    margin: 40px 0 0; }
    .section--clients .clients-carousel.slick-dotted.slick-slider .slick-list {
      padding-top: 0;
      max-width: 382px;
      margin-left: auto;
      margin-right: auto; }
      .section--clients .clients-carousel.slick-dotted.slick-slider .slick-list .slick-slide {
        margin-top: 65px;
        height: auto; }
        .section--clients .clients-carousel.slick-dotted.slick-slider .slick-list .slick-slide .slides_dot div {
          display: flex;
          flex-wrap: wrap;
          height: 80px; }
          .section--clients .clients-carousel.slick-dotted.slick-slider .slick-list .slick-slide .slides_dot div span {
            margin-bottom: 35px;
            padding: 0;
            width: 40%;
            position: absolute;
            opacity: 0; }
            .section--clients .clients-carousel.slick-dotted.slick-slider .slick-list .slick-slide .slides_dot div span:nth-child(1) {
              left: 0; }
            .section--clients .clients-carousel.slick-dotted.slick-slider .slick-list .slick-slide .slides_dot div span:nth-child(2) {
              right: 0; }
            .section--clients .clients-carousel.slick-dotted.slick-slider .slick-list .slick-slide .slides_dot div span:nth-child(3) {
              left: 0; }
            .section--clients .clients-carousel.slick-dotted.slick-slider .slick-list .slick-slide .slides_dot div span:nth-child(4) {
              right: 0; }
            .section--clients .clients-carousel.slick-dotted.slick-slider .slick-list .slick-slide .slides_dot div span:last-child {
              margin-bottom: 0;
              left: 50%;
              transform: translateX(-50%); }
          .section--clients .clients-carousel.slick-dotted.slick-slider .slick-list .slick-slide .slides_dot div img {
            max-height: 70px;
            width: 100%;
            -o-object-fit: contain;
               object-fit: contain; }
        .section--clients .clients-carousel.slick-dotted.slick-slider .slick-list .slick-slide.slick-active .step-one {
          animation: step-one 7s; }
  @keyframes step-one {
    0% {
      opacity: 1; }
    32% {
      opacity: 1; }
    33% {
      opacity: 0; }
    100% {
      opacity: 0; } }
        .section--clients .clients-carousel.slick-dotted.slick-slider .slick-list .slick-slide.slick-active .step-two {
          animation: step-two 7s; }
  @keyframes step-two {
    0% {
      opacity: 0; }
    32% {
      opacity: 0; }
    33% {
      opacity: 1; }
    65% {
      opacity: 1; }
    66% {
      opacity: 0; }
    100% {
      opacity: 0; } }
        .section--clients .clients-carousel.slick-dotted.slick-slider .slick-list .slick-slide.slick-active .step-three {
          animation: step-three 7s; }
  @keyframes step-three {
    0% {
      opacity: 0; }
    65% {
      opacity: 0; }
    66% {
      opacity: 1; }
    99% {
      opacity: 1; }
    100% {
      opacity: 0; } } }

/* @import '~slick-carousel/slick/slick-theme.scss'; */
/* Slider */
.slick-loading .slick-list {
  background-image: url("../img/ajax-loader.gif"); }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 70px; }

.slick-dots {
  bottom: -65px; }
  .slick-dots li {
    width: 16px;
    height: 16px; }
    .slick-dots li button {
      width: 16px;
      height: 16px; }
      .slick-dots li button:hover:before, .slick-dots li button:focus:before {
        opacity: 1; }
      .slick-dots li button:before {
        content: '';
        width: 16px;
        height: 16px;
        line-height: 16px;
        background-color: #fff;
        border: 3px solid #fff;
        color: #000;
        border-radius: 25px;
        box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.5);
        opacity: 1; }
    .slick-dots li.slick-active button:before {
      color: #000;
      background-color: #b58fc1;
      opacity: 1; }

.clients-carousel {
  width: 100%; }
  .clients-carousel.slick-dotted.slick-slider {
    margin: 40px 0 80px; }
    .clients-carousel.slick-dotted.slick-slider .slick-list {
      padding-top: 70px; }
      .clients-carousel.slick-dotted.slick-slider .slick-list .slick-slide .slides_dot div {
        display: flex;
        flex-direction: column;
        flex-flow: row wrap;
        justify-content: space-around; }
        .clients-carousel.slick-dotted.slick-slider .slick-list .slick-slide .slides_dot div span {
          padding: 10px 0; }
      .clients-carousel.slick-dotted.slick-slider .slick-list .slick-slide img {
        max-height: 50px;
        margin: 0 auto; }
  .clients-carousel .slick-dots {
    top: 0;
    bottom: auto; }
    .clients-carousel .slick-dots li {
      width: auto;
      height: 40px; }
      .clients-carousel .slick-dots li img {
        width: 100%;
        height: 100%;
        opacity: 0.4;
        transition: all 0.5s ease; }
      .clients-carousel .slick-dots li:hover img {
        opacity: 1; }
      .clients-carousel .slick-dots li.slick-active img {
        height: 40px;
        opacity: 1;
        margin-top: 0px; }

@media only screen and (max-width: 850px) {
  .section--clients .clients-carousel.slick-dotted.slick-slider {
    margin: 40px 0 0; }
    .section--clients .clients-carousel.slick-dotted.slick-slider .slick-list {
      padding-top: 0;
      max-width: 382px;
      margin-left: auto;
      margin-right: auto; }
      .section--clients .clients-carousel.slick-dotted.slick-slider .slick-list .slick-slide {
        margin-top: 65px;
        height: auto; }
        .section--clients .clients-carousel.slick-dotted.slick-slider .slick-list .slick-slide .slides_dot div {
          display: flex;
          flex-wrap: wrap;
          height: 80px; }
          .section--clients .clients-carousel.slick-dotted.slick-slider .slick-list .slick-slide .slides_dot div span {
            margin-bottom: 35px;
            padding: 0;
            width: 40%;
            position: absolute;
            opacity: 0; }
            .section--clients .clients-carousel.slick-dotted.slick-slider .slick-list .slick-slide .slides_dot div span:nth-child(1) {
              left: 0; }
            .section--clients .clients-carousel.slick-dotted.slick-slider .slick-list .slick-slide .slides_dot div span:nth-child(2) {
              right: 0; }
            .section--clients .clients-carousel.slick-dotted.slick-slider .slick-list .slick-slide .slides_dot div span:nth-child(3) {
              left: 0; }
            .section--clients .clients-carousel.slick-dotted.slick-slider .slick-list .slick-slide .slides_dot div span:nth-child(4) {
              right: 0; }
            .section--clients .clients-carousel.slick-dotted.slick-slider .slick-list .slick-slide .slides_dot div span:last-child {
              margin-bottom: 0;
              left: 50%;
              transform: translateX(-50%); }
          .section--clients .clients-carousel.slick-dotted.slick-slider .slick-list .slick-slide .slides_dot div img {
            max-height: 70px;
            width: 100%;
            -o-object-fit: contain;
               object-fit: contain; }
        .section--clients .clients-carousel.slick-dotted.slick-slider .slick-list .slick-slide.slick-active .step-one {
          animation: step-one 7s; }
  @keyframes step-one {
    0% {
      opacity: 1; }
    32% {
      opacity: 1; }
    33% {
      opacity: 0; }
    100% {
      opacity: 0; } }
        .section--clients .clients-carousel.slick-dotted.slick-slider .slick-list .slick-slide.slick-active .step-two {
          animation: step-two 7s; }
  @keyframes step-two {
    0% {
      opacity: 0; }
    32% {
      opacity: 0; }
    33% {
      opacity: 1; }
    65% {
      opacity: 1; }
    66% {
      opacity: 0; }
    100% {
      opacity: 0; } }
        .section--clients .clients-carousel.slick-dotted.slick-slider .slick-list .slick-slide.slick-active .step-three {
          animation: step-three 7s; }
  @keyframes step-three {
    0% {
      opacity: 0; }
    65% {
      opacity: 0; }
    66% {
      opacity: 1; }
    99% {
      opacity: 1; }
    100% {
      opacity: 0; } } }

/*CORE & HELPERS*/
/*Global Paths*/
@keyframes blink-caret {
  from,
  to {
    border-color: transparent; }
  50% {
    border-color: #302100; } }

@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

@keyframes fade-in {
  from {
    visibility: hidden;
    opacity: 0; }
  to {
    visibility: visible;
    opacity: 1; } }

@keyframes fade-out {
  from {
    visibility: visible;
    opacity: 1; }
  to {
    visibility: hidden;
    opacity: 0; } }

@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-20px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

@keyframes slide-down {
  from {
    transform: translateY(-100%); }
  to {
    transform: translateY(0); } }

@keyframes slide-up {
  from {
    transform: translateY(0); }
  to {
    transform: translateY(-100%); } }

@keyframes shake {
  10%,
  90% {
    transform: translate3d(-1px, 0, 0); }
  20%,
  80% {
    transform: translate3d(2px, 0, 0); }
  30%,
  50%,
  70% {
    transform: translate3d(-4px, 0, 0); }
  40%,
  60% {
    transform: translate3d(4px, 0, 0); } }

.text-white {
  color: #fff; }

.text-orange {
  color: #ee9c70; }

.text-pink {
  color: #c9a9d5; }

.bg-orange {
  background: #ee9c70;
  max-width: none; }
  .bg-orange-light {
    background: #f2b273;
    max-width: none; }
    .bg-orange-light h1,
    .bg-orange-light h2,
    .bg-orange-light p {
      color: #fff; }
  .bg-orange h1,
  .bg-orange h2,
  .bg-orange p {
    color: #fff; }

.bg-yellow {
  background: #fce579;
  max-width: none; }

.bg-green {
  background: #33ad73;
  max-width: none; }
  .bg-green h1,
  .bg-green h2,
  .bg-green p {
    color: #fff; }

.bg-green-clear {
  background: #65c192;
  max-width: none; }
  .bg-green-clear h1,
  .bg-green-clear h2,
  .bg-green-clear p {
    color: #fff; }

.bg-pink {
  background: #c9a9d5;
  max-width: none; }

.bg-brown {
  background: #302100;
  max-width: none; }
  .bg-brown h1,
  .bg-brown h2,
  .bg-brown p {
    color: #fff; }

.bg-purple {
  background: #b58fc1; }

.typewriter {
  display: inline-block; }
  .typewriter .wrap {
    display: inline-block; }

/* Mobile & Desktop*/
@media (min-width: 1181px) {
  .desktop-hd-hidden {
    display: none !important; } }

@media (max-width: 1180px) and (min-width: 851px) {
  .desktop-hidden {
    display: none !important; } }

@media (max-width: 850px) and (min-width: 481px) {
  .tablet-hidden {
    display: none !important; } }

@media (max-width: 480px) {
  .mobile-hidden {
    display: none !important; } }

/*Global Paths*/
button,
html {
  -webkit-font-smoothing: antialiased; }

h1,
h2,
h3,
h4,
h6 {
  font-weight: 800; }

h1 {
  font-size: 50px;
  line-height: 52px;
  letter-spacing: -1px;
  color: #302100;
  margin: 0; }

h2 {
  font-size: 40px;
  line-height: 42px;
  letter-spacing: -1px;
  color: #302100;
  margin: 0; }

h3 {
  font-size: 30px;
  line-height: 32px;
  letter-spacing: -0.5px;
  color: #302100; }

h4 {
  font-size: 22px;
  line-height: 24px;
  color: #302100;
  margin-bottom: 0; }

h5 {
  font-size: 18px;
  line-height: 22px;
  color: #525845; }

h6 {
  font-size: 13px;
  line-height: 15px;
  color: #302100;
  text-transform: uppercase; }

strong {
  font-weight: 800;
  display: block; }

p,
span {
  font-size: 16px;
  line-height: 24px;
  color: #525845; }

small {
  font-size: 14px; }

p.small {
  font-size: 14px;
  line-height: 22px;
  margin: 12px 0; }
  p.small strong {
    font-size: 16px;
    line-height: 24px; }

p.italic {
  font-size: 14px;
  font-style: italic;
  line-height: 18px;
  color: #838370; }

.uppercase-small {
  font-size: 11px;
  line-height: 12px;
  font-weight: 800;
  color: #525845;
  text-transform: uppercase; }

.cursive {
  font-family: 'hand-of-sean'; }

.quote {
  font-family: 'Merriweather', serif;
  font-size: 18px;
  font-style: italic;
  line-height: 30px;
  text-align: center; }

.text-white {
  color: #fff; }

.text-brown {
  color: #302100; }

.text-bold {
  font-weight: 800; }

.ms-icon {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  font-weight: 400;
  font-style: normal;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: optimizeLegibility; }

@media (max-width: 480px) {
  h1 {
    font-size: 36px;
    line-height: 38px;
    letter-spacing: -1px;
    font-weight: bold; }
  h2 {
    font-size: 30px;
    line-height: 32px;
    letter-spacing: -0.5px;
    font-weight: bold; }
  h3 {
    font-size: 26px;
    line-height: 28px;
    letter-spacing: 0;
    font-weight: bold; } }

@font-face {
  font-family: 'hand-of-sean';
  src: url("../fonts/HandOfSeanPro-webfont.eot");
  src: url("../fonts/HandOfSeanPro-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/HandOfSeanPro-webfont.woff2") format("woff2"), url("../fonts/HandOfSeanPro-webfont.woff") format("woff"), url("../fonts/HandOfSeanPro-webfont.ttf") format("truetype");
  font-weight: 400;
  font-display: swap;
  font-style: normal; }

*,
*:after,
*:before {
  box-sizing: border-box; }

body,
html {
  font: 400 14px proxima-nova, helvetica, arial, sans-serif;
  color: #525845; }

body {
  background-color: #fff;
  margin: 0;
  position: relative; }

img {
  display: inline-block;
  height: auto;
  max-width: 100%;
  outline: 0; }

fieldset {
  border: none;
  padding: 0;
  margin: 0; }

blockquote {
  margin: 0; }

menu li,
menu ul,
nav li,
nav ul {
  margin: 0;
  padding: 0; }

ul {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0; }

hr {
  width: 100%;
  height: 20px;
  margin: 0 0 20px;
  border: none;
  border-bottom: 1px dashed; }

button:focus {
  outline: none; }

a {
  color: #33ad73;
  -webkit-text-decoration: none;
  text-decoration: none;
  transition: all 0.25s ease; }
  a:hover {
    color: #008046; }

main {
  position: relative;
  z-index: 0; }

/*Global Paths*/
button,
html {
  -webkit-font-smoothing: antialiased; }

h1,
h2,
h3,
h4,
h6 {
  font-weight: 800; }

h1 {
  font-size: 50px;
  line-height: 52px;
  letter-spacing: -1px;
  color: #302100;
  margin: 0; }

h2 {
  font-size: 40px;
  line-height: 42px;
  letter-spacing: -1px;
  color: #302100;
  margin: 0; }

h3 {
  font-size: 30px;
  line-height: 32px;
  letter-spacing: -0.5px;
  color: #302100; }

h4 {
  font-size: 22px;
  line-height: 24px;
  color: #302100;
  margin-bottom: 0; }

h5 {
  font-size: 18px;
  line-height: 22px;
  color: #525845; }

h6 {
  font-size: 13px;
  line-height: 15px;
  color: #302100;
  text-transform: uppercase; }

strong {
  font-weight: 800;
  display: block; }

p,
span {
  font-size: 16px;
  line-height: 24px;
  color: #525845; }

small {
  font-size: 14px; }

p.small {
  font-size: 14px;
  line-height: 22px;
  margin: 12px 0; }
  p.small strong {
    font-size: 16px;
    line-height: 24px; }

p.italic {
  font-size: 14px;
  font-style: italic;
  line-height: 18px;
  color: #838370; }

.uppercase-small {
  font-size: 11px;
  line-height: 12px;
  font-weight: 800;
  color: #525845;
  text-transform: uppercase; }

.cursive {
  font-family: 'hand-of-sean'; }

.quote {
  font-family: 'Merriweather', serif;
  font-size: 18px;
  font-style: italic;
  line-height: 30px;
  text-align: center; }

.text-white {
  color: #fff; }

.text-brown {
  color: #302100; }

.text-bold {
  font-weight: 800; }

.ms-icon {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  font-weight: 400;
  font-style: normal;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: optimizeLegibility; }

@media (max-width: 480px) {
  h1 {
    font-size: 36px;
    line-height: 38px;
    letter-spacing: -1px;
    font-weight: bold; }
  h2 {
    font-size: 30px;
    line-height: 32px;
    letter-spacing: -0.5px;
    font-weight: bold; }
  h3 {
    font-size: 26px;
    line-height: 28px;
    letter-spacing: 0;
    font-weight: bold; } }

@font-face {
  font-family: 'hand-of-sean';
  src: url("../fonts/HandOfSeanPro-webfont.eot");
  src: url("../fonts/HandOfSeanPro-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/HandOfSeanPro-webfont.woff2") format("woff2"), url("../fonts/HandOfSeanPro-webfont.woff") format("woff"), url("../fonts/HandOfSeanPro-webfont.ttf") format("truetype");
  font-weight: 400;
  font-display: swap;
  font-style: normal; }

/*MODULES*/
.banner-sms {
  border: 1px solid #b4b1a5;
  border-radius: 3px;
  margin-top: 60px;
  position: relative; }
  .banner-sms .banner-row {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 0 0;
    margin: 0 0; }
  .banner-sms .banner-col, .banner-sms .banner-col--icon, .banner-sms .banner-col--content, .banner-sms .banner-col--action {
    padding: 0 0;
    align-items: center; }
    .banner-sms .banner-col--icon {
      flex: 3%;
      align-self: flex-start;
      position: relative;
      max-height: 97px; }
      .banner-sms .banner-col--icon img {
        width: 40px;
        max-width: 40px;
        margin: 23px 22px; }
      .banner-sms .banner-col--icon .triangle:after {
        content: url("../img/violet-border.svg");
        border-radius: 3px;
        position: absolute;
        top: -1px;
        left: -1px;
        z-index: -1; }
    .banner-sms .banner-col--content {
      flex: 58%;
      text-align: left;
      padding: 10px 0; }
      .banner-sms .banner-col--content h4 {
        font-size: 23px;
        color: #525845;
        margin: 0; }
      .banner-sms .banner-col--content p {
        font-size: 14px;
        color: #525845;
        margin: 0; }
    .banner-sms .banner-col--action {
      flex: 20%;
      margin-right: 22px; }
      .banner-sms .banner-col--action .button.secondary-violet {
        font-size: 13px;
        font-weight: normal;
        padding: 15px 25px;
        position: relative; }

@media (max-width: 480px) {
  .banner-sms .banner-row {
    flex-direction: column;
    max-height: 100%; }
    .banner-sms .banner-row .banner-col--icon {
      position: absolute;
      right: 0;
      bottom: 0;
      flex: 100%;
      width: 74px;
      max-width: 100%;
      order: 3; }
      .banner-sms .banner-row .banner-col--icon img {
        float: right;
        margin: 23px 10px; }
      .banner-sms .banner-row .banner-col--icon .triangle:after {
        content: url("../img/violet-border2.svg");
        left: 3px; }
    .banner-sms .banner-row .banner-col--content {
      flex: 100%;
      width: 100%;
      max-width: 100%;
      padding: 20px 20px;
      order: 1; }
      .banner-sms .banner-row .banner-col--content p {
        margin-top: 20px; }
    .banner-sms .banner-row .banner-col--action {
      flex: 100%;
      width: 100%;
      max-width: 100%;
      margin: 0;
      padding: 20px 20px;
      order: 2; }
      .banner-sms .banner-row .banner-col--action .button.secondary-violet {
        width: 100%;
        max-width: 185px; } }

figure {
  max-width: 30%;
  flex: 1;
  display: flex;
  border: 1px solid #b4b1a5;
  border-radius: 3px;
  flex-direction: column;
  margin: 0 2.5% 5%;
  min-width: 300px;
  /* Integraciones */
  /* Destacados */ }
  figure:hover {
    border-color: #fbb224; }
  figure:target {
    border: 1px solid #fbb224;
    border-radius: 3px;
    box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.1); }
  figure.open > a span {
    position: absolute;
    top: 100%;
    border-left: 16px solid transparent;
    border-right: 16px solid transparent;
    border-bottom: 14px solid rgba(0, 0, 0, 0.1);
    transform: translate(-50%, -13px);
    z-index: 12; }
    figure.open > a span:after, figure.open > a span:before {
      transform: translateX(-50%);
      content: '';
      position: absolute;
      left: 50%;
      width: 0;
      height: 0;
      border-left: 12px solid transparent;
      border-right: 12px solid transparent;
      z-index: 11; }
    figure.open > a span:before {
      top: 3px;
      border-bottom: 10px solid #fbb224; }
    figure.open > a span:after {
      top: 4px;
      border-bottom: 10px solid #fff; }
  figure.open footer form {
    width: 100%;
    position: absolute;
    display: flex;
    background: #fff;
    border: 1px solid #fbb224;
    box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.1);
    flex-wrap: wrap;
    flex-direction: row;
    left: 0;
    margin: 15px 0 0;
    padding: 50px 80px;
    transform: translateY(-125px);
    z-index: 10; }
    figure.open footer form h4 {
      width: 100%;
      margin: 0 0 20px;
      text-align: left; }
    figure.open footer form > div {
      display: flex;
      flex: 50%;
      flex-wrap: wrap;
      flex-direction: row;
      text-align: left;
      padding: 0 35px 0 0;
      flex-direction: column;
      flex-wrap: wrap; }
      figure.open footer form > div .holder {
        flex: 50%;
        margin-bottom: 25px;
        padding-right: 20px; }
        figure.open footer form > div .holder + .holder {
          padding-right: 0; }
        figure.open footer form > div .holder.big {
          flex: none;
          padding-right: 0; }
        figure.open footer form > div .holder input {
          width: 100%;
          min-width: auto; }
      figure.open footer form > div .loader {
        flex: none;
        margin: 0 0 0 auto; }
      figure.open footer form > div + div {
        padding: 0 0 0 35px; }
    figure.open footer form .action-link {
      display: none; }
    figure.open footer form .icon-close {
      position: absolute;
      color: #302100;
      font-size: 10px;
      margin: 0;
      top: 10px;
      right: 10px;
      padding: 5px; }
      figure.open footer form .icon-close:hover {
        opacity: 0.6; }
  figure.active {
    border: 1px solid #fbb224;
    border-radius: 3px;
    box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.1); }
  figure > a {
    min-height: 260px;
    width: auto;
    display: block;
    text-align: center;
    position: relative;
    /* Icono Video*/ }
    figure > a:after {
      content: '';
      position: absolute;
      height: 41px;
      width: 100%;
      bottom: 0;
      left: 0;
      background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 100%); }
    figure > a.icon-player > span {
      display: none; }
    figure > a:before {
      position: relative;
      top: calc(50% - 37px);
      font-size: 74px;
      color: #fff; }
    figure > a.tutorial:before {
      color: #fff; }
    figure > a:hover:before {
      opacity: 0.6; }
  figure footer {
    min-height: 215px;
    display: flex;
    flex-grow: 1;
    flex-direction: column;
    justify-content: space-between;
    padding: 30px;
    background: #fff; }
    figure footer p {
      font-size: 14px;
      line-height: 20px;
      margin: 0; }
      figure footer p strong {
        margin-bottom: 10px; }
    figure footer a {
      color: #33ad73;
      font-weight: bold; }
      figure footer a:hover {
        color: #008046; }
    figure footer form {
      display: none; }
      figure footer form a {
        font-weight: normal; }
      figure footer form > div.legal {
        flex-direction: column;
        justify-content: center; }
        figure footer form > div.legal p {
          font-size: 12px;
          line-height: 16px;
          margin-bottom: 10px; }
      figure footer form.success .holder {
        display: none; }
  figure.small {
    flex: 0 1 23%;
    margin: 0 1% 2%;
    min-width: 244px;
    max-width: 280px; }
    figure.small > a {
      min-height: 140px; }
      figure.small > a img {
        height: 60px;
        width: auto;
        position: relative;
        top: 40px; }
      figure.small > a .ribbon {
        width: 150px;
        height: 150px;
        overflow: hidden;
        position: absolute;
        top: -10px;
        right: -10px;
        z-index: 1; }
        figure.small > a .ribbon:after, figure.small > a .ribbon:before {
          position: absolute;
          z-index: -1;
          content: '';
          display: block;
          border: 5px solid #b395bf;
          border-top-color: transparent;
          border-right-color: transparent; }
        figure.small > a .ribbon:before {
          top: 0;
          left: 8px; }
        figure.small > a .ribbon:after {
          bottom: 8px;
          right: 0; }
        figure.small > a .ribbon span {
          position: absolute;
          display: block;
          width: 225px;
          padding: 15px 0 15px 15px;
          background-color: #c9a9d5;
          border: none;
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
          color: #fff;
          font: bold 13px/11px 'proxima-nova';
          text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
          text-transform: uppercase;
          text-align: center;
          left: -25px;
          top: 30px;
          transform: rotate(45deg); }
          figure.small > a .ribbon span:after, figure.small > a .ribbon span:before {
            content: none; }
  figure.destacado {
    max-width: none;
    width: 100%;
    flex-direction: row;
    margin: 0;
    flex: 1; }
    figure.destacado > a {
      height: 340px;
      flex: 2; }
      figure.destacado > a:before {
        position: relative;
        top: 133px;
        font-size: 74px;
        color: #fff; }
    figure.destacado footer {
      flex: 1;
      padding: 35px 30px;
      min-height: 0;
      min-height: initial; }
      figure.destacado footer strong {
        font-size: 18px;
        line-height: 22px; }

@media (max-width: 1180px) {
  figure {
    flex-grow: 1; }
  figure.small {
    flex: 0 1 30%;
    margin: 0 15px 30px; } }

@media (max-width: 850px) {
  figure {
    max-width: 100%; }
  figure.small {
    max-width: 26%;
    flex: 26%; }
  figure.open footer .legal {
    padding: 20px 0 0; }
  figure.open footer form {
    padding: 50px; }
    figure.open footer form .loader {
      width: 100%;
      text-align: right; }
    figure.open footer form div {
      flex: 100%; }
  figure.open footer form > div {
    padding: 0; } }

@media (max-width: 480px) {
  figure.open footer form {
    flex-direction: column; }
  figure.destacado {
    flex-direction: column; }
  figure,
  figure.small {
    flex: auto;
    width: 100%;
    max-width: 360px;
    margin: 0 0 60px; }
    figure > a,
    figure.small > a {
      width: 100%; }
    figure:target footer form,
    figure.small:target footer form {
      padding: 40px 25px; }
      figure:target footer form > div,
      figure.small:target footer form > div {
        padding: 0; }
        figure:target footer form > div .loader,
        figure.small:target footer form > div .loader {
          width: 100%; }
        figure:target footer form > div .holder,
        figure.small:target footer form > div .holder {
          padding: 0; }
          figure:target footer form > div .holder label,
          figure.small:target footer form > div .holder label {
            font-size: 12px; }
        figure:target footer form > div + div,
        figure.small:target footer form > div + div {
          padding: 40px 0 0; } }

.button {
  display: inline-block;
  padding: 15px 27px;
  font: 400 14px proxima-nova, helvetica, arial, sans-serif;
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
  text-align: center;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-transform: uppercase;
  border: none;
  outline: none;
  cursor: pointer;
  transition: all 0.25s ease;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 100px; }
  .button.button-small {
    font-size: 11px;
    padding: 11px 23px; }
  .button.button-big {
    font-size: 15px;
    padding: 20px 42px; }
  .button.button-round {
    font-size: 15px;
    padding: 12px; }
  .button.primary-green {
    background: #33ad73;
    border: 1px solid #33ad73;
    color: #fff; }
    .button.primary-green:hover {
      background: #008046;
      border: 1px solid #008046; }
  .button.primary-yellow {
    background-color: #fce579;
    border: 1px solid #fce579;
    color: #302100; }
    .button.primary-yellow:hover {
      background: #c6b159;
      border: 1px solid #c6b159; }
  .button.primary-brown {
    background-color: #302100;
    border: 1px solid #302100;
    color: #fff; }
    .button.primary-brown:hover {
      background: #594100;
      border: 1px solid #594100; }
  .button.secondary-green {
    background: transparent;
    border: 1px solid #33ad73;
    color: #33ad73; }
    .button.secondary-green:hover {
      background: rgba(51, 173, 115, 0.2); }
  .button.secondary-yellow {
    background: transparent;
    border: 1px solid #fce579;
    color: #fce579; }
    .button.secondary-yellow:hover {
      background: rgba(252, 229, 121, 0.2); }
  .button.secondary-brown {
    background: transparent;
    border: 1px solid #302100;
    color: #302100; }
    .button.secondary-brown:hover {
      background: rgba(48, 33, 0, 0.2); }
  .button.secondary-white {
    background: transparent;
    border: 1px solid #fff;
    color: #fff; }
    .button.secondary-white:hover {
      background: rgba(255, 255, 255, 0.2); }
  .button.secondary-violet {
    background: transparent;
    border: 1px solid #b58fc1;
    color: #b58fc1; }
    .button.secondary-violet:hover {
      background: rgba(180, 71, 216, 0.1); }

a.button.primary-green:hover {
  color: #fff; }

@media (max-width: 480px) {
  .button {
    width: 100%; } }

.zsiq_floatmain.siq_bR {
  bottom: 56px;
  right: 40px; }
  .zsiq_floatmain.siq_bR.up {
    bottom: 120px;
    transition: bottom 1s ease-in 0s; }
  .zsiq_floatmain.siq_bR .zsiq_cnt {
    box-shadow: -1px 8px 25px -1px rgba(0, 0, 0, 0.25) !important;
    display: block !important; }
  .zsiq_floatmain.siq_bR .zsiq_cnt {
    width: 200px;
    height: 70px;
    background: #fff;
    padding: 15px;
    border-radius: 5px;
    bottom: 70px;
    top: auto;
    left: auto;
    right: 0;
    font-family: hand-of-sean;
    font-size: 18px;
    white-space: pre-wrap;
    letter-spacing: 1px;
    font-weight: normal;
    z-index: 1;
    text-align: center; }
    .zsiq_floatmain.siq_bR .zsiq_cnt:hover {
      box-shadow: -1px 8px 25px -1px rgba(0, 0, 0, 0.35) !important; }
    .zsiq_floatmain.siq_bR .zsiq_cnt:after {
      content: '';
      position: absolute;
      transform: rotate(45deg);
      width: 10px;
      height: 14px;
      right: 23px;
      bottom: -68px;
      z-index: -1;
      box-shadow: none; }
    .zsiq_floatmain.siq_bR .zsiq_cnt.hide {
      visibility: hidden; }
    .zsiq_floatmain.siq_bR .zsiq_cnt .zsiq_ellips {
      white-space: pre-wrap;
      color: #525845; }
    .zsiq_floatmain.siq_bR .zsiq_cnt #zsiq_byline {
      display: none; }
    .zsiq_floatmain.siq_bR .zsiq_cnt.spaceBottom {
      bottom: 150px; }

.chatbot {
  position: fixed;
  left: auto;
  right: 40px;
  bottom: 58px;
  width: 58px;
  height: auto;
  transition: all 1s ease-in 0.5s; }
  .chatbot a {
    display: flex; }

.chatbot__link {
  border: 2px solid #fff;
  border-radius: 50%;
  height: 58px;
  box-shadow: 0 0 20px -5px #000000; }
  .chatbot__link img {
    max-width: none; }

.chatbot.up {
  bottom: 116px;
  transition: all 1s ease-in 0s; }

.chatbot__welcome {
  width: 175px;
  height: 70px;
  background: #fff;
  padding: 14px 29px;
  border-radius: 5px;
  position: absolute;
  bottom: 72px;
  left: auto;
  right: 0;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.25);
  visibility: hidden; }
  .chatbot__welcome p {
    margin: 0;
    font-size: 18px;
    letter-spacing: 1px;
    line-height: 18px; }
  .chatbot__welcome:after {
    top: 100%;
    right: 23px;
    border: solid transparent;
    content: ' ';
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border-top-color: #fff;
    border-width: 6px;
    margin-left: -18px; }
  .chatbot__welcome:before {
    content: '';
    position: absolute;
    transform: rotate(45deg);
    width: 10px;
    height: 14px;
    right: 23px;
    bottom: -6px;
    z-index: -1;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25); }

.zsiq_floatmain.zsiq_theme1.siq_bR {
  z-index: 9999 !important; }

.zsiq_custommain,
.zsiq_floatmain {
  z-index: 9999 !important; }

#opt-whatsapp {
  position: fixed;
  bottom: 10px;
  right: 35px;
  z-index: 48;
  opacity: 0;
  transition: all 0.8s cubic-bezier(0.25, 0.8, 0.25, 1);
  transform-origin: center center; }
  #opt-whatsapp.position {
    bottom: 180px; }
    @media (max-width: 480px) {
      #opt-whatsapp.position {
        bottom: 154px;
        right: 30px; } }
  #opt-whatsapp .opt-whatsapp-wrapper {
    right: 10px;
    margin-top: 0px; }
    #opt-whatsapp .opt-whatsapp-wrapper .opt-whatsapp-chat {
      height: 54px;
      width: 54px;
      min-width: 50px;
      min-height: 50px;
      padding: 0;
      border-radius: 50%;
      background-color: #25d366;
      border: none;
      transition: background-color 0.3s, box-shadow 0.3s;
      display: flex;
      align-items: center;
      justify-content: center;
      outline: none; }
      #opt-whatsapp .opt-whatsapp-wrapper .opt-whatsapp-chat:hover {
        box-shadow: 1px 1px 8px -1px #aaa; }
      #opt-whatsapp .opt-whatsapp-wrapper .opt-whatsapp-chat a {
        padding: 9px 11px; }
        #opt-whatsapp .opt-whatsapp-wrapper .opt-whatsapp-chat a svg {
          font-size: 2.7rem;
          color: #fff;
          height: 38px;
          width: auto;
          display: block; }
      @media (max-width: 480px) {
        #opt-whatsapp .opt-whatsapp-wrapper .opt-whatsapp-chat {
          height: 64px;
          width: 64px; } }
  #opt-whatsapp.up {
    bottom: 190px; }

.zsiq_theme1 .zsiq_flt_rel {
  height: 54px !important;
  width: 54px !important; }

.zsiq_theme1 .siqico-chat:before {
  line-height: 54px !important; }

@media (max-width: 850px) {
  .zsiq_floatmain.siq_bR {
    right: 5px !important; }
    .zsiq_floatmain.siq_bR.up {
      bottom: 150px !important; }
    .zsiq_floatmain.siq_bR.up {
      transition: bottom 1s ease-in 0s; }
  #opt-whatsapp {
    right: 10px; } }
  @media (max-width: 850px) and (max-width: 480px) {
    #opt-whatsapp {
      right: 115px; } }

@media (max-width: 850px) {
    #opt-whatsapp .opt-whatsapp-wrapper {
      margin-right: 0px; }
    #opt-whatsapp.up {
      bottom: 215px; }
  header.open ~ #opt-whatsapp,
  header.open ~ .zsiq_floatmain {
    opacity: 0 !important; }
  header.open ~ #opt-whatsapp,
  header.open ~ .zsiq_floatmain {
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.8s ease, visibility 0.8s ease; }
  .zsiq_theme1 .zsiq_flt_rel {
    height: 54px !important;
    width: 54px !important; }
  .zsiq_theme1 .siqico-chat:before {
    line-height: 54px !important; } }

@media (max-width: 480px) {
  .zsiq_floatmain.siq_bR {
    right: 5px !important; }
    .zsiq_floatmain.siq_bR.up {
      bottom: 170px !important; }
  .zsiq_floatmain.siq_bR .zsiq_cnt {
    visibility: hidden; }
  .zsiq_theme1.zsiq_floatmain.siq_bR .zsiq_flt_rel {
    width: 50px;
    height: 50px; }
    .zsiq_theme1.zsiq_floatmain.siq_bR .zsiq_flt_rel .siqico-chat:before {
      font-size: 23px;
      line-height: 50px; }
  #opt-whatsapp {
    right: 117px;
    bottom: 62px; }
    #opt-whatsapp .opt-whatsapp-wrapper {
      margin-right: 0px; }
    #opt-whatsapp.position {
      bottom: 62px;
      right: 117px; }
    #opt-whatsapp.up {
      bottom: 120px; } }

html.zd-mobile-hide iframe#launcher,
html.zd-mobile-hide iframe#webWidget,
html.zd-mobile-hide iframe[src*="zdassets.com"],
html.zd-mobile-hide iframe[src*="zendesk.com"] {
  display: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important; }

#chatButtonDopplerAI {
  position: fixed;
  bottom: 40px;
  right: 20px;
  background-color: #4CAF50;
  color: white;
  border: none;
  padding: 10px 20px;
  font-size: 16px;
  cursor: pointer;
  border-radius: 5px; }

#chatContainerDopplerAI {
  z-index: 9999999;
  display: none;
  position: fixed;
  bottom: 50px;
  right: 50px;
  width: 380px;
  height: 300px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 5px;
  overflow: hidden; }

#closeButtonDopplerAI {
  position: absolute;
  top: 1px;
  right: 26px;
  cursor: pointer;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #ccc;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold; }

.iframeDopplerAI {
  width: 100%;
  height: 100%;
  border: none; }

form {
  text-align: center;
  /*New intelInput version as module: Module has changed main classes*/
  /**/ }
  form .rgpd {
    margin: 30px 0 10px; }
    form .rgpd p {
      text-align: left;
      font-size: 12px;
      line-height: 16px;
      margin: 5px 0; }
  form .intl-tel-input {
    width: 100%; }
  form .intl-tel-input.separate-dial-code .selected-dial-code {
    font-size: 14px; }
  form .intl-tel-input .country-list {
    max-width: 306px;
    overflow-x: hidden;
    display: inline;
    display: initial; }
    form .intl-tel-input .country-list .country {
      display: flex;
      align-items: center; }
      form .intl-tel-input .country-list .country:after {
        content: '';
        position: absolute;
        height: 35px;
        width: 1px;
        left: 33%;
        border-left: 1px solid #b4b1a5; }
      form .intl-tel-input .country-list .country .flag-box {
        order: 1; }
      form .intl-tel-input .country-list .country .dial-code {
        order: 2;
        align-items: center;
        min-width: 80px;
        font-size: 14px;
        font-style: italic; }
      form .intl-tel-input .country-list .country .country-name {
        order: 3;
        font-size: 14px;
        color: #838370;
        font-style: italic; }
      form .intl-tel-input .country-list .country .iti__divider {
        padding: 0 0 5px 0;
        width: 100%; }
  form .iti {
    width: 100%; }
  form .iti.iti--separate-dial-code .iti__selected-dial-code {
    font-size: 14px; }
  form .iti .iti__country-list {
    max-width: 306px;
    overflow-x: hidden;
    display: inline;
    display: initial; }
    form .iti .iti__country-list.iti__hide {
      display: none; }
    form .iti .iti__country-list .iti__country {
      display: flex;
      align-items: center; }
      form .iti .iti__country-list .iti__country:after {
        content: '';
        position: absolute;
        height: 35px;
        width: 1px;
        left: 33%;
        border-left: 1px solid #b4b1a5; }
      form .iti .iti__country-list .iti__country .iti__flag-box {
        order: 1; }
      form .iti .iti__country-list .iti__country .iti__dial-code {
        order: 2;
        align-items: center;
        min-width: 80px;
        font-size: 14px;
        font-style: italic; }
      form .iti .iti__country-list .iti__country .iti__country-name {
        order: 3;
        font-size: 14px;
        color: #838370;
        font-style: italic; }
    form .iti .iti__country-list .iti__divider {
      padding: 0 0 5px 0;
      width: 100%; }
  form .holder {
    position: relative;
    display: inline-block;
    text-align: left; }
    form .holder.big {
      width: 100%;
      padding-right: 0;
      margin-bottom: 25px; }
      form .holder.big input,
      form .holder.big textarea {
        width: 100%; }
    form .holder label {
      color: #525845;
      font-size: 14px;
      font-weight: bold;
      line-height: 15px;
      padding-bottom: 0;
      display: inline-block; }
    form .holder.checkbox {
      cursor: pointer;
      display: flex;
      align-items: center;
      margin-bottom: 25px; }
      form .holder.checkbox label {
        margin-left: 20px;
        padding-bottom: 0;
        line-height: 14px; }
      form .holder.checkbox input[type='checkbox'] {
        height: 38px;
        opacity: 0;
        z-index: 0;
        cursor: pointer;
        margin-left: 0;
        position: absolute;
        width: 50px;
        top: -10px;
        left: -15px; }
        form .holder.checkbox input[type='checkbox']:checked ~ .checkmark {
          border-color: #33ad73;
          background-color: #33ad73; }
          form .holder.checkbox input[type='checkbox']:checked ~ .checkmark:after {
            display: block; }
      form .holder.checkbox .checkmark {
        position: absolute;
        left: 0;
        height: 16px;
        width: 16px;
        border: 1px solid #b4b1a5;
        border-radius: 3px;
        background-color: #fff;
        pointer-events: none; }
        form .holder.checkbox .checkmark:after {
          content: '';
          position: absolute;
          left: 5px;
          top: 1px;
          width: 5px;
          height: 10px;
          border: solid white;
          border-width: 0 3px 3px 0;
          transform: rotate(45deg); }
      form .holder.checkbox label {
        font-weight: normal; }
      form .holder.checkbox.error .checkmark {
        border-color: #e34f45; }
    form .holder .dropdown-arrow {
      border-style: solid;
      height: 0;
      width: 0;
      border-width: 7px 5.5px 0;
      border-color: #999 transparent transparent transparent;
      position: absolute;
      right: 15px;
      bottom: 16px;
      z-index: 10;
      pointer-events: none; }
    form .holder select {
      height: 40px;
      color: #666;
      border: 1px solid #ccc;
      width: 100%;
      background-color: #fff;
      border-radius: 3px;
      font-size: 13px;
      padding: 0 40px 0 10px;
      text-align: left;
      line-height: 40px;
      cursor: pointer;
      -moz-appearance: none;
      -webkit-appearance: none;
      appearance: none;
      box-shadow: 0 0 2px rgba(0, 0, 0, 0.1); }
      form .holder select:focus {
        color: #525845;
        border: 1px solid #fbb224;
        border-radius: 3px;
        box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.1);
        outline: none; }
  form input:not(.button):not([type='checkbox']),
  form textarea {
    height: 40px;
    min-width: 370px;
    border: 1px solid #b4b1a5;
    border-radius: 3px;
    background-color: #fff;
    font-size: 14px;
    line-height: 20px;
    padding: 10px 12px; }
    form input:not(.button):not([type='checkbox'])::-moz-placeholder, form textarea::-moz-placeholder {
      color: #838370;
      font-style: italic; }
    form input:not(.button):not([type='checkbox'])::placeholder,
    form textarea::placeholder {
      color: #838370;
      font-style: italic; }
    form input:not(.button):not([type='checkbox']):required,
    form textarea:required {
      box-shadow: none; }
    form input:not(.button):not([type='checkbox']):focus,
    form textarea:focus {
      color: #525845;
      border: 1px solid #fbb224;
      border-radius: 3px;
      box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.1);
      outline: none; }
      form input:not(.button):not([type='checkbox']):focus::-moz-placeholder, form textarea:focus::-moz-placeholder {
        font-style: normal; }
      form input:not(.button):not([type='checkbox']):focus::placeholder,
      form textarea:focus::placeholder {
        font-style: normal; }
  form textarea {
    height: 120px;
    resize: none; }
  form input[type='tel'].phone {
    -moz-appearance: textfield; }
    form input[type='tel'].phone::-webkit-inner-spin-button, form input[type='tel'].phone::-webkit-outer-spin-button {
      -webkit-appearance: none;
      margin: 0; }
  form input.phone-number {
    padding-right: 52px; }
  form .loader {
    position: relative; }
    form .loader img {
      display: none;
      height: 20px;
      width: 20px;
      position: absolute;
      top: calc(50% - 10px);
      left: calc(50% - 10px);
      animation: spin 2s linear infinite; }
  form .success-message {
    text-align: right;
    display: none; }
    form .success-message p {
      color: #33ad73; }
    form .success-message .icon-success {
      height: 35px;
      width: 35px;
      background: #33ad73;
      color: #fff;
      border-radius: 100%;
      margin-left: 10px;
      position: relative;
      font-size: 10px; }
      form .success-message .icon-success:before {
        position: absolute;
        top: 50%;
        left: 11px;
        transform: translateY(-50%); }
  form .error input:not(.button):not([type='checkbox']),
  form .error textarea {
    border: 1px solid #e34f45; }
    form .error input:not(.button):not([type='checkbox']):focus,
    form .error textarea:focus {
      border: 1px solid #e34f45;
      box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.1); }
  form .error:after {
    left: 0;
    top: 100%;
    color: #e34f45;
    content: attr(data-error);
    font-size: 14px;
    line-height: 20px;
    padding: 0;
    position: absolute;
    text-transform: none;
    text-transform: initial;
    white-space: nowrap;
    z-index: 1; }
  form.disabled input:not(.button),
  form.disabled textarea {
    background: #e7e5dc;
    color: #838370;
    pointer-events: none; }
  form.disabled .loader .button {
    opacity: 0.6;
    pointer-events: none;
    color: #33ad73; }
    form.disabled .loader .button:hover {
      background: #33ad73; }
  form.disabled .loader img {
    display: inline-block; }
  form.success .loader {
    display: none; }
  form.success .success-message {
    display: block; }
  form .easy-autocomplete-container .eac-item img {
    width: 18px;
    margin-right: 5px; }
  form .cookies-message--advice,
  form .cookies-message--error {
    margin-top: 20px;
    padding-left: 45px;
    background-repeat: no-repeat; }
    form .cookies-message--advice #ot-sdk-btn.ot-sdk-show-settings,
    form .cookies-message--error #ot-sdk-btn.ot-sdk-show-settings {
      color: #33ad73;
      text-transform: uppercase; }
      form .cookies-message--advice #ot-sdk-btn.ot-sdk-show-settings:hover,
      form .cookies-message--error #ot-sdk-btn.ot-sdk-show-settings:hover {
        color: #008046; }
  form .cookies-message--advice {
    background-image: url("../img/icon-cookies.svg"); }
  form .cookies-message--error {
    background-image: url("../img/error-message.svg");
    display: none; }
    form .cookies-message--error p {
      color: #e34f45; }
    form .cookies-message--error #ot-sdk-btn.ot-sdk-show-settings {
      font-weight: bold;
      font-size: 13px; }

.clock--container {
  color: #b4b1a5;
  font-size: 14px;
  font-style: italic;
  text-align: center;
  width: 100%; }
  .clock--container span {
    color: #b4b1a5;
    font-size: 20px; }

/* Section Form */
.section--form {
  padding-bottom: 170px; }
  .section--form .wrapper {
    flex-direction: column;
    align-items: center;
    justify-content: center; }
    .section--form .wrapper article {
      margin-bottom: 45px; }
    .section--form .wrapper form {
      max-width: 680px;
      display: flex;
      flex-wrap: wrap;
      justify-content: flex-end; }
      .section--form .wrapper form .holder {
        width: 50%;
        padding-right: 30px;
        margin-bottom: 30px; }
        .section--form .wrapper form .holder:nth-child(even) {
          padding-right: 0; }
        .section--form .wrapper form .holder.big {
          width: 100%;
          padding-right: 0; }
        .section--form .wrapper form .holder.time {
          padding-right: 0; }
        .section--form .wrapper form .holder .intl-tel-input,
        .section--form .wrapper form .holder .iti {
          width: 90%; }
        .section--form .wrapper form .holder .message {
          display: inline-block;
          font-size: 14px;
          color: #e34f45;
          line-height: 20px; }
          .section--form .wrapper form .holder .message.hide {
            display: none; }
        .section--form .wrapper form .holder input:not([type='checkbox']),
        .section--form .wrapper form .holder textarea {
          width: 100%;
          min-width: auto; }
        .section--form .wrapper form .holder .button {
          width: auto;
          float: right; }
  .section--form .bg-c {
    transform: rotate(-5deg) translate(500px, -480px); }
  .section--form .bg-e {
    bottom: 0;
    top: auto;
    transform: translate(-50%); }

.section--partners-form .submit-button__container {
  width: 100%;
  display: flex; }

.section--partners-form .wrapper {
  flex-direction: column;
  align-items: center;
  justify-content: center; }
  .section--partners-form .wrapper article {
    margin-bottom: 45px; }
    .section--partners-form .wrapper article h3 {
      font-size: 24px;
      font-weight: bold;
      margin-bottom: 10px;
      text-align: center; }
    .section--partners-form .wrapper article p {
      font-size: 16px;
      text-align: center;
      margin-bottom: 0; }
  .section--partners-form .wrapper form {
    max-width: 680px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 20px; }
    .section--partners-form .wrapper form .holder {
      width: 48%;
      margin-bottom: 20px; }
      .section--partners-form .wrapper form .holder:nth-child(even) {
        padding-right: 0; }
      .section--partners-form .wrapper form .holder.big {
        width: 100%; }
      .section--partners-form .wrapper form .holder.time {
        width: 48%; }
      .section--partners-form .wrapper form .holder label {
        display: block;
        font-size: 14px;
        font-weight: bold;
        margin-bottom: 5px; }
      .section--partners-form .wrapper form .holder input:not([type='checkbox']),
      .section--partners-form .wrapper form .holder textarea {
        width: 100%;
        min-width: auto;
        padding: 10px;
        border: 1px solid #ccc;
        border-radius: 4px;
        font-size: 14px; }
      .section--partners-form .wrapper form .holder .intl-tel-input,
      .section--partners-form .wrapper form .holder .iti {
        width: 100%; }
      .section--partners-form .wrapper form .holder .message {
        display: inline-block;
        font-size: 14px;
        color: #e34f45;
        line-height: 20px; }
        .section--partners-form .wrapper form .holder .message.hide {
          display: none; }
    .section--partners-form .wrapper form .checkbox {
      display: flex;
      align-items: center;
      gap: 10px; }
      .section--partners-form .wrapper form .checkbox input[type='checkbox'] {
        width: 20px;
        height: 20px;
        top: auto;
        top: initial;
        left: auto;
        left: initial; }
      .section--partners-form .wrapper form .checkbox label {
        font-size: 14px;
        font-weight: normal; }
    .section--partners-form .wrapper form .loader {
      display: flex;
      justify-content: flex-end;
      align-items: center;
      gap: 10px;
      min-width: 225px; }
      .section--partners-form .wrapper form .loader input[type='submit'] {
        background-color: #28a745;
        color: #fff;
        border: none;
        padding: 10px 20px;
        border-radius: 4px;
        font-size: 14px;
        cursor: pointer; }
        .section--partners-form .wrapper form .loader input[type='submit']:hover {
          background-color: #218838; }
      .section--partners-form .wrapper form .loader img {
        width: 20px;
        height: 20px; }
    .section--partners-form .wrapper form .success-message {
      width: 100%;
      text-align: center;
      margin-top: 20px; }
      .section--partners-form .wrapper form .success-message p {
        font-size: 16px;
        color: #28a745; }
    .section--partners-form .wrapper form .rgpd {
      width: 100%;
      font-size: 12px;
      color: #666; }
      .section--partners-form .wrapper form .rgpd p {
        margin-bottom: 5px; }

.section--partners-form .bg-c {
  transform: rotate(-5deg) translate(500px, -480px); }

.section--partners-form .bg-e {
  bottom: 0;
  top: auto;
  transform: translate(-50%); }

@media (max-width: 850px) {
  .section--form .wrapper form {
    margin: 0 auto; } }

@media (max-width: 480px) {
  .section--form .wrapper form .holder {
    width: 100%;
    padding-right: 0; }
    .section--form .wrapper form .holder .intl-tel-input {
      width: 100%; }
  .section--form .wrapper form .loader {
    width: 100%; } }

article ul {
  list-style: none;
  margin: 0 -35px;
  padding: 50px 0 0;
  text-align: left;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start; }
  article ul li {
    width: 33%;
    display: inline-block;
    vertical-align: top;
    padding: 20px 35px; }
    article ul li img {
      height: 50px;
      width: auto; }

@media (max-width: 480px) {
  article ul {
    justify-content: center; }
    article ul li {
      width: 49%;
      max-width: 50%; } }

@media (max-width: 850px) {
  article ul {
    justify-content: center; } }

.c-modal {
  position: fixed;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
  display: none;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.5);
  transition: visibility 0.25s 0s, opacity 0.25s ease; }
  .c-modal__content {
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    background-color: #000;
    transition: opacity 0.25s ease 0.25s, margin 0.25s ease 0.25s; }
    .c-modal__content iframe {
      height: 100%;
      width: 100%; }
  .c-modal__close {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 11;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    line-height: 15px; }
    .c-modal__close span {
      color: #fff;
      font-size: 12px;
      position: relative;
      top: -1px;
      right: -2px; }

body.show-modal {
  overflow: hidden; }
  body.show-modal .c-modal {
    display: block;
    opacity: 1; }
    body.show-modal .c-modal .c-modal__content {
      margin-top: 0;
      opacity: 1; }

.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 50;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease-in-out; }
  .modal-overlay.show {
    opacity: 1;
    visibility: visible; }

.modal {
  display: flex;
  visibility: hidden;
  opacity: 0;
  width: auto;
  height: auto;
  max-width: 440px;
  min-width: 300px;
  position: fixed;
  overflow: hidden;
  background-color: #fff;
  z-index: 100;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.5s ease-in-out; }
  .modal.open {
    visibility: visible;
    opacity: 1; }
  .modal .content {
    margin: 60px 50px 50px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center; }
  .modal .title {
    margin: 0 0 30px; }
  .modal .icon-close {
    position: absolute;
    right: 15px;
    top: 20px;
    width: 20px;
    height: 20px;
    background: transparent;
    border: 0;
    color: #302100; }
  .modal .background {
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    z-index: 1; }
    .modal .background.bg-c {
      background-image: url("../img/background-pattern-c.svg");
      height: 212px;
      width: 245px;
      transform: rotate(180deg) translateY(18px);
      left: -90px;
      bottom: -70px; }

@media (max-width: 850px) {
  .modal.modal-pricing .title br {
    display: none; } }

@media (max-width: 480px) {
  .modal .content {
    margin: 15% 10% 35%; } }

.section--top + .sub-navigation {
  margin-top: 70px; }

.sub-navigation {
  text-align: center;
  margin: 0 0 40px;
  padding: 0 0 2px;
  position: relative;
  pointer-events: none; }
  .sub-navigation .header + ul.open {
    display: flex; }
  .sub-navigation .header + ul.hide {
    display: none; }
  .sub-navigation .header a {
    cursor: pointer;
    font-size: 13px;
    font-weight: bold;
    line-height: 13px;
    color: #302100;
    text-transform: uppercase;
    margin: 0 0 10px;
    pointer-events: auto;
    padding: 20px 20px 20px 0; }
    .sub-navigation .header a:after {
      content: '';
      width: 0;
      height: 0;
      position: relative;
      top: 10px;
      right: -10px;
      border-right: 5px solid transparent;
      border-left: 5px solid transparent;
      border-top: 5px solid #302100; }
  .sub-navigation .item-active {
    border-left: 2px solid #838370;
    padding: 4px 15px;
    display: inline-block; }
    .sub-navigation .item-active span {
      font-size: 13px;
      font-weight: bold;
      line-height: 15px;
      color: #302100;
      text-transform: uppercase;
      border-bottom: 3px solid #fbb224; }
  .sub-navigation ul {
    display: none;
    width: 100%;
    position: absolute;
    background: #fff;
    padding: 15px 0;
    box-shadow: 0 1px 0 1px rgba(48, 33, 0, 0.1);
    z-index: 9;
    pointer-events: auto;
    justify-content: center;
    list-style: none;
    overflow-x: auto; }
    .sub-navigation ul.scroll-active {
      position: relative;
      padding-left: 15rem; }
    .sub-navigation ul.scroll-active::before, .sub-navigation ul.scroll-active::after {
      content: '';
      display: block;
      width: 2rem;
      flex-shrink: 0; }
    .sub-navigation ul::-webkit-scrollbar {
      height: 3px; }
    .sub-navigation ul::-webkit-scrollbar-track {
      background: #f1f1f1; }
    .sub-navigation ul::-webkit-scrollbar-thumb {
      background: #4CAF50;
      border-radius: 4px; }
    .sub-navigation ul::-webkit-scrollbar-thumb:hover {
      background: #388E3C; }
    .sub-navigation ul li {
      display: flex;
      justify-content: center; }
      .sub-navigation ul li a {
        color: #302100;
        opacity: 0.6;
        font-size: 11px;
        font-weight: bold;
        line-height: 20px;
        padding: 10px;
        cursor: pointer; }
        .sub-navigation ul li a:hover {
          opacity: 1; }
      .sub-navigation ul li.hide, .sub-navigation ul li.sub-navigation__close {
        display: none; }
      .sub-navigation ul li.sub-navigation__close:after {
        content: '';
        width: 0;
        height: 0;
        border-right: 5px solid transparent;
        border-left: 5px solid transparent;
        border-bottom: 5px solid #302100;
        display: block;
        margin-left: 5px;
        opacity: 0.6; }
      .sub-navigation ul li:not(:first-child) {
        padding-left: 10px; }
  .sub-navigation:hover > a:after {
    top: -10px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: none;
    border-bottom: 5px solid #302100; }
  .sub-navigation:hover ul {
    display: flex; }

@media (max-width: 1180px) {
  .sub-navigation ul li:not(:first-child) {
    padding-left: 0; } }

@media (max-width: 850px) {
  .sub-navigation ul {
    flex-direction: column; }
    .sub-navigation ul li.sub-navigation__close {
      display: flex;
      align-items: baseline;
      justify-content: center; }
    .sub-navigation ul li a {
      line-height: 15px;
      margin: 12.5px 0;
      padding: 0; } }

.main-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 0;
  width: 100%;
  max-width: 1366px;
  margin-top: 40px; }
  @media (max-width: 480px) {
    .main-container {
      margin-bottom: 125px; } }

.new-tabs-container {
  width: 100%;
  border-radius: 8px;
  height: 100%; }
  .new-tabs-container .container {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    margin: 20px 0px; }
    @media (max-width: 480px) {
      .new-tabs-container .container {
        justify-content: center; } }

.new-tabs {
  display: flex;
  justify-content: space-around;
  border-bottom: 1px solid #ddd; }
  .new-tabs .tab-button {
    flex: 1;
    padding: 20px;
    cursor: pointer;
    transition: background 0.3s;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 15px;
    text-transform: uppercase;
    color: #838370;
    text-align: center; }
    .new-tabs .tab-button:hover {
      background: #ddd; }
    .new-tabs .tab-button.active {
      background: #fff;
      border-bottom: 2px solid #FBB224; }

.new-tab-content {
  display: none;
  padding: 20px;
  opacity: 0;
  transition: opacity 0.2s ease-in-out; }
  .new-tab-content.active {
    display: block;
    opacity: 1; }
  .new-tab-content.fade {
    display: block;
    opacity: 0;
    animation: fadeIn 0.2s forwards; }
  .new-tab-content .slick-dots {
    text-align: center;
    margin-top: 20px; }
  .new-tab-content h4 {
    text-align: center;
    margin: 10px auto; }
    @media (max-width: 480px) {
      .new-tab-content h4 {
        font-size: 21px; } }

.plan-card {
  background: #FFFFFF;
  box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.05);
  border-radius: 3px;
  max-width: 297px;
  display: inline-block;
  margin: 15px;
  min-width: 297px;
  padding: 25px;
  position: relative; }
  .plan-card__pill {
    position: absolute;
    top: 34px;
    right: 26px;
    background: #B58FC1;
    font-style: normal;
    font-weight: 700;
    font-size: 10px;
    line-height: 18px;
    text-align: center;
    color: #FFFFFF;
    border-radius: 22px;
    padding: 0px 8px; }
  .plan-card .button {
    padding: 15px 40px; }
  .plan-card h4 {
    margin-top: 0;
    margin-top: initial;
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 36px;
    color: #212121;
    text-align: left; }
  .plan-card p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #666666;
    min-height: 130px; }
  .plan-card span {
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 24px;
    color: #333333; }
  .plan-card span.plan-pricing {
    display: block;
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 36px;
    color: #333333; }
    .plan-card span.plan-pricing.card--min-height {
      min-height: 60px; }
    .plan-card span.plan-pricing .old-price__container {
      display: none;
      font-style: normal;
      font-weight: 600;
      font-size: 16px;
      line-height: 24px;
      align-items: center;
      color: #2E71EA;
      -webkit-text-decoration: line-through;
      text-decoration: line-through;
      margin-left: 10px; }
      .plan-card span.plan-pricing .old-price__container.show {
        display: inline-flex; }
      .plan-card span.plan-pricing .old-price__container::after {
        content: '*'; }
    .plan-card span.plan-pricing .old-price-message__container {
      display: none;
      font-style: normal;
      font-weight: 600;
      font-size: 14px;
      line-height: 24px;
      color: #2E71EA;
      width: 100%; }
      .plan-card span.plan-pricing .old-price-message__container.show {
        display: block; }
  .plan-card button {
    width: 100%;
    margin-top: 10px; }
  .plan-card .separator {
    width: 100%;
    border-top: 1px solid black;
    margin-top: 20px; }
  .plan-card h5 {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #333333; }
  .plan-card .icon-text-list {
    list-style-type: none;
    padding: 0;
    margin: 0;
    margin-bottom: 24px;
    min-height: 231px; }
    .plan-card .icon-text-list .icon-text-item {
      display: flex;
      align-items: center;
      margin: 10px 0; }
      .plan-card .icon-text-list .icon-text-item .icon-img {
        margin-right: 10px;
        width: 16px;
        height: 16px; }
      .plan-card .icon-text-list .icon-text-item .item-text {
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
        align-items: center;
        color: #666666; }
  .plan-card a {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #008060;
    margin-top: 15px; }
  .plan-card a:hover {
    opacity: 0.5; }

@keyframes fadeIn {
  to {
    opacity: 1; } }

.slick-slider.carrouselMarketingTabs {
  display: none; }

@media (max-width: 480px) {
  .plan-card {
    display: none; }
  .slick-slider.carrouselMarketingTabs {
    display: block; }
  .carrouselMarketingTabs .plan-card {
    display: inline-block; }
  .tab-content {
    padding: 15px; }
  .new-tabs {
    position: relative;
    margin-bottom: 30px;
    border-bottom: 0;
    border-bottom: initial; }
  .tab-button {
    padding: 10px;
    font-size: 14px;
    display: none;
    position: relative;
    max-width: 70%;
    margin: 0 auto;
    border-bottom: none; }
  .tab-button.active {
    display: block;
    width: 100%;
    max-width: 60%;
    text-align: center;
    background: #fff;
    position: relative;
    padding: 10px; }
  .tab-button.active::after {
    content: '▼';
    font-size: 14px;
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none; }
  .new-tabs.expanded {
    display: flex;
    flex-direction: column;
    width: 100%; }
  .new-tabs.expanded .tab-button {
    display: block;
    width: 100%;
    text-align: center; }
  .new-tabs.expanded .tab-button:last-child {
    border-bottom: none;
    /* Elimina el borde inferior de la última tab */ } }

.progress-bar.ie-css .range-slider {
  height: auto;
  border: none; }

.progress-bar.ie-css .progress-anchor {
  display: none; }

.progress-bar {
  width: 100%;
  padding: 45px 0 20px;
  position: relative;
  max-width: 800px; }

.progress-anchor {
  border-radius: 5px;
  content: '';
  background: #33ad73;
  position: absolute;
  bottom: 5px;
  width: 0;
  height: 8px;
  z-index: -1; }

.range-slider {
  -webkit-appearance: none;
  width: 100%;
  height: 8px;
  border: 1px solid #b4b1a5;
  border-radius: 5px;
  background: transparent;
  outline: none;
  padding: 0;
  margin: 0;
  position: absolute;
  bottom: 5px; }
  .range-slider::-webkit-slider-thumb {
    -webkit-appearance: none;
            appearance: none;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    border: 0;
    border-color: transparent;
    background: #33ad73;
    cursor: pointer;
    -webkit-transition: background 0.15s ease-in-out;
    transition: background 0.15s ease-in-out;
    position: relative;
    z-index: 100; }
    .range-slider::-webkit-slider-thumb:hover {
      background: #fff;
      box-shadow: 0 0 0 4px #65c192; }
  .range-slider:active::-webkit-slider-thumb {
    background: #65c192; }
  .range-slider::-moz-range-thumb {
    width: 15px;
    height: 15px;
    border: 0;
    border-color: transparent;
    border-radius: 50%;
    background: #33ad73;
    cursor: pointer;
    -moz-transition: background 0.15s ease-in-out;
    transition: background 0.15s ease-in-out;
    position: relative;
    z-index: 100; }
    .range-slider::-moz-range-thumb:hover {
      background: #fff;
      box-shadow: 0 0 0 4px #65c192; }
  .range-slider:active::-moz-range-thumb {
    background: #fff;
    box-shadow: 0 0 0 4px #65c192; }
  .range-slider:focus::-webkit-slider-thumb {
    background: #fff;
    box-shadow: 0 0 0 4px #65c192; }

.range-value {
  display: inline-block;
  position: absolute;
  color: #fff;
  line-height: 20px;
  text-align: center;
  border-radius: 3px;
  background: #33ad73;
  padding: 5px;
  top: 0;
  left: -56px;
  font-size: 14px;
  font-weight: bold;
  min-width: 145px; }
  .range-value:after {
    position: absolute;
    bottom: -5px;
    left: 0;
    right: 0;
    margin: auto;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-top: 10px solid #33ad73;
    border-right: 10px solid transparent;
    content: ''; }
  .range-value.first:after {
    right: auto; }
  .range-value.last:after {
    left: auto; }
  .range-value span {
    font-size: 14px;
    color: white; }

@supports (-ms-ime-align: auto) {
  .range-value {
    top: -8px; } }

input[type='range']::-moz-range-track {
  background: transparent; }

/*hide the outline behind the border*/
input[type='range']:-moz-focusring {
  outline: 1px solid white;
  outline-offset: -1px; }

input[type='range']::-ms-track {
  width: 100%;
  height: 7px;
  background: transparent;
  border-color: transparent;
  border-width: 6px 0;
  color: transparent; }

input[type='range']::-ms-fill-lower {
  background: #33ad73;
  border-radius: 10px; }

input[type='range']::-ms-fill-upper {
  background: #fff;
  border-radius: 10px;
  border: 1px solid #b4b1a5; }

input[type='range']::-ms-thumb {
  border: none;
  height: 15px;
  width: 15px;
  border-radius: 50%;
  background: #33ad73;
  cursor: pointer; }

input[type='range']:focus::-ms-fill-lower {
  background: #33ad73; }

input[type='range']:focus::-ms-fill-upper {
  background: #fff; }

input[type='range']::-ms-tooltip {
  display: none; }

@media (max-width: 850px) {
  .range-slider::-webkit-slider-thumb {
    width: 20px;
    height: 20px; }
  .range-slider::-moz-range-thumb {
    width: 20px;
    height: 20px; }
  .range-value {
    top: -1px; } }

main {
  overflow: hidden; }
  main .buttons-container {
    margin: 20px 0 0; }
    main .buttons-container .button.button--large {
      padding: 15px 94px; }
    main .buttons-container .button:first-child {
      margin: 0 18px 20px 0; }
  main section {
    position: relative;
    width: 100%;
    max-width: 1366px;
    margin: 0 auto;
    padding: 85px 0; }
    main section .wrapper {
      position: relative;
      display: flex;
      padding: 0 5%;
      z-index: 2; }
      main section .wrapper.reverse {
        flex-direction: row-reverse; }
        main section .wrapper.reverse .col video {
          right: -20px;
          left: auto; }
        main section .wrapper.reverse .col article {
          padding: 0 0 0 80px; }
      main section .wrapper .col {
        position: relative;
        display: flex;
        flex: 50%;
        flex-direction: column;
        justify-content: center;
        margin: 0; }
        main section .wrapper .col video {
          height: 480px;
          width: auto;
          position: absolute;
          left: -20px;
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2); }
        main section .wrapper .col img {
          max-width: 610px;
          width: 100%;
          margin: 0 auto; }
        main section .wrapper .col img.img--lg {
          max-width: 720px;
          width: 100%;
          margin: 0 auto; }
        main section .wrapper .col img.img--chatbot {
          padding-right: 50px;
          transform: scaleX(-1); }
        main section .wrapper .col article.article--smallpadding {
          padding: 0 60px 0 0; }
        main section .wrapper .col article {
          height: 480px;
          display: flex;
          flex-direction: column;
          justify-content: center;
          align-items: left;
          text-align: left;
          padding: 0 120px 0 0; }
          main section .wrapper .col article p {
            margin: 20px 0; }
      main section .wrapper .main-content {
        max-width: 1200px; }
        main section .wrapper .main-content .main-content__title {
          max-width: 1200px; }
      main section .wrapper article {
        max-width: 800px;
        text-align: center;
        margin: 0 auto; }
        main section .wrapper article h3 {
          margin: 10px 0 0; }
        main section .wrapper article h6 {
          margin: 0; }
        main section .wrapper article p {
          margin: 25px 0 35px; }
    main section .background {
      background-repeat: no-repeat;
      background-size: contain;
      position: absolute;
      z-index: 1;
      top: 50%;
      left: 49.5%; }
      main section .background.bg-a {
        background-image: url("../img/background-pattern-a.svg");
        height: 653px;
        width: 1551px; }
      main section .background.bg-b {
        background-image: url("../img/background-pattern-b.svg");
        height: 358px;
        width: 346px; }
      main section .background.bg-c {
        background-image: url("../img/background-pattern-c.svg");
        height: 227px;
        width: 289px; }
      main section .background.bg-d {
        background-image: url("../img/background-pattern-d.svg");
        height: 617.85px;
        width: 1366px; }
      main section .background.bg-e {
        background-image: url("../img/background-pattern-e.svg");
        height: 89px;
        width: 2798px; }
      main section .background.bg-f {
        background-image: url("../img/background-pattern-f.svg");
        height: 162px;
        width: 150px; }
      main section .background.bg-g {
        background-image: url("../img/background-pattern-g.svg");
        height: 414px;
        width: 710px; }
      main section .background.bg-h {
        background-image: url("../img/background-pattern-h.svg");
        height: 441px;
        width: 1014px; }
      main section .background.bg-i {
        background-image: url("../img/background-pattern-i.svg");
        width: 656px;
        height: 163px; }
      main section .background.bg-j {
        background-image: url("../img/background-pattern-j.svg");
        width: 224px;
        height: 250px; }
      main section .background.bg-m {
        background-image: url("../img/background-pattern-m.svg");
        width: 587px;
        height: 266px; }
      main section .background.bg-n {
        background-image: url("../img/background-pattern-n.png");
        width: 261px;
        height: 280px; }
      main section .background.bg-o {
        background-image: url("../img/background-pattern-o.svg");
        width: 874px;
        height: 488px; }
      main section .background.bg-p {
        background-image: url("../img/background-pattern-p.svg");
        width: 633px;
        height: 331px; }
      main section .background.bg-q {
        background-image: url("../img/background-pattern-q.svg");
        height: 358px;
        width: 346px; }
      main section .background.bg-integrations {
        background-image: url("../img/bg_image-integrations.png");
        width: 816px;
        height: 576px; }
      main section .background.bg-navidad--top, main section .background.bg-navidad--bottom {
        position: absolute;
        left: 0;
        width: 100%;
        height: auto;
        aspect-ratio: 1486 / 660;
        background-repeat: no-repeat;
        background-size: cover;
        z-index: -1; }
      main section .background.bg-navidad--top {
        top: 0;
        background-image: url("../img/bg_image-navidad-top.svg");
        background-position: top center; }
        @media (max-width: 480px) {
          main section .background.bg-navidad--top {
            top: 56px; } }
      main section .background.bg-navidad--bottom {
        bottom: 0;
        background-image: url("../img/bg_image-navidad-bottom.svg");
        background-position: bottom center; }
  main .section--top--christmas {
    position: relative;
    overflow: hidden;
    padding-top: max(150px, min(15vw, 250px));
    padding-bottom: max(150px, min(15vw, 250px)); }
    main .section--top--christmas .background {
      z-index: 0; }
    main .section--top--christmas .wrapper {
      position: relative;
      z-index: 1; }
  main section.test-background {
    margin-bottom: 300px; }
    main section.test-background .background {
      height: 400px !important;
      width: 400px !important; }
    main section.test-background .background {
      margin-bottom: 30px; }
      main section.test-background .background.bg-a {
        background-image: url("../img/background-pattern-a.svg"); }
      main section.test-background .background.bg-b {
        background-image: url("../img/background-pattern-b.svg"); }
      main section.test-background .background.bg-c {
        background-image: url("../img/background-pattern-c.svg"); }
      main section.test-background .background.bg-d {
        background-image: url("../img/background-pattern-d.svg"); }
      main section.test-background .background.bg-e {
        background-image: url("../img/background-pattern-e.svg"); }
      main section.test-background .background.bg-f {
        background-image: url("../img/background-pattern-f.svg"); }
      main section.test-background .background.bg-g {
        background-image: url("../img/background-pattern-g.svg"); }
      main section.test-background .background.bg-h {
        background-image: url("../img/background-pattern-h.svg"); }
      main section.test-background .background.bg-i {
        background-image: url("../img/background-pattern-i.svg"); }
      main section.test-background .background.bg-j {
        background-image: url("../img/background-pattern-j.svg"); }
      main section.test-background .background.bg-m {
        background-image: url("../img/background-pattern-m.svg"); }
      main section.test-background .background.bg-n {
        background-image: url("../img/background-pattern-n.png"); }
      main section.test-background .background.bg-o {
        background-image: url("../img/background-pattern-o.svg"); }
      main section.test-background .background.bg-p {
        background-image: url("../img/background-pattern-p.svg"); }
      main section.test-background .background.bg-q {
        background-image: url("../img/background-pattern-q.svg"); }

@media (max-width: 850px) {
  main .buttons-container .button:first-child {
    margin-bottom: 0; }
  .home section .wrapper,
  .home section .wrapper.reverse,
  main section .wrapper,
  main section .wrapper.reverse {
    flex-direction: column; }
    .home section .wrapper .col,
    .home section .wrapper.reverse .col,
    main section .wrapper .col,
    main section .wrapper.reverse .col {
      flex: auto; }
      .home section .wrapper .col video,
      .home section .wrapper.reverse .col video,
      main section .wrapper .col video,
      main section .wrapper.reverse .col video {
        height: auto;
        position: relative;
        right: 0;
        left: 0;
        width: 100%; }
      .home section .wrapper .col article,
      .home section .wrapper.reverse .col article,
      main section .wrapper .col article,
      main section .wrapper.reverse .col article {
        height: auto;
        padding: 0 0 50px;
        max-width: 450px;
        margin: 0 auto 0 0; } }

@media (max-width: 480px) {
  main .buttons-container .button:first-child {
    margin-bottom: 20px; }
  .home section .wrapper .col article,
  .home section .wrapper.reverse .col article,
  main section .wrapper .col article,
  main section .wrapper.reverse .col article {
    padding: 0 0 40px; }
    .home section .wrapper .col article .buttons-container,
    .home section .wrapper.reverse .col article .buttons-container,
    main section .wrapper .col article .buttons-container,
    main section .wrapper.reverse .col article .buttons-container {
      width: 100%; } }

.section--omnichannel--christmas {
  position: relative;
  overflow: visible; }
  .section--omnichannel--christmas .background.bg-navidad--bottom {
    position: absolute;
    bottom: 0;
    left: 50%;
    min-height: max(400px, min(45vw, 650px));
    aspect-ratio: 1486 / 660;
    background-size: cover;
    background-position: bottom center;
    transform: translateX(-50%) translateY(-68%);
    width: 100vw;
    max-width: none;
    height: auto;
    background-image: url("../img/bg_image-navidad-bottom.svg");
    background-repeat: no-repeat;
    z-index: -1;
    pointer-events: none; }
    @media (max-width: 850px) {
      .section--omnichannel--christmas .background.bg-navidad--bottom {
        transform: translateX(-50%) translateY(-46%);
        z-index: 2; } }
    @media (max-width: 480px) {
      .section--omnichannel--christmas .background.bg-navidad--bottom {
        background-image: url("../img/bg_image-navidad-bottom--mobile.svg");
        aspect-ratio: 264 / 126;
        background-size: contain;
        transform: translateX(-50%) translateY(-35%);
        z-index: 2; } }

.features .c-tabs {
  margin: 0 auto;
  margin-top: 90px;
  margin-bottom: 30px;
  max-width: 1322px; }
  .features .c-tabs .c-tabs__tab {
    animation: fade-in 0.6s; }
  .features .c-tabs hr {
    height: 4px;
    border-top: 1px solid rgba(48, 33, 0, 0.2);
    border-bottom: none;
    background-color: rgba(48, 33, 0, 0.1);
    margin-top: 11px;
    margin-bottom: 60px; }

.c-tabs__tab {
  display: none; }

.c-tabs #c-tabs__left.disabled,
.c-tabs #c-tabs__right.disabled {
  color: #b4b1a5; }

.c-tabs__tab-indicator {
  display: inline-block;
  margin: 0 20px;
  margin-top: 25px; }
  .c-tabs__tab-indicator img {
    opacity: 0.6; }
  .c-tabs__tab-indicator:hover {
    color: #a1d045; }
  .c-tabs__tab-indicator--is-active {
    color: #a1d045;
    border-bottom: 1px solid #edede6; }

.c-tabs[data-active-tab='1'] .c-tabs__tab:nth-of-type(1) {
  display: block; }

.c-tabs[data-active-tab='1'] .c-tabs__tab img {
  width: 100%;
  margin: 0 auto; }

.c-tabs[data-active-tab='1'] .c-tabs__tab-indicator:nth-of-type(1) img {
  opacity: 1; }

.c-tabs[data-active-tab='1'] .c-tabs__tab-indicator:nth-of-type(1).underline {
  position: relative; }
  .c-tabs[data-active-tab='1'] .c-tabs__tab-indicator:nth-of-type(1).underline:after {
    top: calc(100% + 12px);
    left: 0;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #4120d1;
    content: ' '; }

.c-tabs[data-active-tab='1'] .c-tabs__tab-indicator.features-menu {
  font-weight: 700;
  font-size: 13px;
  line-height: 15px;
  text-transform: uppercase;
  color: #838370; }

.c-tabs[data-active-tab='1'] .c-tabs__tab-indicator.features-menu span {
  font-weight: 700;
  font-size: 13px;
  line-height: 15px;
  text-transform: uppercase;
  color: #838370; }

.c-tabs[data-active-tab='1'] .c-tabs__tab-indicator.features-menu:nth-of-type(1) img {
  opacity: 1; }

.c-tabs[data-active-tab='1'] .c-tabs__tab-indicator.features-menu:nth-of-type(1).underline {
  position: relative; }
  .c-tabs[data-active-tab='1'] .c-tabs__tab-indicator.features-menu:nth-of-type(1).underline:after {
    top: calc(100% + 12px);
    left: -10px;
    position: absolute;
    height: 4px;
    width: 118%;
    background: #FBB224;
    content: ' '; }

.c-tabs[data-active-tab='2'] .c-tabs__tab:nth-of-type(2) {
  display: block; }

.c-tabs[data-active-tab='2'] .c-tabs__tab img {
  width: 100%;
  margin: 0 auto; }

.c-tabs[data-active-tab='2'] .c-tabs__tab-indicator:nth-of-type(2) img {
  opacity: 1; }

.c-tabs[data-active-tab='2'] .c-tabs__tab-indicator:nth-of-type(2).underline {
  position: relative; }
  .c-tabs[data-active-tab='2'] .c-tabs__tab-indicator:nth-of-type(2).underline:after {
    top: calc(100% + 12px);
    left: 0;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #4120d1;
    content: ' '; }

.c-tabs[data-active-tab='2'] .c-tabs__tab-indicator.features-menu {
  font-weight: 700;
  font-size: 13px;
  line-height: 15px;
  text-transform: uppercase;
  color: #838370; }

.c-tabs[data-active-tab='2'] .c-tabs__tab-indicator.features-menu span {
  font-weight: 700;
  font-size: 13px;
  line-height: 15px;
  text-transform: uppercase;
  color: #838370; }

.c-tabs[data-active-tab='2'] .c-tabs__tab-indicator.features-menu:nth-of-type(2) img {
  opacity: 1; }

.c-tabs[data-active-tab='2'] .c-tabs__tab-indicator.features-menu:nth-of-type(2).underline {
  position: relative; }
  .c-tabs[data-active-tab='2'] .c-tabs__tab-indicator.features-menu:nth-of-type(2).underline:after {
    top: calc(100% + 12px);
    left: -10px;
    position: absolute;
    height: 4px;
    width: 118%;
    background: #FBB224;
    content: ' '; }

.c-tabs[data-active-tab='3'] .c-tabs__tab:nth-of-type(3) {
  display: block; }

.c-tabs[data-active-tab='3'] .c-tabs__tab img {
  width: 100%;
  margin: 0 auto; }

.c-tabs[data-active-tab='3'] .c-tabs__tab-indicator:nth-of-type(3) img {
  opacity: 1; }

.c-tabs[data-active-tab='3'] .c-tabs__tab-indicator:nth-of-type(3).underline {
  position: relative; }
  .c-tabs[data-active-tab='3'] .c-tabs__tab-indicator:nth-of-type(3).underline:after {
    top: calc(100% + 12px);
    left: 0;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #4120d1;
    content: ' '; }

.c-tabs[data-active-tab='3'] .c-tabs__tab-indicator.features-menu {
  font-weight: 700;
  font-size: 13px;
  line-height: 15px;
  text-transform: uppercase;
  color: #838370; }

.c-tabs[data-active-tab='3'] .c-tabs__tab-indicator.features-menu span {
  font-weight: 700;
  font-size: 13px;
  line-height: 15px;
  text-transform: uppercase;
  color: #838370; }

.c-tabs[data-active-tab='3'] .c-tabs__tab-indicator.features-menu:nth-of-type(3) img {
  opacity: 1; }

.c-tabs[data-active-tab='3'] .c-tabs__tab-indicator.features-menu:nth-of-type(3).underline {
  position: relative; }
  .c-tabs[data-active-tab='3'] .c-tabs__tab-indicator.features-menu:nth-of-type(3).underline:after {
    top: calc(100% + 12px);
    left: -10px;
    position: absolute;
    height: 4px;
    width: 118%;
    background: #FBB224;
    content: ' '; }

.c-tabs[data-active-tab='4'] .c-tabs__tab:nth-of-type(4) {
  display: block; }

.c-tabs[data-active-tab='4'] .c-tabs__tab img {
  width: 100%;
  margin: 0 auto; }

.c-tabs[data-active-tab='4'] .c-tabs__tab-indicator:nth-of-type(4) img {
  opacity: 1; }

.c-tabs[data-active-tab='4'] .c-tabs__tab-indicator:nth-of-type(4).underline {
  position: relative; }
  .c-tabs[data-active-tab='4'] .c-tabs__tab-indicator:nth-of-type(4).underline:after {
    top: calc(100% + 12px);
    left: 0;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #4120d1;
    content: ' '; }

.c-tabs[data-active-tab='4'] .c-tabs__tab-indicator.features-menu {
  font-weight: 700;
  font-size: 13px;
  line-height: 15px;
  text-transform: uppercase;
  color: #838370; }

.c-tabs[data-active-tab='4'] .c-tabs__tab-indicator.features-menu span {
  font-weight: 700;
  font-size: 13px;
  line-height: 15px;
  text-transform: uppercase;
  color: #838370; }

.c-tabs[data-active-tab='4'] .c-tabs__tab-indicator.features-menu:nth-of-type(4) img {
  opacity: 1; }

.c-tabs[data-active-tab='4'] .c-tabs__tab-indicator.features-menu:nth-of-type(4).underline {
  position: relative; }
  .c-tabs[data-active-tab='4'] .c-tabs__tab-indicator.features-menu:nth-of-type(4).underline:after {
    top: calc(100% + 12px);
    left: -10px;
    position: absolute;
    height: 4px;
    width: 118%;
    background: #FBB224;
    content: ' '; }

.c-tabs[data-active-tab='5'] .c-tabs__tab:nth-of-type(5) {
  display: block; }

.c-tabs[data-active-tab='5'] .c-tabs__tab img {
  width: 100%;
  margin: 0 auto; }

.c-tabs[data-active-tab='5'] .c-tabs__tab-indicator:nth-of-type(5) img {
  opacity: 1; }

.c-tabs[data-active-tab='5'] .c-tabs__tab-indicator:nth-of-type(5).underline {
  position: relative; }
  .c-tabs[data-active-tab='5'] .c-tabs__tab-indicator:nth-of-type(5).underline:after {
    top: calc(100% + 12px);
    left: 0;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #4120d1;
    content: ' '; }

.c-tabs[data-active-tab='5'] .c-tabs__tab-indicator.features-menu {
  font-weight: 700;
  font-size: 13px;
  line-height: 15px;
  text-transform: uppercase;
  color: #838370; }

.c-tabs[data-active-tab='5'] .c-tabs__tab-indicator.features-menu span {
  font-weight: 700;
  font-size: 13px;
  line-height: 15px;
  text-transform: uppercase;
  color: #838370; }

.c-tabs[data-active-tab='5'] .c-tabs__tab-indicator.features-menu:nth-of-type(5) img {
  opacity: 1; }

.c-tabs[data-active-tab='5'] .c-tabs__tab-indicator.features-menu:nth-of-type(5).underline {
  position: relative; }
  .c-tabs[data-active-tab='5'] .c-tabs__tab-indicator.features-menu:nth-of-type(5).underline:after {
    top: calc(100% + 12px);
    left: -10px;
    position: absolute;
    height: 4px;
    width: 118%;
    background: #FBB224;
    content: ' '; }

.c-tabs[data-active-tab='6'] .c-tabs__tab:nth-of-type(6) {
  display: block; }

.c-tabs[data-active-tab='6'] .c-tabs__tab img {
  width: 100%;
  margin: 0 auto; }

.c-tabs[data-active-tab='6'] .c-tabs__tab-indicator:nth-of-type(6) img {
  opacity: 1; }

.c-tabs[data-active-tab='6'] .c-tabs__tab-indicator:nth-of-type(6).underline {
  position: relative; }
  .c-tabs[data-active-tab='6'] .c-tabs__tab-indicator:nth-of-type(6).underline:after {
    top: calc(100% + 12px);
    left: 0;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #4120d1;
    content: ' '; }

.c-tabs[data-active-tab='6'] .c-tabs__tab-indicator.features-menu {
  font-weight: 700;
  font-size: 13px;
  line-height: 15px;
  text-transform: uppercase;
  color: #838370; }

.c-tabs[data-active-tab='6'] .c-tabs__tab-indicator.features-menu span {
  font-weight: 700;
  font-size: 13px;
  line-height: 15px;
  text-transform: uppercase;
  color: #838370; }

.c-tabs[data-active-tab='6'] .c-tabs__tab-indicator.features-menu:nth-of-type(6) img {
  opacity: 1; }

.c-tabs[data-active-tab='6'] .c-tabs__tab-indicator.features-menu:nth-of-type(6).underline {
  position: relative; }
  .c-tabs[data-active-tab='6'] .c-tabs__tab-indicator.features-menu:nth-of-type(6).underline:after {
    top: calc(100% + 12px);
    left: -10px;
    position: absolute;
    height: 4px;
    width: 118%;
    background: #FBB224;
    content: ' '; }

.c-tabs[data-active-tab='7'] .c-tabs__tab:nth-of-type(7) {
  display: block; }

.c-tabs[data-active-tab='7'] .c-tabs__tab img {
  width: 100%;
  margin: 0 auto; }

.c-tabs[data-active-tab='7'] .c-tabs__tab-indicator:nth-of-type(7) img {
  opacity: 1; }

.c-tabs[data-active-tab='7'] .c-tabs__tab-indicator:nth-of-type(7).underline {
  position: relative; }
  .c-tabs[data-active-tab='7'] .c-tabs__tab-indicator:nth-of-type(7).underline:after {
    top: calc(100% + 12px);
    left: 0;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #4120d1;
    content: ' '; }

.c-tabs[data-active-tab='7'] .c-tabs__tab-indicator.features-menu {
  font-weight: 700;
  font-size: 13px;
  line-height: 15px;
  text-transform: uppercase;
  color: #838370; }

.c-tabs[data-active-tab='7'] .c-tabs__tab-indicator.features-menu span {
  font-weight: 700;
  font-size: 13px;
  line-height: 15px;
  text-transform: uppercase;
  color: #838370; }

.c-tabs[data-active-tab='7'] .c-tabs__tab-indicator.features-menu:nth-of-type(7) img {
  opacity: 1; }

.c-tabs[data-active-tab='7'] .c-tabs__tab-indicator.features-menu:nth-of-type(7).underline {
  position: relative; }
  .c-tabs[data-active-tab='7'] .c-tabs__tab-indicator.features-menu:nth-of-type(7).underline:after {
    top: calc(100% + 12px);
    left: -10px;
    position: absolute;
    height: 4px;
    width: 118%;
    background: #FBB224;
    content: ' '; }

.c-tabs[data-active-tab='8'] .c-tabs__tab:nth-of-type(8) {
  display: block; }

.c-tabs[data-active-tab='8'] .c-tabs__tab img {
  width: 100%;
  margin: 0 auto; }

.c-tabs[data-active-tab='8'] .c-tabs__tab-indicator:nth-of-type(8) img {
  opacity: 1; }

.c-tabs[data-active-tab='8'] .c-tabs__tab-indicator:nth-of-type(8).underline {
  position: relative; }
  .c-tabs[data-active-tab='8'] .c-tabs__tab-indicator:nth-of-type(8).underline:after {
    top: calc(100% + 12px);
    left: 0;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #4120d1;
    content: ' '; }

.c-tabs[data-active-tab='8'] .c-tabs__tab-indicator.features-menu {
  font-weight: 700;
  font-size: 13px;
  line-height: 15px;
  text-transform: uppercase;
  color: #838370; }

.c-tabs[data-active-tab='8'] .c-tabs__tab-indicator.features-menu span {
  font-weight: 700;
  font-size: 13px;
  line-height: 15px;
  text-transform: uppercase;
  color: #838370; }

.c-tabs[data-active-tab='8'] .c-tabs__tab-indicator.features-menu:nth-of-type(8) img {
  opacity: 1; }

.c-tabs[data-active-tab='8'] .c-tabs__tab-indicator.features-menu:nth-of-type(8).underline {
  position: relative; }
  .c-tabs[data-active-tab='8'] .c-tabs__tab-indicator.features-menu:nth-of-type(8).underline:after {
    top: calc(100% + 12px);
    left: -10px;
    position: absolute;
    height: 4px;
    width: 118%;
    background: #FBB224;
    content: ' '; }

.all-countries {
  display: none; }

span.view-more-countries {
  position: relative;
  display: block;
  cursor: pointer;
  padding: 10px 15px;
  font-size: 12px;
  font-weight: bold;
  text-align: left;
  outline: none;
  color: #33ad73;
  margin-left: 20px; }
  span.view-more-countries:before {
    position: absolute;
    left: 0;
    top: 47%;
    background: #33ad73;
    height: 2px;
    width: 8px;
    margin-right: 37px;
    content: '';
    transform: rotate(90deg);
    transition: all 0.2s ease-in-out; }
  span.view-more-countries:after {
    position: absolute;
    left: 0;
    top: 47%;
    background: #33ad73;
    height: 2px;
    width: 8px;
    margin-right: 37px;
    content: ''; }
  span.view-more-countries.active:before {
    transform: rotate(0deg); }

.fixed-notice {
  background: #ffed99;
  box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.6);
  border-radius: 3px;
  opacity: 0;
  position: fixed;
  bottom: 20px;
  left: 20px;
  max-width: 364px;
  width: 90%;
  padding: 20px;
  z-index: 3;
  animation: show-fixed-notice 0.6s;
  animation-fill-mode: forwards;
  animation-delay: 1s;
  display: none; }
  .fixed-notice.fixed-notice--display {
    display: block; }

@keyframes show-fixed-notice {
  0% {
    opacity: 0;
    transform: translateX(-200px); }
  100% {
    opacity: 1;
    transform: translateX(0); } }
  @media (max-width: 680px) {
    .fixed-notice {
      max-width: none;
      max-width: initial;
      width: 100%;
      bottom: 0;
      left: 0;
      border-radius: 0;
      z-index: 1000000;
      animation: show-fixed-notice 0.6s;
      animation-fill-mode: forwards;
      animation-delay: 1s; }
    @keyframes show-fixed-notice {
      0% {
        opacity: 0;
        transform: translateY(200px); }
      100% {
        opacity: 1;
        transform: translateY(0); } } }
  .fixed-notice__title {
    font-size: 14px;
    line-height: 18px;
    font-weight: 700;
    color: #333;
    margin: 0; }
  .fixed-notice p {
    font-size: 13px;
    line-height: 15px;
    font-weight: 400;
    color: #333;
    max-width: 400px; }
    .fixed-notice p strong {
      font-weight: 700;
      display: inline;
      display: initial; }
  .fixed-notice__main {
    margin: 11px 0; }
  .fixed-notice__footer {
    margin: 0; }
  .fixed-notice__close {
    background: url("../img/icon-fonts/close.svg") no-repeat;
    background-size: 10px;
    background-position: center;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 5px;
    right: 5px;
    opacity: .6;
    transition-duration: .2s; }
    .fixed-notice__close:hover {
      opacity: 1;
      transition-duration: .2s; }

.dpicon-whatsapp {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-image: url("../img/icon-fonts/whatsapp-icon.png");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  text-indent: -9999px; }

.dpicon-whatsapp-home {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-image: url("../img/icon-fonts/whatsapp-icon-home.svg");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  text-indent: -9999px; }

.dpicon-whatsapp-form {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-image: url("../img/icon-fonts/form-whatsapp-icon.png");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  text-indent: -9999px; }

.icon-twitter::before,
.icon-instagram::before,
.icon-facebook::before,
.icon-youtube::before,
.icon-linkedin::before,
.icon-tiktok::before {
  content: '' !important; }

.icon-twitter::before,
.icon-instagram::before,
.icon-facebook::before,
.icon-youtube::before,
.icon-linkedin::before,
.icon-tiktok::before {
  display: inline-block;
  width: 32px;
  height: 32px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  vertical-align: middle; }

.icon-twitter::before {
  background-image: url("../img/icon-fonts/twitter.png"); }

.icon-instagram::before {
  background-image: url("../img/icon-fonts/instagram.png"); }

.icon-facebook::before {
  background-image: url("../img/icon-fonts/facebook.png"); }

.icon-youtube::before {
  background-image: url("../img/icon-fonts/youtube.png"); }

.icon-linkedin::before {
  background-image: url("../img/icon-fonts/linkedin.png"); }

.icon-tiktok::before {
  background-image: url("../img/icon-fonts/tiktok.png"); }

.quotes-component {
  text-align: center;
  padding: 0; }
  .quotes-component--mt {
    margin-top: 150px; }
    @media (max-width: 680px) {
      .quotes-component--mt {
        margin-top: 60px; } }
  .quotes-component--mb {
    margin-bottom: 150px; }
    @media (max-width: 680px) {
      .quotes-component--mb {
        margin-bottom: 60px; } }
  @media (max-width: 680px) {
    .quotes-component {
      margin-top: 100px; } }
  .quotes-component__slider {
    margin-bottom: 0; }
    .quotes-component__slider .slick-list {
      padding: 40px 0 0 0 !important; }
    .quotes-component__slider .slick-list {
      margin: 0 -10%;
      position: relative; }
      .quotes-component__slider .slick-list .slick-slide {
        margin: 0 0.5%;
        transform: scale(0.8);
        transition-duration: 0.2s; }
        .quotes-component__slider .slick-list .slick-slide.slick-current {
          transform: scale(1);
          transition-duration: 0.4s; }
        .quotes-component__slider .slick-list .slick-slide .quotes-component__item::after {
          content: '';
          position: absolute;
          right: 0;
          bottom: 150px;
          width: 180px;
          height: 100px; }
          @media (max-width: 680px) {
            .quotes-component__slider .slick-list .slick-slide .quotes-component__item::after {
              width: 150px;
              height: 70px; } }
        .quotes-component__slider .slick-list .slick-slide:nth-child(3n) .quotes-component__item::after {
          background: url("../img/quotes/bg-01.png") no-repeat;
          background-size: contain;
          background-position-x: right; }
        .quotes-component__slider .slick-list .slick-slide:nth-child(3n + 1) .quotes-component__item::after {
          background: url("../img/quotes/bg-02.png") no-repeat;
          background-size: contain;
          background-position-x: right;
          top: 20px; }
        .quotes-component__slider .slick-list .slick-slide:nth-child(3n + 2) .quotes-component__item::after {
          background: url("../img/quotes/bg-03.png") no-repeat;
          background-size: contain;
          background-position-x: right; }
    .quotes-component__slider .slick-dots {
      margin-top: 23px; }
      .quotes-component__slider .slick-dots li button::before {
        box-shadow: none;
        background: #C9A9D5;
        opacity: 1; }
      .quotes-component__slider .slick-dots li.slick-active button::before {
        background: #8C6698;
        opacity: 1; }
    .quotes-component__slider.no-slider {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 60px;
      padding: 0 5%; }
      @media (max-width: 680px) {
        .quotes-component__slider.no-slider {
          gap: 50px; } }
      .quotes-component__slider.no-slider .slick-list {
        padding: 40px 0 50px 0 !important; }
        .quotes-component__slider.no-slider .slick-list .slick-track {
          transform: none !important; }
        .quotes-component__slider.no-slider .slick-list .slick-slide {
          transform: scale(1); }
      .quotes-component__slider.no-slider .quotes-component__item:first-child:after {
        content: '';
        position: absolute;
        bottom: -60px;
        top: auto;
        right: -130px;
        width: 300px;
        height: 200px;
        background: url("../img/quotes/bg-04.png") no-repeat;
        background-size: contain;
        background-position-x: right;
        z-index: -1; }
        @media (max-width: 680px) {
          .quotes-component__slider.no-slider .quotes-component__item:first-child:after {
            bottom: -80px;
            right: 10px;
            width: 140px;
            height: 150px;
            transform: rotate(185deg); } }
  .quotes-component__item {
    background: #f6f6f6;
    border-radius: 23px;
    max-width: 500px;
    padding: 60px 40px 38px 40px;
    position: relative; }
    @media (max-width: 680px) {
      .quotes-component__item {
        max-width: 320px;
        padding: 40px 20px 8px 20px; } }
    .quotes-component__item::before {
      content: '';
      position: absolute;
      top: -24px;
      left: 24px;
      width: 70px;
      height: 70px;
      background: url("../img/quotes/icon-quote.png") no-repeat;
      background-size: contain; }
      @media (max-width: 680px) {
        .quotes-component__item::before {
          top: -30px;
          width: 80px;
          height: 50px; } }
    .quotes-component__item__text {
      font-size: 18px;
      font-weight: 400;
      line-height: 25px;
      font-style: italic;
      color: #8c6698;
      text-align: left;
      margin: 0; }
      @media (max-width: 680px) {
        .quotes-component__item__text {
          font-size: 16px;
          line-height: 24px; } }
      .quotes-component__item__text strong {
        display: contents; }
      .quotes-component__item__text::after {
        content: '".'; }
    .quotes-component__item__footer {
      display: flex;
      justify-content: space-between;
      gap: 20px;
      align-items: center;
      padding: 35px 0 0 0;
      margin: 30px 0 0 0;
      border-top: solid 1px #c9a9d5; }
      @media (max-width: 680px) {
        .quotes-component__item__footer {
          display: block;
          padding: 25px 0 0 0;
          margin: 20px 0 0 0; } }
      .quotes-component__item__footer__author {
        display: flex;
        gap: 18px;
        align-items: center; }
        @media (max-width: 680px) {
          .quotes-component__item__footer__author {
            align-items: normal; } }
        .quotes-component__item__footer__author__img {
          width: 70px;
          height: 70px; }
          @media (max-width: 680px) {
            .quotes-component__item__footer__author__img {
              width: 63px;
              height: 63px; } }
          .quotes-component__item__footer__author__img img {
            width: 100%; }
        .quotes-component__item__footer__author__desc {
          text-align: left; }
          .quotes-component__item__footer__author__desc p {
            font-size: 12px;
            line-height: 14px;
            color: #737373;
            text-align: left;
            margin: 0;
            max-width: 280px; }
            .quotes-component__item__footer__author__desc p em {
              font-weight: 700;
              font-style: normal;
              color: #302100;
              display: block;
              margin: 0 0 1px 0; }
              @media (max-width: 680px) {
                .quotes-component__item__footer__author__desc p em {
                  font-size: 15px; } }
          .quotes-component__item__footer__author__desc img {
            height: 30px !important; }
            @media (max-width: 680px) {
              .quotes-component__item__footer__author__desc img {
                height: 25px !important; } }
      .quotes-component__item__footer__cta {
        font-size: 14px;
        font-weight: 600;
        color: #65c192;
        display: block;
        width: 120px; }
        @media (max-width: 680px) {
          .quotes-component__item__footer__cta {
            margin: 30px auto 20px auto; } }

.currencySelector {
  border: 1px solid #CCCCCC;
  height: 45px;
  max-width: 250px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  color: #999999;
  padding: 0px 10px;
  border-radius: 5px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  background-image: none;
  width: 100%; }

.pricing-selector__container {
  position: relative;
  max-width: 250px;
  width: 100%; }

.pricing-selector__container::after {
  content: '\25BC';
  position: absolute;
  top: 50%;
  right: 18px;
  transform: translateY(-50%);
  font-size: 16px;
  color: #999999;
  pointer-events: none; }

.currencyValueToChange {
  animation: fade-in 0.6s; }

.currencySymbol {
  animation: fade-in 0.6s; }

.old-price__container {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  text-decoration-line: line-through;
  color: #2E71EA;
  display: none; }
  .old-price__container.show {
    display: inline-block; }

.old-price-message__container {
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  color: #2E71EA;
  display: none; }
  .old-price-message__container.show {
    display: block; }

.youtube-iframe {
  width: 800px;
  height: 450px;
  margin: 30px 0px; }
  @media (max-width: 480px) {
    .youtube-iframe {
      width: 300px;
      min-height: 200px;
      height: auto; } }

.banner__wrapper {
  text-align: center;
  background-color: #FFEEA7;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 60px 0; }

.banner__description {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  color: #666666; }

.banner__button {
  padding: 15px 50px;
  margin-top: 15px; }

.custom-modal {
  position: fixed;
  z-index: 10000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.3s ease, visibility 0.3s ease; }

.custom-modal.active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto; }

.custom-modal__close {
  position: absolute;
  top: -41px;
  right: -24px;
  font-size: 40px;
  font-weight: 700;
  background: none;
  border: none;
  color: #fff;
  cursor: pointer; }

.custom-modal__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  opacity: 0;
  transition: opacity 0.3s ease; }

.custom-modal.active .custom-modal__overlay {
  opacity: 1; }

.custom-modal__content {
  position: relative;
  background: #000;
  max-width: 800px;
  width: 90%;
  border-radius: 8px;
  z-index: 10;
  padding: 20px;
  transform: scale(0.9) translateY(20px);
  opacity: 0;
  transition: all 0.3s ease; }

.custom-modal.active .custom-modal__content {
  transform: scale(1) translateY(0);
  opacity: 1; }

@media (max-width: 480px) {
  .custom-modal__close {
    top: -30px;
    right: -16px;
    font-size: 32px; } }

#snow-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: -1; }

.snowflake {
  color: #a8cfff;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.3), 0 0 10px #80d8ff, 0 0 20px #b3e5fc;
  font-family: Arial, sans-serif;
  position: absolute;
  top: -20px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
  animation: fall linear infinite, fadeIn 1s ease-in forwards;
  opacity: 0; }

@keyframes fall {
  0% {
    transform: translateY(0);
    opacity: 0.9; }
  100% {
    transform: translateY(100vh);
    opacity: 0.2; } }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 0.9; } }

/*TEMPLATES*/
.agencies .section--top {
  background: #6ec0a0;
  padding-bottom: 100px; }
  .agencies .section--top h1 {
    color: #fff; }
  .agencies .section--top p {
    color: #fff;
    margin-bottom: 0; }

.agencies .section--quote .wrapper {
  justify-content: center; }
  .agencies .section--quote .wrapper img {
    height: 320px;
    width: 320px;
    margin-right: 70px; }
  .agencies .section--quote .wrapper .content {
    display: flex;
    align-items: center; }
    .agencies .section--quote .wrapper .content article {
      text-align: left;
      max-width: 500px; }
      .agencies .section--quote .wrapper .content article .icon-quotes {
        font-size: 52px; }

.agencies .section--manager {
  padding: 40px 0; }
  .agencies .section--manager .bg-c {
    transform: translate(-690px, -320px); }

.agencies .section--beneficios article {
  max-width: none; }
  .agencies .section--beneficios article li p {
    font-weight: bold; }

@media (max-width: 850px) {
  .agencies .section--quote .wrapper img {
    display: block;
    margin: 0 auto;
    padding: 0; }
  .agencies .section--quote .wrapper .content {
    display: block;
    width: 100%;
    max-width: none; } }

.antispam section.section--description {
  padding: 90px 0 50px; }
  .antispam section.section--description .wrapper article {
    text-align: left; }
    .antispam section.section--description .wrapper article p {
      margin-bottom: 0; }
    .antispam section.section--description .wrapper article h4 {
      color: #5c634e; }
    .antispam section.section--description .wrapper article .date {
      border-bottom: 1px solid #efefef; }
      .antispam section.section--description .wrapper article .date p {
        font-style: italic;
        margin: 30px 0 70px; }

.antispam section.section--list {
  padding-top: 0; }
  .antispam section.section--list .wrapper article {
    padding-bottom: 30px; }
    .antispam section.section--list .wrapper article ul {
      display: flex;
      flex-wrap: wrap; }
      .antispam section.section--list .wrapper article ul li {
        max-width: 25%;
        padding-top: 0; }
        .antispam section.section--list .wrapper article ul li img {
          display: block;
          width: 16px;
          margin: auto; }
        .antispam section.section--list .wrapper article ul li p {
          text-align: center;
          font-weight: bold;
          color: #525845; }
  .antispam section.section--list .bg-e {
    transform: translate(-50%, 0);
    top: auto;
    bottom: 0; }

.automation .section--automation-cards {
  padding: 80px 0; }
  .automation .section--automation-cards .wrapper {
    max-width: 1200px;
    margin: 0 auto; }
    .automation .section--automation-cards .wrapper .automation-cards-container {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      margin-bottom: 40px; }
      .automation .section--automation-cards .wrapper .automation-cards-container .automation-card {
        width: calc(33.33% - 20px);
        margin-bottom: 30px; }
        .automation .section--automation-cards .wrapper .automation-cards-container .automation-card .dpicon {
          color: #FCC338;
          font-size: 36px;
          margin-bottom: 15px;
          display: block; }

.automation .section--automation.solutions {
  padding: 40px 20px;
  text-align: center; }
  .automation .section--automation.solutions h4 {
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 32px;
    text-align: center;
    color: #333333;
    margin-bottom: 20px; }
  .automation .section--automation.solutions .solutions-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    grid-gap: 20px;
    gap: 20px;
    max-width: 1220px;
    margin: 0 auto;
    padding: 0; }
    .automation .section--automation.solutions .solutions-container .solution {
      background-color: #fff;
      padding: 20px;
      text-align: left;
      max-width: 400px;
      margin-bottom: 0; }
      .automation .section--automation.solutions .solutions-container .solution .dpicon {
        color: #FCC338;
        font-size: 40px;
        margin-bottom: 5px;
        display: block; }
        .automation .section--automation.solutions .solutions-container .solution .dpicon.iconapp-add-to-cart {
          transform: scale(1.3) translateX(-8px);
          transform-origin: left; }
        .automation .section--automation.solutions .solutions-container .solution .dpicon.iconapp-t-shirt {
          transform: scale(1.3) translateX(-8px);
          transform-origin: left; }
      .automation .section--automation.solutions .solutions-container .solution h5 {
        font-weight: 700;
        font-size: 16px;
        line-height: 20px;
        color: #333333;
        margin-bottom: 2px;
        text-align: left; }
      .automation .section--automation.solutions .solutions-container .solution p {
        margin-top: 0; }
      .automation .section--automation.solutions .solutions-container .solution hr {
        width: 100%;
        margin: 10px 0;
        border: none;
        border-bottom: 1px solid #ccc;
        max-width: 85%;
        opacity: 1; }

@media (max-width: 992px) {
  .automation .section--automation.solutions {
    padding: 40px 20px; }
    .automation .section--automation.solutions .solutions-container {
      grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
      gap: 20px; }
  .automation .section--automation-cards {
    padding: 60px 20px; }
    .automation .section--automation-cards .wrapper .automation-cards-container .automation-card {
      width: calc(50% - 15px); } }

@media (max-width: 768px) {
  .automation .section--automation.solutions {
    padding: 40px 20px; }
    .automation .section--automation.solutions .solutions-container {
      grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
      gap: 20px; }
      .automation .section--automation.solutions .solutions-container .solution .dpicon {
        font-size: 40px; }
  .automation .section--automation-cards {
    padding: 50px 20px; }
    .automation .section--automation-cards .wrapper .automation-cards-container .automation-card {
      width: calc(50% - 10px);
      margin-bottom: 25px; } }

@media (max-width: 576px) {
  .automation .section--automation.solutions {
    padding: 40px 15px; }
    .automation .section--automation.solutions .solutions-container {
      grid-template-columns: 1fr;
      gap: 20px;
      padding: 0; }
      .automation .section--automation.solutions .solutions-container .solution {
        max-width: 100%;
        text-align: center; }
        .automation .section--automation.solutions .solutions-container .solution .dpicon {
          font-size: 40px;
          margin-bottom: 5px; }
        .automation .section--automation.solutions .solutions-container .solution hr {
          margin: 8px auto 12px;
          max-width: 80%; }
  .automation .section--automation-cards {
    padding: 40px 15px; }
    .automation .section--automation-cards .wrapper .automation-cards-container .automation-card {
      width: 100%;
      margin-bottom: 25px;
      text-align: center; }
      .automation .section--automation-cards .wrapper .automation-cards-container .automation-card .dpicon {
        font-size: 32px; } }

.automation .section--title:not(.section--marketing-tool) {
  padding: 85px 0 20px 0; }
  .automation .section--title:not(.section--marketing-tool) .wrapper article {
    max-width: 950px; }

.automation .section--comportamiento-campaña {
  position: relative; }
  .automation .section--comportamiento-campaña .bg-f.small {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(400px, -200px) scale(0.9);
    z-index: 0; }
  .automation .section--comportamiento-campaña .retina-img {
    position: relative;
    z-index: 1; }

.automation .section--feature.section--combined-flows {
  padding-bottom: 40px; }

@media (max-width: 850px) {
  .automation .section--comportamiento-campaña .bg-c {
    display: none; } }

.automation .section--title.section--marketing-tool {
  padding: 85px 0 20px 0; }

.automation .section--comportamient-sitio {
  position: relative; }
  .automation .section--comportamient-sitio .wrapper .col article p {
    word-break: keep-all;
    -webkit-hyphens: none;
            hyphens: none; }
  .automation .section--comportamient-sitio .bg-c {
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(360px, -258px);
    z-index: 0; }

.automation .section--feature.section--info-subscriptores.section--info-subscriptores {
  position: relative;
  padding-bottom: 120px; }
  .automation .section--feature.section--info-subscriptores.section--info-subscriptores .bg-c.small {
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(-541px, -241px) scale(0.9);
    z-index: 1; }
  .automation .section--feature.section--info-subscriptores.section--info-subscriptores .retina-img {
    position: relative;
    z-index: 1; }

@media (max-width: 850px) {
  .automation .section--comportamient-sitio .bg-c {
    display: none; }
  .automation .section--info-subscriptores .bg-f {
    display: none; } }

@media (max-width: 480px) {
  .automation .section--comportamient-sitio .bg-c {
    display: none; } }

#captador,
#modal-whatsapp {
  display: none;
  position: fixed;
  height: 100%;
  width: 100%;
  background: rgba(20, 9, 29, 0.7);
  top: 0;
  z-index: 10000; }
  #captador .content,
  #modal-whatsapp .content {
    position: fixed;
    max-height: 720px;
    width: 960px;
    display: flex;
    background: #fff;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    padding: 60px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%); }
    #captador .content .bg-k,
    #modal-whatsapp .content .bg-k {
      background-image: url("../img/background-pattern-k.svg");
      width: 75px;
      height: 99px;
      background-repeat: no-repeat;
      background-size: contain;
      position: absolute;
      z-index: 1;
      top: 0;
      left: 0; }
    #captador .content .close,
    #modal-whatsapp .content .close {
      position: absolute;
      top: 20px;
      right: 20px;
      z-index: 11;
      color: #fff;
      font-size: 13px;
      font-weight: bold;
      line-height: 15px; }
      #captador .content .close span,
      #modal-whatsapp .content .close span {
        color: #302100;
        font-size: 12px;
        position: relative;
        top: -1px;
        right: -2px; }
    #captador .content > div,
    #modal-whatsapp .content > div {
      display: flex;
      flex: 50%;
      flex-direction: column;
      justify-content: center;
      padding: 0 15px 0 0; }
      #captador .content > div + div,
      #modal-whatsapp .content > div + div {
        padding: 0 0 0 15px; }
      #captador .content > div h3,
      #modal-whatsapp .content > div h3 {
        font-size: 26px;
        line-height: 24px;
        margin: 0; }
      #captador .content > div p,
      #modal-whatsapp .content > div p {
        font-size: 14px;
        line-height: 1.2;
        margin: 15px 0 30px 0; }
      #captador .content > div .thin,
      #modal-whatsapp .content > div .thin {
        font-weight: normal;
        margin: 0; }
      #captador .content > div form.success .loader,
      #modal-whatsapp .content > div form.success .loader {
        display: none; }
      #captador .content > div form,
      #modal-whatsapp .content > div form {
        text-align: left; }
        #captador .content > div form .holder,
        #modal-whatsapp .content > div form .holder {
          margin-bottom: 24px;
          display: block; }
          #captador .content > div form .holder label,
          #modal-whatsapp .content > div form .holder label {
            margin: 0 0 4px 0; }
          #captador .content > div form .holder.checkbox label,
          #modal-whatsapp .content > div form .holder.checkbox label {
            margin: 0 0 0 20px; }
          #captador .content > div form .holder input:not(.check),
          #modal-whatsapp .content > div form .holder input:not(.check) {
            width: 100%; }
          #captador .content > div form .holder.error::after,
          #modal-whatsapp .content > div form .holder.error::after {
            font-size: 12px;
            line-height: 18px; }
        #captador .content > div form .loader,
        #modal-whatsapp .content > div form .loader {
          display: inline-block;
          float: right; }
        #captador .content > div form .success-message,
        #modal-whatsapp .content > div form .success-message {
          text-align: left;
          white-space: nowrap; }
          #captador .content > div form .success-message .icon-success,
          #modal-whatsapp .content > div form .success-message .icon-success {
            margin-left: 5px; }
        #captador .content > div form.success .holder,
        #modal-whatsapp .content > div form.success .holder {
          display: none; }
      #captador .content > div img,
      #modal-whatsapp .content > div img {
        height: 50%;
        margin: 0 auto 10px; }
      #captador .content > div footer p,
      #modal-whatsapp .content > div footer p {
        font-size: 12px;
        line-height: 16px;
        margin: 10px 0; }

#modal-whatsapp {
  z-index: 50; }

#modal-whatsapp .content {
  width: 100%;
  max-width: 500px;
  overflow: hidden; }
  #modal-whatsapp .content > div {
    padding: 0; }

#modal-whatsapp article {
  text-align: center;
  padding: 40px 0 10px;
  width: 100%; }
  #modal-whatsapp article h3 {
    margin-top: 0; }
  #modal-whatsapp article p {
    margin-bottom: 30px; }
  #modal-whatsapp article div {
    margin-bottom: 18px; }
  #modal-whatsapp article #attFrom span {
    display: none; }

#modal-whatsapp .background {
  position: absolute;
  left: -40px;
  top: -10px;
  z-index: -1;
  width: 162px;
  height: 174px;
  background: url("../img/background-pattern-f.svg") no-repeat 15px 85px;
  background-size: contain;
  transform: rotate(150deg); }

@media (max-width: 1180px) {
  #captador,
  #modal-whatsapp {
    display: none; } }

@media (max-width: 480px) {
  #modal-whatsapp .content {
    max-width: 310px;
    padding: 20px; }
    #modal-whatsapp .content article p br,
    #modal-whatsapp .content article i br {
      display: none; } }

.contact .section--top article {
  max-width: 650px; }

.contact .section--offices .wrapper {
  margin: 0 30px;
  flex-wrap: wrap;
  justify-content: center; }

@media (max-width: 850px) {
  .contact .section--offices.no-mobile {
    display: none; } }

.contact .office {
  flex: 0 1 33%;
  max-width: 420px;
  padding: 30px; }
  .contact .office-sm {
    flex: 0 1 24.7%; }
  .contact .office img {
    width: 120px;
    display: block;
    margin: 0 auto; }
  .contact .office hr {
    border-bottom: 2px solid #b4b1a5;
    height: 12px;
    margin: 0 0 35px; }
    @media (min-width: 850px) {
      .contact .office hr {
        height: 25px;
        margin: 0 0 25px; } }
  .contact .office h5 {
    margin: 10px 0 0;
    position: relative;
    padding-left: 40px;
    font-size: 16px; }
    @media (min-width: 850px) {
      .contact .office h5 {
        font-size: 18px; } }
    .contact .office h5 span {
      width: 30px;
      height: 30px;
      position: absolute;
      left: 0;
      top: -5px; }
  .contact .office h6 {
    margin: 20px 0 15px 0;
    color: #525845; }
    @media (min-width: 850px) {
      .contact .office h6 {
        margin: 20px 0 0 0; } }
  .contact .office p.small {
    margin: 5px 0 25px; }

.contact .section--offices-carousel {
  padding: 0 5%;
  margin: 40px 0; }
  .contact .section--offices-carousel.slick-dotted.slick-slider {
    margin-bottom: 100px; }
  .contact .section--offices-carousel.mobile {
    display: none; }
    @media (max-width: 850px) {
      .contact .section--offices-carousel.mobile {
        display: block; } }
  .contact .section--offices-carousel .slick-list {
    padding-top: 40px; }
    .contact .section--offices-carousel .slick-list .slick-slide {
      height: auto; }
      .contact .section--offices-carousel .slick-list .slick-slide .office {
        max-width: none;
        max-width: initial; }
        .contact .section--offices-carousel .slick-list .slick-slide .office h5 {
          padding-left: 0; }
  .contact .section--offices-carousel .slick-dots {
    position: absolute;
    bottom: auto;
    top: 0;
    left: 0;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%; }
    .contact .section--offices-carousel .slick-dots li {
      position: relative;
      display: inline-block;
      height: 30px;
      width: 30px;
      margin: 0 7px;
      padding: 0;
      opacity: .4;
      cursor: pointer; }
      .contact .section--offices-carousel .slick-dots li.slick-active {
        opacity: 1; }
      .contact .section--offices-carousel .slick-dots li img {
        width: 100%;
        height: 100%; }

.contact .section--form .background.bg-c {
  width: 133px;
  height: 104px;
  transform: rotate(0deg) translate(-65px, -40px);
  top: 0; }

.contact .section--form .background.bg-n {
  left: 0;
  transform: translate(-86px, -168px);
  bottom: 0; }

.contact .section--form .link-to-whatsapp {
  position: relative;
  padding-right: 24px; }
  .contact .section--form .link-to-whatsapp:after {
    position: absolute;
    content: '';
    background-image: url("../img/whatsapp.svg");
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: cover;
    width: 24px;
    height: 24px;
    margin-left: 3px; }

@media (max-width: 1180px) {
  .contact .section--form .background.bg-n {
    display: none; } }

@media (max-width: 850px) {
  .contact .section--offices .wrapper {
    flex-direction: row; } }

@media (max-width: 480px) {
  .contact .section--offices .wrapper .office {
    display: block;
    width: 100%;
    max-width: none; } }

.main-form-agreement .section--top article {
  margin: 20px auto 0px; }
  .main-form-agreement .section--top article p {
    margin: 25px 0 0; }

.main-form-agreement .download-file {
  margin: 30px 0;
  opacity: 1;
  transition: opacity 0.5s ease-out; }
  .main-form-agreement .download-file strong {
    display: inline; }

.main-form-agreement .section--form form {
  max-width: 730px; }

.main-form-agreement .section--form .loader.submit {
  margin: 0 auto; }

.main-form-agreement .section--form .legend {
  width: 100%;
  margin: 36px 0; }
  .main-form-agreement .section--form .legend h4 {
    text-align: left;
    margin: 0; }
  .main-form-agreement .section--form .legend p {
    margin: 12px 0 0;
    text-align: left; }

.main-form-agreement .section--form .form-validate-user {
  justify-content: flex-start; }
  .main-form-agreement .section--form .form-validate-user .submit {
    margin: 0; }
  .main-form-agreement .section--form .form-validate-user .download-file {
    width: 100%;
    text-align: left; }

.main-form-agreement .section--form .form-agreement {
  justify-content: center; }
  .main-form-agreement .section--form .form-agreement.success + .download-file {
    opacity: 0;
    transition: opacity 0.5s ease-out; }
  .main-form-agreement .section--form .form-agreement .holder label {
    line-height: 20px; }

.main-form-agreement .section--form .wrapper form .holder {
  padding-right: 30px; }
  .main-form-agreement .section--form .wrapper form .holder .iti {
    width: 100%; }
  .main-form-agreement .section--form .wrapper form .holder .lb-password {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    line-height: 24px; }
  .main-form-agreement .section--form .wrapper form .holder .show-hide {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 5px;
    font-size: 13px;
    color: #838370; }
  .main-form-agreement .section--form .wrapper form .holder .content-eye {
    line-height: 10px;
    padding-left: 3px;
    font-size: 13px;
    color: #838370;
    font-family: proxima-nova, helvetica, arial, sans-serif;
    font-style: italic; }

.main-form-agreement .section--form .background.bg-c {
  width: 133px;
  height: 104px;
  transform: rotate(0deg) translate(-65px, -40px);
  top: 0; }

.main-form-agreement .section--form .background.bg-n {
  left: 0;
  transform: translate(-86px, -168px);
  bottom: 0; }

.main-form-agreement .error-message {
  padding-left: 20px; }
  .main-form-agreement .error-message p {
    color: #e34f45;
    font-size: 14px; }

@media (max-width: 1025px) {
  .main-form-agreement .background.bg-n {
    display: none; } }

@media (max-width: 480px) {
  .main-form-agreement .section--form {
    padding: 20px 0 120px; }
    .main-form-agreement .section--form .wrapper form .holder {
      padding-right: 0px; }
    .main-form-agreement .section--form .submit .button {
      font-size: 12px; }
  .main-form-agreement .download-file {
    text-align: center; } }

.cookies section.section--description {
  padding: 90px 0 50px; }
  .cookies section.section--description .wrapper article {
    text-align: left; }
    .cookies section.section--description .wrapper article h4 {
      color: #525845; }
    .cookies section.section--description .wrapper article p {
      margin-bottom: 0; }
    .cookies section.section--description .wrapper article .date {
      border-bottom: 1px solid #efefef; }
      .cookies section.section--description .wrapper article .date p {
        font-style: italic;
        margin: 30px 0 70px; }
    .cookies section.section--description .wrapper article ul {
      padding: 0;
      display: block;
      list-style-type: disc;
      max-width: 780px; }
      .cookies section.section--description .wrapper article ul li {
        width: 100%;
        display: list-item;
        padding: 0;
        margin: -10px 0 20px 50px; }

.cookies section.section--table {
  padding: 0; }
  .cookies section.section--table .wrapper article table {
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: flex-start; }
    .cookies section.section--table .wrapper article table tr td {
      width: 400px;
      vertical-align: top;
      border: 1px solid #e5e5e5; }
      .cookies section.section--table .wrapper article table tr td.td-header {
        border: 0;
        font-weight: bold; }
      .cookies section.section--table .wrapper article table tr td.td-dark {
        background-color: #f5f5f5; }
      .cookies section.section--table .wrapper article table tr td p {
        margin: 20px;
        word-break: break-all; }
  .cookies section.section--table .wrapper article p {
    text-align: left;
    margin: 50px 0; }

.cookies section.section--list {
  padding-top: 60px; }
  .cookies section.section--list .wrapper article {
    padding-bottom: 30px; }
    .cookies section.section--list .wrapper article ul {
      display: flex;
      flex-wrap: wrap; }
      .cookies section.section--list .wrapper article ul li {
        max-width: 25%;
        padding-top: 0; }
        .cookies section.section--list .wrapper article ul li img {
          display: block;
          width: 16px;
          margin: auto; }
        .cookies section.section--list .wrapper article ul li p {
          text-align: center;
          font-weight: bold;
          color: #525845; }
  .cookies section.section--list .bg-e {
    transform: translate(-50%, 0);
    top: auto;
    bottom: 0; }

@media (max-width: 850px) {
  .cookies section.section--description {
    padding: 90px 0 50px; }
    .cookies section.section--description .wrapper article ul li {
      max-width: 80%; } }

.features.all .section--features-list {
  padding: 0; }
  .features.all .section--features-list ul li img {
    height: 60px;
    max-width: 60px; }

.features.all .section--top + .section--features-list {
  padding: 140px 0 0; }

.features.all .section--features-list + .section--bottom {
  padding-top: 70px; }

.section--features-list .wrapper article {
  max-width: none; }
  .section--features-list .wrapper article ul {
    padding: 0; }
  .section--features-list .wrapper article ul.features-group li {
    padding: 80px 35px 0; }
  .section--features-list .wrapper article ul.features-group li > p {
    border-top: none;
    padding: 0;
    margin: 15px 0 0; }
  .section--features-list .wrapper article li {
    padding: 20px 35px 80px; }
    .section--features-list .wrapper article li p {
      border-top: 1px solid #b4b1a5;
      padding-top: 16px; }
  .section--features-list .wrapper article .title {
    margin-top: 30px; }
  .section--features-list .wrapper article h5 {
    color: #525845; }
  .section--features-list .wrapper article p {
    margin: 20px 0; }
  .section--features-list .wrapper article h3 {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto; }
  .section--features-list .wrapper article a {
    font-weight: bold;
    font-size: 14px;
    line-height: 20px; }
  .section--features-list .wrapper article .separator {
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    margin-top: 20px; }
    .section--features-list .wrapper article .separator span {
      display: inline-block;
      width: 4px;
      height: 16px;
      transform: rotate(45deg);
      margin: 0 1px;
      border-radius: 2px; }

.features form.form__suggestions .loader {
  width: -moz-fit-content;
  width: fit-content; }

.features .wrapper .col img {
  z-index: 2; }

.features .section--top .wrapper {
  flex-direction: column; }
  .features .section--top .wrapper nav {
    padding-top: 0; }
  .features .section--top .wrapper article p {
    margin: 25px 0 0;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    color: #666666;
    margin-bottom: 72px; }
  .features .section--top .wrapper article video {
    width: 100%;
    margin: 40px 0 0 0; }
  .features .section--top .wrapper article.button--article p {
    margin-bottom: 30px; }

.features .section--top.bg-orange {
  padding: 160px 0 100px; }

.features .section--top .bg-c {
  transform: scaleX(-1) translate(585px, 50px); }

.features .section--segmentation + .section--bottom {
  padding-top: 85px; }

.features .section--campaings .col ul {
  margin: 0;
  padding: 0; }
  .features .section--campaings .col ul li {
    width: 100%;
    padding: 0 0 0 25px;
    position: relative;
    max-width: none; }
    .features .section--campaings .col ul li p {
      margin: 20px 0 0; }
    .features .section--campaings .col ul li .ms-icon {
      position: absolute;
      color: #c9a9d5;
      font-size: 9px;
      line-height: 25px;
      left: 0; }

.features .section--campaings .col .background.bg-b {
  transform: rotate(90deg) scale(1, -1) translate(-175px, -355px);
  width: 250px; }

.features.features-sms .section--feature .wrapper .col {
  justify-content: flex-start; }

.features.features-sms .section--feature .wrapper article {
  padding: 100px 80px 0; }

.features.features-sms .section--sms-notifications .background.bg-c {
  transform: rotate(180deg) scale(1, -1) translate(-195px, 75px);
  width: 300px; }

.features.features-sms .section--welcome .background.bg-j {
  transform: rotate(120deg) scale(1, 1) translate(-165px, 0px);
  width: 200px; }

.features.features-sms .section--sms-begaviors .background.bg-p {
  margin-top: 75px;
  transform: scale(1, 1) translate(-270px, 0);
  left: 0; }

.features.features-sms .section--bottom .background.bg-o {
  transform: scale(1, 1) translate(48px, -220px);
  top: 0; }

.features .section--integrations .wrapper {
  position: relative;
  flex-wrap: wrap;
  margin: 0 5%;
  padding: 0;
  display: flex; }

.features .section--integrations figure.open footer form > div {
  flex-direction: row; }

.features .section--integrations figure.open footer form div.legal {
  justify-content: flex-start; }

.features .section--integrations .bg-f {
  transform: rotate(4deg) translate(-750px, -400px); }

.features .section--suggestions form {
  text-align: left; }

.features .section--suggestions article {
  max-width: none;
  text-align: left;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 0 35px;
  gap: 0 35px;
  grid-template-areas: 'img title' 'img subtitle' 'img form' 'legals legals'; }

.features .section--suggestions .title {
  grid-area: title; }
  .features .section--suggestions .title h3 {
    margin: 0 0 25px; }

.features .section--suggestions .subtitle {
  grid-area: subtitle;
  margin: 0 0 30px; }
  .features .section--suggestions .subtitle .small {
    margin: 0; }

.features .section--suggestions .img {
  grid-area: img;
  margin: 0;
  background: url("../img/generic-integration-asset.png") no-repeat 0 40px;
  background-size: 90%;
  min-height: 485px; }

.features .section--suggestions .form {
  grid-area: form; }
  .features .section--suggestions .form .holder {
    margin-bottom: 30px; }
  .features .section--suggestions .form .success-message {
    text-align: left; }
    .features .section--suggestions .form .success-message .icon-success {
      margin-left: 0px;
      margin-right: 10px; }

.features .section--suggestions .legals {
  grid-area: legals;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 0 35px;
  gap: 0 35px;
  margin-top: 40px; }
  .features .section--suggestions .legals p {
    font-size: 12px;
    line-height: 16px;
    margin: 5px 0; }

.features .section--api .wrapper {
  margin-bottom: 120px;
  z-index: 1; }

.features .section--api article {
  max-width: none; }
  .features .section--api article h3 {
    margin-bottom: 70px; }

.features .section--api .button {
  margin-top: 25px; }

.features .section--api .api-features {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }

.features .section--api .features {
  padding: 20px 30px;
  min-width: 300px;
  width: 33%;
  text-align: left; }
  .features .section--api .features img {
    height: 40px;
    width: auto; }
  .features .section--api .features p {
    margin: 30px 0 35px;
    font-size: 14px;
    line-height: 20px; }
    .features .section--api .features p strong {
      display: block;
      font-size: 16px;
      line-height: 24px;
      margin-bottom: 5px; }

.features .section--api .bg-b {
  transform: rotate(-90deg) translate(470px, 470px); }

.features .section--api .bg-f {
  transform: rotate(4deg) translate(265px, -500px); }

.features .section--api .bg-e {
  bottom: 0;
  top: auto;
  transform: translate(-50%, 0); }

.features .section--feature-img .wrapper {
  justify-content: center;
  align-items: flex-end;
  flex-direction: row; }
  .features .section--feature-img .wrapper img {
    max-width: 490px; }

.features .faq {
  background-color: #f2f1e9;
  max-width: none;
  margin-bottom: 60px; }
  .features .faq .wrapper {
    max-width: 1366px;
    margin: 0 auto;
    flex-direction: column;
    padding: 0 2%; }
  .features .faq h3 {
    color: #525845;
    padding-left: 15px;
    font-weight: 500; }
  .features .faq .grid-faq {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    justify-content: center; }
    .features .faq .grid-faq .items {
      padding: 20px 15px;
      flex: 33%;
      min-width: 300px; }

.features .section--feature .col article {
  height: auto;
  display: block; }
  .features .section--feature .col article h4 {
    margin-top: 5px; }
  .features .section--feature .col article p a {
    font-weight: bold; }
  .features .section--feature .col article .secondary-green {
    font-size: 15px;
    font-weight: 500;
    padding: 20px 46px;
    margin-top: 11px; }
  .features .section--feature .col article ul {
    margin: 0;
    padding: 5px 0 0; }
    .features .section--feature .col article ul li {
      width: auto;
      position: relative;
      padding: 0 0 20px 20px;
      max-width: none; }
      .features .section--feature .col article ul li .ms-icon {
        position: absolute;
        color: #c9a9d5;
        font-size: 9px;
        line-height: 25px;
        left: 0; }

.features .section--feature.section--whatsapp-form .col article ul {
  justify-content: initial; }
  .features .section--feature.section--whatsapp-form .col article ul li {
    padding: 0 0 0px 20px; }
    .features .section--feature.section--whatsapp-form .col article ul li p {
      font-style: normal;
      font-weight: normal;
      font-size: 16px;
      line-height: 24px;
      color: #525845;
      margin: 15px 0px; }

.features .section--feature.section--info-subscriptores {
  padding-bottom: 10px; }

.features .section--real-time {
  padding-bottom: 0; }
  .features .section--real-time article {
    position: relative; }
    .features .section--real-time article img {
      max-width: 621px; }
    .features .section--real-time article p {
      margin: 10px 0 40px; }
    .features .section--real-time article .cursive {
      position: absolute; }
      .features .section--real-time article .cursive.right {
        right: -25px;
        top: 180px;
        text-align: left; }
        .features .section--real-time article .cursive.right img {
          margin: 8px auto 0 25px;
          transform: rotate(-90deg); }
      .features .section--real-time article .cursive.left {
        left: 0;
        bottom: 0;
        text-align: right;
        transform: translateX(calc(-100% - 12px)); }
        .features .section--real-time article .cursive.left img {
          margin: 0 0 8px auto;
          transform: rotate(90deg); }
      .features .section--real-time article .cursive img {
        display: block; }

.features .section--clicks .bg-c {
  transform: scale(-1, 1) rotate(-15deg) translate(310px, 85px);
  top: 0; }

.features .section--activity .bg-g {
  transform: translate(-114px, -200px); }

.features .section--editor-videos .bg-b {
  transform: rotate(90deg) translate(-335px, -450px);
  right: 410px;
  top: 215px;
  z-index: -2;
  left: auto; }

.features .section--landing-pages p.short--width {
  max-width: 400px; }

.features .section--landing-pages .bg-n {
  transform: scaleX(1) rotate(-3deg) translate(-160px, -340px);
  top: 48%;
  left: 236px;
  z-index: 1; }

.features .section--landing-pages .bg-c {
  transform: scaleX(1) rotate(-3deg) translate(778px, 193px);
  top: 48%;
  left: 236px;
  z-index: 1; }

.features .section--landing-pages .bg-q {
  transform: scaleX(1) translate(-176px, -302px);
  top: 48%;
  left: 236px;
  z-index: 1; }

@media (max-width: 480px) {
  .features .section--landing-pages .bg-n {
    top: 118%; }
  .features .section--landing-pages .bg-q {
    top: 1%; } }

.features .section--conversations {
  padding: 46px 0; }
  .features .section--conversations#social-media-chat h6 {
    text-transform: capitalize; }
  .features .section--conversations iframe {
    width: 100%;
    height: 450px;
    max-width: 802px; }
    @media (max-width: 850px) {
      .features .section--conversations iframe {
        width: auto;
        min-width: 600px; } }
    @media (max-width: 480px) {
      .features .section--conversations iframe {
        width: auto;
        min-width: 330px;
        max-height: 186px; } }
  .features .section--conversations.section--top {
    padding: 180px 0 0; }
    .features .section--conversations.section--top .wrapper article {
      max-width: 920px; }
    .features .section--conversations.section--top p {
      max-width: none;
      max-width: initial; }
  .features .section--conversations article.long--title {
    padding: 0 83px 0 0; }
  .features .section--conversations p {
    max-width: 422px; }
  .features .section--conversations p.short--width {
    max-width: 382px; }
  .features .section--conversations .bg-c {
    transform: scaleX(-1) rotate(-3deg) translate(-472px, -245px);
    top: 46%;
    left: 254px;
    z-index: 1;
    opacity: 0.7; }
  .features .section--conversations .bg-c.top {
    transform: scaleX(-1) rotate(1deg) translate(-112px, 50px);
    top: 48%;
    left: 236px;
    z-index: 1;
    height: 286px;
    width: 365px;
    opacity: 0.7; }
  .features .section--conversations .bg-c.bottom {
    transform: scaleX(1) rotate(-3deg) translate(447px, -186px);
    top: 46%;
    left: auto;
    left: initial; }
  .features .section--conversations .bg-c.automation {
    transform: scaleX(-1) rotate(6deg) translate(-4px, -303px);
    top: 57%;
    right: 140px;
    height: 260px;
    width: 330px;
    left: 49.5%; }
    @media (max-width: 480px) {
      .features .section--conversations .bg-c.automation {
        top: 113%; } }
  .features .section--conversations .bg-q.bg-q--marketing {
    transform: scaleX(-1) translate(13px, -286px);
    top: 99%;
    right: 49.5%;
    left: auto;
    left: initial;
    z-index: 1; }
  .features .section--conversations .bg-q.bg-q--tree {
    transform: scaleX(1) translate(-132px, -415px) rotate(90deg);
    top: 99%;
    left: 49.5%;
    z-index: 1; }
    @media (max-width: 480px) {
      .features .section--conversations .bg-q.bg-q--tree {
        top: 115%; } }
  @media (max-width: 480px) {
    .features .section--conversations article.long--title {
      padding: inherit; }
    .features .section--conversations .bg-c {
      transform: scaleX(-1) rotate(-3deg) translate(-42px, -25px);
      top: 78%;
      left: 23px; }
    .features .section--conversations .bg-c.top {
      top: 57%;
      left: -87px; }
    .features .section--conversations .bg-c.bottom {
      transform: scaleX(1) rotate(-3deg) translate(47px, -16px);
      top: 83%;
      left: 54px; }
    .features .section--conversations .bg-q.bg-q--marketing {
      top: 104%; } }

.features .section--on-site.section--top {
  padding-top: 160px; }
  .features .section--on-site.section--top .button.button-big {
    padding: 20px 80px;
    margin-bottom: 30px; }

.features .section--on-site.on-site__catchment .button {
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 30px; }

.features .section--on-site .steps-container {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 40px; }
  .features .section--on-site .steps-container .step {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    text-align: left; }
  .features .section--on-site .steps-container .icon {
    width: 24px;
    height: 24px; }
  .features .section--on-site .steps-container .ball {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: #999999;
    flex-shrink: 0;
    position: relative; }
  .features .section--on-site .steps-container .ball::after {
    content: '';
    position: absolute;
    top: 126%;
    left: 50%;
    transform: translateX(-50%);
    width: 1px;
    height: calc(100% + 24px);
    background-color: #999999; }
  .features .section--on-site .steps-container .step:last-child .ball::after {
    display: none; }
  .features .section--on-site .steps-container .step-content h2 {
    font-size: 16px;
    margin: 0 0 5px;
    color: #333; }
  .features .section--on-site .steps-container .step-content p {
    font-size: 14px;
    margin: 0;
    color: #666;
    line-height: 1.6; }

.features .section--on-site#attracts .bg-c {
  transform: scaleX(1) rotate(107deg) translate(462px, 28px);
  top: -39%;
  left: 502px;
  z-index: 1;
  height: 360px;
  width: 430px; }

.features .section--on-site#loyalty .bg-c {
  transform: scaleX(-1) rotate(180deg) translate(-112px, 28px);
  top: 57%;
  left: 181px;
  z-index: 1;
  height: 200px;
  width: 280px; }

.features .section--on-site#optimize .bg-c {
  transform: scaleX(-1) rotate(27deg) translate(224px, 15px);
  top: 8%;
  right: -258px;
  z-index: 1;
  left: auto;
  left: initial;
  height: 360px;
  width: 430px; }

.features .section--on-site.solutions {
  padding: 40px 20px;
  text-align: center; }
  .features .section--on-site.solutions h4 {
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 32px;
    text-align: center;
    color: #333333;
    margin-bottom: 20px; }
  .features .section--on-site.solutions .solutions-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    grid-gap: 20px;
    gap: 20px;
    max-width: 1200px;
    margin: 0 auto; }
  .features .section--on-site.solutions .solution {
    background-color: #fff;
    padding: 20px;
    text-align: left;
    max-width: 355px; }
  .features .section--on-site.solutions .solution .icon {
    width: 40px;
    height: 40px;
    margin-bottom: 5px; }
  .features .section--on-site.solutions .solution p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #333333; }
  .features .section--on-site.solutions hr {
    border-bottom: 1px solid;
    max-width: 85%; }

@media (max-width: 480px) {
  .features .section--on-site#attracts .bg-c {
    transform: scaleX(1) rotate(107deg) translate(462px, 28px);
    top: 0%;
    left: 110px; }
  .features .section--on-site#loyalty .bg-c {
    top: 78%;
    left: 130px; }
  .features .section--on-site#optimize .bg-c {
    transform: scaleX(-1) rotate(180deg) translate(-131px, 28px);
    top: 71%;
    height: 230px;
    width: 370px;
    left: 240px; } }

.features .section--whatsapp.section--whatsapp .wrapper article p {
  margin-bottom: 22px;
  max-width: none;
  max-width: initial; }

.features .section--whatsapp.section--whatsapp .button.button-big {
  padding: 20px 80px; }

.features .section--whatsapp p {
  max-width: 476px; }

.features .section--whatsapp .bg-c {
  transform: rotate(3deg) scaleX(-1);
  top: 11%;
  left: -8.5%;
  height: 238px;
  width: 420px; }
  @media (max-width: 480px) {
    .features .section--whatsapp .bg-c {
      transform: rotate(46deg) scaleX(-1);
      top: 71%;
      left: -8.5%; } }

.features .section--whatsapp .bg-q {
  transform: rotate(0deg) scaleX(-1);
  top: 27%;
  left: -2.5%;
  width: 520px; }
  @media (max-width: 480px) {
    .features .section--whatsapp .bg-q {
      top: 58%;
      left: -29.5%;
      height: 288px;
      width: 454px; } }

.features .section--whatsapp .bg-c.section--whatsapp4 {
  top: 41%;
  left: 67.5%;
  height: 330px;
  width: 500px;
  transform: rotate(0deg) scaleY(-1); }
  @media (max-width: 480px) {
    .features .section--whatsapp .bg-c.section--whatsapp4 {
      top: 64%;
      left: 7.5%; } }

.features .section--whatsapp .bg-b {
  transform: rotate(-89deg);
  top: 11%;
  left: 3.5%;
  height: 360px;
  width: 480px; }
  @media (max-width: 480px) {
    .features .section--whatsapp .bg-b {
      top: 45%;
      left: -14.5%;
      height: 260px;
      width: 390px; } }

.features .section--landing-forms .bg-b {
  transform: scaleX(-1) rotate(90deg) translate(-50px, -190px);
  top: 48%;
  left: 12px;
  z-index: 1; }

.features .section--campaigns h3 {
  max-width: 415px; }

.features .section--campaigns p {
  max-width: 466px; }

.features .section--campaigns .bg-b {
  transform: scaleX(-1) rotate(0deg) translate(-100px, -190px);
  top: 14%;
  left: 34%;
  width: 285px; }

.features .section--reports .background.bg-c {
  transform: scaleX(-1) rotate(38deg) translate(-100px, -190px);
  top: 62%;
  left: 76%; }

.features .section--reports .bg-i {
  top: 17%;
  left: auto;
  right: 27%;
  z-index: -1; }

.features .section--recomendaciones .bg-c {
  transform: rotate(180deg) translate(150px, -80px); }

.features .section--test-ab .bg-c {
  transform: rotate(180deg) translate(150px, -80px); }

.features .section--envio-inteligente .bg-c {
  transform: scale(-1, 1) translate(-418px, 222px);
  height: 190px;
  width: 250px; }

.features .section--integra-redes .bg-c {
  transform: scale(-1, 1) translate(775px, 235px);
  height: 324px;
  width: 412px; }

.features .section--integra-redes + .section--features-list {
  padding: 85px 0 0; }

.features .section--drag-and-drop .bg-c {
  transform: rotate(110deg) translate(190px, -120px);
  left: 0; }

.features .section--drag-and-drop .bg-d {
  transform: rotate(160deg) translate(-750px, -170px);
  left: auto;
  right: 0; }

.features .section--responsive-emails .front-video {
  max-width: 180px;
  height: auto;
  width: 22%;
  left: auto;
  transform: translateX(24%);
  z-index: 10;
  left: -6px; }

.features .section--templates .bg-c.up {
  transform: scaleX(-1) translate(-70px, -180px);
  right: 0;
  left: auto; }

.features .section--templates .bg-c.down {
  transform: scaleX(-1) rotate(-210deg) translate(-150px, -150px); }

.features .section--beta-editor .bg-c.down {
  transform: rotate(105deg) translate(379px, 579px); }

.features .section--prebuilt-flow .bg-c.down {
  transform: scaleX(-1) rotate(130deg) translate(-190px, -250px); }

.features .section--analiza .bg-h {
  transform: translate(-800px, -280px); }

.features .section--aperturas .bg-c {
  transform: scale(-1, 1) rotate(20deg) translate(-32px, 25px);
  top: -163px; }

.features .section--automation-reports .bg-c {
  transform: translate(60px, -60px);
  top: -16px; }

.features .section--advanced-reports .bg-c {
  transform: rotate(80deg) translate(-10px, 110px);
  top: -150px; }

.features .section--assisted-sales-reports .bg-c {
  transform: rotate(-7deg) translate(37px, 65px);
  top: -185px; }

.features .section--etiqueta .bg-b {
  transform: translate(-31px, 185px);
  top: -335px;
  bottom: auto; }

.features .section--etiqueta .bg-c {
  transform: translate(420px, 260px) scale(-1, 1);
  height: 324px;
  width: 412px; }

.features .section--etiqueta + .section--features-list {
  padding-top: 85px; }

.features .section--bottom:not(.bg-orange-light) .cursive {
  margin-top: 25px;
  margin-left: 24rem; }

.features.artificial-intelligence .section--feature .background.bg-b {
  transform: rotate(90deg) translate(-366px, 586px); }

.features.artificial-intelligence .section--feature .background.bg-c {
  transform: rotate(5deg) translate(-740px, -341px) scaleX(-1);
  height: 396px;
  width: 395px; }

.features.transactional-email .section--feature .col article ul {
  padding: 35px 0 0; }
  .features.transactional-email .section--feature .col article ul li {
    width: 100%; }
    .features.transactional-email .section--feature .col article ul li p {
      margin: 0; }

.features.transactional-email .section--feature .col article .secondary-green {
  margin-top: 30px; }

.features.transactional-email .section--feature.section--types .background.bg-h {
  height: 250px;
  width: 1274px;
  left: 49.5%;
  background-size: cover; }

.features.transactional-email .section--bottom p {
  max-width: 620px;
  margin: 25px auto 35px; }

@media (max-width: 1379px) {
  .features .section--responsive-emails .front-video {
    width: 22%;
    left: auto;
    transform: translateX(20%); } }

@media (max-width: 1338px) {
  .features .section--responsive-emails .front-video {
    width: 22%;
    left: auto;
    transform: translateX(18%); } }

@media (max-width: 1180px) {
  .features .section--responsive-emails .front-video {
    width: 23%;
    transform: translateX(15%); }
  .features .section--integrations .wrapper {
    justify-content: center; }
  .features.features-sms .section--sms-begaviors .background.bg-p {
    transform: scale(1, 1) translate(-270px, 110px); }
  /*   transform: scale(1,1) translate(-270px, 110px); */ }

@media (max-width: 850px) {
  .features .section--feature-img .wrapper img {
    max-width: 332px; }
  .features.features-sms .section--feature .wrapper article {
    padding: 0 0 40px; }
  .features.features-sms .section--sms-begaviors .background.bg-p {
    display: none; }
  .features .section--responsive-emails .front-video {
    transform: translate(0px, -195px); }
  .features .section--analiza .bg-h {
    transform: translate(-500px, -145px);
    top: 455px;
    left: 449px; }
  .features .section--aperturas .bg-c {
    transform: scale(-1, 1) rotate(136deg) translate(-32px, 25px);
    top: -72px;
    right: -35px;
    left: auto; }
  .features .section--automation-reports .bg-c {
    transform: translate(10px, -60px);
    top: -11px; }
  .features .section--advanced-reports .bg-c {
    transform: rotate(80deg) translate(-10px, 110px);
    top: -40px; }
  .features .section--assisted-sales-reports .bg-c {
    transform: rotate(-7deg) translate(-98px, 69px);
    top: 47px; }
  .features .section--etiqueta .bg-b {
    transform: translate(11px, 186px);
    top: -238px;
    bottom: auto;
    width: 225px; }
  .features .section--etiqueta .bg-c {
    display: none; }
  .features .section--real-time article img {
    max-width: none;
    width: 100%; }
  .features .section--real-time article .cursive {
    display: none; }
  .features .section--integrations .wrapper {
    flex-direction: row; }
  .features .section--top .bg-c {
    width: 225px;
    transform: scaleX(-1) translate(280px, 250px); }
  .features .section--reports .bg-i {
    left: -20%; }
  .features .section--editor-videos .bg-b {
    transform: rotate(90deg) translate(-368px, -390px); }
  .features .section--landing-forms .bg-b {
    transform: scaleX(-1) rotate(90deg) translate(-11px, -108px);
    top: auto;
    left: 12px;
    bottom: -155px; }
  .features .section--campaigns .bg-b {
    transform: scaleX(-1) rotate(0) translate(-217px, -210px); }
  .features .section--reports .background.bg-c {
    transform: scaleX(-1) rotate(47deg) translate(-223px, -344px); }
  .features .section--drag-and-drop .bg-c {
    display: none; }
  .features .section--templates .bg-c.up {
    display: none; }
  .features .section--templates .bg-c.down {
    bottom: 40px;
    top: auto;
    right: -143px;
    left: auto;
    width: 240px; }
  .features .section--beta-editor .bg-c.down {
    bottom: 40px;
    top: auto;
    right: -270px;
    left: auto;
    width: 240px; }
  .features .section--prebuilt-flow .bg-c.down {
    top: 68%;
    left: 80%; }
  .features .section--test-ab .bg-c {
    bottom: 300px;
    top: auto;
    right: 140px;
    left: auto;
    transform: rotate(171deg) translate(-120px, -329px); }
  .features .section--envio-inteligente .bg-c {
    width: 300px;
    transform: none;
    top: 93%;
    left: 64.5%; }
  .features .section--clicks .bg-c {
    transform: scale(-1, 1) rotate(-15deg) translate(-55px, 235px); }
  .features .section--activity .bg-g {
    transform: translate(-240px, 10px);
    width: 500px; }
  .features .section--suggestions article {
    margin: 0;
    text-align: center;
    grid-template-columns: 1fr;
    gap: 0;
    grid-template-areas: 'title' 'img' 'subtitle' 'form' 'legals'; }
  .features .section--suggestions .title h3 {
    text-align: center;
    margin: 0 0 35px; }
  .features .section--suggestions .subtitle p {
    margin: 0; }
  .features .section--suggestions .img {
    margin: 0 -6% 35px;
    background-position: 50% 50%;
    background-size: 80%;
    min-height: 435px; }
  .features .section--suggestions .form .holder input {
    width: 100%;
    min-width: auto; }
  .features .section--suggestions .legals {
    grid-template-columns: 1fr;
    gap: 0;
    text-align: left;
    margin-top: 40px; }
  /*end features*/
  .section--integra-redes .bg-c {
    width: 300px;
    transform: scale(-1, 1) translate(463px, 484px); }
  .section--features-list ul li {
    width: 50%;
    max-width: none; } }

@media (max-width: 480px) {
  .features .section--reports .bg-i {
    left: -73%; }
  .features .section--reports .background.bg-c {
    width: 208px;
    transform: scaleX(-1) rotate(37deg) translate(91px, 72px);
    left: auto;
    right: -105px;
    top: auto;
    bottom: -85px; }
  .features .section--responsive-emails .front-video {
    display: none; }
  .features .section--analiza .bg-h {
    display: none; }
  .features .section--campaings .background.bg-b {
    display: none; }
  .features .section--aperturas .bg-c {
    top: -116px;
    width: 145px; }
  .features .section--etiqueta .bg-b {
    top: -220px;
    width: 150px; }
  .features .section--test-ab .bg-c {
    transform: rotate(146deg) translate(80px, -278px);
    width: 40%; }
  .features .section--integra-redes .bg-c {
    width: 220px;
    transform: scale(-1, 1) translate(285px, 440px); }
  .features .section--editor-videos .bg-b {
    right: 51%;
    bottom: -240px;
    top: auto;
    transform: rotate(90deg) translate(7px, 71px);
    width: 180px; }
  .features .section--landing-forms .bg-b {
    width: 200px;
    top: auto;
    left: auto;
    right: -176px;
    bottom: -233px; }
  .features .section--campaigns .bg-b {
    width: 200px;
    transform: scaleX(-1) rotate(0) translate(-56px, 217px);
    bottom: -86px;
    top: auto;
    right: 80px;
    left: auto; }
  .features .section--api {
    z-index: 1; }
    .features .section--api .wrapper .api-features .features {
      width: 100%;
      padding: 0 15px; }
  .features .section--top .bg-c {
    width: 180px;
    transform: scaleX(-1) translate(215px, 250px); }
  .features .section--clicks .bg-c {
    transform: scale(-1, 1) rotate(-15deg) translate(-65px, 270px);
    width: 150px; }
  .features .section--activity .bg-g {
    transform: translate(-180px, 80px);
    width: 340px; }
  .features.features-sms .section--feature .wrapper .background {
    display: none; }
  .features.features-sms .section--bottom .background.bg-o {
    display: none; }
  .features .section--suggestions .img {
    background-position: -60px 50%;
    background-size: 115%;
    min-height: 350px; }
  .section--features-list ul li {
    width: 100%;
    max-width: none; }
  .section--integrations .small.open .integrations {
    padding: 40px 20px 30px; }
    .section--integrations .small.open .integrations .icon-close {
      display: inline-block; }
  .section--integrations .small .integrations {
    padding: 0; }
    .section--integrations .small .integrations .icon-close {
      display: none; }
    .section--integrations .small .integrations .holder {
      flex: 100%; }
      .section--integrations .small .integrations .holder.checkbox {
        display: flex; }
    .section--integrations .small .integrations .loader {
      width: 100%; }
    .section--integrations .small .integrations form textarea,
    .section--integrations .small .integrations input:not(.button):not([type='checkbox']) {
      min-width: 0;
      width: 100%; } }

.section--templates {
  padding: 40px 0px; }
  @media (max-width: 480px) {
    .section--templates {
      padding: 30px 0px; } }
  .section--templates .info-container .feature {
    display: flex;
    align-items: flex-start;
    gap: 10px; }
    .section--templates .info-container .feature .icon {
      width: 20px;
      height: 20px;
      margin-top: 20px; }
    .section--templates .info-container .feature p {
      font-size: 16px;
      line-height: 1.5; }
  .section--templates .email-templates {
    text-align: center;
    padding: 40px 20px; }
    .section--templates .email-templates h2 {
      font-size: 24px;
      font-weight: bold;
      color: #3d2c10;
      margin-bottom: 30px; }
    .section--templates .email-templates h5 {
      font-style: normal;
      font-weight: 700;
      font-size: 40px;
      line-height: 44px;
      text-align: center;
      letter-spacing: -1px;
      color: #302100;
      margin-top: 0px; }
    .section--templates .email-templates .features {
      display: flex;
      justify-content: center;
      gap: 160px;
      margin-bottom: 30px;
      flex-wrap: wrap;
      margin-right: 14px; }
      .section--templates .email-templates .features .feature {
        text-align: center;
        max-width: 250px; }
        .section--templates .email-templates .features .feature img {
          width: 64px;
          margin-bottom: 10px; }
        .section--templates .email-templates .features .feature h6 {
          font-style: normal;
          font-weight: 700;
          font-size: 25px;
          line-height: 29px;
          text-align: center;
          letter-spacing: -0.02em;
          color: #333333;
          text-transform: none;
          text-transform: initial;
          margin: 2px; }
        .section--templates .email-templates .features .feature p {
          font-style: normal;
          font-weight: 700;
          font-size: 16px;
          line-height: 22px;
          text-align: center;
          color: #666666; }
    @media (max-width: 480px) {
      .section--templates .email-templates .features {
        flex-direction: column;
        align-items: center;
        gap: 30px; }
      .section--templates .email-templates .feature {
        max-width: 100%; } }

footer .section--links {
  padding: 70px 0;
  background: #fff; }
  footer .section--links ul {
    display: flex;
    margin: 0 auto;
    padding: 0 5%;
    flex-wrap: wrap;
    list-style: none;
    justify-content: space-around; }
    footer .section--links ul li {
      text-align: left;
      min-width: 180px;
      padding: 20px;
      max-width: 180px; }
      footer .section--links ul li h6 {
        margin: 0; }
      footer .section--links ul li a {
        display: block;
        margin-top: 10px;
        color: #525845; }
        footer .section--links ul li a:hover {
          opacity: 0.6; }

footer .section--social .wrapper {
  text-align: center;
  background-color: #fce579;
  padding: 56px 5%;
  display: block;
  position: relative; }
  footer .section--social .wrapper .section--social__header {
    max-width: 490px;
    margin: 0 auto; }
    footer .section--social .wrapper .section--social__header h5 {
      font-size: 16px;
      line-height: 24px;
      font-weight: 700;
      color: #333;
      margin: 0; }
    footer .section--social .wrapper .section--social__header p {
      font-size: 16px;
      line-height: 24px;
      font-weight: 400;
      color: #333;
      margin: 12px 0 18px 0; }
    footer .section--social .wrapper .section--social__header a.button.button-small {
      font-size: 14px;
      font-weight: 700;
      letter-spacing: 0.5px; }
  footer .section--social .wrapper form,
  footer .section--social .wrapper .form--message {
    background-color: #f2f1e9;
    padding: 56px 5%;
    display: none;
    width: 100%;
    position: absolute;
    flex: 60%;
    text-align: left;
    left: 0;
    bottom: -14px;
    flex-wrap: wrap;
    flex-direction: row;
    box-shadow: 0 -5px 9px -5px #afabab;
    -moz-box-shadow: 0 -5px 9px -5px #afabab;
    -webkit-box-shadow: 0 -5px 9px -5px #afabab; }
    footer .section--social .wrapper form .form--message--container,
    footer .section--social .wrapper .form--message .form--message--container {
      text-align: center;
      padding-right: 0px; }
      footer .section--social .wrapper form .form--message--container img,
      footer .section--social .wrapper .form--message .form--message--container img {
        width: 76px;
        height: 76px;
        margin: 21px auto; }
      footer .section--social .wrapper form .form--message--container h4,
      footer .section--social .wrapper .form--message .form--message--container h4 {
        font-size: 30px;
        font-style: normal;
        font-weight: 700;
        line-height: 42px;
        color: #302100;
        margin-top: 20px; }
      footer .section--social .wrapper form .form--message--container p,
      footer .section--social .wrapper .form--message .form--message--container p {
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px;
        color: #525845;
        margin: 0px; }
    footer .section--social .wrapper form .form--message--container__alert,
    footer .section--social .wrapper .form--message .form--message--container__alert {
      text-align: center;
      display: none;
      padding-right: 0px; }
      footer .section--social .wrapper form .form--message--container__alert img,
      footer .section--social .wrapper .form--message .form--message--container__alert img {
        width: 76px;
        height: 76px;
        margin: 21px auto; }
      footer .section--social .wrapper form .form--message--container__alert h5,
      footer .section--social .wrapper .form--message .form--message--container__alert h5 {
        font-size: 25px;
        font-style: normal;
        font-weight: 700;
        line-height: 42px;
        color: #302100; }
    footer .section--social .wrapper form .holder input:not([type='checkbox']),
    footer .section--social .wrapper .form--message .holder input:not([type='checkbox']) {
      margin-right: 15px; }
    footer .section--social .wrapper form .holder.checkbox,
    footer .section--social .wrapper .form--message .holder.checkbox {
      display: flex;
      flex-wrap: wrap;
      justify-content: flex-start;
      align-items: center; }
    footer .section--social .wrapper form .loader,
    footer .section--social .wrapper .form--message .loader {
      margin: 0 0 0 auto; }
    footer .section--social .wrapper form .success-message,
    footer .section--social .wrapper .form--message .success-message {
      text-align: left; }
      footer .section--social .wrapper form .success-message p,
      footer .section--social .wrapper .form--message .success-message p {
        margin: 2px 0 3px; }
    footer .section--social .wrapper form.success .holder,
    footer .section--social .wrapper .form--message.success .holder {
      display: none; }
    footer .section--social .wrapper form #hide-form-subscribe,
    footer .section--social .wrapper form .hide-form-subscribe,
    footer .section--social .wrapper .form--message #hide-form-subscribe,
    footer .section--social .wrapper .form--message .hide-form-subscribe {
      position: absolute;
      top: 20px;
      right: 20px;
      color: #302100; }
      footer .section--social .wrapper form #hide-form-subscribe:hover,
      footer .section--social .wrapper form .hide-form-subscribe:hover,
      footer .section--social .wrapper .form--message #hide-form-subscribe:hover,
      footer .section--social .wrapper .form--message .hide-form-subscribe:hover {
        color: #594100; }
    footer .section--social .wrapper form > div,
    footer .section--social .wrapper .form--message > div {
      display: flex;
      flex: 50%;
      flex-wrap: wrap;
      flex-direction: row;
      text-align: left;
      padding: 0 35px 0 0;
      flex-direction: column; }
      footer .section--social .wrapper form > div.legal,
      footer .section--social .wrapper .form--message > div.legal {
        justify-content: center;
        padding: 0 0 0 35px; }
        footer .section--social .wrapper form > div.legal p,
        footer .section--social .wrapper .form--message > div.legal p {
          font-size: 12px;
          line-height: 16px;
          margin-bottom: 10px; }
  footer .section--social .wrapper nav {
    margin: 42px 0 0 0; }
    footer .section--social .wrapper nav a {
      font-size: 32px;
      line-height: 1;
      color: #525845; }
      footer .section--social .wrapper nav a:hover {
        opacity: 0.6; }
      footer .section--social .wrapper nav a:not(:first-child) {
        margin-left: 20px; }

footer .section--legal {
  background: #fff; }
  footer .section--legal .wrapper {
    padding: 40px 5%; }
    footer .section--legal .wrapper span {
      font-size: 14px;
      line-height: 20px; }
      footer .section--legal .wrapper span .ms-icon {
        color: #555845; }
        footer .section--legal .wrapper span .ms-icon:hover {
          opacity: 0.6; }
      footer .section--legal .wrapper span .link {
        color: #33ad73; }
        footer .section--legal .wrapper span .link:hover {
          color: #008046; }
    footer .section--legal .wrapper .privacy {
      float: right; }

.section--bottom:not(.bg-orange-light).landing-pages {
  padding: 10px 0 180px; }

.section--bottom:not(.bg-orange-light) {
  padding: 160px 0 180px; }
  .section--bottom:not(.bg-orange-light).section--landing-page {
    padding: 50px 0 180px; }
  .section--bottom:not(.bg-orange-light) .more {
    color: #525845;
    margin: 65px 0 0; }
  .section--bottom:not(.bg-orange-light) p {
    margin: 25px 0 35px; }
  .section--bottom:not(.bg-orange-light) .cursive {
    margin-top: 25px;
    margin-left: 50px; }
    .section--bottom:not(.bg-orange-light) .cursive img {
      position: absolute;
      transform: translate(-35px, -50%); }
    .section--bottom:not(.bg-orange-light) .cursive span {
      font-size: 18px;
      letter-spacing: 1px;
      line-height: 15px; }
  .section--bottom:not(.bg-orange-light).demoday p {
    max-width: 560px;
    margin: 25px auto 35px auto; }
  .section--bottom:not(.bg-orange-light) .bg-c {
    transform: translate(320px, -290px);
    height: 400px;
    width: 500px;
    top: 43%; }
    .section--bottom:not(.bg-orange-light) .bg-c.left {
      transform: translate(-670px, -15px);
      height: 227px;
      width: 289px; }
  .section--bottom:not(.bg-orange-light) .bg-e {
    transform: translate(-50%, 0);
    top: auto;
    bottom: 0; }

@media (max-width: 1180px) {
  footer .section--links ul {
    justify-content: flex-start; }
    footer .section--links ul li {
      flex: 1; }
  .section--bottom:not(.bg-orange-light) .bg-c {
    width: 330px;
    transform: translate(320px, -240px); } }

@media (max-width: 850px) {
  footer .section--social .wrapper {
    flex-direction: column; }
    footer .section--social .wrapper .section--social__header {
      flex-wrap: wrap;
      justify-content: center;
      flex-direction: column; }
    footer .section--social .wrapper form {
      flex-direction: column;
      text-align: center;
      padding-bottom: 40px; }
      footer .section--social .wrapper form > div.legal {
        padding: 20px 0; }
  footer .section--links ul li {
    flex: 0 1 190px; }
  .section--bottom:not(.bg-orange-light) .bg-c {
    display: none; } }

@media (max-width: 480px) {
  footer .section--links {
    padding: 70px 0; }
    footer .section--links ul {
      flex-wrap: wrap; }
      footer .section--links ul li {
        flex: 0 1 50%;
        min-width: 0; }
  footer .section--social .wrapper form .holder {
    width: 100%; }
    footer .section--social .wrapper form .holder input:not([type='checkbox']) {
      width: 100%;
      min-width: auto;
      margin-bottom: 5px; }
    footer .section--social .wrapper form .holder.checkbox.error {
      margin-bottom: 10px; }
      footer .section--social .wrapper form .holder.checkbox.error:after {
        top: 76%; }
  footer .section--social .wrapper form .loader {
    margin: 30px 0 10px; }
  footer .section--social .wrapper form > div {
    padding: 10px; }
    footer .section--social .wrapper form > div.legal {
      padding: 10px; }
  footer .section--legal .wrapper {
    text-align: center; }
    footer .section--legal .wrapper span .ms-icon {
      display: block; }
    footer .section--legal .wrapper .privacy {
      float: none;
      display: block; }
  .section--bottom {
    padding: 100px 0; } }

header {
  position: fixed;
  width: 100vw;
  background: #fff;
  z-index: 1;
  box-shadow: 0 0 0 2px rgba(48, 33, 0, 0.1);
  top: 0; }
  header .home-menu {
    display: none;
    padding: 10px 50px;
    padding-bottom: 40px;
    box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.25098);
    animation: fadeInDown 0.5s ease-out forwards;
    margin-top: -13px; }
    header .home-menu-rowflex {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; }
      header .home-menu-rowflex .col-2 {
        flex: 0 0 20%;
        max-width: 20%;
        box-sizing: border-box; }
    header .home-menu a {
      text-align: center;
      margin: 0 auto;
      display: flex;
      flex-direction: column;
      font-weight: bold;
      padding-top: 15px; }
    header .home-menu.active {
      display: block; }
    header .home-menu__item {
      margin-bottom: 30px; }
      header .home-menu__item a {
        display: contents; }
      header .home-menu__item .trainings--text {
        padding-left: 42px;
        max-width: 260px;
        font-weight: 600;
        text-align: left;
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 24px;
        color: #525845; }
      header .home-menu__item span {
        display: inline-block;
        width: 30px;
        height: 30px;
        color: #999999;
        font-size: 30px;
        margin-right: 10px;
        vertical-align: bottom; }
      header .home-menu__item p {
        display: inline-block;
        font-weight: 700;
        font-size: 13px;
        line-height: 22px;
        color: #525845;
        margin-bottom: 5px;
        cursor: pointer; }
        header .home-menu__item p:hover {
          opacity: 0.7;
          color: #008046; }
      header .home-menu__item ul {
        padding-left: 40px;
        list-style-type: circle; }
        header .home-menu__item ul li {
          padding: 5px; }
          header .home-menu__item ul li::marker {
            color: #525845;
            content: "•"; }
          header .home-menu__item ul li a {
            text-align: left;
            padding-left: 5px;
            font-weight: 400;
            font-size: 14px;
            line-height: 20px;
            color: #525845;
            display: inline; }
            header .home-menu__item ul li a .icon-sparkle-ia {
              color: #33AD73;
              font-size: 16px;
              display: inline-block;
              margin-left: 4px;
              vertical-align: -2px;
              width: auto;
              height: auto;
              margin-right: 0; }
    header .home-menu--line {
      padding-top: 40px;
      height: 1px;
      width: 94%;
      border-bottom: 1px solid gray;
      margin: 0 auto; }
  header.open .home-menu__mobile {
    padding: 25px;
    overflow-y: scroll; }
    header.open .home-menu__mobile__item {
      margin-bottom: 10px;
      list-style-type: none;
      padding: 0;
      margin: 0;
      width: 90%; }
      header.open .home-menu__mobile__item--sub-item a.a--trainings {
        font-size: 16px;
        font-weight: 500;
        margin-top: 5px; }
      header.open .home-menu__mobile__item--sub-item span {
        display: inline-block;
        width: 20px;
        height: 20px;
        color: #999999;
        font-size: 23px;
        margin-right: 18px;
        vertical-align: sub; }
      header.open .home-menu__mobile__item--sub-item p,
      header.open .home-menu__mobile__item--sub-item a {
        display: inline-block;
        font-style: normal;
        font-weight: 700;
        font-size: 18px;
        line-height: 28px;
        color: #525845;
        margin-bottom: 0px; }
      header.open .home-menu__mobile__item--sub-item ul {
        margin-left: 15px; }
        header.open .home-menu__mobile__item--sub-item ul li a {
          font-style: normal;
          font-weight: 400;
          font-size: 16px;
          line-height: 24px;
          color: #525845;
          border-bottom: 0;
          border-bottom: initial;
          display: inline-block; }
          header.open .home-menu__mobile__item--sub-item ul li a::before {
            content: '⚫';
            vertical-align: top;
            font-size: 5px;
            margin-right: 10px; }
          header.open .home-menu__mobile__item--sub-item ul li a .icon-sparkle-ia {
            color: #33AD73;
            font-size: 18px;
            display: inline-block;
            margin-left: 4px;
            vertical-align: -2px;
            width: auto;
            height: auto;
            margin-right: 0; }
      header.open .home-menu__mobile__item li {
        text-align: left; }
        header.open .home-menu__mobile__item li > a {
          position: relative;
          font-style: normal;
          font-weight: 700;
          font-size: 22px;
          line-height: 28px;
          color: #525845;
          border-bottom: 1px solid #EAEAEA;
          display: block;
          text-transform: capitalize; }
          header.open .home-menu__mobile__item li > a::first-letter {
            text-transform: uppercase; }
        header.open .home-menu__mobile__item li .dp-accordion-thumb {
          display: flex;
          justify-content: space-between;
          align-items: center;
          padding-bottom: 5px;
          cursor: pointer;
          -webkit-text-decoration: none;
          text-decoration: none; }
          header.open .home-menu__mobile__item li .dp-accordion-thumb .arrow {
            transition: transform 0.3s ease;
            font-size: 30px; }
            header.open .home-menu__mobile__item li .dp-accordion-thumb .arrow.open {
              transform: rotate(180deg); }
        header.open .home-menu__mobile__item li .dp-accordion-panel {
          max-height: 0;
          overflow: hidden;
          transition: max-height 0.3s ease; }
          header.open .home-menu__mobile__item li .dp-accordion-panel.open {
            max-height: 2000px; }
          header.open .home-menu__mobile__item li .dp-accordion-panel .dp-accordion-content {
            padding: 10px;
            background-color: #fff;
            border-top: 1px solid #ddd;
            padding-left: 0px; }
          @media (max-width: 850px) {
            header.open .home-menu__mobile__item li .dp-accordion-panel.open {
              max-height: 500px;
              overflow-y: scroll; } }
          @media (max-width: 480px) {
            header.open .home-menu__mobile__item li .dp-accordion-panel.open {
              max-height: 2000px; } }
      header.open .home-menu__mobile__item li > a.first-letter-uppercase::first-letter {
        text-transform: uppercase; }
    header.open .home-menu__mobile__buttons-container {
      width: 100%;
      text-align: center;
      margin: auto; }
      header.open .home-menu__mobile__buttons-container a {
        margin-bottom: 10px;
        width: 80%; }
  header .button.hide {
    display: none; }
  header li.menu-toggle a {
    cursor: pointer;
    position: relative; }
  header .wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 5%;
    height: 89px;
    /* Selector de lenguage */ }
    header .wrapper .logo {
      display: inline-block;
      margin-bottom: 18px; }
      @media (max-width: 1300px) {
        header .wrapper .logo {
          margin-bottom: 12px; } }
    header .wrapper ul {
      display: inline-block;
      flex: 1;
      padding: 0 10px;
      margin: 0; }
      @media (max-width: 1300px) {
        header .wrapper ul {
          display: flex; } }
      header .wrapper ul.nav--roi {
        display: none; }
      header .wrapper ul li {
        display: inline-block;
        list-style: none; }
        @media (max-width: 1300px) {
          header .wrapper ul li {
            padding: 0 6px; } }
        header .wrapper ul li a {
          color: #302100;
          font-size: 13px;
          line-height: 61px;
          opacity: 0.6; }
          header .wrapper ul li a:hover {
            opacity: 1;
            border-bottom: 3px solid #fbb224; }
          header .wrapper ul li a.active {
            border-bottom: 3px solid #fbb224;
            opacity: 1; }
          header .wrapper ul li a span {
            color: #302100;
            font-size: 13px;
            font-weight: bold;
            padding: 37px 20px;
            cursor: pointer; }
            @media (max-width: 1300px) {
              header .wrapper ul li a span {
                font-size: 12px; } }
    header .wrapper nav {
      display: inline-block; }
      header .wrapper nav .button:not(:first-child) {
        margin-left: 12px;
        /**/ }
    header .wrapper .language-selector {
      display: inline-block;
      vertical-align: middle;
      /*Dropdown Deshabilitado*/
      /*Fin Dropdown Deshabilitado*/ }
      header .wrapper .language-selector.disabled .option span {
        color: #b4b1a5;
        cursor: default; }
        header .wrapper .language-selector.disabled .option span:after {
          border-top-color: #b4b1a5; }
      header .wrapper .language-selector.disabled .option img {
        filter: grayscale(100%);
        opacity: 0.5; }
      header .wrapper .language-selector .option {
        display: none;
        top: 14px;
        right: 6%; }
        header .wrapper .language-selector .option.selected {
          display: block; }
        header .wrapper .language-selector .option.open a {
          display: block; }
        header .wrapper .language-selector .option span {
          position: relative;
          cursor: pointer;
          display: block;
          color: #333333;
          font-size: 11px;
          line-height: 1;
          padding: 6px 17px 6px 15px;
          text-align: center;
          border: 2px solid transparent; }
          header .wrapper .language-selector .option span:after {
            content: '';
            width: 0;
            height: 0;
            position: absolute;
            border-top: 5px solid #302100;
            border-right: 5px solid transparent;
            border-left: 5px solid transparent;
            top: 15px;
            right: 5px; }
          header .wrapper .language-selector .option span b {
            position: relative;
            top: -5px; }
        header .wrapper .language-selector .option a {
          display: none;
          position: absolute;
          background-color: #fff;
          color: #333333;
          font-size: 11px;
          font-weight: 800;
          line-height: 12px;
          padding: 6px 17px 6px 15px;
          text-align: center;
          border: 1px solid #fbb224;
          border-radius: 3px;
          box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1);
          z-index: 5; }
          header .wrapper .language-selector .option a:hover {
            background-color: #f2f1e9; }
          header .wrapper .language-selector .option a b {
            position: relative;
            top: -5px; }
        header .wrapper .language-selector .option img {
          height: 20px;
          width: auto;
          padding-right: 3px; }

.page-home header.top {
  box-shadow: none; }

.page-home header .wrapper ul li a {
  opacity: 1; }
  .page-home header .wrapper ul li a:hover {
    opacity: 0.6; }

/* Sección Top */
main .section--top {
  padding: 180px 0 0;
  max-width: none; }
  main .section--top[class*=' bg-'] {
    padding-bottom: 100px; }
  main .section--top .background.bg-c {
    top: 20%;
    right: 0;
    left: auto;
    left: initial;
    transform: translate(13px, 14px); }
  @media (min-width: 1181px) {
    main .section--top .background.bg-c {
      top: -25%;
      right: -1%;
      left: auto;
      left: initial;
      transform: translate(13px, 14px); } }
  @media (max-width: 1180px) {
    main .section--top .background.bg-c {
      top: -40%;
      right: 0;
      left: auto;
      left: initial;
      transform: translate(13px, 14px); } }
  @media (max-width: 850px) {
    main .section--top .background.bg-c {
      top: -43%;
      right: auto;
      right: initial;
      left: auto;
      left: initial; } }
  @media (max-width: 480px) {
    main .section--top .background.bg-c {
      top: -30%;
      right: -21%;
      left: auto;
      left: initial; } }
  main .section--top .wrapper article p a {
    font-weight: bold;
    color: inherit;
    -webkit-text-decoration: underline;
    text-decoration: underline; }

/* Funcionalidad boton Más */
body.collapse {
  overflow: hidden; }
  body.collapse header {
    box-shadow: 0 0 0 2px rgba(48, 33, 0, 0.1); }
  body.collapse main {
    visibility: hidden; }
  body.collapse footer {
    position: fixed;
    height: 100%;
    width: 100%;
    top: 80px;
    background: #fff;
    animation: fadeInDown 0.5s ease-out forwards; }
    body.collapse footer .section--links {
      height: 100%; }
    body.collapse footer .section--social {
      position: relative;
      width: 100%;
      bottom: 100px; }
    body.collapse footer .section--legal {
      position: fixed;
      width: 100%;
      bottom: 0; }

@media (max-width: 1180px) {
  header.open #responsive-menu {
    right: 0;
    width: 100vw; }
  header.open .wrapper {
    box-shadow: 0 0 0 2px rgba(48, 33, 0, 0.1);
    width: 100vw; }
    header.open .wrapper #open-menu {
      display: none; }
    header.open .wrapper #close-menu {
      display: block; }
  header.open:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background: #000;
    width: 100vw;
    height: 100vh;
    opacity: 0.2; }
  header .wrapper {
    width: 100vw;
    position: absolute;
    background: #fff;
    z-index: 3;
    height: 50px;
    box-shadow: 0 0 0 2px rgba(48, 33, 0, 0.1); }
    header .wrapper nav {
      flex: 1;
      text-align: right; }
    header .wrapper .language-selector {
      padding-right: 20px;
      display: none; }
    header .wrapper #register_top_mobile,
    header .wrapper #register_mobile {
      font-size: 11px;
      padding: 9px 12px;
      white-space: nowrap;
      margin-right: 20px;
      margin-top: 6px;
      line-height: normal;
      height: auto;
      max-width: 118px;
      overflow: hidden;
      text-overflow: ellipsis; }
    header .wrapper #close-menu,
    header .wrapper #open-menu {
      width: 20px;
      color: #302100;
      cursor: pointer;
      text-align: center; }
    header .wrapper #close-menu {
      display: none; }
  header #responsive-menu {
    border-top: 8px solid rgba(48, 33, 0, 0.1);
    height: auto;
    width: 300px;
    position: absolute;
    top: 35px;
    right: -300px;
    background: #fff;
    display: flex;
    justify-content: flex-start;
    z-index: 2;
    flex-direction: column; }
    header #responsive-menu .container {
      overflow: auto; }
    header #responsive-menu ul {
      list-style: none;
      text-align: center;
      margin: 0 auto;
      margin-left: 15px; }
      header #responsive-menu ul .language-selector--mobile {
        margin: 0;
        padding: 0;
        width: 100%;
        text-align: left;
        margin-left: 5px; }
        header #responsive-menu ul .language-selector--mobile .option {
          display: none;
          position: relative;
          top: auto;
          right: auto;
          text-align: left; }
          header #responsive-menu ul .language-selector--mobile .option.selected {
            display: block; }
          header #responsive-menu ul .language-selector--mobile .option span {
            position: relative;
            cursor: pointer;
            display: inline-block;
            color: #302100;
            font-size: 18px;
            font-weight: 700;
            line-height: 28px;
            padding: 0;
            border: none;
            text-transform: uppercase; }
            header #responsive-menu ul .language-selector--mobile .option span img {
              height: 20px;
              width: auto;
              padding-right: 8px;
              vertical-align: middle;
              margin-top: -3px; }
            header #responsive-menu ul .language-selector--mobile .option span b {
              top: 0;
              font-weight: 700; }
            header #responsive-menu ul .language-selector--mobile .option span:after {
              content: '';
              display: inline-block;
              width: 0;
              height: 0;
              border-top: 6px solid #302100;
              border-right: 5px solid transparent;
              border-left: 5px solid transparent;
              position: relative;
              top: auto;
              right: auto;
              margin-left: 8px;
              vertical-align: middle; }
          header #responsive-menu ul .language-selector--mobile .option.open span:after {
            transform: rotate(180deg); }
          header #responsive-menu ul .language-selector--mobile .option.open a {
            display: block; }
          header #responsive-menu ul .language-selector--mobile .option a {
            display: none;
            position: absolute;
            left: 0;
            background-color: #fff;
            color: #302100;
            font-size: 16px;
            font-weight: 700;
            line-height: 24px;
            padding: 10px;
            text-align: left;
            border: 1px solid #EAEAEA;
            border-radius: 3px;
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
            z-index: 10;
            min-width: 100px;
            top: 35px; }
            header #responsive-menu ul .language-selector--mobile .option a img {
              height: 20px;
              width: auto;
              padding-right: 8px;
              vertical-align: middle;
              margin-top: -3px; }
            header #responsive-menu ul .language-selector--mobile .option a b {
              top: 0; }
            header #responsive-menu ul .language-selector--mobile .option a:hover {
              background-color: #f2f1e9; }
      header #responsive-menu ul .menu-toggle {
        margin-right: 10px; }
      header #responsive-menu ul li {
        margin: 15px 0; }
        header #responsive-menu ul li .button {
          width: auto; }
        header #responsive-menu ul li a:not(.button):hover {
          opacity: 1; }
        header #responsive-menu ul li a:not(.button).active {
          border-bottom: 3px solid #fbb224;
          cursor: default;
          pointer-events: none;
          opacity: 1; }
    header #responsive-menu .responsive-menu--more {
      margin: 0 auto;
      padding: 0 5%;
      flex-wrap: wrap;
      justify-content: flex-start; }
      header #responsive-menu .responsive-menu--more.open {
        display: flex; }
      header #responsive-menu .responsive-menu--more li {
        flex: 0 1 170px;
        text-align: left;
        min-width: 170px;
        padding: 20px;
        display: flex;
        flex-direction: column;
        margin: 10px 0 0; }
      header #responsive-menu .responsive-menu--more a:not(.button) {
        font-weight: normal;
        margin-top: 10px;
        font-size: 14px;
        opacity: 1; }
      header #responsive-menu .responsive-menu--more h6 {
        margin: 0; }
  .page-home #responsive-menu ul li a:not(.button) {
    opacity: 1; } }

@media (max-width: 1180px) {
  header .wrapper .logo {
    margin-bottom: 5px; }
    header .wrapper .logo img {
      height: 27px; } }

@media (max-width: 850px) {
  header.open .wrapper {
    width: 100vw;
    margin-left: 0;
    margin-left: initial; }
  header.open #responsive-menu {
    width: 100vw; }
  header #responsive-menu {
    height: calc(100vh);
    width: 90vw;
    right: -100vw;
    transition: none; } }

@media (max-width: 480px) {
  header.open .wrapper {
    width: 90vw;
    margin-left: 10vw; }
  header.open #responsive-menu {
    width: 90vw; }
  header #responsive-menu .responsive-menu--more li {
    flex: 0 1 160px;
    min-width: 160px; }
  main .section--top {
    padding-top: 100px; } }

main.home section .wrapper article {
  max-width: 1200px; }

.home section {
  padding: 40px 0; }
  .home section .wrapper .col article {
    padding: 50px 120px 0 0; }
  .home section .wrapper.reverse .col article {
    padding: 50px 0 0 120px 0 0; }

#iframe_download {
  display: none; }

.home section.section--top {
  padding: 150px 0 0px; }
  .home section.section--top--christmas {
    padding: 110px 0 0px; }
  .home section.section--top .wrapper .section--top__text {
    max-width: 915px; }
  .home section.section--top .bg-b {
    transform: rotate(270deg) translate(-100px, 250px); }
  .home section.section--top h1 .typewriter {
    font-size: 50px;
    line-height: 50px;
    color: #302100; }
    .home section.section--top h1 .typewriter .wrap {
      font-size: 50px;
      color: #302100;
      line-height: 52px; }

.home section.section--landingpage {
  min-height: 480px;
  padding-top: 0px; }
  .home section.section--landingpage .bg-d {
    transform: translate(-1229px, -61px); }
  @media (max-width: 480px) {
    .home section.section--landingpage .bg-d {
      transform: translate(-1229px, 556px); } }

.home section.section--conversations .bg-b {
  transform: rotate(270deg) translate(-40px, -445px); }

.home section.section--editor {
  min-height: 480px; }

.home section.section--automation {
  margin-top: 20px; }
  .home section.section--automation h3 {
    max-width: 405px; }
  .home section.section--automation .bg-b {
    transform: translate(-550px, 91px); }
  .home section.section--automation .bg-d {
    transform: translate(-1229px, -687px); }
  @media (max-width: 480px) {
    .home section.section--automation .bg-d {
      transform: translate(-1229px, -177px); } }

.home section.section--etc .bg-a {
  transform: translate(-1500px, -60px); }

.home section.section--etc .bg-c {
  transform: translate(250px, -340px); }

.home section.section--integraciones {
  padding: 140px 0 130px; }
  .home section.section--integraciones article {
    max-width: 900px; }
    .home section.section--integraciones article ul {
      margin: 0;
      padding: 55px 0 0;
      text-align: center;
      display: flex;
      justify-content: center;
      max-width: 780px; }
      .home section.section--integraciones article ul li {
        list-style: none;
        flex: 0 1 auto;
        width: auto;
        padding: 10px 15px;
        align-items: center;
        display: flex;
        justify-content: center; }
        .home section.section--integraciones article ul li img {
          max-height: 50px;
          width: auto;
          height: auto; }
  .home section.section--integraciones .bg-b {
    transform: translate(-750px, 100px); }
  .home section.section--integraciones .bg-integrations {
    bottom: -3px;
    top: auto;
    left: 53%; }

.home section.section--quote {
  color: #fff;
  padding: 130px 0; }
  .home section.section--quote .wrapper {
    background: url("../img/background-quote.svg") center no-repeat; }
    .home section.section--quote .wrapper p {
      color: #fff;
      margin: 40px 0 25px; }

main.home section.section--testimonial {
  padding: 120px 0 150px; }
  main.home section.section--testimonial .background.bg-c {
    top: 100px;
    left: 0; }
    @media (max-width: 800px) {
      main.home section.section--testimonial .background.bg-c {
        display: none; } }
  main.home section.section--testimonial article {
    max-width: none;
    max-width: initial;
    width: 100%; }
  main.home section.section--testimonial h2 {
    font-size: 40px;
    line-height: 42px;
    color: #fff;
    margin-bottom: 42px;
    font-weight: 700; }
    @media (max-width: 800px) {
      main.home section.section--testimonial h2 {
        font-size: 30px;
        line-height: 32px; } }
  main.home section.section--testimonial .success-stories__item__cropper-cont-16-9 {
    width: 100%;
    padding-top: 56.25%;
    text-align: center;
    position: relative; }
  main.home section.section--testimonial .success-stories__item__cropper-cont {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0; }
  main.home section.section--testimonial .success-stories__item__cropper-cont-interno {
    width: 100%;
    height: 100%; }
  main.home section.section--testimonial .success-stories__item__image iframe {
    width: 100%;
    height: 100%; }
  main.home section.section--testimonial .success-stories__item__text {
    text-align: left;
    margin: 10px 0 0 0; }
    main.home section.section--testimonial .success-stories__item__text p {
      font-size: 16px;
      line-height: 24px;
      font-weight: 700;
      color: #fff;
      -webkit-text-decoration: none;
      text-decoration: none;
      margin: 0; }
      main.home section.section--testimonial .success-stories__item__text p span {
        font-size: 16px;
        line-height: 24px;
        font-weight: 400;
        color: #fff; }
      main.home section.section--testimonial .success-stories__item__text p em {
        font-style: normal;
        color: #FCE579;
        -webkit-text-decoration: underline;
        text-decoration: underline; }
  @media (min-width: 800px) {
    main.home section.section--testimonial .wrapper {
      padding: 0 0% 0 5%; } }
  main.home section.section--testimonial .background.bg-q {
    transform: translate(450px, 110px);
    top: auto;
    bottom: -160px; }
  main.home section.section--testimonial.bg-purple {
    max-width: none; }

.home .separator {
  text-align: center; }

.home .section--omnichannel {
  padding: 40px 0 85px 0; }
  .home .section--omnichannel .homeCarrousel {
    opacity: 0;
    transition: opacity 0.3s ease-in-out; }
  @media (max-width: 480px) {
    .home .section--omnichannel {
      padding: 10px 15px 50px 15px; } }
  .home .section--omnichannel .wrapper {
    flex-wrap: wrap; }
  .home .section--omnichannel .carrousel {
    max-height: 120px; }
  .home .section--omnichannel .slick-initialized .slick-slide {
    max-height: 100px; }
  .home .section--omnichannel .slick-dots {
    text-align: center;
    margin: 30px auto; }
  .home .section--omnichannel .slick-dots li button:before {
    background-color: #8C6698;
    opacity: 0.3; }
  .home .section--omnichannel .carrousel__item {
    text-align: center; }
    .home .section--omnichannel .carrousel__item img {
      height: 52px;
      margin: 0 auto; }
    .home .section--omnichannel .carrousel__item .dpicon {
      font-size: 50px;
      width: 50px;
      height: 50px;
      color: #FAB221; }
      .home .section--omnichannel .carrousel__item .dpicon.dpicon--small {
        font-size: 45px;
        width: 45px;
        height: 45px; }
  .home .section--omnichannel p {
    font-weight: 700;
    font-size: 14px;
    line-height: 30px;
    color: #333333; }
  .home .section--omnichannel .margin-icon {
    margin-top: 19px; }
  .home .section--omnichannel .flickity-page-dots .dot {
    background: #8C6698;
    width: 14px;
    height: 14px; }
  .home .section--omnichannel .btn-container {
    margin: 0 auto;
    padding: 10px;
    padding-top: 85px;
    text-align: center; }
  .home .section--omnichannel h3 {
    font-size: 24px;
    line-height: 36px;
    text-align: center;
    max-width: 780px;
    margin: 0 auto 62px auto; }
    @media (max-width: 850px) {
      .home .section--omnichannel h3 {
        font-size: 16px;
        line-height: 20px;
        font-weight: 700; } }
  .home .section--omnichannel .cursive {
    margin: 25px 0 0 120px;
    position: relative; }
    @media (max-width: 620px) {
      .home .section--omnichannel .cursive {
        max-width: 200px;
        margin: 19px auto; } }
    .home .section--omnichannel .cursive img {
      position: absolute;
      transform: translate(-35px, -50%); }
    .home .section--omnichannel .cursive span {
      font-size: 18px;
      letter-spacing: 1px;
      line-height: 20px; }

.home section.section--clients {
  padding: 60px 0px 5px 0px;
  opacity: 0;
  animation: fade 3s;
  animation-fill-mode: forwards;
  max-width: none;
  background-color: #F2F2F2;
  margin-bottom: 40px; }

@keyframes fade {
  0% {
    opacity: 0; }
  80% {
    opacity: 0; }
  100% {
    opacity: 1; } }
  @media (max-width: 850px) {
    .home section.section--clients {
      padding: 60px 0 0; } }
  .home section.section--clients .bg-d {
    transform: translate(-1350px, -130px); }
    @media (max-width: 850px) {
      .home section.section--clients .bg-d {
        transform: translate(-1350px, 280px); } }
  .home section.section--clients article {
    width: 100%; }
    .home section.section--clients article h3 {
      font-size: 24px;
      font-weight: 800; }
      @media (max-width: 850px) {
        .home section.section--clients article h3 {
          font-size: 16px;
          line-height: 20px;
          font-weight: 700; } }
  .home section.section--clients .background.bg-c {
    left: 50%;
    transform: translateX(-50%);
    top: auto;
    bottom: 0;
    height: 174px;
    width: 221px; }
  @media (max-width: 850px) {
    .home section.section--clients .separator {
      margin-top: 40px; } }

.home section.section--bottom article {
  position: relative; }

.home section.section--bottom .bg-b {
  transform: translate(471px, -252px);
  display: none; }

.home section.section--bottom:not(.bg-orange-light) {
  padding-top: 50px; }

.separator {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none; }
  .separator span {
    display: inline-block;
    width: 4px;
    height: 16px;
    transform: rotate(45deg);
    margin: 0 1px;
    border-radius: 2px; }

@media (max-width: 1180px) {
  .home section .wrapper .col article {
    padding: 0 80px 0 0; }
  .home section .wrapper.reverse .col article {
    padding: 0 0 0 80px; }
  .home section.section--testimonial .wrapper {
    padding: 0 5%; }
  .home section.section--bottom .bg-b {
    display: block; } }

@media (max-width: 850px) {
  .home section .wrapper .col article,
  .home section .wrapper.reverse .col article {
    padding: 0 0 50px; }
  .home section.section--top .bg-b {
    transform: rotate(270deg) translate(-240px, 90px); }
  .home section.section--top .bg-d {
    transform: translate(-847px, 545px); }
  .home section.section--automation .bg-b {
    display: none; }
  .home section.section--etc .bg-c {
    transform: translate(-12px, -514px); }
  .home section.section--etc .bg-a {
    transform: rotate(2deg) translate(-1392px, 46px); }
  .home section.section--integraciones article ul li {
    padding: 10px 20px; } }

@media (max-width: 480px) {
  .home section .wrapper .col article,
  .home section .wrapper.reverse .col article {
    padding: 0 0 40px; }
  .home section.section--testimonial {
    padding: 100px 0 100px; }
    .home section.section--testimonial h2 {
      margin-bottom: 55px; }
    .home section.section--testimonial .wrapper {
      /* .slider-testimonial {
          .slick-slide {
            .quote {
              font-size: 16px;
              line-height: 26px;
              margin-bottom: 40px;
            }

            .person {
              margin-bottom: 35px;

              p {
                line-height: 20px;
              }

              span {
                display: block;
              }
            }

            .company {
              margin-bottom: 60px;
            }
          }
        } */ }
  .home section.section--clients {
    margin-top: 25px; } }
  @media (max-width: 480px) and (max-width: 850px) {
    .home section.section--clients {
      margin-top: 0; } }

@media (max-width: 480px) {
  .home .section--omnichannel .btn-container {
    padding-top: 34px; }
  .home section.section--integraciones {
    padding-top: 85px; }
  .home section.section--top {
    padding-top: 70px; }
    .home section.section--top h1 {
      font-size: 30px;
      line-height: 32px;
      max-width: 300px;
      margin: 0 auto; }
    .home section.section--top h1 .typewriter {
      font-size: 30px;
      line-height: 32px; }
      .home section.section--top h1 .typewriter .wrap {
        font-size: 30px; }
    .home section.section--top .bg-b {
      width: 150px;
      right: 0;
      left: auto;
      top: 24%; }
    .home section.section--top .bg-d {
      width: 670px;
      transform: translate(-404px, 701px); }
  .home section.section--etc .bg-a {
    width: 600px;
    transform: rotate(2deg) translate(-555px, 172px); }
  .home section.section--etc .bg-c {
    width: 170px;
    transform: translate(-15px, -430px); }
  body.is-floaters-hidden #opt-whatsapp,
  body.is-floaters-hidden iframe#launcher,
  body.is-floaters-hidden iframe#webWidget,
  body.is-floaters-hidden iframe#zendesk-messaging-launcher,
  body.is-floaters-hidden iframe[src*="zdassets.com"],
  body.is-floaters-hidden iframe[src*="zendesk.com"],
  body.is-floaters-hidden iframe[title*="Zendesk"],
  body.is-floaters-hidden iframe[title*="mensaje"],
  body.is-floaters-hidden iframe[title*="Mensaje"],
  body.is-floaters-hidden iframe[title*="mensajería"],
  body.is-floaters-hidden iframe[name*="notification"],
  body.is-floaters-hidden .zEWidget-launcher {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(10px); }
  #opt-whatsapp,
  iframe#launcher,
  iframe#webWidget,
  iframe#zendesk-messaging-launcher,
  iframe[src*="zdassets.com"],
  iframe[src*="zendesk.com"],
  iframe[name*="notification"] {
    transition: opacity 0.15s ease, visibility 0.15s, transform 0.15s ease-out !important; } }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: none; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }

.slick-track:before,
.slick-track:after {
  content: "";
  display: table; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }

[dir="rtl"] .slick-slide {
  float: right; }

.slick-slide img {
  display: block;
  height: 100%;
  width: auto;
  max-width: none;
  max-width: initial; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("../node_modules/slick-carousel/slick/ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face {
  font-family: "slick";
  src: url("../node_modules/slick-carousel/slick/fonts/slick.eot");
  src: url("../node_modules/slick-carousel/slick/fonts/slick.eot") format("embedded-opentype"), url("../node_modules/slick-carousel/slick/fonts/slick.woff") format("woff"), url("../node_modules/slick-carousel/slick/fonts/slick.ttf") format("truetype"), url("../node_modules/slick-carousel/slick/fonts/slick.svg") format("svg");
  font-weight: normal;
  font-style: normal; }

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent; }

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1; }

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25; }

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }

[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px; }

.slick-prev:before {
  content: "←"; }

[dir="rtl"] .slick-prev:before {
  content: "→"; }

.slick-next {
  right: -25px; }

[dir="rtl"] .slick-next {
  left: -25px;
  right: auto; }

.slick-next:before {
  content: "→"; }

[dir="rtl"] .slick-next:before {
  content: "←"; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slider-testimonial .slick-dots,
.clients-carousel .slick-dots {
  position: absolute;
  bottom: -65px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer; }

.clients-carousel .slick-dots li {
  position: relative;
  display: inline-block;
  height: 30px;
  width: 30px;
  margin: 0 14.5px;
  padding: 0;
  cursor: pointer; }
  .clients-carousel .slick-dots li img {
    width: 100%;
    height: 100%; }
  .clients-carousel .slick-dots li.slick-active img {
    height: 100%; }

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer; }

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none; }

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1; }

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75; }

.section--testimonial .slider {
  /*     .slick-track{
      display: flex;
      margin-left: 40px;
    } */ }
  .section--testimonial .slider .slick-slide {
    height: auto; }
    @media (min-width: 800px) {
      .section--testimonial .slider .slick-slide {
        padding: 0.7% 12px 0 12px;
        animation-duration: .2s; }
        .section--testimonial .slider .slick-slide:last-child {
          display: none; } }
    .section--testimonial .slider .slick-slide .success-stories__item {
      pointer-events: none; }
      .section--testimonial .slider .slick-slide .success-stories__item__text p {
        display: inline;
        display: initial;
        vertical-align: middle; }
        .section--testimonial .slider .slick-slide .success-stories__item__text p span,
        .section--testimonial .slider .slick-slide .success-stories__item__text p a {
          display: none; }
  @media (min-width: 800px) {
    .section--testimonial .slider .slick-current {
      padding: 0 12px !important;
      width: 52vw !important; }
    .section--testimonial .slider .slick-current {
      animation-duration: .2s; } }
  .section--testimonial .slider .slick-current .success-stories__item {
    pointer-events: initial;
    cursor: pointer; }
    .section--testimonial .slider .slick-current .success-stories__item__text p {
      display: block; }
      .section--testimonial .slider .slick-current .success-stories__item__text p span {
        display: inline;
        display: initial; }
      .section--testimonial .slider .slick-current .success-stories__item__text p a {
        display: inline-block; }
  .section--testimonial .slider .slick-arrow {
    top: auto;
    bottom: -100px;
    width: 50px;
    height: 50px; }
  .section--testimonial .slider .slick-prev {
    left: 12px;
    transform: scaleX(-1) translateY(-25px);
    z-index: 1; }
    @media (max-width: 800px) {
      .section--testimonial .slider .slick-prev {
        left: 0px; } }
    .section--testimonial .slider .slick-prev::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 50px;
      height: 50px;
      background: url("../img/slide-button.svg") center no-repeat; }
  .section--testimonial .slider .slick-next {
    right: auto;
    left: 72px; }
    @media (max-width: 800px) {
      .section--testimonial .slider .slick-next {
        left: 60px; } }
    .section--testimonial .slider .slick-next::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 50px;
      height: 50px;
      background: url("../img/slide-button.svg") center no-repeat; }

.home .section--artificial-intelligence .bg-j {
  width: 390px;
  height: 390px;
  transform: rotate(114deg) translate(-150px, 120px); }
  @media (max-width: 480px) {
    .home .section--artificial-intelligence .bg-j {
      transform: rotate(114deg) translate(-26px, 120px) scale(0.5); } }

.home .section--landing-pages .bg-c {
  transform: rotate(314deg) translate(-199px, -610px) scaleX(-1); }
  @media (max-width: 480px) {
    .home .section--landing-pages .bg-c {
      transform: rotate(114deg) translate(-26px, -15px) scale(0.5); } }

.home .section--onsitemarketing .bg-c {
  transform: rotate(321deg) translate(-12px, -328px) scaleX(-1); }
  @media (max-width: 480px) {
    .home .section--onsitemarketing .bg-c {
      transform: rotate(321deg) translate(-12px, 31px) scaleX(-1); } }

.home.home--christmas .section--omnichannel .btn-container {
  z-index: 22;
  position: relative; }

.home.home--christmas .section--omnichannel--christmas .btn-container {
  padding-top: 55px;
  padding-bottom: 12px; }

@media (max-width: 480px) {
  .home.home--christmas main section .background.bg-navidad--top {
    transform: translateX(1%) translateY(34%); }
  .home.home--christmas .section--omnichannel {
    padding: 50px 0px; }
  .home.home--christmas section.section--top {
    padding-top: 60px; }
    .home.home--christmas section.section--top h1 {
      min-height: 0;
      min-height: initial; }
    .home.home--christmas section.section--top .wrapper .section--top__text {
      margin-bottom: 0px; } }

.legal .section--bottom {
  padding-top: 0; }
  .legal .section--bottom .wrapper article {
    max-width: 900px;
    padding-bottom: 30px; }
    .legal .section--bottom .wrapper article p {
      margin: 25px 0 0; }
    .legal .section--bottom .wrapper article ul {
      display: flex;
      flex-wrap: wrap;
      padding: 0; }
      .legal .section--bottom .wrapper article ul li {
        max-width: 20%;
        padding-top: 25px;
        text-align: center; }
        .legal .section--bottom .wrapper article ul li .item-legal {
          display: inline-block; }
          .legal .section--bottom .wrapper article ul li .item-legal:active .icon-expand,
          .legal .section--bottom .wrapper article ul li .item-legal:hover .icon-expand {
            display: none; }
          .legal .section--bottom .wrapper article ul li .item-legal:active .icon-contract,
          .legal .section--bottom .wrapper article ul li .item-legal:hover .icon-contract {
            display: block; }
          .legal .section--bottom .wrapper article ul li .item-legal h4 {
            color: #525845;
            text-align: center; }
          .legal .section--bottom .wrapper article ul li .item-legal h5 {
            color: #525845;
            text-align: center;
            margin-top: 10px; }
        .legal .section--bottom .wrapper article ul li .icon-contract {
          display: none; }
        .legal .section--bottom .wrapper article ul li img.icon-legal {
          height: 100px;
          max-height: 100px; }
          .legal .section--bottom .wrapper article ul li img.icon-legal--small {
            height: 80px;
            max-height: 80px; }

@media (max-width: 850px) {
  .legal .section--bottom .wrapper article ul li {
    max-width: 100%;
    width: 100%; } }

.main-404 {
  display: flex;
  justify-content: space-around;
  min-height: 635px;
  height: 100vh; }
  .main-404 .background.bg-e {
    transform: translate(-50%, 0);
    top: auto;
    bottom: 0; }
  .main-404 article {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
    margin: 85px 0; }
    .main-404 article h4 {
      line-height: 30px;
      margin: 0;
      text-align: center;
      font-weight: normal;
      text-align: center;
      color: #525845;
      max-width: 530px; }

.go-register {
  max-width: 470px;
  padding: 0 5%; }
  .go-register .message {
    margin: 0 0 30px; }

.page__not-found {
  flex-grow: 1;
  border-right: 4px solid;
  border-color: #eeede6; }
  .page__not-found h1 {
    font-size: 215px;
    line-height: 215px;
    letter-spacing: -4.4px;
    margin-bottom: 10px; }
  .page__not-found .button {
    margin-top: 30px; }

@media (max-width: 1180px) {
  .main-404 {
    flex-direction: column;
    align-items: center;
    height: auto; }
    .main-404 .page__not-found {
      border-right: none;
      border-bottom: 4px solid;
      border-color: #eeede6;
      padding: 0 20px 60px; }
    .main-404 article {
      margin: 20px 0; }
      .main-404 article h4 {
        font-size: 16px;
        line-height: 22px; }
    .main-404 .go-register {
      margin: 30px 0 70px; } }

@media (max-width: 850px) {
  .page__not-found h1 {
    font-size: 140px;
    line-height: 140px; }
  .page__not-found p {
    font-size: 18px;
    max-width: 430px; } }

@media (max-width: 480px) {
  .page__not-found h1 {
    font-size: 140px;
    line-height: 160px; }
  .page__not-found p {
    font-size: 16px;
    max-width: 385px; } }

.forms .section--tabs .wrapper {
  max-width: 1366px;
  justify-content: center; }
  .forms .section--tabs .wrapper h3 {
    margin: 20px 0 40px; }
  .forms .section--tabs .wrapper .icon-arrow-slider {
    position: absolute;
    top: -18px;
    color: #c9a9d5;
    left: 20px;
    display: none;
    width: 50px;
    height: 50px;
    padding: 18px 20px;
    cursor: pointer; }
    .forms .section--tabs .wrapper .icon-arrow-slider:last-child {
      right: 20px;
      transform: scaleX(-1);
      left: auto; }
  .forms .section--tabs .wrapper .c-tabs {
    width: 100%;
    position: relative; }
    .forms .section--tabs .wrapper .c-tabs .c-tabs__tab-indicator {
      color: rgba(48, 33, 0, 0.4);
      font-size: 11px;
      font-weight: bold;
      line-height: 15px;
      text-transform: uppercase;
      text-align: center;
      width: 225px;
      margin: 12px 0; }
      .forms .section--tabs .wrapper .c-tabs .c-tabs__tab-indicator span {
        font-size: 11px;
        line-height: 15px;
        font-weight: bold; }
    .forms .section--tabs .wrapper .c-tabs hr {
      height: 4px;
      border-top: 1px solid rgba(48, 33, 0, 0.2);
      border-bottom: none;
      background-color: rgba(48, 33, 0, 0.1);
      max-width: 450px;
      margin: 0 auto; }

.forms .section--tabs .bg-b {
  top: 0;
  bottom: auto;
  transform: rotate(90deg) scale(-1, 1) translate(-35px, 750px); }

.forms .section--tabs .bg-c {
  transform: scale(1.7) translate(265px, 225px); }

.forms .section--different-channels article ul {
  padding: 0; }
  .forms .section--different-channels article ul li {
    min-width: 285px; }
    .forms .section--different-channels article ul li img {
      height: auto; }
    .forms .section--different-channels article ul li h5 {
      color: #525845;
      text-align: center;
      margin: 10px 0; }
    .forms .section--different-channels article ul li p {
      font-size: 14px;
      text-align: center;
      margin: 10px 0; }

.forms .section--type-of-forms .col {
  justify-content: flex-start; }
  .forms .section--type-of-forms .col:nth-child(2) {
    align-self: flex-start; }
  .forms .section--type-of-forms .col:first-child {
    min-height: 512px; }
  .forms .section--type-of-forms .col article {
    height: 100%; }
  .forms .section--type-of-forms .col .accordion-single li {
    padding-bottom: 30px; }

.forms .section--type-of-forms .background.bg-d {
  top: auto;
  bottom: -100px;
  right: -45px;
  left: auto; }

.forms .section--type-of-forms .accordion-imgs {
  display: none; }
  .forms .section--type-of-forms .accordion-imgs.show {
    display: block; }

.forms .section--drag-drop .bg-c {
  transform: scale(1.4, -1.4);
  top: 70%;
  left: -7%; }

.forms .section--forms-responsive .bg-c {
  transform: rotate(167deg) scaleX(-1);
  top: 62%;
  left: 42%; }

.forms .section--forms-responsive .bg-f {
  transform: scaleX(-1);
  top: 10%;
  left: 83%; }

.forms .section--forms-rgpd .col:nth-child(2) {
  justify-content: flex-start; }
  .forms .section--forms-rgpd .col:nth-child(2) img {
    padding-top: 25px;
    max-width: 491px; }

.forms .section--forms-rgpd .col article ul li {
  padding-bottom: 0; }
  .forms .section--forms-rgpd .col article ul li p {
    margin: 15px 0; }

.forms .section--forms-rgpd .bg-m {
  transform: rotate(20deg) translate(-592px, 68px); }

.forms .section--forms-rgpd + .section--features-list {
  padding-bottom: 0; }
  .forms .section--forms-rgpd + .section--features-list .separator {
    position: absolute;
    top: 6%;
    left: 0;
    right: 0;
    text-align: center; }

.forms .section--create-account .wrapper article {
  max-width: 900px; }
  .forms .section--create-account .wrapper article button.button {
    margin-top: 36px; }

.forms .accordion-single {
  display: block;
  height: 100%;
  /*Accordion active*/ }
  .forms .accordion-single li {
    width: 100%; }
  .forms .accordion-single .accordion-content {
    display: none;
    position: relative; }
  .forms .accordion-single .accordion--items {
    padding-left: 20px; }
    .forms .accordion-single .accordion--items strong {
      display: inline; }
  .forms .accordion-single h4 {
    position: relative;
    opacity: 0.6;
    cursor: pointer; }
    .forms .accordion-single h4:before {
      content: '';
      width: 0;
      height: 0;
      border-left: solid 6px #302100;
      border-bottom: solid 6px transparent;
      border-top: solid 6px transparent;
      position: absolute;
      bottom: 0;
      top: 0;
      margin: auto;
      left: -25px; }
  .forms .accordion-single li.active .accordion-content {
    display: block;
    animation: open-accordion 0.4s; }

@keyframes open-accordion {
  0% {
    opacity: 0;
    transform: translateY(-10px); }
  100% {
    opacity: 1;
    transform: translateY(0px); } }
  .forms .accordion-single li.active h4 {
    opacity: 1; }
    .forms .accordion-single li.active h4:before {
      border-left: 6px solid transparent;
      border-right: 6px solid transparent;
      border-top: 6px solid #fbb224; }

@media (max-width: 850px) {
  .forms .section--type-of-forms .col:first-child {
    min-height: 590px; }
  .forms .section--type-of-forms .background.bg-d {
    bottom: -260px;
    width: 1000px; }
  .forms .section--forms-rgpd .bg-m {
    display: block;
    transform: rotate(20deg) translate(-222px, 225px); }
  .forms .section--forms-responsive .bg-f {
    transform: scaleX(-1) translate(120px, 188px); } }

@media (max-width: 480px) {
  .forms .section--tabs .wrapper {
    padding: 0; }
    .forms .section--tabs .wrapper .icon-arrow-slider {
      display: block; }
    .forms .section--tabs .wrapper .c-tabs .c-tabs__tab-indicator {
      width: 80%;
      margin: 0 auto;
      display: none;
      justify-content: center; }
      .forms .section--tabs .wrapper .c-tabs .c-tabs__tab-indicator.active {
        display: flex; }
    .forms .section--tabs .wrapper .c-tabs .c-tabs__tab {
      padding: 0 5%; }
    .forms .section--tabs .wrapper .c-tabs hr {
      margin-top: 11px; }
  .forms .section--type-of-forms .col:first-child {
    min-height: 720px; }
  .forms .section--type-of-forms .background.bg-d {
    bottom: -320px;
    width: 860px; } }

.features.push-notification .section--push-new-channel .background.bg-c {
  transform: rotate(167deg) scaleX(-1);
  top: 65%;
  left: -26%; }

.features.push-notification .section--push-configuration .background.bg-f {
  transform: rotate(287deg);
  top: 10%;
  left: 84.5%; }

.features.push-notification .section--push-comunication .background.bg-d {
  top: auto;
  bottom: -100px;
  right: -45px;
  left: auto; }

.features.push-notification .section--push-behaviour .background.bg-f {
  top: auto;
  bottom: -212px;
  right: 0px;
  left: auto;
  transform: rotate(7deg) scaleX(-1);
  width: 270px;
  height: 270px; }

.features.push-notification .section--create-account .separator {
  text-align: center;
  margin: 0 0 25px 0; }

@media (max-width: 480px) {
  .features.push-notification .section--push-behaviour .background.bg-f {
    top: auto;
    bottom: -92px;
    right: 0px;
    left: auto;
    transform: rotate(7deg) scaleX(-1);
    width: 120px;
    height: 120px; } }

.partners .section--gold {
  padding: 100px 0 0; }
  .partners .section--gold .wrapper {
    padding: 0 5%;
    flex-wrap: wrap; }
    .partners .section--gold .wrapper .partner {
      flex: 33%;
      flex-grow: 0;
      padding: 0 15px 100px; }
      .partners .section--gold .wrapper .partner:nth-child(3n) {
        padding: 0 0 100px 30px; }
      .partners .section--gold .wrapper .partner:nth-child(3n + 1) {
        padding: 0 30px 100px 0; }
      .partners .section--gold .wrapper .partner > a {
        display: block; }
        .partners .section--gold .wrapper .partner > a img {
          height: 60px;
          width: auto; }
      .partners .section--gold .wrapper .partner > p {
        margin: 15px 0 0; }
      .partners .section--gold .wrapper .partner p.small {
        margin: 5px 0; }
        .partners .section--gold .wrapper .partner p.small + p.small {
          margin-top: 20px; }
      .partners .section--gold .wrapper .partner hr {
        border-bottom: 1px solid #b4b1a5;
        margin: 0; }
      .partners .section--gold .wrapper .partner p a {
        -webkit-text-decoration: none;
        text-decoration: none;
        color: #33ad73;
        font-weight: bold; }
        .partners .section--gold .wrapper .partner p a:hover {
          color: #008046; }

.partners .section--silver {
  padding: 60px 0 45px; }
  .partners .section--silver .wrapper {
    padding: 0 5%;
    flex-direction: column;
    text-align: center; }
    .partners .section--silver .wrapper h3 {
      margin-top: 0; }
    .partners .section--silver .wrapper ul {
      list-style: none;
      padding: 0; }
      .partners .section--silver .wrapper ul li {
        display: inline-block;
        padding: 15px 25px; }
        .partners .section--silver .wrapper ul li img {
          height: 60px;
          width: auto; }
      .partners .section--silver .wrapper ul#more {
        display: none;
        padding-bottom: 14px; }
    .partners .section--silver .wrapper > a {
      color: #33ad73;
      font-weight: bold;
      margin: 0 auto;
      padding: 15px 0; }
      .partners .section--silver .wrapper > a#show-more:after {
        content: '';
        width: 0;
        height: 0;
        position: relative;
        top: 30px;
        right: 50%;
        border-right: 5px solid transparent;
        border-left: 5px solid transparent;
        border-top: 5px solid #33ad73; }
      .partners .section--silver .wrapper > a#show-less {
        display: none; }
        .partners .section--silver .wrapper > a#show-less:after {
          content: '';
          width: 0;
          height: 0;
          position: relative;
          bottom: 30px;
          right: 50%;
          border-right: 5px solid transparent;
          border-left: 5px solid transparent;
          border-bottom: 5px solid #33ad73; }
      .partners .section--silver .wrapper > a:hover {
        color: #008046; }
        .partners .section--silver .wrapper > a:hover#show-more:after {
          border-top: 5px solid #008046; }
        .partners .section--silver .wrapper > a:hover#show-less:after {
          border-bottom: 5px solid #008046; }

@media (max-width: 480px) {
  .partners .section--gold .wrapper .partner:nth-child(3n) {
    padding: 0 15px 100px; }
  .partners .section--gold .wrapper .partner:nth-child(3n + 1) {
    padding: 0 15px 100px; } }

.pricing-plans {
  /*FAQ Section*/ }
  .pricing-plans .plans .wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 0px; }
    .pricing-plans .plans .wrapper .header-tabs {
      text-align: left;
      flex: 0 1 100%;
      max-width: none;
      padding-bottom: 20px;
      margin-top: 50px;
      order: 1; }
      .pricing-plans .plans .wrapper .header-tabs .header {
        max-width: 800px; }
        .pricing-plans .plans .wrapper .header-tabs .header h3 {
          margin: 0; }
    .pricing-plans .plans .wrapper .details {
      flex: 35%;
      order: 3;
      padding-left: 30px;
      padding-bottom: 30px; }
      .pricing-plans .plans .wrapper .details .create-account {
        padding: 30px 0 10px;
        display: flex;
        justify-content: flex-end; }
    .pricing-plans .plans .wrapper .plan-prices {
      flex: 65%;
      order: 2;
      text-align: left;
      padding-right: 30px;
      padding-bottom: 30px; }
    .pricing-plans .plans .wrapper h3 {
      margin: 0;
      margin-bottom: 24px; }
    .pricing-plans .plans .wrapper h3 + p {
      margin: 0; }
      .pricing-plans .plans .wrapper h3 + p strong {
        display: inline; }
  .pricing-plans .progress-bar + .hint-message.cursive {
    justify-content: flex-start;
    flex-wrap: nowrap;
    align-items: flex-start;
    transition: max-height 1s ease-in, opacity 0.5s ease-in;
    max-height: 0;
    opacity: 0;
    margin-left: 25px; }
    .pricing-plans .progress-bar + .hint-message.cursive p {
      font-size: 18px;
      margin: 10px 0 0;
      letter-spacing: 1px;
      text-align: left; }
    .pricing-plans .progress-bar + .hint-message.cursive img {
      transform: rotate(0deg);
      padding: 5px 10px 0; }
    .pricing-plans .progress-bar + .hint-message.cursive.show {
      opacity: 1;
      max-height: 100px; }
    .pricing-plans .progress-bar + .hint-message.cursive.shake {
      animation: shake 1s cubic-bezier(0.36, 0.07, 0.19, 0.97) both; }
  .pricing-plans .range-value[data-progress='0'] {
    left: -2px; }
    .pricing-plans .range-value[data-progress='0']:after {
      right: auto; }
  .pricing-plans .range-value[data-progress='7'] {
    left: calc(7.5% - 64px); }
  .pricing-plans .range-value[data-progress='8'] {
    left: calc(8% - 62px); }
  .pricing-plans .range-value[data-progress='12'] {
    left: calc(12.5% - 66px); }
  .pricing-plans .range-value[data-progress='15'] {
    left: calc(15% - 63px); }
  .pricing-plans .range-value[data-progress='16'] {
    left: calc(16% - 61px); }
  .pricing-plans .range-value[data-progress='20'] {
    left: calc(20% - 67px); }
  .pricing-plans .range-value[data-progress='23'] {
    left: calc(23% - 67px); }
  .pricing-plans .range-value[data-progress='25'] {
    left: calc(25% - 68px); }
  .pricing-plans .range-value[data-progress='30'] {
    left: calc(30.5% - 68px); }
  .pricing-plans .range-value[data-progress='33'] {
    left: calc(33% - 67px); }
  .pricing-plans .range-value[data-progress='37'] {
    left: calc(37.5% - 70px); }
  .pricing-plans .range-value[data-progress='38'] {
    left: calc(38% - 66px); }
  .pricing-plans .range-value[data-progress='40'] {
    left: calc(40% - 66px); }
  .pricing-plans .range-value[data-progress='41'] {
    left: calc(41% - 66px); }
  .pricing-plans .range-value[data-progress='46'] {
    left: calc(46% - 71px); }
  .pricing-plans .range-value[data-progress='50'] {
    left: calc(50% - 72px); }
  .pricing-plans .range-value[data-progress='53'] {
    left: calc(53% - 67px); }
  .pricing-plans .range-value[data-progress='58'] {
    left: calc(58% - 71px); }
  .pricing-plans .range-value[data-progress='60'] {
    left: calc(60% - 74px); }
  .pricing-plans .range-value[data-progress='61'] {
    left: calc(61.5% - 74px); }
  .pricing-plans .range-value[data-progress='62'] {
    left: calc(62.5% - 74px); }
  .pricing-plans .range-value[data-progress='66'] {
    left: calc(66% - 71px); }
  .pricing-plans .range-value[data-progress='69'] {
    left: calc(69% - 73px); }
  .pricing-plans .range-value[data-progress='75'] {
    left: calc(75% - 76px); }
  .pricing-plans .range-value[data-progress='76'] {
    left: calc(77% - 77px); }
  .pricing-plans .range-value[data-progress='80'] {
    left: calc(80% - 76px); }
  .pricing-plans .range-value[data-progress='83'] {
    left: calc(83% - 76px); }
  .pricing-plans .range-value[data-progress='84'] {
    left: calc(84.5% - 77px); }
  .pricing-plans .range-value[data-progress='87'] {
    left: calc(87.5% - 78px); }
  .pricing-plans .range-value[data-progress='91'] {
    left: calc(91% - 73px); }
  .pricing-plans .range-value[data-progress='92'] {
    left: calc(92% - 77px); }
  .pricing-plans .range-value[data-progress='100'] {
    right: 0;
    left: auto; }
    .pricing-plans .range-value[data-progress='100']:after {
      left: auto; }
  .pricing-plans .details .info {
    padding: 25px 30px;
    border: 1px solid #b4b1a5;
    border-radius: 3px; }
    .pricing-plans .details .info h5.title {
      color: #525845;
      margin: 0 0 20px;
      padding-bottom: 17px;
      border-bottom: 1px dashed #b4b1a5; }
      .pricing-plans .details .info h5.title span {
        font-size: 18px; }
    .pricing-plans .details .info p.title {
      font-weight: bold;
      font-size: 14px;
      margin-top: 33px; }
    .pricing-plans .details .info .link-more-info {
      font-weight: bold;
      padding-left: 15px;
      cursor: pointer;
      display: inline-block; }
    .pricing-plans .details .info ul {
      padding-left: 15px;
      list-style: disc outside none;
      list-style: initial; }
      .pricing-plans .details .info ul li {
        padding-bottom: 13px; }
        .pricing-plans .details .info ul li.del {
          -webkit-text-decoration: line-through;
          text-decoration: line-through; }
  .pricing-plans .plan-prices .cursive {
    text-align: right;
    display: flex;
    justify-content: flex-end;
    align-content: center;
    align-items: center; }
    .pricing-plans .plan-prices .cursive p {
      font-size: 18px;
      margin: 0;
      display: inline-flex; }
    .pricing-plans .plan-prices .cursive span {
      font-size: 18px;
      padding-left: 5px; }
    .pricing-plans .plan-prices .cursive img {
      transform: rotate(145deg);
      padding-right: 15px;
      padding-left: 5px; }
    .pricing-plans .plan-prices .cursive .currency {
      font-family: 'proxima-nova', Serif;
      font-size: 11px;
      padding: 10px;
      font-weight: bold;
      height: 39px; }
      .pricing-plans .plan-prices .cursive .currency:focus {
        outline: none; }
      .pricing-plans .plan-prices .cursive .currency option {
        height: 20px; }
  .pricing-plans .plan-prices .need-more {
    background-color: rgba(51, 173, 115, 0.2);
    border: 1px solid #33ad73;
    margin: 20px 0;
    display: none; }
    .pricing-plans .plan-prices .need-more p {
      margin: 10px 20px; }
    .pricing-plans .plan-prices .need-more a {
      font-weight: bold; }
  .pricing-plans .sub-navigation-pricing ul {
    display: flex;
    margin: 0;
    flex-wrap: wrap;
    padding: 35px 0;
    justify-content: flex-start; }
    .pricing-plans .sub-navigation-pricing ul .tab-link {
      padding: 0;
      width: auto;
      cursor: pointer;
      line-height: 25px; }
      .pricing-plans .sub-navigation-pricing ul .tab-link a {
        font-size: 12px;
        font-weight: bold;
        padding: 0 10px;
        line-height: 80%;
        display: inline-block;
        border-right: 1px solid #525845;
        color: #33ad73; }
      .pricing-plans .sub-navigation-pricing ul .tab-link:last-child a {
        border: none; }
      .pricing-plans .sub-navigation-pricing ul .tab-link.current a {
        color: #525845; }
  .pricing-plans .tab-content {
    padding: 0; }
  .pricing-plans .options {
    display: flex;
    margin: 25px 0 20px;
    padding: 0; }
    .pricing-plans .options li {
      margin: 0;
      flex: 25%;
      padding: 15px 5px;
      cursor: pointer;
      border-style: solid;
      border-width: 1px 1px 1px 0;
      border-color: #b4b1a5;
      color: #525845;
      cursor: pointer; }
      .pricing-plans .options li:first-child {
        border-width: 1px; }
      .pricing-plans .options li:hover {
        background-color: #65c192; }
        .pricing-plans .options li:hover p {
          color: #fff; }
      .pricing-plans .options li.active {
        background-color: #33ad73; }
        .pricing-plans .options li.active p {
          color: #fff; }
      .pricing-plans .options li p {
        margin: 0;
        text-align: center; }
  .pricing-plans .grid-planes {
    margin: 15px 0 25px; }
    .pricing-plans .grid-planes p {
      margin: 0; }
    .pricing-plans .grid-planes .price,
    .pricing-plans .grid-planes .unit-price {
      opacity: 0; }
    .pricing-plans .grid-planes .row {
      display: none;
      justify-content: space-between;
      padding: 0 20px;
      border-top: 1px solid #b4b1a5; }
      .pricing-plans .grid-planes .row.visible {
        display: flex; }
      .pricing-plans .grid-planes .row.selected {
        background-color: #eeede6; }
        .pricing-plans .grid-planes .row.selected .price {
          color: #33ad73; }
          .pricing-plans .grid-planes .row.selected .price span {
            color: #33ad73; }
      .pricing-plans .grid-planes .row:last-child {
        border-bottom: 1px solid #b4b1a5; }
      .pricing-plans .grid-planes .row .price .value,
      .pricing-plans .grid-planes .row .sms-qty .value {
        font-size: 22px;
        font-weight: bold; }
      .pricing-plans .grid-planes .row .price .unit-price,
      .pricing-plans .grid-planes .row .sms-qty .unit-price {
        font-size: 16px;
        font-weight: normal;
        line-height: 1; }
      .pricing-plans .grid-planes .row .old-price,
      .pricing-plans .grid-planes .row .old-sms-qty {
        font-size: 12px;
        line-height: 17px;
        padding-right: 5px;
        color: #b4b1a5;
        display: none;
        -webkit-text-decoration: line-through;
        text-decoration: line-through; }
        .pricing-plans .grid-planes .row .old-price span,
        .pricing-plans .grid-planes .row .old-sms-qty span {
          font-size: 12px;
          color: #b4b1a5; }
      .pricing-plans .grid-planes .row .unit-price span {
        font-size: 14px; }
    .pricing-plans .grid-planes .column {
      padding: 15px 0;
      flex-grow: 1;
      flex-basis: 0; }
      .pricing-plans .grid-planes .column:nth-child(2) {
        text-align: center; }
      .pricing-plans .grid-planes .column:last-child {
        flex: 1;
        justify-content: flex-end;
        display: flex;
        align-items: baseline; }
        .pricing-plans .grid-planes .column:last-child p {
          text-align: right; }
      .pricing-plans .grid-planes .column .dotted {
        border-bottom: 2px dotted #33ad73;
        font-size: 14px;
        font-weight: bold; }
      .pricing-plans .grid-planes .column span {
        font-size: 14px; }
  .pricing-plans .grid-sms {
    margin: 30px 0 0; }
    .pricing-plans .grid-sms p {
      margin: 0; }
    .pricing-plans .grid-sms .price,
    .pricing-plans .grid-sms .unit-price {
      opacity: 0; }
    .pricing-plans .grid-sms .row {
      display: flex;
      justify-content: space-between;
      padding: 0 20px;
      border-bottom: 1px solid #b4b1a5; }
      .pricing-plans .grid-sms .row.border-top-row {
        border-top: 1px solid #b4b1a5; }
      .pricing-plans .grid-sms .row .price .value {
        font-size: 22px;
        font-weight: bold; }
    .pricing-plans .grid-sms .column {
      padding: 15px 0;
      flex-grow: 1;
      flex-basis: 0; }
      .pricing-plans .grid-sms .column:nth-child(2) {
        text-align: center; }
      .pricing-plans .grid-sms .column:last-child {
        flex: 1;
        justify-content: flex-end;
        display: flex;
        align-items: baseline; }
        .pricing-plans .grid-sms .column:last-child p {
          text-align: right; }
      .pricing-plans .grid-sms .column span {
        font-size: 14px; }
  .pricing-plans .grid-sms .row.gray {
    background-color: #eeede6; }
  .pricing-plans .prepaid .grid-planes,
  .pricing-plans .volumen .grid-planes {
    margin-top: 40px; }
  .pricing-plans .loader {
    display: flex;
    justify-content: flex-end;
    width: -moz-fit-content;
    width: fit-content; }
  .pricing-plans .legal {
    padding: 20px 0 0; }
    .pricing-plans .legal p {
      font-size: 12px;
      line-height: 16px;
      margin: 15px 0; }
  .pricing-plans .gratuito .notice {
    position: relative; }
    .pricing-plans .gratuito .notice .msj {
      padding: 10px 20px;
      margin: 0;
      font-size: 14px;
      border: 1px solid #33ad73; }
      .pricing-plans .gratuito .notice .msj a {
        font-weight: bold; }
  .pricing-plans .gratuito .advice {
    padding-top: 15px;
    font-size: 18px; }
    .pricing-plans .gratuito .advice img {
      transform: rotate(10deg);
      padding-right: 10px;
      padding-bottom: 20px; }
  .pricing-plans .gratuito .grid-planes .row,
  .pricing-plans .gratuito .grid-sms .row {
    background-color: #eeede6;
    cursor: auto;
    cursor: initial;
    display: flex; }
  .pricing-plans .gratuito .free {
    font-size: 22px;
    color: #33ad73;
    text-align: right;
    margin: 0; }
  .pricing-plans .form-contact legend {
    font-size: 18px;
    font-weight: bold;
    text-align: left; }
  .pricing-plans .form-contact label {
    display: block;
    font-weight: bold;
    padding-bottom: 5px; }
  .pricing-plans .form-contact .error:after {
    left: 20px;
    top: 80px; }
  .pricing-plans .form-contact .intl-tel-input .country-list {
    max-width: 365px; }
    .pricing-plans .form-contact .intl-tel-input .country-list .country {
      padding: 5px 10px; }
      .pricing-plans .form-contact .intl-tel-input .country-list .country .dial-code {
        min-width: 95px; }
    .pricing-plans .form-contact .intl-tel-input .country-list .divider {
      padding: 0 0 10px; }
  .pricing-plans .form-contact .contact {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 0 -20px; }
    .pricing-plans .form-contact .contact li {
      flex: 1 0 320px;
      padding: 20px;
      max-width: none; }
      .pricing-plans .form-contact .contact li:first-child, .pricing-plans .form-contact .contact li:nth-child(6) {
        flex: 2 0 100%; }
      .pricing-plans .form-contact .contact li.checkbox.error:after {
        top: 100%;
        left: 0; }
      .pricing-plans .form-contact .contact li input {
        width: 100%;
        min-width: 0; }
    .pricing-plans .form-contact .contact .options {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      background-color: #f3f3f3;
      padding: 0 16px;
      margin: 10px 0; }
      .pricing-plans .form-contact .contact .options .container {
        position: relative;
        padding: 16px 16px 16px 20px;
        font-weight: normal;
        cursor: pointer;
        -webkit-user-select: none;
           -moz-user-select: none;
                user-select: none;
        min-width: 135px; }
        .pricing-plans .form-contact .contact .options .container input {
          position: absolute;
          opacity: 0;
          cursor: pointer; }
          .pricing-plans .form-contact .contact .options .container input:checked ~ .checkmark {
            background-color: #33ad73; }
          .pricing-plans .form-contact .contact .options .container input:checked ~ .checkmark:after {
            display: block; }
        .pricing-plans .form-contact .contact .options .container .checkmark {
          position: absolute;
          top: 16px;
          left: 0;
          height: 16px;
          width: 16px;
          border: 1px solid #b4b1a5;
          border-radius: 50%;
          background-color: #fff; }
          .pricing-plans .form-contact .contact .options .container .checkmark:after {
            content: '';
            position: absolute;
            display: none;
            top: 4px;
            left: 4px;
            width: 6px;
            height: 6px;
            border-radius: 50%;
            background: white; }
    .pricing-plans .form-contact .contact .checkbox {
      padding: 0;
      margin-left: 20px; }
      .pricing-plans .form-contact .contact .checkbox input[type='checkbox'] {
        width: 50px;
        height: 40px; }
  .pricing-plans .faq {
    background-color: #f2f1e9;
    max-width: none; }
    .pricing-plans .faq .wrapper {
      max-width: 1366px;
      margin: 0 auto;
      flex-direction: column;
      padding: 0 2%; }
    .pricing-plans .faq h3 {
      color: #525845;
      padding-left: 15px; }
    .pricing-plans .faq .grid-faq {
      list-style: none;
      display: flex;
      flex-wrap: wrap;
      padding: 0;
      justify-content: center; }
      .pricing-plans .faq .grid-faq .items {
        padding: 20px 15px;
        flex: 33%;
        min-width: 300px; }

section .plan-sms {
  padding-top: 70px; }
  section .plan-sms.header {
    padding-bottom: 20px; }

@media (max-width: 850px) {
  .pricing-plans .sub-navigation-pricing ul {
    padding: 15px 0; }
    .pricing-plans .sub-navigation-pricing ul .tab-link {
      padding: 10px 0; }
  .pricing-plans .plans .wrapper .plan-prices {
    flex: 55%; }
  .pricing-plans .plans .wrapper .details,
  .pricing-plans .plans .wrapper .plan-prices {
    padding: 0 0 50px;
    flex: 100%; }
  .pricing-plans .gratuito .notice .msj {
    text-align: center; }
  .pricing-plans .gratuito .advice {
    justify-content: center; }
  .pricing-plans .options li {
    flex: 0 1 25%;
    max-width: none; }
    .pricing-plans .options li p {
      font-size: 11px;
      line-height: 15px; }
    .pricing-plans .options li b {
      display: block; }
  .pricing-plans .monthly .grid-planes .column:nth-child(2),
  .pricing-plans .monthly .grid-sms .column:nth-child(2) {
    display: flex;
    flex-direction: column;
    align-items: flex-start; }
  .pricing-plans .grid-planes .column,
  .pricing-plans .grid-sms .column {
    flex: 1;
    font-size: 13px;
    line-height: 17px; }
    .pricing-plans .grid-planes .column:first-child,
    .pricing-plans .grid-sms .column:first-child {
      flex: 2; }
      .pricing-plans .grid-planes .column:first-child span,
      .pricing-plans .grid-sms .column:first-child span {
        display: block; }
    .pricing-plans .grid-planes .column .dotted,
    .pricing-plans .grid-sms .column .dotted {
      font-size: 13px; }
    .pricing-plans .grid-planes .column:nth-child(2),
    .pricing-plans .grid-sms .column:nth-child(2) {
      text-align: left; }
    .pricing-plans .grid-planes .column span,
    .pricing-plans .grid-sms .column span {
      font-size: 13px;
      line-height: 17px; }
    .pricing-plans .grid-planes .column:last-child,
    .pricing-plans .grid-sms .column:last-child {
      min-width: 0;
      flex: 1.5;
      flex-direction: column;
      justify-content: center;
      align-items: flex-end; }
  .pricing-plans .grid-planes .row .price,
  .pricing-plans .grid-planes .row .sms-qty,
  .pricing-plans .grid-sms .row .price,
  .pricing-plans .grid-sms .row .sms-qty {
    line-height: 17px; }
    .pricing-plans .grid-planes .row .price .value,
    .pricing-plans .grid-planes .row .sms-qty .value,
    .pricing-plans .grid-sms .row .price .value,
    .pricing-plans .grid-sms .row .sms-qty .value {
      font-size: 16px; }
  .pricing-plans .grid-planes .row .old-price,
  .pricing-plans .grid-planes .row .old-sms-qty,
  .pricing-plans .grid-sms .row .old-price,
  .pricing-plans .grid-sms .row .old-sms-qty {
    padding-right: 0; }
  .pricing-plans .grid-planes .row .unit-price b,
  .pricing-plans .grid-sms .row .unit-price b {
    display: block; } }

@media (max-width: 480px) {
  .pricing-plans .sub-navigation-pricing ul {
    justify-content: flex-start; }
  .pricing-plans .grid-planes .column {
    flex: 2; }
    .pricing-plans .grid-planes .column:last-child {
      flex: 2; }
    .pricing-plans .grid-planes .column:nth-child(2) {
      flex: 1.5; }
  .pricing-plans .grid-planes .row {
    padding: 0 10px; }
  .pricing-plans .grid-sms .column:first-child {
    flex: 1; }
  .pricing-plans .range-value[data-progress='7'] {
    left: 0; }
    .pricing-plans .range-value[data-progress='7']:after {
      left: 16%;
      right: auto; }
  .pricing-plans .range-value[data-progress='8'] {
    left: 0; }
    .pricing-plans .range-value[data-progress='8']:after {
      right: auto;
      left: 17%; }
  .pricing-plans .range-value[data-progress='12'] {
    left: 0; }
    .pricing-plans .range-value[data-progress='12']:after {
      right: auto;
      left: 27%; }
  .pricing-plans .range-value[data-progress='15'] {
    left: 0; }
    .pricing-plans .range-value[data-progress='15']:after {
      left: 32%;
      right: auto; }
  .pricing-plans .range-value[data-progress='16'] {
    left: 0; }
    .pricing-plans .range-value[data-progress='16']:after {
      left: 35%;
      right: auto; }
  .pricing-plans .range-value[data-progress='83'] {
    left: auto;
    right: 0; }
    .pricing-plans .range-value[data-progress='83']:after {
      right: auto;
      left: 52%; }
  .pricing-plans .range-value[data-progress='84'] {
    left: auto;
    right: 0; }
    .pricing-plans .range-value[data-progress='84']:after {
      left: auto;
      right: 31%; }
  .pricing-plans .range-value[data-progress='87'] {
    left: auto;
    right: 0; }
    .pricing-plans .range-value[data-progress='87']:after {
      right: auto;
      left: 60%; }
  .pricing-plans .range-value[data-progress='91'] {
    left: auto;
    right: 0; }
    .pricing-plans .range-value[data-progress='91']:after {
      left: auto;
      right: 17%; }
  .pricing-plans .range-value[data-progress='92'] {
    left: auto;
    right: 0; }
    .pricing-plans .range-value[data-progress='92']:after {
      left: auto;
      right: 15%; }
  .pricing-plans .plan-prices .cursive {
    display: flex;
    flex-wrap: wrap-reverse;
    justify-content: flex-end; }
    .pricing-plans .plan-prices .cursive p {
      text-align: right;
      padding-top: 10px;
      letter-spacing: 1px;
      line-height: 20px; }
    .pricing-plans .plan-prices .cursive img {
      transform: rotate(120deg);
      padding-right: 0;
      padding-left: 20px; }
  .pricing-plans .gratuito .grid-planes {
    margin: 0; }
  .pricing-plans .gratuito .advice {
    max-width: none;
    left: 0;
    bottom: 0;
    position: relative;
    flex-wrap: wrap;
    padding-top: 40px; }
    .pricing-plans .gratuito .advice p {
      text-align: center; }
    .pricing-plans .gratuito .advice img {
      transform: rotate(90deg);
      position: absolute;
      left: 15%;
      top: 15px;
      padding: 0; }
  .pricing-plans .plans .wrapper .details,
  .pricing-plans .plans .wrapper .plan-prices {
    padding: 0 0 50px;
    flex: 100%; }
  .progress-bar .progress-anchor {
    /*  bottom: 25px;*/ } }

.pricing-plans .section--top {
  display: none; }
  .pricing-plans .section--top .wrapper article p:nth-child(2) {
    margin-bottom: 0; }
  .pricing-plans .section--top .wrapper article p:nth-of-type(2) {
    margin-top: 10px; }
  .pricing-plans .section--top .wrapper article p span.icon-success {
    font-size: 10px;
    color: #fce579; }
  .pricing-plans .section--top .wrapper article p bdi {
    display: inline-block; }
    .pricing-plans .section--top .wrapper article p bdi.line {
      position: relative; }
      .pricing-plans .section--top .wrapper article p bdi.line:before {
        border-top: 1px solid #fff;
        position: absolute;
        margin: 0 auto;
        content: '';
        top: 50%;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        z-index: 1; }

.pricing-plans .section--features {
  padding: 30px 0; }
  .pricing-plans .section--features .wrapper article {
    max-width: none; }
    .pricing-plans .section--features .wrapper article ul li h4 {
      margin-top: 10px; }
    .pricing-plans .section--features .wrapper article ul li p {
      margin: 10px 0; }
      .pricing-plans .section--features .wrapper article ul li p:nth-of-type(2) {
        margin-top: 20px; }
    .pricing-plans .section--features .wrapper article ul li a {
      font-weight: bold;
      padding-top: 20px;
      display: block; }
    .pricing-plans .section--features .wrapper article hr {
      border-bottom: 1px solid #979797; }
    .pricing-plans .section--features .wrapper article .sub-item {
      float: left; }
      .pricing-plans .section--features .wrapper article .sub-item h5 {
        float: left;
        display: inline-block;
        color: #525845;
        font-weight: bold; }
        .pricing-plans .section--features .wrapper article .sub-item h5 span {
          font-weight: normal; }
        .pricing-plans .section--features .wrapper article .sub-item h5 a {
          padding-left: 60px;
          display: inline-block;
          font-size: 16px;
          font-weight: bold; }
    .pricing-plans .section--features .wrapper article.article--services {
      max-width: 1366px;
      padding: 50px 4%; }
      .pricing-plans .section--features .wrapper article.article--services a:hover {
        color: #edede6; }

.pricing-plans .section--bottom .wrapper article {
  max-width: none; }
  .pricing-plans .section--bottom .wrapper article h2 {
    max-width: 600px;
    text-align: center;
    margin: 0 auto; }
    @media (max-width: 480px) {
      .pricing-plans .section--bottom .wrapper article h2 {
        font-size: 28px; } }
  .pricing-plans .section--bottom .wrapper article ul li {
    width: 19%;
    padding-top: 0; }
    .pricing-plans .section--bottom .wrapper article ul li img {
      width: 16px;
      display: block;
      margin: auto; }
    .pricing-plans .section--bottom .wrapper article ul li p {
      margin-top: 0;
      text-align: center;
      font-size: 14px;
      line-height: 22px; }

@media (max-width: 850px) {
  .pricing-plans .section--features .wrapper article {
    padding-bottom: 150px; }
    .pricing-plans .section--features .wrapper article.article--services {
      padding: 50px 0; } }

@media (max-width: 480px) {
  .pricing-plans .section--features .wrapper article ul li {
    width: 100%;
    max-width: 100%;
    padding-bottom: 80px; }
  .pricing-plans .section--bottom .wrapper article ul li {
    width: 100% !important;
    max-width: 100% !important; } }

.pricing-plans .money::before {
  content: normal;
  content: initial; }

.pricing-plans .dp-library .dp-uppercase,
.pricing-plans .dp-ribbon span {
  text-transform: uppercase; }

.pricing-plans .dp-ribbon {
  width: 150px;
  height: 150px;
  overflow: hidden;
  position: absolute; }

.pricing-plans .dp-ribbon::after,
.pricing-plans .dp-ribbon::before {
  position: absolute;
  z-index: 0;
  content: '';
  display: block; }

.pricing-plans .dp-ribbon span {
  position: absolute;
  display: block;
  width: 262px;
  padding: 12px 0;
  color: #fff;
  font-weight: 700;
  font-size: 10px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  text-align: center;
  letter-spacing: 1px;
  z-index: 1; }

.pricing-plans .dp-ribbon-violet::after,
.pricing-plans .dp-ribbon-violet::before {
  border: 5px solid #b395bf; }

.pricing-plans .dp-ribbon-violet span {
  background-color: #c9a9d5; }

.pricing-plans .dp-ribbon-top-right {
  top: -10px;
  right: -10px; }

.pricing-plans .dp-ribbon-top-right::after,
.pricing-plans .dp-ribbon-top-right::before {
  border-top-color: transparent;
  border-right-color: transparent; }

.pricing-plans .dp-ribbon-top-right::before {
  top: -2px;
  left: 34px; }

.pricing-plans .dp-ribbon-top-right::after {
  bottom: 34px;
  right: -2px; }

.pricing-plans .dp-ribbon-top-right span {
  left: -25px;
  top: 30px;
  transform: rotate(45deg); }

.pricing-plans .dp-ribbon-top-left {
  top: -10px;
  left: -10px; }

.pricing-plans .dp-ribbon-top-left::after,
.pricing-plans .dp-ribbon-top-left::before {
  border-top-color: transparent;
  border-left-color: transparent; }

.pricing-plans .dp-ribbon-top-left::before {
  top: -2px;
  right: 34px; }

.pricing-plans .dp-ribbon-top-left::after {
  bottom: 34px;
  left: -2px; }

.pricing-plans .dp-ribbon-top-left span {
  right: -25px;
  top: 30px;
  transform: rotate(-45deg); }

.pricing-plans .dp-ribbon-bottom-right {
  bottom: -10px;
  right: -10px; }

.pricing-plans .dp-ribbon-bottom-right::after,
.pricing-plans .dp-ribbon-bottom-right::before {
  border-bottom-color: transparent;
  border-right-color: transparent; }

.pricing-plans .dp-ribbon-bottom-right::before {
  bottom: -2px;
  left: 41px; }

.pricing-plans .dp-ribbon-bottom-right::after {
  top: 26px;
  right: -2px; }

.pricing-plans .dp-ribbon-bottom-right span {
  left: -25px;
  bottom: 30px;
  transform: rotate(-409deg); }

.pricing-plans .dp-ribbon-bottom-left {
  bottom: -10px;
  left: -10px; }

.pricing-plans .dp-ribbon-bottom-left::after,
.pricing-plans .dp-ribbon-bottom-left::before {
  border-bottom-color: transparent;
  border-left-color: transparent; }

.pricing-plans .dp-ribbon-bottom-left::before {
  bottom: -2px;
  right: 38px; }

.pricing-plans .dp-ribbon-bottom-left::after {
  top: 30px;
  left: -2px; }

.pricing-plans .dp-ribbon-bottom-left span {
  right: -25px;
  bottom: 30px;
  transform: rotate(47deg); }

.pricing-plans .dp-selector-container.dp-align-center {
  padding: 0px;
  max-height: 105px;
  flex-direction: column-reverse;
  padding-right: 97px; }

.pricing-plans .header-princing-container {
  margin-top: 60px; }
  .pricing-plans .header-princing-container h1 {
    margin: 0 auto; }
    @media (max-width: 480px) {
      .pricing-plans .header-princing-container h1 {
        max-width: 305px; } }
  .pricing-plans .header-princing-container p {
    max-width: 500px;
    padding-top: 20px;
    margin: 0 auto; }
  .pricing-plans .header-princing-container .background.bg-c {
    transform: translate(-50px, -200px);
    top: 265px;
    left: -100px;
    opacity: 0.8; }
    @media (max-width: 480px) {
      .pricing-plans .header-princing-container .background.bg-c {
        display: none; } }

.pricing-plans .all-plans,
.pricing-plans .plan-calculator,
.pricing-plans .dp-selector-container {
  padding: 85px 0 20px 0; }
  .pricing-plans .all-plans .background.bg-c,
  .pricing-plans .plan-calculator .background.bg-c,
  .pricing-plans .dp-selector-container .background.bg-c {
    transform: translate(460px, 600px);
    top: 1420px;
    left: 510px;
    opacity: 0.8; }
  .pricing-plans .all-plans .section--plans,
  .pricing-plans .plan-calculator .section--plans,
  .pricing-plans .dp-selector-container .section--plans {
    padding-bottom: 60px;
    padding-top: 0px; }
    .pricing-plans .all-plans .section--plans .functionalities-see-more,
    .pricing-plans .plan-calculator .section--plans .functionalities-see-more,
    .pricing-plans .dp-selector-container .section--plans .functionalities-see-more {
      max-width: 660px;
      margin: 80px auto 0 auto; }
      .pricing-plans .all-plans .section--plans .functionalities-see-more p,
      .pricing-plans .plan-calculator .section--plans .functionalities-see-more p,
      .pricing-plans .dp-selector-container .section--plans .functionalities-see-more p {
        font-size: 16px;
        line-height: 24px;
        margin: 0 0 35px 0; }
        .pricing-plans .all-plans .section--plans .functionalities-see-more p strong,
        .pricing-plans .plan-calculator .section--plans .functionalities-see-more p strong,
        .pricing-plans .dp-selector-container .section--plans .functionalities-see-more p strong {
          display: inline;
          display: initial; }
      .pricing-plans .all-plans .section--plans .functionalities-see-more--cta,
      .pricing-plans .plan-calculator .section--plans .functionalities-see-more--cta,
      .pricing-plans .dp-selector-container .section--plans .functionalities-see-more--cta {
        position: relative;
        max-width: 400px;
        margin: 0 auto; }
        .pricing-plans .all-plans .section--plans .functionalities-see-more--cta img,
        .pricing-plans .plan-calculator .section--plans .functionalities-see-more--cta img,
        .pricing-plans .dp-selector-container .section--plans .functionalities-see-more--cta img {
          position: absolute;
          top: 40px;
          transform: rotate(180deg);
          width: 45px; }
        .pricing-plans .all-plans .section--plans .functionalities-see-more--cta p,
        .pricing-plans .plan-calculator .section--plans .functionalities-see-more--cta p,
        .pricing-plans .dp-selector-container .section--plans .functionalities-see-more--cta p {
          max-width: 325px;
          transform: translateX(120px);
          margin: 30px 0 0 0;
          text-align: center;
          font-size: 18px;
          line-height: 23px;
          display: block; }
          .pricing-plans .all-plans .section--plans .functionalities-see-more--cta p a,
          .pricing-plans .plan-calculator .section--plans .functionalities-see-more--cta p a,
          .pricing-plans .dp-selector-container .section--plans .functionalities-see-more--cta p a {
            color: #33ad73; }
  .pricing-plans .all-plans .plan-features.plan-features--conversations .dp-content-banner,
  .pricing-plans .plan-calculator .plan-features.plan-features--conversations .dp-content-banner,
  .pricing-plans .dp-selector-container .plan-features.plan-features--conversations .dp-content-banner {
    padding-top: 9px; }
  .pricing-plans .all-plans .plan-features,
  .pricing-plans .plan-calculator .plan-features,
  .pricing-plans .dp-selector-container .plan-features {
    margin: 0 auto; }
    .pricing-plans .all-plans .plan-features .dp-banner,
    .pricing-plans .plan-calculator .plan-features .dp-banner,
    .pricing-plans .dp-selector-container .plan-features .dp-banner {
      min-height: 414px;
      align-content: flex-start;
      align-items: initial; }
      .pricing-plans .all-plans .plan-features .dp-banner header,
      .pricing-plans .plan-calculator .plan-features .dp-banner header,
      .pricing-plans .dp-selector-container .plan-features .dp-banner header {
        position: relative;
        box-shadow: none;
        background: none; }
      .pricing-plans .all-plans .plan-features .dp-banner .dp-tit-banner,
      .pricing-plans .plan-calculator .plan-features .dp-banner .dp-tit-banner,
      .pricing-plans .dp-selector-container .plan-features .dp-banner .dp-tit-banner {
        margin: 0; }
      .pricing-plans .all-plans .plan-features .dp-banner .dp-content-banner p,
      .pricing-plans .plan-calculator .plan-features .dp-banner .dp-content-banner p,
      .pricing-plans .dp-selector-container .plan-features .dp-banner .dp-content-banner p {
        min-height: 70px;
        font-size: 14px; }
        @media (max-width: 1180px) {
          .pricing-plans .all-plans .plan-features .dp-banner .dp-content-banner p,
          .pricing-plans .plan-calculator .plan-features .dp-banner .dp-content-banner p,
          .pricing-plans .dp-selector-container .plan-features .dp-banner .dp-content-banner p {
            min-height: 0;
            min-height: initial; } }
      .pricing-plans .all-plans .plan-features .dp-banner .dp-content-banner .plan-features__pricing,
      .pricing-plans .plan-calculator .plan-features .dp-banner .dp-content-banner .plan-features__pricing,
      .pricing-plans .dp-selector-container .plan-features .dp-banner .dp-content-banner .plan-features__pricing {
        margin-bottom: 10px; }
        .pricing-plans .all-plans .plan-features .dp-banner .dp-content-banner .plan-features__pricing th,
        .pricing-plans .plan-calculator .plan-features .dp-banner .dp-content-banner .plan-features__pricing th,
        .pricing-plans .dp-selector-container .plan-features .dp-banner .dp-content-banner .plan-features__pricing th {
          padding-right: 40px;
          padding-bottom: 10px;
          font-size: 13px; }
          .pricing-plans .all-plans .plan-features .dp-banner .dp-content-banner .plan-features__pricing th img,
          .pricing-plans .plan-calculator .plan-features .dp-banner .dp-content-banner .plan-features__pricing th img,
          .pricing-plans .dp-selector-container .plan-features .dp-banner .dp-content-banner .plan-features__pricing th img {
            padding-right: 7px; }
        .pricing-plans .all-plans .plan-features .dp-banner .dp-content-banner .plan-features__pricing td,
        .pricing-plans .plan-calculator .plan-features .dp-banner .dp-content-banner .plan-features__pricing td,
        .pricing-plans .dp-selector-container .plan-features .dp-banner .dp-content-banner .plan-features__pricing td {
          font-size: 13px; }
        .pricing-plans .all-plans .plan-features .dp-banner .dp-content-banner .plan-features__pricing tbody th,
        .pricing-plans .plan-calculator .plan-features .dp-banner .dp-content-banner .plan-features__pricing tbody th,
        .pricing-plans .dp-selector-container .plan-features .dp-banner .dp-content-banner .plan-features__pricing tbody th {
          font-weight: 500; }
        .pricing-plans .all-plans .plan-features .dp-banner .dp-content-banner .plan-features__pricing li,
        .pricing-plans .plan-calculator .plan-features .dp-banner .dp-content-banner .plan-features__pricing li,
        .pricing-plans .dp-selector-container .plan-features .dp-banner .dp-content-banner .plan-features__pricing li {
          padding-bottom: 8px; }
      .pricing-plans .all-plans .plan-features .dp-banner .dp-content-banner .plan-features--disclaimer,
      .pricing-plans .plan-calculator .plan-features .dp-banner .dp-content-banner .plan-features--disclaimer,
      .pricing-plans .dp-selector-container .plan-features .dp-banner .dp-content-banner .plan-features--disclaimer {
        font-style: italic;
        font-weight: 400;
        font-size: 14px;
        line-height: 22px;
        color: #525845;
        display: block;
        margin-bottom: 10px;
        display: inline-block; }
      .pricing-plans .all-plans .plan-features .dp-banner .dp-content-banner small,
      .pricing-plans .plan-calculator .plan-features .dp-banner .dp-content-banner small,
      .pricing-plans .dp-selector-container .plan-features .dp-banner .dp-content-banner small {
        font-style: normal;
        font-weight: 700;
        font-size: 15px;
        line-height: 24px;
        color: #525845;
        display: inline-block; }
      .pricing-plans .all-plans .plan-features .dp-banner .dp-content-banner a,
      .pricing-plans .plan-calculator .plan-features .dp-banner .dp-content-banner a,
      .pricing-plans .dp-selector-container .plan-features .dp-banner .dp-content-banner a {
        font-style: normal;
        font-weight: 600;
        font-size: 13px;
        line-height: 16px;
        color: #33AD73;
        margin-top: 5px;
        display: block; }
      .pricing-plans .all-plans .plan-features .dp-banner .dp-content-banner p.ul--title,
      .pricing-plans .plan-calculator .plan-features .dp-banner .dp-content-banner p.ul--title,
      .pricing-plans .dp-selector-container .plan-features .dp-banner .dp-content-banner p.ul--title {
        min-height: auto;
        margin-bottom: 15px;
        font-weight: 700;
        font-size: 15px;
        line-height: 22px;
        color: #525845; }
    .pricing-plans .all-plans .plan-features .dp-banner.dp-banner--center .dp-banner-cta.dp-banner-cta--margin,
    .pricing-plans .plan-calculator .plan-features .dp-banner.dp-banner--center .dp-banner-cta.dp-banner-cta--margin,
    .pricing-plans .dp-selector-container .plan-features .dp-banner.dp-banner--center .dp-banner-cta.dp-banner-cta--margin {
      margin-top: 40%; }
  .pricing-plans .all-plans .dp-library article,
  .pricing-plans .plan-calculator .dp-library article,
  .pricing-plans .dp-selector-container .dp-library article {
    max-width: 960px; }
  .pricing-plans .all-plans .dp-library .dp-card-asset,
  .pricing-plans .all-plans .dp-library .dp-price,
  .pricing-plans .plan-calculator .dp-library .dp-card-asset,
  .pricing-plans .plan-calculator .dp-library .dp-price,
  .pricing-plans .dp-selector-container .dp-library .dp-card-asset,
  .pricing-plans .dp-selector-container .dp-library .dp-price {
    height: 135px; }
  .pricing-plans .all-plans .dp-library .dp-price .dp-price-old-amount,
  .pricing-plans .plan-calculator .dp-library .dp-price .dp-price-old-amount,
  .pricing-plans .dp-selector-container .dp-library .dp-price .dp-price-old-amount {
    font-size: 15px;
    line-height: 30px;
    -webkit-text-decoration: line-through;
    -webkit-text-decoration: line-through;
    text-decoration: line-through;
    color: #2e71ea;
    top: -17px;
    left: 50%;
    transform: translate(-50%);
    position: absolute;
    visibility: hidden; }
    .pricing-plans .all-plans .dp-library .dp-price .dp-price-old-amount.show,
    .pricing-plans .plan-calculator .dp-library .dp-price .dp-price-old-amount.show,
    .pricing-plans .dp-selector-container .dp-library .dp-price .dp-price-old-amount.show {
      visibility: visible; }
  .pricing-plans .all-plans .dp-library .dp-price .dp-money-number,
  .pricing-plans .plan-calculator .dp-library .dp-price .dp-money-number,
  .pricing-plans .dp-selector-container .dp-library .dp-price .dp-money-number {
    transition: all 0.2s ease-out; }
    .pricing-plans .all-plans .dp-library .dp-price .dp-money-number.small,
    .pricing-plans .plan-calculator .dp-library .dp-price .dp-money-number.small,
    .pricing-plans .dp-selector-container .dp-library .dp-price .dp-money-number.small {
      font-size: 42px; }
  .pricing-plans .all-plans .dp-library .dp-align-center,
  .pricing-plans .plan-calculator .dp-library .dp-align-center,
  .pricing-plans .dp-selector-container .dp-library .dp-align-center {
    max-width: none;
    width: auto; }
    .pricing-plans .all-plans .dp-library .dp-align-center .special-discount--main--msg,
    .pricing-plans .plan-calculator .dp-library .dp-align-center .special-discount--main--msg,
    .pricing-plans .dp-selector-container .dp-library .dp-align-center .special-discount--main--msg {
      display: none; }
    .pricing-plans .all-plans .dp-library .dp-align-center .dp-card.special-discount--main .dp-cta-plan,
    .pricing-plans .plan-calculator .dp-library .dp-align-center .dp-card.special-discount--main .dp-cta-plan,
    .pricing-plans .dp-selector-container .dp-library .dp-align-center .dp-card.special-discount--main .dp-cta-plan {
      height: auto; }
      .pricing-plans .all-plans .dp-library .dp-align-center .dp-card.special-discount--main .dp-cta-plan .button.primary-green,
      .pricing-plans .plan-calculator .dp-library .dp-align-center .dp-card.special-discount--main .dp-cta-plan .button.primary-green,
      .pricing-plans .dp-selector-container .dp-library .dp-align-center .dp-card.special-discount--main .dp-cta-plan .button.primary-green {
        background: #2e71ea;
        border: 1px solid #2e71ea; }
        .pricing-plans .all-plans .dp-library .dp-align-center .dp-card.special-discount--main .dp-cta-plan .button.primary-green:hover,
        .pricing-plans .plan-calculator .dp-library .dp-align-center .dp-card.special-discount--main .dp-cta-plan .button.primary-green:hover,
        .pricing-plans .dp-selector-container .dp-library .dp-align-center .dp-card.special-discount--main .dp-cta-plan .button.primary-green:hover {
          background: #2a75db;
          border: 1px solid #2a75db; }
      .pricing-plans .all-plans .dp-library .dp-align-center .dp-card.special-discount--main .dp-cta-plan .special-discount--main--msg,
      .pricing-plans .plan-calculator .dp-library .dp-align-center .dp-card.special-discount--main .dp-cta-plan .special-discount--main--msg,
      .pricing-plans .dp-selector-container .dp-library .dp-align-center .dp-card.special-discount--main .dp-cta-plan .special-discount--main--msg {
        font-size: 14px;
        line-height: 18px;
        font-weight: 400;
        color: #2e71ea;
        max-width: 190px;
        margin: 12px 0 0 0;
        display: block; }
        .pricing-plans .all-plans .dp-library .dp-align-center .dp-card.special-discount--main .dp-cta-plan .special-discount--main--msg strong,
        .pricing-plans .plan-calculator .dp-library .dp-align-center .dp-card.special-discount--main .dp-cta-plan .special-discount--main--msg strong,
        .pricing-plans .dp-selector-container .dp-library .dp-align-center .dp-card.special-discount--main .dp-cta-plan .special-discount--main--msg strong {
          display: inline-block; }
    .pricing-plans .all-plans .dp-library .dp-align-center .dp-card:last-child,
    .pricing-plans .plan-calculator .dp-library .dp-align-center .dp-card:last-child,
    .pricing-plans .dp-selector-container .dp-library .dp-align-center .dp-card:last-child {
      margin-right: 0; }
  .pricing-plans .all-plans .dp-library .dp-list-detail,
  .pricing-plans .plan-calculator .dp-library .dp-list-detail,
  .pricing-plans .dp-selector-container .dp-library .dp-list-detail {
    margin: 0;
    padding-top: 10px; }
    .pricing-plans .all-plans .dp-library .dp-list-detail div:not(.dp-check-mark),
    .pricing-plans .plan-calculator .dp-library .dp-list-detail div:not(.dp-check-mark),
    .pricing-plans .dp-selector-container .dp-library .dp-list-detail div:not(.dp-check-mark) {
      cursor: pointer; }
    .pricing-plans .all-plans .dp-library .dp-list-detail .dp-list-item,
    .pricing-plans .plan-calculator .dp-library .dp-list-detail .dp-list-item,
    .pricing-plans .dp-selector-container .dp-library .dp-list-detail .dp-list-item {
      font-style: normal;
      font-weight: normal;
      font-size: 16px;
      line-height: 24px;
      color: #525845;
      display: inline; }
      .pricing-plans .all-plans .dp-library .dp-list-detail .dp-list-item .dp-tooltip__container,
      .pricing-plans .plan-calculator .dp-library .dp-list-detail .dp-list-item .dp-tooltip__container,
      .pricing-plans .dp-selector-container .dp-library .dp-list-detail .dp-list-item .dp-tooltip__container {
        cursor: auto; }
      .pricing-plans .all-plans .dp-library .dp-list-detail .dp-list-item p,
      .pricing-plans .plan-calculator .dp-library .dp-list-detail .dp-list-item p,
      .pricing-plans .dp-selector-container .dp-library .dp-list-detail .dp-list-item p {
        border-bottom: 1px dashed #525845;
        display: inline;
        transition: all 0.15s linear; }
        .pricing-plans .all-plans .dp-library .dp-list-detail .dp-list-item p:hover,
        .pricing-plans .plan-calculator .dp-library .dp-list-detail .dp-list-item p:hover,
        .pricing-plans .dp-selector-container .dp-library .dp-list-detail .dp-list-item p:hover {
          border-bottom: 1px dashed #dbd9d2; }
    .pricing-plans .all-plans .dp-library .dp-list-detail .dp-list-item.dp-list-item--noinfo,
    .pricing-plans .plan-calculator .dp-library .dp-list-detail .dp-list-item.dp-list-item--noinfo,
    .pricing-plans .dp-selector-container .dp-library .dp-list-detail .dp-list-item.dp-list-item--noinfo {
      -webkit-text-decoration: none;
      text-decoration: none;
      cursor: inherit; }
    .pricing-plans .all-plans .dp-library .dp-list-detail li,
    .pricing-plans .plan-calculator .dp-library .dp-list-detail li,
    .pricing-plans .dp-selector-container .dp-library .dp-list-detail li {
      width: 100%;
      padding: 0;
      max-width: none; }
      @media (max-width: 750px) {
        .pricing-plans .all-plans .dp-library .dp-list-detail li,
        .pricing-plans .plan-calculator .dp-library .dp-list-detail li,
        .pricing-plans .dp-selector-container .dp-library .dp-list-detail li {
          display: block;
          padding-left: 40px; }
          .pricing-plans .all-plans .dp-library .dp-list-detail li span:first-child,
          .pricing-plans .plan-calculator .dp-library .dp-list-detail li span:first-child,
          .pricing-plans .dp-selector-container .dp-library .dp-list-detail li span:first-child {
            position: absolute;
            left: 0;
            top: 1px; } }
      .pricing-plans .all-plans .dp-library .dp-list-detail li .dp-icobd,
      .pricing-plans .plan-calculator .dp-library .dp-list-detail li .dp-icobd,
      .pricing-plans .dp-selector-container .dp-library .dp-list-detail li .dp-icobd {
        left: 0px;
        line-height: 22px;
        cursor: default; }
      .pricing-plans .all-plans .dp-library .dp-list-detail li .dp-icoag,
      .pricing-plans .plan-calculator .dp-library .dp-list-detail li .dp-icoag,
      .pricing-plans .dp-selector-container .dp-library .dp-list-detail li .dp-icoag {
        cursor: default; }
  .pricing-plans .all-plans .dp-library .dp-plan-detail,
  .pricing-plans .plan-calculator .dp-library .dp-plan-detail,
  .pricing-plans .dp-selector-container .dp-library .dp-plan-detail {
    display: none; }
  .pricing-plans .all-plans .dp-library .dp-compare-details-plans,
  .pricing-plans .plan-calculator .dp-library .dp-compare-details-plans,
  .pricing-plans .dp-selector-container .dp-library .dp-compare-details-plans {
    color: #302100;
    font-size: 14px;
    width: auto; }
    .pricing-plans .all-plans .dp-library .dp-compare-details-plans:before,
    .pricing-plans .plan-calculator .dp-library .dp-compare-details-plans:before,
    .pricing-plans .dp-selector-container .dp-library .dp-compare-details-plans:before {
      left: 0px; }
    .pricing-plans .all-plans .dp-library .dp-compare-details-plans div,
    .pricing-plans .plan-calculator .dp-library .dp-compare-details-plans div,
    .pricing-plans .dp-selector-container .dp-library .dp-compare-details-plans div {
      display: none; }
      .pricing-plans .all-plans .dp-library .dp-compare-details-plans div.active,
      .pricing-plans .plan-calculator .dp-library .dp-compare-details-plans div.active,
      .pricing-plans .dp-selector-container .dp-library .dp-compare-details-plans div.active {
        display: block; }
  .pricing-plans .all-plans .dp-library .dp-price .dp-time-lapse-top,
  .pricing-plans .plan-calculator .dp-library .dp-price .dp-time-lapse-top,
  .pricing-plans .dp-selector-container .dp-library .dp-price .dp-time-lapse-top {
    line-height: 1;
    top: 12px; }
  .pricing-plans .all-plans .dp-library h5,
  .pricing-plans .plan-calculator .dp-library h5,
  .pricing-plans .dp-selector-container .dp-library h5 {
    color: #525845; }
  .pricing-plans .all-plans .dp-library .dp-banner .dp-ribbon-top-right,
  .pricing-plans .plan-calculator .dp-library .dp-banner .dp-ribbon-top-right,
  .pricing-plans .dp-selector-container .dp-library .dp-banner .dp-ribbon-top-right {
    top: 22px;
    right: 4px; }
  .pricing-plans .all-plans .dp-library .dp-ribbon span,
  .pricing-plans .plan-calculator .dp-library .dp-ribbon span,
  .pricing-plans .dp-selector-container .dp-library .dp-ribbon span {
    line-height: 10px; }
  .pricing-plans .all-plans .more-info,
  .pricing-plans .plan-calculator .more-info,
  .pricing-plans .dp-selector-container .more-info {
    display: none;
    cursor: pointer; }
    .pricing-plans .all-plans .more-info i,
    .pricing-plans .plan-calculator .more-info i,
    .pricing-plans .dp-selector-container .more-info i {
      font-size: 16px;
      transition: all 0.4s ease-in-out; }
    .pricing-plans .all-plans .more-info span,
    .pricing-plans .plan-calculator .more-info span,
    .pricing-plans .dp-selector-container .more-info span {
      font-size: 14px;
      line-height: 16px;
      padding-left: 5px;
      color: #33ad73; }
    .pricing-plans .all-plans .more-info.dp-open i,
    .pricing-plans .plan-calculator .more-info.dp-open i,
    .pricing-plans .dp-selector-container .more-info.dp-open i {
      transform: rotate(45deg); }
    .pricing-plans .all-plans .more-info:hover span,
    .pricing-plans .plan-calculator .more-info:hover span,
    .pricing-plans .dp-selector-container .more-info:hover span {
      color: #008046; }
  .pricing-plans .all-plans .cursive,
  .pricing-plans .plan-calculator .cursive,
  .pricing-plans .dp-selector-container .cursive {
    text-align: right;
    display: flex;
    justify-content: flex-end;
    align-content: center;
    align-items: center;
    margin: 100px 0 30px 0;
    width: 100%; }
    .pricing-plans .all-plans .cursive p,
    .pricing-plans .plan-calculator .cursive p,
    .pricing-plans .dp-selector-container .cursive p {
      font-size: 20px;
      margin: 0;
      display: inline-flex;
      line-height: 28px;
      text-align: right; }
    .pricing-plans .all-plans .cursive span,
    .pricing-plans .plan-calculator .cursive span,
    .pricing-plans .dp-selector-container .cursive span {
      font-size: 18px;
      padding-left: 5px; }
      .pricing-plans .all-plans .cursive span.dropdown-arrow,
      .pricing-plans .plan-calculator .cursive span.dropdown-arrow,
      .pricing-plans .dp-selector-container .cursive span.dropdown-arrow {
        right: 10px;
        padding: 0; }
    .pricing-plans .all-plans .cursive img,
    .pricing-plans .plan-calculator .cursive img,
    .pricing-plans .dp-selector-container .cursive img {
      transform: rotate(145deg);
      padding-right: 15px;
      padding-left: 12px; }
    .pricing-plans .all-plans .cursive .currency,
    .pricing-plans .plan-calculator .cursive .currency,
    .pricing-plans .dp-selector-container .cursive .currency {
      font-family: proxima-nova, helvetica, arial, sans-serif;
      border-color: #b4b1a5;
      font-size: 11px;
      padding-right: 30px;
      font-weight: bold;
      width: 185px; }
      .pricing-plans .all-plans .cursive .currency:focus,
      .pricing-plans .plan-calculator .cursive .currency:focus,
      .pricing-plans .dp-selector-container .cursive .currency:focus {
        outline: none; }
      .pricing-plans .all-plans .cursive .currency option,
      .pricing-plans .plan-calculator .cursive .currency option,
      .pricing-plans .dp-selector-container .cursive .currency option {
        height: 20px; }
    .pricing-plans .all-plans .cursive .dp-title-faq,
    .pricing-plans .plan-calculator .cursive .dp-title-faq,
    .pricing-plans .dp-selector-container .cursive .dp-title-faq {
      text-align: center; }

.pricing-plans .details .details--nav-options {
  display: flex;
  padding: 30px 0 10px;
  justify-content: space-between;
  align-items: center; }
  .pricing-plans .details .details--nav-options .link {
    font-size: 16px;
    font-weight: bold; }

.pricing-plans li.holder.dp-library {
  flex: 2 0 100%; }

.pricing-plans .dp-library .button {
  line-height: 13px;
  border-radius: 100px;
  padding-left: 35px;
  padding-right: 35px;
  height: auto; }

.pricing-plans .dp-library label {
  font-family: proxima-nova, helvetica, arial, sans-serif; }

.pricing-plans .dp-library .dp-bg-ghostwhite {
  padding: 18px 20px 0px; }

.pricing-plans .dp-library .field-group .field-item__checkbox {
  padding: 0; }
  .pricing-plans .dp-library .field-group .field-item__checkbox input {
    width: 14px; }
  .pricing-plans .dp-library .field-group .field-item__checkbox label {
    padding-bottom: 0;
    padding-right: 18px; }

.pricing-plans .dp-align-center .dp-title-faq {
  padding: 0px 0 35px; }

.pricing-plans .faq .dp-title-faq {
  color: #302100; }

.pricing-plans .faq .dp-accordion li .dp-accordion-thumb {
  color: #333333; }

.pricing-plans .tab__title, .pricing-plans .sms-plans h2, .pricing-plans .conversations-tab h4, .pricing-plans .landingp-tab h4, .pricing-plans .transactional-email-tab h4 {
  font-size: 30px;
  font-weight: 700;
  line-height: 36px;
  letter-spacing: -0.02em;
  margin-top: 2px; }

.pricing-plans .sms-plans {
  display: flex;
  flex-wrap: wrap;
  padding-top: 0;
  padding-top: initial;
  padding-bottom: 15px; }
  .pricing-plans .sms-plans .title {
    margin-bottom: 45px; }
  .pricing-plans .sms-plans h2 {
    min-width: 540px; }
    @media (max-width: 480px) {
      .pricing-plans .sms-plans h2 {
        font-size: 26px; } }

.pricing-plans .custom-features .suggestion-comments {
  display: none;
  margin-top: 12px;
  min-width: 0; }

.pricing-plans__overflow-container {
  width: 100%;
  margin-top: 30px;
  margin-bottom: 10px;
  overflow-x: auto; }

.pricing-plans__table {
  width: 100%;
  border-collapse: collapse;
  overflow-x: scroll; }
  .pricing-plans__table .table__header span {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    color: #333333; }
  .pricing-plans__table .table__header h4 {
    font-style: normal;
    font-weight: 900;
    font-size: 37px;
    line-height: 35px;
    text-align: center;
    color: #333333;
    margin: 15px 0px; }
    .pricing-plans__table .table__header h4 small {
      font-style: normal;
      font-weight: 600;
      font-size: 16px;
      line-height: 22px;
      color: #333333; }
  .pricing-plans__table th,
  .pricing-plans__table td {
    border: 2px solid #ffffff;
    padding: 10px;
    text-align: center;
    font-weight: bold; }
  .pricing-plans__table thead {
    background-color: #ffffff;
    font-weight: bold; }
    .pricing-plans__table thead th {
      border-top: none;
      border: none;
      min-width: 200px;
      max-width: 200px;
      vertical-align: bottom; }
    .pricing-plans__table thead th:first-child {
      padding-left: 0px;
      font-style: normal;
      font-weight: 800;
      font-size: 22px;
      line-height: 33px;
      color: #212121;
      text-align: left;
      vertical-align: middle; }
  .pricing-plans__table tbody tr:nth-child(odd) {
    background-color: #ffffff; }
  .pricing-plans__table tbody tr:nth-child(even) {
    background-color: #f2f2f2; }
  .pricing-plans__table tbody td:first-child,
  .pricing-plans__table tbody th:first-child {
    text-align: left; }
  .pricing-plans__table tbody img {
    width: 20px;
    height: 20px; }
  .pricing-plans__table .table__additional {
    border: 3px solid #FCC338;
    border-top: 0;
    border-top: initial;
    border-bottom: 0;
    border-bottom: initial; }
  .pricing-plans__table .table__additional--full-border {
    border: 3px solid #FCC338; }
  .pricing-plans__table.conversations tr:nth-last-child(3) {
    border-top: 3px solid #FCC338; }
  .pricing-plans__table .table__additional:last-of-type {
    border-bottom: 3px solid #FCC338; }

.pricing-plans .pricing-plans__table.conversations {
  position: relative; }

@media (max-width: 480px) {
  .pricing-plans .pricing-plans__table.conversations tbody tr {
    display: none;
    opacity: 0;
    height: 0;
    overflow: hidden;
    transition: opacity 0.3s ease, height 0.3s ease; }
  .pricing-plans .pricing-plans__table.conversations tbody tr:nth-child(-n+7) {
    display: table-row;
    opacity: 1;
    height: auto; }
  .pricing-plans .pricing-plans__table.conversations {
    position: relative; }
    .pricing-plans .pricing-plans__table.conversations .table__header button.button--large {
      padding: 15px 30px; }
    .pricing-plans .pricing-plans__table.conversations:after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 277px;
      background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 100%);
      pointer-events: none; }
  .pricing-plans .show-more-btn {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: #33AD73;
    margin-top: 20px; }
  .pricing-plans .pricing-plans__table.conversations tbody tr {
    display: none; }
  .pricing-plans .pricing-plans__table.conversations tbody tr:nth-child(-n+5) {
    display: table-row; } }

.pricing-plans__contact {
  display: flex;
  width: 100%;
  background: #FFFFFF;
  border-radius: 3px 0px 0px 3px;
  filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.25));
  max-width: 752px;
  margin: 40px auto;
  padding: 20px 10px; }
  .pricing-plans__contact__row {
    padding: 20px; }
    .pricing-plans__contact__row--text {
      width: 70%; }
    .pricing-plans__contact__row--button {
      width: 30%;
      display: flex;
      justify-content: center;
      align-items: center; }
    .pricing-plans__contact__row .button {
      border-radius: 0px; }
  @media (max-width: 480px) {
    .pricing-plans__contact {
      flex-direction: column;
      padding: 30px; }
      .pricing-plans__contact__row {
        flex-direction: column;
        /* Asegura que las filas también se dispongan en columna */
        padding: 10px; }
        .pricing-plans__contact__row--text {
          width: 90%;
          padding: 10px 0; }
        .pricing-plans__contact__row--button {
          width: 75%; } }
  .pricing-plans__contact h6 {
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    align-items: center;
    color: #666666;
    text-transform: none;
    text-transform: initial;
    margin: 0px; }
  .pricing-plans__contact p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    align-items: center;
    color: #666666; }
  .pricing-plans__contact button {
    padding: 15px 30px;
    border-radius: 0px;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 15px;
    text-align: center;
    color: #FFFFFF; }

.pricing-plans .marketing-tab .container {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  margin-bottom: 20px; }
  @media (max-width: 480px) {
    .pricing-plans .marketing-tab .container {
      justify-content: center; } }

.pricing-plans .onsite-tab h4 {
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 36px;
  text-align: center;
  letter-spacing: -0.02em;
  color: #333333; }

.pricing-plans .onsite-tab p {
  margin: 0px; }

.pricing-plans .onsite-tab .pricing-plans__column-title {
  font-style: normal;
  font-weight: 900;
  font-size: 24px;
  line-height: 22px;
  text-align: center;
  color: #333333;
  margin-bottom: 10px; }

.pricing-plans .notications-tab h4 {
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 36px;
  text-align: center;
  letter-spacing: -0.02em;
  color: #333333;
  max-width: 780px; }

.pricing-plans .notications-tab p {
  margin: 0px; }

.pricing-plans .notications-tab .pricing-plans__column-title {
  font-style: normal;
  font-weight: 900;
  font-size: 24px;
  line-height: 22px;
  text-align: center;
  color: #333333;
  margin-bottom: 10px; }

.pricing-plans .conversations-tab h4 {
  max-width: 468px; }

.pricing-plans .conversations-tab p.conversations__title {
  font-size: 20px;
  margin-top: 2px;
  line-height: 24px;
  text-align: center;
  color: #333333;
  font-weight: 900; }

.pricing-plans .conversations-tab p.custom {
  font-style: normal;
  font-weight: 900;
  line-height: 24px;
  text-align: center;
  color: #333333;
  margin-top: 2px;
  font-size: 26px; }

.pricing-plans .conversations-tab .table__header button.button--large {
  padding: 15px 60px; }

.pricing-plans .conversations-tab .show-more-btn {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: #33AD73;
  margin-top: 20px;
  display: none; }
  @media (max-width: 480px) {
    .pricing-plans .conversations-tab .show-more-btn {
      display: block; } }

.pricing-plans .landingp-tab .pricing-plans__disclaimer {
  margin: 20px auto;
  max-width: 860px; }

.pricing-plans .landingp-tab h4 {
  max-width: 400px; }

.pricing-plans .landingp-tab__info {
  padding: 50px 40px;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
  max-width: 850px;
  margin: 0 auto; }
  .pricing-plans .landingp-tab__info h6 {
    font-style: normal;
    font-weight: 800;
    font-size: 20px;
    line-height: 24px;
    color: #212121;
    text-transform: none;
    text-align: left; }
  .pricing-plans .landingp-tab__info .packs {
    display: flex;
    flex-direction: column;
    gap: 20px; }
  .pricing-plans .landingp-tab__info .pack {
    display: flex;
    justify-content: space-between;
    padding: 10px;
    border-bottom: 1px solid #CCCCCC;
    align-items: center; }
    .pricing-plans .landingp-tab__info .pack:last-child {
      border-bottom: 0;
      border-bottom: initial; }
    .pricing-plans .landingp-tab__info .pack .pack__item {
      flex: 1;
      text-align: center; }
    .pricing-plans .landingp-tab__info .pack .pack__name {
      text-align: left;
      font-style: normal;
      font-weight: 400;
      font-size: 16px;
      line-height: 24px;
      color: #333333; }
      .pricing-plans .landingp-tab__info .pack .pack__name .icon-img {
        margin-right: 8px; }
    .pricing-plans .landingp-tab__info .pack .pack__price {
      font-style: normal;
      font-weight: 700;
      font-size: 20px;
      line-height: 36px;
      color: #212121; }
      .pricing-plans .landingp-tab__info .pack .pack__price small {
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
        color: #666666;
        display: block; }
    .pricing-plans .landingp-tab__info .pack .pack__button {
      text-align: right; }
  @media (max-width: 480px) {
    .pricing-plans .landingp-tab__info {
      padding: 5px 10px;
      margin-top: 40px; }
      .pricing-plans .landingp-tab__info h6 {
        margin: 25px 0px 20px 10px;
        text-align: left; }
      .pricing-plans .landingp-tab__info .packs {
        display: block; }
      .pricing-plans .landingp-tab__info .pack {
        flex-direction: column;
        align-items: flex-start;
        text-align: left;
        padding: 15px;
        border: medium none currentColor;
        border: initial;
        border-bottom: 1px solid #CCCCCC; }
        .pricing-plans .landingp-tab__info .pack .pack__item {
          width: 100%;
          text-align: left;
          padding: 0px;
          border-bottom: 0;
          border-bottom: initial; }
          .pricing-plans .landingp-tab__info .pack .pack__item:last-child {
            border-bottom: none;
            margin-top: 10px; }
          .pricing-plans .landingp-tab__info .pack .pack__item:nth-child(3) {
            text-align: left; }
          .pricing-plans .landingp-tab__info .pack .pack__item button {
            padding: 20px 25px;
            margin: 5px 0px; } }

.pricing-plans .transactional-email-tab .pricing-plans__table th,
.pricing-plans .transactional-email-tab .pricing-plans__table td {
  min-width: 0;
  min-width: initial; }

.pricing-plans .transactional-email-tab h4 {
  max-width: 600px; }

.pricing-plans .transactional-email-tab p.transactional__title {
  font-size: 22px;
  line-height: 24px;
  font-weight: 800;
  color: #302100; }

.pricing-plans .transactional-email-tab .button__container {
  margin: 20px auto;
  text-align: center; }

.pricing-plans__disclaimer {
  font-style: italic;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  align-items: center;
  color: #666666;
  margin: 5px 0px; }
  .pricing-plans__disclaimer .secondary--anchor {
    color: #666666; }
    .pricing-plans__disclaimer .secondary--anchor:hover {
      opacity: 0.7; }
  @media (max-width: 480px) {
    .pricing-plans__disclaimer {
      font-size: 16px; } }

.dp-library h5 {
  font-size: 16px;
  text-transform: none; }

.dp-library .dp-accordion li {
  padding-top: 12px; }

.dp-library .dp-accordion .dp-accordion-panel {
  padding: 12px 0; }

.dp-library .dp-tabs-plans .tab--link:hover {
  border-color: rgba(201, 169, 213, 0.7); }

.dp-library .dp-accordion .dp-accordion-panel .dp-accordion-content a {
  display: inline; }

.dp-library .dp-calc-quantity span {
  font-size: 40px;
  margin: 10px 0;
  color: #302100;
  line-height: 38px; }

.custom-features {
  max-width: 780px; }
  .custom-features article strong {
    display: inline; }

@media (max-width: 1025px) {
  .pricing-plans .all-plans .dp-library .dp-align-center {
    width: -moz-fit-content;
    width: fit-content; }
  .pricing-plans .all-plans .more-info {
    display: flex; }
  .pricing-plans .all-plans .dp-rowflex {
    justify-content: center; }
  .pricing-plans .dp-compare-details-plans {
    display: none; }
  .dp-library .dp-calc-quantity {
    display: block; }
    .dp-library .dp-calc-quantity span {
      font-size: 18px;
      padding-right: 5px;
      font-weight: bold; } }

@media (max-width: 850px) {
  .pricing-plans .section--plans {
    padding-bottom: 50px; }
  .pricing-plans .all-plans .cursive p br {
    display: none; }
  .pricing-plans .all-plans .section--plans .functionalities-see-more--cta img {
    top: 60px;
    transform: rotate(250deg);
    right: 40%; }
  .pricing-plans .all-plans .section--plans .functionalities-see-more--cta p {
    transform: none;
    margin: 60px 0 0 0; } }

@media (max-width: 480px) {
  .pricing-plans .dp-selector-container.dp-align-center {
    padding: 15px 0px 0px 0px;
    max-height: none;
    flex-direction: column; }
  .pricing-plans .all-plans,
  .pricing-plans .dp-selector-container {
    display: flex;
    flex-direction: column;
    padding-top: 15px; }
    .pricing-plans .all-plans article h1,
    .pricing-plans .dp-selector-container article h1 {
      margin-bottom: 50px; }
    .pricing-plans .all-plans .background.bg-c,
    .pricing-plans .dp-selector-container .background.bg-c {
      display: none; }
    .pricing-plans .all-plans .section--plans,
    .pricing-plans .dp-selector-container .section--plans {
      order: 1;
      padding-top: 10px; }
    .pricing-plans .all-plans .plan-features,
    .pricing-plans .dp-selector-container .plan-features {
      order: 3; }
      .pricing-plans .all-plans .plan-features.sms,
      .pricing-plans .dp-selector-container .plan-features.sms {
        order: 4; }
    .pricing-plans .all-plans .cursive,
    .pricing-plans .dp-selector-container .cursive {
      display: flex;
      order: 2;
      flex-wrap: wrap-reverse;
      justify-content: center;
      margin-top: 25px;
      margin-bottom: 54px; }
      .pricing-plans .all-plans .cursive p,
      .pricing-plans .dp-selector-container .cursive p {
        text-align: center;
        padding-top: 10px;
        letter-spacing: 1px;
        line-height: 20px; }
      .pricing-plans .all-plans .cursive img,
      .pricing-plans .dp-selector-container .cursive img {
        transform: rotate(120deg);
        padding-right: 0;
        padding-left: 20px; }
  .pricing-plans .details .details--nav-options {
    flex-direction: column-reverse; }
    .pricing-plans .details .details--nav-options .link {
      margin: 30px 0; }
  .pricing-plans .sms-plans .view-more-countries {
    margin: 20px 0 30px; }
  .dp-library .dp-tabs-plans .tabs-wrapper {
    margin-bottom: 30px;
    margin-top: 20px; }
  .dp-library .dp-tabs-plans .icon-arrow-slider {
    bottom: 32px; }
  .dp-library .dp-bgplan {
    padding: 20px 15px; }
  .dp-library .dp-calc-slider {
    padding-bottom: 0; }
  .dp-library .dp-wrap-subscription .button-medium {
    padding: 12px 6px; }
  .dp-library .dp-tooltip-top {
    pointer-events: none; }
  .dp-library .dp-tooltip-container:hover .dp-tooltip-top {
    transform: translate(-77%, -100%); }
    .dp-library .dp-tooltip-container:hover .dp-tooltip-top:after, .dp-library .dp-tooltip-container:hover .dp-tooltip-top:before {
      left: 76%; }
  .faq {
    padding: 85px 10px; }
    .faq .dp-title-faq {
      text-align: center; } }

.dp-check-mark {
  position: relative;
  display: inline-block;
  width: 15px;
  min-width: 15px;
  height: 15px;
  min-height: 15px;
  background-color: #b4b1a5;
  border: 1px solid #b4b1a5;
  border-radius: 100px;
  margin: 4px 10px 0px 0px; }
  .dp-check-mark::before {
    position: absolute;
    left: 0;
    top: 45%;
    height: 3px;
    width: 1px;
    background-color: #ffffff;
    content: '';
    transform: translateX(6px) rotate(-45deg);
    transform-origin: left bottom; }
  .dp-check-mark::after {
    position: absolute;
    left: 0px;
    bottom: 5px;
    height: 1px;
    width: 4px;
    background-color: #ffffff;
    content: '';
    transform: translateX(7px) rotate(-45deg);
    transform-origin: left bottom; }

.all-plans .separator {
  margin-top: 64px; }

.dp-library .section--plans article .dp-tit--functionalities {
  margin: 30px auto;
  margin-top: 54px;
  font-style: normal;
  font-weight: bold;
  font-size: 22px;
  line-height: 24px;
  text-align: center;
  color: #302100;
  text-transform: capitalize;
  padding: 10px; }

.dp-library .section--plans article .dp-tit--functionalities-footer {
  font-style: italic;
  font-weight: normal;
  font-size: 13px;
  line-height: 18px;
  color: #525845;
  text-align: left;
  text-transform: none;
  max-width: 783px;
  padding: 10px; }
  .dp-library .section--plans article .dp-tit--functionalities-footer strong {
    display: inline; }

.dp-library .section--plans article .dp-tit--functionalities-sub {
  max-width: 500px;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #525845;
  margin: 0 auto;
  margin-bottom: 49px; }
  .dp-library .section--plans article .dp-tit--functionalities-sub strong {
    display: inline; }

.dp-library .section--plans article .dp-tit--functionalities-agencies {
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 24px;
  text-align: left;
  color: #302100;
  text-transform: none;
  text-transform: initial;
  width: 100%;
  margin-top: 91px; }

.dp-library .section--plans article .dp-tit--functionalities-sub-agencies {
  width: 100%;
  text-transform: none;
  text-transform: initial;
  text-align: left;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #525845;
  margin-bottom: 32px; }

.dp-library .dp-list-functionalities {
  width: 780px; }

.pricing-plans .all-plans .section--plans .dp-list-functionalities .dp-list-detail .dp-list-item .dp-tooltip__container {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: auto;
  margin: 0px;
  border: 1px solid #c9a9d5;
  box-sizing: border-box;
  width: 292px;
  height: auto;
  min-height: 114px;
  background: #ffffff;
  z-index: 100;
  padding: 28px 28px;
  cursor: default;
  display: none; }
  .pricing-plans .all-plans .section--plans .dp-list-functionalities .dp-list-detail .dp-list-item .dp-tooltip__container.dp-none {
    display: none; }
  .pricing-plans .all-plans .section--plans .dp-list-functionalities .dp-list-detail .dp-list-item .dp-tooltip__container.dp-block {
    display: block;
    animation: fadeInAnimation ease 0.8s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards; }

@keyframes fadeInAnimation {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
  .pricing-plans .all-plans .section--plans .dp-list-functionalities .dp-list-detail .dp-list-item .dp-tooltip__container .dp-tooltip__arrow {
    position: absolute;
    top: 0px;
    transform: translate(0px, 72px);
    right: 100%; }
    .pricing-plans .all-plans .section--plans .dp-list-functionalities .dp-list-detail .dp-list-item .dp-tooltip__container .dp-tooltip__arrow::before {
      content: '';
      position: absolute;
      width: 0;
      height: 0;
      border: 0.65rem solid transparent;
      border-right-color: #c9a9d5;
      transform: translateX(-1.35rem); }
    .pricing-plans .all-plans .section--plans .dp-list-functionalities .dp-list-detail .dp-list-item .dp-tooltip__container .dp-tooltip__arrow::after {
      content: '';
      position: absolute;
      width: 0;
      height: 0;
      border: 0.65rem solid transparent;
      transform: translateX(-1.28rem);
      border-right-color: #fff; }
  .pricing-plans .all-plans .section--plans .dp-list-functionalities .dp-list-detail .dp-list-item .dp-tooltip__container h5 {
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 18px;
    color: #525845;
    padding-bottom: 0px;
    cursor: context-menu; }
  .pricing-plans .all-plans .section--plans .dp-list-functionalities .dp-list-detail .dp-list-item .dp-tooltip__container .dp-tooltip__info p {
    margin: 0;
    font-size: 12px;
    line-height: 16px;
    font-style: normal;
    font-weight: normal;
    color: #525845;
    border-bottom: 0;
    border-bottom: initial;
    display: inherit;
    cursor: default; }
    .pricing-plans .all-plans .section--plans .dp-list-functionalities .dp-list-detail .dp-list-item .dp-tooltip__container .dp-tooltip__info p:hover {
      border-bottom: 0;
      border-bottom: initial; }
    .pricing-plans .all-plans .section--plans .dp-list-functionalities .dp-list-detail .dp-list-item .dp-tooltip__container .dp-tooltip__info p a {
      font-weight: bold;
      display: inline-block; }
  .pricing-plans .all-plans .section--plans .dp-list-functionalities .dp-list-detail .dp-list-item .dp-tooltip__container button {
    position: absolute;
    right: 20px;
    top: 10px;
    width: 13px;
    height: 2px; }
    .pricing-plans .all-plans .section--plans .dp-list-functionalities .dp-list-detail .dp-list-item .dp-tooltip__container button::before, .pricing-plans .all-plans .section--plans .dp-list-functionalities .dp-list-detail .dp-list-item .dp-tooltip__container button::after {
      position: absolute;
      left: 15px;
      content: ' ';
      height: 13px;
      width: 2px;
      background-color: #333; }
    .pricing-plans .all-plans .section--plans .dp-list-functionalities .dp-list-detail .dp-list-item .dp-tooltip__container button::before {
      transform: rotate(45deg); }
    .pricing-plans .all-plans .section--plans .dp-list-functionalities .dp-list-detail .dp-list-item .dp-tooltip__container button::after {
      transform: rotate(-45deg); }
  .pricing-plans .all-plans .section--plans .dp-list-functionalities .dp-list-detail .dp-list-item .dp-tooltip__container.dp-tooltip__container--width {
    width: 320px; }

section article .dp-list-functionalities .dp-list-detail .dp-tooltip__container.dp-tooltip__container--opacity div,
section article .dp-list-functionalities .dp-list-detail .dp-tooltip__container.dp-tooltip__container--opacity h5 {
  opacity: 1; }

@media only screen and (max-width: 600px) {
  section article .dp-list-functionalities .dp-list-detail {
    padding: 0px; }
    section article .dp-list-functionalities .dp-list-detail .dp-list-item .dp-tooltip__container {
      left: 50%;
      transform: translateX(-50%); }
      section article .dp-list-functionalities .dp-list-detail .dp-list-item .dp-tooltip__container .dp-tooltip__arrow {
        display: none; } }

@media only screen and (min-width: 600px) {
  section article .dp-list-functionalities .dp-list-detail {
    padding: 0px; }
    section article .dp-list-functionalities .dp-list-detail .dp-list-item .dp-tooltip__container {
      transform: initial;
      top: auto;
      top: initial;
      position: fixed;
      bottom: 20px;
      right: auto;
      right: initial;
      left: 50%;
      transform: translate(-50%, -50%); }
      section article .dp-list-functionalities .dp-list-detail .dp-list-item .dp-tooltip__container .dp-tooltip__arrow {
        display: none; } }

@media only screen and (min-width: 768px) {
  section article .dp-list-functionalities .dp-list-detail {
    padding: 0px; }
    section article .dp-list-functionalities .dp-list-detail .dp-list-item .dp-tooltip__container {
      transform: initial;
      top: auto;
      top: initial;
      position: fixed;
      bottom: 20px;
      right: auto;
      right: initial;
      left: 50%;
      transform: translate(-50%, -50%); }
      section article .dp-list-functionalities .dp-list-detail .dp-list-item .dp-tooltip__container .dp-tooltip__arrow {
        display: none; } }

@media only screen and (min-width: 992px) {
  section article .dp-list-functionalities .dp-list-detail {
    padding: 10px; }
    section article .dp-list-functionalities .dp-list-detail .dp-list-item .dp-tooltip__container {
      transform: translate(274px, -68px);
      top: initial;
      left: initial;
      bottom: initial;
      top: 0px;
      right: auto;
      bottom: auto;
      left: 0px;
      position: absolute; }
      section article .dp-list-functionalities .dp-list-detail .dp-list-item .dp-tooltip__container .dp-tooltip__arrow {
        display: block; } }

.pricing-plans .plans {
  padding-bottom: 0px; }

.pricing-plans .plan-calculator {
  padding-bottom: 20px; }
  .pricing-plans .plan-calculator .dp-library .dp-calc-box {
    flex-wrap: nowrap; }
    .pricing-plans .plan-calculator .dp-library .dp-calc-box .dp-bgplan {
      max-width: 420px; }
    .pricing-plans .plan-calculator .dp-library .dp-calc-box .dp-price--wrapper.mobile {
      display: none;
      padding: 0; }
    .pricing-plans .plan-calculator .dp-library .dp-calc-box .special-discount-old-price,
    .pricing-plans .plan-calculator .dp-library .dp-calc-box .special-discount-message {
      display: none; }

@keyframes show-anim {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
    .pricing-plans .plan-calculator .dp-library .dp-calc-box .special-discount .special-discount-old-price {
      display: block;
      animation: show-anim 1s;
      animation-fill-mode: forwards; }
      .pricing-plans .plan-calculator .dp-library .dp-calc-box .special-discount .special-discount-old-price span:nth-child(1) {
        margin-right: 12px;
        font-size: 12px;
        line-height: 30px;
        color: #2e71ea; }
      .pricing-plans .plan-calculator .dp-library .dp-calc-box .special-discount .special-discount-old-price span:nth-child(2) {
        font-size: 20px;
        line-height: 24px;
        -webkit-text-decoration: line-through;
        text-decoration: line-through;
        color: #2e71ea; }
    .pricing-plans .plan-calculator .dp-library .dp-calc-box .special-discount .special-discount-message {
      font-size: 16px;
      line-height: 24px;
      font-weight: 400;
      font-style: normal;
      color: #2e71ea;
      display: none;
      animation: show-anim 1s;
      animation-fill-mode: forwards;
      margin: 0px; }
      .pricing-plans .plan-calculator .dp-library .dp-calc-box .special-discount .special-discount-message img {
        margin: 0 auto 8px auto;
        width: 36px;
        display: block; }
      .pricing-plans .plan-calculator .dp-library .dp-calc-box .special-discount .special-discount-message strong {
        font-size: 12px;
        line-height: 1;
        font-weight: 800;
        letter-spacing: 0.6px;
        margin: 8px 0 3px 0;
        display: inline-block; }
      .pricing-plans .plan-calculator .dp-library .dp-calc-box .special-discount .special-discount-message span {
        font-size: 14px;
        font-weight: 400;
        color: #2e71ea; }
    .pricing-plans .plan-calculator .dp-library .dp-calc-box .special-discount .special-discount-message--bold {
      font-weight: bold; }
    .pricing-plans .plan-calculator .dp-library .dp-calc-box .special-discount .special-discount-legend {
      font-size: 14px !important;
      margin-top: 5px !important; }
    .pricing-plans .plan-calculator .dp-library .dp-calc-box .special-discount .special-discount-legend {
      font-style: italic;
      color: #2e71ea;
      animation: show-anim 1s;
      animation-fill-mode: forwards; }
  .pricing-plans .plan-calculator .dp-library .progress-bar {
    padding: 18px 0; }
  .pricing-plans .plan-calculator .dp-library .dp-price-old,
  .pricing-plans .plan-calculator .dp-library .disccount-message {
    display: none; }
  .pricing-plans .plan-calculator .dp-library .dp-agreement {
    padding-top: 15px;
    margin-top: 20px; }
    .pricing-plans .plan-calculator .dp-library .dp-agreement .dp-plan-disclaimer {
      max-width: 270px;
      margin: 0 auto;
      margin-top: 20px; }
    .pricing-plans .plan-calculator .dp-library .dp-agreement .unit-cost-message {
      margin-top: 0; }
  .pricing-plans .plan-calculator .dp-library .progress-anchor {
    z-index: 1;
    pointer-events: none;
    /* border-top-right-radius: 0;
        border-bottom-right-radius: 0; */ }
  .pricing-plans .plan-calculator .dp-library .dp-tooltip-top span {
    color: #fff; }
  .pricing-plans .plan-calculator .dp-library .tab--link .icon-info {
    font-size: 22px;
    color: #333333;
    opacity: 0.4;
    transition: all 0.35s ease; }
  .pricing-plans .plan-calculator .dp-library .tab--link.active .icon-info, .pricing-plans .plan-calculator .dp-library .tab--link:hover .icon-info {
    opacity: 1; }
  .pricing-plans .plan-calculator .dp-library .tab--container .tab--content {
    max-width: none; }
  .pricing-plans .plan-calculator .dp-library .dp-wrap-subscription ul {
    margin: 0 0 36px 0; }
    .pricing-plans .plan-calculator .dp-library .dp-wrap-subscription ul li {
      width: auto;
      display: flex;
      padding: 0; }
    .pricing-plans .plan-calculator .dp-library .dp-wrap-subscription ul .dp-discount {
      line-height: 12px; }
      .pricing-plans .plan-calculator .dp-library .dp-wrap-subscription ul .dp-discount.special-offer-discount {
        color: #2e71ea;
        animation: show-anim 1s;
        animation-fill-mode: forwards;
        visibility: hidden; }
        .pricing-plans .plan-calculator .dp-library .dp-wrap-subscription ul .dp-discount.special-offer-discount.show {
          visibility: visible; }
  .pricing-plans .plan-calculator .dp-library .dp-cta-plans {
    margin-top: 60px;
    position: relative; }
    .pricing-plans .plan-calculator .dp-library .dp-cta-plans div:first-child {
      height: 100%;
      padding: 11px 0px 20px 0px; }
      @media (max-width: 480px) {
        .pricing-plans .plan-calculator .dp-library .dp-cta-plans div:first-child {
          max-height: 45px; } }
    .pricing-plans .plan-calculator .dp-library .dp-cta-plans a.link {
      font-size: 16px;
      font-weight: bold; }
    .pricing-plans .plan-calculator .dp-library .dp-cta-plans .plans-cta-container {
      position: relative; }
      .pricing-plans .plan-calculator .dp-library .dp-cta-plans .plans-cta-container a {
        margin-bottom: 10px; }
      .pricing-plans .plan-calculator .dp-library .dp-cta-plans .plans-cta-container p {
        text-align: right;
        margin-top: 40px;
        font-size: 18px;
        line-height: 21px; }
      .pricing-plans .plan-calculator .dp-library .dp-cta-plans .plans-cta-container img {
        transform: rotate(190deg);
        position: absolute;
        display: block;
        right: 35px;
        margin: 5px;
        width: 45px;
        height: 27px; }
  .pricing-plans .plan-calculator .dp-library .dp-price--wrapper {
    color: #302100; }
    .pricing-plans .plan-calculator .dp-library .dp-price--wrapper span {
      color: #302100; }
    .pricing-plans .plan-calculator .dp-library .dp-price--wrapper .dp-price-old span {
      color: #838370; }
    .pricing-plans .plan-calculator .dp-library .dp-price--wrapper .dp-price-large-amount {
      line-height: 52px; }
      @media (max-width: 500px) {
        .pricing-plans .plan-calculator .dp-library .dp-price--wrapper .dp-price-large-amount {
          font-size: 40px; } }
    .pricing-plans .plan-calculator .dp-library .dp-price--wrapper .dp-for-time {
      line-height: 12px; }
  .pricing-plans .plan-calculator .dp-library .dp-calc-message {
    opacity: 0;
    height: 0;
    transition: none;
    padding: 0;
    margin: 0; }
    .pricing-plans .plan-calculator .dp-library .dp-calc-message.show {
      opacity: 1;
      height: auto;
      padding: 15px;
      margin-bottom: 18px;
      transition: all 1s ease; }
    .pricing-plans .plan-calculator .dp-library .dp-calc-message p {
      margin: 5px;
      line-height: 20px; }
    .pricing-plans .plan-calculator .dp-library .dp-calc-message strong {
      display: inline; }
  .pricing-plans .plan-calculator .background.bg-c {
    transform: scaleX(-1) rotate(-120deg) translate(255px, -370px);
    top: 0;
    right: 0;
    opacity: 0.8; }
  .pricing-plans .plan-calculator .background.bg-b {
    transform: rotate(90deg) translate(65px, 25px);
    top: 265px;
    left: -100px;
    opacity: 0.8; }
    @media (max-width: 800px) {
      .pricing-plans .plan-calculator .background.bg-b {
        display: none; } }
  .pricing-plans .plan-calculator .pricing-plans .plans {
    padding: 0; }
    .pricing-plans .plan-calculator .pricing-plans .plans .all-plans {
      padding: 0; }
      .pricing-plans .plan-calculator .pricing-plans .plans .all-plans .background.bg-c {
        right: -70px;
        left: auto;
        transform: rotate(5deg);
        top: 1160px; }
        @media (max-width: 1280px) {
          .pricing-plans .plan-calculator .pricing-plans .plans .all-plans .background.bg-c {
            top: 1420px; } }
        @media (max-width: 992px) {
          .pricing-plans .plan-calculator .pricing-plans .plans .all-plans .background.bg-c {
            display: none; } }

.pricing-plans .dp-library .divider {
  position: relative;
  width: calc(100% + 84px);
  left: -42px; }

.pricing-plans .dp-tabs-plans .tab--item {
  min-width: 250px;
  /* width: 33%; */ }

.pricing-plans .icon-arrow-slider {
  position: absolute;
  bottom: 56px;
  color: #b58fc1;
  left: 20px;
  display: none;
  width: 50px;
  height: 50px;
  padding: 18px 5px;
  cursor: pointer;
  z-index: 2; }
  .pricing-plans .icon-arrow-slider:last-child {
    right: 20px;
    transform: scaleX(-1);
    left: auto; }
  .pricing-plans .icon-arrow-slider.disabled {
    color: #b4b1a5; }
  .pricing-plans .icon-arrow-slider:hover {
    color: #b58fc1; }

.pricing-plans .dp-calc-slider .dp-indicator span {
  color: #838370; }

.plan-features {
  margin: 0 auto;
  margin-top: 40px; }
  .plan-features .dp-banner header {
    position: relative;
    box-shadow: none;
    background: none; }
    .plan-features .dp-banner header h3 {
      margin-bottom: 0; }
  .plan-features .dp-banner .dp-tit-banner {
    margin: 0; }
  .plan-features .dp-banner .dp-ribbon-top-right {
    top: 22px;
    right: 4px; }
  .plan-features .dp-banner .dp-ribbon span {
    line-height: 11.5px; }
  .plan-features .dp-banner .dp-content-banner p {
    min-height: 120px; }
    @media (max-width: 1180px) {
      .plan-features .dp-banner .dp-content-banner p {
        min-height: 0;
        min-height: initial; } }

.pricing-plans .plans .plan-features .dp-banner header h3 {
  margin-bottom: 0; }

@media (max-width: 1180px) {
  .pricing-plans .icon-arrow-slider {
    /*       display: block; */ }
  .pricing-plans .plan-calculator .dp-price--amount {
    display: none; }
  .pricing-plans .plan-calculator .dp-library .dp-calc-box {
    flex-wrap: wrap;
    min-height: 45vh; }
    .pricing-plans .plan-calculator .dp-library .dp-calc-box .dp-price--wrapper {
      width: 75%;
      padding: 0 15px; }
      .pricing-plans .plan-calculator .dp-library .dp-calc-box .dp-price--wrapper.mobile {
        width: 100%;
        display: block;
        padding: 15px 10px 0; }
      .pricing-plans .plan-calculator .dp-library .dp-calc-box .dp-price--wrapper .header--dp-price {
        display: none; }
  .pricing-plans .plan-calculator .dp-library .progress-bar {
    padding-bottom: 0; }
  .pricing-plans .plan-calculator .dp-library .dp-agreement {
    margin-top: 0px; }
    .pricing-plans .plan-calculator .dp-library .dp-agreement::before {
      border: 0; }
    .pricing-plans .plan-calculator .dp-library .dp-agreement .dp-plan-disclaimer {
      max-width: none; }
  .pricing-plans .plan-calculator .dp-library .dp-cta-plans {
    border-top: 0;
    padding-top: 6px;
    margin: 0px auto;
    margin-top: 30px;
    max-width: 420px;
    flex-direction: column;
    justify-content: center;
    flex-direction: row; }
  .dp-bgplan {
    display: flex;
    flex-direction: column; }
    .dp-bgplan .dp-price--wrapper {
      order: 1; }
    .dp-bgplan .progress-bar {
      order: 2; }
    .dp-bgplan .dp-calc-quantity {
      order: 3; }
    .dp-bgplan .dp-calc-message {
      order: 4; }
    .dp-bgplan hr {
      order: 5; }
    .dp-bgplan .dp-wrap-subscription {
      order: 6; }
  .dp-library .dp-tabs-plans .tab--item {
    /*     width: 100%;
    margin: 0 auto; */ }
    .dp-library .dp-tabs-plans .tab--item .tab--link {
      /* display: none; */ }
      .dp-library .dp-tabs-plans .tab--item .tab--link:after {
        content: '';
        position: absolute;
        height: 5px;
        width: 100%;
        bottom: 0;
        z-index: -1;
        border-top: 1px solid rgba(48, 33, 0, 0.2);
        border-bottom: none;
        background-color: rgba(48, 33, 0, 0.1);
        margin-top: 11px;
        opacity: 0; }
      .dp-library .dp-tabs-plans .tab--item .tab--link:before {
        /* width: 80%;
        height: 4px;
        background-color: $color-purple;
        margin: 0 auto;
        right: 0;
        left: 0; */ }
      .dp-library .dp-tabs-plans .tab--item .tab--link.active {
        /*  display: flex;
        justify-content: center;
        border-bottom: 0; */ }
    .dp-library .dp-tabs-plans .tab--item .dp-tooltip-container {
      padding-left: 5px; }
  .dp-cta-plans .link {
    order: 2;
    margin-top: 30px; }
  .dp-cta-plans .button {
    order: 1; } }

@media (max-width: 1025px) {
  .pricing-plans .plan-calculator {
    padding-bottom: 0; }
  .dp-library .dp-calc-slider {
    display: flex;
    flex-direction: column; }
    .dp-library .dp-calc-slider .range-slider {
      order: 2; }
    .dp-library .dp-calc-slider .dp-indicator {
      order: 1;
      margin-bottom: 15px; }
    .dp-library .dp-calc-slider .progress-anchor {
      order: 3;
      bottom: 13px; } }

@media (max-width: 480px) {
  .pricing-plans .plan-calculator .dp-library .tab--link {
    font-size: 18px; }
    .pricing-plans .plan-calculator .dp-library .tab--link .icon-info {
      font-size: 18px; }
  .pricing-plans .plan-calculator .dp-library .dp-calc-box .dp-price--wrapper {
    width: 100%; }
  .pricing-plans .dp-library .divider {
    width: calc(100% + 30px);
    left: -15px; } }

.privacidad section.section--top h1 {
  text-align: center; }

.privacidad section.section--description {
  padding: 90px 0 50px; }
  .privacidad section.section--description .wrapper article {
    text-align: left; }
    .privacidad section.section--description .wrapper article p {
      margin-bottom: 0; }
    .privacidad section.section--description .wrapper article .description-complete {
      display: none; }
    .privacidad section.section--description .wrapper article span.cross-more {
      position: relative;
      display: block;
      cursor: pointer;
      padding: 10px 15px;
      font-size: 12px;
      font-weight: bold;
      text-align: left;
      outline: none;
      color: #33ad73;
      border-bottom: solid 1px #edede6; }
      .privacidad section.section--description .wrapper article span.cross-more:before {
        position: absolute;
        left: 0;
        top: 50%;
        background: #33ad73;
        height: 2px;
        width: 8px;
        margin-right: 37px;
        content: '';
        transform: rotate(90deg);
        transition: all 0.2s ease-in-out; }
      .privacidad section.section--description .wrapper article span.cross-more:after {
        position: absolute;
        left: 0;
        top: 50%;
        background: #33ad73;
        height: 2px;
        width: 8px;
        margin-right: 37px;
        content: ''; }
      .privacidad section.section--description .wrapper article span.cross-more.active:before {
        transform: rotate(0deg); }

.privacidad section.section--themes {
  padding: 0 0 50px; }
  .privacidad section.section--themes .wrapper article {
    width: 100%;
    text-align: left; }
    .privacidad section.section--themes .wrapper article h4 {
      font-weight: normal;
      color: #525845; }
    .privacidad section.section--themes .wrapper article ul {
      padding: 25px 0;
      list-style: none;
      width: 100%;
      margin: 0; }
      .privacidad section.section--themes .wrapper article ul li {
        width: 100%;
        max-width: 100%;
        padding-left: 0; }
        .privacidad section.section--themes .wrapper article ul li .accordion-thumb {
          margin: 0;
          font-weight: bold;
          cursor: pointer;
          position: relative;
          padding-left: 20px; }
          .privacidad section.section--themes .wrapper article ul li .accordion-thumb::before {
            width: 5px;
            height: 7px;
            content: '';
            left: 0;
            top: 8px;
            border-left: solid 5px #525845;
            border-bottom: solid 5px transparent;
            border-top: solid 5px transparent;
            position: absolute; }
        .privacidad section.section--themes .wrapper article ul li .accordion-panel {
          display: none;
          margin: 0;
          padding-bottom: 0.8rem; }
          .privacidad section.section--themes .wrapper article ul li .accordion-panel p {
            padding-left: 32px; }
            .privacidad section.section--themes .wrapper article ul li .accordion-panel p.space-bottom-none {
              margin: 25px 0 0; }
          .privacidad section.section--themes .wrapper article ul li .accordion-panel ul {
            margin: 0; }
            .privacidad section.section--themes .wrapper article ul li .accordion-panel ul li {
              padding: 0 0 0 35px; }
            .privacidad section.section--themes .wrapper article ul li .accordion-panel ul.list-bullets li {
              padding: 5px 0 5px 35px;
              font-size: 16px; }
            .privacidad section.section--themes .wrapper article ul li .accordion-panel ul.space-top-none {
              padding: 0; }
          .privacidad section.section--themes .wrapper article ul li .accordion-panel .accordion-close {
            border-bottom: 1px solid #edede6; }
            .privacidad section.section--themes .wrapper article ul li .accordion-panel .accordion-close .uppercase-small {
              font-weight: bold;
              color: #33ad73;
              cursor: pointer; }
            .privacidad section.section--themes .wrapper article ul li .accordion-panel .accordion-close .cross {
              position: relative;
              display: block;
              padding: 10px 15px;
              font-size: 12px;
              font-weight: bold;
              text-align: left;
              outline: none;
              color: #33ad73;
              border-bottom: solid 1px #edede6;
              cursor: pointer; }
              .privacidad section.section--themes .wrapper article ul li .accordion-panel .accordion-close .cross:before {
                position: absolute;
                left: 0;
                top: 45%;
                height: 2px;
                width: 8px;
                margin-right: 37px;
                content: '';
                background: #33ad73;
                transform: rotate(45deg);
                transition: all 0.2s ease-in-out; }
              .privacidad section.section--themes .wrapper article ul li .accordion-panel .accordion-close .cross:after {
                position: absolute;
                left: 0;
                top: 45%;
                height: 2px;
                width: 8px;
                margin-right: 37px;
                content: '';
                background: #33ad73;
                transform: rotate(-45deg); }
        .privacidad section.section--themes .wrapper article ul li.active .accordion-thumb::before {
          border-left: solid 5px #fbb224;
          transform: rotate(90deg); }
    .privacidad section.section--themes .wrapper article .date-item {
      border-bottom: 1px solid #edede6; }
      .privacidad section.section--themes .wrapper article .date-item p {
        font-style: italic;
        margin: 0 0 62px; }

.refund section.section--top h1 {
  text-align: center; }

.refund section.section--description {
  padding: 90px 0 50px; }
  .refund section.section--description .wrapper article {
    text-align: left; }
    .refund section.section--description .wrapper article p {
      margin-bottom: 0; }
    .refund section.section--description .wrapper article h4 {
      color: #5c634e; }
    .refund section.section--description .wrapper article .date {
      border-bottom: 1px solid #efefef; }
      .refund section.section--description .wrapper article .date p {
        font-style: italic;
        margin: 30px 0 70px; }

.refund section.section--list {
  padding-top: 0; }
  .refund section.section--list .wrapper article {
    padding-bottom: 30px; }
    .refund section.section--list .wrapper article ul {
      display: flex;
      flex-wrap: wrap; }
      .refund section.section--list .wrapper article ul li {
        max-width: 25%;
        padding-top: 0; }
        .refund section.section--list .wrapper article ul li img {
          display: block;
          width: 16px;
          margin: auto; }
        .refund section.section--list .wrapper article ul li p {
          text-align: center;
          font-weight: bold;
          color: #525845; }
  .refund section.section--list .bg-e {
    transform: translate(-50%, 0);
    top: auto;
    bottom: 0; }

.resources {
  overflow: hidden; }
  .resources .section--top article.button--article .button {
    margin-top: 20px; }
  .resources .section--top article p {
    margin: 25px 0 0; }
  .resources .section--top .background {
    top: 90%;
    left: 85%; }
  .resources .section--resources {
    padding: 100px 0 110px;
    overflow: visible;
    overflow: initial; }
    @media (min-width: 900px) {
      .resources .section--resources {
        overflow: clip; } }
    .resources .section--resources + section {
      padding: 85px 0 15px; }
    .resources .section--resources .wrapper {
      max-width: 1366px;
      justify-content: center;
      /* Resources tabs */
      /* End Resources tabs */
      /* Resource section*/
      /* End resource section*/ }
      .resources .section--resources .wrapper .r-tabs {
        width: 100%; }
      .resources .section--resources .wrapper .resources-tabs {
        max-width: 724px;
        margin: 0 auto; }
        .resources .section--resources .wrapper .resources-tabs .header {
          display: none; }
        .resources .section--resources .wrapper .resources-tabs .tab-active {
          border-left: 2px solid #838370;
          padding: 4px 15px;
          display: inline-block; }
          .resources .section--resources .wrapper .resources-tabs .tab-active span {
            font-size: 13px;
            font-weight: bold;
            line-height: 15px;
            color: #302100;
            text-transform: uppercase;
            border-bottom: 3px solid #fbb224; }
        .resources .section--resources .wrapper .resources-tabs ul {
          list-style: none;
          padding: 0;
          margin: 0;
          position: relative; }
          .resources .section--resources .wrapper .resources-tabs ul:after {
            content: ' ';
            position: absolute;
            left: 0px;
            bottom: 0px;
            height: 4px;
            width: 100%;
            border-top: 1px solid rgba(48, 33, 0, 0.2);
            border-bottom: none;
            background-color: rgba(48, 33, 0, 0.1);
            z-index: -1; }
        .resources .section--resources .wrapper .resources-tabs li {
          display: inline-block;
          padding: 0;
          vertical-align: bottom; }
        .resources .section--resources .wrapper .resources-tabs a {
          display: inline-block;
          font-size: 11px;
          font-weight: bold;
          color: rgba(48, 33, 0, 0.4);
          -webkit-text-decoration: none;
          text-decoration: none;
          padding: 20px 27px;
          border-bottom: 4px solid transparent; }
          .resources .section--resources .wrapper .resources-tabs a.active {
            position: relative;
            color: #302100;
            border-bottom: 4px solid #fbb224; }
        .resources .section--resources .wrapper .resources-tabs .resources-tabs__close {
          display: none; }
      .resources .section--resources .wrapper .resources_container {
        margin-top: 120px;
        margin-bottom: 200px; }
      .resources .section--resources .wrapper .resource-content {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        position: absolute;
        top: -9999px;
        left: -9999px; }
        .resources .section--resources .wrapper .resource-content.active {
          position: relative;
          top: 0;
          left: 0; }
  .resources .section--destacado {
    padding: 0; }
    .resources .section--destacado .wrapper {
      margin: 0 0;
      padding: 30px 0 150px; }
      .resources .section--destacado .wrapper .header {
        flex: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between; }
    .resources .section--destacado .figure__container {
      display: flex;
      width: calc(100% + 5%);
      margin: 0 -2.5%;
      flex-wrap: wrap; }
    .resources .section--destacado .show-downloading {
      display: none; }
    .resources .section--destacado figure footer a.show-download {
      max-width: 80%; }
    .resources .section--destacado figure.downloading footer .show-download {
      display: none; }
    .resources .section--destacado figure.downloading .show-downloading {
      display: block;
      color: #c9a9d5; }
    .resources .section--destacado:not(.categoria) {
      z-index: 8; }
      .resources .section--destacado:not(.categoria) figure.open form {
        top: calc(100% - 100px);
        width: 100%; }
    .resources .section--destacado.categoria .wrapper {
      position: relative;
      flex-wrap: wrap;
      padding: 80px 0 0; }
  .resources .show-downloading {
    display: none; }
  .resources section.section--bottom {
    max-width: none;
    margin-top: 50px;
    z-index: 0;
    padding-bottom: 110px; }
    .resources section.section--bottom h2,
    .resources section.section--bottom p {
      margin: 25px auto 35px;
      color: #fff; }
  .resources .download-section {
    position: relative;
    margin-top: 50px; }
  .resources .share-resource .share-button {
    width: 20px;
    height: 20px;
    background-image: url("../img/share.svg");
    background-repeat: no-repeat;
    background-size: 20px 20px;
    cursor: pointer;
    position: absolute;
    right: 0px;
    bottom: 0px; }
    .resources .share-resource .share-button:hover {
      opacity: 0.6; }
  .resources .share-resource.active .tab-copy {
    display: flex;
    opacity: 1;
    transition: opacity 1s ease; }
  .resources .share-resource .tab-copy {
    position: absolute;
    right: -12px;
    bottom: 35px;
    border-radius: 30px;
    box-shadow: 0px 0 6px rgba(0, 0, 0, 0.25);
    background-color: #fff;
    display: none;
    align-items: center;
    justify-content: space-between;
    padding: 8px 8px 8px 12px;
    opacity: 0;
    cursor: pointer; }
    .resources .share-resource .tab-copy:hover .copy {
      opacity: 0.6; }
    .resources .share-resource .tab-copy p {
      font-size: 11px;
      line-height: 13px;
      color: #666666; }
    .resources .share-resource .tab-copy .copy {
      width: 25px;
      height: 25px;
      background-image: url("../img/copy-url-icon-1.svg");
      background-repeat: no-repeat;
      background-size: 25px 25px;
      margin-left: 6px;
      line-height: 0px; }
    .resources .share-resource .tab-copy textarea.url-resource {
      opacity: 0;
      width: 0px;
      height: 0px;
      padding: 0;
      margin: 0; }

@media (max-width: 1180px) {
  .resources .section--destacado .wrapper {
    display: flex;
    flex-direction: row;
    justify-content: center; }
    .resources .section--destacado .wrapper figure {
      margin: 0 2.5% 5%; }
  .resources .section--top .background {
    display: none; }
  .resources .section--resources {
    padding-top: 50px; }
    .resources .section--resources .wrapper .resources-tabs .header {
      display: block;
      text-align: center; }
      .resources .section--resources .wrapper .resources-tabs .header a {
        cursor: pointer;
        margin: 0 0 10px;
        pointer-events: auto;
        padding: 20px 20px 20px 0;
        line-height: 13px;
        font-size: 13px;
        font-weight: 700;
        color: #302100;
        text-transform: uppercase; }
        .resources .section--resources .wrapper .resources-tabs .header a:after {
          content: '';
          width: 0;
          height: 0;
          position: relative;
          top: 10px;
          right: -10px;
          border-right: 5px solid transparent;
          border-left: 5px solid transparent;
          border-top: 5px solid #302100; }
    .resources .section--resources .wrapper .resources-tabs .header + ul.open {
      display: block; }
    .resources .section--resources .wrapper .resources-tabs .header + ul.hide {
      display: none; }
    .resources .section--resources .wrapper .resources-tabs ul {
      position: absolute;
      left: 0;
      width: 100%;
      background-color: #fff;
      z-index: 9; }
      .resources .section--resources .wrapper .resources-tabs ul li {
        display: flex;
        justify-content: center; }
        .resources .section--resources .wrapper .resources-tabs ul li a {
          line-height: 15px;
          margin: 12.5px 0;
          padding: 0; }
          .resources .section--resources .wrapper .resources-tabs ul li a:active {
            color: #302100; }
      .resources .section--resources .wrapper .resources-tabs ul:after {
        content: ' ';
        position: absolute;
        left: 0px;
        bottom: 0px;
        height: 1px;
        width: 100%;
        border-top: 1px solid rgba(48, 33, 0, 0.2);
        border-bottom: none;
        background-color: rgba(48, 33, 0, 0.1);
        z-index: -1; }
    .resources .section--resources .wrapper .resources-tabs .resources-tabs__close {
      display: flex; }
      .resources .section--resources .wrapper .resources-tabs .resources-tabs__close:after {
        content: '';
        width: 0;
        height: 0;
        border-right: 5px solid transparent;
        border-left: 5px solid transparent;
        border-bottom: 5px solid #302100;
        display: block;
        margin: 17px 5px;
        opacity: 0.6; }
    .resources .section--resources .wrapper .resources_container {
      margin-top: 50px; }
    .resources .section--resources .wrapper .figure__container {
      justify-content: flex-start;
      width: 100%;
      margin: 0; }
      .resources .section--resources .wrapper .figure__container figure {
        max-width: inherit; } }

@media (max-width: 480px) {
  .resources .section--destacado .wrapper .header {
    display: block; }
    .resources .section--destacado .wrapper .header h3 {
      display: block; }
    .resources .section--destacado .wrapper .header .button {
      margin-bottom: 20px; } }

.page-roi header {
  box-shadow: none;
  position: relative;
  background: transparent; }
  .page-roi header .background-bg-l {
    background-image: url("../img/background-pattern-l.svg");
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    height: 448px;
    width: 868px;
    left: auto;
    right: -81px;
    top: -258px;
    z-index: -1; }
  .page-roi header .logo + ul {
    display: none; }
  .page-roi header ul + nav {
    display: none; }
  .page-roi header #open-menu,
  .page-roi header #responsive-menu {
    display: none; }
  .page-roi header .wrapper {
    max-width: 1366px;
    margin: 0 auto;
    position: relative; }
  .page-roi header ul.nav--roi {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0; }
    .page-roi header ul.nav--roi li {
      padding: 0;
      text-align: right; }
      .page-roi header ul.nav--roi li:first-child {
        flex: 1; }
      .page-roi header ul.nav--roi li a {
        color: #33ad73;
        font-weight: bold;
        line-height: 14px;
        font-style: normal;
        opacity: 1;
        padding-left: 10px; }
        .page-roi header ul.nav--roi li a:hover {
          color: #008046; }

.page-roi main .section--top {
  padding-top: 90px; }
  .page-roi main .section--top strong {
    display: inline; }
  .page-roi main .section--top h1 + p {
    margin-bottom: 0; }
  .page-roi main .section--top + section {
    padding-top: 70px; }

.roi {
  /*Results*/ }
  .roi form {
    width: 100%;
    max-width: 920px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end; }
    .roi form .button {
      margin: 25px 3% 0; }
  .roi h4,
  .roi h5 {
    margin: 0; }
  .roi h5 + p.small {
    margin: 0 0 25px; }
  .roi .section--roi-results + .section--bottom {
    padding-top: 0; }
  .roi .roi--group {
    display: flex;
    width: 100%;
    margin-bottom: 15px;
    border: 1px solid #dedede; }
    .roi .roi--group .roi--item input {
      font-size: 40px;
      font-weight: bold;
      line-height: 40px;
      text-align: right;
      color: #302100;
      height: 78px;
      width: 100%;
      padding-right: 58px;
      padding-left: 31px;
      min-width: 0;
      border: 0; }
      .roi .roi--group .roi--item input:focus {
        border: 0;
        box-shadow: none;
        color: #302100; }
        .roi .roi--group .roi--item input:focus::-moz-placeholder {
          font-style: italic; }
        .roi .roi--group .roi--item input:focus::placeholder {
          font-style: italic; }
      .roi .roi--group .roi--item input::-moz-placeholder {
        font-size: 14px;
        font-weight: normal;
        line-height: 20px;
        font-style: italic;
        color: #b4b1a5;
        text-align: right;
        line-height: 40px; }
      .roi .roi--group .roi--item input::placeholder {
        font-size: 14px;
        font-weight: normal;
        line-height: 20px;
        font-style: italic;
        color: #b4b1a5;
        text-align: right;
        line-height: 40px; }
      .roi .roi--group .roi--item input:-moz-placeholder-shown {
        font-size: 14px; }
      .roi .roi--group .roi--item input:placeholder-shown {
        font-size: 14px; }
    .roi .roi--group .roi--item:first-child {
      flex: 1;
      background-color: #f3f3f3;
      text-align: left;
      padding: 25px 30px 5px 25px;
      border-right: 1px solid #dedede; }
      .roi .roi--group .roi--item:first-child.selected {
        background-color: #fff; }
    .roi .roi--group .roi--item:last-child {
      flex: 1;
      position: relative;
      display: flex;
      align-items: flex-end; }
      .roi .roi--group .roi--item:last-child:after {
        content: attr(data-symbol);
        position: absolute;
        font-size: 25px;
        line-height: 24px;
        z-index: 1;
        bottom: 26px;
        right: 28px; }
    .roi .roi--group .roi--item.input-focused {
      border: 1px solid #dedede; }
    .roi .roi--group .roi--item.input-error {
      border: 1px solid #e34f45; }
  .roi .section--roi-results {
    padding: 0 0 100px;
    display: none;
    z-index: -1; }
    .roi .section--roi-results article {
      display: flex;
      flex-wrap: wrap;
      max-width: 920px;
      position: relative; }
    .roi .section--roi-results .arrow {
      background-image: url("../img/arrow-roi-result.png");
      background-repeat: no-repeat;
      background-size: contain;
      position: absolute;
      width: 40px;
      height: 75px;
      right: 50%;
      top: 110%; }
    .roi .section--roi-results .bg-m {
      left: -240px;
      top: -220px; }
    .roi .section--roi-results h3 {
      flex: 0 1 100%;
      text-align: center; }
    .roi .section--roi-results .result {
      display: flex;
      justify-content: flex-end;
      align-items: center;
      position: relative;
      margin: 0;
      font-size: 25px;
      line-height: 20px;
      color: #302100;
      font-weight: bold;
      text-align: right; }
      .roi .section--roi-results .result .sign {
        font-size: 15px;
        color: #302100;
        padding-right: 2px; }
  .roi .roi-results {
    flex: 1;
    margin: 50px 0 0;
    padding: 0;
    display: flex;
    justify-content: center;
    flex-direction: column; }
    .roi .roi-results:first-child {
      display: flex;
      justify-content: flex-end;
      flex-direction: column; }
  .roi ul.roi-results li {
    padding: 15px 20px;
    display: flex;
    width: 100%;
    max-width: none; }
    .roi ul.roi-results li:nth-child(odd) {
      background-color: #f2f1e9; }
    .roi ul.roi-results li:last-child {
      margin-top: 2px;
      border-top: 2px solid #f2f1e9; }
      .roi ul.roi-results li:last-child .result {
        font-size: 40px;
        font-weight: bold;
        line-height: 40px;
        color: #33ad73; }
        .roi ul.roi-results li:last-child .result .sign {
          font-size: 20px;
          color: #33ad73;
          padding-left: 2px; }
    .roi ul.roi-results li .roi-results--column {
      flex: 1;
      position: relative; }
      .roi ul.roi-results li .roi-results--column p.italic {
        margin: 0;
        max-width: 80%; }
      .roi ul.roi-results li .roi-results--column:last-child {
        flex: 0 1 30%; }
  .roi .section--bottom:not(.bg-orange-light) .bg-c {
    width: 314px;
    height: 246px;
    transform: scale(-1, 1) translate(755px, -245px); }

@media (min-width: 1181px) {
  .page-roi header .wrapper {
    padding: 0 45px; } }

@media (max-width: 1180px) {
  .page-roi header .background-bg-l {
    display: none; }
  .page-roi .bg-c {
    display: none; } }

@media (max-width: 850px) {
  .page-roi header .wrapper {
    height: 60px; }
  .page-roi header ul.nav--roi {
    flex-direction: column;
    align-items: flex-end; }
  .page-roi header p.italic {
    margin: 2px 0 1px; }
  .roi .roi--group {
    flex-direction: column; }
    .roi .roi--group .roi--item:first-child {
      border-right: none;
      border-bottom: 1px solid #dedede; }
    .roi .roi--group .roi--item input {
      margin-top: 25px; }
  .section--roi-results article {
    flex-direction: column; }
  .background.bg-m {
    display: none; } }

@media (max-width: 480px) {
  .page-roi header ul.nav--roi {
    display: none; }
  .roi .roi--group .roi--item input {
    font-size: 32px; }
  .roi ul.roi-results h5 {
    font-size: 15px; }
    .roi ul.roi-results h5 + p {
      font-size: 12px; }
  .roi ul.roi-results .result {
    font-size: 22px; }
  .roi ul.roi-results li:last-child .result {
    font-size: 30px; } }

.services .section--top {
  background: #FCE579;
  padding: 220px 0 80px; }

.services .section--services {
  padding-bottom: 0;
  max-width: none;
  max-width: initial; }
  .services .section--services .wrapper {
    z-index: 1;
    max-width: 1500px;
    margin: 0 auto;
    flex-direction: row-reverse;
    justify-content: center;
    align-items: center; }
    .services .section--services .wrapper .retina-img--services {
      max-width: 350px;
      width: 50%;
      z-index: 1; }
    .services .section--services .wrapper .content {
      width: 40%;
      padding: 0 5% 0 0; }
      .services .section--services .wrapper .content article {
        text-align: left;
        height: auto;
        max-width: 450px;
        margin: 0 auto;
        padding: 0; }
        .services .section--services .wrapper .content article h4 {
          color: #525845;
          margin: 0; }
        .services .section--services .wrapper .content article p {
          margin: 15px 0 25px; }
        .services .section--services .wrapper .content article a {
          color: #33ad73; }
          .services .section--services .wrapper .content article a:hover {
            color: #008046; }
  .services .section--services .bg-e {
    bottom: 0;
    top: auto;
    height: 44.5px;
    width: 100%;
    left: 0;
    background-size: 100%;
    background-position: bottom;
    z-index: 0; }

.services .section--form .bg-c {
  transform: rotate(0deg) translate(500px, -455px); }

.services .section--services-list {
  padding-bottom: 0; }
  .services .section--services-list .wrapper article {
    max-width: none; }

@media (max-width: 850px) {
  .services .section--top {
    padding: 100px 0 20px; }
  .services .section--services .wrapper {
    flex-direction: column-reverse;
    flex-wrap: wrap; }
    .services .section--services .wrapper .retina-img--services {
      max-width: 350px;
      width: 100%;
      z-index: 1; }
    .services .section--services .wrapper .content {
      width: 100%;
      padding: 0; }
  .services .section--services .bg-e {
    background-size: 200%; } }

@media (max-width: 480px) {
  .services .section--services {
    padding: 65px 0 0 0; }
    .services .section--services .wrapper {
      flex-direction: column; }
      .services .section--services .wrapper img {
        order: 2;
        margin-top: 30px; }
    .services .section--services .bg-e {
      background-size: 300%; } }

.team .section--members {
  padding: 50px 0; }
  .team .section--members:last-child {
    padding-bottom: 85px; }
  .team .section--members + .section--form {
    padding: 170px 0; }
    .team .section--members + .section--form .background.bg-c {
      transform: rotate(5deg) translate(503px, -230px); }
    .team .section--members + .section--form .background.bg-f {
      top: 25px;
      margin: auto;
      left: 0;
      right: 0;
      width: 100px;
      height: 107px; }
  .team .section--members ul li h4 {
    margin-top: 22px;
    color: #525845; }
  .team .section--members ul li p {
    margin: 5px 0; }
  .team .section--members--heads {
    padding: 85px 0 65px; }
    .team .section--members--heads .wrapper {
      max-width: 900px;
      margin: 0 auto;
      flex-wrap: wrap; }
      .team .section--members--heads .wrapper .member {
        display: flex;
        flex-direction: row;
        align-items: center;
        margin: 45px 0; }
        .team .section--members--heads .wrapper .member:nth-child(even) {
          flex-direction: row-reverse; }
          .team .section--members--heads .wrapper .member:nth-child(even) span {
            margin-right: 0;
            margin-left: 70px; }
        .team .section--members--heads .wrapper .member > span {
          height: 300px;
          width: 300px;
          min-width: 300px;
          display: inline-block;
          border-radius: 100%;
          background-size: 200%;
          background-repeat: no-repeat;
          margin-right: 70px; }
          .team .section--members--heads .wrapper .member > span:hover {
            background-position: 100% 0; }
        .team .section--members--heads .wrapper .member article {
          text-align: left; }
          .team .section--members--heads .wrapper .member article h5 {
            color: #525845;
            font-weight: 400;
            margin: 0; }
          .team .section--members--heads .wrapper .member article p {
            margin: 18px 0; }
          .team .section--members--heads .wrapper .member article .ms-icon {
            color: #525845;
            font-size: 35px;
            line-height: 1; }
            .team .section--members--heads .wrapper .member article .ms-icon:hover {
              opacity: 0.6; }
  .team .section--members .wrapper {
    flex-direction: column;
    text-align: center;
    padding: 0 5%; }
    .team .section--members .wrapper ul {
      list-style: none;
      margin: 0 -60px;
      padding: 0;
      display: flex;
      flex-wrap: wrap;
      justify-content: center; }
      .team .section--members .wrapper ul li {
        flex: 1;
        max-width: 170px;
        margin: 40px 50px 0; }
        .team .section--members .wrapper ul li > span {
          height: 150px;
          width: 150px;
          min-width: 150px;
          display: inline-block;
          border-radius: 100%;
          background-size: 200%;
          background-repeat: no-repeat; }
          .team .section--members .wrapper ul li > span:hover {
            background-position: 100% 0; }

@media (min-width: 1181px) {
  .team .section--members--heads .wrapper {
    padding: 0; } }

@media (max-width: 850px) {
  .team .section--members--heads .wrapper {
    display: block; }
    .team .section--members--heads .wrapper .member {
      display: block;
      margin: 0;
      padding: 50px 0 0;
      text-align: center; }
      .team .section--members--heads .wrapper .member:nth-child(even) span {
        margin: 0 auto; }
      .team .section--members--heads .wrapper .member span {
        margin: 0 auto; }
      .team .section--members--heads .wrapper .member article {
        text-align: center; }
        .team .section--members--heads .wrapper .member article .ms-icon,
        .team .section--members--heads .wrapper .member article h2 {
          margin-top: 18px; }
        .team .section--members--heads .wrapper .member article p {
          text-align: left; } }

.terms-conditions section.section--top h1 {
  text-align: center; }

.terms-conditions section.section--description {
  padding: 90px 0 50px; }
  .terms-conditions section.section--description .wrapper article {
    text-align: left; }
    .terms-conditions section.section--description .wrapper article p {
      margin-bottom: 0; }
    .terms-conditions section.section--description .wrapper article h4 {
      color: #5c634e; }
    .terms-conditions section.section--description .wrapper article .date {
      border-bottom: 1px solid #efefef; }
      .terms-conditions section.section--description .wrapper article .date p {
        font-style: italic;
        margin: 30px 0 70px; }

.terms-conditions section.section--list {
  padding-top: 0; }
  .terms-conditions section.section--list .wrapper article {
    padding-bottom: 30px; }
    .terms-conditions section.section--list .wrapper article ul {
      display: flex;
      flex-wrap: wrap; }
      .terms-conditions section.section--list .wrapper article ul li {
        max-width: 25%;
        padding-top: 0; }
        .terms-conditions section.section--list .wrapper article ul li img {
          display: block;
          width: 16px;
          margin: auto; }
        .terms-conditions section.section--list .wrapper article ul li p {
          text-align: center;
          font-weight: bold;
          color: #525845; }
  .terms-conditions section.section--list .bg-e {
    transform: translate(-50%, 0);
    top: auto;
    bottom: 0; }

main.landing__template .section__hero {
  padding: 150px 0; }
  main.landing__template .section__hero .max-img {
    max-width: 650px;
    width: 650px; }

main.landing__template .section--medium {
  padding: 175px 0; }

main.landing__template .section--large {
  padding: 200px 0; }

main.landing__template .main__subtitle {
  font-size: 22px;
  line-height: 22px; }

main.landing__template .main__title {
  font-size: 50px;
  line-height: 52px;
  font-weight: 800;
  color: #302100;
  margin: 0; }

main.landing__template .section--clients article {
  max-width: 1200px; }
  main.landing__template .section--clients article h2 {
    font-size: 25px; }

main.landing__template .section--clients:nth-child(1) {
  padding: 0; }

@media (max-width: 480px) {
  main.landing__template .section__hero {
    padding: 85px 0; } }

main .section--testimonial {
  max-width: none;
  padding: 120px 0 150px; }
  main .section--testimonial .background.bg-c {
    top: 100px;
    left: 0; }
  main .section--testimonial .wrapper article {
    max-width: none;
    max-width: initial;
    width: 100%; }
  main .section--testimonial h2 {
    font-size: 40px;
    line-height: 42px;
    color: #fff;
    margin-bottom: 42px;
    font-weight: 700; }
  main .section--testimonial .success-stories__item__cropper-cont-16-9 {
    width: 100%;
    padding-top: 56.25%;
    text-align: center;
    position: relative; }
  main .section--testimonial .success-stories__item__cropper-cont {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0; }
  main .section--testimonial .success-stories__item__cropper-cont-interno {
    width: 100%;
    height: 100%; }
  main .section--testimonial .success-stories__item__image iframe {
    width: 100%;
    height: 100%; }
  main .section--testimonial .success-stories__item__text {
    text-align: left;
    margin: 10px 0 0 0; }
    main .section--testimonial .success-stories__item__text p {
      font-size: 16px;
      line-height: 24px;
      font-weight: 700;
      color: #fff;
      -webkit-text-decoration: none;
      text-decoration: none;
      margin: 0; }
    main .section--testimonial .success-stories__item__text span {
      font-size: 16px;
      line-height: 24px;
      font-weight: 400;
      color: #fff; }
    main .section--testimonial .success-stories__item__text em {
      font-style: normal;
      color: #FCE579;
      -webkit-text-decoration: underline;
      text-decoration: underline; }
  main .section--testimonial .background.bg-q {
    transform: translate(450px, 110px);
    top: auto;
    bottom: -160px; }
  main .section--testimonial .bg-purple {
    max-width: none; }
  @media (max-width: 480px) {
    main .section--testimonial .background.bg-c {
      display: none; }
    main .section--testimonial h2 {
      font-size: 30px;
      line-height: 32px; }
    main .section--testimonial .wrapper {
      padding: 0 0% 0 5%; } }

.landing__strategic-partners section.section--fullwidth {
  max-width: none; }

.landing__strategic-partners .section--strategic-partners {
  padding: 40px 0px; }
  .landing__strategic-partners .section--strategic-partners .button {
    max-width: 230px; }

.landing__strategic-partners .bg-c {
  top: 11%;
  left: 3.5%;
  transform: translateX(-10px) rotate(5deg) scaleX(-1); }
  @media (max-width: 480px) {
    .landing__strategic-partners .bg-c {
      top: 66%; } }

.landing__strategic-partners .section--top h1 {
  margin-bottom: 30px; }

.landing__strategic-partners .section--top span {
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  color: #333333; }

.landing__strategic-partners .section--top .button {
  display: block;
  max-width: 230px;
  margin: 0 auto;
  margin-top: 30px; }

.landing__strategic-partners .container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  max-width: none; }

.landing__strategic-partners .col {
  flex: 1;
  min-width: 50%; }
  @media (max-width: 480px) {
    .landing__strategic-partners .col {
      min-width: 100%; } }

.landing__strategic-partners .col__background {
  background-image: url("../assets/img/puzzle-img-strategic.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
  min-height: 550px; }
  @media (max-width: 480px) {
    .landing__strategic-partners .col__background {
      display: none; } }

.landing__strategic-partners .col__text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 65px; }
  @media (max-width: 480px) {
    .landing__strategic-partners .col__text {
      padding: 25px; } }
  .landing__strategic-partners .col__text h4 {
    font-size: 30px;
    font-weight: 700;
    line-height: 32px;
    text-align: left; }
  .landing__strategic-partners .col__text p {
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    margin-bottom: 45px;
    max-width: 650px; }
  .landing__strategic-partners .col__text ul {
    list-style: none; }
    .landing__strategic-partners .col__text ul img {
      width: 40px;
      height: 40px;
      margin-right: 20px; }
    .landing__strategic-partners .col__text ul li {
      display: flex;
      align-items: center;
      margin-bottom: 32px; }
    .landing__strategic-partners .col__text ul span {
      font-size: 20px;
      font-weight: 700;
      line-height: 30px;
      text-align: left;
      color: #333333; }

.landing__strategic-partners .strategic-partners {
  text-align: center;
  padding: 7rem;
  background-color: #f9f9f9;
  max-width: none;
  max-width: initial; }
  @media (max-width: 480px) {
    .landing__strategic-partners .strategic-partners {
      padding: 1rem; } }
  .landing__strategic-partners .strategic-partners__title {
    margin-bottom: 3rem;
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 32px;
    text-align: center;
    color: #333333; }
  .landing__strategic-partners .strategic-partners__cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    grid-gap: 1.5rem;
    gap: 1.5rem;
    margin-bottom: 2rem; }

.landing__strategic-partners .card {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  text-align: left; }
  .landing__strategic-partners .card__image {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover; }
  .landing__strategic-partners .card__content {
    padding: 1rem 3rem; }
  .landing__strategic-partners .card__text-bold {
    font-weight: bold;
    margin-bottom: 0.5rem;
    color: #333; }
  .landing__strategic-partners .card__text {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #333333; }
  .landing__strategic-partners .card__title {
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: #333333; }

.landing__strategic-partners .advantages__title {
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 32px;
  text-align: center;
  color: #333333;
  max-width: 700px;
  margin: 0 auto; }

.landing__strategic-partners .advantages__sub-title {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 32px;
  text-align: center;
  color: #333333; }

.landing__strategic-partners .assets-section {
  position: relative;
  padding: 7rem 2rem;
  text-align: center; }
  .landing__strategic-partners .assets-section__background {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1; }
    .landing__strategic-partners .assets-section__background--right {
      position: absolute;
      top: 0px;
      right: 0;
      width: 30%;
      height: 100%;
      background: url("../img/partners.png") no-repeat center center;
      background-size: cover; }
      @media (max-width: 480px) {
        .landing__strategic-partners .assets-section__background--right {
          display: none; } }
  .landing__strategic-partners .assets-section__content {
    position: relative;
    z-index: 1; }
  .landing__strategic-partners .assets-section__title {
    font-size: 1.8rem;
    color: #333;
    max-width: 580px;
    margin: 0 auto;
    margin-bottom: 2rem; }
  .landing__strategic-partners .assets-section__logos {
    display: flex;
    flex-direction: column;
    gap: 2rem; }
    .landing__strategic-partners .assets-section__logos__row {
      display: flex;
      justify-content: center;
      gap: 1.5rem; }
      @media (max-width: 768px) {
        .landing__strategic-partners .assets-section__logos__row {
          flex-wrap: wrap; } }
  .landing__strategic-partners .assets-section__logo {
    height: auto;
    -o-object-fit: contain;
       object-fit: contain;
    max-width: 186px; }
    @media (max-width: 768px) {
      .landing__strategic-partners .assets-section__logo {
        width: 80px; } }
  .landing__strategic-partners .assets-section .bg-c {
    top: -13%;
    left: 18%;
    transform: none; }
    @media (max-width: 480px) {
      .landing__strategic-partners .assets-section .bg-c {
        top: -11%;
        left: 1.5%;
        height: 195px;
        width: 273px; } }

.landing__strategic-partners .quotes__container {
  background-color: #FCE579;
  padding: 2rem 0rem; }

.landing__strategic-partners .quotes__title {
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 32px;
  text-align: center;
  color: #333333;
  margin-bottom: 5px; }

.landing__strategic-partners .quotes__text {
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  color: #333333; }

.landing__strategic-partners .section--partners-form .button {
  border-radius: 5px; }


/*# sourceMappingURL=styles.css.map*/