









































*, *:before, *:after {
  box-sizing: border-box;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
.dnd-section {
  padding: 120px 20px;
}

@media (max-width: 767px) {
  .dnd-section {
    padding: 80px 20px;
  }
}

.dnd-section > .row-fluid {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.dnd-section .widget-type-cell {
  padding-left: 20px;
  padding-right: 20px;
}

@media (max-width: 767px) {
  .dnd-section .widget-type-cell {
    padding-left: 0px;
    padding-right: 0px;
  }
}
html {
  font-size: 24px;
}
/* SecularOne Regular */
@font-face {
 font-family: 'Secular One'; 
 src: url('https://3053485.fs1.hubspotusercontent-na1.net/hubfs/3053485/SecularOne-Regular.ttf') format('truetype');
}
body {
  font-family: Lato, serif;
  font-size: 1rem;
  color: #494a52;
  line-height: 1.75;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
  font-family: Lato, serif;
}

/* Anchor Links */

a:hover, a:focus {
  text-decoration: underline;
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  line-height: 1.2;
  font-weight: 800;
  font-family: Libre Franklin, sans-serif;
  color: #000000;
  word-break: break-word;
}

h1 {
  font-size: 2.1rem;
  line-height: 1.3;
  font-family: Arial, Helvetica, sans-serif !important;
  color: #1f2937  !important;
}

h2 {
  font-size: 1.6rem;
  line-height: 1.2;
}

h3 {
  font-size: 1.25rem;
  line-height: 1.5;
}

h4 {
  font-family: Lato, sans-serif;
  font-weight: normal;
  font-size: 1.175rem;
  line-height: 1.5;
}

h5 {
  font-size: 1rem;
  line-height: 1.5;
}

h6 {
  font-size: .9rem;
  line-height: 1.5;
}

strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}

ul,
ol {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

ul li,
ol li {
  line-height: 1.5rem;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin-top: 0;
  margin-bottom: 0;
}

blockquote {
  line-height: 1.5rem;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  border-left: 2px solid #A9A9A9;
  padding-left: 15px;
}

/* Horizontal Rules */
hr {
  color: #ccc;
  background-color: #ccc;
  height: 1px;
  border: none;
}

/* TODO */
small {

}

/* TODO */
mark {

}

sup,
sub {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

:focus {
  outline: auto;
  outline-color: green;
}

.disable-focus-styles :focus {
  outline: none;
}

@media (max-width: 767px) {
  html {
    font-size: 18.0px
  }
}

@media (max-width: 480px) {
  html {
    font-size: 14.399999999999999px
  }
}
/* Primary Button */

button,
.button, 
.hs-button {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #1E90FF;
  border: 1px solid #1E90FF;
  border-radius: 7px !important;
  color: #fff;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  fill: #fff;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0;
  padding: 1rem 2rem;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  line-height: 1;
  -webkit-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}

button:disabled,
.button:disabled,
.button.button--secondary:disabled,
.button.button--simple:disabled,
.hs-button:disabled,
.hs-button.button--secondary:disabled,
.hs-button.button--simple:disabled {
  border: 1px solid #d0d0d0;
  color: #e6e6e6;
  pointer-events: none;
}

button:disabled,
.button:disabled,
.hs-button:disabled {
  background-color: #d0d0d0;
}

.button.button--secondary:disabled
.hs-button.button--secondary:disabled {
  background-color: inherit;
}

.button.button--simple:disabled
.hs-button.button--simple:disabled {
  background-color: inherit;
  border: inherit;
}

button:hover,
button:focus,
.button:hover,
.button:focus,
.hs-button:hover,
.hs-button:focus {
  background-color: #1E90FF;
  border-color: #1E90FF;
  color: #fff;
  text-decoration: none;
}

button:active,
.button:active,
.hs-button:active {
  background-color: #50eed3;
  border-color: #50eed3;
  color: #fff;
  text-decoration: none;
}

/* Secondary Button */

.button.button--secondary
.hs-button.button--secondary {
  background-color: transparent;
  border: 1px solid #1E90FF;
  color: #1E90FF;
  fill: #1E90FF;
}

.button.button--secondary:hover,
.button.button--secondary:focus, 
.button.button--secondary:active,
.hs-button.button--secondary:hover,
.hs-button.button--secondary:focus,
.hs-button.button--secondary:active {
  background-color: #1E90FF;
  border-color: #1E90FF;
  color: #fff;
  fill: #fff;
}

/* Simple Button */

.button.button--simple,
.hs-button.button--simple {
  background-color: transparent;
  border: none;
  border-radius: 0;
  color: #1E90FF;
  font-size: 15px;
  font-style: normal;
  fill: #1E90FF;
  padding: 0 !important;
  position: relative;
  text-decoration: none;
}

.button.button--simple:after,
.hs-button.button--simple:after {
  background-color: #1E90FF;
  content: none;
  left: 0;
  position: absolute;
  width: 100%;
}

.button.button--simple:hover,
.button.button--simple:focus,
.hs-button.button--simple:hover,
.hs-button.button--simple:focus {
  background-color: transparent;
  border: none;
  color: #F50157 !important;
}

.button.button--simple:active,
.hs-button.button--simple:active {
  background-color: transparent;
  border: none;
  color: #F50157 !important;
}

.button--center {
  text-align: center;
}

.button--right {
  text-align: right;
}

/* Button Sizing */

.button.button--small,
.hs-button.button--small {
  font-size: 0.875rem;
}

.button.button--large,
.hs-button.button--large {
  font-size: 1.125rem;
}

/* Button Icons */

.button .button__icon svg,
.hs-button .button__icon svg {
  fill: inherit;
  display: block;
  height: 1.1rem;
  margin-right: 1rem;
}

.button.button--icon-right .button__icon,
.hs-button.button--icon-right .button__icon {
  order: 1;
}

.button.button--icon-right .button__icon svg,
.hs-button.button--icon-right .button__icon svg {
  margin-right: 0;
  margin-left: 1rem
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .button .button__icon svg,
  .hs-button .button__icon svg {
    width: 1.1rem;
  }
}
form {
  max-width: none;
  font-family: Lato, sans-serif;
  border-radius: 6px;
}

.hs-form label {
  font-size: .875rem;
  color: #33475b;
  display: block;
  float: none;
  width: auto;
  font-weight: normal;
  text-align: left;
  line-height: 1.2;
  padding-top: 0;
  margin-bottom: 10px;
}

.hs-error-msgs label {
  margin-top: .5rem;
  color: #f2545b;
}

/* Membership error message */
.form-input-validation-message ul {
  padding-left: 0;
  margin: 0;
}

.form-input-validation-message ul li {
  line-height: 1rem;
}

.hs-input {
  display: inline-block;
  width: 100%;
  height: 54px;
  padding: 9px 10px;
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
  color: #33475b;
  background-color: #ffffff;
  border: 1px solid #D1D6DC;
  box-sizing: border-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}

.hs-input[type=checkbox],
.hs-input[type=radio] {
  cursor: pointer;
  width: auto;
  height: auto;
  padding: 0;
  margin: 3px 5px 3px 0px;
  line-height: normal;
  border: none;
}

.hs-input[type=file] {
  background-color: #fff;
  padding: initial;
  border: initial;
  line-height: initial;
  box-shadow: none;
}

.hs-input:-moz-placeholder {
  color: #bfbfbf;
}

.hs-input::-webkit-input-placeholder {
  color: #bfbfbf;
}

.hs-input input,
.hs-input textarea {
  transition: border 0.2s linear;
}
.hs-input:focus {
  outline: none;
  border-color: rgba(82, 168, 236, 0.8);
}

textarea.hs-input {
  height: auto;
}

select[multiple].hs-input {
  height: inherit;
}

/* Force single column fields to full width inside of fieldsets */
fieldset.form-columns-1 .hs-input:not([type=radio]):not([type=checkbox]) {
  width: 100% !important;
}

input.hs-input.error,
div.field.error input,
div.field.error textarea,
div.field.error .chzn-choices,
textarea.hs-input.error,
select.hs-input.error {
  border-color: #c87872;
}
input.hs-input.error:focus,
div.field.error input:focus,
div.field.error textarea:focus,
div.field.error .chzn-choices:focus,
textarea.hs-input.error:focus,
select.hs-input.error:focus {
  border-color: #b9554d;
}

.actions {
  padding: 0;
}

.inputs-list {
  margin: 0 0 5px;
  width: 100%;
  padding-left: 0;
}
.inputs-list > li {
  display: block;
  padding: 0;
  width: 100%;
  padding-top: 0;
}
.inputs-list label {
  display: block;
  float: none;
  width: auto;
  padding: 0;
  line-height: 18px;
  text-align: left;
  white-space: normal;
  font-weight: normal;
}
.inputs-list:first-child {
  padding-top: 6px;
}
.inputs-list > li + li {
  padding-top: 2px;
}
.inputs-list label > input,
.inputs-list label > span {
  vertical-align: middle;
}

ul.no-list {
  list-style: none;
}

.hs-form-field {
  margin-bottom: 18px;
}

.hs-field-desc {
  color: #7c98b6;
  margin: 0px 0px 6px;
  font-size: 14px;
}

.hs-form-required {
  color: red;
}

.hs-richtext {
  margin-bottom: 3px;
  line-height: 1.2;
  font-size: 1rem;
  color: #494a52;
}
.hs-richtext hr {
  text-align: left;
  margin-left: 0;
  width: 91%;
}

.grecaptcha-badge {
  margin: 0 auto;
}

.email-correction, .email-validation {
  padding-top: 3px;
  font-size: 12px;
}
.email-correction a,
.email-validation a {
  cursor: pointer;
}
@media (max-width: 400px),
(min-device-width: 320px) and (max-device-width: 480px) {
  .email-correction form .form-columns-2 .hs-form-field,
  .email-correction form .form-columns-3 .hs-form-field,
  .email-validation form .form-columns-2 .hs-form-field,
  .email-validation form .form-columns-3 .hs-form-field {
    float: none;
    width: 100%;
  }
  .email-correction form .form-columns-2 .hs-form-field .hs-input,
  .email-correction form .form-columns-3 .hs-form-field .hs-input,
  .email-validation form .form-columns-2 .hs-form-field .hs-input,
  .email-validation form .form-columns-3 .hs-form-field .hs-input {
    width: 90%;
  }
  .email-correction form .form-columns-2 .hs-form-field input[type=checkbox],
  .email-correction form .form-columns-2 .hs-form-field input[type=radio],
  .email-correction form .form-columns-3 .hs-form-field input[type=checkbox],
  .email-correction form .form-columns-3 .hs-form-field input[type=radio],
  .email-validation form .form-columns-2 .hs-form-field input[type=checkbox],
  .email-validation form .form-columns-2 .hs-form-field input[type=radio],
  .email-validation form .form-columns-3 .hs-form-field input[type=checkbox],
  .email-validation form .form-columns-3 .hs-form-field input[type=radio] {
    width: 24px;
  }
}

.hs-button,
.hs-form-field input[type=text],
.hs-form-field input[type=email],
.hs-form-field input[type=phone],
.hs-form-field input[type=number],
.hs-form-field input[type=tel],
.hs-form-field input[type=date],
.hs-form-field textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
}

.hs-default-font-element,
.hs-main-font-element {
  font-family: Lato, serif;
}
.hs-menu-wrapper ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.hs-menu-item a {
  display: block;
  padding: 0.5rem 1rem;
  color: rgba(0, 0, 0, 0.5);
  text-decoration: none;
}

.hs-menu-item:hover a,
.hs-menu-item:focus a {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.7);
}

.hs-menu-item.active a {
  color: rgba(0, 0, 0, 0.9);
}
table {
  margin-bottom: 1rem;
  border: 1px solid #dee2e6;
}

th,
td {
  padding: 0.75rem;
  vertical-align: top;
  border: 1px solid #dee2e6;
}

thead th,
thead td {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
  border-bottom-width: 2px;
}

thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

tbody + tbody {
  border-top: 2px solid #dee2e6;
}
.price-line {
    height: 2px;
    background-color: #DDD;
    margin: 20px;
}
.price-block{
  border-top: 4px solid #fc2e7c;
}
.price-block__number {
    font-size: 4rem;
    font-weight: bold;
    line-height: 4rem;
    color: #fc2e7c;
    vertical-align: top;
}
.price-block__description-block,
.price-block__button,
.price-block__price,
.price-block__header
{
    padding: 10px 40px !important;
    font-size: 16px;
}
h3.price-block__title {
    margin-top: 19px;
}
.pricing-block-section .price-block {
    max-width: calc(33.3% - 40px);
    margin-right: 20px;
    margin-left: 20px;
}
.header, .header--fixed, .header--secondary {
  top: 0;
  left: 0;
  right: 0;
  z-index: 998;
  width: 100%;
}

.header {
  position: absolute;
  background-color: #F8FAFC;
}

.header--fixed {
  position: fixed;
}

.header__container {
  position: relative;
  display: flex;
  align-items: center;
  /*justify-content: space-between;*/
  max-width: 1200px;
  min-height: 60px;
  margin: 0 auto;
  padding: 20px;
}
.header__register--wrapper i{
  margin-left: 10px;
}
.header__container--logonav {
    position: relative;
    width: 70%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.header__container--navregister {
    position: relative;
    width: 30%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.header__globe--wrapper a {
    color: #494A52;
    font-size: 0.9rem;
    font-weight: 300;
}
.header__globe--wrapper a:hover {
    color: #494a52;
    text-decoration: none; 
}
.header__globe--wrapper i:focus {
    color: #F50157;
    text-decoration: none; 
}
.header__signin--wrapper {
    position: relative;
}
.header__signin--wrapper a {
    background-color: #FFF;
    color: #fc2e7c;
    font-weight: 600;
    display: flex;
    align-items: start;
}
.header__signin--wrapper a:hover {
    font-weight: 600;
}
.header__menu--flex {
  display: flex;
}

.header__search--toggle,
.header__language-switcher--toggle {    
  margin-left: 30px;
}

.header__search--close {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 999;
  display: flex;
  align-items: center;
  padding: 0 40px;
  cursor: pointer;
  opacity: 0.3;
}

.header__search--close:hover {
  opacity: 0.7;
}

.header__navigation--toggle, .menu-arrow {
  display: none;
}

#nav-toggle {
  display: none;
}

/* Styles for the Logo */
.header__logo {
    margin-right: 32px;
}
.header__logo img {
  max-width: 100%;
}

.header__logo .logo-company-name {
  font-size: 28px;
}

.header__logo--tablet {
  display: none;
}

/* Styles for the Search Bar */

.header__search {
  position: fixed;
  width: auto;
  display: none;
  transition: all .5s ease 0s;
  top: -100px; /* start out at position 0 */
}

.header__search--toggle {
  cursor: pointer;
  margin-left: 30px;
}

.header__search.open {
  display: block;  
  top: 0;
  left: 0;
  right: 0;
  background-color: #f8fafc;
  z-index: 999;
}

.header__search .hs-search-field__input {
  box-sizing: border-box;
  background: transparent;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5TZWFyY2g8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGRlZnM+ICAgICAgICA8cGF0aCBkPSJNOS4xMzg2MTUzNCwxNS44OTI1Njg1IEM1LjQxMzk1NzQyLDE1Ljg5MjU2ODUgMi4zODM4ODUyNywxMi44NjM0NDc1IDIuMzgzODg1MjcsOS4xMzkwMDM3NiBDMi4zODM4ODUyNyw1LjQxNDU2MDA1IDUuNDEzOTU3NDIsMi4zODM4ODUyNyA5LjEzODYxNTM0LDIuMzgzODg1MjcgQzEyLjg2MzI3MzMsMi4zODM4ODUyNyAxNS44OTI1Njg1LDUuNDE0NTYwMDUgMTUuODkyNTY4NSw5LjEzOTAwMzc2IEMxNS44OTI1Njg1LDEyLjg2MzQ0NzUgMTIuODYzMjczMywxNS44OTI1Njg1IDkuMTM4NjE1MzQsMTUuODkyNTY4NSBNOS4xMzg3NTI0NSwyLjQzMzYwODg3ZS0xMyBDMTQuMTc3OTk1NSwyLjQzMzYwODg3ZS0xMyAxOC4yNzY0NTM3LDQuMTAwMzI0NzEgMTguMjc2NDUzNyw5LjEzOTI3Nzk2IEMxOC4yNzY0NTM3LDExLjIyOTgyMTEgMTcuNTcxMDE2OSwxMy4xNTg0NDM0IDE2LjM4NTYzMTMsMTQuNjk5NjY5NiBMMjMuNjUwODg4MSwyMS45NjUyMjY2IEMyNC4xMTYzNzA2LDIyLjQzMDcwOTIgMjQuMTE2MzcwNiwyMy4xODU0MDU1IDIzLjY1MDg4ODEsMjMuNjUwODg4MSBDMjMuMTg1NDA1NSwyNC4xMTYzNzA2IDIyLjQzMDcwOTIsMjQuMTE2MzcwNiAyMS45NjUyMjY2LDIzLjY1MDg4ODEgTDE0LjY5OTgxMzMsMTYuMzg1NDcxMyBDMTMuMTU4NDQwNSwxNy41NzA5NTA5IDExLjIyOTU3MzgsMTguMjc2NDUzNyA5LjEzODc1MjQ1LDE4LjI3NjQ1MzcgQzQuMDk5NTA5MzgsMTguMjc2NDUzNyAtMy43MzAzNDkzNmUtMTQsMTQuMTc4MjMxMiAtMy43MzAzNDkzNmUtMTQsOS4xMzkyNzc5NiBDLTMuNzMwMzQ5MzZlLTE0LDQuMTAwMzI0NzEgNC4wOTk1MDkzOCwyLjQzMzYwODg3ZS0xMyA5LjEzODc1MjQ1LDIuNDMzNjA4ODdlLTEzIFoiIGlkPSJwYXRoLTEiPjwvcGF0aD4gICAgPC9kZWZzPiAgICA8ZyBpZD0iU2VhcmNoIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4gICAgICAgIDxtYXNrIGlkPSJtYXNrLTIiIGZpbGw9IndoaXRlIj4gICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICAgICAgPC9tYXNrPiAgICAgICAgPHVzZSBpZD0iSWNvbnMvQWN0aW9ucy9TZWFyY2giIGZpbGw9IiM0OTRBNTIiIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICA8L2c+PC9zdmc+);
  background-position: center left 26px;
  background-repeat: no-repeat;
  color: #494a52;
  border: none;
  font-size: 22px;
  height: 55px;
  padding-left: 64px;
}

.header__search .hs-search-field__input:focus {
  border: none;
  outline-color: transparent;
  outline: none;
}

.header__search .hs-search-field__input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #D1D6DC;
  font-style: italic;
  opacity: 1; /* Firefox */
}

.header__search .hs-search-field__input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #D1D6DC;
  font-style: italic;
}

.header__search .hs-search-field__input::-ms-input-placeholder { /* Microsoft Edge */
  color: #D1D6DC;
  font-style: italic;
}

.header__search .hs-search-field--open .hs-search-field__suggestions {
  position: absolute;
  width: 100%;
  background-color: white;
  border-top: -2px solid white;
  border: 1.79px solid #D1D6DC;
  border-radius: 0 0 6px 6px;
  z-index: 10;
}

.header__search .hs-search-field__suggestions li {
  border-top: 1px solid #D1D6DC;
  font-family: Lato, serif;
  font-size: 22px;
}

.header__search .hs-search-field__suggestions li a {
  color: #494a52;
  text-decoration: none;
  padding: 3px 15px;
  transition: background-color 0.3s;
}

.header__search .hs-search-field__suggestions #results-for {
  display: none;
}

/* Styles for the Language Switcher Component */

.header__language-switcher--toggle {
  cursor: pointer;
  background-image: none;
  background-position: initial;
  background-repeat: initial;
  background-size: auto;
}

.header__language-switcher--toggle:before {
  font-family: FontAwesome;
  content: "\f57d";
}
#country {
    padding: 0 10px !important;
    display: flex;
    font-size: 18px;
    text-align: center;
    align-items: end;
    border-left: 1px solid #DDD;
}
#country i{
    display: block;
    margin-left: 10px;
    line-height: 10px;
}

.header__language-switcher--toggle:after {
  content: "";
}

.header__language-switcher .globe_class {
  background-image: none;
  background-position: initial;
  background-repeat: initial;
  background-size: auto;
  border-radius: initial;
  width: auto;
  height: auto;
  cursor: pointer;
}

.header__language-switcher .lang_switcher_class {
  position: static;
  display: block !important;
}

.header__language-switcher .lang_list_class {
  display: block;
  visibility: hidden;
  opacity: 0;
  font-family: Lato, serif;
  font-size: 0.8rem;
  color: #494a52;
  top: 0;
  right: 0;
  left: initial !important;
  transform: none !important;
  padding-top: 0;
  min-width: 100px;
  text-align: left;
  transition: opacity 0.3s;
  box-shadow: 0 2px 9px 0 rgba(69, 69, 69, 0.2);
}

.header__language-switcher--wrapper:hover .lang_list_class {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.3s;
}

.header__language-switcher .lang_list_class.first-active::after {
  top: -22px;
  border-bottom-color: #EBEFF3;
  transition: 0.3s;
}

.header__language-switcher .lang_list_class li {
  border: none;
  background: inherit;
  padding: 10px 15px;
  font-size: 18px;
}

.header__language-switcher .lang_list_class li:first-child {
  border-top: none;
}

.header__language-switcher .lang_list_class li:last-child {
  border-bottom: none;
}

.header__language-switcher .lang_list_class li:hover {
  transition: background-color 0.3s;
  background-color: rgba(193, 190, 190, 0.1);
}

.header__language-switcher .lang_list_class li a {
  font-family: Lato, serif;
  color: #494a52;
}

.header__language-switcher .lang_list_class li a:hover {
  color: #494a52;
}

.header__language-switcher--label {
  display: flex;
  position: relative;
}

.header__language-switcher--label-current {
  font-size: 18px;
  margin-left: 10px;
  margin-bottom: 5px;
  display: flex;
  align-items: center;
}
body .row-fluid-wrapper.row-depth-1.row-number-12.dnd_area-row-2-force-full-width-section.dnd_area-row-2-padding.dnd-section {
    height: unset !important;
}
/* Header CTA */

.header__cta--desktop {
  display: none;
  align-items: center;
}

.header__cta--desktop .header__cta--main,
.header__cta--desktop .header__cta--secondary {
  margin-left: 30px;
}


.header__cta .button--simple {    
  font-size: 0.9rem;
  text-transform: initial !important;
}

.header__cta--mobile {
  text-align: center;
  padding-bottom: 150px;
}

.header__cta--mobile .header__cta--main,
.header__cta--mobile .header__cta--secondary {
  padding-top: 30px;
}
.header__globe--wrapper{
  position: relative;
}
.header__countries--item {
    position: absolute;
    background-color: #fff;
    left: -60px;
    width: 210px;
    z-index: 999;
    border-radius: 4px;
    box-shadow: 0px 3px 15px rgb(69 69 69 / 20%);
}
a.Item-flag {
    width: 100%;
    padding: 6px 18px;
    color: #494a52 !important;
    font-size: 16px;
    display: flex;
    align-items: center;
    cursor: pointer;
    border-bottom: 1px solid #DDD;
    background-color: transparent !important;
}
a.Item-flag:hover {
    background-color: #DDDDDD;
    border-bottom: 1px solid #DDD;
    text-decoration: none;
    color: #F50157 !important;
    font-weight: normal !important;
}
a.Item-flag img{
    display: block;
    margin-right: 10px;
}
#signin i.fas.fa-sort-down {
   margin-left: 10px;
    line-height: 10px;
    display: block;
}
.button.button--simple:hover,
.button.button--simple:focus{
  color: #F50157 !important;
}
.header .button.button--simple:hover, .header .button.button--simple:focus {
    font-family: 'Libre Franklin',sans-serif;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    border: 0;
    color: #F50157 !important;
    fill: #F50157 !important;
}

/*.dnd_area-row-2-vertical-alignment img{
    filter: grayscale(1);
}*/
.item-feature {
    padding: 20px;
    text-align: center;
    border-radius: 391px;
    width: 230px !important;
    height: 230px !important;
    margin: 10px;
    padding-top: 72px;
    box-shadow: 0 2px 20px 0 rgb(0 0 0 / 12%);
    background-color: #FFFFFF;
}
#logo-slider img{
  width: 20%;
}

/* CARDS PRECIOS */
.card-price {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border: 1px solid #d5d5d5;
    margin: 8px 8px;
    border-radius: 4px;
    min-height: 770px;
    width: 24%;
    background: #fff;
}
.card-price h2 {
    font-size: 26px;
    font-weight: bold;
    margin: 24px 0 12px;
    margin-left: 10%;
    white-space: nowrap;
    position: relative;
}
.pricing-section {
    height: 128px;
    margin-left: 10%;
}
.tier-card-price-per-month{
    display: flex;
    -webkit-box-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    align-items: center;
}
.plan-price {
    font-size: 45px;
    margin-right: 8px;
    font-weight: 300;
}
.tier-card-price-per-month .per-user-per-month > span.precio {
    font-weight: bold;
    font-size: 20px;
    width: 100%;
    display: block;
}
.tier-card-price-per-month .per-user-per-month > span.por-cuanto {
    font-weight: 100;
    font-size: 12px;
    width: 100%;
    display: block;
}
.tier-card-total-price .total-price-text .value{
    font-weight: 600;
    margin-right: 8px;
    font-size: 16px;
    margin-top: 16px;
}
.button.button--small {
    font-size: 14px;
    font-weight: 600;
    padding: 12px 30px;
}
.signup-button-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: start;
    -ms-flex-pack: start;
    justify-content: start;
    width: 100%;
    margin-left: 24px;
}
.signup-button-wrapper .button {
    background-color: #FFF;
    color: #F50157;
}
.card-price {
    border-top: 6px solid #DDD;
  margin-left: 0 !important;
}
.tier-description {
    font-size: 14px;
    font-weight: 200;
    line-height: 156%;
    color: #676869;
    height: 90px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: flex-start;
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    text-align: left;
    padding: 0;
    margin-top: 24px;
    margin-bottom: 24px;
    margin-left: 10%;
    margin-right: 10%;
}
.separator {
    width: 80%;
    margin: 0 10% 10%;
    border: 1px solid #d5d5d5;
}
.tier-includes-title {
    margin-bottom: 16px;
    padding: 0 10%;
    font-weight: 600;
    font-size: 20px;
    line-height: 22px;
    margin-top: unset;
}
.tier-includes-list h4 {
    margin: 24px 0;
    padding: 0 10%;
    font-weight: 600;
    font-size: 18px;
    color: #ec3f7b;
    line-height: 22px;
}
.tier-card-tier-feature {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content:  end;
    -ms-flex-pack: justify;
    justify-content: end;
    margin: 0;
    padding: 0 20px;
    border-bottom: 1px solid #EFEFEFEF;
    height: 60px;
    align-items: center;
  
}
.tier-card-tier-feature-check {
   display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: end;
    -ms-flex-pack: justify;
    justify-content: center;
    color: #e91e63;
    margin: 0;
    padding: 0 20px;
    border-bottom: 1px solid #EFEFEFEF;
    height: 60px;
    align-items: center;
}
h3 {
    color: #ec3f7b;
    font-family: Libre Franklin;
    font-size: 28px;
    font-style: normal;
    font-weight: 800;
    text-decoration: none;
}
span.jsx-895601410.tier-feature-name {
    font-size: 14px;
    margin-left: 15px;
}
.tooltip_elemento {
        position: relative;
}
.tooltip {
  display: none;
  position: absolute;
  width: 200px;    
  padding: 10px;
  margin: 0 0 12px 0;    
  z-index: 100;
  bottom: 100%;
  background: #E91E63;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 11px;
  border-radius: 5px;
}
.nav-footer {
    padding: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.nav-footer a{
    color: #F50157;
  display: flex;
  align-items: center;
}
.nav-footer a:hover{
  text-decoration: none;
  color: #f50157;
}
.nav-footer .fas {
    color: #f50157;
    font-size: 20px;
}
.nav-footer__left a .fas {
    padding-right: 16px;
    display: block;
}
.nav-footer__right a .fas {
    padding-left: 16px;
    display: block;
}
.tooltip:after {
  content: "";
  position: absolute;
  bottom: -14px;
  z-index: 100;
  border: 0 solid #E91E63;
  border-bottom: 14px solid transparent;
  border-left-width: 10px;
  width: 50%;
  left: 50%;
}

.tooltip:before {
  content: "";
  position: absolute;
  border: 0 solid #E91E63;
  bottom: -14px;
  z-index: 100;
  border-right-width: 10px;
  border-bottom: 14px solid transparent;
  width: 50%;
  right: 50%;
}
.titulo-price.fixme {
    background-color: #FFF;
    border-bottom: 1px solid #DDD;
    z-index: 9;
    padding-top: 15px;
    padding-bottom: 20px;
    min-height: 273px;
    margin-bottom: 10px;
}
.mobile .tier-card-tier-feature-check {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: revert;
    -webkit-justify-content: inherit;
    -ms-flex-pack: justify;
    justify-content: end;
    color: #e91e63;
    margin: 0;
    padding: 0 20px;
    border-bottom: 1px solid #EFEFEFEF;
    height: 60px;
    align-items: center;
}
.mobile .card-price h2 {
    font-size: 26px;
    font-weight: bold;
    padding: 24px 12px;
    white-space: nowrap;
    text-align: center;
    position: relative;
    background-color: #DDD;
    margin: unset;
    margin-left: unset;
}
.mobile .signup-button-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: start;
    -ms-flex-pack: start;
    justify-content: center;
    width: 100%;
    margin-left: 24px;
    margin: 30px 0;
}
.mobile .tier-card-total-price {
    display: flex;
    align-items: center;
    justify-content: center;
}
.mobile .tier-card-price-per-month {
    display: flex;
    -webkit-box-pack: start;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
}
.mobile .pricing-section {
    height: 128px;
    margin-left: auto;
}
.mobile .plan-price {
    font-size: 45px;
    margin-right: 8px;
    font-weight: 700;
}
.header__navigation.open, .header__language-switcher.open {
    display: block;
    position: fixed !important;
    top: 75px;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 2;
}
@media screen and (min-width: 1150px) {
  .mobile{
    display: none;
  }
  .desktop{
    display: block !important;
        position: relative;
    top: -60px;
  }
  .header__cta--desktop {
    display: flex;
  }
  .header__cta--mobile {
    display: none;
  }
  .header--transparent {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    background-color: transparent !important;
    width: 100%;
  }
}
@media (max-width: 600px) {
  .header__signin--wrapper a#signin {
    background-color: #FFF;
    color: #fc2e7c;
    font-weight: 600;
    display: flex;
    align-items: start;
    top: -19px;
    position: absolute;
    padding: 10px;
    right: 40px;
  }
  .header__countries--item {
    position: absolute;
    background-color: #fff;
    right: 0;
    top: 36px;
    left: unset;
    width: 200px;
    z-index: 999;
    border-radius: 4px;
    box-shadow: 0px 3px 15px rgb(69 69 69 / 20%);
  }
  .mobile{
    display: block;
    position: relative;
    top: -130px;
  }
}
@media (max-width: 1150px) 
  .mobile{
    display: block;
    position: relative;
    top: -130px;
  }
  .mobile .card-price{
    margin-bottom: 50px;
  }
  .desktop{
    display: none;
  }
  
  .header--secondary {
    display: none;
  }

  .header__container form {
    max-width: 100%;
  }

  .header__navigation,
  .header__search,
  .header__language-switcher {
    display: none;
    width: 100%;
  }

  .header__navigation.open,
  .header__language-switcher.open {
    display: block;
    position: absolute;
    top: 75px;
    left: 0;
    right: 0;
    z-index: 2;
  }

  .header__navigation.open {
    overflow: scroll;
  }

  .header__navigation--toggle,
  .header__search--toggle,
  .header__language-switcher--toggle,
  .header__close--toggle {
    position: relative;
    cursor: pointer;
  }

  .header__navigation--toggle,
  .header__search--toggle,
  .header__language-switcher--toggle{    
    margin-left: 20px;
  }

  .header__navigation--toggle.hide,
  .header__search--toggle.hide,
  .header__language-switcher--toggle.hide {
    display: none;
  }

  .header__navigation--toggle.open,
  .header__search--toggle.open,
  .header__language-switcher--toggle.open {
    display: block;
  }

  .header__navigation--toggle.open:after,
  .header__search--toggle.open:after,
  .header__language-switcher--toggle.open:after {
    display: block;
  }

  .header__navigation--toggle:after,
  .header__search--toggle:after,
  .header__language-switcher--toggle:after {
    display: none;
    position: absolute;
    left: 40px;
    top: -10px;
    font-weight: 600;
    font-size: 26px;
    text-transform: uppercase;
  }

  .header__column {
    position: relative;
  }

  .header__navigation--toggle {
    font-size: 1.3rem;
    cursor: pointer;
  }

  .header__language-switcher {
    padding-right: 0;
  }

  .header__language-switcher .lang_list_class {
    display: block;
    visibility: visible;
    opacity: 1;
    top: 0;
    right: 0;
    width: 100%;
    border: none;
    border-radius: 0;
    box-shadow: unset;
    background-color: inherit;
  }

  .header__language-switcher .lang_list_class li {
    background-color: inherit;
    font-size: 22px;
    text-align: center;
  }
  .header__language-switcher--label-current {
    display: none;
  }
  .header__language-switcher .globe_class {
    background-image: none;
  }

  .header__language-switcher .lang_list_class li:hover {
    background-color: inherit;
  }

  .header__language-switcher .lang_list_class:before,
  .header__language-switcher .lang_list_class:after {
    content: none !important;
  }

  .lang_list_class:after, .lang_list_class:before {
    display: none;
  }

  .header__search {
    order: 1;
  }

  .header__search .hs-search-field__suggestions li {
    padding: 10px 0;
  }

  .header__close--toggle {
    display: none;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjE5cHgiIHZpZXdCb3g9IjAgMCAyNCAxOSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5jbG9zZTwvdGl0bGU+ICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPiAgICA8ZyBpZD0iY2xvc2UiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPiAgICAgICAgPGcgaWQ9Ikdyb3VwIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgyLjAwMDAwMCwgLTEuMDAwMDAwKSIgc3Ryb2tlPSIjNDk0QTUyIiBzdHJva2Utd2lkdGg9IjMiPiAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEwLjAwMDAwMCwgMTAuNTAwMDAwKSByb3RhdGUoLTQ1LjAwMDAwMCkgdHJhbnNsYXRlKC0xMC4wMDAwMDAsIC0xMC41MDAwMDApICIgeD0iLTAuNSIgeT0iMTAuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLUNvcHktNSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTAuMDAwMDAwLCAxMC41MDAwMDApIHJvdGF0ZSg0NS4wMDAwMDApIHRyYW5zbGF0ZSgtMTAuMDAwMDAwLCAtMTAuNTAwMDAwKSAiIHg9Ii0wLjUiIHk9IjEwLjUiIHdpZHRoPSIyMSIgaGVpZ2h0PSIxIiByeD0iMC41Ij48L3JlY3Q+ICAgICAgICA8L2c+ICAgIDwvZz48L3N2Zz4=);
    background-size: 110%;
    background-repeat: no-repeat;
    width: 25px;
    height: 25px;
    margin-right: 0;
  }

  .header__close--toggle.show {
    display: block;
  }
  .header__container--logonav,
  .header__container--navregister{
      width: 100%;
  }

}
.footer {
  color: #454545;
  /* background-color: #F8FAFC;*/
  background-color: #1F2937 !important;
  /*background-color: transparent!important;*/
}
.footer {
    background-color: #1F2937 !important; 
}
.footer p{
  color: #FFFFFF;
}
.footer__container {
  padding: 20px;
  text-align: center;
  max-width: 1280px;
  margin: 0 auto;
}

.footer__copyright {
  font-size: .7rem;
  margin: .5rem 0;
  text-align: center;
}

.footer__column {
  margin-bottom: 40px;
}
.footer .social-links {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
}
.footer ul{
    padding: 0;
}
.footer ul li {
    list-style: none;
}
.footer ul li a {
    display: block;
    color: #D1D5DB;
    text-decoration: none;
    font-size: 16px;
    margin-bottom: 6px;
    font-weight: normal; 
}
.footer ul li a:hover{
    color: #F50157;
}
@media screen and (min-width: 1000px) {
  .footer__container {
    text-align: initial;
  }
  .footer__columns {
    display: flex;
    justify-content: space-evenly;
  }
  
  .footer__column {
    flex:  0 0 calc(100%/4);
    padding: 20px;
  }
}
.blog-header {
  text-align: center;
}

.blog-header__back {
  text-align: left;
  font-size: 0.8rem;
  padding-top: 20px;
  max-width: 960px;
  margin: 0 auto;
}
h1.blog-index-header__title {
    font-weight: bold !important;
    color: #1F2937 !important;
}
#hs_cos_wrapper_blog_listing_banner .content-wrapper {
    padding-top: 150px !important;
    padding-bottom: 120px;
    padding-right: 20px;
    padding-left: 20px;
}
.blog-index__post.blog-index__post--small.card.drop-shadow.transition-3d-hover {
    background-color: #F3F4F6;
    border-radius: 8px;
    overflow: hidden;
    background: #F3F4F6;
    box-shadow: 0px 1px 1px rgb(31 41 55 / 24%);
}
.blog-index__post--small .blog-index__post-content a {
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 32px;
    display: flex;
    align-items: center;
    color: #1F2937;
    display: block;
    margin-top: 16px;
}
.blog-index__post--small .blog-index__post-content a:hover {
    text-decoration: none;
}
.card.drop-shadow.transition-3d-hover .blog-post__timestamp {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    display: flex;
    align-items: center;
    color: #6B7280;
    text-transform: capitalize;
}
a.link-blog {
    display: block !important;
    margin-top: 30px !important;
    color: #f50157 !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-size: 16px !important;
    line-height: 19px !important;
    position: absolute;
    bottom: 10px !important;
}
.blog-index__post-content.blog-index__post-content--large {
    padding: 20px;
    font-size: 18px;
    font-weight: 100;
    color: #6B7280;
    line-height: 24px;
}
.blog-index__post-content h2 {
    margin: .5rem 0;
    text-align: left;
    font-size: 32px;
    font-weight: bold;
}
.blog-index__post-content h2 a {
    color: #1F2937 !important;
}
.blog-index__post-content a:hover {
    text-decoration: none;
}
.blog-post__timestamp {
    font-size: 14px;
    color: #6B7280;
    text-transform: capitalize;
}
.blog-index__post-content.blog-index__post-content--large {
    padding: 20px;
}
.blog-header__back a {
  text-decoration: none;
}

.blog-header__back a:hover {
  text-decoration: underline;
}

.blog-header__inner {
  max-width: 960px;
  margin: 0 auto;
  padding: 5rem 30px;
}

.blog-header__subtitle {
  margin: 1rem 0 2rem;
}

.blog-header__form {
  margin: 0 1rem;
}

.blog-navigation {
  background-color: #F8FAFC;
  padding: 1rem 0px;
}

.blog-main-section {
  padding-top: 3.3rem;
}

.blog-side-bar {
  margin-bottom: 3.3rem;
}

.blog-side-bar h3 {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

.blog-side-bar__subscribe {
  margin-bottom: 3.3rem;
}

.blog-side-bar__subscribe .hs-form label{
  font-size: 0.8rem;
}

.blog-side-bar__subscribe .content-wrapper {
  padding: initial;
}

.blog-side-bar__recent-posts .related-blog-item {
  margin-bottom: 0.8rem;
}

.blog-side-bar__recent-posts .related-blog-title {
  font-size: 0.9rem;
}

@media screen and (min-width: 768px) {
  .blog-header__form {
    width: 500px;
    margin: 0 auto;
  }
}

.blog-index {
  display: flex;
  flex-wrap: wrap;
  padding: 3.3rem 0;
}
.blog-index:after {
  content: "";
  flex: auto;
}
.blog-index__tag-header {
  flex: 1 0 100%;
  padding: 1rem;
}
.blog-index__tag-heading {
  padding-bottom: 1rem;
}
.blog-index__post {
  flex:  0 0 calc(100% - 30px);
  margin: 15px;
}
.blog-index__post--large {
  margin-bottom: 3rem;
  padding-bottom: 3rem;
  border-bottom: 1px solid #e8e6e6;
}
@media screen and (min-width: 768px) {
  .blog-index__post {
    flex:  0 0 calc((100%/2) - 30px);
  }
}
@media screen and (min-width: 1000px) {
  .blog-index__post {
    flex:  0 0 calc((100%/3) - 30px);
  }
}
@media screen and (min-width: 768px) {
  .blog-index__post--large {
    flex: 1 0 100%;
    display: flex;
    justify-items: space-between;
  }
}
.blog-index__post-image {
  display: block;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-bottom: 63%;
  background-image: url('https://cdn2.hubspot.net/hubfs/6326501/boilerplate/grayscale-mountain.png');
}
.blog-index__post-image--large {
  min-height: 350px;
  margin-bottom: 1.5rem;
}

@media screen and (min-width: 768px) {
  .blog-index__post-image--large {
    flex: 1 1 48%;
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .blog-index__post-content--large {
    flex: 1 1 100%;
    padding-left: 2rem;
  }
  .blog-index__post-content--large {
    flex: 1 1 48%;
    padding-left: 2rem;
  }
}
.blog-index__post-content h2 {
  margin: .5rem 0;
}

.blog-index__post-content--small {
  padding: 1.5rem;
}

.blog-index__post-content--small h2 {
  font-size: 1.25rem;  
}
.blog-index__post-content p {
  font-family: Lato, sans-serif;
}
.blog-index__post-content a {
  color: #494a52;
  text-decoration: none;
}
.blog-index__post img {
  max-width: 100%;
  height: auto;
}
.ui-accordion-header i.fas.fa-chevron-down {
    position: absolute;
    right: 0;
}
.blog-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-family: Lato, sans-serif;
  margin-bottom: 3.3rem;
}
.blog-pagination__link {
  display: inline-flex;
  padding: .25rem .4rem;
  margin: 0 .1rem;
  color: #494a52;
  text-decoration: none;
  border: 2px solid transparent;
  line-height: 1;
  border-radius: 7px;
}
.blog-pagination__link--active {
  border: 2px solid #B0C1D4;
}
.blog-pagination__link:hover,
.blog-pagination__link:focus {
  text-decoration: none;
}
.blog-pagination__prev-link,
.blog-pagination__next-link {
  display: inline-flex;
  align-items: center;
}
.blog-pagination__prev-link {
  text-align: right;
  margin-right: .25rem;
}
.blog-pagination__next-link {
  text-align: left;
  margin-left: .25rem;
}
.blog-pagination__prev-link--disabled,
.blog-pagination__next-link--disabled {
  color: #B0C1D4;
  pointer-events: none;
  cursor: default;
}
.blog-pagination__prev-link svg,
.blog-pagination__next-link svg {
  fill: #494a52;
  margin: 0 5px;
}
.blog-pagination__prev-link--disabled svg,
.blog-pagination__next-link--disabled svg {
  fill: #B0C1D4;
}
.blog-pagination__number-link:hover,
.blog-pagination__number-link:focus {
  border: 2px solid #B0C1D4;
}

.blog-header__author-avatar {
  height: 200px;
  width: 200px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 50%;
  box-shadow: 0 0 12px 0 rgba(0,0,0,0.15);
  margin: 0 auto 1.5rem;
}
.blog-header__author-social-links a {
  display: inline-block;
  position: relative;
  background-color: #000;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin: 0 5px;
}
.blog-header__author-social-links a:hover {
  background-color: #494a52;
}
.blog-header__author-social-links svg {
  fill: #fff;
  height: 15px;
  width: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.blog-post {
  max-width: 960px;
  margin: 0 auto;
}
.blog-post h1 {
  font-size: 1.6rem;
}
.blog-post__meta {
  margin-bottom: 1.5rem;
}
.blog-post__meta a {
  color: #494a52;
  text-decoration: none;
}

.blog-post__timestamp {
  font-size: 0.8rem;
  text-transform: uppercase;
}

.blog-post__author-name{
  font-weight: bold;
}

.blog-post__body {
  max-width: 740px;
  margin-bottom: 3.3rem;
  margin-right: initial;
}

@media screen and (min-width: 768px) {
  .blog-post__body {
    margin-right: 2rem;
  }
}

.blog-post__social-icons {
  margin-top: 1.65rem;
}

.blog-post__tags {
  font-family: Lato, sans-serif;
  color: #000;
}
.blog-post__tags svg {
  width: 15px;
  height: auto;
  margin-right: 10px;
}
.blog-post__tag-link {
  font-size: .8rem;
  color: #000;
}

.blog-post__cta {
  padding-bottom: 3.3rem;
}

.blog-recent-posts {
  padding: 2rem 0;
}
.blog-recent-posts h2 {
  text-align: center;
}
.blog-recent-posts__list {
  display: flex;
  flex-wrap: wrap;
}
.blog-recent-posts__post {
  display: block;
  flex: 0 0 calc(100% - 30px);
  color: #494a52;
  text-decoration: none !important;
  margin: 15px;  
}
.blog-recent-posts__post-content {
  padding: 1.5rem;
}
@media screen and (min-width: 768px) {
  .blog-recent-posts__post {
    flex: 0 0 calc((100%/2) - 30px);
  }
}
@media screen and (min-width: 1000px) {
  .blog-recent-posts__post {
    flex: 0 0 calc((100%/3) - 30px);
  }
}
.blog-recent-posts__post:hover {
  text-decoration: none;
}
.blog-recent-posts__image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-bottom: 63%;
}
.blog-recent-posts__title {
  margin: 1rem 0 .5rem;
  font-size: 1.25rem;
}

.blog-comments {
  max-width: 680px;
  margin: 0 auto;
}
.blog-comments form {
  max-width: 100%;
}
.blog-comments .hs-submit {
  text-align: center;
}
.blog-comments .comment-reply-to {
  border: 0 none;
}
.blog-comments .comment-reply-to:hover {
  background-color: transparent;
  text-decoration: underline;
  color: #494A52;
}

@media screen and (min-width: 768px) {
  .blog-post__breadcrumbs-direction {
    display: none;
  }
}

.blog-post__breadcrumbs-title {
  font-size: 0.9rem;
}

@media screen and (max-width: 767px) {
  .blog-post__breadcrumbs-title {
    display: none;
  }
}
.blog-index__post.blog-index__post--large {
    background-color: #F3F4F6;
    padding: 0;
    border-radius: 8px;
    box-shadow: 0px 8px 8px rgb(31 41 55 / 16%);
    position: relative;
}
.header__signin--wrapper a {
    background-color: #fc2e7c;
    color: #FFF;
    display: flex;
    padding: 10px;
    align-items: center;
    font-size: 16px;
    font-weight: normal;
}
.header__signin--wrapper a .fas {
    right: 0;
    position: unset;
    top: unset;
    padding-left: 10px; 
}
  .blog-index-header h1{
    color: #1F2937;
    font-weight: bold;
  }
  .ui-state-active .fas{
    content: "\25AE";
    font-family: FontAwesome;
    right: 0;
    position: absolute;
    top: 20px;
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate( 
180deg
 );
    transform: rotate( 
180deg
 );
    color: #F50157;
}
    #accordion h3{
    border-bottom: 1px solid #D1D5DB;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 32px;
    padding: 16px 0;
    cursor: pointer;
      position: relative;
  }
  #accordion .ui-accordion-content{
    border-bottom: 1px solid #D1D5DB;
    font-size: 18px;
    color: #6B7280;
    padding-top: 10px;
    /*height: unset !important;*/
    padding-bottom: 10px;
  }
  .btn-whatsapp{
    background-color: #3DD4A1;
    padding: 15px;
    border-radius: 8px;
    color: #FFFFFF;
    font-size: 16px;
    margin-top: 20px;
    display: inline-block;
  }
  .btn-whatsapp:hover{
	text-decoration: none;
    color: #FFF;
  }
  body .dnd_area-column-1-vertical-alignment {
    justify-content: start !important;
}
  h3#hs_cos_wrapper_dnd_area-module-5_title {
    text-align: left;
    padding: 20px 0 0 40px;
}
  body .form--style-1 form {
    padding: 0 40px 40px 40px;
    background: #fff;
}
  body input.hs-button.primary.large {
    width: 100%;
    text-align: center;
    font-weight: normal;
    justify-content: center;
}
/*
 body .dnd_area-row-0-background-image {
    background-image: none !important;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    height: 880px;
    background-color: #EEF2FF !important;
}*/
.dnd_area-row-1-background-image {
    background-image: unset  !important;
    background-size: unset !important;
    background-position: unset !important;
    background-repeat: unset !important;
}
a.link-volver {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 21px;
    display: block;
    color: #f50157;
    margin-bottom: 20px;
}
a.link-volver:hover {
    text-decoration: none;
    color: #f50157;
}
#hs_cos_wrapper_blog_post_banner .blog-post-header {
    padding-top: 120px;
    padding-bottom: 120px;
    padding-right: 20px;
    padding-left: 20px;
}
.blog-post-header:before {
    position: relative !important;
}
.content-wrapper.en-blog{
  width: 50%; 
}
 body h2 {
    color: #1F2937;
    font-family: Libre Franklin;
    font-size: 48px;
    font-style: normal;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
}
.banner-whatsapp{
  border-radius: 8px;
  background-color: #F3F4F6;
  padding: 20px;
  width: 80%;
}
.blog-post-header h1{
  font-style: normal;
  font-weight: bold;
  font-size: 48px;
  line-height: 56px;
  color: #1F2937 !important;
  text-align: left;

}
@media (max-width: 767px){
body .dnd_area-row-0-background-image {
   height: unset !important;
}
.banner-whatsapp{
  border-radius: 8px;
  background-color: #F3F4F6;
  padding: 20px;
  width: calc(100% - 40px);
  text-align: center;
}
#accordion h3 {
    font-size: 18px;
    line-height: 150%;
}
.content-wrapper.en-blog{
    width: 100%;
    padding: 0 20px;
}
  .body-container .dnd-section:nth-child(odd) {
    background-color: rgba(248,250,252,1.0);
    height: unset !important;
}
      .blog-index-header h1 {
        color: #1F2937;
        font-weight: bold;
        margin-top: 40px;
    }
  iframe{
    height: 180px;
  }
    h2 {
        margin-top: 20px;
    }
	.btn-whatsapp {
        background-color: #3DD4A1;
        padding: 15px;
        border-radius: 8px;
        color: #FFFFFF;
        font-size: 16px;
        margin-top: 20px;
        display: inline-block;
        width: 100%;
        margin-bottom: 30px;
        text-align: center;
    }
    .span2 {
      text-align: center;
  	}
  }
  .videos{
    background-color:#FFF;
    border-radius: 8px;
    overflow: hidden;
  }
  .container-preview {
    display: flex;
    align-items: center;
}
  .container-preview:hover{
    background-color:#F3F4F6;
  }
  .col-videos.span4{
    margin: 0;
	width: calc(31.623931624% + 30px);

  }
  .video-small{
	width: 30%;
    padding: 12px 20px;
  }
  .description{
	width: 60%;
  }
  .col-videos h4{
    font-weight: 600;
    display: inline-block;
    padding:12px 20px;
    margin: 0;
    cursor: pointer;
  }
  .preview strong{
    color: #1F2937;
    font-size: 16px;
  }
  .preview p{
    color: #6B7280;
    font-size: 14px;
    margin:0;
  }
  .preview a{
    display: block;
    line-height: 16px;
    text-decoration: none;
  }
.span12.videos {
    box-shadow: 0px 16px 24px rgb(55 65 81 / 16%);
  	height: 479px;
}
.preview {
    overflow: hidden;
    height: 420px;
    overflow-y: scroll;
}
.blog-index-header h1 {
    text-align: center;
}
@media (max-width: 767px){
  .col-videos.span4{
   	margin: 0;
    width: 100%; 
  }
  .span12.videos {
    box-shadow: 0px 16px 24px rgb(55 65 81 / 16%);
  	height: unset;
	}
  .preview {
    overflow: unset;
    height: unset;
    overflow-y: unset;
}
}
.blog-index {
    position: relative;
    top: -148px;
}
.error-page {
  margin-top: 200px;
  margin-bottom: 200px;
}

.error-page_heading {
  font-size: 3rem;
}